* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'OpenSans', 'Montserrat', 'Roboto',  'Oswald', 'Inter', sans-serif;
}
html {
  scroll-behavior: smooth;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-VariableFont_wght.ttf') format('truetype'),
        url('../font/OpenSans-Italic-VariableFont_wght.ttf') format('truetype');
        font-weight: 100 900;   /* 🔑 ключовий момент */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-VariableFont_wght.ttf') format('truetype'),
        url('../font/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
        font-weight: 100 900;   /* 🔑 ключовий момент */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-VariableFont_wdth.ttf') format('truetype'),
         url('../font/Roboto-Italic-VariableFont_wdth.ttf') format('truetype');
        font-weight: 100 900;   /* 🔑 ключовий момент */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-VariableFont_wght.ttf') format('truetype'),
        url('../font/Oswald-VariableFont_wght.ttf') format('truetype');
        font-weight: 100 900;   /* 🔑 ключовий момент */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-VariableFont_opsz.ttf') format('truetype'),
        url('../font/Inter-Italic-VariableFont_opsz.ttf') format('truetype');
        font-weight: 100 900;   /* 🔑 ключовий момент */
    font-style: normal;
    font-display: swap;
}



.container {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    color: #D5D5D5;
    
}

section {
background: #090909;
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    color: #D5D5D5;
}


.name__block__black,
.name__block__white, .name__block__green {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 30px 30px 20px 30px;
}

.name__block__white {
    color: #D5D5D5;
}
.name__block__white span {
    color: #FC9DC4;
}
.name__block__green {
    color: #C8FC7D;
}
.name__block__black__span {
    padding-top: 40px;
    font-size: 16px;
    color: #0B0434;
    padding-bottom: 10px;
}



.header {
    position: relative;
    /* background: linear-gradient(
        135deg,
        #0B571B 0%,
        #0B571B 30%,
        #1C1F1C 45%,
        #090909 100%
      );   */
}

.header__img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.header__img img {
    width: 100%;
    display: block;
}

.header__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.header__top__title {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    color: #E5E3E3;
    padding: 40px 0 50px 0;
    z-index: 3;
}

.header__top__subtitle {
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 700;
    color: #FC9DC4;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 30px;
        z-index: 3;
}

.header__top__sub {
        font-family: 'Oswald';
    font-size: 32px;
    font-weight: 400;
    color: #E5E3E3;
     padding: 10px 30px 0 30px;
        z-index: 3;
}

.header__main {
    width: 190px;
    margin-top: 110px;
    position: relative;
}
.header__main__text {
    font-family: 'Roboto';
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #E5E3E3;
    text-transform: uppercase;
    line-height: 22px;
    z-index: 3;
    padding: 0 0 0 30px;
}

.header__main__img {
    position: absolute;
    bottom: -45px;
}

.header__button__price {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 50px;
}
.header__button__price__title {
    position: relative;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
    color: #E5E3E3;
    z-index: 5;
}

.header__button__price__title__span1, .header__button__price__title__span2 {
        font-family: 'Oswald';
        font-size: 28px;
        font-weight: 600;
            color: #E5E3E3;
    z-index: 5;
}

.header__button__price__title__span2 {
            font-weight: 400;

}


.header__button__price__main__block {
      display: inline-block;
      position: absolute;
      left: 185px;
      top: -5px;
  transform: rotate(-20deg);
    transform-origin: left center;
z-index: 3;

}
.header__button__price__main {
    position: relative;
    text-align: end;
  position: relative;
  background: purple;
  width: 50px;
  padding: 1px 10px 1px 12px;
  border-radius: 0 20px 20px 0;
  z-index: 3;
    overflow: hidden; /* важливо */
    opacity: 0.7;
}

.header__button__price__main::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 10px;
  height: 100%;
  background: #090909;
  border-radius: 20px 0 0 20px;
    transform: scaleX(-1); /* 🔥 ось цей трюк */
    opacity: 1;
}

.header__button__price__main del {
    position: relative;
     font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
    color: #E5E3E3;
    z-index: 5;
}

.header__button {
    width: 65%;
    margin: 0px auto ;
    padding-top: 70px;
}

.header__button {
    position: relative;
}

.header__button__img {
    position: absolute;
    bottom: 45px;
    width: 100%;
    z-index: 2;
}

.header__button__img img {
    width: 100%;
    z-index: 2;
}
















