.promo-ribbon{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:10;
    height:90px;

    background:#D32424;
}

.promo-ribbon__container{
    max-width:1400px;
    height:100%;
    margin:0 auto;
    padding:0 20px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.promo-ribbon__title{
    color:#fff;
    font-size:48px;
    font-weight:400;
    line-height:1;
    text-shadow:0 4px 5px rgba(0,0,0,.2);
    white-space:nowrap;
}

.promo-ribbon__title strong{
    font-weight:700;
}

.promo-ribbon__title span{
    font-size:58px;
    font-weight:700;
}

.promo-ribbon__right{
    display:flex;
    align-items:center;
    gap:18px;
}

.promo-ribbon__timer{
    color:#fff;
    font-size:16px;
    font-weight:700;
    white-space:nowrap;
}

.promo-ribbon__button{
    width:200px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    border-radius:8px;

    color:#302B2B;
    text-decoration:none;
    font-size:18px;
    font-weight:700;

    transition:.25s;
}

.promo-ribbon__button:hover{
    background:#f3f3f3;
}

.hero-vortex{
    padding-top:90px; /* место под красную плашку */
}
@media (max-width:1200px){

    .promo-ribbon{
        height:auto;
        padding:15px 0;
    }

    .promo-ribbon__container{
        flex-direction:column;
        gap:15px;
    }

    .promo-ribbon__title{
        font-size:34px;
        text-align:center;
        white-space:normal;
    }

    .promo-ribbon__title span{
        font-size:42px;
    }

    .hero-vortex{
        padding-top:140px;
    }
}

@media (max-width:768px){

    .promo-ribbon__title{
        font-size:16px;
           line-height: 1.2;
        text-align: left;
    }
    .promo-ribbon__button { 
        font-size: 10px;
        line-height: normal;
    }
    .promo-ribbon__container { 
       gap: 11vw;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: unset;
    }
    .promo-ribbon__title span{
        font-size:16px;
    }

    .promo-ribbon__right{
    min-width: 100px;
        flex-direction: column;
        gap: 10px;
        width: 25vw;
    }

    .promo-ribbon__button{
        width:100%;
        max-width:220px;
    }

    .hero-vortex{
        padding-top:190px;
    }
}
 
.hero-vortex{
    position:relative;
    min-height:720px;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:url("/assets/images/homenew/omni-a56421bc-f812-4cbb-9c5c-65e1aa1afb63 1.png") center center/cover no-repeat;
}

.hero-vortex__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,.88) 0%,
        rgba(255,255,255,.72) 26%,
        rgba(255,255,255,.25) 55%,
        rgba(255,255,255,0) 100%
    );
}

.hero-vortex__wrap{
    position:relative;
    z-index:2;
    width:min(1200px,90%);
    margin:0 auto;
}

.hero-vortex__content{
    max-width:820px;
}

.hero-vortex__title{
    font-size:40px;
    line-height:1.15;
    font-weight:700;
    color:#404040;
    margin-bottom:35px;
}

.hero-vortex__title span{
    color:#3d3d3d;
}

.hero-vortex__advantages{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:6px;
    padding-left: 0;
    margin-bottom:45px;
}

.hero-vortex__advantages li{
    font-size:20px;
    color:#3e3e3e;
    font-weight:500;
        line-height: normal;
}

.hero-vortex__buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.hero-vortex__btn{
    width:240px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:8px;
    text-decoration:none;
    font-size:17px;
    font-weight:600;

    transition:.3s;
}

.hero-vortex__btn--light{
    background:#fff;
    color:#2f2f2f;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.hero-vortex__btn--light:hover{
    transform:translateY(-3px);
    color: #000 !important;
}

.hero-vortex__btn--red{
    background:#d92727;
    color:#fff;
    box-shadow:0 8px 20px rgba(217,39,39,.35);
}

.hero-vortex__btn--red:hover{
  color: #fff;
    background:#bf2020;
    transform:translateY(-3px);
}

/* -------------------- */

@media (max-width:992px){

    .hero-vortex{
        min-height:620px;
    }

    .hero-vortex__content{
        max-width:770px;
    }

    .hero-vortex__title{
        font-size:24px;
    }

    .hero-vortex__advantages li{
        font-size:16px;
    }

}

@media (max-width:768px){
.promo-ribbon{
  position:relative;        padding: 7px 0;
}
.hero-vortex__wrap { 
    padding-top: 25px;
}
    .hero-vortex{
      display:block;
              padding-top: 0;
        min-height:560px;
        padding:70px 0;
        padding-top:0;
    }
.promo-ribbon__button { 
        padding: 4px 9px;height: unset;
}
    .hero-vortex__overlay{
        background: rgb(255 255 255 / 34%);
    }

    .hero-vortex__content{
        max-width:100%;
    }

    .hero-vortex__title{
font-size: 24px;
        margin-bottom:25px;
    }

    .hero-vortex__advantages{
        margin-bottom:30px;
    }

    .hero-vortex__advantages li{
        font-size:18px;
    }

    .hero-vortex__buttons{
        flex-direction:column;
    }

    .hero-vortex__btn{
        width:100%;
    }

}

@media (max-width:480px){

    .hero-vortex{
      
        min-height:500px;
    }

    .hero-vortex__title{
        font-size:22px;
    }

    .hero-vortex__advantages li{
        font-size:18px;
    }

    .hero-vortex__btn{
             height: unset;
        font-size: 15px;
        max-width: 220px;
        margin: 0 auto;
        padding: 6px 0;
    }

}







@media (max-width:370px){
  .heightats { 
    height: 125px;
}

}





/* ===== HERO ===== */
.hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: 650px;
  background: #F7F7FA;
  display: flex;
  align-items: center;
  overflow: hidden; 
  box-sizing: border-box;
}

/* ---------- Левый контент ---------- */
.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 737px;
}

.hero__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #302B2B;
  margin: 0 0 20px 0;
}

/* ---------- Список преимуществ ---------- */
.hero__features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero__feature {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -1px;
  color: #302B2B;
}

.hero__check {
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-color: #947AE8;
  background: url("/assets/images/homenew/check.svg") no-repeat;
  background-size:cover;
}

