html {
  scroll-behavior: smooth;
}

.desktop {
  @media only screen and (max-width: 850px) {
    display: none !important;
  }
}
.mobile {
  @media only screen and (min-width: 850px) {
    display: none !important;
  }
}
.mobile {
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
  position: relative;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 850px) {
  body {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
  }
  .mobile {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}
.header-substrate-mobile {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  z-index: 100000000;
  display: flex;
  flex-direction: column;
  top: 32px;
}

.header-mobile {
  background-color: #0e2c30;
  backdrop-filter: blur(12.2px);
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  height: 65px;
  display: flex;
  justify-content: space-between;
}

.header-mobile-nav {
  display: flex;
}

.header__logo-mobile {
  height: 26px;
  width: 126.2391357421875px;
  font-weight: 700;
  font-size: 18.73px;
  line-height: 140%;
  white-space: nowrap;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
  user-select: none;
}
.header__logo-mobile img {
  width: 21.6845703125px;
  height: 21.6845703125px;
  margin-right: 6.55px;
  margin-left: 37px;
}

.language-choice-mobile {
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 32px;
  font-family: "Neometric", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  margin-top: 18px;
  user-select: none;
  cursor: pointer;
}
.header-menu-mobile {
  margin-right: 36.5px;
  margin-top: 20px;
  user-select: none;
  cursor: pointer;
}

.close-menu-header {
  width: 35px;
  height: 35px;
  border-radius: 3.28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b4045;
  margin-top: -5px;
  display: none;
  user-select: none;
  cursor: pointer;
}
.close-language-choice-header {
  width: 35px;
  height: 35px;
  border-radius: 3.28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b4045;
  margin-top: -5px;
  display: none;
  margin-right: 16px;
  margin-left: 118.76px;
  margin-top: 16px;
  user-select: none;
  cursor: pointer;
}

.substrate-header-mobile {
  margin-top: 65px;
  position: fixed;
  width: 100vw;
  max-width: 100vw;
  overflow: auto;
  height: 407px;
  z-index: 10000;
  background-color: #ffffffcc;
  backdrop-filter: blur(17.4px);
  display: none;
  justify-content: center;
}
.substrate-container-mobile {
  width: 320px;
  height: 332.3379px;
  padding-top: 29px;
  margin-left: 37px;
}
.top-substrate-border-mobile {
  width: 320px;
  height: 187px;
  padding-bottom: 228px;
  /* border-bottom: 3px solid #9ca8a9; */
}

.substrate-nav-mobile {
  width: 122px;
  height: 187px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: 32px;
  font-family: "Neometric", sans-serif;
  font-weight: 700;
  color: #2a555b;
  white-space: nowrap;
}
.substrate-nav-mobile a {
  color: #193944;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

#tariffs-mobile {
  scroll-margin-top: 30px;
}
.substrate-nav-mobile a:hover {
  color: #f63636;
}
.substrate-nav-mobile a:active {
  transform: scale(0.98);
  color: rgb(105, 105, 105);
}

.substrate-links-mobile {
  width: 226.0137px;
  height: 63.3379px;
  margin-top: 41px;
  display: flex;
  gap: 18px;
}
.substrate-links-mobile img:hover {
  transform: scale(1.1);
}
.substrate-links-mobile img:active {
  transform: scale(0.95);
}

.substrate-link-mobile {
  width: 63.3379px;
  height: 63.3379px;
  user-select: none;
  cursor: pointer;
}

.language-choice {
  width: 224px;
  height: 169px;
  background-color: #ffffff;
  border-radius: 20px;
  z-index: 10000;
  position: fixed;
  top: 70px;
  right: 64px;
  padding-top: 16px;
  padding-left: 9px;
  display: none;
  flex-direction: column;
  @media only screen and (min-width: 850px) {
    display: none !important;
  }
  @media (max-width: 380px) {
    right: 54px;
  }
  @media (max-width: 340px) {
    right: 44px;
  }
  @media (max-width: 330px) {
    right: 34px;
  }
  @media (max-width: 320px) {
    right: 24px;
  }
}

.selected-language {
  width: 206px;
  height: 42px;
  padding: 10.5px 16.5px 11.5px 16.5px;
  border-radius: 53.78px;
  background-color: #d0e1e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26.89px;
  font-family: "Neometric", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #2a555b;
  margin-bottom: 5px;
  user-select: none;
  cursor: pointer;
}
.selected-language img {
  width: 18px;
  height: 12px;
}
.unselected-language {
  width: 206px;
  height: 42px;
  padding: 10.5px 16.5px 11.5px 16.5px;
  border-radius: 53.78px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26.89px;
  font-family: "Neometric", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #2a555b;
  margin-bottom: 5px;
  user-select: none;
  cursor: pointer;
}
.unselected-language img {
  width: 18px;
  height: 12px;
  display: none;
}
.blackout-bg-header-mobile {
  position: fixed;
  top: 0;
  left: 50%; /* Центрируем по горизонтали */
  transform: translateX(-50%); /* Смещаем назад на половину своей ширины */
  width: 393px;
  z-index: 10000;
  max-width: 100%;
  height: 1233px;
  background-color: #00000085;

  display: none;
}

.blackoutlanguage-bg-header-mobile {
  position: fixed;
  height: 2000px;
  background-color: #000000cc;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 393px;
  z-index: 10000;
  max-width: 100%;
  display: none;
}
.blackout-bg-header-mobile,
.substrate-header-mobile,
.blackoutlanguage-bg-header-mobile,
.alert-connection-bg-mobile,
.language-choice {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.blackout-bg-header-mobile.active,
.substrate-header-mobile.active,
.blackoutlanguage-bg-header-mobile.active,
.alert-connection-bg-mobile.active,
.language-choice.active {
  opacity: 1;
  visibility: visible;
}
.alert-connection-bg-mobile {
  position: fixed;
  height: 2000px;
  background-color: #000000cc;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 393px;
  z-index: 10000;
  max-width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.FirstSelection-mobile {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2100px;
  background-color: #f3f3f3;
  border-radius: 0px 0px 36px 36px;
}

.hero-title__main-mobile {
  display: flex;
  width: 361px;
  height: 106px;
  align-items: center;
  font-size: 76px;
  font-family: "Involve", sans-serif;
  margin: 0px;
  margin-top: 60px;
  line-height: 140%;
  width: 320px;
  height: 97px;
}

.hero-title__subtitle-mobile {
  font-family: "Neometric", sans-serif;
  font-size: 28px;
  margin: 0px;
  font-weight: 400;
  color: #242424;
  /* margin-bottom: 40px; */
  line-height: 140%;
  width: 361px;
  height: 56px;
}
.hero-description__text-mobile {
  font-family: "Neometric", sans-serif;
  font-size: 16px;
  width: 361px;
  height: 126px;
  font-weight: 400;
  color: #242424;
  line-height: 130%;
}
.stats-images-mobile {
  position: relative;
  top: 136px;
  width: 361px;
  left: -17px;
  height: 350px;
  object-fit: contain;
  transform: translateZ(0);
  will-change: transform;
}
.stats-image1-mobile {
  width: 361px;
  height: 285px;
  position: absolute;
  bottom: 121px;
  left: 14px;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  object-fit: contain;
  transform: translateZ(0);
  will-change: transform;
}
.stats-image2-mobile {
  width: 363px;
  height: 348px;
  position: relative;
  bottom: 120px;
  user-select: none;
  pointer-events: none;
  overflow: hidden;

  object-fit: contain;
  transform: translateZ(0);
  will-change: transform;
}

.hero-description__buttons-mobile {
  margin-top: 40px;
  z-index: 1000;
}

.hero-button-mobile {
  width: 361px;
  height: 74px;
  background-color: #2a555b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-family: "Neometric", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-button-mobile:nth-child(1) {
  background-color: #2a555b;
  margin-bottom: 15px;
}

.hero-button-mobile:nth-child(2) {
  background-color: #ffffff;
  border: none;
  color: #2a555b;
  border: 3px solid #2a555b;
}

.hero-button-mobile:hover:nth-child(1) {
  color: #2a555b;
  background-color: #ffffff;
  border: none;
  border: 3px solid #2a555b;
}

.hero-button-mobile:hover:nth-child(2) {
  background-color: transparent;
  background-color: #2a555b;
  border: 3px solid transparent;
  color: #ffffff;
}

.hero-button-mobile:active {
  transform: scale(0.98);
}

.stats-header-mobile {
  display: flex;
  width: 319.16107177734375px;
  height: 74px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.stats-avatars-mobile {
  position: relative;
}
.stats-avatar-mobile {
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.stats-avatar-mobile:nth-child(2) {
  position: relative;
  right: 34px;
}
.stats-avatar-mobile:nth-child(3) {
  position: relative;
  right: 71px;
}

.stats-avatar-mobile:nth-child(4) {
  position: relative;
  right: 108px;
}

.stats-counter-mobile {
  position: absolute;
  margin-left: 217px;
  margin-top: 20px;
  font-family: "Neometric", sans-serif;
  line-height: 100%;
  color: #242424;
}
.stats-number-mobile {
  font-weight: 700;
  font-size: 37.01px;
}

.chart-header-mobile {
  background-color: #ffffff;
  border-radius: 23px;
  width: 361px;
  height: 417px;
  padding-left: 16px;
  padding-top: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.top-text-mobile {
  width: 329px;
  height: 63px;
  line-height: 130%;
  display: flex;
  align-items: center;
}

.chart-percent-mobile {
  width: 67px;
  height: 20px;
  font-size: 28px;
  font-weight: 400;
  color: #242424;
  font-family: "Neometric", sans-serif;
}

.chart-description-mobile {
  width: 242px;
  height: 63px;
  font-family: "Neometric", sans-serif;
  font-size: 16px;
  color: #242424;
  font-weight: 400;
  margin-left: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}
.chart-mobile {
  display: block;
  width: 87.20068359375px;
  height: 101.24198150634766px;
  margin-left: auto;
}

.chart-bars-mobile {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 253.62353515625px;
  width: 311px;
  margin-bottom: 10.38px;
}

.bar-mobile {
  width: 60.504px;
  border-radius: 8px;
  background: linear-gradient(to top, #cfe0e8, #f7f7ff);
  opacity: 0.8;
}

.mon-mobile {
  height: 157.20068359375px;
  background: linear-gradient(to top, #cfe0e8, #cfe0e8);
}
.tue-mobile {
  height: 194.20068359375px;
  background: linear-gradient(to top, #c5d8e1, #dbe6eca9);
}
.wed-mobile {
  height: 237.20068359375px;
  background: linear-gradient(to top, #dce5e9, #cecdcd9a);
}
.thu-mobile {
  height: 207.20068359375px;
  background: linear-gradient(to top, #cfe0e8, #eaeafb5b);
}
.labels-mobile {
  padding-left: 7px;
  width: 176.32617950439453px;
  font-family: "Neometric", sans-serif;
  display: flex;
  margin-left: 5px;
  gap: 49.52px;
}
.labels-mobile span {
  width: 67.25px;
  height: 21px;
  color: #78a3ac;
  font-size: 16px;
  font-weight: 400;
}

.features-title-mobile {
  font-size: 16px;
  font-family: "Neometric", sans-serif;
  font-weight: 400;
  display: flex;
  margin-top: 20px;
  width: 320px;
  height: 40px;
  text-align: center;
}

.stats-features-mobile {
  width: 361px;
  height: 411px;
  margin-top: 20px;
}

.feature-cards-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 361px;
  height: 411px;
  background-color: #ffffff;
  border-radius: 23px;
  background-image: url(img/клеточкиBg.png);
}
.feature-card1-mobile {
  text-wrap: nowrap;
  width: 233px;
  height: 31px;
  display: flex;
  justify-content: center;
  font-family: "Neometric", sans-serif;
  margin-top: 46px;
  color: #193944;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  color: #193944;
}
.feature-card2-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 341px;
  height: 66px;
  background-color: #cbdee5;
  border-radius: 570.77px;
  font-family: "Neometric", sans-serif;
  width: 600;
  font-size: 24px;
  color: #193944;
  margin-bottom: 20px;
  text-align: center;
  line-height: 140%;
}
.feature-card2-mobile:nth-child(4) {
  width: 339px;
  height: 86px;
}

.SecondSelection-mobile {
  display: flex;
  flex-direction: column;
  height: 1720px;
  width: 100%;
  max-width: 393px;
  background: linear-gradient(#2a555b, #193944);
  position: relative;
  bottom: 30px;
  z-index: -1;
  border-radius: 0px 0px 30px 30px;
}

.benefits-header-mobile {
  width: 361px;
  height: 240px;
  font-family: "Neometric", sans-serif;
}

.benefits-grid__inner-mobile {
  display: grid;
  grid-template-columns: repeat(1, 361px);
  gap: 16px;
  width: 320px;
  height: 324px;
}
.benefits-container-mobile {
  margin-top: -63px;
  display: flex;
  flex-direction: column;
}

.benefit-card-mobile {
  width: 361px;
  height: auto;
  background: #315b62;
  border-radius: 22.4px;
  padding: 20px 16px 20px 16px;
  color: #ffffff;
}

.benefit-card-mobile:nth-child(4) {
  background-color: #0f2d38;
}

.benefit-card__icon-mobile {
  margin-bottom: 28px;
}
.benefit-card__icon-mobile img {
  width: 85px;
  height: 85px;
}

.benefit-card-mobile h3 {
  width: 329px;
  height: 31px;
  font-weight: 700;
  margin-top: 10px;
  font-size: 24px;
  white-space: nowrap;
}

.benefit-card-mobile p {
  width: 329px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #d3dce2;
  margin-top: -10px;
}

.benefits-header-lines {
  display: flex;
  flex-direction: column;
  width: 361px;
  height: 142px;
}
.benefits-header__line1-mobile {
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0%;
  color: #ffffff;
  font-family: "Neometric", sans-serif;
}
.benefits-header__line2-mobile {
  position: absolute;
  top: 103px;
  left: 0px;
  width: 211px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 500px;
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
  color: #2a555b;
  font-family: "Neometric", sans-serif;
}
/* Стили для RU */
.benefits-header__description-mobile {
  width: 361px;
  height: 78px;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 140%;
  color: #ffffff;
}

.benefits-grid-mobile {
  width: 361px;
  height: 1231px;
  display: flex;
  margin-top: 40px;
  font-family: "Neometric", sans-serif;
}
.ThirdSelection-mobile {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 393px;
  height: 1624px;
  background-image: url(img/клеточки-mobile-bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  margin-top: -36.5rem;
  z-index: -100;
  margin-top: -30px;
}

.achievements__header-mobile {
  width: 365px;
  height: 99px;
  color: #242424;
  margin-top: 590.42px;
  font-family: "Neometric", sans-serif;
  font-size: 44px;
  font-weight: 600;
  justify-content: space-between;
  color: #2a555b;
}
.achievements__title-mobile {
  width: 346px;
  height: 40px;
  white-space: nowrap;
}

.achievements__highlight-mobile {
  color: #242424;
  width: 255px;
  height: 47px;
  background-color: #d0e1e8;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2a555b;
  margin-top: 12px;
}
.achievements__highlight-mobile.ru {
  width: 255px;
  height: 47px;
  margin-left: 17px;
}

/* Стили для UA */
.achievements__highlight-mobile.ua {
  width: 175px;
  height: 47px;
  margin-left: 50px;
}

/* Стили для PL */
.achievements__highlight-mobile.pl {
  width: 255px;
  height: 47px;
  margin-left: 25px;
}
.achievements__highlight-text-mobile {
  position: relative;
  bottom: 3px;
}

.achievements__decoration-mobile {
  width: 332.7134371219115px;
  height: 272.3321204949256px;
  position: absolute;
  top: 10px;
  left: -100px;
  transform: scale(0.6);
  @media (min-width: 420px) {
    left: -100px;
  }
  @media (min-width: 480px) {
    left: -70px;
  }
  @media (min-width: 540px) {
    left: -40px;
  }
  @media (min-width: 610px) {
    left: -10px;
  }
  @media (min-width: 666px) {
    left: 20px;
  }
  @media (min-width: 720px) {
    left: 50px;
  }
  @media (min-width: 790px) {
    left: 80px;
  }
}

.achievements__main-image-mobile {
  position: absolute;
  top: 106.41px;
  left: 66.73px;
  width: 130.72542964193087px;
  height: 203.63001436617878px;
  transform: scale(0.6);
  @media (max-width: 360px) {
    left: 66.73px;
  }
  @media (min-width: 420px) {
    left: 66.73px;
  }
  @media (min-width: 480px) {
    left: 96.73px;
  }
  @media (min-width: 540px) {
    left: 126.73px;
  }
  @media (min-width: 610px) {
    left: 156.73px;
  }
  @media (min-width: 666px) {
    left: 186.73px;
  }
  @media (min-width: 720px) {
    left: 216.73px;
  }
  @media (min-width: 790px) {
    left: 246.73px;
  }
}

.achievements__pattern-mobile {
  position: absolute;
  top: 322px;
  left: -40.73px;
  width: 93.16356394701921px;
  height: 145.12018936549782px;
  transform: scale(0.6);
  @media (min-width: 420px) {
    left: -40.73px;
  }
  @media (min-width: 480px) {
    left: -10.73px;
  }
  @media (min-width: 540px) {
    left: 20.73px;
  }
  @media (min-width: 610px) {
    left: 50.73px;
  }
  @media (min-width: 666px) {
    left: 80.73px;
  }
  @media (min-width: 720px) {
    left: 110.73px;
  }
  @media (min-width: 790px) {
    left: 140.73px;
  }
}

.achievements__content-mobile {
  width: 361px;
  height: 683px;
  margin-top: 60px;
}

.achievement-card-mobile {
  width: 361px;
  height: 201px;
  line-height: 140%;
  font-family: "Neometric", sans-serif;
  margin-bottom: 28px;
}

.achievement-card__number-mobile {
  width: 60px;
  height: 31px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 44px;
  display: flex;
  align-items: center;
}
.achievement-card__info-mobile {
  width: 361px;
  height: 150px;
  color: #242424;
}

.achievement-card__title-mobile {
  width: 361px;
  height: 62px;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 4px;
}

.achievement-card__description-mobile {
  width: 361px;
  height: 84px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.FourthSelection-mobile {
  position: relative;
  width: 100%;
  max-width: 393px;
  height: 986px;
  background: linear-gradient(#2a555b, #193944);
  display: flex;
  flex-direction: column;
  z-index: 15;
  margin-top: -40px;
}
.consultation__title-mobile {
  width: 361px;
  height: 175px;
  font-weight: 700;
  font-size: 44px;
  font-family: "Neometric", sans-serif;
  line-height: 110%;
  color: #ffffff;
  margin-top: 60px;
}

.consultation__subtitle-mobile {
  font-family: "Neometric", sans-serif;
  width: 361px;
  height: 26px;
  font-weight: 400;
  line-height: 130%;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-top: 30px;
  white-space: nowrap;
  padding: 0%;
}

.consultation__form-container-mobile {
  width: 361px;
  height: 289px;
  margin-top: 39.87px;
  background-color: #0f2d38;
  border-radius: 20px;
  display: flex;
  margin-bottom: 23px;
}
.consultation-form-mobile {
  width: 329px;
  height: 257px;
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}

.consultation-form__input-mobile {
  font-family: "Neometric", sans-serif;
  width: 329px;
  height: 63px;
  background-color: #22525b;
  border: none;
  border-radius: 10px;
  color: #ffffff85;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 29px;
  outline: none;
}

.consultation-form__input-mobile::placeholder {
  color: #ffffff85;
  font-family: "Neometric", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.consultation-form__button-mobile {
  margin-top: 43px;
  background-color: #ffffff;
  color: #0e2e36;
  width: 329px;
  height: 73px;
  font-weight: 600;
  font-family: "Neometric", sans-serif;
  border: none;
  font-size: 18px;
  border-radius: 500px;
  color: #2a555b;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.consultation-form__button-mobile:hover {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
}

.consultation-form__button-mobile:active {
  transform: scale(0.98);
}

.consultation__bg-pattern-mobile {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: -1;
}
.consultation__main-image-mobile {
  width: 394px;
  height: 344px;
}

.fifthSelection-mobile {
  width: 100%;
  max-width: 393px;
  height: 1021px;
  background-color: #f3f3f3;
  font-family: "Neometric", sans-serif;
  border-radius: 0px 0px 30px 30px;
  z-index: 1000;
}

.pricing-scroll-controls {
  width: 361px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing__container-mobile {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.pricing__title-mobile {
  width: 361px;
  height: 31px;
  font-weight: 700;
  font-size: 44px;
  font-family: "Neometric", sans-serif;
  color: #242424;
}

.pricing__tabs-controls-mobile {
  display: flex;
  justify-content: end;
  width: 361px;
  height: auto;
  margin-left: auto;
  margin-right: 16px;
}

.pricing__tabs-controls-mobile img {
  max-width: 49px;
  height: auto;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 16px;
  margin-top: 20px;
}
.pricing__tabs-controls-mobile img:hover {
  transform: scale(0.92);
}
.pricing__tabs-controls-mobile img:active {
  transform: scale(0.87);
}

.pricing__tabs-mobile {
  width: 100%;
  max-width: 100%;
  height: 60px;
  display: flex;
  overflow-y: clip;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.pricing__tabs-mobile::-webkit-scrollbar {
  height: 6px;
}
.pricing__tabs-mobile::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.pricing__tabs-mobile > div {
  flex: 0 0 auto;
}
.pricing__tab--active-mobile {
  min-width: 518px;
  height: 100px;
  display: flex;
  gap: 9px;
  color: #757575;
  font-size: 16px;
  font-family: 700;
  font-family: "Neometric", sans-serif;
  line-height: 140%;
}
.pricing__tab-mobile {
  user-select: none;
  cursor: pointer;
  width: auto;
  height: 49px;
  background-color: #d0e1e8;
  border-radius: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  color: #254d54;
  padding: 18px 30px 18px 30px;
  font-size: 20px;
  font-weight: 600;
}

.pricing__tab-mobile:hover {
  border: 2px solid black;
}
.pricing__tab-mobile:active {
  transform: scale(0.98);
}

.pricing__tab2-mobile {
  user-select: none;
  cursor: pointer;
  width: auto;
  height: 49px;
  background-color: #ececec;
  border-radius: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  color: #757575;
  padding: 18px 30px 18px 30px;
  font-size: 20px;
  font-weight: 600;
}
.pricing__tab2-mobile:hover {
  border: 2px solid black;
}
.pricing__tab2-mobile:active {
  transform: scale(0.98);
}

.pricing__plans-mobile {
  width: 100%;
  max-width: 1430px;
  height: 735px;
  margin-top: 28.5px;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
}

.pricing__plans-mobile::-webkit-scrollbar {
  display: none; /* Скрываем скроллбар */
}

.hidden {
  display: none;
}

.fifthSelectionInsideMain1-mobile {
  width: 350px;
  height: 735px;
  background-color: #ffffff;
  border-radius: 16px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.fifthSelectionInsideMain1-mobile.Blue {
  background-color: #2a555b;
}
.fifthSelectionInsideMain1Inside-mobile {
  font-family: "Neometric", sans-serif;
  width: 308px;
  height: 687px;
  margin-top: 24px;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
.fifthSelectionInsideMain1Inside1Blue-mobile {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 140%;
  margin-bottom: 10px;
  white-space: nowrap;
}
.fifthSelectionInsideMain1Inside1-mobile {
  width: 318px;
  font-weight: 600;
  font-size: 28px;
  color: #2a555b;
  line-height: 140%;
  margin-bottom: 10px;
}
.fifthSelectionInsideMain1Inside2-mobile {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  height: 42px;
  width: 308px;
  color: #242424;
}
.fifthSelectionInsideMain1Inside2Blue-mobile {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}
.fifthSelectionInsideMain1Inside3Date-mobile {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fifthSelectionInsideMain1Inside3Date1-mobile {
  white-space: wrap;
  font-size: 16px;
  font-weight: 400;
  color: #2a555b;
}
.fifthSelectionInsideMain1Inside3Date2-mobile {
  margin-left: 0.75rem;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}

.down-price-mobile {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
.down-price-mobile span:nth-child(2) {
  position: relative;
  bottom: 10px;
  right: 10px;
}

.fifthSelectionInsideMain1Inside3-mobile {
  width: 100%;
  height: 37.393463134765625px;
  margin-bottom: 30px;
  display: flex;

  color: #2a555b;
  margin-top: auto;
}
.fifthSelectionInsideMain1Inside3Blue-mobile {
  width: 220.99px;
  height: 37.393463134765625px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-top: auto;
  margin-bottom: 24px;
}
.fifthSelectionInsideMain1Inside3Blue-mobile span:nth-child(1) {
  font-weight: 700;
  line-height: 110%;
}

.fifthSelectionInsideMain1Inside3-mobile span:nth-child(1) {
  font-weight: 700;
  line-height: 110%;
}

.fifthSelectionInsideMain1Inside3-mobile span:nth-child(2) {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.fifthSelectionInsideMain1Inside3-mobile {
  .price {
    font-size: 40px;
    margin-bottom: 5px;
  }
}

.fifthSelectionInsideMain1InsideBorder-mobile {
  width: 318px;
  height: 180px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(214, 214, 214, 0.434);
}

.fifthSelectionInsideMain1Inside4-mobile {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
}

.fifthSelectionInsideMain1Inside4Pynct-mobile {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #242424;


}

.fifthSelectionInsideMain1Inside4Pynct-mobile img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.fifthSelectionInsideMain1Inside4Pynct-mobile.Blue {
  color: #ffffff;
}

.fifthSelectionInsideMain1InsideBtn-mobile {
  display: flex;
  margin-top: auto;
  width: 318px;
  height: 73px;
  border: 3px solid #2a555b;
  background-color: #ffffff;
  border-radius: 500px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: #2a555b;
  font-family: "Neometric", sans-serif;
  position: relative;
  z-index: 10;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  text-decoration: none;
}
.fifthSelectionInsideMain1InsideBtn-mobile.blue {
  border: 3px solid #ffffff;
  color: #ffffff;
  background-color: #2a555b;
}
.fifthSelectionInsideMain1InsideBtn-mobile.blue:hover {
  background-color: #ffffff;
  color: #2a555b;
}

.fifthSelectionInsideMain1InsideBtn-mobile.blue:active {
  transform: scale(0.98);
}

.fifthSelectionInsideMain1InsideBtn-mobile:hover {
  background-color: #2a555b;
  color: white;
}

.fifthSelectionInsideMain1InsideBtn-mobile:active {
  transform: scale(0.98);
}
.on-top-of-teg-mobile {
  width: 143px;
  height: 25px;
  position: relative;
  top: 12px;
  z-index: 100;
  margin-left: 93px;
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  color: #ffffff;
  white-space: nowrap;
  background-color: #d34e24;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Price_teg-mobile {
  width: 145px;
  height: 27px;
  position: relative;
  z-index: 100;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  color: #ffffff;
  white-space: nowrap;
  background-color: #527d83;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fifthSelectionInsideMain1Vigoda-mobile {
  width: 79.22222137451172px;
  height: 23px;
  background-color: #527d83;
  position: absolute;
  margin-left: 260.78px;
  margin-top: 5px;
  border-radius: 14.07px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
}
.fifthSelectionInsideMain1Vigoda1-mobile {
  width: 79.22222137451172px;
  height: 23px;
  background-color: #527d83;
  border-radius: 14.07px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
}

.fifthSelectionInsideMain1VigodaGift-mobile {
  position: absolute;
  margin-left: 226px;
  margin-top: 5px;
  width: 115.65492248535156px;
  height: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fifthSelectionInsideMain1VigodaincludeGift-mobile {
  background-color: #527d83;
  border-radius: 13.52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.942636489868164px;
  height: 21.942636489868164px;
  margin-left: 4px;
}

.fifthSelectionInsideMain1VigodaincludeGift-mobile img {
  width: 10.4124px;
  height: 12.0455px;
}
.fifthSelectionInsideMain1VigodaPlus-mobile {
  width: 6.4900641441345215px;
  height: 6.4900641441345215px;
  color: #527d83;
  font-size: 12px;
  margin-left: 4px;
  margin-bottom: 15px;
}

.SixthSelection-mobile {
  width: 100%;
  max-width: 393px;
  margin-top: -39px;
  background-color: rgb(25, 57, 68);
  z-index: 1;
}

.footer__container-mobile {
  width: 270.013671875px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-family: "Neometric", sans-serif;
}

.footer__cta-mobile {
  height: 32px;
  width: 153.1644744873047px;
  font-weight: 700;
  font-size: 22.66px;
  line-height: 140%;
  margin-bottom: 36px;
  white-space: nowrap;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.footer__cta-mobile:hover {
  color: #ffffff;
}
.footer__cta-mobile:active {
  transform: scale(0.9);
  color: #fab0b0;
}
.footer__cta-logo {
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.footer__cta-logo:hover {
  color: #ffffff;
}
.footer__cta-logo:active {
  transform: scale(0.98);
  color: rgb(245, 160, 160);
}

.footer__cta-logo img {
  position: relative;
  bottom: -3px;
}

.footer__cta img {
  width: 26.234375px;
  height: 26.234375px;
  margin-right: 8px;
}

.footer__social-mobile {
  width: 270.013671875px;
  height: 63.337890625px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  user-select: none;
}

.footer__social-mobile img {
  width: 63.3379px;
  height: 63.3379px;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer__social-mobile img:hover {
  transform: scale(1.2);
}
.footer__social-mobile img:active {
  transform: scale(0.98);
}

.footer__links-mobile {
  width: 168px;
  /* height: 117px; */
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: 21px;
  align-items: center;
  color: #466b78;
  font-size: 18px;
}
.footer__link-mobile {
  color: #466B78;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.footer__link-mobile:hover {
  color: #ffffff;
}
.footer__link-mobile:active {
  transform: scale(0.98);
}
.alert-connection {
  width: 320px;
  height: 228px;
  margin-bottom: 1000px;
  background-color: #0f2d38;
  border-radius: 20px;
  z-index: 10000;
  display: none;
  flex-direction: column;
  @media (max-height: 900px) {
    margin-bottom: 1000px;
  }
  @media (max-height: 850px) {
    margin-bottom: 1200px;
  }
  @media (max-height: 800px) {
    margin-bottom: 1300px;
  }
  @media (max-height: 700px) {
    margin-bottom: 1400px;
  }
  @media (max-height: 500px) {
    margin-bottom: 1500px;
  }
}

.alert-message {
  width: 229.9212px;
  height: 52px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Neometric", sans-serif;
  margin-top: 44.96px;
  margin-left: 44.92px;
  text-align: center;
  color: #ffffff;
}

.alert-btn {
  width: 280px;
  height: 47px;
  background-color: #ffffff;
  border-radius: 500px;
  margin-top: 38px;
  margin-left: 20px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  font-family: "Neometric", sans-serif;
  color: #2a555b;
}
.alert-connection {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.alert-connection.show {
  opacity: 1;
  transform: translateY(0);
}

.trustpilot-widget.mobile {
  margin-left: -75px;
}