.header__button__btn__start {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FC9DC4;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    overflow: hidden;
    /* letter-spacing: 2px; */
    /* line-height: 22px; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
    /* text-align: center; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    height: 60px;
    z-index: 2;
        text-decoration: none;

}



.header__button__btn__start__circle__text {
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-left: 60px;
    text-align: center;
}



.header__button__btn__start__circle__text__best {
      padding-left: 40px;
   }

.header__button__btn__start__circle {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
    background: #7E0077;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    z-index: 1;
    overflow: hidden;
}

.header__button__btn__start__circle__t, .header__button__btn__start__circle__80 {
font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 500;
    color: #E5E3E3;
}









.do__block {
    position: relative;
    /* background: linear-gradient(
        135deg,
        #090909 30%,
        #1C1F1C 70%,
        #0B571B 100%
      );    */
      z-index: 1;
}

.do__block__header, .do__block__header__arrow, .do__block__header__box, .do__block__header__text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.do__block__header__text {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #d5d5d5;
}
.do__block__header__arrow, .do__block__header__box {
    padding: 10px 15px;
}

.mobil_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mobil_main_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* gap: 20px; */
}
.mobil_main_after, .mobil_main_befor {
    text-align: center;
    padding: 10px 5px;
    min-width: 150px;
    h2 {
        font-size: 24px;
    }
    b {
        color: #FC9DC4;
    };

    
}
.mobil_main_after {
    border-radius: 20px 0 0 0;
}
.mobil_main_befor {
    border-radius: 0px 20px 0 0;
}

.mobil_main_after span, .mobil_main_befor span {
    /* font-weight: 300; */
    font-size: 12px;
}


.mobil_subtitle {
    display: block;
    position: relative;
}
.mobil_main_checks {
    display: flex;
    position: relative;
}
.mobil_main_checks_text p {
    margin: 7px;
}
.mobil_carousel-item img{
    max-height: 350px;
}

.do__block__buttom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.do__block__buttom__text {
    color: #F5F5F5;
    text-align: center;
    padding: 15px;
}

.do__block__buttom__line {
    width: 100%;
    img {
        width: 100%;
    }
}


.way__block {
      background:
    radial-gradient(circle at top, rgba(82, 4, 77, 0.7), transparent 70%),
    linear-gradient(to bottom, rgba(0,0,0,0), rgba(9,9,9,1));
}

.way__block__title {
    text-align: center;
    padding: 40px 30px 10px 30px;
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;

    span {
        font-size: 16px;
        color: #FC9DC4;
        font-weight: 700;
    }
}
.way__block__text {
    text-align: center;
    padding: 10px 40px 40px 40px;
    line-height: 20px;
    font-size: 14px;
}


.way__block__button {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 50px;
}












.mfr__block {
    background: linear-gradient(to bottom, #65727C,  #989EA5, #FAF4F6);
}

.mfr__block__header{
    color: #0B0434;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding: 30px;

}



.mfr__block__main__descr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    padding: 0 30px;
}

.mfr__block__main__descr__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 85%;
}

.mfr__block__main__descr__card__number {
    font-size: 64px;
    font-weight: 900;
    color: #E84782;
}

.mfr__block__main__descr__card__text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    font-style: italic;
    border: #E84782 solid 1px;
    border-radius: 15px;
    padding: 15px 20px;
    min-height: 65px;
    background: #fff;
}

.mfr__block__main__descr__card__reverse {
    flex-direction: row-reverse;
}

.mfr__block__main__descr__card__text__reverse {
    text-align: right;
}


.mfr__block__submain {
    padding-bottom: 20px;
}

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

.mfr__block__submain__card {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    min-height: 80px;
    width: 80%;
    background: linear-gradient(to right, #090909,  #7E0077);
    border: none;
    border-radius: 10px;
    padding: 0 10px;
    color: #D5D5D5;
 
}

.mfr__block__submain__card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    border: #D5D5D5 solid 1px;
    border-radius: 60px;
    padding: 10px;
}

.mfr__block__submain__card__text {
    text-align: start;
}


.main__cours {
    padding-bottom: 60px;
}

.main__cours__descr__block {
    margin-top: 20px;
    padding: 0 5px;
    
}

.main__cours__descr__block__title__name, .main__cours__descr__block__subtitle__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    gap: 10px;
    border-bottom: 1px solid #E5E3E3 ;
}


