.seo-reviews-container {
  padding: 70px 15px;
  max-width: 1320px;
  margin: 0 auto;
}

.seo-reviews h2 {
  font-weight: 800;
}

.seo-reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seo-reviews-tabs {
  display: flex;
  gap: 15px;
}

.seo-reviews-tabs div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffc24b;
  width: 190px;
  height: 50px;
  font-weight: bold;
  cursor: pointer;
}

.seo-reviews-tabs div:hover {
  background-color: #ffc24b;
}

.seo-reviews-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 41px;
}

.seo-reviews-cards-gratitudes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 41px;
}

.seo-reviews-card-img {
  height: 427px;
  cursor: pointer;
}

.seo-reviews-card-img-gratitude {
  height: 427px;
  cursor: pointer;
}

.seo-reviews-card-img:after {
  content: '';
  display: block;
  background: url('https://gusarov-group.by/seo/wp-content/themes/Gusarov/new/img/youtube-play.svg');
  width: 68px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -24px;
  opacity: 0.8;
}

.seo-reviews-card-img:hover:after {
  background: url('https://gusarov-group.by/seo/wp-content/themes/Gusarov/new/img/youtube-play-hover.svg');
  opacity: 1;
}

.seo-reviews-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-reviews .seo-reviews-button {
  width: 100%;
  margin-top: 20px;
}

.seo-reviews-button p {
  width: fit-content;
}

.seo-reviews-button-next {
  font-size: 32px;
  font-weight: bold;
  color: #ffc24b;
  border: 2px solid #ffc24b;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 1305px;
  margin-top: 300px;
  cursor: pointer;
}

.seo-reviews-button-next:hover {
  color: #ffffff;
  background: #ffc24b;
}

.seo-reviews-button-prev {
  font-size: 32px;
  font-weight: bold;
  color: #ffc24b;
  border: 2px solid #ffc24b;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: -65px;
  margin-top: 300px;
  cursor: pointer;
}

.seo-reviews-button-prev:hover {
  color: #ffffff;
  background: #ffc24b;
}

.seo-reviews-nav {
  display: none;
  justify-content: space-between;
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.seo-reviews-nav div:first-child,
.seo-reviews-nav div:last-child {
  display: none;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffc24b;
  color: #ffc24b;
  width: 50px;
  height: 50px;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}

.seo-reviews-nav div:first-child:hover,
.seo-reviews-nav div:last-child:hover {
  background-color: #ffc24b;
  color: #ffffff;
}

.seo-reviews .seo-reviews-nav-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 17px;
}

.seo-reviews .swiper-pagination-bullet-active {
  background-color: #ffc24b;
}

.orange-select {
  display: none;
  font-family: 'Century Gothic';
  width: 100%;
  margin-top: 20px;
  padding: 12px 16px;
  border: 2px solid #ffc24b;
  background-color: #ffc24b;
  color: #393333;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23393333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: all 0.2s ease;
}

.orange-select:hover {
  border-color: #ffc24b;
  background-color: #fff0cc;
}

.orange-select:focus {
  border-color: #ffc24b;
}

.orange-select option {
  padding: 10px;
  background-color: #fff8e6;
  color: #393333;
}

.orange-select option:checked {
  background-color: #ffc24b;
  color: #393333;
  font-weight: bold;
}

.orange-select:disabled {
  opacity: 0.7;
  background-color: #ffebcc;
  border-color: #ffc24b;
}

@media screen and (max-width: 1460px) {

  .seo-reviews-button-next,
  .seo-reviews-button-prev {
    display: none;
  }

  .seo-reviews-nav div:first-child,
  .seo-reviews-nav div:last-child {
    display: flex;
  }

  .seo-reviews-nav {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .seo-reviews-tabs {
    display: none;
  }

  .orange-select {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .seo-reviews-container {
    padding-top: 50px;
  }
}