* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro_black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'drukcyr-medium';
    src: url('../fonts/drukcyr-medium.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Gotham Pro', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    height: 100%;
}
h1,h2,h3,h4,h5{
      font-weight: 400;
  font-family: 'drukcyr-medium' , sans-serif;
}
/* базовый контейнер как на мобилке */
.faq{
  background:#fff;
  padding: 50px 0px 50px 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#0b0b0b;
}

.faq__container{
  max-width: 420px;
  margin: 0 auto;
}

.faq__title{
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.4px;
}

/* список */
.faq__list{
  display:flex;
  flex-direction:column;
  gap: 14px;
}

/* item */
.faq__item{
  border-radius: 18px;
}

/* header-row */
.faq__head{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;

  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
@media (hover: none) {
  .card:hover { 
          background: #fff;
          border: 1px solid #d8d8d8;
      
  }
}
/* вопрос слева */
.faq__q{
  font-size: 15px;
  line-height: 1.15;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-family: "Montserrat", sans-serif;
  padding-right: 8px;
  letter-spacing: -3%;
  text-align: left;
}

/* квадрат справа (+ / -) */
.faq__btn{
  width: 25px;
  height: 25px;
  border-radius: 5.58px;
  background:#0b0b0b;
  color:#fff;

  display:grid;
  place-items:center;

  font-size: 13.89px;
  line-height: 1;
  font-weight: 700;

  flex: 0 0 auto;
}

/* ответ */
.faq__body{
  margin-top: 10px;
  padding-right: 58px; /* чтобы текст не залезал под квадрат */
  color:#808080;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  font-weight: 500;
}



.main-title-final{
  font-size: 50px;
}

.promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 25px;
  padding: 24px 28px;
  max-width: 900px;
  color: #fff;
}

.promo-text {
  font-size: 13px;
  font-weight: 500;
 font-family: "Montserrat", sans-serif;
 text-align: left;
 padding-right: 9px;
}

.promo-price {
  background: #ff1f2d;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
   font-family: "Montserrat", sans-serif;

  border-radius: 15px;
}

.main-title-final-1{
  font-family: 'Gotham Pro' , sans-serif;
  font-size: 18px;
}
.faq-white__qtext{
  font-size:22px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.faq-white__a{
  margin:12px 0 0;
  color:#2A2A2A;
  font-size:18px;
  text-align: left;
  line-height:1.75;
  max-width:680px;
}

/* чуть подсветка при открытии (можно убрать) */
.faq-white__item.is-open .faq-white__qtext{
  opacity:1;
}

.faq-white__item.is-open-1 .faq-white__qtext{
  opacity:1;
}
@media (max-width: 480px){
  .faq-white__title{ font-size:34px; }
  .faq-white__qtext{ font-size:20px; }
  .faq-white__a{ font-size:16px; margin-left:38px; }
}


.container {
    display: flex;
    flex-direction: column;

    align-items: center;
    width: 100%;
    max-width: 400px;
    text-align: center;
    height: 100vh;         /* или 100% если он внутри fixed-обёртки */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
      background: #fff;
}
.title{
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 400 !important;
  font-family: 'drukcyr-medium' , sans-serif;
  color: #191919;
}
.subtitle{

}
.content {
    background-color: #fff;
    color: #fff;
    padding: 20px;
    width: 100%;
    height: 100vh;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: url("../img/main.jpg") no-repeat;
    background-size: cover;
    background-position: center center;

}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
.q1-card-label{
  font-family: ;
}
p {
    margin: 10px 0;
    font-size: 14px;
    
}
.u4bar-fill{
  width: 0%;
}
.loading-bar {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    margin: 20px 0;
    border-radius: 50px;
    overflow: hidden;
      position: relative;
}

.progress{
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ff5a6b 0%, #FE152D 45%, #c60f22 100%);
  border-radius: 50px;
  transition: width 0.1s;

}

.image-container {
    margin-top: 20px;
}

.person-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.progress-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: #191919;
  pointer-events: none;
  white-space: nowrap;
}

.question{
  padding: 0px 18px 28px;

  height: 100vh;
}

/* header */
.q1-header{
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 27px;
}

.q1-back{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  color: #191919;
  position: relative;
  display: grid;
  place-items: center;
}

.q1-back:active{
  transform: translateY(1px);
}

.q1-brand{
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 18px;
  color: #191919;
}

.q1-header-spacer{}