.main__cours__descr__block__title__name__numbername {
    font-size: 16px;
    font-weight: 400;
    color: #D5D5D5;
    line-height: 20px;
    /* padding-left: 15px; */
}




.main__cours__descr__block__title__name__number, .main__cours__descr__block__subtitle__content__line {
    min-width: 55px;
    min-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
}

.main__cours__descr__block__title__name__number {
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 5px;
    color: transparent;
    -webkit-text-stroke: 0.5px #D5D5D5;
    letter-spacing: 2px;
    justify-content: center;
}

.main__cours__descr__block__subtitle__content__line {
    display: flex;
    align-items: stretch; /* Вирівнювання по висоті */
    justify-content: center; /* Центрування по горизонталі */
    height: 100%;
}

.main__cours__descr__block__subtitle__content__line__l {
    width: 2px;
    background-color: #11551F;
    min-height: 100px; /* Лінія на всю висоту блоку */
}

.main__cours__descr__block__subtitle__content__text {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
    padding-left: 15px;
}




.fastion__block__main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    padding: 20px 30px 40px 30px;
}

.fastion__block__main__descr {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;


}

.practic {
    padding-bottom: 20px;
}
.practic__block {
    position: relative;
    border: 2px solid #E5E3E3;
    border-radius: 20px 20px 0 0;
    width: 95%;
    margin: 0 auto;
    
}

.practic__block__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.practic__block__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    min-height: 65px;
    width: 90%;
    border: #E5E3E3 solid 2px;
    border-radius: 10px;
    padding: 15px 20px;
}

.practic__block__card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: #E5E3E3 solid 1px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px;
        font-size: 24px;
    font-weight: 900;
    letter-spacing: 5px;
    color: transparent;
    -webkit-text-stroke: 0.5px #D5D5D5;
    letter-spacing: 2px;

}

.practic__block__card__text {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 5px 10px 5px;
    line-height: 18px;
}








.autor {
    padding: 20px 10px 10px 10px;
}
.autor__header {
    height: 580px;
    background: url('../img/autor.png') no-repeat center center / cover; 
    overflow: hidden;
}

.autor__header__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 10px 7px 5px;
    width: 160px;
    font-size: 13px;

    border-radius: 10px 0 0 0;
    background: linear-gradient(to right, rgba(0, 148, 30, 0.5), rgba(23, 72, 36, 0.5));
}

.autor__header__name {
    position: relative;
	display: block;
	z-index: 1; /* для надійності */
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 20px;
    color: #000;
}




.autor__goal {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 20px 0 20px;
    font-weight: 500;
    font-style: italic;    
}

.autor__goal__goal {
    font-size: 20px;
    font-weight: 800;
}

.autor__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    margin: 20px 0 0 0;
        border: 2px solid #E5E3E3 ;
    border-radius: 0 0 10px 10px;
}

.autor__card {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    border: 2px solid #E5E3E3 ;
    border-radius: 10px;
    padding: 10px 20px; 
    gap: 30px;
}

.autor__card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 75px;
}

.autor__card__img img {
    width: 60px;
    height: 60px;
        border: #E5E3E3 solid 1px;
    border-radius: 50%;
    padding: 10px;
}


.autor__card__text {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #d5d5d5;
}






















/* ТААААЙМЕР початок */



/* Таймер — базове оформлення */
.countdown-timer {
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 5px auto 20px;
    /* color: #222; */
}

.countdown-timer .timer-title {
    font-family: "OpenSans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
}

.countdown-timer .timer-display {
    font-family: "OpenSans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    color: rgba(232, 71, 130, 1);
    box-shadow: rgba(0, 0, 0, 0.25);
}

.countdown-timer .timer-labels {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
    color: #666;
}

.minutes,
.seconds {
    display: inline-block;
    min-width: 40px;
    color: rgba(232, 71, 130, 1);
}

.timer-labels span {
    font-family: "OpenSans", sans-serif;
    font-size: 10px;
    color: #fff;

}

/* Стиль для неактивної (заблокованої) кнопки */
.button-disabled {
    pointer-events: none;
    opacity: 0.45;
    filter: grayscale(10%);
}

/* Додатково: якщо кнопка має клас, щоб показати текст "Закінчено" */
.button-disabled .header__main__block__descr__subtitle__btn__start__circle__text,
.button-disabled .header__main__block__descr__subtitle__btn__start__circle {
    opacity: 0.7;
}

