/* =================================== */
/* =================================== */
/* =================================== */
/* Danylo Oliinyk - https://iamdev.lol/ */
/* =====Marz 2026 For Statoplan =====*/
/* =================================== */
/* =================================== */
/* =================================== */
/* 01. Header Section */
/* 02. Hero Section */
/* 03. Philosophy Section */
/* 04. Advanced Section */
/* 05. About Section */
/* 06. Change Section */
/* 07. Arc Section */
/* 08. Wo Section */
/* 09. Register Section */
/* 10. B2B Section */
/* 11. Program Section */
/* 12. Take Section */
/* 13. Speaker Section */
/* 15. True Section */
/* 16. Faq Section */
/* 17. Promo Section */
/* 18. Exp Section */
/* 19. Footer Section */
/* 20. Pop-UP-s ind General CSS Styles Section */
/* =================================== */
/* =================================== */
/* =================================== */
/* =================================== */
/* =================================== */
/* =================================== */






/* 01. Header Section Start */
.hero{
    position: relative;
}

.header__wrap{
    display: flex;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

/* .header__wrap-col1, .header__wrap-col2{
    flex: 1;
} */

.header__wrap-col2{
  display: flex;

  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.header__wrap-col1-ul {
    gap: 50px;
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: center;
}

.header__link{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    text-decoration: none;
}

header {
    position: fixed;   /* закрепляет элемент */
    top: 0;            /* привязка к верхней границе окна */
    left: 0;
    width: 100%;       /* растягиваем на всю ширину окна */
    z-index: 1000;     /* поверх всех остальных элементов */
    background-color: #ffffff00; /* чтобы не было прозрачности, если хедер перекрывает контент */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */ /* легкая тень для отделения от контента */
    padding-top: 20px;
}

.btn{
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;

    border-radius: 10.91px;
    background: #FFF;
    box-shadow: 0 10px 16px -10px rgba(255, 255, 255, 0.06) inset, 0 8px 8px 0 rgba(0, 7, 31, 0.06), 0 4px 4px 0 rgba(0, 7, 31, 0.06), 0 2px 2px 0 rgba(0, 7, 31, 0.06), 0 0 1px 0 rgba(0, 7, 31, 0.32), 0 -2px 1px 0 rgba(0, 7, 31, 0.24) inset, 0 1px 1px 0 rgba(205, 231, 250, 0.08) inset;
    
    color: #001F3D;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
}

.btn:hover{
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.btn:active{
  transform: scale(0.98);
}
@media (prefers-reduced-motion: reduce){
  .btn{ transition: none; }
}

.acc-btn{
    background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%) !important;
    color: #000 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 40px 0 rgba(239, 210, 165, 0.30), 0 4px 0 0 #8A6525, 0 0 10px 0 #FFF inset;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    border: none !important;


    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}

/* Иконка бургера */
.burger-icon {
    display: none; 
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 30px;
    cursor: pointer;
}

.burger-line {
    background: radial-gradient(296.42% 50.73% at 50% 50%, #DBAF64 0%, #90661C 48%, #C19241 100%);
    height: 4px;
    width: 100%;
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .burger-icon {
        display: flex; 
    }

    .header__wrap-col1-ul {
        display: none; 
        flex-direction: column;
        gap: 16px;
        width: 91%;
        background-color: rgb(8 8 8 / 96%);
        position: absolute;
        border-radius: 16px;
        top: 60px;
        left: 0;
        padding: 16px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .header__link {
        font-size: 18px;
        text-align: center;
    }

    .header__wrap-col1-ul.active {
        display: flex; 
    }
}

.header__link {
    position: relative;
    text-decoration: none; 
    color: #FFF;
    transition: color 0.3s ease;
}

.header__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* отступ линии от текста */
    width: 0;
    height: 2px; /* толщина линии */
    background-color: #E2BA78; /* цвет подчеркивания */
    transition: width 0.3s ease;
}

.header__link:hover::after {
    width: 100%; /* при наведении линия растягивается */
}

.header__wrap {
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(2.5px);
}
/* 01. Header Section End */

/* 02. Hero Section Start */
.hero{
  position: relative;
  padding-top: 200px;
  padding-bottom: 160px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/bg-large.webp") center center / cover no-repeat;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

.hero__wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 5;
}

.hero__wrap-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.hero__wrap-uptitle{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 350% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1{
  text-align: center;
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 80px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

h2{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 70px; /* 140% */
}

.hero__wrap-subtitle{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 29.7px */
  padding-top: 20px;
}

.hero__wrap-subtitle span{
  font-weight: 700;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
 
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .hero__wrap-uptitle{
    font-size: 14px;
    line-height: normal;
  }
  h1{
    padding-top: 10px;
    font-size: 52px;
  }
  h2{
    font-size: 30px;
  }
  .hero__wrap-subtitle{
    font-size: 14px;
  }
}
/* 02. Hero Section End */

/* 03. Philosophy Section Start */
.philosophy{
  padding-top: 40px;
  padding-bottom: 65px;
}

.philosophy__wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.philosophy__header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

.philosophy-text-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.philosophy__title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.philosophy__subtitle{
  color: #A4A7AE;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.philosophy__subtitle span{
  color: var(--white, #FFF);
}

.philosophy__take{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 160% */
}

.philosophy__cards-wrap{
  display: flex;
  align-items: center;
  gap: 23px;
  align-self: stretch;
}

.philosophy__card{
  display: flex;
  height: 113px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.philosophy__card-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.philosophy__card-title{
  font-family: var(--font-accent);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 145%; /* 43.5px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.philosophy__card-subtitle{
  color: #A4A7AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
}

.philosophy__card-acc{
  border-radius: 20px;
  border: 1px solid #EFD193;
  background: linear-gradient(100deg, rgba(239, 209, 147, 0.10) 0%, rgba(252, 247, 226, 0.10) 54.17%, rgba(251, 225, 177, 0.10) 99.48%), #0C0E12;
}

.philosophy__card-acc .philosophy__card-title {
    font-family: var(--font-accent);
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 115%;
    background: linear-gradient(100deg, #ffffff 0%, #ffffff 54.17%, #ffffff 99.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.philosophy__card-acc .philosophy__card-subtitle{
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
}

.philosophy__card-xl{
  width: 372px;
}

.hero {
  position: relative;
  overflow: hidden; /* чтобы псевдо не вылезал */
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to bottom,
    rgba(12, 14, 18, 0) 0%,
    #0C0E12 100%
  );

  pointer-events: none;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
 .philosophy__cards-wrap{
  flex-direction: column;
 }
 .philosophy__card{
  width: auto;
  align-self: stretch;
 }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
 .philosophy__cards-wrap{
  flex-direction: column;
 }
 .philosophy__card{
  width: auto;
  align-self: stretch;
 }
 .hero{
  padding-bottom: 60px;
 }
}
/* 03. Philosophy Section End */

/* 04. Advanced Section Start */
.advanced{
  padding-top: 65px;
  padding-bottom: 75px;
}

.advanced__wrap{
  display: flex;
  gap: 70px;
  justify-content: center;
}

.advanced__col-left{
  margin-top: 124px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 402px;
  height: 508px;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url(../img/advanced.avif) lightgray 50% / cover no-repeat;
}

.advanced__col-left-text{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.advanced__col-left-title{
  text-align: center;
  font-family: var(--font-accent);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 64px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advanced__col-left-subtitle{
  color: var(--white, #FFF);
  font-family: var(--font-accent);
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 70px; /* 140% */
}

.advanced__col-right{
  display: flex;
  flex-direction: column;
  gap: 260px;
}

.advanced__col-right-up{
  display: flex;
  width: 455px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.advanced__col-right-up-item{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.advanced__col-right-bottom{
  width: 416px;
}

.advanced__col-right-bottom p{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.advanced__col-right-up-title{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.advansed__main-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 129px;
}

.advansed__cards-wrap{
  display: flex;
  align-items: center;
  gap: 20px;
}

.advansed__card{
  display: flex;
  flex: 1 0 0;
  height: 220px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.advansed__card-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
  align-self: stretch;
}

.advansed__card-ico{
  display: flex;
  padding: 12.252px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.084px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.advansed__card-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.advansed__card-title{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advansed__card-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.advansed__card-subtitle span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .advanced__wrap{
    flex-direction: column-reverse;
  }
  .advansed__card{
    width: auto;
    align-self: stretch;
  }
  .advanced__col-left{
    width: auto;
    margin-top: 0;
  }
  .advanced__col-left-title{
    text-align: start;
  }
  .advanced__col-right-up, .advanced__col-right-bottom{
    width: auto;
  }
  .advanced__col-right{
    gap: 25px;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .advanced {
    padding-top: 0;
  }

  .advanced__wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  /* "распаковываем" правую колонку */
  .advanced__col-right {
    display: contents;
  }

  /* задаем порядок */
  .advanced__col-right-up {
    order: 1;
    width: auto;
  }

  .advanced__col-left {
    order: 2;
    width: auto;
    margin-top: 0;
  }

  .advanced__col-right-bottom {
    order: 3;
    width: auto;
  }

  .advanced__col-left-title {
    font-size: 50px;
    text-align: center;
  }

  .advanced__col-left-subtitle {
    font-size: 25px;
    text-align: center;
    line-height: 130%;
  }

  .advanced__col-left-text {
    align-items: center;
  }

  .advansed__cards-wrap {
    flex-direction: column;
  }

  .advansed__main-wrap {
    gap: 60px;
  }
}
/* 04. Advanced Section End */

/* 05. About Section Start */
.about{
  padding-top: 75px;
  padding-bottom: 80px;
}

.about__wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about__wrap-up, .about__wrap-bottom{
  display: flex;
  gap: 64px;
  justify-content: center;
}

.about__wrap-up-left{
  width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.about__wrap-up-title{
  color: var(--white, #FFF);
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.about__wrap-up-subtitle{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.about__wrap-up-descr{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.about__wrap-up-subtitle span{
  color: #E2BA78;
}

.about__wrap-up-descr span{
  color: var(--white, #FFF);
}

.about__wrap-up-right{
  width: 426px;
  height: 562px;
  border-radius: 20px;
  background: url(../img/about.avif) lightgray 50% / cover no-repeat;
}

.about__wrap-bottom-col-left{
  display: flex;
  width: 453px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.about__wrap-bottom-col-left-title{
  color: var(--white, #FFF);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 36.25px */
}

.about__wrap-bottom-col-left-title span{
      background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  text-transform: uppercase;
}

.about__wrap-bottom-col-left-subtitle{
  color: #A4A7AE;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 33px */
}

.about__wrap-bottom-col-left-subtitle span{
  color: var(--white, #FFF);
}

.about__wrap-bottom-col-right{
  margin-top: 28px;
  display: flex;
  width: 426px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.about__wrap-bottom-col-right-title{
  color: var(--white, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 33px */
}

.about__wrap-bottom-col-right-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.about__wrap-bottom-col-right-subtitle span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.about__wrap-bottom-col-right-descr{
  color: var(--white, #FFF);
  font-family: var(--font-accent);
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 135%; /* 33.75px */
}
.about__wrap-bottom-col-left {
  align-self: flex-start;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
.about__wrap-up, .about__wrap-bottom{
  flex-direction: column;
}
.about__wrap-up-left, .about__wrap-bottom-col-left{
  width: auto;
}
.about__wrap-up-right, .about__wrap-bottom-col-right{
  width: auto;
}
.about__wrap-up, .about__wrap-bottom{
  gap: 35px;
}
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
.about{
  padding-top: 0;
}
.about__wrap-up-title{
  font-size: 30px;
}
}
/* 05. About Section End */

/* 06. Change Section Start */
.change{
  padding-top: 75px;
  padding-bottom: 120px;
}

.change__main-wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.change__title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.change__wrap{
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  width: auto;
}

.change__col-left{
  display: flex;
  flex-direction: column;
  gap: 190px;
  align-items: start;
}

.change__col-item{
  display: flex;
  gap: 22px;
}

.change__col-item-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.change__col-item-content-uptitle{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 24.75px */
  text-decoration: line-through;
}

.change__col-item-content-text{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.change__col-item-content-title{
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 145%; /* 36.25px */
}

.change__col-item-content-subtitle{
  color: #A4A7AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
}

.change__col-item-ico{
  margin-top: 40px;
}

.content-subtitle-r{
  width: 272px;
}

.change__col-right{
  margin-top: 60px;
}

.change__ring,
.change__brain,
.change__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.change__ring {
  z-index: 1;
}

.change__brain {
  z-index: 2;
}

.change__text {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

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

.change__text-up-title{
  padding-right: 14px;
  color: var(--white, #FFF);
  font-size: 19.048px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 31.429px */
  text-decoration: line-through;
}

.change__text-up-sub{
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 36.25px */
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.change__text-down{
  display: flex;
 /*  width: 369px; */
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #EFD193;
  background: linear-gradient(100deg, rgba(239, 209, 147, 0.05) 0%, rgba(252, 247, 226, 0.05) 54.17%, rgba(251, 225, 177, 0.05) 99.48%), #0C0E12;
}

.change__text-down p{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
}

.change__ring{
  width: 564px;
  height: 564px;
  border-radius: 564px;
  /* border: 1px solid #E2BA78; */
}

.change__ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;

  background: conic-gradient(
  from -45deg, /* ← сдвиг влево */

  /* разрыв */
  rgba(226,186,120,0) 0deg,
  rgba(226,186,120,0) 70deg,

  /* вход */
  rgba(226,186,120,0.2) 100deg,
  #E2BA78 180deg,

  /* дуга */
  #E2BA78 320deg,

  /* выход */
  rgba(226,186,120,0.2) 340deg,
  rgba(226,186,120,0) 390deg
);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.change__ring-dot{
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
  box-shadow: 0 10px 40px 0 rgba(239, 210, 165, 0.87), 0 0 10px 0 #FFF inset, 1px 2px 0 0 #8A6525;
  position: absolute;
}

.ring-dot-1 {
    top: 120px;
    left: 35px;
}

.ring-dot-2 {
    top: 400px;
    left: 20px;
}

.ring-dot-3 {
    top: 120px;
    left: 35px;
}

.ring-dot-3 {
    top: 90px;
    left: 490px;
}

.change__brain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 602px;
  height: 402px;
  background-image: url('../img/brain.avif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.change__text {
  transform: translate(-50%, 50%);
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .change__brain, .change__ring {
    filter: blur(6px);
    z-index: -10;
  }
  .change__text {
    transform: translate(-50%, 500%);
  }
  .change__text-up{
    display: none;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .change__wrap{
    flex-direction: column;
  }
  .change__col-left{
    gap: 40px;
  }
  .change__col-right {
    margin-top: 40px;
  }
  .change{
    padding-top: 0;
  }
  @media (max-width: 768px) {
  .change__brain,
  .change__ring {
    filter: blur(6px) opacity(0.1);
    z-index: -10;
  }
}
  .change__col-item-content-subtitle{
    color: #FFF;
  }
  .change__text {
    transform: translate(-50%, 850%);
    width: 100%;
  }
}
/* 06. Change Section End */

/* 07. Arc Section Start */
.arc{
  padding-top: 120px;
  padding-bottom: 75px;
}

.arc__wrap{
  display: flex;
  gap: 12px;
}

.arc__col-left {
  display: flex;
  align-items: start;
  justify-content: center;
}

.arc__col-left p {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.96px;

  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.arc__col-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.arc__col-right-wrap{
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.arc__col-right-up{
  display: flex;
  gap: 17px;
}

.arc__col-right-up p{
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 28.75px */
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.arc__item{
  display: flex;
  flex: 1 0 0;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.arc__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.arc__item-ico{
  display: flex;
  /* padding: 12.252px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.084px;
  border-radius: 10px;
  border: 1px solid #22262F;
  background: #0C0E12;
  width: 63px;
  height: 63px;
}

.arc__item-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.arc__item-title{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.arc__item-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 24.75px */
}

.arc__item-subtitle span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

.arc__item-unter{
  align-self: end;
    display: flex;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 21.75px */
    background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right-up-last{
  margin-top: 48px;
}

.arc__col-promo{
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 24.75px */
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {

}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .arc__col-right-wrap, .arc__wrap{
    flex-direction: column;
  }
  .right-up-last{
    margin-top: 0;
  }
  .arc__col-left p{
    transform: none;
    writing-mode: horizontal-tb;
    font-size: 25px;
  }
  .arc__col-right-up p{
    font-size: 18px;
  }
}
/* 07. Arc Section End */


/* 08. Wo Section Start */
.wo{
  padding-top: 75px;
  padding-bottom: 75px;
}

.wo__wrap{
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.wo__col{
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;

}

.wo__col-title{
  color: var(--white, #FFF);
  font-family: var(--font-accent);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 40.25px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.wo__col-content{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-left: 112px;
}

.wo__col-item{
  display: flex;
  gap: 22px;
}
.wo__col-item-title{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  width: 300px;
}

.wo__col-item-title span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 24.75px */
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .wo__wrap{
    flex-direction: column;
  }
  .wo__col-item-title{
    width: auto;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
.wo__col-content{
  margin: 0;
}
.wo{
  padding-top: 0;
}
}
/* 08. Wo Section End */

/* 09. Register Section Start */
.register{
  padding-top: 75px;
  padding-bottom: 75px;
}

.register__main-wrap{
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.register__header{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.register__header-uptitle{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 70px; /* 233.333% */
}

.register__header-title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.register__header-title span{
    background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.register__header-descr{
  color: #A4A7AE;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.register__header-descr span{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

.register__wrap{
  display: flex;
  gap: 75px;
  justify-content: center;
}

.register-col-wra-p{
  display: flex;
  gap: 55px;
  width: 430px;
}

.register__col{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.register__col-header{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.register__col-header-date{
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
  letter-spacing: 2.8px;
}

.register__col-header-wrap{
  display: flex;
  gap: 35px;
}

.register__col-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.register__col-content-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.register__col-content-text-title{
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 36.25px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.register__col-content-text-wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.register__col-content-text-item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.register__col-content-text-item-ico{
  color: var(--white, #FFF);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 49.5px */
  width: 22px;
}

.register__col-content-text-item-title{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
  width: 300px;
}

.register__col-content-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.register__col-content-price-uptitle{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 33px */
}

.register__col-content-price-title{
  color: #A4A7AE;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
  text-decoration-line: line-through;
}

.register__col-content-price-subtitle{
  text-align: center;
  font-family: var(--font-accent);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 45px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.register__col-content-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: stretch;
}

.register__col-content-btn p{
  color: #A4A7AE;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
  display: flex;
  align-items: center;
}

.register__col-content-text-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.register__col-content-promo{
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.register__col-content-promo-title{
  font-family: var(--font-accent);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 115%; /* 34.5px */
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.register__col-content-promo-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.btn-width{
  width: auto;
}

.register-col-element{
  margin-top: 43px;
  position: relative;
}

.register-col-element-dot{
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%);
  box-shadow: 0 10px 40px 0 rgba(239, 210, 165, 0.87), 0 0 10px 0 #FFF inset, 1px 2px 0 0 #8A6525;
  position: absolute;
}

.element-dot-1{
  left: -9px;
  top: 60px;
}

.element-dot-2{
  left: -9px;
  top: 70px;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .register__wrap{
    flex-direction: column;
  }
  .register-col-wra-p{
    width: 100%;
  }
  .register-col-element{
    display: none;
  }
  .register__col{
    width: 100%;
    align-items: center;
  }
  .register__col-header{
    width: 100%;
  }
  .register__col-header-wrap{
    justify-content: space-between;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .register__col-header-wrap{
    gap: 0;
  }
  .register__header-title{
    font-size: 35px;
  }
  .register__header-uptitle{
    font-size: 20px;
  }
  .register{
    padding-top: 0;
  }
  .btn-width{
    width: auto;
  }
}
/* 09. Register Section End */

/* 10. B2B Section Start */
.b2b{
  padding-top: 75px;
  padding-bottom: 75px;
}

.b2b__wrap{
  height: 500px;
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(../img/b2b.avif) lightgray 50% / cover no-repeat;
}

.b2b__title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.b2b__subtitle{
  color: #A4A7AE;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.b2b__descr{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.b2b__promo{
  font-family: var(--font-accent);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 115%; /* 34.5px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .b2b__wrap{
    height: auto;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .b2b__wrap{
    padding: 40px 20px;
  }
  .b2b{
    padding-top: 0;
  }
}
/* 10. B2B Section End */

/* 11. Program Section Start */
.program{
  padding-top: 75px;
  padding-bottom: 75px;
}

.program__wrap{
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.program__header{
  display: flex;
  align-items: center;
  padding-top: 70px;
}

.program__header-item{
  display: flex;
  width: 63px;
  height: 63px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.084px;
  border-radius: 10px;
  border: 1px solid #E2BA78;
  background: #0C0E12;

  color: var(--white, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.program__head-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.program__head-title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.program__head-subtitle{
  color: #A4A7AE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.program__head-subtitle span{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 29.7px */
}

.program__day-wrap{
  display: flex;
  gap: 51px;
}

.program__day{
  display: flex;
  width: 350px;
  height: 900px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.program__day-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.program__day-content-up{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.program__day-content-up-uptitle{
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
  letter-spacing: 2.8px;
}

.program__day-content-up-title{
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 36.25px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.program__day-content-up-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.program__day-content-up-subtitle span{
  color: #FFF;
}

.program__day-content-bottom{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.program__day-content-bottom-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.program__day-content-bottom-subtitle span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

.program__day-content-bottom-title{
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
}

.program__day-bottom{
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.program__day-bottom-title{
  font-family: var(--font-accent);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 115%; /* 34.5px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.program__day-bottom-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .program__day{
    height: auto;
    gap: 40px;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .program__day-wrap{
    flex-direction: column;
  }
  .program__header{
    display: none;
  }
  .program{
    padding-top: 0;
  }
  .program__day{
    width: auto;
  }
  .program__head-title{
    font-size: 35px;
  }
  .program__head-subtitle{
    text-align: center;
  }
}
/* 11. Program Section End */

/* 11.1 Schedule Section Start */
.schedule{
  padding-top: 75px;
  padding-bottom: 75px;
}

.schedule__wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.schedule__title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.schedule__cards-wrap{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
}

.schedule__card{
  display: flex;
  max-width: 274px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid rgb(118 118 118 / 81%);
  background: #0C0E12;
}

.schedule__card-acc{
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #0C0E12;
}

.schedule__card-item{
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.schedule__card-item-title{
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.schedule__card-item-subtitle{
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 21.75px */
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .schedule__cards-wrap{
    flex-wrap: wrap;
  }
  .schedule__card-acc{
    width: 100%;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .schedule__title{
    font-size: 35px;
  }
  .schedule{
    padding-top: 0;
  }
  .schedule__card{
    width: 100%;
    align-items: center;
  }
}
/* 11.1 Schedule Section End */

/* 12. Take Section Start */
.take{
  padding-top: 75px;
  padding-bottom: 75px;
}

.take__main{
  padding-left: 98px;
  padding-right: 98px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.take__head-wrap{
  display: flex;
  justify-content: space-between;
}

.take__head-title{
  display: flex;
  align-self: flex-end;
}

.take__head-ico {
    width: 504px;
    height: 501px;
    border-radius: 20px;
    background: url(../img/take.jpg) lightgray 50% / cover no-repeat;

    filter: grayscale(100%) contrast(110%) brightness(90%);
}

.take__head-title{
  width: 266px;

  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.take__center-wrap{
  display: flex;
  gap: 60px;
}

.take__center-left-col{
  width: 392px;
  display: flex;
  gap: 42px;
  flex-direction: column;
}

.take__center-right-col{
  display: flex;
  width: 444px;
  padding: 40px 30px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #EFD193;
  background: #0C0E12;
}

.take__center-left-col-title{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.take__center-left-col-title span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

.take__center-right-col-title{
  color: var(--white, #FFF);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 36.25px */
}

.take__center-right-col-footer{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  text-decoration: underline;
}

.take__center-right-col-subtitle{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.take__center-right-col-subtitle span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 24.75px */
}

.take__center-left-col-promo{
  color: var(--white, #FFF);
  font-family: var(--font-accent);
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 135%; /* 33.75px */
}

.take__center-left-col-promo span{
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.take__footer-wrap{
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 15px;
}

.take__footer-title{
  display: flex;
  align-self: flex-start;
  text-align: start;
  font-family: var(--font-accent);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 64px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.take__footer-subtitle{
  display: flex;
  align-self: flex-end;
  width: 552px;
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
}

.take__footer-btn-group{
  display: flex;
  align-self: center;
  width: 344px;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .take__main{
    padding: 0;
  }
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .take__head-ico{
    display: none;
  }
  .take__head-title{
    width: auto;
    font-size: 35px;
  }
  .take{
    padding-top: 0;
  }
  .take__center-wrap{
    flex-direction: column;
  }
  .take__main{
    gap: 20px;
  }
  .take__center-left-col{
    width: auto;
  }
  .take__center-right-col{
    width: auto;
  }
  .take__footer-title{
    font-size: 45px;
    align-self: center;
  }
  .take__footer-subtitle{
    font-size: 16px;
    align-self: center;
    width: auto;
  }
  .take__footer-btn-group{
    width: auto;
  }
}
/* 12. Take Section End */

/* 13. Speaker Section Start */
.speaker{
  padding-top: 75px;
  padding-bottom: 0px;
}

.speaker__wrap-main{
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.speaker__wrap{
  display: flex;
  gap: 24px;
}

.speaker__title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.speaker__item{
  display: flex;
  width: 370px;
  flex-direction: column;
  align-items: center;
  gap: 47px;
}

.speaker__ico{
  height: 451px;
  /* width: 370px; */
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: url(<path-to-image>) lightgray -82.743px -93.289px / 160.931% 198.017% no-repeat;
}

.speaker__item-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
}

.speaker__item-content-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.speaker__item-content-title{
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 36.25px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.speaker__item-content-subtitle{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.speaker__item-content-descr{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.speaker__ico-1{
  background-image: url(https://stratoplan-school.com/archive/foundation/img/coaches/coach-1.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
  background-repeat: no-repeat, no-repeat;
  background-position-x: -80px, 0px;
  background-position-y: -90px, 00px;
  background-size: 170%;
}

.speaker__ico-2{
  background-image: url(https://stratoplan-school.com/archive/foundation/img/coaches/coach-2.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
  background-repeat: no-repeat, no-repeat;
  background-position-x: -30px, 0px;
  background-position-y: -55px, 00px;
  background-size: 120%;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {

}

/* mobile (<= 768px) */
@media (max-width: 768px) {
.speaker__wrap{
  flex-direction: column;
  gap: 70px;
}
.speaker{
  padding-top: 0;
}
}
/* 13. Speaker Section End */

/* 14. True Section Start */
.true{
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.true::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg-large.webp) center center / cover no-repeat;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

.true::after {
    content: "";
    position: absolute;
    inset: 0;

    background: 
        /* верхний градиент */
        linear-gradient(
            to bottom,
            #0C0E12 0%,
            rgba(12, 14, 18, 0) 30%
        ),
        /* нижний градиент */
        linear-gradient(
            to top,
            #0C0E12 0%,
            rgba(12, 14, 18, 0) 30%
        );

    pointer-events: none;
    z-index: 1;
}

.true__wrap{
  z-index: 10;
  position: relative;
}

.true__wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 27px;
  align-items: center;
}

.true__title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.true__text-wrap{
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.true__text-title{
  color: #A4A7AE;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.true__text-title span{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

.true__text-subtitle{
  text-align: center;
  font-family: var(--font-accent);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 115%; /* 34.5px */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.true__text-descr{
  color: #A4A7AE;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.true__text-bottom{
  color: var(--white, #FFF);
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
  padding-top: 20px;
  display: flex;
  align-self: flex-end;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {

}

/* mobile (<= 768px) */
@media (max-width: 768px) {
.true__text-wrap{
  width: auto;
}
.true{
  padding-top: 75px;
  padding-bottom: 75px;
}
}
/* 14. True Section End */

/* 15. FAQ Section Start */
.faq{
  padding-bottom: 75px;
}

.faq__wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.faq__title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

.faq__items-wrap{
  display: flex;
  width: 702px;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.faq__item{
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 47px;
  justify-content: space-between;
  text-decoration: none;
}

/* .faq__item-div{
  display: flex;
  justify-content: center;
  align-items: center;
} */

.faq__item-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.faq__item-header{
  color: #F5F5F5;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 186.667% */
}

.faq__item-content{
  color: #A4A7AE;
  display: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.faq__item-content-content{
  display: block;
}

.faq__item-right svg {
    transition: transform 0.3s ease;
}

.faq__item-icon-active {
    transform: rotate(180deg);
}

.faq__item-content-active{
  display: block;
}


/* tablets (<= 1024px) */
@media (max-width: 1024px) {
.true__text-wrap{
  width: 680px;
}
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
.true__text-wrap{
  width: auto;
}
.true{
  padding-top: 75px;
  padding-bottom: 75px;
}
.faq__items-wrap{
  width: auto;
}
.faq__item{
  width: auto;
}
}

@media (max-width: 768px) {
    .faq__item-div svg {
        width: 80%; /* или 90% / 70% */
        margin: 0 auto;
        display: block;
    }
}
/* 15. FAQ Section End */

/* 16. Promo Section Strat */
.promo{
  padding-top: 75px;
  padding-bottom: 75px;
}

.promo__wrap{
  display: flex;
  justify-content: center;
  gap: 70px;
  position: relative;
}

.promo__left{
  width: 402px;
  height: 600px;
  border-radius: 20px;
  background: radial-gradient(48.9% 52.86% at 42.54% 61.71%, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(../img/promo.avif) lightgray -577.522px -160.094px / 287.278% 128.333% no-repeat;
}

.promo__right{
  width: 393px;
  margin-top: 140px;
}

.promo__right p{
  color: #A4A7AE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.promo__text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.promo__title{
  text-align: center;
  font-family: var(--font-accent);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* tablets (<= 1024px) */
@media (max-width: 1024px) {
  .promo__right {
    width: 393px;
    margin-top: 50px;
}
}

/* mobile (<= 768px) */
@media (max-width: 768px) {
  .promo__wrap{
    flex-direction: column-reverse;
  }
  .promo__left{
    width: auto;
  }
  .promo__title{
    font-size: 52px;
  }
  .promo__text{
  top: 60%;
  }
  .promo__right{
    width: auto;
    margin-top: 0;
  }
  .promo__wrap{
    gap: 20px;
  }
  .promo{
    padding-top: 0;
  }
}
/* 16. Promo Section End */

/* 17. Exp Section Start */
.exp{
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.exp__main-wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.exp__header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.exp__header-title{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.96px;
}

.exp__header-subtitle{
  color: #A4A7AE;
  text-align: center;
  width: 968px;
  max-width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.exp__cards-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.exp__card{
  display: flex;
  flex: 1 0 0;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #22262F;
  background: #0C0E12;
}

.exp__card-title{
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.exp__card-subtitle{
  color: var(--white, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

/* clients */
.clients{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  margin-top: 50px;
}

.clients__wrap{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.clients__marquee{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.clients__track{
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  will-change: transform;
}

.clients__marquee--left .clients__track{
  animation: clientsMarqueeLeft var(--clients-duration, 90s) linear infinite;
}

.clients__marquee--right .clients__track{
  animation: clientsMarqueeRight var(--clients-duration, 90s) linear infinite;
}

.clients__item{
  flex: 0 0 auto;
  display: flex;
  width: 200px;
  height: 90px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #D9DDE5;
  background: #F5F5F5;
}

.clients__placeholder{
  color: #7D8594;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.clients__item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes clientsMarqueeLeft{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(calc(-1 * var(--loop-width, 0px)));
  }
}

@keyframes clientsMarqueeRight{
  from{
    transform: translateX(calc(-1 * var(--loop-width, 0px)));
  }
  to{
    transform: translateX(0);
  }
}

/* мягкие маски по краям, чтобы красиво обрезалось */
.clients__marquee::before,
.clients__marquee::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.clients__marquee::before{
  left: 0;
  background: linear-gradient(to right, #05080E 0%, rgba(5, 8, 14, 0) 100%);
}

.clients__marquee::after{
  right: 0;
  background: linear-gradient(to left, #05080E 0%, rgba(5, 8, 14, 0) 100%);
}

/* tablet */
@media (max-width: 1024px){
  .exp{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .exp__main-wrap{
    gap: 40px;
  }

  .exp__header-title{
    font-size: 40px;
  }

  .exp__header-subtitle{
    width: 100%;
    font-size: 16px;
  }

  .exp__cards-wrap{
    gap: 16px;
  }

  .exp__card{
    width: calc(33.333% - 11px);
    min-width: 220px;
  }

  .clients__item{
    width: 180px;
    height: 84px;
    border-radius: 18px;
  }
}

/* mobile */
@media (max-width: 768px){
  .exp{
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .exp__main-wrap{
    gap: 30px;
  }

  .exp__header{
    gap: 12px;
  }

  .exp__header-title{
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.64px;
  }

  .exp__header-subtitle{
    font-size: 15px;
    line-height: 160%;
  }

  .exp__cards-wrap{
    flex-direction: column;
    gap: 12px;
  }

  .exp__card{
    width: auto;
    align-self: stretch;
    padding: 24px;
    border-radius: 18px;
  }

  .exp__card-title{
    font-size: 38px;
  }

  .clients__wrap{
    gap: 8px;
  }

  .clients__track{
    gap: 8px;
  }

  .clients__item{
    width: 150px;
    height: 74px;
    padding: 16px;
    border-radius: 16px;
  }

  .clients__placeholder{
    font-size: 14px;
  }

  .clients__marquee::before,
  .clients__marquee::after{
    width: 36px;
  }
}

.clients__item img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 42px;
    object-fit: contain;
    display: block;
}
/* 17. Exp Section End */

/* NEW PAYMENT BLOCK */
.paypack-title { text-align: center; margin-bottom: 18px; }

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

/* ===== MODAL ===== */
.paymodal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}
.paymodal.is-open{ display:block; }

.paymodal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}

.paymodal__dialog{
  position:relative;
  width:min(1100px, calc(100% - 32px));
  margin:6vh auto 0;
  background:#fff;
  border-radius:24px;
  padding:40px;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
}

.paymodal__close{
  position:absolute;
  top:16px;
  right:18px;
  border:0;
  background:transparent;
  font-size:28px;
  cursor:pointer;
  line-height:1;
  z-index: 9999;
}

.paymodal__head{
  color: var(--Gray-900, #0D0D0D);
font-family: var(--_font-accent);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 145%; /* 34.8px */
letter-spacing: -1px;
}

.paymodal__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:start;
}

.paymodal__form{ display:grid; gap:14px; }

.paymodal__input,
.paymodal__textarea{
  width:100%;
  border:1px solid rgba(2,46,55,.10);
  border-radius:14px;
  padding:16px 16px;
  font-size:16px;
  outline:none;
  background:#fff;
}
.paymodal__textarea{ min-height:160px; resize:vertical; }

.paymodal__side{
  border-radius: 24px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.04));
  background: var(--White, #FFF);
  padding:20px;
  background:#fff;
  margin-top: 18px;
}

.paymodal__label{
  color: #0D0D0D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
.paymodal__label--mt{ margin-top:30px; }

.paymodal__seg{
  display:flex;
  gap:10px;
  padding: 6px;
  border:1px solid rgba(2,46,55,.12);
  border-radius: 14px;
  border: 1px solid #EAECF0;
  background: #F9FAFB;
    width:max-content;
}
.paymodal__seg-btn{
  border:0;
  background:transparent;
  padding: 10px 16px;
  border-radius:10px;
  cursor:pointer;
  font-size:14px;

  color: var(--Gray-600, #535353);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.paymodal__seg-btn.is-active{
  background: linear-gradient(91deg, #E2BA78 0.8%, #F2D7AC 48.83%, #E0B875 99.58%) !important;
    color: #000 !important;
    text-decoration: none !important;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
}

.paymodal__radrow{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
.paymodal__radio{
  display:flex;
  align-items:center;
  gap:8px;
  color: var(--Gray-600, #535353);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
/* .paymodal__radio input{ transform:translateY(1px); } */

.paymodal__anchor{ display:none; } /* якоря для внешки */

.payment-block{ display:none; margin-top:30px; }
.payment-block.active{ display:block; }

.paymodal__small{
  color: var(--Gray-600, #535353);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.paymodal__priceRow{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.paymodal__priceMain{
  color: var(--Gray-900, #0D0D0D);
  font-family: var(--_font-accent);
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.paymodal__priceOld{
  color: var(--Gray-600, #535353);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-decoration-line: line-through;
}
.paymodal__priceOld del{ opacity:.85; }

.paymodal__timer{
  margin-top:10px;
  display:flex;
  gap:10px;
  align-items:center;
  font-size:13px;
  color:rgba(2,46,55,.65);
}
.paymodal__timerBox{
  border:1px solid rgba(2,46,55,.10);
  border-radius:12px;
  padding:6px 10px;
  background:#fff;
}

.paymodal__step{ display:none; }
.paymodal__step.is-active{ display:block; }

.paymodal__thx{ display:grid; gap:12px; color:rgba(2,46,55,.75); }
.paymodal__tg{
  display:flex;
  gap:14px;
  align-items:stretch;
  flex-wrap:wrap;
  margin-top:60px;
  width: 100%;
  justify-content: space-between;
}

.paymodal__thx p{
  color: #0D0D0D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

.paymodal__thx-b{
  color: var(--Gray-900, #0D0D0D);
  font-family: var(--_font-accent);
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 145%; /* 26.1px */
  letter-spacing: -1px;
}
.paymodal__tgText{ flex:1; min-width:260px; }
.paymodal__tgBtn{
  flex:0 0 340px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:center;
  padding:14px 16px;
  border-radius:14px;
  background:#2ea7df;
  color: #FFF;
  font-family: var(--_font-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 33px */
  letter-spacing: -1px;
  text-decoration:none;
}

.paymodal__tgText p strong{
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 900px){
  .paymodal__grid{ grid-template-columns:1fr; }
  .paymodal__dialog{ margin:3vh auto 0; padding:20px; }
  .paymodal__priceRow{
    gap: 10px;
  }
}

.no-scroll{ overflow:hidden; }


.no-scroll { overflow: hidden !important; }

.paymodal { position: fixed; inset: 0; display: none; z-index: 9999; }
.paymodal.is-open { display: block; }

.paymodal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); }

.paymodal__dialog{
  position: relative;
  width: min(1200px, calc(100% - 40px));
  margin: 5px auto;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
}

.paymodal__close{
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px;
  border: 0; background: transparent;
  font-size: 28px; line-height: 1; cursor: pointer;
}

.paymodal__step{ display:none; }
.paymodal__step.is-active{ display:block; }

.paymodal__grid{
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: start;
}

.paymodal__side{ display:flex; flex-direction:column; gap: 16px; }
.paymodal__input, .paymodal__textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 18px 18px;
  font: inherit;
}

.paymodal__textarea{ min-height: 190px; resize: vertical; }

.paymodal__paybox{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px;
}

.paymodal__seg{ display:flex; gap: 10px; padding: 8px; border-radius: 16px; border:1px solid rgba(0,0,0,.06); }
.paymodal__segbtn{
  flex: 1;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  background: transparent;
  cursor: pointer;
}
.paymodal__segbtn.is-active{
  background: #003D3D;
  color: #fff;
}

.paymodal__radios{ display:flex; gap: 18px; flex-wrap: wrap; margin-top: 12px; }
.paymodal__radio{ display:flex; gap: 10px; align-items:center; }

.payment-block{ display:none; margin-top: 14px; }
.payment-block.active{ display:block; }


.paymodal__priceOld{ opacity: .55; margin-top: 4px; }

.paymodal__timer{
  display:flex; align-items:center; gap: 10px;
  margin-top: 14px;
}
.paymodal__timer .countdown > div,
.paymodal__timer .countdown-full > div{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 8px 10px;
}

.paymodal__submit{
  margin-top: 16px;
  width: 280px;
  height: 56px;
  justify-self: center;
  border: 0;
  border-radius: 14px;
  background: #003D3D;
  color: #fff;
  cursor: pointer;
}

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


.paymodal.is-submitting { pointer-events: none; }
.paymodal.is-submitting .paymodal__dialog { pointer-events: auto; }

.paymodal.is-submitting::after{
  content:"";
  position:fixed; inset:0;
  background:rgba(0,0,0,.25);
  z-index:9998;
}

.paymodal.is-submitting::before{
  content:"Обработка…";
  position:fixed;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  z-index:9999;

  padding:12px 16px;
  border-radius:12px;
  background:#fff;
  color:#111;
  font-weight:600;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
/* step2 поверх, step1 остаётся живым */
.paymodal.is-step2-soft .paymodal__step--2{
  display: block !important;
}

.paymodal.is-step2-soft .paymodal__step--1{
  opacity: 0;
  pointer-events: none;
}

/* если у step2 нет позиционирования — подстрахуем */
.paymodal .paymodal__step--2{
  display: none;
}
.paymodal.is-step2-soft .paymodal__step--2{
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* step2 поверх, step1 живой (не display:none) */
/* .paymodal.is-step2-soft { position: relative; } */

.paymodal .paymodal__step--2 { display: none; }
.paymodal.is-step2-soft .paymodal__step--2{
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* step1 не прячем, только делаем "невидимым" */
.paymodal.is-step2-soft .paymodal__step--1{
  opacity: 0;
  pointer-events: none;
}
/* FIX STEP2: remove any "soft overlay" behavior */
.paymodal.is-step2-soft .paymodal__step--2{
  position: static !important;
  inset: auto !important;
  height: auto !important;
  z-index: auto !important;
}

/* базовая логика шагов */
.paymodal__step{ display:none; }
.paymodal__step.is-active{ display:block; }
.paymodal__step--2{ display:none; }

/* step2 overlay */
.paymodal.is-step2-soft .paymodal__step--2{
  display:block !important;
  position:static !important;  /* ключ */
  inset:auto !important;       /* чтобы не пыталось растянуть */
  z-index:auto !important;
}


/* КЛЮЧЕВОЕ: держим высоту диалога через шаг 1 (он остаётся в потоке) */
.paymodal.is-step2-soft .paymodal__step--1{
  display:block !important;     /* <- не даём схлопнуться */
  visibility:hidden;            /* <- визуально скрыли */
  pointer-events:none;
}

@media (max-width: 1024px) {
  .paymodal__grid > :nth-child(1) { order: 2; }
  .paymodal__grid > :nth-child(2) { order: 1; }
}

@media (max-width: 767px) {
  .paymodal__grid > :nth-child(1) { order: 2; }
  .paymodal__grid > :nth-child(2) { order: 1; }
}

/* === STEP2: реально оверлей и по центру === */


/* step1 оставляем в потоке, но прячем */
.paymodal.is-step2-soft .paymodal__step--1{
  display: block !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* step2 поверх и центрируем */
.paymodal.is-step2-soft .paymodal__step--2.is-active{
  display: flex !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 10 !important;

  justify-content: center;
  align-items: start;

  padding: 32px;
  box-sizing: border-box;

  flex-direction: column;
}

/* чтобы контент не растягивался на весь белый лист */
.paymodal.is-step2-soft .paymodal__thx{
  width: min(720px, 100%);
}

/* FIX: step2 NOT absolute */
.paymodal.is-step2-soft .paymodal__step--2{
  display:block !important;
  position:static !important;
}
.paymodal.is-step2-soft .paymodal__step--1{
  opacity:0;
  pointer-events:none;
}


.paymodal__note{
  padding-top: 20px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  color: var(--Gray-600, #535353);
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
/* NEW PAYMENT BLOCK */
/* ===== FINAL FIXES / OVERRIDES ===== */

/* убираем старые конфликты визуала step2 */
.paymodal .paymodal__step--2{
  display: none;
}

.paymodal__step.is-active{
  display: block;
}

/* step2 поверх step1 */
.paymodal.is-step2-soft .paymodal__step--1{
  display: block !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.paymodal.is-step2-soft .paymodal__step--2.is-active{
  display: flex !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 10 !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px !important;
  box-sizing: border-box;
  background: #fff;
}

.paymodal.is-step2-soft .paymodal__thx{
  width: min(760px, 100%);
}

/* лоадер */
.paymodal__dialog{
  position: relative;
}

.paymodal__submitting{
  position: absolute;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(3px);
  border-radius: 24px;
}

.paymodal.is-submitting .paymodal__submitting{
  display: flex;
}

.paymodal__spinner{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 3px solid rgba(0,0,0,.15);
  border-top-color: rgba(0,0,0,.55);
  animation: paymodalSpin .8s linear infinite;
}

@keyframes paymodalSpin{
  to{ transform: rotate(360deg); }
}

/* блок единственного срока */
.paymodal__months-static{
  display: block;
  margin-top: 8px;
}

.paymodal__month-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--Gray-600, #535353);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.paymodal__month-dot{
  width: 14px;
  height: 14px;
  border: 1.5px solid #8A8A8A;
  border-radius: 50%;
  position: relative;
  flex: 0 0 14px;
}

.paymodal__month-dot::after{
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #8A8A8A;
}

/* таймер */
.count-wrap{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.count-title{
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.countdown{
  display: flex;
  align-items: center;
}

.countdown__pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid #E3E3E3;
  background: #F7F7F7;
  white-space: nowrap;
}

.countdown__num{
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.countdown__label{
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.countdown__space{
  width: 4px;
  display: inline-block;
}

/* note */
.paymodal__note{
  padding-top: 20px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  color: var(--Gray-600, #535353);
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* old price */
.paymodal__priceOld{
  color: var(--Gray-600, #535353);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: line-through;
  opacity: .85;
}

/* scroll hints */
.paymodal__scrollhint{
  position: relative;
}

.paymodal__scrollhint::before,
.paymodal__scrollhint::after{
  content: "";
  position: sticky;
  left: 0;
  right: 0;
  height: 22px;
  pointer-events: none;
  z-index: 60;
  display: none;
}

.paymodal__scrollhint::before{
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.92), rgba(255,255,255,0));
}

.paymodal__scrollhint::after{
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,.92), rgba(255,255,255,0));
}

.paymodal__scrollhint.has-topfade::before{ display:block; }
.paymodal__scrollhint.has-botfade::after{ display:block; }

/* mobile */
@media (max-width: 1024px){
  .paymodal__grid > :nth-child(1){ order: 2; }
  .paymodal__grid > :nth-child(2){ order: 1; }
}

@media (max-width: 767px){
  .paymodal__dialog{
    max-height: 90dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .paymodal.is-step2-soft .paymodal__step--2.is-active{
    position: fixed !important;
    inset: 0 !important;
    height: 100dvh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 24px !important;
  }
  .paymodal__note{
    font-size: 12px;
    line-height: 18px;
  }

  .count-wrap{
    gap: 10px;
  }

  .count-title{
    font-size: 16px;
  }

  .countdown__pill{
    padding: 8px 10px;
    border-radius: 12px;
  }

  .countdown__num,
  .countdown__label{
    font-size: 16px;
  }
}
/* tablets (<= 1024px) */
@media (max-width: 1024px) {

}

/* mobile (<= 768px) */
@media (max-width: 768px) {
.paymodal__dialog{
  width: min(340px, calc(100% - 40px));
}
}
/* ===== PRELOADER START ===== */
body.preloader-lock {
  overflow: hidden;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0C0E12;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(226, 186, 120, 0.10) 0%, rgba(226, 186, 120, 0.04) 22%, rgba(12, 14, 18, 0) 48%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.03) 0%, rgba(12,14,18,0) 60%),
    linear-gradient(180deg, #07080B 0%, #0C0E12 100%);
  transform: scale(1.06);
}

.preloader__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__logo-wrap {
  position: relative;
  display: flex;
  max-width: 900px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.preloader__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(226, 186, 120, 0.18) 0%, rgba(226, 186, 120, 0.08) 28%, rgba(226, 186, 120, 0.00) 68%);
  filter: blur(34px);
  pointer-events: none;
  animation: preloaderGlowPulse 2.8s ease-in-out infinite;
}

.preloader__label {
  color: rgba(255,255,255,0.75);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0;
  animation: preloaderFadeUp 0.9s ease forwards;
  animation-delay: 0.15s;
}

.preloader__title {
  position: relative;
  text-align: center;
  font-family: var(--font-accent);
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 82%;
  letter-spacing: -0.03em;
  text-transform: uppercase;

  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  animation: preloaderTitleIn 1.2s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: 0.3s;
}

.preloader__title::after {
  content: "";
  position: absolute;
  inset: -10% -20%;
  background: linear-gradient(
    110deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,0.12) 46%,
    rgba(255,255,255,0.50) 50%,
    rgba(255,255,255,0.12) 54%,
    rgba(255,255,255,0) 65%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-140%) skewX(-18deg);
  animation: preloaderShine 2.2s ease-in-out infinite;
  animation-delay: 1.1s;
  pointer-events: none;
}

.preloader__subtitle {
  color: #FFF;
  text-align: center;
  font-family: var(--font-accent);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 145%;
  opacity: 0;
  animation: preloaderFadeUp 0.9s ease forwards;
  animation-delay: 0.65s;
}

.preloader__line {
  width: 220px;
  height: 2px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  opacity: 0;
  animation: preloaderFadeUp 0.9s ease forwards;
  animation-delay: 0.85s;
}

.preloader__line span {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #E2BA78 0%, #F2D7AC 48.83%, #E0B875 99.58%);
  box-shadow: 0 0 18px rgba(239, 209, 147, 0.55);
  animation: preloaderLineMove 1.6s ease-in-out infinite;
}

/* optional: hero reveal softer */
.hero,
header,
main {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.preloader-lock header,
body.preloader-lock main {
  opacity: 0;
}

body.preloader-ready header,
body.preloader-ready main {
  opacity: 1;
}

/* animations */
@keyframes preloaderTitleIn {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(16px) scale(0.98);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes preloaderFadeUp {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes preloaderShine {
  0% {
    transform: translateX(-140%) skewX(-18deg);
  }
  100% {
    transform: translateX(140%) skewX(-18deg);
  }
}

@keyframes preloaderLineMove {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(330%);
  }
}

@keyframes preloaderGlowPulse {
  0%, 100% {
    opacity: 0.65;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

/* tablets */
@media (max-width: 1024px) {
  .preloader__title {
    font-size: 72px;
  }

  .preloader__subtitle {
    font-size: 22px;
  }

  .preloader__glow {
    width: 340px;
    height: 340px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .preloader__content {
    padding: 24px 16px;
  }

  .preloader__label {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .preloader__title {
    font-size: 42px;
    line-height: 88%;
  }

  .preloader__subtitle {
    font-size: 18px;
    line-height: 135%;
  }

  .preloader__line {
    width: 150px;
  }

  .preloader__glow {
    width: 240px;
    height: 240px;
    filter: blur(24px);
  }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .preloader,
  .preloader__title,
  .preloader__title::after,
  .preloader__line span,
  .preloader__glow,
  .preloader__label,
  .preloader__subtitle,
  .preloader__line,
  .hero,
  header,
  main {
    animation: none !important;
    transition: none !important;
  }
}
/* ===== PRELOADER END ===== */













































































/* 14. Footer Section Start */
.footer__wrap{
  gap: 50px;
  display: flex;
  padding: 40px 40px 0 40px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  background: #0D0D0D;
}

.footer__header-wrap{
  display: flex;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
  justify-content: space-between;
}

.footer__col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 180px;
}

.footer__col-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  width: 230px;
}

.footer__col-main-title{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}

.footer__col-main-btns{
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.footer__btn{
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #151617;
}

.footer__col-title{
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 150% */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__col-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer__col-content-link{
  color: var(--white, #FFF);
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.footer__col-acc{
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #151617;
}

.footer__col-acc-title{
  color: var(--white, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}

.footer__col-acc-btn{
  display: flex;
  padding: 16px 48.2px 16px 48.21px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #EFD193;
  background: #0D0D0D;
  text-decoration: none;
}

.footer__col-acc-btn span{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: linear-gradient(100deg, #EFD193 0%, #FCF7E2 54.17%, #FBE1B1 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.footer__footer{
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid #535353;
}

.footer__footer p{
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.footer__footer-btn{
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

@media (max-width: 1024px) {
  .footer__header-wrap{
    flex-wrap: wrap;
  }
}

/* mobile */
@media (max-width: 768px) {
  .footer__header-wrap, .footer__footer{
    flex-direction: column;
  }
  .footer__wrap{
        padding: 40px 0px 0 0px;
  }
  .footer__col-main, .footer__col, .footer__col-acc{
    width: auto;
  }
  .footer__header-wrap{
    gap: 40px;
  }
}
/* 14. Footer Section End */

/* 15. Thanks Section Start*/
.thx__header{
    background: var(--Color-3, #FFF);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.thx__header-wrap{
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}

.thanks__wrap{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}

.thanks__header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.thanks__footer{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.thanks__footer-title{
  color: var(--dark-blue, #001F3D);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%; /* 33px */
}

.thanks__footer-wrap{
  display: flex;
  gap: 24px;
  width: 100%;
}

@media (min-width:768px) and (max-width:1024px){
  .reg__wrap-title{
    font-size: 44px;
  }
  .reg__wrap-subtitle{
    font-size: 20px;
    line-height: normal;
    max-width: 450px;
  }
}

@media (max-width:767px){
    .thx__header-wrap {
    gap: 15px;
    flex-direction: column;
    padding: 20px 00px;
    display: flex;
    justify-content: space-between;
    }
    .thx__header-title{
        display: none;
    }
  .reg__wrap-title{
    font-size: 25px;
  }
  .reg__wrap-subtitle{
    font-size: 18px;
    line-height: normal;
  }
  .thanks__footer-wrap{
    flex-direction: column;
  }
  .rolling-4{
    display: none;
  }
  .plashka-6{
    top: 30px;
  }
  .thanks{
    padding-top: 20px;
  }
}
/* 15. Thanks Section End*/

/* 16. Pop-up Section Start */
.modal{
  position: fixed; inset: 0;
  display: none; align-items: center; justify-content: center;
  background: rgb(0 0 0 / 18%);
  backdrop-filter: blur(6px);
  z-index: 1000;
}
.modal.is-open{ display: flex; }

.modal__dialog {
  position: relative;
  max-width: 720px;
  width: calc(100% - 40px);
  border: 2px solid #fff;             /* белая рамка */
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  overflow: hidden;                    /* чтобы блюр не “резался” по краям */
  background: #FFF;                    /* фон перенесём в ::before */
}


.modal__dialog p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #215FCB;
    padding-bottom: 20px;
}

.modal__close{
  position: absolute; right: 15px;
    top: 15px;
  width: 36px; height: 36px; border-radius: 50%;
  border: none; background: transparent; font-size: 48px; line-height: 1;
  cursor: pointer; color:#000000;
  z-index: 10;
}

body.no-scroll{ overflow: hidden; }

.modal__title{
    color: #000000;
    font-family: var(--font-accent);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    /* background: url(../img/bg/bg-reg.avif) center center; */
    background-size: cover;
    border-radius: 24px;
    margin-bottom: 10px;
}

@media (max-width: 640px){
  .modal__dialog{ padding: 32px 20px; }
}

.hero__form-alt-btn{
  text-align: center;
}

.choice__card a{
  height: auto;
  text-decoration: none;
}
/* 16. Pop-up Section End */

/* 17. Contact Section Start */


.contact__col-wrap-form{
  border-radius: 24px;
  background: rgba(213, 221, 253, 0.50);
  box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.03);;
  padding: 12px;
}

.contact{
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact__wrap{
  display: flex;
  /* width: 1152px; */
  align-items: center;
  gap: 40px;
}

.contact__col-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
}

.contact__col-1, .contact__col-2{
  flex: 1 0 0;
}

.contact__title{
    color: var(--dark-blue, #001F3D);
    font-family: var(--font-accent);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.contact__subtitle{
  color: var(--Gray-600, #535353);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.about__pretitle{
    display: flex;
    padding: 5px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #000;
    color: var(--dark-blue, #001F3D);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  
  .reg__wrap-title{
    color: var(--dark-blue, #001F3D);
    font-family: var(--font-accent);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
  }

  .thanks__main-wrap{
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    width: 100%;
  }

  .thanks-col{
    flex: 1 0 0;
  }

  .thanks-col{
    color: var(--dark-blue, #001F3D);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 33px */
  }

.thanks-col-form{
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: var(--white, #FFF);
}

@media (max-width: 767px){
  .contact__wrap{
    flex-direction: column;
  }
  .contact__title{
    font-size: 35px;
    line-height: normal;
  }
  .thanks__main-wrap{
    flex-direction: column;
    gap: 25px;
  }
  .reg__wrap-title{
    font-size: 35px;
  }
}
/* 17. Contact Section End */

/* 18. Openday Section Start */
/* .openday{
  padding-top: 75px;
  padding-bottom: 75px;
} */

.openday__wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
  padding: 80px;
  border-radius: 20px;
}

.openday__col{
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.openday__title{
  color: var(--dark-blue, #001F3D);
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .openday__content-col-2{
    display: none;
  }
  .openday__wrap{
    flex-direction: column;
  }
}

@media (max-width: 767px){
  .openday__content-col-2{
    display: none;
  }
  .openday__title{
    font-size: 25px;
  }
  .openday__wrap{
    padding: 40px 20px;
    flex-direction: column;
    gap: 25px;
  }
  .openday, .warry{
    padding-top: 0;
  }
}
/* 18. Openday Section End */

/* 19. Blob Section Start */
.blob{
  position: absolute;
  z-index: -1;
}

.blob-1{
  width: 628px;
  height: 761px;
  border-radius: 761px;
  background: #CDFCF4;
  filter: blur(200px);
  top: 200px;
  left: -50px;
}

.blob-2{
  width: 784px;
  height: 761px;
  border-radius: 784px;
  background: rgba(213, 221, 253, 0.50);
  filter: blur(150px);
  top: 700px;
  right: -40px;
}

.blob-3{
  width: 628px;
  height: 761px;
  border-radius: 761px;
  background: #FED;
  filter: blur(200px);
  top: 2000px;
  left: -40px;
}

.blob-4{
  width: 628px;
  height: 761px;
  border-radius: 761px;
  background: rgba(205, 252, 244, 0.50);
  filter: blur(200px);
  top: 3500px;
  right: -40px;
}

.blob-5{
  width: 628px;
  height: 761px;
  border-radius: 761px;
  background: rgba(214, 252, 205, 0.50);
  filter: blur(200px);
  top: 5300px;
  left: -40px;
}

.blob-6{
  width: 628px;
  height: 761px;
  border-radius: 761px;
  background: rgba(253, 213, 214, 0.50);
  filter: blur(200px);
  top: 6800px;
  right: -40px;
}

.blob-7{
  width: 628px;
  height: 761px;
  border-radius: 761px;
  background: rgba(213, 221, 253, 0.50);
  filter: blur(200px);
  top: 8000px;
  left: -40px;
}

.blob-8{
  width: 628px;
  height: 761px;
  border-radius: 761px;
  background: rgba(214, 252, 205, 0.50);
  filter: blur(200px);
  top: 10000px;
  right: -40px;
}
/* 19. Blob Section End */


.btn-hedear-group{
  display: flex;
  gap: 20px;
}

.openday__col-wrap{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* =================================== */

@media screen and (min-width: 1025px) and (max-width: 1639px) and (max-height: 900px) {
  .change__wrap, .wo__wrap {
    padding: 0px 45px;
  }
  .arc__col-left p{
    font-size: 35px;
  }
  .change__ring {
    width: 454px;
    height: 454px;
  }
  .change__brain{
    width: 432px;
  }
  .change__ring-dot{
    display: none;
  }
  .wo__wrap{
    justify-content: center;
  }
  .wo__col{
    flex: none;
  }
}

/* ===== payModalBasic / desktop scroll fix ===== */
.paymodal {
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.paymodal__dialog {
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* чтобы крестик не уезжал при скролле контента */
.paymodal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* на совсем маленьких экранах чуть меньше отступы */
@media (max-width: 767px) {
  .paymodal {
    padding: 12px;
  }

  .paymodal__dialog {
    max-height: calc(100vh - 24px);
  }
}



button.btn,
button.acc-btn,
button.paychoice__btn {
  font-size: inherit;
  font-weight: inherit;
}

.btn,
.acc-btn,
.paychoice__btn,
.btn-hedear-group .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.places-tip{
  position: relative;
  display: inline-block;
}

.places-tip__trigger{
  margin: 0;
  cursor: default;
}

.places-tip__popup{
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 320px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  text-align: left;
  border: 1px solid #22262F;
}

.places-tip__popup::before{
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: linear-gradient(91deg, rgb(226, 186, 120) 0.8%, rgb(242, 215, 172) 48.83%, rgb(224, 184, 117) 99.58%);
  border: 1px solid #22262F;
}

.places-tip:hover .places-tip__popup{
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
/* =================================== */
/* =================================== */
/* Danylo Oliinyk - https://iamdev.lol/ */
/* =====Januar 2026 For Statoplan =====*/
/* =================================== */
/* =================================== */
/* =================================== */