.reviews {
  position: relative;
}
.reviews .swiper {
  overflow: visible;
  max-width: 65.25rem;
  margin: 0 auto;
}
.reviews .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.reviews__bg {
  position: absolute;
  top: -21.875rem;
  left: 0;
  right: 0;
  height: 100rem;
  z-index: -1;
}
.reviews__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews__container {
  overflow: hidden;
}
.reviews__top {
  text-align: center;
  margin-bottom: 3.375rem;
}
.reviews__title {
  font-weight: 500;
  margin-bottom: 2rem;
}
.reviews__text {
  color: var(--white-06);
}
.reviews__card {
  background-color: var(--white-005);
  border: 0.0625rem solid rgba(255, 255, 255, 0.09);
  border-radius: 1.25rem;
  padding: 1rem;
}
.reviews__card-wrapper {
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: #212226;
}
.reviews__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.reviews__card-photo {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.reviews__card-photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.reviews__card-name {
  font-size: max(1.25rem, 12px);
  line-height: 140%;
  font-weight: 500;
}
.reviews__card-text > p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .reviews .swiper {
    width: calc(100% - 57px);
    margin: 0 auto;
  }
  .reviews__bg {
    top: -245px;
    left: 50%;
    right: unset;
    height: 1440px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 768px;
  }
  .reviews__top {
    margin-bottom: 36px;
  }
  .reviews__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .reviews__text {
    font-size: 16px;
    line-height: 120%;
  }
  .reviews__card {
    padding: 12px;
    max-width: unset;
  }
  .reviews__card-wrapper {
    padding: 12px;
  }
  .reviews__card-row {
    margin-bottom: 20px;
  }
  .reviews__card-photo {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  .reviews__card-name {
    font-size: 16px;
  }
}
/*# sourceMappingURL=reviews.css.map */
/*# sourceMappingURL=reviews.css.map */