/* steps */
.u4bar-wrap{
  --gap: 14px;          /* ширина разрыва */
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #e6e6e6;
  overflow: hidden;

  /* маска делает 4 “окна”, а разрывы вырезает */
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0 calc(25% - (var(--gap) / 2)),
    transparent calc(25% - (var(--gap) / 2)) calc(25% + (var(--gap) / 2)),
    #000 calc(25% + (var(--gap) / 2)) calc(50% - (var(--gap) / 2)),
    transparent calc(50% - (var(--gap) / 2)) calc(50% + (var(--gap) / 2)),
    #000 calc(50% + (var(--gap) / 2)) calc(75% - (var(--gap) / 2)),
    transparent calc(75% - (var(--gap) / 2)) calc(75% + (var(--gap) / 2)),
    #000 calc(75% + (var(--gap) / 2)) 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(
    to right,
    #000 0 calc(25% - (var(--gap) / 2)),
    transparent calc(25% - (var(--gap) / 2)) calc(25% + (var(--gap) / 2)),
    #000 calc(25% + (var(--gap) / 2)) calc(50% - (var(--gap) / 2)),
    transparent calc(50% - (var(--gap) / 2)) calc(50% + (var(--gap) / 2)),
    #000 calc(50% + (var(--gap) / 2)) calc(75% - (var(--gap) / 2)),
    transparent calc(75% - (var(--gap) / 2)) calc(75% + (var(--gap) / 2)),
    #000 calc(75% + (var(--gap) / 2)) 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.u4bar-fill{
  height: 100%;
  background: #191919;     /* один сплошной fill */
  border-radius: 999px;
}



.q1-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 6px 0 18px;
}

.q1-step{
  height: 5px;
  border-radius: 999px;
  background: #e9e9e9;
}

.q1-step.is-active{
  background: #FE152D;
}

.q1-card-label{
font-family: 'Gotham Pro', sans-serif;
}

/* text */
.q1-title{

}

.q1-subtitle{
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.4;
  color: #222;
  max-width: 340px;
}

/* options */
.q1-options{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 6px;
}

.active-card  > .question-style{
  color: #fff !important;
}
.active-card{
     background: #FE152D !important; /* зелёная подсветка как на скрине */
  border-color: transparent !important;
  color: #fff !important;
}
.card:hover{
 background: #FE152D; /* зелёная подсветка как на скрине */
  border-color: transparent;
   
}



/* при hover/active/focus — фон как был + label становится черным */
.card:hover{
  background: #FE152D;
  border-color: transparent;
}

/* главное: меняем цвет текста внутри карточки */
.card:hover .q1-card-label{
  color: #fff;
}
.q1-card{
  border: 1px solid #d8d8d8;
  border-radius: 26px;
  display: flex;
    flex-direction: column;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  text-align: left;
}



.q1-card-inner{
  background: #fff;
  border-radius: 20px;
  height: 150px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.q1-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.q1-card-label{
  margin-top: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #191919;
}

.q1-card-label--dark{
  color: #191919;
}

/* terms */
.q1-terms{
  margin: 18px 0 0;
  font-size: 14px;
  color: #222;
  text-align: center;
}

.q1-link{
  color: #3b35ff;
  text-decoration: underline;
}

/* mobile: если очень узко — можно в колонку */
@media (max-width: 360px){
  .q1-options{ grid-template-columns: 1fr; }
  .q1-title{ font-size: 30px; }
}


/* ========== QUESTION 2 ========== */
.question_2{

 
}

/* header */
.q2-header{
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  margin-bottom: 10px;
}

.q2-back{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  color: #191919;
  display: grid;
  place-items: center;
}

.q2-back:active{

}

.q2-brand{
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 18px;
  color: #191919;
}

.q2-header-spacer{}

/* steps */
.q2-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 6px 0 18px;
}

.q2-step{
  height: 5px;
  border-radius: 999px;
  background: #e9e9e9;
}

.q2-step.is-active{
  background: #191919;
}

/* title */
.q2-title{
 
  text-align: center;
  margin-bottom: 18px;
}

/* hero image */
.q2-hero{
  border-radius: 26px;
  overflow: hidden;
  background: #f2f2f2;
  margin: 0 0 18px;
}

.q2-hero-img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  
}

/* buttons */
.q2-actions{
  display: grid;
  gap: 14px;
}

.q2-btn{
  width: 100%;
  height: 64px;
  border-radius: 26px;
  border: 1px solid #d8d8d8;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  cursor: pointer;
}

.q2-btn.is-selected{
  background: #FE152D;
  border-color: transparent;
}

.q2-btn:hover{
  background: #FE152D;
  border-color: transparent;
  font-weight: 700;
  color: #fff;
}


.top-bar-main{
   width: 100%;
    display: flex;
    padding: 18px 18px 27px;
    flex-direction: column; 
}

.q2-btn:active{
  transform: translateY(1px);
  font-weight: 700;
}

.form-wrapper {
    border: 1px solid #D2D2D2;
    border-radius: 25px;
    padding: 15px;
    width: 100%;
    max-width: 420px;
}

.form-wrapper h2 {
    color: #191919;
    text-align: center;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    color: #94a3b8;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 12px 14px;
    background-color: #F5F5F5;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    font-family: "Montserrat", sans-serif;
    color: #A0A0A0;
    font-size: 15px;
    outline: none;
}

