.section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section--centered {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-box {
  background-color: #ececec;
  overflow: hidden;
}

.article__text ul {
  list-style-type: none;
  padding: 0;
}

.article__img {
  font-size: 0;
  line-height: 0;
}

.article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.callback__box {
  background-color: #404244;
  text-align: center;
  color: #fff;
}

.callback .form-check {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.slider-pagination {
  position: static;
  height: auto;
  font-size: 0;
  line-height: 0;
}

.slider-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}

.slider-pagination .swiper-pagination-bullet-active {
  background-color: #e07509;
}

.reviews {
  overflow: hidden;
}

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

.reviews-slider {
  overflow: visible;
}

.reviews-slider .swiper-slide {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.review {
  flex-grow: 1;
}

.review__heading {
  display: flex;
  gap: 1rem;
}

.review__avatar {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}

.review__avatar img {
  border-radius: 50%;
}

.review__body {
}

.review__name {
}

.review__info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.review__rate {
  display: flex;
  gap: 2px;
}

.review__star {
  font-size: 0;
  line-height: 0;
  width: 16px;
  flex-shrink: 0;
}

.review__star img {
  width: 100%;
}

.review__date {
}

.review__text {
}

.reviews-slider__navigation {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  height: 30px;
}

.reviews-slider__navigation .swiper-button-next {
  position: static;
  margin: 0;
  height: 100%;
}
.reviews-slider__navigation .swiper-button-prev {
  position: static;
  margin: 0;
  height: 100%;
}

.reviews-slider__navigation .swiper-button-next:after,
.reviews-slider__navigation .swiper-button-prev:after {
  font-size: 1.5rem;
}

.reviews__btn {
  text-align: center;
}

@media (min-width: 768px) {
  .article {
    display: flex;
  }

  .article--reverse {
    flex-direction: row-reverse;
  }

  .article__text {
    width: 50%;
  }

  .article__img {
    width: 50%;
  }
}