/* ---------- Кнопки ---------- */
.hero__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}

.hero__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 52px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s ease;
}

.hero__btn:hover {
  opacity: 0.85;
}

.hero__btn--outline {
  width: 234px;
  background: #FFFFFF;
  color: #302B2B;
  border: 1.5px solid #ddd;
}

.hero__btn--fill {
  width: 257px;
  background: linear-gradient(180deg, #FFA44C 0%, #F88433 100%);
  color: #FCFDFF;
}

/* ---------- Правая визуальная часть ---------- */
.hero__visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
  height: 100%;
  z-index: 1;
}

.hero__photo-wrap {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 632px;
  height: 444px;
}

 

.hero__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

/* ---------- Бейдж скидки ---------- */
.hero__badge {
  position: absolute;
  top: 50px;
  right: 420px;
  z-index: 3;
    width: 180px;
    height: 180px;
  background: url("/assets/images/homenew/skidka.png") no-repeat;
  background-size:cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(10deg);
  
}

.hero__badge-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  text-transform: lowercase;
}

.hero__badge-percent {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}

/* ---------- Плашка цены ---------- */
.hero__price-tag {
  position: absolute;
 bottom: 90px;
    left: -160px;
  z-index: 3;
background: url("/assets/images/homenew/f1.png") no-repeat;
  background-size:cover;
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  align-items: center; 
      width: 266px;
    height: 151px;
    justify-content: center;
}

.hero__price-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #302B2B;
}

.hero__price-value {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #302B2B;
  white-space: nowrap;
}

.hero__price-unit {
  font-size: 16px;
  font-weight: 400;
}

/* ---------- Декоративные круги ---------- */
.hero__deco-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero__deco-circle--orange-lg {
  width: 164px;
  height: 164px;
  top: -41px;
  right: 292px;
  border: 2px solid #FFA44C;
}

.hero__deco-circle--purple-lg {
  width: 164px;
  height: 164px;
  bottom: -41px;
  left: 286px;
  border: 2px solid #A289F4;
}

.hero__deco-circle--dot {
  width: 15px;
  height: 15px;
}

.hero__deco-circle--dot-purple-1 {
  left: 111px;
  top: 174px;
  border: 2px solid #A289F4;
}

.hero__deco-circle--dot-purple-2 {
  right: 86px;
  bottom: 30px;
  border: 2px solid #A289F4;
}

.hero__deco-circle--dot-orange-1 {
  left: 126px;
  top: 33px;
  border: 2px solid #FDAD55;
}


/* ---------- Плашка Акция ---------- */
.hero__promo {
  position: absolute;
     bottom: 54px;
    left: -191px;
  z-index: 4;
  width: 340px;
  height: 388px;
  background: url("/assets/images/homenew/ribbon.png") no-repeat center / contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
  
}

/* Компенсируем transform родителя для читаемости текста */
.hero__promo-title,
.hero__promo-row {
  transform: matrix(0.98, 0.12, -0.22, 0.98, 0, 0);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.hero__promo-title {
  font-size: 44px;
  letter-spacing: 1px;
   text-shadow: 0 4.85px 4.85px rgba(0, 0, 0, 0.25);
}

.hero__promo-row {
  font-size: 25px;
  font-weight: 600;
  top: -12px;
    position: relative;
     text-shadow: 0 4.85px 4.85px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .hero__promo {
    width: 240px;
    height: 274px;
    bottom: 40px;
    left: -40px;
  }

  .hero__promo-title {
    font-size: 22px;
  }

  .hero__promo-row {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .hero__promo {
   
    bottom: 10px;
    left: 0;
    gap: 36px;
  }

  .hero__promo-title {
    font-size: 32px;
            
  }

  .hero__promo-row {
    font-size: 15px;
  }
}


/* =============================================
   АДАПТИВ — ПЛАНШЕТ (≤ 1024px)
   ============================================= */
@media (max-width: 1024px) {
  .hero {
    padding: 40px 30px;
    min-height: auto;
  }

  .hero__content {
    max-width: 440px;
  }

  .hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero__feature {
    font-size: 18px;
    line-height: 22px;
  }

  .hero__check {
    width: 22px;
    height: 22px;
  }

  .hero__features {
    margin-bottom: 28px;
  }

  .hero__btns {
    gap: 12px;
  }

  .hero__btn--outline {
    width: 190px;
    font-size: 14px;
  }

  .hero__btn--fill {
    width: 210px;
    font-size: 14px;
  }

  .hero__visual {
    width: 480px;
  }

  .hero__photo-wrap {
    width: 480px;
    height: 360px;
    right: 0;
  }

  .hero__badge {
    width: 130px;
    height: 130px;
    right: 370px;
    top: 40px;
  }

  .hero__price-tag {
    width: 200px;
    height: 114px;
    bottom: 60px;
    left: -120px;
  }

  .hero__price-label {
    font-size: 17px;
  }

  .hero__price-value {
    font-size: 20px;
  }

  .hero__deco-circle--orange-lg {
    width: 110px;
    height: 110px;
    right: 200px;
  }

  .hero__deco-circle--purple-lg {
    width: 110px;
    height: 110px;
  }
}

@media (min-width:1024px) and (max-width:1500px)
{
.hero__promo {
    position: absolute;
    bottom: -51px;
    left: unset;
    right: 0;
}

}

@media (min-width:1024px) and (max-width:1024px)
{
   .hero__visual {
        width: 30vw;
    }
        .hero__title {
        font-size: 20px;    line-height: 27px;
        }
        .hero__feature {
            font-size: 18px;
        }
}


@media (min-width:992px) and (max-width:1024px)
{
        .hero__visual {
        width: 37vw;
    }
        .hero__title {
        font-size: 20px;
        }
        .hero__feature {
        font-size: 16px;
        }
}
/* =============================================
   АДАПТИВ — МОБИЛЬНЫЙ (≤ 600px)
   ============================================= */
@media (max-width: 600px) {
  .hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 16px 0;
    min-height: auto;
    overflow: hidden;
  }

  /* ---------- Контент ---------- */
  .hero__content {
    width: 100%;
    max-width: 100%;
    z-index: 2;
    position: relative;
  }

  .hero__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
    /* Оставляем место справа под бейдж */
    padding-right: 90px;
  }

  .hero__features {
    margin-bottom: 20px;
    gap: 5px;
  }

  .hero__feature {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0;
  }

  .hero__check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .hero__btns {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 0;
  }

  .hero__btn--outline,
  .hero__btn--fill {
    width: 100%;
    font-size: 15px;
    height: 48px;
  }

  /* ---------- Визуальная часть ---------- */
  /*
    На мобильном строим такой layout:
    - фото занимает нижнюю половину, прижато вправо
    - плашка цены — слева внизу, поверх фото
    - бейдж — в правом верхнем углу визуала
  */
  .hero__visual {
    position: relative;
    width: calc(100% + 32px); /* выходит за padding секции */
    margin-left: -16px;
    height: 280px;
    margin-top: 20px;
    flex-shrink: 0;
  }

  .hero__photo-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    transform: none;
    width: 65%;
    height: 100%;
  }

  .hero__photo {
    object-fit: contain;
    object-position: bottom right;
  }

  /* ---------- Бейдж скидки ---------- */
  .hero__badge {
    width: 100px;
    height: 100px;
    top: 10px;
    right: auto;
    left: 16px;
    transform: rotate(10deg);
    z-index: 3;
  }

  /* ---------- Плашка цены ---------- */
  .hero__price-tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: auto;
    width: 180px;
    height: 102px;
    padding: 6px 14px;
    z-index: 3;
  }

  .hero__price-label {
    font-size: 15px;
  }

  .hero__price-value {
    font-size: 19px;
  }

  .hero__price-unit {
    font-size: 12px;
  }

  /* ---------- Декор ---------- */
  .hero__deco-circle--orange-lg {
    width: 80px;
    height: 80px;
    top: -20px;
    right: 10px;
  }

  .hero__deco-circle--purple-lg {
    width: 80px;
    height: 80px;
    bottom: -20px;
    left: 10px;
  }

  .hero__deco-circle--dot {
    width: 8px;
    height: 8px;
  }

  .hero__deco-circle--dot-purple-1 {
    left: 12px;
    top: 100px;
  }

  .hero__deco-circle--dot-purple-2 {
    right: 12px;
    bottom: 12px;
  }

  .hero__deco-circle--dot-orange-1 {
    left: 12px;
    top: 16px;
  }
}

