/* =================================== */
/* =================================== */
/* =================================== */
/* Danylo Oliinyk - https://iamdev.lol/ */
/* =====December 2025 For Statoplan =====*/
/* =================================== */
/* =================================== */
/* =================================== */
/* 01. Header Section */
/* 02. Hero Section */
/* 03. Pre-Reg Section */
/* 04. About Section */
/* 05. Program Section */
/* 06. Speaker Section */
/* 07. Register Section */
/* 08. Footer Section */
/* 09. THX Section */
/* 10. Pop-UP Section */
/* General Media Styles Section */
/* =================================== */
/* =================================== */
/* =================================== */





/* 01. Header Section Start */
.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{
    display: flex;
    width: 672px;
    justify-content: space-between;
    align-items: center;
}

.header__link{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

header {
    position: fixed;   /* закрепляет элемент */
    top: 0;            /* привязка к верхней границе окна */
    left: 0;
    width: 100%;       /* растягиваем на всю ширину окна */
    z-index: 1000;     /* поверх всех остальных элементов */
    background: rgb(15, 15, 15);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

body {
    padding-top: 80px; /* высота вашего хедера */
}


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

.burger-line {
    background-color: #ffffff;
    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: 95%;
        background-color: #101010;
        position: absolute;
        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; 
        width: -webkit-fill-available;
    }
}

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

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

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

.btn{
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10.91px;
    background: #101010;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover{
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
}

.acc-btn{
    border-radius: 10.91px;
    background: linear-gradient(91deg, #455EB5 9%, #5643CC 44%, #673FD7 64%);
    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: #FFF;
}

header {
    position: fixed;
    top: 16px;        
    left: 0;
    width: 100%;      
    z-index: 1000;
    background: transparent; 
    box-shadow: none;
    pointer-events: none;    
}

body {
    padding-top: 120px; 
}
.header__wrap{
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 16px; 
    background: rgb(16 16 16 / 8%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);

    pointer-events: auto;
}


@media (max-width: 1024px) {
    .header__wrap-col1-ul {
        margin-top: 10px;
        width: 100%;
        border-radius: 16px; 
                background-color: rgb(10 14 29 / 95%);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }
}
/* 01. Header Section End */


/* 02. Hero Section End */
.hero__main-wrap{
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.hero__text-wrap{
    display: flex;
    /* width: 815px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.hero__text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.hero__uptitle{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    letter-spacing: 5px;
    text-transform: uppercase;
}

h1{
    text-align: center;
    /* font-family: var(--font-accent); */
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 85.8px */
    letter-spacing: -1.9px;
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero__card-wrap{
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.hero__card{
    flex: 1 0 0;
    position: relative;
    display: flex;
    width: 466px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    overflow: visible;
}

.hero__card > * {
    position: relative;
    z-index: 1;
}

.hero__card::before,
.hero__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    transition: opacity 0.3s ease;
}


.hero__card::before {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.00) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    opacity: 1;
}


.hero__card::after {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.10) 100%
    );
    opacity: 0;
}

.hero__card:hover::before {
    opacity: 0;
}

.hero__card:hover::after {
    opacity: 1;
}



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

.hero__card-title{
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero__card-descr{
    color: #B4BCD0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; 
}

.hero__card-ico-1{
    position: absolute;
    top: -100px;
    right: 0;
}

.hero__card-ico-2{
    position: absolute;
    top: -70px;
    right: 0;
}


.hero__card {
    position: relative;
    overflow: visible;
}


.hero__card-ico-1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 116px;
    height: 116px;
    transform: translate(-50%, -50%);
    border-radius: 50%;

    background: radial-gradient(circle at 50% 50%,
        #455EB5 9%,
        #5643CC 44%,
        #673FD7 64%,
        transparent 100%
    );

    filter: blur(50px);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity .4s ease-out;
}

.hero__card:hover .hero__card-ico-1::before {
    opacity: 1;
}

.hero__card-ico-2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 116px;
    height: 116px;
    transform: translate(-50%, -50%);
    border-radius: 50%;

    background: radial-gradient(circle at 50% 50%,
        #455EB5 9%,
        #5643CC 44%,
        #673FD7 64%,
        transparent 100%
    );

    filter: blur(50px);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity .4s ease-out;
}

.hero__card:hover .hero__card-ico-2::before {
    opacity: 1;
}

@media (max-width: 1024px) and (min-width: 768px) {
    
}