/* М'яке миготіння (анiмацiя) */
.timer-blink {
    animation: timerBlink 0.8s ease-in-out infinite;
}

@keyframes timerBlink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }

    100% {
        opacity: 1;
    }
}

/* таймер кінец */








.opiniones__block {
    width: 95%;
    margin: 0 auto;
    border: #E5E3E3 solid 2px;
    
}

.opiniones__block__slider{
    position: relative;
    padding: 0 20px;
}

/* СЛАЙДЕР ДЛЯ ФОТООООО */


.slider-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0px auto ;
    overflow: visible; /* Дозволяємо елементам виходити за межі контейнера */
    color: white;
    padding-top: 30px;
}

.slider__title {
    font-family: "Oswald";
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding: 30px 10px 10px 10px;
}

.slider, .header___slider {
    overflow: hidden; /* Обмежуємо видимість слайдів за межами контейнера */
    z-index: 10;
}



.slides, .header___slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide, .header___slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.slides {
    display: flex;
    transition: transform 0.4s ease;
  }
  
  .slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }

.slide img, .header___slide img {
    width: 85%;
    display: block;
}

.slide__min {
    width: 50% !important;
}

.prev1, .prev2, .next1, .next2, .header___prev, .header___next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 45%;
    transform: translateY(-50%);
    background: none;
    /* color: white; */
    border: rgba(252, 157, 196, 1) solid 1px;
    cursor: pointer;
    border-radius: 30px;
    user-select: none;
    z-index: 1;
}


.prev1, .prev2, .header___prev {
    left: 10px; /* Виводимо кнопку за межі контейнера */
}

.header___prev {
    left: 15px; /* Виводимо кнопку за межі контейнера */
}

.next1, .next2, .header___next {
    right: 10px; /* Виводимо кнопку за межі контейнера */
}

 .header___next {
    right: 15px; /* Виводимо кнопку за межі контейнера */
}

.prev1:hover, .prev2:hover, .next1:hover, .next2:hover, .header___next:hover, .header___prev:hover {
    background-color: rgba(252, 157, 196, 1);
}

.header___next:hover, .header___prev:hover {
    background-color: rgba(252, 157, 196, 1);
}

.pagination, .header___pagination {
    text-align: center;
    margin-bottom: 20px;
}

.pagination button, .header___pagination button {
    border: 2px solid #FC9DC4;
    padding: 5px 5px;
    margin: 10px 4px 0 4px;
    border-radius: 50%;
    cursor: pointer;
    background: none;
}

.pagination__green button {
    border: 2px solid #FC9DC4;
}
.pagination button.active, .header___pagination button.active {
    background-color: #FC9DC4;
}

.pagination__green button.active {
    background-color: #FC9DC4;
}

.pagination button:hover, .header___pagination button:hover {
    background-color: rgba(252, 157, 196, 0.6);
}
.pagination__green button:hover{
    background-color: #FC9DC4;
}

.header___pagination button.active {
    background-color: rgba(252, 157, 196, 0.8);
}

 .header___pagination button:hover {
    background-color: rgba(252, 157, 196, 1);
}

/* КІНЕЦЬ СЛАЙДЕРА */



.programa__block__cards {
    display: flex;
    flex-wrap: wrap;            /* 🔑 дозволяє 2 в ряд */
    justify-content: center;
    gap: 10px;
    padding: 20px 10px;
}

.programa__block__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    font-size: 12px;
    /* letter-spacing: 1px; */
    /* line-height: 18px; */
    width: 100%;          /* картки тепер рівні */
    max-width: 500px; 
    font-weight: 400;
    margin: 0 auto;
    border: #E5E3E3 solid 2px;
    overflow: hidden;
    flex: 0 1 calc(50% - 15px);  /* 🔑 2 в ряд */
    max-width: 500px;
    width: 100%;

}

.programa__block__card__text {
    font-size: 10px;
    font-weight: 500;
    padding: 10px 5px 10px 20px;
}

.programa__block__card__title, .programa__block__card__subtitle {
    text-align: center;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
    position: relative;
    width: 100%;
}

.programa__block__card__subtitle {
    font-size: 12px;
}

.programa__block__card__video__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.programa__block__card__video {
    width: 100%;
    border-radius: 10px;

}

.programa__block__card__video {
    width: 100%;
    height: 120px; /* ✔ вибери будь-яку висоту */
    border-radius: 10px;
    overflow: hidden; /* ✔ обрізає зайве відео */
    position: relative;
}

