.reviews-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.reviews-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-section__title {
  margin: 0 0 54px;
  color: var(--black-100, #000);
  text-align: center;
  font-family: "e-Ukraine", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
.reviews-section__slider {
  width: 100%;
  position: relative;
}
.reviews-section__slider::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .reviews-section__slider::before {
    width: 0;
    opacity: 0;
  }
}
.reviews-section__slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .reviews-section__slider::after {
    width: 0;
    opacity: 0;
  }
}
.reviews-section__nav {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.reviews-section__nav--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.reviews-section__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  border: 1px solid var(--black-8, rgba(0, 0, 0, 0.08));
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.reviews-section__nav-btn svg {
  width: 24px;
  height: 24px;
  display: block;
}
.reviews-section__nav-btn:hover {
  border-radius: 2px;
  border: 1px solid rgba(168, 207, 192, 0.08);
  background: rgba(168, 207, 192, 0.4);
}
.reviews-section__nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  background: #fff;
  border: 1px solid var(--black-8, rgba(0, 0, 0, 0.08));
}

.reviews-card {
  min-height: 280px;
  height: 100%;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid rgba(168, 207, 192, 0.36);
  background: var(--white-100, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.reviews-card__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reviews-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.reviews-card__name {
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.reviews-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.reviews-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
  margin: 0 0 16px;
}
.reviews-card__text p:nth-child(2) {
  margin-bottom: 0;
}
.reviews-card__more {
  margin-top: auto;
  padding: 0;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.18);
  font-family: "e-Ukraine", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.reviews-card__more-icon svg {
  display: block;
}
.reviews-card__more:hover {
  color: rgba(0, 0, 0, 0.36);
}
.reviews-card__more:hover .reviews-card__more-icon path {
  fill-opacity: 0.36;
}

.reviews-star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reviews-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
}
.reviews-modal__dialog {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 640px;
  width: calc(100% - 40px);
  padding: 48px 54px;
  border-radius: 4px;
  background: var(--white-100, #FFF);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.reviews-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.reviews-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.reviews-modal__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.reviews-modal__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reviews-modal__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.reviews-modal__name {
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.reviews-modal__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.reviews-modal__text {
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
  margin: 0 0 44px;
}
.reviews-modal__text p {
  margin: 0 0 12px;
}
.reviews-modal__more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--black-100, #000);
  color: var(--white-100, #FFF);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
}
.reviews-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.reviews-modal-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .reviews-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .reviews-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .reviews-section__title {
    font-size: 36px;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
  }
  .reviews-modal__dialog {
    padding: 32px 24px;
  }
}
@media (max-width: 576px) {
  .reviews-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .reviews-section__title {
    font-size: 28px;
    letter-spacing: -0.56px;
    margin-bottom: 32px;
  }
  .reviews-card {
    height: 300px;
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .reviews-card {
    width: 100%;
  }
}