* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display";
  background-color: #000;
  color: #ffffff;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto; 
  overflow-x: hidden;
  scroll-behavior: smooth;
}
#scaler {
  width: 1800px; 
  height: 100%;
  transform-origin: top left;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 1000;
  background: #f57409;
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}


html:not(:root):not(:target) .scroll-top {
  /* Чтобы кнопка была изначально скрыта, браузеры поддерживают по-разному */
}

/* Показываем кнопку, если пользователь прокрутил вниз */
/* Используем :target не сработает, поэтому используем новый трюк: */
body:has(:target(#top) ~ .scroll-top) {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover {
  opacity: 1;
}
.scroll-top img{
  width: 100%;
}


i {
  font-style: normal;
}
a {
  text-decoration: none;
}

.fonar{
  width: 2262px;
  height: 728px;
  flex-shrink: 0;
  border-radius: 2262px;
  opacity: 0.46;
  background: #3C3C3C;
  filter: blur(400px);
  position: absolute;
  z-index: 1;
  bottom: -52%;
}
.container-main{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1F1F1F;
  margin-top: 18px;
  border-radius: 12px;
  height: 61px;
  padding-left: 23px;
  padding-right: 5px;
}
.container-header{
  margin: 0 auto;
  max-width: 1345px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.logo {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Ambatah;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 101%; /* 25.25px */
  letter-spacing: -2px;
  background: linear-gradient(91deg, #F57407 53.61%, #F79303 87.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav {
  display: flex;
  align-items: center;
  gap: 62px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.39;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  transition: background 0.3s ease, color 0.3s ease;
}
nav a:hover{
  opacity: 1;
}
nav .border{
  display: none;
}
.icon-header img{
  display: none;
}
.burger{
  display: none;
}
.soc-icon{
  display: none;
  position: relative;
  height: 300px;
  width: 100%;
}
.mb_fon{
  background-image: url(/img/cvet_moble.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 223px;
  width: 100%;
  position: absolute;
  background-position: bottom;
  background-position: center;
}
.flex{
  display: flex;
  gap: 5px;
}
/* LANGUAGE SELECTOR */

.lang-dropdown {
  position: relative;
}
.icon-telegram{
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #2D2D2D;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.icon-telegram:hover{
  background: #F57407;
}

.lang-selector {
    border: none;
    padding: 6px 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 51px;
    background: #2D2D2D;
    width: 74px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #9C9C9C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: background 0.3s ease, color 0.3s ease;
}
.lang-selector:hover{
  background: #F57407;
  color: #fff;
}
.lang-selector img {
  transition: filter 0.3s ease;
}
.lang-selector:hover img {
  filter: brightness(0) invert(1);
}
.lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 10px;
  padding: 4px 0;
  min-width: 100%;
  z-index: 10;
  background: #F57407;
  width: 74px;
  list-style-type: none;
  margin-top: 5px;
  
}
.lang-menu li {
    cursor: pointer;
    color: #fff;
    padding-left: 17px;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 74px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lang-dropdown.active .lang-menu {
  display: block;
}


/* CONTACT BUTTON */
.contact-btn {
  color: #fff;
  padding: 8px 18px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  width: 154px;
  background: #2D2D2D;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; 
  transition: background 0.3s ease, color 0.3s ease;
}
.contact-btn:hover{
  background: #F57407;
}
/* HERO SECTION */
.container{
  margin: 0 auto;
  max-width: 1345px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  position: relative;
  background-image: url('/img/kartum.png'); /* путь к твоей картинке */
  background-repeat: no-repeat;
  background-position: bottom center; /* прижимаем к низу по центру */
  background-size: contain; /* картинка по размеру содержимого */
  border-radius: 21px;
  overflow: hidden;

}
.logo-white{
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Ambatah;
    font-size: 163.482px;
    font-style: normal;
    font-weight: 600;
    line-height: 92%;
    background: linear-gradient(91deg, #E5E5E5 2.01%, #464646 99.27%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 205px;
}
.hero-text {
  /* max-width: 600px; */
}

.hero-text h1 {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 42.926px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    letter-spacing: -1.827px;
}

.hero-text h1 span {
  background: linear-gradient(91deg, #F57407 53.61%, #F79303 87.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 42.926px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%;
  letter-spacing: -1.827px;
}

.hero-text p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.7;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 17px */
}
.hero-text p:first-of-type {
  margin-top: 27px;
}
.hero-text p:nth-of-type(2) {
  margin-top: 20px;
  margin-bottom: 33px;
}

.btn-orange {
    padding: 14px 28px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background: #F57407;
    width: 263px;
    height: 57px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    z-index: 10;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease;
}
/*.btn-orange:hover{
  background: #2D2D2D;;
}*/
.user-stats {
  margin-top: 159px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-stats strong{
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: -1px;
  background: linear-gradient(104deg, #FFF 13.83%, #999 91.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-stats .from-center-left-right img{
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.text{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%; /* 20.85px */
  width: 317px;
  opacity: 0.64;
  margin-top: 9px;
  margin-bottom: 50px;
}
/* IMAGE PLACEHOLDER */

.tel {
    background-image: url('/img/tel2.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
    transform: translate(-1.5%, 0%);
}

.cvet {
    background-image: url('/img/cvet.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0;
    transform: translate(-0%, 0%);
}


/* PAYMENT ICONS */
.payment-icons {
  display: flex;
  justify-content: space-between;
  gap: 13px;
  margin-top: 17px;
  margin-bottom: 17px;
  flex-wrap: wrap;
/*  padding: 0 30px;*/
}

.payment-icons div {
    height: 76px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #151515;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 13px);
}
.payment-icons span{
  color: #747474;
}
.payment-icons div img{
  height: 40px;
}

/* FEATURES SECTION */
.features-section {
  padding: 80px 10px;
  background-image: url(/img/fon.png);
  background-repeat: no-repeat;
  background-position: right top;
/*  background-size: contain;*/
  border-radius: 21px;
}

.features-section h2 {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 53.35px */
  letter-spacing: -2px;
  width: 523px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.features-section p.desc {
  color: rgba(181, 181, 181, 0.88);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 23.12px */
  width: 478px;
  padding-top: 32px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tran{
  transform: translate(0%, 27%);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.feature-card {
    padding: 20px;
    border-radius: 12px;
    background: rgba(24, 24, 24, 0.59);
    backdrop-filter: blur(24.100000381469727px);
    height: 480px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.feature-card:hover{
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.59) 0%, rgba(77, 77, 77, 0.59) 100%);
  backdrop-filter: blur(24.100000381469727px);
}

.feature-card .icon{
    width: 71px;
    height: 71px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(118, 118, 118, 0.15);
    backdrop-filter: blur(21px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
}
.feature-card h3 {
    color: #fff;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    margin-top: 103px;
    margin-bottom: 29px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.feature-card p {
  width: 209px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

/* ORDER BLOCK */
.order-block {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.order-block > :first-child {
  grid-column: span 3;
  padding: 0px 24px;
}

.order-block > :last-child {
  grid-column: span 1;
}

.card-image {
    position: relative;
    border-radius: 12px;
    background: rgba(24, 24, 24, 0.59);
    backdrop-filter: blur(24.100000381469727px);
    padding: 0px 60px;
}
.order-block h3{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%; /* 35.35px */
  letter-spacing: -2px;
  margin-top: 61px;
}
.order-block h3 span{
  background: linear-gradient(91deg, #F57407 53.61%, #F79303 87.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%;
  letter-spacing: -2px;
}
.order-block p{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
  margin-top: 42px;
  opacity: 0.64;
  width: 478px;
}
.carts img{
    width: 420px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 12px;
}
.order-button {
    padding: 19px;
    cursor: pointer;
    border-radius: 12px;
    background: #F57407;
    height: 250px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    letter-spacing: -1px;
    display: flex;
    align-items: end;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease;
}
.order-button img{
    position: absolute;
    top: 19px;
    right: 19px;
}
.features-section .btn-orange{
  display: none;
}
.order-button:hover{
  background: #2D2D2D;
}
/* Третия секция */

.card-section {
  background: linear-gradient(135deg, #0e0e0e, #1c1c1c);
  padding: 80px 10px;
  position: relative;
  overflow: hidden;
  background: url('/img/fonkaptur.png') no-repeat center/cover;
  margin-bottom: 40px;
  border-radius: 21px;
}
.card-section-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-section h2 {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 53.35px */
  letter-spacing: -2px;
}

.card-section p.subtitle {
  color: #B5B5B5;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 23.12px */
  width: 320px;
  margin-top: 20px;
  margin-bottom: 50px;

}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.card-option {
  border-radius: 20px;
  padding: 30px 24px;
  background: linear-gradient(145deg, #1b1b1b, #111);
  color: #fff;
  font-family: "SF Pro Display";
  display: flex;
  flex-direction: column;
/*  min-height: 702px;*/
}

.card-option.cvetlya {
  position: relative;
  background: url('/img/9.png') no-repeat center/cover;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.flex-bet .flex{
  gap: 15px!important;
}
.cart-cvetlya{
  width: 37px;
  height: 34px;
}
.cart-cvetlya2{
/*  width: 100%;*/
  height: 30px;
}
.fonar_cart{
  position: absolute;
  top: -100px; 
  left: -125px;
}
.fonar_cart2{
  position: absolute;
  top: -391px; 
  left: -184px;
}
.card-option h3{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 24.25px */
  letter-spacing: -1px;
  margin-top: 42px;
  margin-bottom: 12px;
}
.card-option p{
  color: rgba(255, 255, 255, 0.62);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
}
.pwid{
  width: 238px;
  margin-bottom: 22px;
}
.card-option span{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 32.01px */
  letter-spacing: -1px;
}
.card-option .spanP{
  color: rgba(255, 255, 255, 0.62);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
}
.card-option.highlight {
  position: relative;
  background: url('/img/gradient.png') no-repeat center/cover;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  padding: 24px;
}



.card-option.highlight > * {
  position: relative;
  z-index: 1;
}



.flex-bet{
  display: flex;
  justify-content:space-between;
}
.card-option .label {
    display: inline-flex;
    padding: 10px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.07);
    color: #F57407;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 97%;
}

.card-option .price {
  font-size: 28px;
  font-weight: 500;
  margin: 16px 0;
}

.card-option button {
    background: #3C3C3C;
    border: none;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    margin-top: 28px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
    height: 50px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 97%;
    margin-bottom: 20px;
    transition: background 0.3s ease, color 0.3s ease;
}
.card-option button:hover {
  background: #F57407;
}
.punkt{
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
}
.punkt img{
  margin-right: 16px;
}
.punkt span{
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 283%; /* 42.45px */
  margin-right: 4px;
}
.card-option.highlight button {
  background: #F57407;
  transition: background 0.3s ease, color 0.3s ease;
}
.card-option.highlight button:hover{
  background: #3C3C3C;
}

.text-border{
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.71);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    opacity: 0.42;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.height{
    width: 75px;
    background: #000;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.19);
    height: 1px;
    display: flex;
    flex-grow: 1;
}
.card-option .flex{
  justify-content: space-between;
}
.spisok{
  width: 100%;
}
.card-option .flex .spisok {
  width: 50%;
}
.flex .spisok .punkt{
    margin-bottom: 12px;
    align-items: start;
}


/* Третий блок (мутный, неактивный) */
.card-option.disabled {
  position: relative;
  background: url('/img/gradient2.png') no-repeat center/cover;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  padding: 24px;
  align-items: center;
}
.disabled .cart-cvetlya{
  margin-top: 216px;
}
.card-option.disabled h3{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 24.25px */
  letter-spacing: -1px;
  text-align: center;
}
.card-option.disabled span{
  color: rgba(255, 255, 255, 0.41);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%;
  letter-spacing: -1px;
}
.card-option.disabled p{
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 19.2px */
}
/* 4 секция */
.black{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.black h2{
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 53.35px */
  letter-spacing: -2px;
  margin-bottom: 20px;
/*  margin-top: 70px;*/
  position: relative;
}
.black p{
  color: #B5B5B5;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 23.12px */
  width: 362px;
}
.coverage {
  position: relative;
  height: 100vh;
/*  height: auto;*/
  overflow: hidden;
  color: white;
  min-height: 1000px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.1), rgba(0,0,0,0.9));
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
  padding: 80px 60px;
  display: flex;
  justify-content: end;
}

.subtext {
  text-align: center;
  opacity: 0.7;
  margin-bottom: 40px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 430px;
  margin-right: 100px;
}

.accordion-item {
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 11px;
  background: rgba(30, 30, 30, 0.04);
  backdrop-filter: blur(75px);
}

.accordion-header {
    padding: 16px 35px;
    background: none;
    font-size: 18px;
    border: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 97%;
    letter-spacing: -1px;
}
.accordion-body .border{
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.14;
  margin-bottom: 21px;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 35px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-body span{
  color: #B5B5B5;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
}
.accordion-body p{
  margin-top: 9px;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
  padding-bottom: 43px;
}
/*.accordion-item.active .accordion-body {
  max-height: 500px; 
}*/

.accordion-item .icon {
  transition: transform 0.3s;
}
/* скролл  */

.how-it-works-wrapper {
  position: relative;
  height: 855px;
/*  overflow: hidden;*/
  background: #0A0A0A;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px 10px 0px;
  border-radius: 21px;
}
.hiw-title{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.hiw-title h2{
  margin-top: 89px;
  margin-bottom: 22px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 53.35px */
  letter-spacing: -2px;
}
.hiw-title p{
  opacity: 0.59;
  width: 269px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'cv11' on, 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
  margin-bottom: 90px;
}
#how-it-works{
  width: 100%;
}
.hiw-progress {
  position: relative;
  width: 90%;
  max-width: 1345px;
  margin: auto;
  margin-bottom: 60px;
}

.hiw-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.hiw-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #F57407;
  z-index: 2;
  transition: width 0.5s ease;
}

.hiw-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  z-index: 3;
}

.hiw-step {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hiw-step::before {
  content: "";
  position: absolute;
  top: 0; /* строго по hiw-line */
  left: 0%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B4B4B4;
  z-index: 4;
  transition: background 0.3s ease;
}

.hiw-step.active::before {
  background: #F57407;
}

.hiw-number {
  position: absolute;
  bottom: 100%; /* поднимаем наверх блока */
  left: 0%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #888;
  margin-bottom: 12px; /* отступ от полосы */
  white-space: nowrap;
  margin-bottom: 25px;
  color: #464646;
  font-feature-settings: 'cv11' on, 'liga' off, 'clig' off;
  font-family: Ambatah;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 92%; /* 13.8px */
}

.hiw-step.active .hiw-number {
  color: #F57407;
  font-feature-settings: 'cv11' on, 'liga' off, 'clig' off;
  font-family: Ambatah;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 92%; /* 18.4px */
  margin-bottom: 25px;
}

.hiw-text {
  margin-top: 28px;
  color: #FFF;
  font-feature-settings: 'cv11' on, 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
/*  max-width: 120px;*/
  margin-right: auto;
  opacity: 0.26;
}
.hiw-step.active .hiw-text {
  opacity: 1;
}
.hiw-step:nth-child(3) .hiw-text {
  max-width: 218px;
}
.hiw-step:nth-child(5) .hiw-text {
  max-width: 187px;
}

.position{
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.how-it-works-wrapper .position .hero-word{

}
.hero-word{
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Ambatah;
  font-size: 385.87px;
  font-style: normal;
  font-weight: 600;
  line-height: 92%;
  opacity: 0.23;
  background: linear-gradient(91deg, #464646 2.01%, #464646 99.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  position: relative;
  z-index: 1;

}
.position .w100{
  display: none;
}
.ab-cart {
    background-image: url('/img/45.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 117%;
    position: absolute;
    left: 0px;
    bottom: 0;
    transform: translate( 0%, -5%);
    z-index: 1;
}
/* Реферальная программа  */
.bg_black_h_50{
  background: #000;
  height: 50px;
}
.referral-section {
  padding: 60px;
  position: relative;
  overflow: hidden;
  background: url(/img/fonkaptur.png) no-repeat center / cover;
  padding-bottom: 100px;
}

/*.referral-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}*/
.referral-text{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.referral-title {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 53.35px */
  letter-spacing: -2px;
  margin-bottom: 20px;
  margin-top: 44px;
}

.referral-subtitle {
  width: 283px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
  margin-bottom: 47px;
  opacity: 0.59;
}

.referral-cards {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.referral-card {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  width: 49%;
  max-width: 665px;
}

.referral-card.dark {
  background: #121212;
  transition: background 0.3s ease, color 0.3s ease;
}
/*.referral-card.dark.hovered,
.referral-card.dark.reverse-hovered {
  background: linear-gradient(181deg, #320E01 0.99%, #611801 37.66%, #942600 56.89%, #C83201 85.14%, #FC4E09 126.01%);
}*/
.referral-card.dark:hover button {
  background: #FF7A00;
  color: white; /* по желанию, чтобы текст был виден */
}
.referral-card.orange:hover button {
  background: #1A1A1A;
  color: white; /* по желанию, чтобы текст был виден */
}
.referral-card.orange {
  background: linear-gradient(181deg, #320E01 0.99%, #611801 37.66%, #942600 56.89%, #C83201 85.14%, #FC4E09 126.01%);
  transition: background 0.3s ease, color 0.3s ease;
}
/*.referral-card.orange.hovered,
.referral-card.orange.reverse-hovered {
  background: #121212;
}*/


.referral-card h3 {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 97%;
  margin-bottom: 25px;
  margin-top: 38px;
}

.referral-card p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 14.55px */
  opacity: 0.64;
  margin-bottom: 12px;
}
.referral-card p:nth-of-type(2) {
  margin-bottom: 0;
}

.referral-card .icon {
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.19); /* вместо opacity */
    border-radius: 50%;
}

.referral-card button {
    margin-top: 51px;
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 76px;
}

.referral-card.orange button {
  background: rgba(255, 255, 255, 0.13);
}

/* Часто задаваемые вопросы  */

.faqv2-section {
  padding: 80px 60px;
  background: #000;
  color: #fff;
}

.faqv2-title {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%;
  letter-spacing: -2px;
  margin-bottom: 102px;
  margin-top: 50px;
}

.faqv2-grid {
    display: flex;
    gap: 11px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faqv2-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 49%;
  max-width: 665px;
}

.faqv2-item {
  background: #1A1A1A;
  border-radius: 12px;
  padding: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faqv2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faqv2-header .number {
  margin-right: 8px;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 19.4px */
}

.faqv2-header .question {
  flex: 1;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 19.4px */
}

.faqv2-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  opacity: 0;
  overflow-y: scroll;

  /* Скрываем скроллбар на всех платформах */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.faqv2-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari и Opera */
}
.faqv2-content .border{
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.12;
  margin-bottom: 23px;
  margin-top: 17px;
}

.faqv2-item.active .faqv2-content {
  max-height: 300px; /* или больше если много текста */
  opacity: 1;
}

.faqv2-content p{
  opacity: 0.71;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 203%; /* 30.45px */
}

.faqv2-content p:last-of-type {
  margin-bottom: 15px;
}

.icon img {
  transition: transform 0.3s ease;
}

.rotate-left {
  transform: rotate(-90deg);
}

.rotate-right {
  transform: rotate(90deg);
}
/* Информация для партнёров и бизнеса  */

.partners-block {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding: 80px 0px;
    border-radius: 24px;
    position: relative;
/*    overflow: hidden;*/
    background: url(/img/lastfon.svg) no-repeat right;
    background-size: cover;
    border-radius: 21px;
}
.phone{
  display: none;
}
.partners-block2{
    display: flex;
/*    justify-content: space-between;
    align-items: center;*/
}
.partners-title {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 47.7px */
  letter-spacing: -2px;
  margin-bottom: 50px;
}

.partners-content {
  max-width: 50%;
  z-index: 2;
}

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

.partner-card {
  padding: 19px 25px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 11px;
  background: #171717;
  width: 290px;
}
.partner-card .icon{
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: rgba(64, 64, 64, 0.63);
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-card .icon img {
  width: 24px;
  height: 24px;
}
.partner-card .border{
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
  margin-bottom: 19px;
  margin-top: 33px;
}
.partner-card.highlight .border{
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.29);
  margin-bottom: 19px;
  margin-top: 33px;
}
.partner-card .number {
    position: absolute;
    top: 19px;
    right: 25px;
    color: #FFF;
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Ambatah;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    opacity: 0.25;
}

.partner-card .desc {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
}

.partner-card .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.partner-card .footer span{
  color: #7E7E7E;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%; /* 17.68px */
  text-transform: uppercase;
}

.partner-card.highlight {
  background: #FF7A00;
  color: #fff;
}
.partner-card.highlight .icon{
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.28);
}

.partner-card.highlight .footer {
  opacity: 1;
}
.partner-card.highlight .footer span{
  color: rgba(255, 255, 255, 0.74);
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%; /* 17.68px */
  text-transform: uppercase;
}

.partners-phones {
  position: relative;
  overflow: visible;
}
.partnersImg{
    position: absolute;
    z-index: 10;
    bottom: -120px;
}

.footer2 {
    background: #080808;
    /* padding: 0px 60px 0px 60px; */
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 80px 0px 0px;
    margin: 0 auto;
    /* max-width: 1345px; */
    width: 100%;
    margin-top: 20px;
    border-radius: 21px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1345px;;
  margin: auto;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 180px;
}
.footer-col h4{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  opacity: 0.43;
  margin-bottom: 39px;
}
.wide .footer-text{
  max-width: 328px;
}
.footer-col p{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
  max-width: 200px;
}
.footer-col.wide {
  flex: 2 1 300px;
}

.footer-text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: -1px;
    opacity: 0.5;
    margin-bottom: 26px;
}

.footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-gray {
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  background: #2A2A2A;
  width: 263px;
  height: 57px;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  z-index: 10;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-orange {
  background: rgb(245, 116, 7);;
  color: white;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-gray {
  background: #121212;
  color: white;
  transition: background 0.3s ease, color 0.3s ease;
}

/* При наведении на btn-orange (она становится тёмной, вторая — оранжевой) */
.btn-orange.hovered {
  background: #121212;
}
.btn-gray.reverse-hovered {
  background: rgb(245, 116, 7);
}

/* При наведении на btn-gray (она становится оранжевой, вторая — тёмной) */
.btn-gray.hovered {
  background: rgb(245, 116, 7);
}
.btn-orange.reverse-hovered {
  background: #121212;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 0px;
}

.footer-nav a {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 28.5px */
  text-decoration: none;
  z-index: 2;
  position: relative;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    z-index: 2;
    bottom: 20%;
    max-width: 1345px;
    margin: 0 auto;
    transform: translate(0%, 725%);
    position: relative;
}
.footer-bottom span{
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 20.4px */
  opacity: 0.34;
}
.privacy-link {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: 0.34;
  text-decoration: none;
}

.fade-toggle {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 11;
}

.fade-hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.footer-text{
  font-size: 23px!important;
}
.d-none999{
  display: none;
}
.dis-none{
  display: block;
}
@media (max-width: 998px) {
  .d-none999{
    display: block;
  }
  .dis-none{
    display: none;
  }
  header{
    margin-top: 8px;
  }
  .container-main{
    padding-left:  15px;
    padding-right: 15px;
  }
  .container-header{
    padding-left: 0px;
    padding-right: 0px;
  }
  nav.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #111;
    position: absolute;
    top: 65px; /* зависит от высоты header */
    left: 0;
    width: 100%;
    z-index: 100;
    transition: max-height 0.3s ease;
    overflow: hidden;
  }

  nav.mobile-menu.active {
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    background: #000;
    gap: 0;
  }
  nav a{
    opacity: 1;
  }
  .icon-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }
  nav .border{
    opacity: 0.12;
    background: #FFF;
    width: 100%;
    background: #fff;
    height: 1px;
    margin-bottom: 28px;
    display: block;
  }
  .icon-header img {
    display: block;
  }
  .logo{
    margin-right: auto;
  }
  .lang-selector{
    height: 38px;
    width: 63px;
  }
  .lang-menu{
    width: 63px;
  }
  .lang-menu li{
    width: 63px;
  }
  /* Изначальный бургер */
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #F57407;
    padding: 14px;
    transition: background 0.3s ease;
  }

  /* Крестик */
  .burger.active {
    background: #4C4C4C;
  }

  .burger span {
    height: 1px;
    background: white;
    border-radius: 2px;
    width: 100%;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  /* Превращение в крестик */
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3.5px);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3.5px);
  }

  header nav {
    display: none; /* desktop menu hidden */
  }
  .soc-icon{
    display: block;
  }
  .icon-telegram{
    display: flex;
  }
  .icon-telegram:hover{
    background: #F57407;
  }
  .contact-btn{
    display: none; 
  }

  .container-header header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    padding: 0;
  }
  .hero{
    padding: 0;
    align-items: flex-start;
    height: auto;
    border-radius: 0px;
  }
  .logo-white{
    font-size: 20vw;
    width: 100vw;
    z-index: 10;
    position: relative;
    margin-top: 43px;
  }
  .hero-text h1{
    font-size: 30px;
    width: 230px;
  }
  .hero-text h1 span{
    font-size: 30px;
  }
  .moble-hero{
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    margin-top: 20px;
    margin-bottom: 31px;
  }
  .hero-text p{
    max-width: 136px;
    font-size: 15px;
  }
  .hero-text p:first-of-type {
      margin-top: 0px;
  }
  .hero-text p:nth-of-type(2) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container{
    padding: 0;
  }
  .moble-hero .border{
    width: 1px;
    height: 61px;
    background: #4B4B4B;
  }
  .btn-orange{
    width: 100%;
  }
  .user-stats{
    margin-top: 27px;
  }
  .cvet{
    background-position: bottom;
  }
  .tel{
    background-position: bottom;
  }
  .payment-icons {
    gap: 4px;
    padding: 0;
  }
  .payment-icons div{
    height: 44px;
    width: calc(50% - 2px);
  }
  .payment-icons div img {
    height: 25px;
  }
  .features-section {
    padding: 0;
    background-image: none;
    border-radius: 30px;
  }
  .features-section h2{
    font-size: 30px;
    width: 255px;
    margin-top: 40px;
  }
  .features-section p.desc{
    width: 100%;
  }
  .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-card{
    height: auto;
    padding: 0;
  }
  .feature-card .icon {
     margin-top: 33px; 
  }
  .feature-card h3 {
    margin-top: 50px;
  }
  .feature-card p {
    margin-bottom: 68px;
  }
  .order-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-image{
    padding: 0px;
    height: 459px;
  }
  .order-block h3 {
    font-size: 30px;
    margin-top: 32px;
    width: 230px;
  }
  .order-block h3 span {
    font-size: 30px;
  }
  .order-block p{
    width: 100%;
    margin-top: 21px;
  }
  .carts img {
    width: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .order-button{
    display: none;
  }
  .features-section .btn-orange{
    display: block;
    margin-top: 15px;
    margin-bottom: 50px;
    width: 100%;
  }
  .card-section{
    padding: 0px;
    background: none;
  }
  .card-section-text{
    position: relative;
    overflow: hidden;
    background: url(/img/fonkaptur.png) no-repeat center / cover;
    padding-top: 50px;

  }
  .card-section h2{
    font-size: 30px;
  }
  .card-section p.subtitle{
    width: 251px;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
  }
  .card-option .flex {
    gap: 26px;
  }
  .punkt img{
    margin-right: 8px;
  }
  .punkt{
    font-size: 13px;
  }
  .height{
    width: 39px;
  }
  .disabled .cart-cvetlya {
     margin-top: 50px; 
  }
  .card-option.disabled p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 19.2px */
    opacity: 0.51;
    margin-bottom: 60px;
  }
/*  .black{
    align-items: flex-start;
  }*/
  .black h2 {
    font-size: 30px;
    margin-top: 0px;
  }
  .black p {
    width: 281px;
/*    text-align: start;*/
    font-size: 15px;
  }

  .how-it-works-wrapper .position{
    height: 250px;
  }
  .ab-cart{
    transform: translate(-3%, 0%);
  }
  .bg_black_h_50{
    height: 0px;
  }
  .coverage {
    height: 850px;
    min-height: 850px;
  }
  #how-it-works {
    width: 100%;
    padding-left: 10px;
  }
  .bg-video {
    position: absolute;
/*    top: -50px;*/
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
  }
  .content {
    padding: 150px 0px 30px;
    justify-content: flex-start;
  }
  .accordion {
    gap: 5px;
    width: 330px;
    margin: 0;
  }
  .how-it-works-wrapper {
    height: auto;
    padding: 0;
    
  }
  .hiw-title h2 {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: start;
  }
  .hiw-title {
    align-items: flex-start;
  }
  .hiw-title p {
    text-align: start;
    margin-bottom: 45px;
  }
  .hiw-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-left: 0px;
    margin: 0;
  }
  .hiw-steps {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 65px;
    margin-top: 0px;
    width: 100%;

  }
  .hiw-step {
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 20px; 
  }
  .hiw-line {
    top: 0;
    left: 17%;
    right: auto;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
  }
  .hiw-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 17%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B4B4B4;
    z-index: 4;
    transition: background 0.3s ease;
  }
  .hiw-step:last-child::before {
    top: 100%;
    transform: translate(-50%, -50%);
  }
  .hiw-number {
    top: 0;
    left: 5%;
  }
  .hiw-text{
    margin-top: 0px;
    margin-left: 25%;
    max-width: 100%;
  }
  .hiw-step:nth-child(5) .hiw-text {
    max-width: 100%;
  }
.hiw-line-fill {
  position: absolute;
  top: 0;
  left: 17%;
  width: 2px;
  height: 0%;
  background: #F57407;
  z-index: 2;
  transition: height 0.5s ease;
}

  /* geo */
  .referral-text{
    position: relative;
    overflow: hidden;
    background: url(/img/fonkaptur.png) no-repeat center / cover;
  }
  .referral-section{
    padding: 0;
    background: none;
  }
  .referral-title{
    font-size: 30px;
  }
  .referral-card{
    width: 100%;
    border-radius: 14px;
  }
  .referral-card h3{
    font-size: 25px;
  }
  .referral-card button {
    margin-top: 35px;
    margin-bottom: 18px;
  }
  .faqv2-section{
    padding: 0;
  }
  .faqv2-title {
    font-size: 30px;
    width: 230px;
    text-align: left;
    margin-top: 94px;
    margin-bottom: 28px;
  }
  .faqv2-col {
    gap: 5px;
    width: 100%;
  }
  .faqv2-header .question{
    font-size: 17px;
  }
  .partners-block{
    padding: 0;
    background: none;
  }
  .partners-title{
    font-size: 30px;
    margin-top: 48px;
    margin-bottom: 27px;
  }
  .partners-content{
    max-width: 100%;
  }
  .partners-block2 {
    display: flex;
    justify-content: normal;
    align-items: center;
    flex-direction: column;
  }
  .partner-card{
    background-image: url(/img/fon_mini_cart.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .partners-grid {
    display: flex;             
    overflow-x: auto;          
    -webkit-overflow-scrolling: touch; 
    scroll-snap-type: x mandatory; 
    gap: 7px;
    padding-left: 7px;        
  }

  .partner-card {
    flex: 0 0 calc(90% - 50px); 
    scroll-snap-align: start;    
    margin-right: 7px;            
  }
  .partners-grid::-webkit-scrollbar {
    display: none;
  }
  .partners-grid {
    -ms-overflow-style: none;  
    scrollbar-width: none;    
  }

  .partners-phones {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 400px;
    width: 100%;
  }
  .partners-phones2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
  }
  .phone {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: 0;
  }

  .bg-img {
    z-index: 1;
  }
  .fg-img {
    z-index: 2;
  }
  .footer2 {
    padding: 0px;
    margin-top: 50px;
  }
  .footer-text {
    font-size: 25px!important;
    opacity: 1;
    margin-bottom: 33px;
  }
  .footer-buttons button{
    width: 100%;
  }
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
    max-width: 1345px;
    margin: auto;
    flex-direction: column;
  }
  .footer-col {
    flex: 1 1 0px;
    min-width: 180px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer-col.wide {
    flex: 2 1 0px;
    align-items: unset;
  }
  .footer-col h4{
    margin-bottom: 15px;
  }
  .footer-text-p{
    width: 270px;
    text-align: center;
  }
  .d-none{
    display: none;
  }
  .footer-bottom {
    border-top: none;
    padding-top: 63px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    z-index: 2;
    bottom: 20%;
    max-width: 1345px;
    margin: 0 auto;
    transform: translate(0%, 0%);
    align-items: center;
    padding-bottom: 25px;
  }
  .footer-bottom span{
    display: none;
  }
  .position {
    position: relative;
    margin-left: 0px; 
    margin-right: 0px; 
  }

}
@media (min-width: 320px) and (max-width: 999px) {
  #scaler {
    width: auto; /* или 100% */
    transform-origin: initial; /* или unset / inherit / center — зависит от задачи */
  }


}
@media (min-width: 320px) and (max-width: 479px) {
  .payment-icons {
    padding: 0px;
  }
  .phone {
    display: block;
  }
  .heroIMG{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .position{
    height: auto!important;
  } 
  .position .w100{
    width: 100%;
    transform: translate(-4%, 0%);
    display: block;
  }  
  .ab-cart{
    display: none;
  } 
  .partners-phones2 {
    min-height: 400px;
  }
  .text{
    margin-bottom: 0px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
    .partners-phones2 {
    min-height: 400px;
  }
    .ab-cart{
    display: none;
  } 
  .position{
    height: auto!important;
  } 
  .position .w100{
    width: 100%;
    transform: translate(-4%, 0%);
    display: block;
  }  
  .heroIMG{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .phone {
    display: block;
  }
  .payment-icons {
    padding: 0px;
  }
  .moble-hero{
    flex-direction: column;
    align-items: flex-start
  }
  .moble-hero .border {
    display: none;
  }
  .hero-text p:first-of-type {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .hero-text p {
    max-width: 100%;
  }
  .hero-text h1{
    font-size: 36px;
    width: 272px;
  }
  .hero-text h1 span{
    font-size: 36px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-orange {
    width: 263px;
  }
  .partner-card {
    flex: 0 0 calc(350px - 50px);
    scroll-snap-align: start;
    margin-right: 7px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .heroIMG{
    width: 50%;
    max-width: 50%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .footer-text{
    width: 355px;
  }
  .moble-hero{
    flex-direction: column;
    align-items: flex-start
  }
  .moble-hero .border {
    display: none;
  }
  .hero-text p:first-of-type {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .order-block {
    grid-template-columns: repeat(3, 1fr);
  }
  .order-block > :first-child {
    grid-column: span 2;
  }
  .card-image {
    padding: 0px;
    height: 359px;
  }
  .order-button {
    display: block;
    height: auto;
  }
  .features-section .btn-orange {
    display: none;
  }
  .card-section h2 {
    font-size: 30px;
    margin-top: 40px;
  }
  .hero-text p {
    max-width: 100%;
  }
  .hero-text h1{
    font-size: 36px;
    width: 272px;
  }
  .hero-text h1 span{
    font-size: 36px;
  }
  .btn-orange {
    width: 263px;
  }
  .tel {
    background-image: url('/img/tel2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
    transform: translate(97.5%, 8.5%);
  }
  .cvet {
    background-image: url('/img/cvet.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0;
    transform: translate(2%, 11%);
    border-radius: 30px;
  }

  .text{
    margin-bottom: 30px;
  }
  .footer-col.wide {
      flex: unset;
      align-items: unset;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
  }
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 33px;
    max-width: 1345px;
    margin: auto;
    flex-direction: row;
  }
  .footer-col {
    flex: auto2;
    min-width: 180px;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 33%;
  }
  .footer-text-p {
    width: auto;
    text-align: center;
  }
  .d-none{
    display: flex;
  }
  .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    z-index: 2;
    bottom: 20%;
    max-width: 1345px;
    margin: 0 auto;
    transform: translate(0%, 100%);
  }
  .footer-bottom span {
    display: block;
  }

  .hero-word {
      font-size: 21vw;
      transform: translate(0%, 70%);
  }
  .footer2 .hero-word {
    font-size: 21vw;
    transform: translate(0%, -34%);
  }
  .partner-card {
    flex: 0 0 calc(350px - 50px);
    scroll-snap-align: start;
    margin-right: 7px;
  }
  .partners-phones{
    display: none;
  }

  .card-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding-left: 16px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
  }
  .card-grid::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .card-option {
    flex: 0 0 70%; /* ширина каждой карты */
    scroll-snap-align: start;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    min-width: 70%; /* важно */
  }

  .card-grid {
    padding-right: 16px;
  }
  .referral-cards {
    display: flex;
    gap: 0px; 
    justify-content: space-between;
    flex-wrap: wrap;
}
  .referral-card {
    width: 49%;
  }
  .faqv2-col {
    gap: 5px;
    width: 49%;
  }

}
@media (min-width: 999px) and (max-width: 1199px) {
  header .flex .contact-btn{
    display: none;
  }
  .container-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero {
    padding: 40px 20px;
  }
  .logo-white {
    font-size: 103.482px;
  }
  .hero-text h1 {
    width: 350px;
  }
  .hero-text h1 span {
    font-size: 32.926px;
  }
  .features-section {
    padding: 40px 20px;
  }
  .payment-icons {
      padding: 0 20px;
  }
  .payment-icons div {
    height: 56px;
  }
  .feature-card {
      padding: 0px;
  }
  .card-option .flex .spisok {
    width: 50%;
  }
  .card-section {
    padding: 40px 20px;
  }
  .black p {
    width: 411px;
  }
  .how-it-works-wrapper {
    height: auto;
    padding: 40px 20px 0px 20px;
  }
  .hiw-title h2 {
    margin-top: 50px;
  }
  .referral-section {
    padding: 40px 20px;
  }
  .faqv2-section {
    padding: 40px 20px;
  }
  .faqv2-title {
    margin-bottom: 72px;
    margin-top: 50px;
  }
  .partners-block {
    padding: 40px 20px;
    border-radius: 24px;
    position: relative;
/*    overflow: hidden;*/
    background: url(/img/lastfon.png) no-repeat right;
  }
  .phone{
    display: none;
  }
  .position {
    margin-left: 0px;
    margin-right: 0px;
  }
/*  .hero-word {
    font-size: 21vw;
  }*/
/*  .partners-phones img{
    width: 100%;
  }*/
  .footer2 {
    padding: 40px 20px;
  }
  .footer-col {
    flex: 1;
    min-width: unset;
  }
  .footer-col.wide {
    flex: 1;
  }
  .footer-bottom {
    transform: translate(0%, 225%);
  }

}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero {
    padding: 60px 30px;
  }
  .logo-white {
    font-size: 133.482px;
    width: 600px;
  }
  .logo-white2 {
    width: 600px;
  }
  .hero-text h1 {
    width: 400px;
  }
  .features-section {
      padding: 40px 30px;
  }
  .card-section {
    padding: 60px 30px;
  }
  .flex .spisok {
    width: 50%;
  }
  .how-it-works-wrapper {
    height: auto;
    padding: 60px 30px 0px;
  }
  .position {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
  }
/*  .hero-word {
    font-size: 21vw;
  }*/
  .referral-section {
    padding: 60px 30px;
  }
  .faqv2-section {
    padding: 60px 30px;
  }
  .partners-phones .phone{
    display: none;
  }
  .partners-block {
    padding: 60px 30px;
  }
  .partners-phones {
    position: unset;
  }
/*  .partners-phones img {
    transform: translate(-20%, 1%);
    width: 60%;
    position: absolute;
    top: 0;
    left: 50%;
  }*/
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer2 {
    padding: 50px 30px 0px 30px;
    position: relative;
    overflow: hidden;
  }
  .hiw-title h2 {
    margin-top: 19px;

  }

}
@media (min-width: 1820px) and (max-width: 2000px) {
  .hero-word{
    font-size: 21vw;
  }
}
@media (min-width: 999px){
  .partner-card:hover{
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.59) 0%, rgba(77, 77, 77, 0.59) 100%);
    backdrop-filter: blur(24.100000381469727px);
  }
}




/* анимации */

/* Базовые классы */
.hidden {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.show {
  opacity: 1;
  transform: scale(1);
}

/* Анимация: с центра вверх-вниз (быстрая) */
.from-center-up-down {
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.from-center-up-down.show {
  transform: scaleY(1);
  opacity: 1;
}

/* Анимация: с центра влево-вправо (быстрая) */
.from-center-left-right {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.from-center-left-right.show {
  transform: scaleX(1);
  opacity: 1;
}

/* Анимация: из центра влево-вправо (для заголовка/logo — чуть мягче) */
.from-center-horizontal {
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
.from-center-horizontal.show {
  transform: scaleX(1);
  opacity: 1;
}

/* Анимация: слева направо (для текста) */
.from-left {
  transform: translateX(-50%);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.from-left.show {
  transform: translateX(0);
  opacity: 1;
}

/* Анимация: сверху вниз (для цифр и текста отзывов) */
.from-top {
  transform: translateY(-30%);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.from-top.show {
  transform: translateY(0);
  opacity: 1;
}

/* Медленная анимация: с центра вверх-вниз (для фоновых блоков) */
.slow-center-up-down {
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 1.2s ease, opacity 1.2s ease;
}
.slow-center-up-down.show {
  transform: scaleY(1);
  opacity: 1;
}

/* анимация 2 блока  */


  .from-top {
    transform: translateY(-30%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .from-top.show {
    transform: translateY(0);
    opacity: 1;
  }

  .from-center-up-down {
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .from-center-up-down.show {
    transform: scaleY(1);
    opacity: 1;
  }

  .from-center-left-right {
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .from-center-left-right.show {
    transform: scaleX(1);
    opacity: 1;
  }

  .from-bottom {
    transform: translateY(30%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .from-bottom.show {
    transform: translateY(0);
    opacity: 1;
  }

  .delayed {
    transition-delay: 1s;
  }
  .scale-up {
  transform: scaleY(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  }

  .scale-up.show {
    transform: scaleY(1);
    opacity: 1;
  }

/*@media (max-width: 998px) {
  .from-center-up-down,
  .scale-up,
  .from-center-left-right {
    transform: none !important;
    opacity: 1 !important;
  }
}*/







