button {
  border: none;
}

.coverage {
  background: linear-gradient(180deg, rgba(21, 21, 22, 0.6) 0%, #151516 100%);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(36px);
  padding: clamp(24px, 3vw, 52px) 0;
  margin-top: -60px;
  border-radius: 64px 64px 0 0;
  color: white;
  position: relative;
}

.coverage__container { 
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  /* position: relative; */
}

.coverage__title {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto clamp(8px, 3vw, 20px);
  font-weight: 400;
  font-size: clamp(27px, 3vw, 44px);
  padding: 0 24px;
}

.coverage__desc {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 20px);
  color: #98989F;
  padding: 0 24px;
}


.map-svg {
  width: 100%;
  height: auto;
  display: block;
  transform: rotateX(25deg) scale(1.05);
  /* Perspektiva */
  transform-origin: center center;
  transition: transform 0.5s ease;
}




#name {
  position: absolute;
  display: none;
  z-index: 9999;
  pointer-events: none;
  transform: translate(-50%, -120%);
  transition: none;
  white-space: nowrap;
}

.name__wrapper {
  background: #202020;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.name__flag {
  width: 18px;
  height: 14px;
  max-width: 18px;
  max-height: 14px;
  min-width: 18px;
  min-height: 14px;
  border-radius: 3px;
  object-fit: cover;
  flex-shrink: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.16s ease;
}

.name__flag.is-visible {
  opacity: 1;
  visibility: visible;
}

#namep {
  margin: 0;
}


/* XARITA PERSPEKTIVASI */
@media (max-width:768px) {
  .map-svg {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 0;
    display: block;
    transform: none;
    transform-origin: center center;
    transition: transform 0.5s ease;
  }

  .name__wrapper {
    padding: 8px 12px;
    font-size: 14px;
    gap: 10px;
  }

  .name__flag {
    width: 18px;
    height: 14px;
    max-width: 18px;
    max-height: 14px;
    min-width: 18px;
    min-height: 14px;
  }
}

/* DAVLATLAR STILLARI */
.allPaths {
  fill: #393A3D;
  stroke: #ACADBC;
  stroke-width: 0.16;
  transition: all 0.3s ease;
  pointer-events: none;
}

.is-active {
  fill: #98989f;
  cursor: pointer;
  pointer-events: auto;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1;
}

/* Hover va Tanlangan holat */
.is-active:hover,
.is-selected {
  fill: #98989f !important;
  stroke: #ffffff !important;
  stroke-width: 2;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.3));
}


/* Tooltipning pastki qismidagi uchburchak */
.name__wrapper>svg {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 8px;
}

/* PULSATSIA */
.circle.pulse {
  width: 8px;
  height: 8px;
  background-color: #11E974;
  border-radius: 50%;
  position: relative;
}

.circle.pulse::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #11E974;
  border-radius: 50%;
  animation: pulse-animation 2s infinite ease-out;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.features {
  padding: clamp(40px, 5vw, 64px) 0;
  color: white;
}

.features__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.features__container {
  max-width: 1280px;
  margin: 0 auto;
}

.features__title {
  font-weight: 400;
  font-size: clamp(27px, 3vw, 44px);
  line-height: 100%;
  margin-bottom: clamp(32px, 3vw, 40px);
  padding: 0 24px;

  br {
    display: none;
  }
}

.features__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.feature-card {
  background-color: #1D1D20;
  border-radius: 52px;
  display: flex;
  min-height: 292px;
  overflow: hidden;
}

.feature-card__content {
  padding: 40px;
}

.feature-card__heading {
  font-weight: 400;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 110%;
  margin-bottom: clamp(16px, 3vw, 20px);

  span {
    font-weight: 500;
  }
}

.feature-card__text {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 140%;
}

.feature-card__image {
  margin-top: auto;
}

.feature-card__decor {
  display: none;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF47;
  backdrop-filter: blur(32px);
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.feature-card--platforms {
  display: flex;
  flex-direction: column;
}

.platforms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px 40px 40px;
  gap: 18px;
}

.platforms__item {
  max-width: 72px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: white;
  transition: all .2s ease;
}

.platforms__item:hover {
  opacity: 0.6;
}

.platforms__item:hover .platforms__icon-wrapper {
  transform: scale(1.1);
}