/* =============================================
   АДАПТИВ — МАЛЕНЬКИЙ МОБИЛЬНЫЙ (≤ 380px)
   ============================================= */
@media (max-width: 380px) {
  .hero__title {
    font-size: 19px;
    line-height: 24px;
    padding-right: 0;
  }

  .hero__feature {
    font-size: 13px;
    line-height: 17px;
  }

  .hero__check {
    width: 17px;
    height: 17px;
  }

  .hero__btn--outline,
  .hero__btn--fill {
    font-size: 14px;
    height: 44px;
  }

  .hero__visual {
    height: 240px;
  }

  .hero__photo-wrap {
    width: 70%;
  }

  .hero__badge {
    width: 80px;
    height: 80px;
  }

  .hero__price-tag {
    width: 150px;
    height: 85px;
  }

  .hero__price-label {
    font-size: 13px;
  }

  .hero__price-value {
    font-size: 16px;
  }
}



.glass-price-section {
    padding: 40px 20px;
}

.glass-price-title {
    margin: 0 0 30px;

    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -1px;
    color: #302B2B;
}

.glass-price-grid {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.glass-card {
    width: 406px;
    background: #fff;
    box-shadow: 2px 2px 16px rgba(186,170,170,.5);
    padding: 12px 8px;
    margin-top: unset !important;
    display: flex;
    flex-direction: column;
}

.glass-card-head {
    margin-bottom: 20px;
}

.glass-card-mode {
    display: block;

    margin-bottom: 12px;

    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.glass-card-toggle {
    width: 112px;
    height: 23px;

    background: #d9d9d9;
    border-radius: 12px;
 cursor: pointer;
    position: relative;
}

.glass-card-toggle__active {
    position: absolute;
    left: 0;
    top: 0;

    width: 56px;
    height: 23px;

    background: #f88433;
    border-radius: 12px;

    transition: .3s;
}


.glass-card-toggle__active--right {
    left: 56px;
}

.glass-card-image-box {
    min-height: 230px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.glass-card-image {
    max-width: 180px;
    display: block;
}

.glass-card-image--wide {
    max-width: 260px;
}

.glass-card-size {
    margin-top: 10px;

    font-size: 12px;
    color: #928B8B;
}

.glass-card-title {
    margin: 24px 0;

    text-align: center;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #302B2B;
}

.glass-card-line {
    height: 2px;
    background: #D9D9D9;
}

.glass-card-content {
    padding: 12px 16px 0;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.glass-card-price {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.glass-card-price-label {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.glass-card-price-old {
    font-size: 15px;
    text-decoration: line-through;
}

.glass-card-price-current {
    font-size: 25px;
    font-weight: 700;
    color: #D32424;
}

.glass-card-text {
    font-size: 15px;
    color: #666;
}

.glass-card-spec {
    display: flex;
    gap: 10px;line-height: normal;
}

.glass-card-spec-name {
    min-width: 100px;

    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.glass-card-spec-value {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
}

.glass-card-btn {
    margin-top: 8px;

    height: 52px;
    width: 100%;

    border: none;
    border-radius: 8px;

    background: linear-gradient(
        180deg,
        #FFA44C 0%,
        #F88433 100%
    );

    color: #fff;
    font-size: 18px;
    font-weight: 700;

    cursor: pointer;
}

/* ---------- Планшет ---------- */

@media (max-width: 1200px) {

    .glass-price-grid {
        flex-wrap: wrap;
    }

    .glass-card {
        width: calc(50% - 10px);
    }
}

/* ---------- Мобильная версия ---------- */

@media (max-width: 768px) {

    .glass-price-section {
        padding: 30px 15px;
    }

    .glass-price-title {
        font-size: 26px;
        line-height: 32px;
    }

    .glass-price-grid {
        flex-direction: column;
        align-items: center;
    }

    .glass-card {
        width: 100%;
        max-width: 406px;
    }

    .glass-card-title {
        font-size: 22px;
        line-height: 28px;
    }

    .glass-card-price-current {
        font-size: 22px;
    }

    .glass-card-spec {
        flex-direction: column;
        gap: 4px;
    }

    .glass-card-spec-name {
        min-width: auto;
    }
}

/* ---------- Маленькие телефоны ---------- */

@media (max-width: 480px) {

    .glass-price-title {
        font-size: 22px;
        line-height: 28px;
    }

    .glass-card-content {
        padding: 12px 8px 0;
    }

    .glass-card-price {
        gap: 10px;
    }

    .glass-card-price-current {
        font-size: 20px;
    }

    .glass-card-btn {
        height: 48px;
        font-size: 16px;
    }
}

.glass-price-note {
    margin-top: 24px;
    padding: 16px 0;

    font-size: 16px;
    line-height: 1.5;
    color: #302B2B;
}

.glass-price-note strong {
    font-weight: 700;
}

@media (max-width: 768px) {

    .glass-price-note {
        margin-top: 20px;
        padding: 0;

        font-size: 14px;
        line-height: 1.6;
    }

}
.installment-banner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.installment-banner__link {
    display: block;
}

.installment-banner__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}


.wx-anatomy {
  padding: 60px 20px;
  background: #f7f7fa;
  font-family: Arial, sans-serif;
}

.wx-anatomy__wrap {
  max-width: 700px;
  margin: 100px auto 0;
}

/* ВАЖНО: НЕ РЕЖЕМ КАРТОЧКИ */
.wx-anatomy__stage {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: visible;
}

/* изображение */
.wx-anatomy__img {
  width: 100%;
  display: block;
}

/* hotspot */
.wx-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* кнопка */
.wx-hotspot__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFA44C 0%, #F88433 100%);

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: 0.2s;

  position: relative;
  z-index: 1;
}
.wx-hotspot.is-open .wx-hotspot__btn
{
    background:#A289F4;
}
.wx-hotspot__btn:hover {
  transform: scale(1.1);
}

/* карточка */
.wx-hotspot__card {
  position: absolute;

  top: 45px;
  left: 0;

  width: 220px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.12);

  display: none;

  /* ВАЖНО: даём максимальный слой */
  z-index: 9999;
}
.wx-hotspot.is-open
{  z-index: 9999;}
/* текст */
.wx-hotspot__title {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 16px;
}

.wx-hotspot__text {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}

/* open */
.wx-hotspot.is-open .wx-hotspot__card {
  display: block;
}

/* mobile */
@media (max-width: 768px) {
  .wx-hotspot__card {
    width: 180px;
  }
  .wx-hotspot__btn {
    width: 20px;
    height: 20px;
  }
}


/* Контейнер с карточками */
.features-container {
 
    padding: 60px 20px;
}
.features-containers {
  display: flex;
  flex-wrap: wrap;
justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
     margin-top: 20px;
}

/* Стили для одной карточки */
.feature-card {
    width: 24%;
     max-width: 220px;
    min-width: 220px;
    height: 338px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px;
  background: #F7F7FA;
  border-radius: 20px;
  overflow: hidden;
}

/* Блок с иконкой */
.feature-card .icon-holder {
    width: 100%;
    height: 75px;
    position: relative;
    text-align: center;
}

.feature-card .icon-holder img {
   
     width: 130px;
    height: 75px;
}

/* Блок с заголовком */
.feature-card .title-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  width: 226px;
  height: 53px;
  border-radius: 20px 0px;
  background: linear-gradient(0deg, #F7F7FA, #F7F7FA), #FFFFFF;
}

.feature-card .title-block h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #302B2B;
  letter-spacing: -1px;
  margin-bottom: 0;
}

/* Блок с описанием */
.feature-card .desc-block {
  width: 200px;
  height: 180px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  color: #21201F;
  letter-spacing: 0.5px; 
}

/* Адаптивность для мобильных устройств */
@media (min-width: 1209px)  and (max-width: 1209px) {
.feature-card {
    width: 24%;min-width: 216px;
}
}

@media (max-width: 768px) {
  .features-containers {
           flex-direction: row;
           gap: 3vw;
  }
  .feature-card {
           width: 48%;
        height: auto;
        padding: 16px;
              max-width: unset;
        min-width: unset;
  }
  .feature-card .title-block {
    width: 100%;
    border-radius: 20px;
  }
  .feature-card .desc-block
  {
      width: auto;
    height: auto;
  }
}
@media (max-width: 500px) {
  .feature-card {
           width: 100%;
  }
  .feature-card .title-block h3 {
   
    font-size: 16px;
  }
  .feature-card .desc-block {
  
    font-size: 14px;
  }
}

.additional-options {
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}

/* Основные стили для контейнера слайдера */
.options-slider .slick-track{
    padding-bottom:20px;
}
.options-slider {
  width: 100%;
  max-width: 1200px; /* Ограничиваем максимальную ширину */
  margin: 0 auto;
 
  margin-top:30px;
}

/* Стили для карточек внутри слайдера */
.option-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Выравниваем по верху */
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px; /* Отступы между слайдами */
}

/* Заголовок карточки */
.card-header {
 background: linear-gradient(180deg, #FFA44C 0%, #F88433 100%), linear-gradient(282.67deg, #A289F4 20.39%, #947AE8 82.15%);
 border-radius: 20px 0px;
  color: #ffffff;
  padding: 10px 15px; 
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  min-width: 120px;
  flex-shrink: 0; /* Не сжимаем заголовок */
}

/* Контент карточки */
.card-content {
  flex: 1;
  padding: 0 15px;
}
.options-slider-flex {
    display: flex; 
    justify-content: space-between;
    gap: 20px;
}
.card-content ul {
  list-style-type: disc;
  margin-left: 20px;    margin-top: 20px;
  padding: 0;
}

.card-content li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #272626;
  line-height: 1.4;
  text-align:left;
}
.option-card {
    padding: 0;
}
/* Изображение карточки */
.card-image {
  flex-shrink: 0;
  width: 150px;
}

.card-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* Стили для стрелок Slick */
.additional-options .slick-prev,
.additional-options .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; 
  border: none; 
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
   
}

.additional-options .slick-prev {
  left: -20px;
}

.additional-options .slick-next {
  right: -30px;    left: unset;
  background: url("/assets/images/homenew/sl-next.svg") no-repeat;
width: 27px;
    height: 38px;
  background-size:contain;
}
.additional-options .slick-prev {
  left: -30px;    right: unset;
  background: url("/assets/images/homenew/sl-prev.svg") no-repeat;
width: 27px;
    height: 38px;
  background-size:contain;
}
.additional-options .slick-next:hover,.additional-options .slick-next:focus{
    background: url(/assets/images/homenew/sl-next.svg) no-repeat; background-size:contain;
}
.additional-options .slick-prev:hover,.additional-options .slick-prev:focus{
    background: url(/assets/images/homenew/sl-prev.svg) no-repeat; background-size:contain;
}

.additional-options .slick-prev:before {
  transform: rotate(-45deg);
}

.additional-options .slick-next:before {
  transform: rotate(135deg);
}
.additional-options .slick-next:before,.additional-options .slick-prev:before{
display:none;
}

/* Адаптивность */
@media (max-width: 768px) {
  .option-card {
    flex-direction: column;
    align-items: stretch;
  }
  
  .card-image {
    margin-top: 15px;
    width: 100%;
  }
  
  /* Скрываем стрелки на мобильных, если нужно */
 .additional-options .slick-prev,
  .additional-options .slick-next {
    display: none;
  }

.options-slider-flex { 
    flex-wrap: wrap;
}

}


.window-types {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  gap: 30px;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.window-types__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #302b2b;
  text-align: center;
  margin: 0;
}

/* ── Tabs ── */

.window-types__tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.window-types__tab {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 135%;
  letter-spacing: 0.5px;
  color: #302b2b;
  background: #f2f5f7;
  border: 1px solid #f2f5f7;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.window-types__tab:hover {
  background: #e6e9ec;
  border-color: #e6e9ec;
}

.window-types__tab--active {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -1px;
  color: #fcfdff;
  background: linear-gradient(180deg, #ffa44c 0%, #f88433 100%);
  border-color: #d9d9d9;
  box-shadow:
    0px 11px 5px rgba(81, 81, 81, 0.01),
    0px 6px 4px rgba(81, 81, 81, 0.05),
    0px 3px 3px rgba(81, 81, 81, 0.09),
    0px 1px 2px rgba(81, 81, 81, 0.1);
}

/* ── Panels ── */

.window-types__content {
  width: 100%;
  max-width: 980px;
}

.window-types__panel {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: unset;
}

.window-types__panel--active {
  display: flex;
}
 
/* ── Cards ── */

.window-types__card {
  position: relative;
  width: 295px;
  height: 241px;
  background: #f7f7fa;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-shrink: 0;
  transition: box-shadow 0.2s, transform 0.2s;
}

.window-types__card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.window-types__img {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 258px;
  height: 140px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 4px 9.3px #ffffff;
}

.window-types__label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -1px;
  color: #302b2b;
  white-space: nowrap;
  text-align: center;
}

/* ── Adaptive ── */

@media (max-width: 1024px) {
  .window-types__title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .window-types__title {
    font-size: 24px;
    line-height: 30px;
  }

  .window-types__tab {
    font-size: 14px;
    padding: 7px 10px;
  }

  .window-types__tab--active {
    font-size: 16px;
  }

  .window-types__card {
    width: 260px;
    height: 215px;
  }

  .window-types__img {
    width: 228px;
    height: 125px;
  }
}

@media (max-width: 480px) {
  .window-types {
    padding: 30px 16px;
    gap: 20px;
  }

  .window-types__title {
    font-size: 22px;
  }

  .window-types__card {
    width: calc(100% - 32px);
    max-width: 340px;
    height: 200px;
            margin: 0 auto;
  }

  .window-types__img {
    width: calc(100% - 36px);
    height: 120px;
  }
}


.stats {
  width: 100%;
  background: #F7F7FA;
  box-sizing: border-box;
  padding: 40px 20px;
}

.stats__cards {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: flex-start;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

/* ── Card ── */

.stats__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
 
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px 20px 28px;
  box-sizing: border-box;
  text-align: center;
}

/* ── Top: image + title ── */

.stats__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.stats__img {
  width: 132px;
  height: 124px;
  object-fit: contain;
}

.stats__heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -1px;
  color: #302b2b;
  white-space: nowrap;
}

