.reviews {
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

.reviews-title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(32px, 28 * (100vw - 393px) / 887 + 32px, 60px);
}

.reviews-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(32px, 22 * (100vw - 393px) / 887 + 32px, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 59.4px */
}

.reviews-paginetion-wrapper {
  display: flex;
  gap: 20px;
}

.reviews-path {
  transition: stroke var(--time-function);
}

.reviews-swiper-button-prev {
  display: flex;
  height: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  width: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  justify-content: center;
  align-items: center;
  background-color: inherit;
  border-radius: 50%;
  border: 3px solid var(--background);
  box-shadow: 4px 7px 12px 0px rgba(0, 92, 111, 0.2);
}
.reviews-swiper-button-prev:hover {
  background-color: var(--background);
}
.reviews-swiper-button-prev:hover .reviews-path {
  stroke: #fff;
}
.reviews-swiper-button-prev:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.reviews-swiper-button-next {
  display: flex;
  height: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  width: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid var(--background);
  background-color: var(--background);
  box-shadow: 4px 7px 12px 0px rgba(29, 32, 31, 0.2);
}
.reviews-swiper-button-next:hover {
  background-color: inherit;
}
.reviews-swiper-button-next:hover .reviews-path {
  stroke: var(--background);
}
.reviews-swiper-button-next:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.reviews-swiper-button-icon {
  width: clamp(18.6px, 10.4 * (100vw - 393px) / 887 + 18.6px, 29px);
  height: clamp(19.9px, 11.1 * (100vw - 393px) / 887 + 19.9px, 31px);
}

.reviews-swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.reviews-list {
  display: flex;
}

.reviews-item {
  border-radius: 24px;
  background: #f2fafc;
  display: flex;
  max-width: 580px;
  padding: clamp(12px, 38 * (100vw - 393px) / 887 + 12px, 50px);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 34 * (100vw - 393px) / 887 + 16px, 50px);
}

.reviews-item-header-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(8px, 12 * (100vw - 393px) / 887 + 8px, 20px);
}
@media screen and (min-width: 950px) {
  .reviews-item-header-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.reviews-item-photo {
  width: 145px;
  height: 100px;
  border-radius: 24px;
  background-color: #bababa;
}

.reviews-item-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews-item-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(16px, 10 * (100vw - 393px) / 887 + 16px, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 28.6px */
}

.reviews-item-short-description {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: clamp(10px, 6 * (100vw - 393px) / 887 + 10px, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.reviews-item-content {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(14px, 4 * (100vw - 393px) / 887 + 14px, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/*# sourceMappingURL=reviews.css.map */