.platforms__icon-wrapper {
  width: 52px;
  height: 52px;
  background-color: #29292C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto 8px;
  transition: all .2s ease;
}

.platforms__label {
  font-size: clamp(14px, 2vw, 16px);
}

.support {
  background-color: #2B2B2E;
  padding: 40px;
  border-radius: 52px;
}

.support__heading {
  font-weight: 500;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 100%;
  margin-bottom: 20px;
}

.support__text {
  font-weight: 400;
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 30px;
}

.support__image {
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: auto;
}

.support__link {
  background-color: white;
  padding: 23px 36px;
  box-shadow: 0px 0px 14px 0px #FFFFFF66;
  font-weight: 500;
  font-size: clamp(17px, 2vw, 23px);
  border: none;
  border-radius: 99px;
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  color: #202020;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.support__link:hover {
  background-color: #FFFFFF1F;
  color: white;
  backdrop-filter: blur(36px);
}

.high {
  padding: clamp(40px, 5vw, 64px) 0;
  color: white;
}

.high__wrapper {
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  background: linear-gradient(90deg, #1D1D20 30.38%, rgba(29, 29, 32, 0) 50.62%);
  padding: 6px;
  border-radius: 40px;
}

.high__content {
  padding: 40px 0 40px 40px;
}

.high__title {
  font-weight: 500;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 120%;
  margin-bottom: 12px;

  br {
    display: none;
  }
}

.high__text {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 28px;
  color: #9B9B9C;
  margin-bottom: 33px;
}

.high__features {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.high__feature {
  padding: 8px 20px;
  background-color: #29292C;
  border-radius: 12px;
  font-weight: 500;
}

.high__data-image {
  max-width: 595px;
  width: 100%;
  height: auto;
}

.high__data-image--mobile,
.high__data-progress-svg--mobile {
  display: none;
}

.high__data-wrap {
  max-width: 595px;
  width: 100%;
  height: auto;
  position: relative;
}

.high__data-progress-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.high__data-progress-value {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.high__data-progress-value {
  stroke: #00A3FF;
  stroke-width: 2.8;
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
}

.high__data-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.high__data-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.high__data-value {
  font-size: 51px;
  will-change: transform, opacity;
}

.high__data-value.is-animating {
  animation: popIn .35s ease-out;
}

@keyframes popIn {
  from {
    transform: scale(.92);
    opacity: .6;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.high__data-unit {
  font-size: 15px;
}

.benefits {
  padding: clamp(40px, 5vw, 64px) 0;
  color: white;
}

.benefits__container {
  max-width: 1280px;
  margin: 0 auto;
}

.benefits__title {
  font-weight: 400;
  font-size: clamp(32px, 2vw, 44px);
  line-height: 100%;
  margin-bottom: 40px;

  span {
    font-weight: 500;
  }
}

.benefits__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.benefits__image {
  max-width: 608px;
  width: 100%;
  height: auto;
}

.benefits__description {
  max-width: 608px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.benefits__subtitle {
  font-weight: 500;
  font-size: clamp(28px, 3vw, 36px);
  margin-bottom: 20px;
}

.benefits__text {
  color: #A1A1A2;
  margin-bottom: 80px;
  font-size: clamp(16px, 2vw, 20px);
}

.benefits__button {
  margin-top: auto;
  max-width: 323px;
  justify-content: center;
}

.benefits__wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 64px;
}

.providers-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.providers-marquee__track {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
  will-change: transform;
}

.providers-marquee__track--duplicate {
  position: absolute;
  top: 0;
  left: 0;
}

.providers-marquee__track,
.providers-marquee__track--duplicate {
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.providers-marquee:hover .providers-marquee__track,
.providers-marquee:hover .providers-marquee__track--duplicate {
  animation-play-state: paused;
}

.provider {
  flex: 0 0 auto;
}

.provider__row {
  display: flex;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
}

.provider__logo {
  width: 53px;
  height: 53px;
  background-color: #ffffff1f;
  backdrop-filter: blur(27.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  flex-shrink: 0;
}

.provider__name {
  color: #a1a1a2;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 4px;
}

.provider__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

.connect {
  padding: clamp(40px, 5vw, 64px) 0;
  color: white;
}

.connect__container {
  max-width: 1280px;
  margin: 0 auto;
}

.connect__title {
  font-weight: 500;
  font-size: clamp(30px, 2vw, 44px);
  line-height: 100%;
  margin-bottom: 32px;
  padding: 0 24px;
}

.connect__steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.connect__step {
  background-color: #1D1D20;
  padding: 32px;
  border-radius: 44px;
  position: relative;
  max-width: 412px;
  width: 100%;
}

.connect__step-arrow {
  position: absolute;
  right: -38px;
  top: 42%;
  z-index: 1;
  max-width: 52px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D1D20;
  border: 8px solid #151516;
  border-radius: 99px;
}

.connect__step-icon {
  margin-bottom: 16px;
}

.connect__step-title {
  font-weight: 500;
  font-size: clamp(22px, 3vw, 28px);
}

.connect__step-text {
  color: #A5A5A6;
  font-size: clamp(15px, 3vw, 18px);
}

.connect-decor__mobile {
  display: none;
}

.stories {
  padding: clamp(40px, 5vw, 64px) 0;
  color: white;
}

.stories__container {
  max-width: 1280px;
  margin: 0 auto;
}

.stories__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.stories__title {
  font-weight: 500;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 100%;
  padding: 0 24px;
}

.stories__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stories__btn {
  width: 64px;
  height: 53px;
  background-color: #29292C;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.mySwiper2 {
  margin-bottom: 24px;
  padding: 0 24px;
}

.mySwiper2 .swiper-slide {
  height: 100% !important;
  padding: 32px;
  background-color: #1D1D20;
  border-radius: 44px;
}

.testimonial__title {
  font-weight: 500;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 100%;
  margin-bottom: 8px;
}

.testimonial__text {
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  margin-bottom: 28px;
}

.testimonial__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial__name {
  font-weight: 500;
  font-size: clamp(16px, 3vw, 20px);
}

.testimonial__date {
  color: #A5A5A6;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}

.swiper-pagination2 {
  display: none;
}

.promo {
  background-image: url(../assets/img/slide/bgMob.webp);
  background-size: cover;
  background-color: #0d1a2f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border-radius: 40px;
}

@media screen and (min-width: 768px) {
  .promo {
    background-image: url(../assets/img/slide/bg.webp);
  }
}

.promo__title {
  font-weight: 500;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 100%;
  margin-bottom: 12px;
}

.promo__subtitle {
  font-weight: 500;
  font-size: clamp(16px, 3vw, 18px);
}

.tariff {
  padding: clamp(40px, 3vw, 64px) 0 12px;
  color: white;
}

.tariff__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.tariff__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3vw, 24px);
  margin-bottom: 32px;
  text-align: center;
}

.tariff__title {
  font-weight: 500;
  font-size: clamp(30px, 2vw, 44px);
  line-height: 100%;
}

.tariff__plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.plan {
  background-color: #1D1D20;
  padding: 24px;
  border-radius: 40px;
  width: auto;
}

.plan__top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.plan__duration {
  font-weight: 500;
  font-size: clamp(20px, 3vw, 24px);
}

.plan__badge {
  padding: 8px 12px;
  background-color: #313136;
  border-radius: 99px;
  font-weight: 500;
  font-size: 16px;
}

.tariff__plans .plan:first-child .plan__badge {
  background-color: #00A3FF;
  box-shadow: 0px 0px 16px 0px #00A3FF66;
}

.plan__price {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #38383A;
  margin-bottom: 24px;
}

.plan__current-price {
  font-weight: 500;
  font-size: clamp(38px, 2vw, 40px);
  line-height: 100%;
}

.plan__period {
  font-weight: 400;
  font-size: clamp(16px, 3vw, 16px);
  color: #505052;
}

.plan__old-price {
  font-size: clamp(28px, 3vw, 30px);
  color: #505052;
  position: relative;
  text-decoration: line-through;
}

.plan__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.plan__feature-text {
  font-weight: 500;
  font-size: clamp(18px, 3vw, 21px);
  line-height: 100%;
}

.plan__button {
  background-color: #313136;
  display: flex;
  padding: 18px;
  border-radius: 99px;
  width: 100%;
  border: none;
  color: white;
  cursor: pointer;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.plan__button:hover {
  background-color: #FFFFFF1F;
  color: white;
  backdrop-filter: blur(36px);
  box-shadow: 0px 0px 14px 0px #FFFFFF66;
}

.plan.popular {
  background-color: #262629;
}

.plan.popular .plan__badge,
.plan.popular .plan__button {
  background-color: #00A3FF;
  box-shadow: 0px 0px 16px 0px #00A3FF66;
}

.plan.popular .plan__button:hover {
  backdrop-filter: blur(36px);
  box-shadow: 0px 0px 14px 0px #00A3FF;
}

.faq {
  padding: 40px 0 clamp(40px, 3vw, 64px);
  color: white;
}

.faq__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq__title {
  font-weight: 500;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 100%;
  margin-bottom: 32px;
  text-align: center;
}

.faq__list {
  font-family: "Golos";
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #212123;
  border-radius: 24px;
  overflow: hidden;
}

.faq-item__header {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.faq-item__question {
  font-size: clamp(16px, 2.4vw, 21px);
  font-weight: 600;
  color: #ffffff;
  gap: 20px;
}

.faq-item__icon-wrapper {
  width: 64px;
  height: 44px;
  border-radius: 99px;
  background: #25252b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.faq-item__icon {
  width: 24px;
  height: 24px;
  transition: opacity 0.28s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon-plus {
  opacity: 1;
}

.faq-icon-minus {
  opacity: 0;
}

.faq-item--active .faq-icon-plus {
  opacity: 0;
}

.faq-item--active .faq-icon-minus {
  opacity: 1;
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), padding 0.38s ease;
  padding: 0 24px;
}

.faq-item--active .faq-item__content {
  padding: 0 24px 28px;
}

.faq-item__answer {
  font-size: clamp(15px, 2vw, 16px);
  color: #98989F;
}

.footer {
  padding: 40px 0;
  border-top: 1px solid #1C1C1D;
}

.footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer__logo-link img {
  margin-bottom: 20px;
}

.footer__stores {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__store-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  justify-content: center;
  background-color: #29292C;
  border-radius: 99px;
  text-decoration: none;
  transition: all .2s ease;
}

.footer__store-link:hover {
  opacity: 0.7;
}

.footer__store-text {
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.footer__nav {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.footer__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__menu-link {
  color: white;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  transition: all .2s ease;
}

.footer__menu-link:hover {
  color: #00A3FF;
}

.footer__payments {
  max-width: 351px;
  width: 100%;
}

.footer__payments-title {
  font-weight: 500;
  font-size: 16px;
  color: #98989F;
  margin-bottom: 12px;
}

.footer__payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__payment-link {
  transition: all .2s ease-in-out;
}

.footer__payment-link:hover {
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

.footer__lang02 {
  display: none;
}

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.footer__legal {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.footer__copyright {
  color: #98989F;
  font-size: 16px;
  line-height: 100%;
}

.footer__line {
  width: 1px;
  height: 14px;
  background-color: #98989F;
}

.footer__legal-link {
  color: #98989F;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s ease;
}

.footer__legal-link:hover {
  color: #00A3FF;
}

.footer__bottom-lang {
  display: flex;
  align-items: center;
  background-color: #29292C;
  border-radius: 99px;
  gap: 8px;
  padding: 13px 19px;
  border: none;
  cursor: pointer;
  color: white;
  font-family: "Golos";
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  transition: all .2s ease;
}

.dropdown__wrap {
  position: relative;
}

.footer__bottom-lang:hover {
  background-color: #39393C;
}

.lang__dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(0.98);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events: none;
}

.dropdown__wrap.is-open .lang__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.lang__dropdown-list {
  font-family: 'Golos';
  background-color: #39393C;
  list-style: none;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  max-width: 168px;
  width: 200%;
  border-radius: 16px;
  padding: 4px;
  margin: 0;
}

.lang__dropdown-btn {
  font-family: "Golos";
  cursor: pointer;
  padding: 12px;
  border-radius: 12px;
  color: white;
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: left;
  transition: all .2s ease;
}

.lang__dropdown-btn:hover {
  background-color: #fff;
  color: black;
}

.langArrow {
  transition: transform .18s ease;
}

.dropdown__wrap.is-open .langArrow {
  transform: rotate(180deg);
}

.dropdown__wrap.drop-up .lang__dropdown {
  top: auto;
  bottom: calc(100% + 10px);
}

.dropdown__wrap02,
.footer__storesMob {
  display: none;
}

@media (max-width: 1200px) {
  .feature-card__image {
    max-width: 140px;
    width: 100%;
    height: auto;
  }

  .feature-card--platforms {
    min-height: 450px;
  }

  .feature-card__text {
    br {
      display: none;
    }
  }

  .high__image {
    max-width: 400px;
  }

  .high__text {
    br {
      display: none;
    }
  }

  .benefits__image {
    max-width: 500px;
  }

  .benefits__text .br {
    display: none;
  }

  .benefits__text {
    margin-bottom: 20px;
  }

  .connect__step.arrow .connect__step-arrow {
    display: none;
  }
}

@media (max-width: 950px) {
  .features__wrapper {
    grid-template-columns: 1fr;
  }

  .feature-card--platforms {
    min-height: auto;
  }

  .benefits__image {
    max-width: 400px;
  }

  .benefits__subtitle {
    br {
      display: none;
    }
  }
}

@media (max-width: 860px) {
  body {
    padding-bottom: 100px;
  }

  .connect__step.arrow .connect__step-arrow {
    display: flex;
  }

  .connect__step-arrow {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
  }

  .connect__step-arrow img {
    transform: rotate(90deg);
  }

  .haze__scroll-top {
    display: none;
  }

  .haze__content {
    max-width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 24px;

    .haze {
      min-height: 160px !important;
    }
  }

  .haze__container {
    justify-content: center;
  }

  .haze__site-link {
    display: flex;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 140px;
  }



  .coverage__map {
    object-fit: cover;
    object-position: center;
    min-width: 120%;
    position: relative;
    transform: translateX(-10%);
  }

  .feature-card__image {
    display: none;
  }

  .feature-card {
    min-height: auto;
  }

  .support {
    padding: 24px;
    border-radius: 32px;
  }

  .feature-card__content {
    padding: 24px;
    position: relative;
    z-index: 1;
  }

  .feature-card {
    border-radius: 32px;
    position: relative;
  }

  .mySwiper1 {
    display: block !important;
  }

  .platforms {
    justify-content: space-between;
    padding: 8px 24px 24px 24px;
  }

  .features__title {
    br {
      display: block;
    }
  }

  .feature-card__decor {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
  }

  .high__wrapper {
    flex-direction: column;
  }

  .high__content {
    padding: 24px;
    margin-bottom: 8px;
  }

  .high__features {
    display: none;
  }

  .high__text {
    margin-bottom: 0;
    line-height: 22px;
  }

  .high__title {
    br {
      display: block;
    }
  }

  .high__image {
    display: none;
  }

  .high__wrapper {
    background-color: #1D1D20;
    border-radius: 32px;
    padding: 0;
  }

  .high__data-wrap {
    max-width: 325px;
    width: 100%;
    height: 140px;
    margin: 0 auto;
  }

  .high__data-image--desktop,
  .high__data-progress-svg--desktop {
    display: none;
  }

  .high__data-image--mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    z-index: 0;
  }

  .high__data-progress-svg--mobile {
    display: block;
    position: absolute;
    inset: auto 0 0 0;
    width: 100%;
    height: 63px;
    max-width: 323px;
    margin: 0 auto;
  }

  .high__data-progress-value--mobile {
    stroke: #00A3FF;
    stroke-width: 1.8;
  }

  .high__data-content {
    top: 20%;
  }

  .benefits__title,
  .benefits__image {
    display: none;
  }

  .benefits__subtitle {
    max-width: 300px;
  }

  .benefits__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .connect__step-icon {
    display: none;
  }

  .connect__step {
    border-radius: 40px;
  }

  .connect-decor__mobile {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .connect__steps {
    gap: 8px !important;
  }

  .stories__controls {
    display: none !important;
  }

  .testimonial {
    /* padding: 24px; */
    min-height: 320px;
    display: flex;
    flex-direction: column;
  }

  .testimonial__author {
    margin-top: auto;
  }

  .testimonial__avatar {
    width: 43px;
    height: 43px;
  }

  .swiper-pagination2 {
    display: flex !important;
    justify-content: center;
    padding: 24px 0 0;
  }

  .mySwiper2 {
    margin-bottom: 32px;
  }

  .promo {
    padding: 24px;
    border-radius: 32px;
    margin: 0 24px;
  }

  .plan {
    width: 100%;
  }

  .faq-item__icon {
    width: 18px;
    height: 20px;
  }

  .faq-item__icon-wrapper {
    width: 50px;
    height: 32px;
  }

  .faq-item.remove {
    display: none;
  }

  .footer__nav {
    gap: 12px;
  }

  .footer__line {
    display: none;
  }

  .footer__stores {
    flex-direction: row;
  }
}

@media (max-width: 480px) {

  .coverage__map {
    object-fit: cover;
    object-position: center;
    min-width: 160%;
    position: relative;
    transform: translateX(-25%);
  }

  .footer__stores {
    display: none;
  }

  .footer__nav {
    gap: 0;
    flex-direction: column;
    width: 100%;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__menu-link {
    padding: 0;
  }

  .footer__menu-item {
    padding: 24px 0;
    border-bottom: 1px solid #1C1C1D;
  }

  .footer__menu {
    gap: 0;
  }

  .footer__logo-link img {
    margin-bottom: 0;
  }

  .footer__lang02 {
    display: flex;
    align-items: center;
    background-color: #29292C;
    border-radius: 99px;
    gap: 8px;
    padding: 13px 19px;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    transition: all .2s ease;
  }

  .footer__lang02:hover {
    background-color: #39393C;
  }

  .dropdown__wrap02 {
    position: relative;
  }

  .lang__dropdown02 {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.98);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    pointer-events: none;
  }

  .dropdown__wrap02.is-open02 .lang__dropdown02 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .lang__dropdown-list02 {
    background-color: #39393C;
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 168px;
    width: 200%;
    border-radius: 16px;
    padding: 4px;
    margin: 0;
  }

  .dropdown__wrap02 {
    display: flex;
  }

  .lang__dropdown-btn02 {
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    color: white;
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: left;
    transition: all .2s ease;
  }

  .lang__dropdown-btn02:hover {
    background-color: #fff;
    color: black;
  }

  .langArrow02 {
    transition: transform .18s ease;
  }

  .dropdown__wrap02.is-open02 .langArrow02 {
    transform: rotate(180deg);
  }

  .dropdown__wrap02.drop-up02 .lang__dropdown02 {
    top: auto;
    bottom: calc(100% + 10px);
    transform: translateY(6px) scale(0.98);
  }

  .dropdown__wrap02.drop-up02.is-open02 .lang__dropdown02 {
    transform: translateY(0) scale(1);
  }

  .footer__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    gap: 5px;
  }

  .footer__logo-link {
    flex: 1 1 auto;
    min-width: 0;
  }

  .footer__logo-link img {
    max-width: 190px;
    width: 100%;
    height: auto;
  }

  .dropdown__wrap02 {
    flex: 0 0 auto;
  }

  .footer__legal-link,
  .footer__line,
  .footer__bottom-lang {
    display: none;
  }

  .footer__copyright {
    text-align: center;
    padding: 32px 0;
  }

  .footer__inner {
    margin-bottom: 0;
  }

  .footer__storesMob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .footer__storesMob .footer__store-link {
    width: 100%;
  }

  .dropdown__wrap {
    display: none;
  }

  .high__data-unit,
  .high__data-label {
    font-size: 10px;
  }

  .high__data-value {
    font-size: 28px;
  }

  .high__data-image--desktop {
    transform: translateY(-56px);
  }

  .high__data-progress-svg--desktop {
    transform: translateY(-58px);
  }

  .high__data-content {
    top: 20%;
  }

  .high__wrapper {
    overflow: hidden;
    padding: 0 23px;
  }

  .high__content {
    padding: 24px 0 24px;
  }
}

@media (max-width: 420px) {
  .footer__lang02 {
    padding: 10px 14px;
    gap: 6px;
    font-size: 14px;
    line-height: 16px;
  }

  .footer__lang02 img:first-child {
    width: 22px;
    height: 14px;
  }

  .footer__lang02 .langArrow02 {
    width: 14px;
    height: 14px;
  }

  #langBtnText02 {
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width:350px) {
  .hero__title {
    font-size: 32px;
  }

  .support__link {
    font-size: 14px;
  }

  .plan__old-price {
    font-size: 20px
  }

  .plan__current-price {
    font-size: 30px;
  }

  .plan__feature-text {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }
}