/* ── Description ── */
 
.stats__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  letter-spacing: 0.5px;
  color: #666666;
  text-align: center;
  margin: 0;
      min-height: 60px;
  max-width: 362px;
}
.reviews__next, .reviews__prev{z-index:2;}
/* ── Adaptive ── */

@media (max-width: 900px) {
  .stats__cards {
    gap: 16px;
  }

  .stats__heading {
    font-size: 20px;
    white-space: normal;
  }

  .stats__img {
    width: 100px;
    height: 94px;
  }
  .stats__card {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 680px) {
  .stats__cards {
    flex-direction: column;
    align-items: center;
  }

  .stats__card {
    flex: 0 0 100%;
    max-width: 420px;
  }

  .stats__heading {
    font-size: 22px;
  }

  .stats__img {
    width: 110px;
    height: 104px;
  }
}

@media (max-width: 420px) {
  .stats {
    padding: 30px 16px;
  }

  .stats__heading {
    font-size: 20px;
  }

  .stats__img {
    width: 90px;
    height: 85px;
  }
}
.reviews__description h2 { 
    font-size: 3rem;
}

.process {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 20px;
  background: #f7f7fa;
  width: 100%;
  box-sizing: border-box;
}

.process__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #302b2b;
  text-align: center;
  margin: 0;
}

