.customer-reviews {
  overflow: hidden;
}
.customer-reviews .swiper {
  overflow: visible;
}
.customer-reviews .swiper-pagination {
  margin-right: 1rem;
}
.customer-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.customer-reviews__title {
  margin-right: 2.5rem;
}
.customer-reviews__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customer-reviews__wrapper {
  width: 100%;
}
.customer-reviews__video::before {
  padding-top: 137.1%;
}
.customer-reviews__descr {
  margin-top: 1rem;
  color: var(--white-07);
}
.customer-reviews__name {
  font-weight: 600;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .customer-reviews .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .customer-reviews__top {
    margin-bottom: 40px;
  }
  .customer-reviews__title {
    margin-right: unset;
  }
  .customer-reviews__wrapper {
    width: 302px;
  }
  .customer-reviews__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=customer-reviews.css.map */
/*# sourceMappingURL=customer-reviews.css.map */