@media (max-width: 767px) {
    h1{
        font-size: 44px;
        text-align: start;
    }
    .hero__uptitle{
        text-align: start;
    }
    .hero__btn-group{
        width: 100%;
    }
    .hero__card-wrap{
        flex-direction: column;
    }
    .hero__card{
        width: auto;
    }
    .hero__card-wrap{
        gap: 95px;
    }
    .distance-hero{
        padding-top: 10px;
    }
}
/* 02. Hero Section End */

/* 03. Pre-Reg Section Start */
.pre-reg__wrap{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.pre-reg__col{
    flex: 1 0 0;
    display: flex;
}

.pre-reg__form-contrainer{
    display: flex;
    width: 466px;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(3px);
    justify-content: center;
}

.pre-reg__form{
    width: 100%;
}

.pre-reg__col-l{
    flex-direction: column;
    gap: 24px;
}

.pre-reg__col-row{
    display: flex;
    gap: 24px;
}

.pre-reg__item {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 221px;
    height: 167px;
    padding: 8px 22px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
    transition: transform 0.25s ease;
    will-change: transform;
}

.pre-reg__item:hover {
    transform: scale(1.03);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.10) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}


.pre-reg__item-title{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.pre-reg__item-subtitle{
    color: #D1D5DC;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}

.pre-reg-alt-btn{
    text-align: center;
    font-style: normal;
    font-weight: 500;
    color: #B4BCD0;
    
}

.pre-reg-alt-btn a{
    color: #B4BCD0;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    text-decoration: underline !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .pre-reg__wrap{
        flex-direction: column-reverse;
    }
    .pre-reg__form-contrainer{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pre-reg__wrap{
        flex-direction: column-reverse;
    }
    .pre-reg__form-contrainer{
        width: 100%;
    }
    .pre-reg__col-row{
        flex-direction: column;
    }
    .pre-reg__item{
        width: auto;
        padding: 20px;
    }
}

/* 03. Pre-Reg Section End */

/* 04. About Section Start */
.about{
    padding-bottom: 240px;
}
.about__wrap{
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about__text-block{
    display: flex;
    width: 1200px;
    flex-direction: column;
    gap: 20px;
}

.about__text-ico{
    display: flex;
    justify-content: center;
}

.about__card-block-rows{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about__text-title{
    text-align: center;
    font-family: var(--font-accent);
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about__text-subtitle{
    color: #ffffffad;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;/
}

.about__text-subtitle b{
    display: flex;
    color: #ffffff;
    padding: 34px 34px 32px;
    border-radius: 24px;
    border: 1px solid rgba(119, 102, 255, 0.16);
    background: radial-gradient(70% 120% at 0% 50%, rgba(87, 47, 202, 0.12) 0%, rgba(87, 47, 202, 0) 60%), linear-gradient(180deg, rgba(4, 7, 20, 0.96) 0%, rgba(2, 4, 13, 0.98) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 10px 40px rgba(0, 0, 0, 0.28);
}

.about__text-group-btn{
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.about__text-descr{
    color: #B4BCD0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 23.25px */
}

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

.about__card-block-title{
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 31px */
}

.about__card-wrap-end{
    color: #B4BCD0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.about__card-wrap{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.about__card{
    display: flex;
    /* width: 328px; */
    height: 200px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(142, 197, 255, 0.05) 0%, rgba(142, 197, 255, 0.10) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
    transition: transform 0.25s ease;
    will-change: transform;
}

.about__card:hover {
    transform: translateY(-10px);
}

.about__card-title{
    font-family: var(--font-accent);
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about__card-subtitle{
    color: #B4BCD0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 23.25px */
}

.about__card-green{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(94, 233, 181, 0.05) 0%, rgba(94, 233, 181, 0.10) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.about__card-purple{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(226, 198, 252, 0.10) 0%, rgba(226, 198, 252, 0.15) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.about__card-purple .about__card-title{
    background: linear-gradient(116deg, #E2C6FC 30%, rgba(226, 198, 252, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about__card-purple .about__card-subtitle{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 23.25px */
}

.about__promo-block{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 1107px;
}

.about__promo-wrap{
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    padding-top: 100px;
    /* padding-bottom: 100px; */
}

.about__promo-title{
    color: #B4BCD0;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 58px */
}

.about__promo-block-svg{
    position: absolute;

}

.about__text-wrap-col-l{
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: start;
}

.about__text-wrap-col-l-uptitle{
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: linear-gradient(116deg, #E2C6FC 30%, rgba(226, 198, 252, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about__text-wrap-col-l-title{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.about__text-wrap-col-2 {
  width: 600px;
}

.about-growth-card {
  position: relative;
  width: 100%;
  padding: 0px 38px 34px;
  border-radius: 28px;
}

.about-growth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  pointer-events: none;
}

.about-growth-card__title {
  margin-bottom: 28px;
  color: rgba(255,255,255,0.95);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.about-growth-card__list {
  margin-bottom: 34px;
}

.about__text-wrap-col-l-icos{
    display: flex;
}

.about__text-wrap-col-l .about__text-wrap-col-l-title{
    text-align: start;
}

.about-growth-card__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(92, 74, 180, 0.918);
}

.about-growth-card__item--last {
  margin-bottom: 0;
}

.about-growth-card__icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f4cff;

  display: none;
}

.about-growth-card__text {
  color: #f2f2f7;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.02em;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-growth-card__text span, p{
    font-size: 20px;
}

.a-a{
    text-decoration: underline;
}

.about-growth-card__text .a-a{
    font-size: 30px;
}

.about-growth-card__bottom {
  max-width: 920px;
  color: rgba(255,255,255,0.92);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.about__promo-wrap-text p{
    font-size: 20px;
    color: #FFF;
    padding-top: 10px;
    text-align: center;
}

.about__text-wrap{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 145px;
}

@media screen and (min-width: 992px) {
  .about__text-wrap{
      align-items: flex-start;
  }
  .about__text-wrap-col-l{
      position: sticky;
      top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .about-growth-card {
    padding: 34px 26px 28px;
    border-radius: 24px;
  }

  .about-growth-card__title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .about__text-wrap-col-l{
    width: auto;
  }

  .about-growth-card__text .a-a{
    font-size: 18px;
  }

  .about-growth-card__text span, p{
    font-size: 16px;
  }

  .about__promo-title{
    font-size: 30px;
  }

  .about-growth-card__item {
    gap: 14px;
  }

  .about-growth-card__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .about-growth-card__text {
    font-size: 16px;
  }

  .about-growth-card__bottom {
    font-size: 17px;
  }
  .about__text-wrap{
    flex-direction: column;
  }
  .about__text-wrap-col-2{
    width: 100%;
  }

  .about__text-wrap{
    margin-top: 35px;
  }
  .about__text-subtitle{
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-growth-card {
    padding: 0;
    border-radius: 20px;
  }

  .about-growth-card__title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  

  .about-growth-card__item {
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .about-growth-card__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .about-growth-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .about-growth-card__text {
    font-size: 15px;
    line-height: 1.4;
  }

  .about-growth-card__bottom {
    font-size: 15px;
    line-height: 1.45;
  }
}

.right-svg{
    bottom: 0;
    right: 0;
}

.left-svg{
    top: 0;
    left: 0;
}

.about__promo-btn-group{
    display: flex;
    justify-content: center;
    width: auto;
}

.blob {
    z-index: -1;
    top: 0;
    position: absolute;
    width: 32vmin;
    height: 32vmin;
    border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    background: linear-gradient(91deg, #1a1d22 9%, #313843 44%, #49576a 64%);
    filter: blur(110px);
    opacity: 0.35;
    animation: blob-pulse 10s ease-in-out infinite;
    will-change: transform, border-radius;
}

@keyframes blob-pulse {
    0% {
        transform: scale(0.9);
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    }
    50% {
        transform: scale(1.12);
        border-radius: 40% 60% 45% 55% / 60% 40% 55% 45%;
    }
    100% {
        transform: scale(0.9);
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .about__card-wrap{
        flex-direction: column;
    }
    .about__card{
        width: auto;
    }
    .about__promo-block{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .about__card-wrap{
        flex-direction: column;
    }
    .about__card{
        /* width: 300px; */
    }
    .about__card-title{
        font-size: 40px;
    }
    .about__promo-block{
        width: 100%;
    }
    .about__text-block{
        width: auto;
    }
    .blob{
        display: none;
    }
    .about__text-title{
        font-size: 44px;
    }
}
.about{
    position: relative;
    padding-bottom: 160px;
    overflow: visible;
}

.about__wrap{
    position: relative;
}

/* свечение снизу */
.about__bottom-glow {
    position: absolute;
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    width: 70vw;
    max-width: 900px;
    height: 220px;
    background: radial-gradient(ellipse at center top, rgba(67, 56, 202, 0.55) 0%, rgba(37, 99, 235, 0.30) 35%, rgba(15, 23, 42, 0) 70%);
    filter: blur(100px);
    opacity: 0.45;
    pointer-events: none;
    z-index: -1;
}
/* контейнер для точек */
.about__dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1107px;
    height: 180px;
    pointer-events: none;
    z-index: -1;
}

/* одна точка */
.about__dot {
    position: absolute;
    bottom: 0;
    left: var(--x);
    transform: translateX(-50%) translateY(0) scale(var(--scale, 1));
    width: 3px;
    height: 3px;
    opacity: 0;
    animation: about-dot-fly var(--duration, 6s) ease-out infinite;
    animation-delay: var(--delay, 0s);
}

.about__dot svg {
    width: 100%;
    height: 100%;
    display: block;
    /* filter: drop-shadow(0 0 4px rgba(255,255,255,0.8)); */
}

/* анимация взлёта */
@keyframes about-dot-fly {
    0% {
        transform: translateX(-50%) translateY(0) scale(var(--scale, 1));
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(var(--endY, -150px)) scale(var(--scale, 1));
        opacity: 0;
    }
}

/* отключить на мобилках, если не нужно грузить */
@media (max-width: 767px) {
    .about__bottom-glow,
    .about__dots {
        display: none;
    }
    .program::before{
        display: none;
    }
    .about{
        padding-bottom: 80px;
    }
}

/* 04. About Section End */

/* 05. Program Section Start */

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

.program__title{
    text-align: center;
    font-family: var(--font-accent);
    font-size: 50px;
    font-weight: 500;
    line-height: 110%;
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.program__list{
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.program__item{
    display: grid;
    grid-template-columns: minmax(220px, 260px) 40px minmax(0, 1fr);
    column-gap: 32px;
    align-items: flex-start;
}

.program__meta{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: #B4BCD0;
    font-size: 14px;
    line-height: 145%;
}

.program__meta-row{
    display: flex;
    gap: 20px;
    align-items: center;
}

.program__meta-wrap{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.program__meta-date{
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

.program__meta-time{
    color: #D1D5DC;
    font-size: 14px;
}

.program__timeline-cell{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program__timeline-cell::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(148, 163, 184, 0) 0%,
        rgba(148, 163, 184, 0.7) 50%,
        rgba(148, 163, 184, 0) 100%
    );
}

.program__timeline-dot{
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #020617;
    border: 2px solid rgba(129, 140, 248, 0.95);
    box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.25);
    z-index: 1;
}

.program__item:first-child .program__timeline-cell::before{
    top: 50%;
}

.program__item:last-child .program__timeline-cell::before{
    bottom: 50%;
}


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

.program__content-title{
    font-family: var(--font-accent);
    font-size: 20px;
    font-weight: 400;
    line-height: 155%;
    color: #FFF;
}

.program__content-text p{
    margin: 0 0 8px;
    color: #B4BCD0;
    font-size: 15px;
    line-height: 155%;
}
.program__content-text p:last-child{
    margin-bottom: 0;
}

.program__details{
    margin-top: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.program__details-head{
    text-align: start;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
}

.program__details-caption{
    flex: 1;
}

.program__details-icon svg{
    display: block;
    transition: transform 0.25s ease, opacity 0.25s ease;
    opacity: 0.8;
}

.program__details-body{
    padding: 0 30px 0;
    display: grid;
    gap: 30px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease,
        padding-bottom 0.3s ease;
}

.program__details--open .program__details-body{
    max-height: 800px;
    opacity: 1;
    padding-bottom: 20px;
}

.program__details--open .program__details-icon svg{
    transform: rotate(180deg);
}

.program__details-row{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 30px;
    row-gap: 4px;
    align-items: flex-start;
}

.program__details-non-acc{
    padding: 20px 30px;
}

.program__details-non-acc p{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 23.25px */
}

.program__details-num{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 31px */
}

.program__details-text{
    color: #B4BCD0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 23.25px */
}


@media (max-width: 1024px) and (min-width: 768px){
    .program__item{
        grid-template-columns: minmax(200px, 230px) 32px minmax(0, 1fr);
        column-gap: 24px;
    }
}

@media (max-width: 767px){
    .program__wrap{
        gap: 32px;
    }

    .program__item{
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .program__timeline-cell{
        display: none;
    }
}


.program__list{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 70px;
    --program-line-left: 0px;   
    --program-progress: 0px;    
}


.program__timeline-cell::before{
    content: none;
}


.program__list::before,
.program__list::after{
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--program-line-left) - 1px); 
    width: 2px;
    border-radius: 999px;
    pointer-events: none;
}

.program__list::before{
    bottom: 0;
    background: rgba(148, 163, 184, 0.32); 
}

.program__list::after{
    height: var(--program-progress);
    background: linear-gradient(
        180deg,
        #6366F1 0%,
        #5c80f6 45%,
        #8B5CF6 100%
    ); 
} 

.program__timeline-dot{
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #9CA3AF;
    border: none;
    box-shadow: none;
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.program__timeline-dot::before{
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.25s ease;
}


.program__timeline-dot--active{
    background: #7C3AED;
    transform: scale(1.15);
    box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.45);
}
.program__timeline-dot--active::before{
    opacity: 1;
}


.program__timeline-dot--done{
    background: #E5E7EB;
}


@media (max-width: 767px){
    .program__timeline-cell{
        display: none;
    }

    .program__list::before,
    .program__list::after{
        display: none;
    }
}
.program__list{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;

    --program-line-left: 0px;
    --program-line-top: 0px;
    --program-line-height: 0px;
    --program-progress: 0px;
}

.program__timeline-cell::before{
    content: none;
}

.program__list::before,
.program__list::after{
    content: "";
    position: absolute;
    left: calc(var(--program-line-left) - 1px); 
    top: var(--program-line-top);
    width: 2px;
    border-radius: 999px;
    pointer-events: none;
}

.program__list::before{
    height: var(--program-line-height);
    background: rgba(148, 163, 184, 0.32);
}

.program__list::after{
    height: var(--program-progress);
    background: linear-gradient(
        180deg,
        #6366F1 0%,
        #8B5CF6 45%,
        #22D3EE 100%
    );
}
/* 05. Program Section End */



/* 06. Speaker Section Start */
.speaker__wrap-main{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.speaker__text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.speaker__title{
    text-align: center;
    font-family: var(--font-accent);
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speaker__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 31px */
}

.speaker__wrap{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.speaker__row{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.speaker__item{
    display: flex;
    width: 869px;
    height: 569px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.speaker__item-content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.speaker__item-ico{
    height: 463px;
    align-self: stretch;
    aspect-ratio: 1/1;
    border-radius: 20px;
}

.speaker__item-ico-1 {
    background-image: url(https://stratoplan-school.com/archive/foundation/img/coaches/coach-3.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-position: -50px -120px;
    background-size: cover;
    background-size: 140%;
    background-repeat: no-repeat;
}

.speaker__item-ico-2 {
    background-image: url(../img/kudravcev.webp);
    background-position: 0px -50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.speaker__item-ico-3 {
    background-image: url(../img/kluchnikov.webp);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.speaker__item-ico-4 {
    background-image: url(../img/simonov.webp);
    background-position: 0px -50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.speaker__item-ico-5 {
    background-image: url(../img/savochka.webp);
    background-position: 0px -50px;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.speaker__item-title{
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 29px */
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speaker__item-subtitle{
    color: #B4BCD0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 23.25px */
}

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

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);

    transition: transform .2s ease, box-shadow .2s ease;
}

.speaker__btn:hover{
    transform: scale(1.03);
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.10) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.speaker__btn-title{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    text-decoration: none;
}

.speaker__item a{
    text-decoration: none;
}
/* навигация слайдера */
.speaker__nav {
    margin-top: 24px;
    display: none; /* по умолчанию скрыта, включим в медиаправиле */
    justify-content: flex-end;
    gap: 12px;
}

.speaker__nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #B4BCD0;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    transition: background .2s ease, border-color .2s ease,
                transform .2s ease, opacity .2s ease;
}

.speaker__nav-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.speaker__nav-btn:disabled {
    opacity: 0.35;
    cursor: default;
    transform: none;
}

.speaker__btn-ico {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speaker__btn-ico::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    background: linear-gradient(180deg, #0A66C2 0%, #004182 100%);
}

.speaker__btn-ico svg {
    position: relative; /* чтобы самолёт оказался над кругом */
}


/* режим слайдера для мобилок/планшетов */
@media (max-width: 1023px) {
    .speaker__item-content{
        flex-direction: column;
    }
    .speaker__item-ico{
        height: 303px;
    }
    .speaker__item{
        height: auto;
    }
    .speaker__item-title{
        font-size: 25px;
    }
    .speaker__item a{
        margin-top: 20px;
    }
    #speaker .speaker__wrap {
        display: block; /* ломаем колонку рядов, будем управлять через JS */
    }

    /* когда секция в режиме слайдера – ряды «расплющиваем» */
    #speaker.is-slider .speaker__row {
        display: contents;
    }

    #speaker.is-slider .speaker__item {
        width:auto;
        max-width: none;
        margin: 0 auto;
        height: auto;
    }

    #speaker .speaker__nav {
        display: flex;
        justify-content: center;
    }
    .speaker__wrap-main{
        gap: 20px;
    }
    .speaker__item-ico-1{
    background-position: -50px -90px;
  }
}

/* на десктопе кнопки не нужны */
@media (min-width: 1024px) {
    #speaker .speaker__nav {
        display: none;
    }
}
/* 06. Speaker Section End */

/* 07. Register Section Start */
.reg__main-wrap{
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.reg__content{
    display: flex;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.reg__content-col-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.reg__content-col-right{
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    text-align: center;
}

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

.reg__content-title{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    letter-spacing: 5px;
    text-transform: uppercase;
}

.reg__content-subtitle{
    font-family: var(--font-accent);
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    letter-spacing: -3.9px;
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-container{
    display: flex;
    width: 466px;
    padding: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(3px);
}

.reg__content-col-left .pre-reg-alt-btn{
    text-align: start;
}

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

.reg__card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .form-container{
        width: auto;
        padding: 40px 20px;
    }
    .reg__content{
       padding: 40px 20px; 
    }
    .reg__content-subtitle{
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .reg__content{
        flex-direction: column;
        gap: 20px;
    }
    .form-container{
        width: auto;
        padding: 40px 10px;
    }
    .reg__content{
        padding: 40px 20px; 
    }
    .reg__content-subtitle{
        font-size: 44px;
    }
    .reg__cards{
        flex-direction: column;
    }
}

/* 07. Register Section End */

/* 08. Footer Section Start */

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

.footer__title{
  color: #F5F5F5;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 128% */
}

.footer__main-content-wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.footer__main-content-wrap-top{
  display: flex;
  width: 100%;
  padding: 40px 0px;
  justify-content: space-between;
  align-items: center;
}

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

.footer-link-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-link-btn:hover {
  transform: scale(1.1);
}

.footer__main-content-wrap-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.footer__main-content-col1{
  display: flex;
  width: 695px;
  align-items: flex-start;
  gap: 60px;
}

.footer__main-content-col1, .footer__main-content-col2{
  flex: 1;
}

.footer__main-content-col1-item{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__main-content-title{
  padding-bottom: 2px;
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: uppercase;
}

.footer__main-content-subtitle{
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.foot-lnk{
  text-decoration: none;
  cursor: pointer;
}

.footer__main-content-col2{
  display: flex;
  justify-content: end;
  align-items: flex-end;
  align-self: stretch;
  
}

.footer__main-content-col2 p{
  width: 50%;
  color: #F5F5F5;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.footer__main-bottom{
  border-top: 1px solid #898989;
  display: flex;
  width: 100%;
  padding-top: 50px;
  justify-content: space-between;
  align-items: center;
}

.footer__main-bottom a {
  color: #F5F5F5;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  text-decoration: none;
  cursor: pointer;
  transition: text-decoration 0.3s ease; 
}

.footer__main-bottom a:hover {
  text-decoration: underline; 
}

.footer__main-bottom p{
  color: #F5F5F5;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

@media (max-width: 1024px) {
  .footer__main-content-wrap-bottom{
    flex-direction: column;
  }
  .footer__main-content-col1{
    width: 100%;
    flex-direction: column;
  }
  .footer__main-content-col2 p{
    margin-top: 60px;
    width: 100%;
    text-align: left;
  }
  .footer__main-content-col2{
    justify-content: start;
  }
  .footer__title{
    font-size: 31px;
    line-height: normal;
    text-align: start;
  }
  .footer__main-bottom{
    width: 100%;
    flex-direction: column;
    gap: 20px;
    text-align: start;
  }
  .footer__main-content-wrap-top{
    flex-direction: column;
    Gap: 20px;
    align-items: start;
  }
}
/* 08. Footer Section End */

/* 09. Thanks Section Start*/
.thx__header{
    background: var(--Color-3, #ffffff00);
    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: flex;
    justify-content: space-between;
    gap: 100px;
}

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

.thanks__text-wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.thanks__uptitle{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    letter-spacing: 5px;
    text-transform: uppercase;
}

.thanks__title{
  font-family: var(--font-accent);
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 77px */
    letter-spacing: -3.9px;
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thanks__subtitle{
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #A9BFEB;
    background: #FFF;
    align-self: flex-start;
}

.thanks__subtitle-text{
    color: var(--Color-2, #001F3D);
    font-family: var(--font-accent);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.412px; /* 146.736% */
    letter-spacing: -0.66px;
}

.thanks__contact-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.thanks__contact-wrap em{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
}

.thanks__contact-wrap p{
  color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 26.4px */
}

.thanks__contact-wrap p a{
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.link-thx{
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(38, 164, 227, 0.15) 0%, rgba(38, 164, 227, 0.25) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

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

.thanks__col-2-form{
    display: flex;
    width: 564px;
    padding: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(3px);
    
}

.link-thx-title{
    color: #FFF;
    font-family: var(--font-accent);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.8px; /* 145% */
    letter-spacing: -1px;
}

.thanks__col-2{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.thanks__col-2 p{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 92.308% */
}

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

.points__title{
  color: #001F3D;
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 55px */
  letter-spacing: -1px;
}

.points__wrap{
  display: inline-flex;
  align-items: center;
  gap: 70px;
  justify-content: space-between;
}

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

.points__item-num{
  color: #001F3D;
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 110px */
  letter-spacing: -1px;
}

.points__item-descr{
  color: #001F3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 33px */
}

@media (min-width:768px) and (max-width:1024px){
    .thanks__wrap{
        flex-direction: column;
    }
    .points__wrap{
      flex-direction: column;
    }
    .points__item-div{
      display: none;
    }
    .points__title{
      text-align: center;
    }
    .thanks__col-2-form{
        width: auto;
    }
}

@media (max-width:767px){
    .thanks__wrap{
        flex-direction: column;
    }
    .thanks__title{
        font-size: 44px;
    }
    .thx__header-wrap {
    gap: 15px;
    flex-direction: column;
    padding: 20px 00px;
    display: flex;
    justify-content: space-between;
    }
    .thanks{
        padding-top: 20px;
    }
    .thx__header-title{
        display: none;
    }
    .btn-menu{
      width: auto;
    }
    .points__wrap{
      flex-direction: column;
      align-items: start;
    }
    .points__item-div{
      display: none;
    }
    .points__item-num{
      font-size: 50px;
    }
    .points__title{
      font-size: 35px;
    }
    main{
      margin-top: 10px;
    }
    .thanks__col-2-form{
        width: auto;
    }
    .thanks__col-2-form{
        padding: 40px 20px;
    }
}


/* базовый контейнер */
.thx-speaker__wrap-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.thx-speaker__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 760px;
}

.thx-speaker__title {
  font-family: var(--font-accent);
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thx-speaker__subtitle {
  color: #FFF;
  font-size: 20px;
  line-height: 155%;
}

/* навигация */
.thx-speaker__nav {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.thx-speaker__nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
}

.thx-speaker__nav-btn svg {
  display: block;
}

.thx-speaker__nav-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.08);
  border-color: #8B5CF6;
  transform: translateY(-1px);
}

.thx-speaker__nav-btn:disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}

/* слайдер */
.thx-speaker__slider {
  overflow: hidden;
}

.thx-speaker__track {
  display: flex;
  gap: 24px;
  transition: transform .4s ease;
  will-change: transform;
}

/* карточка спикера */
.thx-speaker__item {
  flex: 0 0 calc((100% - 72px) / 4); /* 4 карточки на десктопе, 3*gaps = 72px */
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.thx-speaker__img {
    aspect-ratio: 1/1;
    width: 100%;
  border-radius: 16px;
  display: block;
  margin-bottom: 20px;
}

.thx-speaker__img-1{
    background-image: url(../img/sheyko.webp);
    background-position: 0px -50px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
    aspect-ratio: 1/1;
}

.thx-speaker__img-2{
    background-image: url(../img/simonov.webp);
    background-position: 0px -50px;
    background-size: 120%;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
    aspect-ratio: 1 / 1;
}

.thx-speaker__img-3{
    background-image: url(../img/savochka.webp);
    background-position: -10px -50px;
    background-size: 120%;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
    aspect-ratio: 1 / 1;;
}

.thx-speaker__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  
}

.thx-speaker__name {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

.thx-speaker__desc {
  color: #B4BCD0;
  font-size: 15px;
  line-height: 145%;
  flex: 1;
}

/* кнопка "Контакты" */
.thx-speaker__btn {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: #FFF;
  font-size: 16px;
  line-height: 145%;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.thx-speaker__btn:hover {
  transform: scale(1.03);
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.10));
}

.thx-speaker__btn-ico {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 100%);
}

/* планшеты: 2 карточки */
@media (max-width: 1023px) {
  .thx-speaker__wrap-main {
    gap: 24px;
  }

  .thx-speaker__text {
    align-items: flex-start;
  }

  .thx-speaker__item {
    flex: 0 0 calc((100% - 24px) / 2); /* 2 карточки */
  }

  .thx-speaker__nav {
    justify-content: center;
  }
}

/* мобилки: 1 карточка */
@media (max-width: 767px) {
  .thx-speaker__title {
    font-size: 36px;
  }

  .thx-speaker__subtitle {
    font-size: 16px;
  }

  .thx-speaker__item {
    flex: 0 0 100%;
  }

  .thx-speaker__track {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  /* убираем «ползание» за края */
  .thx-speaker__slider {
    margin: 0 -16px;      /* компенсируем padding у .container-main */
    padding: 0 16px;      /* а внутренний отступ оставляем для карточки */
    overflow: hidden;
  }

  .thx-speaker__track {
    gap: 16px;
  }

  .thx-speaker__item {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .thx-speaker__img {
    aspect-ratio: 1/1;
  border-radius: 16px;
  display: block;
  margin-bottom: 20px;
}
}

/* THNX Section End */





/* 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 #00010e;
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #000000ba;
}


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

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

.modal__form{
    margin-top: 35px;
}

body.no-scroll{ overflow: hidden; }

.modal__title{
    color: #FCD158;
    font-family: var(--font-accent);
    font-size: 50px;
    font-weight: 700;
    line-height: 125%;
    padding: 20px;
    background: url(../img/bg/main.webp) center center;
    background-size: cover;
    border-radius: 24px;
    margin-bottom: 10px;
}

.hero__form-alt-btn{
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    text-align: center;
    margin-top: 15px;
}

.hero__form-alt-btn a{
    color: #FCD158;
    font-weight: 700;
    
}

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

#program{
    display: none;
}
/* Pop-up Section End */

/* 07A. What We Will Cover Section Start */
.live-topics {
    position: relative;
}

.live-topics__wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: center;
    align-items: center;
}

.live-topics__head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 14px;
    max-width: 800px;
}

.live-topics__head p{
    font-size: 20px;
}

.live-topics__head b{
    font-size: 24px;
}

.live-topics__title {
    font-family: var(--font-accent);
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2.5px;
    background: linear-gradient(116deg, #FFF 30%, rgba(255, 255, 255, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.live-topics__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.live-topics__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
    min-width: 0;
    padding: 34px 34px 32px;
    border-radius: 24px;
    border: 1px solid rgba(119, 102, 255, 0.16);
    background:
        radial-gradient(70% 120% at 0% 50%, rgba(87, 47, 202, 0.12) 0%, rgba(87, 47, 202, 0) 60%),
        linear-gradient(180deg, rgba(4, 7, 20, 0.96) 0%, rgba(2, 4, 13, 0.98) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 10px 40px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.live-topics__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    box-shadow: inset 0 0 30px rgba(68, 38, 163, 0.08);
}

.live-topics__item--wide {
    grid-column: 1 / -1;
}

.live-topics__item-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7A5CFF;
    border: 1px solid rgba(122, 92, 255, 0.20);
    background:
        radial-gradient(60% 60% at 50% 50%, rgba(127, 76, 255, 0.18) 0%, rgba(127, 76, 255, 0) 100%),
        linear-gradient(180deg, rgba(22, 18, 45, 0.95) 0%, rgba(10, 11, 24, 0.98) 100%);
    box-shadow:
        inset 0 0 24px rgba(127, 76, 255, 0.08),
        0 0 24px rgba(127, 76, 255, 0.08);
}

.live-topics__item-icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.live-topics__item-content {
    position: relative;
    z-index: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 4px;
}

.live-topics__item-title {
    margin: 0;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.live-topics__item-text {
    margin: 0;
    color: #B4BCD0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

/* tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .live-topics__wrap {
        gap: 38px;
    }

    .live-topics__title {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .live-topics__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .live-topics__item,
    .live-topics__item--wide {
        grid-column: auto;
    }

    .live-topics__item {
        padding: 28px 26px;
        gap: 22px;
        border-radius: 22px;
    }

    .live-topics__item-icon {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
        border-radius: 18px;
    }

    .live-topics__item-icon svg {
        width: 30px;
        height: 30px;
    }

    .live-topics__item-title {
        font-size: 22px;
    }

    .live-topics__item-text {
        font-size: 17px;
    }
}

.acc-btn-2 {
    font-size: 18px;
    width: 250px;
    height: 35px;
}

/* mobile */
@media (max-width: 767px) {
    .live-topics__wrap {
        gap: 28px;
    }

    .live-topics__title {
        font-size: 40px;
        line-height: 1.02;
        letter-spacing: -1.5px;
    }

    .live-topics__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .live-topics__item,
    .live-topics__item--wide {
        grid-column: auto;
    }

    .live-topics__item {
        gap: 16px;
        padding: 20px 18px;
        border-radius: 18px;
    }

    .live-topics__item-icon {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        border-radius: 16px;
    }

    .live-topics__item-icon svg {
        width: 24px;
        height: 24px;
    }

    .live-topics__item-content {
        gap: 12px;
        padding-top: 0;
    }

    .live-topics__item-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .live-topics__item-text {
        font-size: 15px;
        line-height: 1.5;
    }
}
/* 07A. What We Will Cover Section End */

/* =================================== */
/* =================================== */
/* =================================== */
/* Danylo Oliinyk - https://iamdev.lol/ */
/* =====December 2025 For Statoplan =====*/
/* =================================== */
/* =================================== */
/* =================================== */