/* ── Steps row ── */

.process__steps {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  max-width: 1240px;
  width: 100%;
      margin-top: 25px;
}

/* ── Connector line ── */

.process__line {
  position: absolute;
  top: 27px;
  left: 65px;
  right: 65px;
  height: 34px;
  background: url("/assets/images/homenew/bline.png") no-repeat center / 100% auto;
  z-index: 0;
  pointer-events: none;
}

/* ── Single step ── */

.process__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 1 0;
  min-width: 0;
}

/* ── Icon ── */

.process__icon-wrap {
  width: 130px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.process__icon {
  max-width: 130px;
  max-height: 75px;
  object-fit: contain;
}

/* ── Heading ── */

.process__heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -1px;
  color: #666666;
  text-align: center;
  margin: 0;
  margin-top: 25px;
}

.process__heading-sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 135%;
  color: #666666;
}

/* ── Description ── */

.process__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  letter-spacing: 0.5px;
  color: #666666;
  text-align: center;
  margin: 0;
}

/* ── Adaptive ── */

@media (max-width: 900px) {
  .process__heading {
    font-size: 18px;
  }

  .process__icon-wrap {
    width: 100px;
    height: 60px;
  }

  .process__line {
    top: 30px;
    left: 50px;
    right: 50px;
  }
}