.programa__block__card__video__item {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ✔ заповнює блок */
    object-position: 30% 80%;
    display: block;
}

.programa__block__card__btn {
    position: relative;
    margin-top: 10px;
    /* padding: 8px 15px; */
    border-radius: 60px;
    /* background: linear-gradient(to right, rgba(245, 21, 159, 1), rgba(244, 111, 107, 1)); */
    border:  #E5E3E3 solid 2px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: 160px;
}

.programa__block__card__btn__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    gap: 10px;
    border: none;
    background: none;
    width: 100%;
}

.programa__block__card__btn__text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #D5D5D5;
}

.programa__block__card__btn__circle {
    display: flex;
    align-items: center;
    justify-content: center;

}

/* приховані блоки */
.programa__more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;

    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}


/* анімація повільного появлення */
.programa__more.show {
    max-height: 2000px; /* просто великий запас */
    opacity: 1;
}


@keyframes fadeIn {
    from {opacity: 0; transform: translateY(-5px);}
    to   {opacity: 1; transform: translateY(0);}
}

.video-wrapper {
  position: relative;
  width: 100%;
  
  padding-top: 75%;

  border-radius: 10px;
  overflow: hidden;
}

.video-wrapper1 {
padding-top: 90%; 
}

.programa__block__card__video__item {
  position: absolute;
  top: -20px; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* .programa__block__card__video__item3  {
    top: -25px;
} */



.best {
    padding: 0 10px;
}
.best__block {
    border: #0B571B solid 2px;
    border-radius: 15px 15px 0 0;
    
}

.name__block__black__best {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 20px 10px;
    text-transform: uppercase;
    line-height: 32px;
    /* letter-spacing: 1.5px; */
    span {
        font-size: 18px;
        font-weight: 900;
        color: #D03E26;
        font-weight: 900;
    }
}

.best__block__button {
    display: flex;
    align-items: center;
    justify-content: center;   
    width: 80%;
    margin: 0 auto;
}





.best__block__timer {
    padding: 20px 0 30px 0;
}

/* TIMER */

/* Timerrrrrrrrrrrrr */

.header__timer {
    text-align: center;
}

.supercart__header__timer {
    background-color: #6A1406;
    border-radius: 10px;
    color: white;
    margin-top: 20px;
    width: 80%;
    padding: 10px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);

}

.timer__header {
    font-family: 'Roboto';
	position: relative;
	display: block;
	z-index: 3; /* для надійності */

    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
	color: #E5E3E3;
}

.timer__header__best {
    color: #0B571B;
}


.timer__header2 {
    font-size: 16px;
    margin-top: 10px;
    z-index: 3;
}

.timer__footer {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 700;

}
#timerContainer1 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 24px;
}
.timer__header__best .timerLabel {
    color: #0B571B;
}

.dark-timer .timerElement span {
    background: rgba(13, 75, 26, 0.8);
}

.timerElement {
    display: inline-block;
    margin: 0 5px;
    z-index: 3;
}

.timerElement span {
	display: block;
    position: relative;
    font-weight: 900;
    font-size: 24px;
    color: #FC9DC4;
	/* background:rgba(13, 75, 26, 0.8); */
    border-radius: 5px;
    min-width: 30px;
    padding: 5px 0;
    z-index: 3;
}

.timerElement__0 {
    position: relative;
    margin: 0;
    z-index: 3;
    span {
        position: relative;
        top: -21px;
            min-width: 0px;
    padding: 5px 0;
    }
}

#timerContainer1 .timerElement span  {
    font-size: 24px;
}


#timerContainer2 .timerLabel {
    position: relative;
    font-size: 10px;
    color: #FC9DC4;
    z-index: 3;
}

#timerContainer1 .timerLabel {
    position: relative;
    font-size: 10px;
    color: #FC9DC4;
    z-index: 3;
}

/* the end TIMER */


.garantia__block {
        background: radial-gradient(circle at top, rgba(82, 4, 77, 0.7), transparent 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(9, 9, 9, 1));
}

.garantia__block__main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 20px;
}

.garantia__block__main__descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #d5d5d5;
}

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

.garantia__block__title {
    font-size: 14px;
    font-weight: 700;
}

.garantia__block__subtitle__list, .garantia__block__subtitle__descr {
    font-size: 12px;
    line-height: 16px;
}




/* accordioooooooooooooooooon */