.form-group input:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56,189,248,.2);
}
a , p , span {
font-family: 'Gotham Pro', sans-serif;
}
.checkbox-group {
    margin: 16px 0;
}

.checkbox-group label {
    font-size: 13px;
    color: #191919;
    display: flex;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
}

.checkbox-group input {
    accent-color: #191919;
    width: 25px;
    height: 25px;
    border-radius: 5.58px;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    color: #020617;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.submit-btn:hover {
    box-shadow: 0 10px 20px rgba(56,189,248,.35);
}

.form-note {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

.active-q2{
      outline: none;
  background: #FE152D;
  border-color: transparent;
  font-weight: 700;
  color:#fff;
}
/* mobile tweaks */
@media (max-width: 360px){
  .q2-title{ font-size: 30px; }
  .q2-hero-img{ height: 200px; }
  body{
    height: auto;
  }
}

/* ========== QUESTION 3 ========== */
.question_3{
  padding: 0px 18px 28px;
  background: #fff;
}

/* header */
.q3-header{
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  margin-bottom: 10px;
}

.q3-back{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  color: #191919;
  display: grid;
  place-items: center;
}

.q3-back:active{ transform: translateY(1px); }

.q3-brand{
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 18px;
  color: #191919;
}

.q3-header-spacer{}

/* steps */
.q3-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 6px 0 18px;
}

.q3-step{
  height: 5px;
  border-radius: 999px;
  background: #e9e9e9;
}

.q3-step.is-active{ background: #191919; }

/* title */
.question_3 .title{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  color: #191919;
  text-align: center;
}

/* paragraphs (без классов) */
.question_3 p{
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
   font-size: 13px;
}
.check-tile{
  width: 25px;
  height: 25px;
  background: #ff1a2b;
  border-radius: 5.58px;

  display: grid;
  place-items: center;

}

.check-tile__icon{
  width: 13.89px;
  height: 13.89px;
}

.check-tile__icon path{
  stroke: #fff;
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* hero image */
.q3-hero{
  margin: 18px 0 18px;
  border-radius: 26px;
  overflow: hidden;
  background: #f2f2f2;
}

.q3-hero-img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* CTA */
.q3-cta{
  width: 100%;
  height: 78px;
  border-radius: 28px;
  border: 0;
  background: #FE152D;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.q3-cta:active{
  transform: translateY(1px);
}

.q3-cta:focus,
.q3-cta:focus-visible{
  outline: none;
}

/* small screens */
@media (max-width: 360px){
  .question_3 .title{ font-size: 30px; }
  .q3-hero-img{ height: 210px; }
  .q3-cta{ height: 72px; }
}


.progress-item {
  margin-bottom: 18px;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background: #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ff5a6b 0%, #FE152D 45%, #c60f22 100%);
  border-radius: 20px;
  transition: width 0.3s linear;
}
.padding-27{
  padding-bottom: 27px;
}
.main-title-final-1 {
 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
font-size: 15px;
  font-style: normal;
  color: #808080;
  
  margin: 0;
}
.main-title-final-1 b{
 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #000;
  font-style: normal;
  
}


.benefits{

  padding: 50px 0px 50px 0;
  display:flex;
  justify-content:center;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.benefits__wrap{
  width:100%;
 
}

.benefits__title{
  margin: 0 0 14px;
  color:#000;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -.4px;
}

/* пункт с галкой */
.benefits__item{
  position: relative;
  padding-left: 40px; /* место под галку */
  margin: 14px 0 21px;
}

.benefits__check{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 25px;
height: 25px;
background: #ff1a2b;
border-radius: 5.58px;
display: grid;
place-items: center;
}

.benefits__check svg{ width: 13.8px; height: 13.8px; }
.benefits__check path{
  stroke:#fff;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefits__text{
  margin:0;
  color:#000;
  font-size: 15.5px;
  text-align: left;
  line-height: 1.35;
  font-weight: 500;
}

/* 2x2 сетка */
.benefits__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 10px 0 16px;
}
.reviews img{
  width: 100%;
}
.benefits__tile{
  width:100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

/* центральный постер */
.benefits__poster{
  display:flex;
  justify-content:center;
  margin: 10px 0 16px;
}

.benefits__posterImg{
  width: 100%;
  height: auto;
  padding-left: 41px;
    padding-right: 41px;
  border-radius: 10px;
  display:block;
  background:#fff;
}

/* CTA */
.benefits__cta{
  margin-top: 8px;
  width:100%;
  height: 64px;
  border:0;
  border-radius: 25px;
  background:#ff1a2b;
  font-family: "Montserrat", sans-serif;
  color:#fff;
  font-size: 18px;
  font-weight: 600;
  cursor:pointer;
}

@media (max-width: 360px){
  .benefits__title{ font-size: 32px; }
  .benefits__text{ font-size: 14.5px; }
}

.main-form-g{
  margin: 0;
   font-family: "Montserrat", sans-serif;
   font-weight: 600 !important;
   font-size: 15px;
}