@media (max-width: 680px) {
  .process__steps {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .process__line {
    display: none;
  }

  .process__step {
    width: 100%;
    max-width: 360px;
  }

  /* Vertical connector between steps */
  .process__step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 22px;
    background: #ffffff;
    border-radius: 3px;
  }
}

@media (max-width: 420px) {
  .process {
    padding: 30px 16px;
  }

  .process__title {
    font-size: 26px;
  }

  .process__heading {
    font-size: 18px;
  }
}


.portfolioс{
  position: relative;
  background: #f7f7fa;
  padding: 40px 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.portfolio__slider_in {
    position: relative;    margin-top: 25px;
}
.portfolio__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #302b2b;
  text-align: center;
  margin: 0;
}

/* ── Slick wrapper ── */

.portfolio__slider {
 width: 100%;
    max-width: 1240px;
}
.portfolio__slider_in,
.portfolio__slider,
.slick-list,
.slick-track {
    min-width: 0;
}
/* ── Slide layout ── */

.portfolio__slide {
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
}

/* ── Before/After compare ── */

.portfolio__compare {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  user-select: none;
  cursor: col-resize;
}

.portfolio__after,
.portfolio__before {
  position: absolute;
  inset: 0;
}

.portfolio__after img,
.portfolio__before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.portfolio__before {
  overflow: hidden;
  width: 50%;
}

.portfolio__before img {
  width: auto;
  min-width: 100%;
  max-width: none;
}

/* ── Divider ── */

.portfolio__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.portfolio__divider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ffffff;
}

.portfolio__divider-btn {
  position: relative;
  z-index: 11;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffa44c 0%, #f88433 100%);
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: col-resize;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* ── Info block ── */

.portfolio__info {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.portfolio__desc {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.portfolio__desc p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -1px;
  color: #666666;
  margin: 0;
}

.portfolio__price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.portfolio__price-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -1px;
  color: #302b2b;
}

.portfolio__price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -1px;
  color: #d32424;
}

/* ── Slick arrow overrides ── */

.portfolio__arrow {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 20;
  background: transparent;
  border: none;
  font-size: 64px;
  line-height: 1;
  color: #292929;
  cursor: pointer;
  padding: 0 10px;
}

.portfolio__arrow--prev { left: -50px; }
.portfolio__arrow--next { right: -50px; }

.portfolio__arrow:hover { color: #f88433; }

/* ── Order button ── */

.portfolio__order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 52px;
  background: linear-gradient(180deg, #ffa44c 0%, #f88433 100%);
  border: none;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fcfdff;
  cursor: pointer;
  margin:0 auto;
  margin-top: 50px;
  transition: opacity 0.2s;
}

.portfolio__order:hover { opacity: 0.9; }

/* ── Slick dots hide ── */

.portfolio__slider .slick-dots { display: none !important; }

/* ── Adaptive ── */

@media (max-width: 900px) {
  .portfolio__arrow {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
.portfolio__arrow{
    display:none;
}
.additional-options .slick-next,.additional-options .slick-prev{
    display:none !important;
}
}
@media (max-width: 1260px) {
.portfolio__bnt{
    width:100%;
}
}
@media (max-width: 600px) {
  .portfolio__title {
    font-size: 26px;
  }

  .portfolio__arrow {
    font-size: 36px;
  }

  .portfolio__desc p {
    font-size: 15px;
  }

  .portfolio__price {
    font-size: 20px;
  }
  .portfolio__compare { 
    aspect-ratio: 3 / 2;   
  }
.portfolio__slide { 
    max-width: 84vw;
}

}


.team {
  padding: 40px 0;
}

.team__slider {
  max-width: 1240px;
  margin: 0 auto;
}

.team-card {
  background: #F7F7FA;
  border-radius: 10px;
  box-shadow: 2px 8px 16px #F2F2F2;
  padding: 12px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
      margin-top:25px;
  gap: 12px;
}

.team-card__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto; 
  margin-bottom: 25px;
}

.team-card__badge {
  background: linear-gradient(180deg, #FFA44C 0%, #F88433 100%);
  border-radius: 10px;
  text-align: center;
  padding: 8px;
  color: #fff;
 margin-bottom: 15px;
}

.team-card__name {
  font-size: 15px;
  line-height: 20px;
}

.team-card__role {
  font-size: 16px;
  font-weight: 700;
}

.team-card__text {
  text-align: center;
  font-size: 15px;
  color: #666;
}
.text-bold-team{
    font-weight:bold;
}

.partners {
    padding: 40px 0;
    background: #fff;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.partners__title {
    text-align: center;
    margin-bottom: 50px;

    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #302B2B;
}

/* =========================
   LOGOS
========================= */

.partners__logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 50px;
}

.partners__logo {
    height: 130px;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.partners__logo img {
    max-width: 90%;
    max-height: 90px;
    object-fit: contain;
}

.partners__logo--dark {
    background: #26292B;
}

/* =========================
   BANNER
========================= */

.partners-banner {
    position: relative;
    overflow: hidden;

    border-radius: 20px;
    background: linear-gradient(
        282.67deg,
        #F88433 20.39%,
        #947AE8 82.15%
    );

    padding: 55px 70px;
}

.partners-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.partners-banner__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.partners-banner__text span {
    font-size: 46px;
    font-weight: 700;
    color: #FFA44C;
    text-shadow: 0 4px 4px rgba(0,0,0,.15);
    line-height: 1.1;
}

.partners-banner__text strong {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0,0,0,.15);
    line-height: 1.1;
}

.partners-banner__btn {
    min-width: 234px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #F4F4F4;
    border-radius: 8px;

    text-decoration: none;

    font-size: 16px;
    font-weight: 600;
    color: #302B2B;

    transition: .3s;
}

.partners-banner__btn:hover {
    background: #fff;
}

.partners-banner__badge {
    position: absolute;
    top: 15px;
    right: 50px;

    padding: 12px 20px;

    background: #D82424;
    color: #fff;

    font-size: 14px;
    font-weight: 700;
    text-align: center;

    border-radius: 0 0 6px 6px;

    transform: rotate(5deg);

    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .partners-banner {
        padding: 40px 30px;
    }

    .partners-banner__text span,
    .partners-banner__text strong {
        font-size: 36px;
    }
}
.partners__logos {
    margin-top: 50px;
}

.partners-garants{
    background: url("/assets/images/homenew/garantbests.png") no-repeat;
      width: 140px;
    height: 62px;
    background-size:contain;
    position: absolute;
    right: 0;
}
.partners > .container{
    position:relative;
}
/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
.partners-garants{
display:none;
}
    .partners {
        padding: 30px 0;
    }

    .partners__title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .partners__logos {
        display: block;
        margin-bottom: 30px;
    }

    .partners__logo {
        margin: 0 8px;
    }

    .partners-banner {
        padding: 30px 20px;
    }

    .partners-banner__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .partners-banner__text span {
        font-size: 30px;
    }

    .partners-banner__text strong {
        font-size: 30px;
    }

    .partners-banner__btn {
        width: 100%;
        min-width: auto;
    }

    .partners-banner__badge {
        right: 15px;
        top: 10px;
        font-size: 12px;
        padding: 8px 14px;
    }

   .partners .slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 25px;
    }
}

