/* =================================== */
/* =================================== */
/* =================================== */
/* Danylo Oliinyk - https://iamdev.lol/ */
/* =====November 2025 For Statoplan =====*/
/* =================================== */
/* =================================== */
/* =================================== */
/* 01. Header Section */
/* 02. Hero Section */
/* 03. Inside Section */
/* 04. Category Section */
/* 05. Price Section */
/* 06. Course Section */
/* 07. Program Section */
/* 08. Register Section */
/* 09. Footer 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: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 36.3px */
}

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: 15px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10.91px;
    background: #101010;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    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{
    background: #FCD158;
    color: #000;
}

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: rgba(16, 16, 16, 0.65);
    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: rgba(16, 16, 16, 0.95);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }
}


/* 01. Header Section End */

/* 02. Hero Section End */
.hero__wrap{
    /* padding-top: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero__uptitle{
    color: #FFF;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    letter-spacing: 5px;
    text-transform: uppercase;
}

.hero__title{
    margin-top: 20px;
    display: flex;
    gap: 37px;
    color: #FFF;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 133.388px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 146.727px */
}

.hero__title em{
    color: #FCD158;
}

.hero__descr{
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 29px */
}

.hero__subtitle{
    margin-top: 5px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 29px */
}

.hero__subtitle em{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

.hero__subtitle del{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    text-decoration-line: line-through;
}

.hero__promo{
    margin-top: 60px;
    display: flex;
    padding: 15px 30px;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;

    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
}

.hero__promo-wrap {
    position: relative;
    display: inline-block;
}

.hero__promo {
    position: relative;
    z-index: 1;
    padding-right: 100px;
}

.hero__promo-lock {
    position: absolute;
    right: -60px;
    top: 71%;
    transform: translateY(-50%) rotate(0deg);
    z-index: 2;
    pointer-events: none;
}


.hero__promo-title{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.hero__promo-title span{
    color: #FCD158;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.hero__btn-group{
    margin-top: 60px;
    display: flex;
}

.hero__count-container{
    margin-top: 120px;
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;

    width: 959px;
    padding: 40px;
}

.hero__count-title{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 36.25px */
    text-transform: uppercase;
}

/* hero title marquee override */
.hero__title{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;

    color: #FFF;
    font-family: var(--font-accent);
    font-size: 133.388px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.hero__title-track{
    display: inline-flex;
    gap: 37px;
    will-change: transform;
    animation: hero-title-marquee 40s linear infinite;
}

.hero__title-item{
    display: inline-flex;
    align-items: center;
    gap: 37px;
}

.hero__title em{
    color: #FCD158;
}

/* скорость можно подкрутить через duration */
@keyframes hero-title-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* таймер */
.hero__count{
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.hero__count-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
}

.hero__count-num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* padding: 14px 20px; */
    color: #FFF;
    font-family: var(--font-accent);
    font-size: 56.466px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 70.583px */
}

.hero__count-label{
    margin-top: 8px;
    color: #FFF;
    text-align: center;
    font-size: 15.058px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 18.822px */
}


.hero {
    position: relative;
    overflow: hidden; 
}


.hero__mask--top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 160px; 
    pointer-events: none;
    z-index: 1;


    background: linear-gradient(to bottom, #0f0f0f 20%, rgb(253 0 0 / 0%) 100%);
}


.hero__wrap {
    position: relative;
    z-index: 2;
}


@media (max-width: 767px) {
    .hero__title{
        font-size: 64px;
    }

    .hero__count-container{
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
        width: auto;
    }

    .hero__count-title{
        font-size: 18px;
    }

    .hero__count{
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero__count-num{
        font-size: 32px;
        padding: 10px 14px;
    }
    .hero__promo-title{
        font-size: 16px;
    }
    .hero__promo-title span{
        font-size: 16px;
    }
    .hero__subtitle{
        margin-top: 20px;
    }
    .hero__btn-group{
        width: 90%;
        padding: 0 20px;
    }
    .acc-btn-hero{
        width: 100%;
    }
    .hero__promo-lock{
        display: none;
    }
    .hero__promo{
        padding: 15px 30px;
    }
    .hero__descr{
        font-size: 18px;
    }
}
/* 02. Hero Section End */

/* 03. Inside Section Start */
.inside__wrap{
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.inside__title{
    color: #FFF;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 115.385% */
    letter-spacing: -1px;
}

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

.inside__card{
    display: flex;
    /* width: 370px;
    height: 300px; */
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25.034px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    flex: 1 0 0;
}

.inside__card-ico{
    display: flex;
    aspect-ratio: 1/1;
    padding: 23.365px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8.345px;
    flex-shrink: 0;
    border-radius: 16.69px;
    background: #FCD158;
}

.inside__card-text{
    display: flex;
    flex-direction: column;
    gap: 8.34px;
}

.inside__card-title{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 36.25px */
    text-transform: uppercase;
}

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

@media (min-width: 768px) and (max-width: 1024px) {
    .inside__card-wrap{
        flex-direction: column;
        align-items: stretch;
    }
    .inside__card{
        align-items: center;
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .inside__card-wrap{
        flex-direction: column;
        align-items: stretch;
    }
    .inside__card{
        align-items: center;
        flex-direction: row;
    }
    .inside__card-subtitle{
        font-size: 16px;
    }
    .inside__card-title{
        font-size: 18px;
    }
}
/* 03. Inside Section End */

/* 04. Category Section Start */
.category__main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.category__title{
    color: #FFF;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 115.385% */
    letter-spacing: -1px;
}

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

.category__slide{
    display: flex;
    padding: 45px;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    align-self: stretch;
    border-radius: 20px;
    background: #FFF;
}

.category__slide-up-part{
    display: flex;
    align-items: flex-start;
    gap: 42px;
    align-self: stretch;
}

.category__slide-up-part-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

.category__slide-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.category__slide-item-text{
    display: flex;
    width: 360px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.category__slide-item-title{
    color: #001F3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.category__slide-item-descr{
    color: #001F3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}

.category__slide-item-subtitle{
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}

.category__slide-item-nums{
    display: flex;
    align-items: center;
    gap: 5px;
}

.category__slide-item-nums-hours{
    color: #001F3D;;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 36.25px */
}

.category__slide-item-nums-div{
    color: #101010;
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: 145%; /* 43.5px */
}

.category__slide-item-nums-cost{
    color: #E00B0B;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 36.25px */
}

.category__slide-down-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.category__slide-down-part-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.part-col-right{
    display: flex;
    flex-direction: row;
    width: 443.805px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.category__slide-down-part-title{
    color: #001F3D;
    font-family: var(--font-accent);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 115.385% */
    letter-spacing: -1px;
}

.category__slide-down-part-subtitle{
    color: #001F3D;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 43.5px */
    letter-spacing: -1px;
}

.category__slide-down-part-paket{
    color: #001F3D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 43.5px */
    letter-spacing: -1px;
}

.category__slide-down-part-promo{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

    width: 184px;   /* подгони под макет */
    height: 116px;  /* подгони под макет */
    padding: 10px 16px;

    background: url('../img/promo.webp') no-repeat center;
    background-size: 100% 100%; /* вместо contain */
    overflow: hidden; /* чтобы тени текста не торчали */
}


.category__slide-down-part-promo del{
    color: #FCD158;
    text-align: right;
    text-shadow: 0 3.705px 3.705px #000;
    font-family: var(--font-accent);
    font-size: 26.631px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 29.294px */
    letter-spacing: -0.444px;
    text-decoration-line: line-through;
}

.category__slide-down-part-promo em{
    color: #FCD158;
    text-align: right;
    text-shadow: 0 7.613px 7.613px #000;
    font-family: var(--font-accent);
    font-size: 54.715px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 60.186px */
    letter-spacing: -0.912px;
}

.category__slide-div-mob{
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category__slide-up-part{
    flex-direction: column;
  }
  .category__slide-up-part-col{
    width: 100%;
  }
  .category__slide-div-mob{
    display: block;
  }
  .category__slide-up-part{
    gap: 20px;
  }
  .category__slide-div,.category__slide-div-mob {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .category__slide-down-part-title, .category__slide-down-part-paket{
    font-size: 25px;
    line-height: normal;
  }
  .category__slide-down-part-subtitle{
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .category__slide-up-part{
    flex-direction: column;
  }
  .category__slide-up-part-col{
    width: 100%;
  }
  .category__slide-div-mob{
    display: block;
  }
  .category__slide-up-part{
    gap: 20px;
  }
  .category__slide-div,.category__slide-div-mob {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .category__slide-down-part{
    justify-content: space-between;
  }
  .category__slide-down-part-title, .category__slide-down-part-paket{
    font-size: 25px;
    line-height: normal;
  }
  .category__slide-down-part-subtitle{
    font-size: 16px;
    line-height: normal;
  }
  .category__slide-down-part-col{
    width: auto;
  }
  .category__title{
    font-size: 44px;
  }
  .category__slide-item{
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .category__slide-item-text{
    width: 100%;
  }
  .category__slide{
    padding: 40px 20px;
    flex-direction: column-reverse;
  }
  .category__slide-down-part-paket{
    display: none;
  }
  /* .part-col-right{
    justify-content: start;
  } */
  .category__slide-down-part-promo del{
    font-size: 16px;
  }
  .category__slide-down-part-promo em{
    font-size: 25px;
  }
  .category__slide-down-part-promo{
    padding-top: 10px;
    width: auto;
    height: auto;
  }
  .category__slide-down-part-col{
    flex: 1;
  }
}
/* 04. Category Section End */

/* 05. Price Section Start */
.price__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 36px;
}

.price__container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

.price__text{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 26.1px */
}

.price__num{
    color: #FCD158;
    font-family: var(--font-accent);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 85.714% */
    letter-spacing: -1px;
}

.price__num-del{
    text-decoration-line: line-through;
}

.price__text-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price__title{
    color: #FFF;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 200% */
    letter-spacing: -1px;
}

@media (min-width: 768px) and (max-width: 1024px){
    .price__container{
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .price__item{
        gap: 0px;
    }
    .price__text-wrap{
        gap: 100px;
        width: auto;
    }
}

@media (max-width: 767px){
    .price__container{
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .price__item{
        gap: 5px;
        text-align: center;
        align-items: center;
    }
    .price__text-wrap{
        gap: 100px;
        width: auto;
    }
    .price__ico{
        display: none;
    }
    .price__title{
        line-height: normal;
    }
}
/* 05. Price Section End */

/* 06. Course Section Start */
.course__wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 90px;
}

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

.course__title{
    color: #FFF;
    font-family: var(--font-accent);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 115.385% */
    letter-spacing: -1px;
}

.course__subtitle{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.course__subtitle span{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

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

.course__item{
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 20px;
    border: 1.147px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
}

.course__item-ico{
    display: flex;
    aspect-ratio: 1/1;
    padding: 19.911px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.111px;
    border-radius: 14.222px;
    background: #FCD158;
}

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

.course__item-title{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 29px */
    text-transform: uppercase;
}

.course__item-title a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 29px */
    text-transform: uppercase;
    text-decoration: underline;
}

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

@media (min-width: 768px) and (max-width: 1024px){
    .course__wrap{
        flex-direction: column;
    }
}

@media (max-width: 767px){
    .course__wrap{
        flex-direction: column;
        gap: 20px;
    }
    .course__item{
        flex-direction: column;
    }
    .course__title{
        font-size: 44px;
        line-height: normal;
    }
    .course__subtitle{
        font-size: 18px;
        line-height: normal;
    }
}

.course__wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 90px;
}


.course__col-1{
    display: flex;
    flex-direction: column;
    gap: 25px;

    position: sticky;
    top: 140px;   
    align-self: flex-start;
}
@media (max-width: 1024px){
    .course__col-1{
        position: static;
        top: auto;
    }
}

/* 06. Course Section End */

/* 07. Program Section Start */
.program__wrap{
    position: relative;
    display: flex;
    padding: 40px;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    gap: 40px;

    border-radius: 20px;
    background: #FFF;
}

.program__text{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.program__title{
    color: #001F3D;
    font-family: var(--font-accent);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 120% */
    letter-spacing: -1px;
}

.program__subtitle{
    color: #001F3D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 29px */
}

.program__content-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.program__row{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.program__item{
    display: flex;
    width: 525px;
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border: 1px solid rgba(0, 31, 61, 0.10);
    background: #F5F5F7;
}

.program__item-title, .program__item-title a{
    color: #001F3D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 27px */
}

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

.program__item-price{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.program__item-del{
    color: #001F3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    text-decoration-line: line-through;
}

.program__item-actual{
    color: #E00B0B;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 43.5px */
}

.program__gift {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 142px;
    height: 158px;
    right: -100px; 
    bottom: -60px;
    transform: rotate(30deg);
}

.program__gift-2 {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 142px;
    height: 158px;
    left: -50px;
    bottom: 300px;
    transform: rotate(321deg);
}

.program__gift img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px);
}

.program__gift-2 img {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
    filter: blur(3px);
}

@media (min-width: 768px) and (max-width: 1024px) {
 .program__gift{
    display: none;
 }
 .program__item-title, .program__item-title a{
    font-size: 18px;
    line-height: normal;
 }
 .program__subtitle{
    font-size: 18px;
    line-height: normal;
 }
 .program__item{
    align-self:stretch;
    width: auto;
 }
 .program__row{
    flex-direction: column;
 }
 .program__gift-2{
    display: none;
 }
}


@media (max-width: 767px) {
    .program__gift{
    display: none;
 }
 .program__item-title, .program__item-title a{
    text-align: center;
    font-size: 18px;
    line-height: normal;
 }
 .program__subtitle{
    font-size: 18px;
    line-height: normal;
 }
 .program__item {
        gap: 20px;
        flex-direction: column;
        align-self: stretch;
        width: auto;
 }
 .program__row{
    flex-direction: column;
 }
 .program__title{
    font-size: 44px;
    line-height: normal;
 }
 .program__wrap{
    padding: 40px 20px;
 }
 .program__gift-2{
    display: none;
 }
}
/* 07. Program Section End */

/* 08. Register Section Start */
.register__main{
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.register__text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.register__uptitle{
    color: #FFF;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    letter-spacing: 5px;
    text-transform: uppercase;
}

.register__title{
    color: #FFF;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 132px */
}

.register__title{
    color: #FCD158;
}

.register__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 36.25px */
}

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

.register__choice{
    width: 954px;
    display: flex;
    gap: 20px;
}

.register__choice-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: flex-start; */
    align-self: stretch;
    width: 370px;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
}

.register__choice-right {
    display: flex;
    width: 564px;
    padding: 40px;
    flex-direction: column;
    gap: 25.034px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
}


.register__choice-up{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}

.register__choice-up-ico{
    display: flex;
    aspect-ratio: 1/1;
    padding: 23.365px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8.345px;
    border-radius: 16.69px;
    background: #FCD158;
}

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

.register__choice-up-title{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 36.25px */
    text-transform: uppercase;
}

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

.register__choice-down{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 25.034px;
}

.register__choice-down-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.register__choice-down-del{
    color: #FFF;
    text-align: right;
    font-family: var(--font-accent);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 27.5px */
    letter-spacing: -0.444px;
    text-decoration-line: line-through;
}

.non-del{
    text-decoration-line:none;
}

.register__choice-down-actual{
    color: #FCD158;
    text-align: right;
    text-shadow: 0 7.613px 7.613px #000;
    font-family: var(--font-accent);
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 44px */
    letter-spacing: -0.912px;
}

.register__choice-btn-group{
    align-self: stretch;
    width: 100%;
    justify-content: stretch;
}

.register__timer{
    display: flex;
    padding: 40px;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid #FCD158;
    background: #FCD158;
    backdrop-filter: blur(10px);
}

.register__timer-title{
    color: #001F3D;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 36.25px */
    text-transform: uppercase;
}

.register__timer-count .hero__count-num{
    color: #000 !important;
}

.register__timer-count .hero__count-label{
    color: #000 !important;
}

.register{
    position: relative;
    overflow: hidden; 
}

.hero__mask--reg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2600px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, #0f0f0f00 0%, #101010 100%);
}

@media (min-width: 768px) and (max-width: 1024px){
    .register__choice{
        flex-direction: column;
        width: 100%;
    }
    .register__choice-left, .register__choice-right{
        width: auto;
    }
}

@media (max-width: 767px) {
    .register__choice{
        flex-direction: column;
        width: 100%;
    }
    .register__choice-left, .register__choice-right{
        width: auto;
        gap: 20px;
    }
    .register__title{
        font-size: 44px;
        line-height: normal;
    }
    .register__uptitle, .register__subtitle{
        font-size: 18px;
    }
    .register__timer{
        gap: 10px;
        flex-direction: column;
    }

    .register__timer-count .hero__count{
        flex-wrap: nowrap;
        
    }
    .register__timer-title{
        text-align: center;
    }
}
/* 08. Register Section End */

/* 09. 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: #FCD158;;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  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;
  }
}
/* 09. Footer Section End */


/* 10. 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: 10px; top: 10px;
  width: 36px; height: 36px; border-radius: 50%;
  border: none; background: transparent; font-size: 48px; line-height: 1;
  cursor: pointer; color:#FCD158;
  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; }
}
/* 10. Pop-up Section End */

/* 11. Thanks Section Start*/
.thx__header{
    background: #101010;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

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

.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: #535353;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

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

.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: 15px;
}

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

.link-thx{
    display: flex;
    align-items: center;
    gap: 20px;

    border-radius: 20px;
    border: 1px solid #E6E9ED;
    background: #26A4E3;
    text-decoration: none;

    padding: 20px;
    width: fit-content;
}

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

.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: var(--Color-2, #001F3D);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 92.308% */
}

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

.hero__title-thx{
    width: auto;
}

.thnx__descr{
    padding-top: 50px;
}

.tnx__btn-group{
    margin-top: 10px;
    display: flex;
    gap: 30px;
}

.tnx-btn-blue{
    display: flex;
    gap: 20px;
    background: #26A4E3;
    color: #fff;
    width: 260px;
    height: 30px;
    padding: 15px 20px;
}

.tnx-btn{
    display: flex;
    gap: 20px;
    width: 260px;
    height: 30px;
    padding: 15px 20px;
}

@media (min-width:768px) and (max-width:1024px){
    .thanks__wrap{
        flex-direction: column;
    }
    .hero__title-item {
    font-size: 120px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
}

@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;
    }
    .hero__title-item {
        font-size: 50px;
        display: inline-flex;
        align-items: center;
        gap: 21px;
    }
}
/* 11. Thanks Section End*/

/* General Media Styles Section Start */
@media (min-width:768px) and (max-width:1024px){

    
}
/* Mobile Final CSS Styles */
@media (max-width:767px){
    .blob-1, .blob-2, .blob-3, .blob-4{
        width: 300px;
    }
    .modal__title{
        font-size: 18px;
        line-height: normal;
    }
    .modal__dialog p{
        font-size: 14px;
    }
    .blob-5{
        width: 100px;
    }
    .blob-6{
        display: none;
    }
}


  .modal{ align-items: center; }
  .modal__dialog{
    width: 100%;
    max-height: 90dvh;
    border-radius: 16px;
    padding: 20px;
    overflow: auto;
  }









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