.stats {
  margin: calc(var(--section-gap) * -1) 0 calc(var(--section-gap) * -5);
  padding-top: var(--section-gap);
  padding-bottom: calc(var(--section-gap) * 5);
  position: relative;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 1366px) {
  .stats {
    gap: 80px;
  }
}
@media (min-width: 1900px) {
  .stats {
    gap: 100px;
    max-width: 100%;
    padding-left: calc((100vw - 1900px) / 2 + var(--page-padding-x));
    padding-right: calc((100vw - 1900px) / 2 + var(--page-padding-x));
  }
}
@media (min-width: 1366px) {
  .stats__wrapper {
    position: relative;
    margin: 0 calc(var(--page-padding-x) * -1);
    padding: 0 var(--page-padding-x);
  }
}
@media (min-width: 1900px) {
  .stats__wrapper {
    margin: 0 calc(((100vw - 1900px) / 2 + var(--page-padding-x)) * -1);
    padding: 0 calc((100vw - 1900px) / 2 + var(--page-padding-x));
  }
}
.stats__decoration {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
@media (min-width: 1366px) {
  .stats__decoration {
    top: 50%;
    left: 0;
  }
}
.stats__decoration-item {
  border: 2px solid #CAF0F8;
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: 0;
  transform: translateX(-50%);
  aspect-ratio: 1;
  width: 150px;
  opacity: 0;
  animation: expandFade 21s linear forwards infinite;
  --width-start: 150px;
  --width-final: 890px;
}
@media (min-width: 1024px) {
  .stats__decoration-item {
    --width-final: 1200px;
    animation-duration: 30s;
  }
}
@media (min-width: 1366px) {
  .stats__decoration-item {
    top: 50%;
    left: -168px;
    transform: translateY(-50%);
    --width-final: 1200px;
  }
}
@media (min-width: 1900px) {
  .stats__decoration-item {
    --width-final: 1600px;
    left: -131px;
  }
}
.stats__decoration-item:nth-child(2) {
  animation-delay: 7s;
}
@media (min-width: 1024px) {
  .stats__decoration-item:nth-child(2) {
    animation-delay: 10s;
  }
}
.stats__decoration-item:nth-child(3) {
  animation-delay: 14s;
}
@media (min-width: 1024px) {
  .stats__decoration-item:nth-child(3) {
    animation-delay: 20s;
  }
}
.stats__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .stats__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 20px;
  }
}
@media (min-width: 1366px) {
  .stats__list {
    display: flex;
    flex-direction: row;
    gap: 60px;
    max-width: 1777px;
  }
}
@media (min-width: 1900px) {
  .stats__list {
    gap: 103px;
  }
}
@media (min-width: 1366px) {
  .stats__item {
    flex: 1 1 0;
    position: relative;
    overflow: hidden;
  }
}
.stats__number {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #0353A4;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .stats__number {
    font-size: 80px;
  }
}
@media (min-width: 1366px) {
  .stats__number {
    font-size: 100px;
  }
}
@media (min-width: 1900px) {
  .stats__number {
    font-size: 120px;
  }
}
.stats__number span {
  font-size: 40px;
}
@media (min-width: 768px) {
  .stats__number span {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .stats__number span {
    font-size: 60px;
  }
}
@media (min-width: 1900px) {
  .stats__number span {
    font-size: 90px;
    text-transform: lowercase;
  }
}
.stats__text {
  margin: 10px 0 0 65px;
  font-size: 14px;
  line-height: 1.07149;
}
@media (min-width: 768px) {
  .stats__text {
    font-size: 16px;
    line-height: 1.125;
    margin-left: 69px;
  }
}
@media (min-width: 1366px) {
  .stats__text {
    margin-left: 50px;
  }
}
@media (min-width: 1900px) {
  .stats__text {
    margin-left: 117px;
    font-size: 18px;
    line-height: 1.11111;
  }
}

@media (max-width: 767px) {
  .promo {
    padding: 0;
  }
}
.promo__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .promo__container {
    padding: 40px;
    gap: 30px;
  }
}
@media (min-width: 1366px) {
  .promo__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 80px;
    width: 100%;
    max-width: 1526px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1900px) {
  .promo__container {
    padding: 100px;
  }
}
.promo__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .promo__content {
    gap: 30px;
  }
}
@media (min-width: 1366px) {
  .promo__content {
    gap: 60px;
  }
}
@media (min-width: 1900px) {
  .promo__content {
    gap: 80px;
  }
}
.promo__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--font-accent);
  margin: 0;
}
@media (min-width: 768px) {
  .promo__title {
    font-size: 50px;
    max-width: 490px;
  }
}
@media (min-width: 1366px) {
  .promo__title {
    font-size: 70px;
    max-width: 654px;
  }
}
@media (min-width: 1900px) {
  .promo__title {
    font-size: 80px;
    max-width: 800px;
  }
}
.promo__title-accent {
  color: #0353A4;
}
.promo__gallery {
  margin: -3px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .promo__gallery {
    margin: -5px;
  }
}
.promo__gallery-img {
  width: 66px;
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: -21px;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__gallery-img:nth-child(1) {
  z-index: 5;
}
.promo__gallery-img:nth-child(2) {
  z-index: 4;
}
.promo__gallery-img:nth-child(3) {
  z-index: 3;
}
.promo__gallery-img:nth-child(4) {
  z-index: 2;
}
.promo__gallery-img:nth-child(5) {
  z-index: 1;
}
@media (min-width: 768px) {
  .promo__gallery-img {
    width: 90px;
    border-width: 5px;
    margin-right: -20px;
  }
}
@media (min-width: 1366px) {
  .promo__gallery-img {
    width: 110px;
    margin-right: -30px;
  }
}
@media (min-width: 1900px) {
  .promo__gallery-img {
    width: 130px;
  }
}
.promo__gallery-count {
  border: 2px solid #0353A4;
  color: #0353A4;
  width: 60px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 9px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin-left: 3px;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .promo__gallery-count {
    width: 80px;
    margin-left: 5px;
    font-size: 25px;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .promo__gallery-count {
    width: 100px;
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .promo__gallery-count {
    width: 120px;
    font-size: 40px;
    padding-left: 5px;
  }
}
.promo__offer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .promo__offer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .promo__offer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 368px;
  }
}
@media (min-width: 1900px) {
  .promo__offer {
    width: 421px;
  }
}
.promo__offer-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .promo__offer-text {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1366px) {
  .promo__offer-text {
    font-size: 25px;
    line-height: 1.12;
  }
}
@media (min-width: 1900px) {
  .promo__offer-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.card-product {
  position: relative;
  background: #0353A4;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.card-product__location {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(33, 35, 34, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 14px;
  line-height: 1;
  color: #fff;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 50px;
}
@media (min-width: 1366px) {
  .card-product__location {
    font-size: 16px;
  }
}
.card-product__gallery {
  width: 100%;
}
.card-product__gallery::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #0353A4);
  z-index: 2;
}
@media (min-width: 768px) {
  .card-product__gallery::after {
    height: 50%;
  }
}
.card-product__gallery-img {
  display: block;
  width: 100%;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .card-product__gallery-img {
    aspect-ratio: 1.5;
  }
}
@media (min-width: 1366px) {
  .card-product__gallery-img {
    aspect-ratio: 1.56287;
  }
}
.card-product__gallery-pagination {
  --swiper-pagination-bottom: 15px;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-size: 4px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-border-radius: 20px;
  --swiper-pagination-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .card-product__gallery-pagination {
    --swiper-pagination-bullet-size: 5px;
  }
}
.card-product__gallery-pagination .swiper-pagination-bullet {
  transition: 0.6s;
}
.card-product__gallery-pagination .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 20px;
}
.card-product__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .card-product__content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 40px 30px;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
  }
}
.card-product__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-product__title {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .card-product__title {
    font-size: 22px;
    line-height: 1.09091;
  }
}
@media (min-width: 1366px) {
  .card-product__title {
    font-size: 25px;
    line-height: 1.12;
  }
}
.card-product__specs {
  display: flex;
  gap: 5px;
}
.card-product__spec {
  background: #CAF0F8;
  color: #19839A;
  padding: 5px 10px;
  border-radius: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .card-product__spec {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .card-product__spec {
    font-size: 14px;
  }
}
.card-product__description {
  margin: 0;
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .card-product__description {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .card-product__description {
    font-size: 14px;
    line-height: 1.21429;
  }
}
.card-product__price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .card-product__price {
    font-size: 18px;
    line-height: 1.11111;
  }
}
@media (min-width: 1366px) {
  .card-product__price {
    font-size: 20px;
    line-height: 1.1;
  }
}
.card-product__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .card-product__actions {
    flex-shrink: 0;
  }
}
.card-product__link {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .card-product__link {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media (min-width: 1366px) {
  .card-product__link {
    min-height: 50px;
    font-size: 16px;
  }
}
.card-product__btn {
  padding: 11px;
  flex-shrink: 0;
}
@media (min-width: 1366px) {
  .card-product__btn {
    min-height: 50px;
    padding: 5px 29px;
    font-size: 16px;
  }
}
.card-product__btn-text {
  display: none;
}
@media (min-width: 1366px) {
  .card-product__btn-text {
    display: block;
  }
}
.card-product__btn-icon {
  width: 16px;
}
@media (min-width: 1366px) {
  .card-product__btn-icon {
    width: 18px;
  }
}

@media (min-width: 1900px) {
  .popular {
    padding-left: calc((100vw - 1900px) / 2 + var(--page-padding-x));
    padding-right: calc((100vw - 1900px) / 2 + var(--page-padding-x));
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.popular__header {
  max-width: 1310px;
}
.popular__slider {
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
@media (min-width: 1366px) {
  .popular__slider {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  .popular__slider {
    margin-right: calc(((100vw - 1900px) / 2 + var(--page-padding-x)) * -1);
    padding-right: var(--page-padding-x);
  }
}
.popular__slide {
  width: 280px;
  height: auto;
}
@media (min-width: 768px) {
  .popular__slide {
    width: 600px;
  }
}
@media (min-width: 1366px) {
  .popular__slide {
    width: 783px;
  }
}
.popular__card {
  height: 100%;
}

@media (max-width: 767px) {
  .offer {
    padding: 0;
  }
}
.offer__container {
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .offer__container {
    flex-direction: row;
    padding: 40px;
    overflow: hidden;
  }
}
@media (min-width: 1366px) {
  .offer__container {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1900px) {
  .offer__container {
    padding: 60px;
  }
}
.offer__content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .offer__content {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .offer__content {
    display: contents;
  }
}
.offer__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .offer__text {
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .offer__text {
    width: 29.188%;
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .offer__text {
    width: 30.6395%;
  }
}
.offer__title {
  color: #0353A4;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 1.0909;
}
@media (min-width: 768px) {
  .offer__title {
    font-size: 25px;
  }
}
@media (min-width: 1366px) {
  .offer__title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.offer__description {
  font-size: 14px;
  margin: 0;
  line-height: 1.21429;
}
@media (min-width: 768px) {
  .offer__description {
    font-size: 16px;
    line-height: 1.125;
  }
}
@media (min-width: 1366px) {
  .offer__description {
    font-size: 18px;
    line-height: 1.11111;
  }
}
@media (min-width: 1366px) {
  .offer__btn {
    order: 4;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.offer__img-container {
  width: 240px;
  height: 240px;
  order: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .offer__img-container {
    order: 3;
    width: 298px;
    height: 298px;
    margin-right: -93px;
    flex-shrink: 0;
    align-self: center;
  }
}
@media (min-width: 1366px) {
  .offer__img-container {
    width: 400px;
    height: 400px;
    margin: -200px 0;
  }
}
@media (min-width: 1900px) {
  .offer__img-container {
    width: 500px;
    height: 500px;
    margin: -250px 0;
  }
}
.offer__img {
  width: 180px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .offer__img {
    width: 224px;
  }
}
@media (min-width: 1366px) {
  .offer__img {
    width: 300px;
  }
}
.offer__img-shadow, .offer__img-shadow-2 {
  background: #EFFBFD;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.offer__img-shadow-2 {
  background: #CAF0F8;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 2;
  margin: 15px;
}
@media (min-width: 768px) {
  .offer__img-shadow-2 {
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    margin: 18px;
  }
}
@media (min-width: 1366px) {
  .offer__img-shadow-2 {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 25px;
  }
}
@media (min-width: 1900px) {
  .offer__img-shadow-2 {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
  }
}

.card-location {
  display: block;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
}
.card-location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #0353A4);
  z-index: 2;
}
.card-location__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 0.90385;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .card-location__img {
    aspect-ratio: 0.81667;
  }
}
@media (min-width: 1366px) {
  .card-location__img {
    aspect-ratio: 0.725;
  }
}
.card-location__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 25px;
}
@media (min-width: 1366px) {
  .card-location__content {
    padding: 30px;
  }
}
.card-location__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-location__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .card-location__name {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .card-location__name {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .card-location__name {
    font-size: 25px;
  }
}
.card-location__count {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .card-location__count {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .card-location__count {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .card-location__count {
    font-size: 18px;
  }
}
.card-location__btn {
  width: 30px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  stroke: #fff;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .card-location__btn {
    width: 35px;
  }
}
@media (min-width: 1900px) {
  .card-location__btn {
    width: 40px;
  }
}
.card-location__btn-icon {
  width: 15px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .card-location__btn-icon {
    width: 17px;
  }
}
@media (min-width: 1900px) {
  .card-location__btn-icon {
    width: 20px;
  }
}
.card-location:hover .card-location__img {
  transform: scale(1.1);
}

.card-list__slider {
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
.card-list__slide {
  width: 235px;
}
@media (min-width: 768px) {
  .card-list__slide {
    width: 245px;
  }
}
@media (min-width: 1366px) {
  .card-list__slide {
    width: 290px;
  }
}

@media (min-width: 1366px) {
  .roadmap-bg .bg-video__item {
    position: sticky;
    top: 0;
    height: 100vh;
    margin-bottom: -100vh;
  }
}

.roadmap {
  gap: var(--section-gap);
}
@media (min-width: 1366px) {
  .roadmap {
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .roadmap {
    gap: 60px;
  }
}
.roadmap__header {
  position: sticky;
  top: var(--section-gap);
}
.roadmap__slider {
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
@media (min-width: 1366px) {
  .roadmap__slider {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .roadmap__slider-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.roadmap__slide {
  width: 280px;
}
@media (min-width: 768px) {
  .roadmap__slide {
    width: 334px;
  }
}
@media (min-width: 1366px) {
  .roadmap__slide {
    width: 513px;
  }
}
@media (min-width: 1900px) {
  .roadmap__slide {
    width: 743px;
  }
}
@media (min-width: 1366px) {
  .roadmap__slide--right {
    margin-left: auto;
  }
}
@media (min-width: 1366px) {
  .roadmap__slide:not(.roadmap__slide--right) + .roadmap__slide--right {
    margin-top: -320px;
  }
}
@media (min-width: 1900px) {
  .roadmap__slide:not(.roadmap__slide--right) + .roadmap__slide--right {
    margin-top: -282px;
  }
}
.roadmap__item {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #212322;
}
@media (min-width: 1366px) {
  .roadmap__item {
    padding: 40px;
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .roadmap__item {
    padding: 60px;
    gap: 40px;
    flex-direction: row;
  }
}
.roadmap__number {
  font-size: 30px;
  line-height: 1.1;
  background: linear-gradient(to right, #fff, #E0E0E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .roadmap__number {
    font-size: 40px;
  }
}
@media (min-width: 1366px) {
  .roadmap__number {
    font-size: 60px;
  }
}
@media (min-width: 1900px) {
  .roadmap__number {
    font-size: 70px;
    flex-shrink: 0;
    line-height: 1.1;
  }
}
.roadmap__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .roadmap__content {
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .roadmap__content {
    gap: 20px;
  }
}
.roadmap__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #0353A4;
  line-height: 1.11111;
}
@media (min-width: 768px) {
  .roadmap__title {
    font-size: 22px;
    line-height: 1.09091;
  }
}
@media (min-width: 1366px) {
  .roadmap__title {
    font-size: 25px;
    line-height: 1.12;
  }
}
@media (min-width: 1900px) {
  .roadmap__title {
    font-size: 30px;
  }
}
.roadmap__description {
  margin: 0;
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .roadmap__description {
    line-height: 1.21429;
  }
}
@media (min-width: 1366px) {
  .roadmap__description {
    line-height: 1.1875;
  }
}
@media (min-width: 1900px) {
  .roadmap__description {
    line-height: 1.22222;
  }
}

.cards-slider {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1900px) {
  .cards-slider {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1366px) {
  .cards-slider__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__container {
    gap: 40px;
  }
}
.cards-slider__slider {
  width: 930px;
  height: 360px;
  margin: 0 auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .cards-slider__slider {
    width: 1418px;
    height: 460px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__slider {
    width: 1770px;
    height: 560px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__slider {
    width: 2506px;
    height: 760px;
  }
}
.cards-slider__slider-wrapper {
  align-items: center;
}
.cards-slider__slide {
  width: 160px;
  height: auto;
  transition: 0.6s;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .cards-slider__slide {
    padding: 0 10px;
    width: 266px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__slide {
    padding: 0 20px;
    width: 332px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__slide {
    width: 470px;
  }
}
.cards-slider__slide.swiper-slide-active + * + * {
  width: 290px;
}
@media (min-width: 768px) {
  .cards-slider__slide.swiper-slide-active + * + * {
    width: 354px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__slide.swiper-slide-active + * + * {
    width: 442px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__slide.swiper-slide-active + * + * {
    width: 626px;
  }
}
.cards-slider__slide.swiper-slide-active + * + * .cards-slider__card {
  height: 360px;
  opacity: 1;
}
@media (min-width: 768px) {
  .cards-slider__slide.swiper-slide-active + * + * .cards-slider__card {
    height: 460px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__slide.swiper-slide-active + * + * .cards-slider__card {
    height: 560px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__slide.swiper-slide-active + * + * .cards-slider__card {
    height: 760px;
  }
}
.cards-slider__slide.swiper-slide-active + * + * .cards-slider__card::before {
  opacity: 1;
  visibility: visible;
}
.cards-slider__slide.swiper-slide-active + * + * .cards-slider__card-content {
  opacity: 1;
  visibility: visible;
}
.cards-slider__card {
  position: relative;
  height: 220px;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0.3;
  transition: 0.6s;
  display: block;
}
@media (min-width: 768px) {
  .cards-slider__card {
    height: 300px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__card {
    height: 360px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__card {
    height: 560px;
  }
}
.cards-slider__card:has(.cards-slider__card-btn):hover .cards-slider__card-img {
  transform: scale(1.1);
}
.cards-slider__card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(to bottom, transparent, #0353A4);
  width: 100%;
  height: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.cards-slider__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.cards-slider__card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  width: 280px;
}
@media (min-width: 768px) {
  .cards-slider__card-content {
    width: 334px;
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__card-content {
    width: 402px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__card-content {
    width: 586px;
    gap: 20px;
    padding: 40px;
  }
}
.cards-slider__card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11111;
}
@media (min-width: 768px) {
  .cards-slider__card-title {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__card-title {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__card-title {
    font-size: 30px;
  }
}
.cards-slider__card-description {
  margin: 0;
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .cards-slider__card-description {
    line-height: 1.21429;
  }
}
@media (min-width: 1366px) {
  .cards-slider__card-description {
    line-height: 1.1875;
  }
}
@media (min-width: 1900px) {
  .cards-slider__card-description {
    line-height: 1.22222;
  }
}
.cards-slider__controls {
  display: none;
}
@media (min-width: 1366px) {
  .cards-slider__controls {
    display: flex;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 9px;
    gap: 10px;
  }
}
@media (min-width: 1900px) {
  .cards-slider__controls {
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .cards-slider__controls-btn {
    width: 20px;
    height: 20px;
    stroke: #212322;
    background: none;
    padding: 0;
    border: none;
  }
}
@media (min-width: 1900px) {
  .cards-slider__controls-btn {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1366px) {
  .cards-slider__controls-btn:hover {
    stroke: #0353A4;
  }
}
@media (min-width: 1366px) {
  .cards-slider__controls-btn[data-direction=prev] {
    transform: rotate(180deg);
  }
}
@media (min-width: 1366px) {
  .cards-slider__controls-btn-icon {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 1366px) {
  .cards-slider__controls-divider {
    width: 1px;
    background: #E0E0E0;
  }
}
@media (min-width: 1900px) {
  .cards-slider__controls-divider {
    height: 30px;
  }
}

.process .section__title br {
  display: none;
}
@media (min-width: 1366px) {
  .process__container {
    position: relative;
  }
}
.process__decoration {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%, -50%;
  width: 320px;
  aspect-ratio: 1;
  background: url(../../../img/decoration/steering-wheel.svg) no-repeat center;
  z-index: -1;
}
@media (min-width: 768px) {
  .process__decoration {
    width: 530px;
  }
}
@media (min-width: 1366px) {
  .process__decoration {
    top: 0;
    left: calc(50% - 50vw);
    height: 100%;
    width: auto;
    aspect-ratio: 1;
    translate: -50% 0;
  }
}
@media (min-width: 1366px) {
  .process__list {
    max-width: 65.62986%;
    margin-left: auto;
  }
}
@media (min-width: 1900px) {
  .process__list {
    margin-right: auto;
    max-width: 50vw;
  }
}
.process__item {
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .process__item {
    gap: 30px;
    flex-direction: row;
  }
}
@media (min-width: 1366px) {
  .process__item {
    gap: 40px;
  }
}
@media (min-width: 1900px) {
  .process__item {
    padding: 40px 0;
  }
}
.process__item:first-child {
  border-top: 1px solid #E0E0E0;
}
.process__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .process__header {
    width: 35.756%;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .process__header {
    width: 24.58531%;
  }
}
@media (min-width: 1900px) {
  .process__header {
    width: calc((100% - 40px) / 2 - 10px);
  }
}
.process__title {
  margin: 0;
  color: #0353A4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .process__title {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .process__title {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .process__title {
    font-size: 30px;
  }
}
.process__number {
  font-size: 12px;
  color: #A9A9A9;
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .process__number {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .process__number {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .process__number {
    font-size: 18px;
  }
}
.process__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .process__content {
    flex-grow: 1;
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .process__content {
    width: calc((100% - 40px) / 2 + 10px);
    gap: 40px;
  }
}
.process__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.process__description {
  margin: 0;
  line-height: 1.16667;
}
@media (min-width: 1900px) {
  .process__description {
    line-height: 1.22222;
  }
}
.process__description br {
  display: none;
}
@media (min-width: 1366px) {
  .process__description br {
    display: block;
  }
}
.process__btn {
  gap: 5px;
}
@media (min-width: 1900px) {
  .process__btn {
    font-size: 16px;
    gap: 10px;
    padding: 13px 29px;
  }
}
@media (min-width: 1900px) {
  .process__btn-icon {
    width: 22px;
  }
}
.process__time {
  background: #EFFBFD;
  color: #19839A;
  padding: 10px 20px;
  border-radius: 20px;
  line-height: 1;
}

.lead {
  gap: 10px;
}
@media (max-width: 767px) {
  .lead {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .lead {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .lead {
    flex-direction: row;
    gap: 40px;
    max-width: calc(1526px + var(--page-padding-x) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1366px) {
  .lead--reverse {
    flex-direction: row-reverse;
  }
}
.lead__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.8;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .lead__img {
    aspect-ratio: 1.72;
  }
}
@media (min-width: 1366px) {
  .lead__img {
    width: 22.6285%;
  }
}
@media (min-width: 1900px) {
  .lead__img {
    width: 28.1785%;
  }
}
.lead__img--vertical-shift {
  -o-object-position: center 37.5%;
     object-position: center 37.5%;
}
@media (min-width: 1366px) {
  .lead__img--vertical-shift {
    -o-object-position: initial;
       object-position: initial;
  }
}
.lead__content {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .lead__content {
    padding: 40px;
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .lead__content {
    padding: 60px;
    gap: 40px;
  }
}
.lead__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--font-accent);
}
.lead__title--sm {
  font-size: 27px;
}
@media (min-width: 768px) {
  .lead__title {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .lead__title {
    font-size: 70px;
  }
}
@media (min-width: 1900px) {
  .lead__title {
    font-size: 80px;
  }
}
.lead__title span {
  color: #0353A4;
}
.lead__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .lead__form {
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .lead__form {
    gap: 30px;
  }
}
.lead__form-title {
  font-size: 20px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .lead__form-title {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .lead__form-title {
    font-size: 25px;
    line-height: 1.12;
  }
}
@media (min-width: 1900px) {
  .lead__form-title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.lead__form-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .lead__form-content {
    gap: 20px;
  }
}
.lead__form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .lead__form-fields {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .lead__form-fields > * {
    flex: 1 0 calc(50% - 10px);
  }
}
.lead__form-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1366px) {
  .lead__form-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.lead__divider {
  text-align: center;
  font-size: 14px;
  color: #A9A9A9;
  line-height: 1.07143;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1900px) {
  .lead__divider {
    font-size: 16px;
    line-height: 1.125;
  }
}
.lead__divider-text {
  position: relative;
}
.lead__divider-text::before, .lead__divider-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  width: 999px;
  height: 1px;
  background: #a9a9a9;
}
@media (min-width: 768px) {
  .lead__divider-text::before, .lead__divider-text::after {
    right: calc(100% + 40px);
  }
}
.lead__divider-text::after {
  right: auto;
  left: calc(100% + 20px);
}
@media (min-width: 768px) {
  .lead__divider-text::after {
    left: calc(100% + 40px);
  }
}
.lead__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .lead__social {
    gap: 20px;
  }
}
.lead__social-item {
  flex: 1 0 0;
  width: calc(50% - 5px);
}
.lead__social-link {
  width: 100%;
}
@media (min-width: 1900px) {
  .lead__social-link {
    min-height: 50px;
    font-size: 16px;
  }
}
.lead__social-link:hover {
  background: #212322;
  border-color: #212322;
  color: #fff;
  fill: #fff;
}
.lead__social-link--whatsapp:hover {
  background: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
}
.lead__social-link--telegram:hover {
  background: var(--color-telegram);
  border-color: var(--color-telegram);
}
.lead__social-link--facebook-messenger:hover {
  background: var(--color-facebook-messenger);
  border-color: var(--color-facebook-messenger);
}
.lead__social-icon {
  width: 15px;
}
@media (min-width: 1900px) {
  .lead__social-icon {
    width: 17px;
  }
}

@media (min-width: 1366px) {
  .edges-bg .bg-video__item {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}

.edges {
  gap: var(--section-gap);
}
@media (min-width: 1366px) {
  .edges {
    z-index: 2;
    position: relative;
    --bottom-offset: 40px;
  }
}
@media (min-width: 1900px) {
  .edges {
    --bottom-offset: 60px;
  }
}
.edges__slider {
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
.edges__slider-wrapper {
  align-items: flex-end;
}
.edges__slide {
  width: 280px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .edges__slide {
    width: 334px;
  }
}
.edges__slide:nth-child(1) {
  min-height: 200px;
}
@media (min-width: 768px) {
  .edges__slide:nth-child(1) {
    min-height: 215px;
  }
}
@media (min-width: 1900px) {
  .edges__slide:nth-child(1) {
    min-height: 257px;
  }
}
.edges__slide:nth-child(2) {
  min-height: 240px;
}
@media (min-width: 768px) {
  .edges__slide:nth-child(2) {
    min-height: 265px;
  }
}
@media (min-width: 1900px) {
  .edges__slide:nth-child(2) {
    min-height: 307px;
  }
}
.edges__slide:nth-child(3) {
  min-height: 280px;
}
@media (min-width: 768px) {
  .edges__slide:nth-child(3) {
    min-height: 305px;
  }
}
@media (min-width: 1900px) {
  .edges__slide:nth-child(3) {
    min-height: 357px;
  }
}
.edges__item {
  flex: 1 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
}
.edges__item-inner {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #212322;
}
@media (min-width: 1366px) {
  .edges__item-inner {
    min-height: inherit;
  }
}
@media (min-width: 1900px) {
  .edges__item-inner {
    padding: 40px;
    gap: 40px;
  }
}
.edges__icon {
  width: 30px;
  aspect-ratio: 1;
  stroke: #0353A4;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .edges__icon {
    width: 35px;
  }
}
@media (min-width: 1900px) {
  .edges__icon {
    width: 40px;
  }
}
.edges__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
}
@media (min-width: 1900px) {
  .edges__content {
    gap: 20px;
  }
}
.edges__title {
  color: #0353A4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  .edges__title {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .edges__title {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .edges__title {
    font-size: 30px;
  }
}
.edges__description {
  margin: 0;
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .edges__description {
    line-height: 1.21429;
  }
}
@media (min-width: 1366px) {
  .edges__description {
    line-height: 1.1875;
  }
}

.details__slider {
  margin: -10px calc(var(--page-padding-x) * -1);
  padding: 10px var(--page-padding-x);
}
@media (min-width: 768px) {
  .details__slider {
    margin: -15px calc(var(--page-padding-x) * -1);
    padding: 15px var(--page-padding-x);
  }
}
@media (min-width: 1900px) {
  .details__slider {
    margin: -20px calc(var(--page-padding-x) * -1);
    padding: 20px var(--page-padding-x);
  }
}
.details__slide {
  width: 280px;
}
@media (min-width: 768px) {
  .details__slide {
    width: 334px;
  }
}
.details__slide:nth-child(1) {
  z-index: 4;
}
.details__slide:nth-child(2) {
  z-index: 3;
}
.details__slide:nth-child(3) {
  z-index: 2;
}
.details__slide:nth-child(4) {
  z-index: 1;
}
.details__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1900px) {
  .details__item {
    gap: 40px;
  }
}
.details__img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff;
}
@media (min-width: 768px) {
  .details__img {
    box-shadow: 0 0 0 15px #fff;
  }
}
@media (min-width: 1900px) {
  .details__img {
    box-shadow: 0 0 0 20px #fff;
  }
}
.details__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 220px;
}
@media (min-width: 768px) {
  .details__content {
    max-width: 290px;
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .details__content {
    max-width: 400px;
    gap: 20px;
  }
}
.details__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #212322;
}
@media (min-width: 768px) {
  .details__title {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .details__title {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .details__title {
    font-size: 30px;
  }
}
.details__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.details__list-item {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33594 8H12.6693' stroke='%230353A4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33331V12.6666' stroke='%230353A4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat top left/14px 14px;
  padding-left: 19px;
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .details__list-item {
    background-size: 16px 16px;
    padding-left: 26px;
    line-height: 1.21429;
  }
}
@media (min-width: 1366px) {
  .details__list-item {
    background-size: 18px 18px;
    padding-left: 28px;
  }
}
@media (min-width: 1900px) {
  .details__list-item {
    padding-left: 30px;
    background-size: 20px 20px;
  }
}
.details__link {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #FB8500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FB8500;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1366px) {
  .details__link {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .details__link {
    font-size: 20px;
  }
}
.details__link:hover {
  background: #FB8500;
  color: #fff;
}

@media (min-width: 1900px) {
  .reviews {
    padding-left: calc((100vw - 1900px) / 2 + var(--page-padding-x));
    padding-right: calc((100vw - 1900px) / 2 + var(--page-padding-x));
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.reviews__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .reviews__container {
    gap: 40px;
  }
}
.reviews__slider {
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
@media (min-width: 1366px) {
  .reviews__slider {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  .reviews__slider {
    margin-right: calc(((100vw - 1900px) / 2 + var(--page-padding-x)) * -1);
    padding-right: var(--page-padding-x);
  }
}
.reviews__slide {
  width: 280px;
  height: auto;
}
@media (min-width: 768px) {
  .reviews__slide {
    width: 511px;
  }
}
@media (min-width: 1366px) {
  .reviews__slide {
    width: 552px;
  }
}
@media (min-width: 1900px) {
  .reviews__slide {
    width: 783px;
  }
}
.reviews__item {
  height: 100%;
}
.reviews__rating {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 0 calc(var(--page-padding-x) * -1);
}
@media (min-width: 768px) {
  .reviews__rating {
    margin: 0;
    flex-direction: row;
    padding: 40px;
    overflow: hidden;
  }
}
@media (min-width: 1366px) {
  .reviews__rating {
    align-items: center;
    justify-content: space-between;
    padding: 50px 40px;
  }
}
@media (min-width: 1900px) {
  .reviews__rating {
    padding: 60px;
    min-height: 213px;
  }
}
.reviews__rating-content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .reviews__rating-content {
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-content {
    display: contents;
  }
}
.reviews__rating-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .reviews__rating-info {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-info {
    width: 33.3335%;
    flex-direction: row;
  }
}
@media (min-width: 1900px) {
  .reviews__rating-info {
    width: 36.803%;
    gap: 40px;
    align-items: center;
  }
}
.reviews__rating-score {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .reviews__rating-score {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-score {
    font-size: 60px;
  }
}
@media (min-width: 1900px) {
  .reviews__rating-score {
    font-size: 80px;
  }
}
.reviews__rating-text {
  font-size: 18px;
  line-height: 1.11111;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .reviews__rating-text {
    font-size: 22px;
    max-width: 250px;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-text {
    font-size: 25px;
    line-height: 1.12;
    max-width: none;
  }
}
@media (min-width: 1900px) {
  .reviews__rating-text {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-btn {
    order: 4;
  }
}
@media (min-width: 1900px) {
  .reviews__rating-btn {
    padding: 5px 40px;
  }
}
.reviews__rating-logo {
  order: 1;
  width: 240px;
  height: 240px;
  order: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .reviews__rating-logo {
    order: 3;
    width: 300px;
    height: 300px;
    margin-right: -97px;
    flex-shrink: 0;
    align-self: center;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-logo {
    width: 400px;
    height: 400px;
    margin: -200px 0;
    margin-right: 40px;
  }
}
@media (min-width: 1900px) {
  .reviews__rating-logo {
    width: 500px;
    height: 500px;
    margin: -250px 0;
  }
}
.reviews__rating-logo-shadow, .reviews__rating-logo-shadow-2 {
  background: #87FAB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.reviews__rating-logo-shadow-2 {
  background: #24C15C;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 2;
  margin: 15px;
}
@media (min-width: 768px) {
  .reviews__rating-logo-shadow-2 {
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    margin: 18px;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-logo-shadow-2 {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 25px;
  }
}
@media (min-width: 1900px) {
  .reviews__rating-logo-shadow-2 {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
  }
}
.reviews__rating-logo-inner {
  width: 180px;
  aspect-ratio: 1;
  position: relative;
  z-index: 3;
  background: #00852F;
  border-radius: 50%;
  fill: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (min-width: 768px) {
  .reviews__rating-logo-inner {
    width: 225px;
    padding: 52px;
  }
}
@media (min-width: 1366px) {
  .reviews__rating-logo-inner {
    width: 300px;
    padding: 90px;
  }
}
.reviews__rating-logo-icon {
  width: 100%;
  height: 100%;
}

.review {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .review {
    min-height: 300px;
  }
}
@media (min-width: 1366px) {
  .review {
    min-height: 360px;
  }
}
@media (min-width: 1900px) {
  .review {
    min-height: 400px;
    padding: 40px;
  }
}
.review__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .review__content {
    gap: 30px;
    flex-direction: row;
  }
}
@media (min-width: 1900px) {
  .review__content {
    gap: 40px;
  }
}
.review__platform {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #212322;
}
@media (min-width: 768px) {
  .review__platform {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
  }
}
@media (min-width: 1366px) {
  .review__platform {
    width: 40px;
    height: 40px;
  }
}
.review__platform--tripadvisor {
  fill: #002B11;
}
.review__platform--facebook {
  fill: #1877F2;
}
.review__platform-icon {
  width: 100%;
  height: 100%;
}
.review__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .review__text {
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .review__text {
    gap: 20px;
  }
}
.review__date {
  font-size: 10px;
  line-height: 1;
  color: #A9A9A9;
}
@media (min-width: 768px) {
  .review__date {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .review__date {
    font-size: 14px;
  }
}
.review__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1900px) {
  .review__info {
    max-width: 565px;
  }
}
.review__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11111;
}
@media (min-width: 768px) {
  .review__title {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .review__title {
    font-size: 25px;
  }
}
.review__description {
  line-height: 1.16667;
  margin: 0;
}
@media (min-width: 768px) {
  .review__description {
    line-height: 1.21429;
  }
}
.review__author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
  position: relative;
  padding-right: 60px;
}
@media (min-width: 768px) {
  .review__author {
    gap: 20px;
    font-size: 16px;
    padding-right: 80px;
  }
}
@media (min-width: 1366px) {
  .review__author {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .review__author {
    padding-right: 110px;
    font-size: 20px;
  }
}
.review__author::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1465 0H22.9127C20.6122 2.84078 18.5878 5.86484 16.8394 9.07217C15.0911 12.1879 13.8488 15.2119 13.1127 18.1443C15.8732 18.5109 18.0817 19.7022 19.738 21.7182C21.4864 23.7343 22.3606 26.1168 22.3606 28.866C22.3606 32.0733 21.3484 34.7308 19.3239 36.8385C17.2995 38.9462 14.677 40 11.4563 40C8.05164 40 5.29108 38.8545 3.17465 36.5636C1.05822 34.2726 0 31.1569 0 27.2165C0 22.8179 1.10423 18.2818 3.31268 13.6083C5.52113 8.93471 8.46573 4.39863 12.1465 0ZM38.2338 0H49C46.6995 2.84078 44.6751 5.86484 42.9268 9.07217C41.1784 12.1879 39.9361 15.2119 39.2 18.1443C41.9606 18.5109 44.169 19.7022 45.8254 21.7182C47.5737 23.7343 48.4479 26.1168 48.4479 28.866C48.4479 32.0733 47.4357 34.7308 45.4113 36.8385C43.3869 38.9462 40.7643 40 37.5437 40C34.139 40 31.3784 38.8545 29.262 36.5636C27.1455 34.2726 26.0873 31.1569 26.0873 27.2165C26.0873 22.8179 27.1915 18.2818 29.4 13.6083C31.6085 8.93471 34.5531 4.39863 38.2338 0Z' fill='%23EFFBFD'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (min-width: 768px) {
  .review__author::before {
    width: 73px;
    height: 60px;
  }
}
@media (min-width: 1366px) {
  .review__author::before {
    width: 85px;
    height: 70px;
  }
}
@media (min-width: 1900px) {
  .review__author::before {
    width: 98px;
    height: 80px;
  }
}
.review__author-img {
  width: 40px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .review__author-img {
    width: 50px;
  }
}
@media (min-width: 1366px) {
  .review__author-img {
    width: 60px;
  }
}
@media (min-width: 1900px) {
  .review__author-img {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .faq-bg {
    background: none;
    padding: 0;
  }
}

@media (min-width: 1366px) {
  .faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .faq__header {
    display: contents;
  }
}
@media (min-width: 1366px) {
  .faq__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.faq__text {
  flex-grow: 1;
}
.faq__title {
  text-align: center;
}
@media (min-width: 1366px) {
  .faq__title {
    text-align: left;
  }
}
.faq__help {
  display: none;
}
@media (min-width: 768px) {
  .faq__help {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    order: 2;
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .faq__help {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 587px;
  }
}
@media (min-width: 768px) {
  .faq__help-text {
    margin: 0;
    font-size: 22px;
    color: #A9A9A9;
    line-height: 1.18182;
  }
}
@media (min-width: 1900px) {
  .faq__help-text {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .faq__help-btn {
    border-radius: 10px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .faq__help-btn {
    padding-left: 39px;
    padding-right: 39px;
  }
}
@media (min-width: 768px) {
  .faq__help-btn-icon {
    width: 20px;
  }
}
@media (min-width: 1900px) {
  .faq__help-btn-icon {
    width: 22px;
  }
}
.faq__item {
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 0 29px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__item {
    gap: 40px;
  }
}
@media (min-width: 1900px) {
  .faq__item {
    padding: 40px 0;
  }
}
.faq__item:first-child {
  border-top: 1px solid #E0E0E0;
}
.faq__item.active .faq__toggle {
  transform: rotate(45deg);
}
.faq__question {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11111;
}
@media (min-width: 768px) {
  .faq__question {
    font-size: 22px;
    line-height: 1.09091;
  }
}
@media (min-width: 1366px) {
  .faq__question {
    font-size: 25px;
    line-height: 1.12;
  }
}
@media (min-width: 1900px) {
  .faq__question {
    font-size: 30px;
    line-height: 1.1;
  }
}
.faq__answer {
  margin: 0;
  line-height: 1.16667;
  height: 0;
  overflow: hidden;
  transition: 0.6s;
}
@media (min-width: 1900px) {
  .faq__answer {
    line-height: 1.22222;
  }
}
.faq__answer-text {
  padding-top: 10px;
  margin: 0;
}
.faq__answer-list {
  list-style: disc inside;
}
.faq__toggle {
  width: 30px;
  aspect-ratio: 1;
  stroke: #0353A4;
  flex-shrink: 0;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .faq__toggle {
    width: 35px;
  }
}
@media (min-width: 1900px) {
  .faq__toggle {
    width: 40px;
  }
}

@media (min-width: 1900px) {
  .carousel {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.carousel__slider {
  --swiper-wrapper-transition-timing-function: linear;
  width: calc(100% + var(--page-padding-x) * 2);
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
.carousel__slide {
  width: 150px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .carousel__slide {
    width: 174px;
    padding: 24px;
  }
}
@media (min-width: 1366px) {
  .carousel__slide {
    width: 200px;
    padding: 26px;
  }
}
@media (min-width: 1900px) {
  .carousel__slide {
    width: 230px;
    padding: 30px;
  }
}
.carousel__img {
  max-width: 100%;
  max-height: 100%;
}/*# sourceMappingURL=main.css.map */