.accordion {
    padding: 10px;
}
.accordion-item {
    min-height: 50px;
    border-bottom: 2px solid #E5E3E3;
    margin-top: 8px;
    color: #D5D5D5;
    box-shadow: 
        0px 2px 4px rgba(0, 0, 0, 0.1);
}


.accordion-button {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 20px 10px 5px 15px;
    line-height: 16px;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    text-shadow: none;
        color: #D5D5D5;

}



.accordion-button:hover {
    background: none;
}

.icon {
    min-width: 40px;
    text-align: center;
    margin-left: 15px;
    font-size: 1.4em;
    font-weight: 300;
    color: #E5E3E3;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 15px 5px 15px;
    background-color: none;
            color: #D5D5D5;
            font-weight: 500;

}

.accordion-content p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 10px 5px 5px 0;
    line-height: 20px;

}



/* accordioooooooooooooooooon  КІНЕЦЦЦЦЦЦ */

.cardsprice__main {
    padding: 15px 0;
}
.cardsprice__block {
    padding: 10px 20px;
      background: linear-gradient(to top, rgba(82, 4, 77, 0.7), rgba(82, 4, 77, 0.7));
}

.cardsprice__main__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cardsprice__main__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(5, 1, 5, 0.5);
    padding: 20px;
    border: none;
    border-radius: 15px 15px 0 0 ;
}

.cardsprice__main__card__second {
    position: relative;
    border-radius: 0 0 15px 15px;
    border: 1px solid #7E0077;
}
.cardsprice__main__card__h {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(126, 0, 119, 0.5);
    padding: 10px 15px;
    border-radius: 0 0 0 20px;
    text-transform: uppercase;
    color: #FC9DC4;
    font-size: 16px;
}
.cardsprice__main__card__price {
    padding: 30px 0;
}
.cardsprice__header__button__price {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cardsprice__header__button__price__title__span1 {
    text-align: center;
    font-size: 36px;
}
.cardsprice__main__card__title {
    font-size: 32px;
    text-transform: uppercase;
    color: #FC9DC4;
    font-weight: 700;
}

.cardsprice__main__card__title__s {
    padding-top: 50px;
}

.cardsprice__header__button__price__main__block{
          left: 150px;
      top: -20px;
  transform: rotate(-10deg);
}

.cardsprice__main__card__subtitle__descr {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 15px;
    padding: 0 15px;
}

.cardsprice__main__card__subtitle__descr__text {
    font-size: 16px;
    line-height: 22px;
    color: #D5D5D5;
}
.cardsprice__main__card__subtitle__descr__img{
    position: relative;
    top: 2px;
}

.cardsprice__main__card__subtitle{
    padding-bottom: 50px;
}

.cardsprice__header__button__btn__start__circle__text{
    padding-left: 0;
    padding: 0 60px;
}

.cardsprice__header__button__btn__start__circle__text__second {
    padding: 0 20px;
}









.footer {
    width: 100%;
    text-align: center; 
    background: linear-gradient(
        to bottom,
        #090909 0%,
        rgba(82, 4, 77, 0.7) 100%
      ); 
      padding-top: 70px;
}

.footer__insta__text {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
    color: #D5D5D5;

}


.footer__call {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #D5D5D5;
}

.footer__insta {
    font-family: 'Montserrat';
    padding-top: 20px;
}
.footer__social a {
    margin: 10px;
    text-decoration: none;
}

.footer__mail a {
    font-size: 20px;
    color: rgb(0, 60, 255);
}
.footer__mail {
    margin-top: 20px;
}

.icon__logo {
    width: 32px;
    height: auto;
}
.footer__img {
    width: 100%;
    padding: 30px;
}
.icon__logo__am {
    width: 20%;
}

.footer__fop {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-align: start;
    margin: 30px 20px 10px 20px;
    
}
.footer__fop__text {
    font-weight: 400;
    text-decoration: none;
    line-height: 18px;
    color: #D5D5D5;

}
.footer__fop__text a {
    text-decoration: none;
    color: #D5D5D5;
}

.footer__footer {
    font-size: 12px;
    padding: 20px 20px 30px 20px;
    color: #D5D5D5;
    u {
        color: #D5D5D5;
    }
}


.works__footer__info {

    margin-left: 5px;
    text-align: left;
    font-size: 11px;
    color: #D5D5D5;
}

.works__footer__info-end a {
    color: #D5D5D5;
    font-family: 'Montserrat';

}