@media (max-width: 480px) {

    .partners-banner__text span {
        font-size: 24px;
    }

    .partners-banner__text strong {
        font-size: 24px;
    }
}

@media (max-width:600px){

        .window-types__card {
        width: 44vw;
        }
       
}
@media (max-width:500px){

        .window-types__card {
        width: 100%;
                max-width: 300px;
        margin: 0 auto;
        }
        .window-types__panel a{
            width:100%
        }
}

.skv8v .row .mt-10 .btn-yellow {
        display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 52px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s ease;
    background: linear-gradient(180deg, #FFA44C 0%, #F88433 100%);
    color: #FCFDFF !important;
}


.skv8v .row .mt-10 .btn-yellow:hover {
    opacity:0.85 !important;
}
.wrap.wrap-man
{
    display:none !important;
}

   .faq-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 60px 20px;
      gap: 40px;
      background: #ffffff;
      font-family: 'Roboto', sans-serif;
    }

    .faq-section__title {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.18;
      letter-spacing: -1px;
      color: #302b2b;
      text-align: center;
    }

    .faq-section__list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%;
      max-width: 1200px;
    }

    /* ─── Один аккордеон-айтем ─── */
    .faq-item {
      background: #f7f7fa;
      border-radius: 12px;
      overflow: hidden;
    }

    .faq-item__header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 16px 20px;
      cursor: pointer;
      gap: 12px;
      min-height: 64px;
    }

    .faq-item__question {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: -0.5px;
      color: #666666;
      flex: 1;
    }

    /* ─── Кнопка-иконка ─── */
    .faq-item__btn {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 8px;
      background: linear-gradient(180deg, #ffa44c 0%, #f88433 100%);
      border: none;
      cursor: pointer;
      position: relative;
      transition: background 0.2s;
    }

    /* Плюс: горизонтальная + вертикальная полосы */
  .faq-item__btn::before,
.faq-item__btn::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transition: transform 0.25s ease;
}
.faq-item__btn::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-item__btn::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%) rotate(0deg);
}
/* Открыт — крестик: обе полосы поворачиваются на 45° */
.faq-item--open .faq-item__btn {
  background: #777777;
}
.faq-item--open .faq-item__btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq-item--open .faq-item__btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

    /* ─── Тело (скрытое содержимое) ─── */
    .faq-item__body {
      display: none;
      padding: 0 12px 12px;
    }

    .faq-item__inner {
      display: flex;
      flex-direction: row;
      gap: 12px;
      background: transparent;
    }

    /* ─── Блок с ответом ─── */
    .faq-answer {
      flex: 1;
      background: #ffffff;
      border-radius: 12px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .faq-answer__label {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: -0.5px;
      background: linear-gradient(180deg, #ffa44c 0%, #f88433 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .faq-answer__quote-icon {
      display: inline-block;
      width: 28px;
      height: 20px;
      flex-shrink: 0;
      opacity: 0.15;
      /* двойные кавычки SVG */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='[w3.org](http://www.w3.org/2000/svg)' viewBox='0 0 28 20'%3E%3Ctext x='0' y='18' font-size='28' font-family='Georgia' fill='%23888'%3E%E2%80%9C%E2%80%9D%3C/text%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
    }

    .faq-answer__text {
      font-size: 14px;
      line-height: 1.5;
      color: #302b2b;
    }

    /* ─── Карточка специалиста ─── */
    .faq-specialist {
      flex-shrink: 0;
      width: 320px;
      background: #ffffff;
      border-radius: 12px;
      padding: 32px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .faq-specialist__inner {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 12px;
    }

    .faq-specialist__photo {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid #b0b0b0;
      background: #ddd;
      flex-shrink: 0;
    }

    .faq-specialist__info {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .faq-specialist__name {
      font-size: 15px;
      font-weight: 400;
      color: #302b2b;
      letter-spacing: 0.5px;
    }

    .faq-specialist__role {
      font-size: 14px;
      font-weight: 400;
      color: #302b2b;
      letter-spacing: 0.5px;
      line-height: 1.35;
    }

    .faq-specialist__exp {
      font-size: 15px;
      font-weight: 700;
      color: #302b2b;
      letter-spacing: -0.5px;
    }

    /* ─── Адаптив ─── */
    @media (max-width: 900px) {
      .faq-item__inner {
        flex-direction: column;
      }
      .faq-specialist {
        width: 100%;
      }
    }

    @media (max-width: 600px) {
      .faq-section {
        padding: 32px 12px;
        gap: 24px;
      }
      .faq-section__title {
        font-size: 24px;
      }
      .faq-item__question {
        font-size: 16px;
      }
      .faq-specialist__photo {
        width: 72px;
        height: 72px;
      }
    }
    @media (max-width:490px){
        .team-card__role {
    font-size: 12px; 
}

    }


 .showalltips.btn {

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px;
gap: 10px;
  
background: #F4F4F4;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px solid;
color:#666666 !important;
  border: 1px solid #F88433; 
 



}
 .showalltips.btn:hover{
    opacity:0.85;
 }

 .calc-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 24px 20px 32px;
  background: #ffffff;
  border-radius: 14px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ─── Строка с телефоном ─── */
.calc-bottom__phone-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
}

.calc-bottom__phone-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.5px;
  color: #302b2b;
  text-align: center;
}

.calc-bottom__phone-number {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -1px;
  color: #302b2b;
  text-decoration: underline;
  white-space: nowrap;
}

.calc-bottom__phone-number:hover {
  color: #f88433;
}

/* ─── Подсказка ─── */
.calc-bottom__hint {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -1px;
  color: #302b2b;
  text-align: center;
}

/* ─── Кнопка ─── */
.calc-bottom__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  min-width: 234px;
  height: 52px;
  background: linear-gradient(180deg, #ffa44c 0%, #f88433 100%);
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  color: #fcfdff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.calc-bottom__btn:hover {
  opacity: 0.88;color:#fcfdff;
}

/* ─── Адаптив ─── */
@media (max-width: 600px) {
  .calc-bottom__phone-row {
    flex-direction: column;
    gap: 4px;
  }

  .calc-bottom__phone-number {
    font-size: 20px;
  }

  .calc-bottom__hint {
    font-size: 15px;
  }

  .calc-bottom__btn {
    width: 100%;
    min-width: unset;
  }
}


/* ─── Обёртка ─── */
.cta-block {
  position: relative;
  width: 100%;
  background: #f7f7fa;
  overflow: hidden;
  padding: 60px 20px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

/* ─── Центральный контент ─── */
.cta-block__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* ─── Заголовки ─── */
.cta-block__title-red {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -1px;
  color: #d32424;
  text-align: center;
  margin: 0;
}

.cta-block__title-dark {
  font-size: clamp(24px, 3.5vw, 46px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -1px;
  color: #666666;
  text-align: center;
  margin: 0;
}

.cta-block__title-bold {
  font-weight: 700;
  color: #302b2b;
}

/* ─── Форма ─── */
.cta-block__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

/* Убираем дефолтные отступы form-group */
.cta-block__form .form-group {
  margin: 0;
}

/* ─── Инпуты ─── */
.cta-block__input {
  width: 234px;
  height: 52px;
  padding: 10px 16px;
  background: #ffffff;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.5px;
  color: #302b2b;
  outline: none;
  box-sizing: border-box;
  box-shadow: none !important;
  transition: box-shadow 0.2s;
   min-height:52px !important;
}

.cta-block__input::placeholder {
  color: #666666;
}

.cta-block__input:focus {
  box-shadow: 0 0 0 2px rgba(248, 132, 51, 0.4) !important;
  
}

/* ─── Кнопка ─── */
.cta-block__btn {
  width: 234px;
  height: 52px;
  padding: 10px 16px;
  background: linear-gradient(180deg, #ffa44c 0%, #f88433 100%) !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  color: #fcfdff !important;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.cta-block__btn:hover:not(.btn-disabled) {
  opacity: 0.88;
}

.cta-block__btn.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ─── Лоадер (скрыт по умолчанию) ─── */
.cta-block__form .form-loader {
  display: none;
  width: 100%;
  text-align: center;
}

/* ─── Блок «Спасибо» (скрыт по умолчанию) ─── */
.cta-block__form .form-thanks {
  display: none;
  width: 100%;
  text-align: center;
  padding: 12px 0;
}

.cta-block__form .form-thanks .h4 {
  font-size: 20px;
  font-weight: 700;
  color: #302b2b;
  margin-bottom: 6px;
}

.cta-block__form .form-thanks p {
  font-size: 15px;
  color: #666666;
}

/* Скрытый антиспам-honeypot */
.cta-block__form input.hidden {
  display: none !important;
}

/* ════════════════════════════════
   ДЕКОРАТИВНЫЕ ЭЛЕМЕНТЫ
════════════════════════════════ */
.cta-block__deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.cta-block__deco--dots-orange {
  left: -8px;
  top: 10%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, rgba(255,164,76,0.75) 2px, transparent 2px);
  background-size: 14px 14px;
}

.cta-block__deco--dots-purple {
  right: 5%;
  top: 8%;
  width: 6px;
  height: 160px;
  background-image: radial-gradient(circle, #9679f4 2px, transparent 2px);
  background-size: 6px 18px;
  background-repeat: repeat-y;
  transform: rotate(-137deg);
  transform-origin: top center;
}

.cta-block__deco--circle-purple-left {
  left: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid #a289f4;
  opacity: 0.5;
}

.cta-block__deco--circle-purple-right {
  right: 6%;
  top: 4%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #a289f4;
}

.cta-block__deco--circle-outline-sm {
  left: 22%;
  top: 10%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #a289f4;
  opacity: 0.7;
}

.cta-block__deco--line-orange {
  right: 7%;
  top: 20%;
  width: 100px;
  height: 2px;
  background: #ffa44c;
  transform: rotate(-48deg);
  border-radius: 2px;
}

/* ─── Адаптив ─── */
@media (max-width: 640px) {
  .cta-block {
    padding: 40px 16px;
  }

  .cta-block__input,
  .cta-block__btn {
    width: 100%;
  }

  .cta-block__form {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-block__form .form-group {
    width: 100%;
  }
}
