* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: white;

    font-family: 'Roboto', 'Oswald', 'Montserrat', 'Kanit', 'Anton', sans-serif;

}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf') format('woff'),
         url('../font/Roboto-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Italic';
    src: url('../font/Roboto-Italic.ttf') format('woff2'),
         url('../font/Roboto-Italic.ttf') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-VariableFont_wght.ttf') format('woff2'),
         url('../font/Montserrat-VariableFont_wght.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Italic';
    src: url('../font/Montserrat-Italic-VariableFont_wght.ttf') format('woff2'),
         url('../font/Montserrat-Italic-VariableFont_wght.ttf') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-VariableFont_wght.ttf') format('woff'),
        url('../font/Oswald-VariableFont_wght.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../font/Kanit-Black.ttf') format('woff2'),
         url('../font/Kanit-Black.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url('../font/Anton-Regular.ttf') format('woff'),
         url('../font/Anton-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.container {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}


header {
    margin: 0;
    background: 
        radial-gradient(ellipse at 35vw 60vh, rgba(53, 0, 153, 0.8) 20%, rgba(4, 2, 107, 0.5) 50%, rgba(2, 1, 53, 0) 80%), 
        linear-gradient(to bottom, #05000e, #010016);
}


/* .header {
    background: linear-gradient(to bottom, #350099,  #040235);
} */

.header__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.header__head__am {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.header__head__am img {
    object-fit: contain;
    width: 120%;
    height: auto;
}

.header__head__month {
    font-size: 14px;
}
.header__head__startdata {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
    background: #ffffff18;
    padding: 7px 10px;
    border-radius: 10px 0 10px 0;
}


.header__title {
    margin-top: 20px;
    text-align: center;
    color: white;
}

.header__title__name {
    font-size: 16px;
}

.header__title__main__header {
    font-family: 'Oswald';
    margin-top: 20px;
    font-weight: 700;
    color: rgba(214, 26, 145, 1);
    letter-spacing: 8px;
}

.header__title__main__name {
    font-family: 'Oswald';
    font-size: 48px;
    font-weight: 700;
    color: #D61A91;
    /* color: transparent; 
    -webkit-text-stroke: 2px rgba(214, 26, 145, 1);  */
    letter-spacing: 8px;
}

.header__title__subtitle {
    font-family: 'Oswald';
    margin: 10px auto;
    width: 80%;
    text-align: center;
}

.header__title__subtitle span {
    font-weight: 700;
    color: rgba(214, 26, 145, 1);
}


.header__main {
    display: flex;
}

.header__main__autor {
    width: 50%;
    height: 275px;
}

.header__main__autor img {
    position: relative;
    height: 160%;
    bottom: 40px;
    right: 40px;
    display: block;
    
    /* Маска для плавного розмиття знизу */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0));
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0));
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.header__main__cards {
    color: white;
    font-size: 16px;
    margin: 0 10px;
}

.header__main__card {
    background: #ffffff18;
    text-align: center;
    margin: 20px 10px 0 0;
    padding: 15px;
    border-radius: 20px 0 20px 0;
    box-shadow: 4px -1px 18px 1px rgba(214, 26, 145, 0.2);
    transition: 0.3s; /* Анімація */
}

.header__subtitle {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}


.header__subtitle__price, .header__subtitle__button__btn,
.header__subtitle__button__btn__text {
    font-family: Oswald;
    text-transform: uppercase;
}


.header__subtitle__price {
    font-size: 14px;
    margin: 10px;

    
}
.header__subtitle__price span {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 700;
    color: #D61A91;
    /* text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.8); */
}

.header__subtitle__price del {
    font-family: Oswald;

}


.header__subtitle__button__btn {
    width: 275px;
    height: 100px;
    background-color: #350099;
    border-radius: 30px 30px 0 10px ;
    cursor: pointer;
}

.header__subtitle__button__btn button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #D61A91, #350099 );
    border: none;
    border-radius: 60px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}


.header__subtitle__button__btn__text {
    font-size: 20px;
    width: 80%;
    text-align: center;
    padding-left: 40px;
}
.header__subtitle__button__btn__text a {
    text-decoration: none;
    padding: 20px;

}
.header__subtitle__button__btn__sale {
    /* font-family: 'Oswald'; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: linear-gradient(to bottom, #350099, #040235);
    height: 60px;
    width: 60px;
    border-radius: 50%;

   

}
.header__subtitle__button__btn__sale  span {
    color: #D61A91;
}


.header__subtitle__button__main {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;

}

.header__subtitle__button__main span {
    font-style: italic;
    background-color: #D61A91;
    padding: 0 4px 0 0;
}

/* стилі для фіксованої кнопки: */

.floating-button {
    position: fixed;
    max-width: 380px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    animation: fadeIn 1s ease-in-out;
    cursor: pointer;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* кінец фікс кнопки */



.marquee-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 25px;
    position: relative;
    overflow: hidden;
    background-color: #350099;
    padding: 10px 0;
}

.marquee {
    display: flex;
    white-space: nowrap;
    animation: marquee 5s linear infinite;
}

.marquee-content {
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    letter-spacing: 4px;
    margin-right: 50px; /* Відступ між елементами */
}

.marquee-content img {
    padding: 0 10px;
}

/* Налаштування анімації */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}







.main {
    background: linear-gradient(to top, #000, #040235);
    padding: 15px;
}

.main__news {
    width: 90%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px 0 20px 0;
}

.main__news__title {
    font-size: 22px;
    font-weight: 700;
}

.main__news__subtitle {
    font-size: 16px;
    margin-top: 20px;
}








.main__cours__name, .contents__imagine__name, .contents__programm__name {
    font-family: 'Oswald';
    font-size: 28px;
    font-weight: 700;
    color: #D61A91;
    text-align: center;
    padding: 35px;
}

.main__cours__descr__block {
    margin-top: 10px;
}

.main__cours__descr__block__title__name, .main__cours__descr__block__subtitle__content {
    display: flex;
    align-items: center;
}


.main__cours__descr__block__title__name__numbername {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}




.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: 36px;
    font-weight: 100;
    color: #D61A91;
}

.main__cours__descr__block__title__name__number {
    font-family: 'Anton', sans-serif;
    display: flex;
    align-items: center;
    color: transparent; 
    -webkit-text-stroke: 0.6px rgba(214, 26, 145, 1); 
    letter-spacing: 5px;
}

.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: #D61A91;
    min-height: 80px; /* Лінія на всю висоту блоку */
}

.main__cours__descr__block__subtitle__content__text {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
}



.main__foryou__name__white, .contents__programm__name, .contents__carouselka__name{
    color: white;
}

.main__foryou__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.main__foryou__card {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px 0 20px 0;
    padding: 10px;
    font-size: 14px;
    min-height: 140px;
    box-shadow: 
        10px 0px 30px -5px rgba(214, 26, 145, 0.4);
    border: 1px solid transparent; /* Прозорий бордер для інших сторін */
    border-bottom: 1px solid rgba(214, 26, 145, 0.4); /* Червоний нижній бордер */
    border-left: 1px solid rgba(214, 26, 145, 0.4);
}

.main__foryou__card__plus {
    min-height: 190px;
}

.main__foryou__card__descr {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}




.main__familiar__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    
}

.main__familiar__card {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    height: 125px;
    border-radius: 30px 0 30px 0;
    
    box-shadow: 
            10px 0px 30px -10px rgba(214, 26, 145, 0.4);
    border: 1px solid transparent; /* Прозорий бордер для інших сторін */
    border-bottom: 1px solid rgba(214, 26, 145, 0.4); /* Червоний нижній бордер */
    border-left: 1px solid rgba(214, 26, 145, 0.4);
    overflow: hidden;
}

.main__familiar__card__img {
    flex: 1; /* кожен блок займає рівно половину простору */
    text-align: center;
}

.main__familiar__card__img img{
    width: 100%;
    height: auto;
}

.main__familiar__card__descr {
    width: 50%;
    padding: 0 20px;
}







.contents {
    background: linear-gradient(to bottom, #000, #040235);
    /* padding: 15px; */
}

.contents__imagine, .contents__programm {
    padding: 0 15px;
}
.contents__imagine__card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.89);
    border-radius: 20px 0 20px 0;
    margin-top: 20px;
    min-height: 90px;
    padding: 5px;
}

.contents__imagine__card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.contents__imagine__card__img__bgr{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D61A91;
}

.contents__imagine__card__content__title {
    font-size: 16px;
    font-weight: 700;
    color: #350099;
    margin: 5px 0;
}

.contents__imagine__card__content__descr {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    color: #000;
}



.contents__programm__name {
    padding: 35px 15px 5px 15px;
}
.contents__programm__contents__point {
    display: flex;
    flex-direction: column;
}

.contents__programm__contents__name {
    text-align: center;
    margin: 25px;
    font-size: 16px;
    font-weight: 700;
}

.contents__programm__contents__name span {
    text-transform: uppercase;
    font-size: 14px;
}

.contents__programm__contents__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.contents__programm__contents__card {
    position: relative; /* Для псевдоелементів */
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding: 6px;
    background: rgba(53, 0, 153, 0.51);
    border-radius: 0 30px 0 30px; /* Заокруглення куточків */
    box-shadow: 0px 0px 20px 0px rgba(214, 26, 145, 0.4);
    overflow: hidden; /* Прибирає зайві частини псевдоелемента */
}

.contents__programm__contents__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(214, 26, 145, 1); /* Загальна рамка */
    border-radius: 0; /* Прибираємо заокруглення */
    clip-path: polygon(
        0 0, /* Верхній лівий кут */
        100% 1px, /* Верхній правий кут */
        100% 99%, /* Нижній правий кут */
        1px 98%, /* Нижній лівий заокруглений кут */
        1px 100%, /* Верхній лівий заокруглений кут */
        0 1px /* Замикання контуру */
    ); /* Обрізаємо рамку біля заокруглених кутів */
    pointer-events: none; /* Щоб рамка не блокувала кліки */
}

.contents__programm__contents__card__white {
    background: rgba(255, 255, 255, 0.89);
}

.contents__programm__contents__card__text__white {
    color: black;
}
.contents__programm__contents__card__text__white b {
    color: #000;
}

.contents__programm__contents__card__numb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    text-align: center;
    font-size: 18px;
}

.contents__programm__contents__card__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(214, 26, 145, 1);
    border-radius: 50%;
    font-family: 'Anton';
    color: transparent; /* Прозорий текст */
    -webkit-text-stroke: 0.5px rgba(214, 26, 145, 1); /* Контур тексту (2px чорний) */
    letter-spacing: 2px;
}


.contents__programm__contents__card__text {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px 5px 5px;
}



.contents__carouselka__name {
    font-family: 'Roboto';
    font-size: 24px;
    padding: 35px 35px 0 35px;
}


/* Загальний стиль ///////////////////////////////////*/
.contents__carousel {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  
  /* Вікно для відображення слайдів */
  .contents__carousel__viewport {
    display: flex;
    margin-top: 50px;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
  }
  
  /* Кожен елемент */
  .contents__carousel__item {
    display: flex; /* Вмикаємо гнучкий контейнер */
    flex-direction: column; /* Елементи залишаються вертикальними */
    justify-content: center; /* Вирівнювання по вертикалі */
    align-items: center; /* Вирівнювання по горизонталі */
    flex: 0 0 45%; /* Центральний блок вужчий */
    text-align: center;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #D61A91;
    border-radius: 20px 0 20px 0;
    opacity: 0.6;
    transform: scale(0.8);
    transition: transform 0.5s ease, opacity 0.5s ease;

    box-shadow: 
        0px 0px 40px 0px rgba(214, 26, 145, 0.4);
    border: 1px solid transparent; /* Прозорий бордер для інших сторін */
    border-bottom: 1px solid rgba(214, 26, 145, 0.4); /* Червоний нижній бордер */
    border-left: 1px solid rgba(214, 26, 145, 0.4);
}

  
  /* Центральний блок */
  .contents__carousel__item.active {
    opacity: 1;
    transform: scale(1);
    flex: 0 0 60%; /* Вужчий центральний блок */
  }

  .contents__carousel__item img {
    margin: 5px;
  }

  .contents__carousel__item__check {
    background-color: rgb(0, 172, 0);
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 5px;
  }
  
  /* Пагінація */
  .contents__carousel__pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .contents__dot {
    /* position: relative;
    top: 15px; */
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border: 0.5px solid #D61A91;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .contents__dot.active {
    background-color: #D61A91;
  }
  
  /* Контролери */
  .contents__carousel__controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
  }
  
  .contents__arrow {
    background: linear-gradient(to right, #D61A91, #350099);
    color: #fff;
    border: none;
    border-radius: 5px 0 5px 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .contents__arrow:hover {
    background: rgba(214, 27, 145, 0.7);
  }
  

/* end carousel */



.contents__coach {
    position: relative;

    background: url('../img/fotos__ann/new.PNG') no-repeat center;
    background-size: 95%;
    background-color: rgba(255, 255, 255, 0.9);

    /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0));
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;

    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0));
    mask-repeat: no-repeat;
    mask-size: 100% 100%; */

    border-radius: 20px 0 20px 0;
    padding: 0px 5px 15px 5px;
    margin: 0 15px;
    box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.contents__coach__title {
    display: flex;
    position: relative;
    align-items: center;
    font-size: 14px;
    height: 30px;
    width: 70%;
    left: -5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px 0 20px 0;
}

.contents__coach__title img {
    margin: 5px;
}

.contents__coach__title__text {
    color: black;
}

.contents__coach__name {
    font-size: 24px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: 'Oswald';
    color: #D61A91;
    /* color: transparent; 
    -webkit-text-stroke: 0.6px rgba(214, 26, 145, 1);  */
    letter-spacing: 2px;
    margin: 10px;
    padding-left: 12px;
    
}

.contents__coach__foto {
    position: relative;
    text-align: center;
}

/* .contents__coach__foto img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    top: -195px;
    
    Маска для плавного розмиття знизу
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0));
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
} */

.contents__coach__descr {
    position: relative;
    background: rgba(4, 3, 48, 0.7);
    border-radius: 20px;
    margin: 270px 5px 0px 5px;
    padding-top: 5px;
}

.contents__coach__descr p {
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    padding: 0 15px;
}

.contents__coach__descr p:first-child {
    margin-top: 10px;
}

.contents__coach__descr p:last-child {
    padding: 0 15px 10px 15px;
}

.contents__coach__experience {
    position: relative;

}
.contents__coach__experience__title {
    font-family: 'Oswald';
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 10px 0;
}

.contents__coach__experience__cards {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
}

.contents__coach__experience__card {
    max-width: 320px;
    min-height: 60px;
    padding: 7px 15px 5px 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(153, 153, 153, 0.1));
    border-radius: 20px 0 20px 0;
    box-shadow: 
            0px 0px 20px 0px rgba(214, 26, 145, 0.4);
}

.contents__coach__experience__card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.contents__coach__experience__card__bgr {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D61A91;
    border-radius: 50%;
}




.advantages {
    background: linear-gradient(to bottom, rgba(4, 2, 53, 1), rgba(53, 0, 153, 1));
}

.advantages__professons__name, .advantages__different__name {
    font-family: "Oswald";
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;

    padding: 30px 10px;
}

.advantages__professons__content {
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.advantages__professons__content__card {
    position: relative;
    min-height: 45px;
    max-width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #D61A91;
    border-radius: 20px 0 20px 0;

    box-shadow: 
    0px 0px 10px 0px rgba(214, 26, 145, 0.4);
}

.advantages__professons__content__img {
    position: absolute;
    width: 205px;
    right: 25px;
    top: -37px;
}

.advantages__professons__content__img img {
    width: 100%;
}

.advantages__professons__content__card__pos01 {
    left: 40px;
}

.advantages__professons__content__card__pos02 {
    left: 0px;
    max-width: 220px;
}

.advantages__professons__content__card__pos03 {
    top: 5px;
    left: 10px;
    max-width: 220px;
}

.advantages__professons__content__card__pos04 {
    top: 5px;
    left: 5px;
    max-width: 180px;
}

.advantages__professons__content__card__pos05 {
    top: 15px;
    left: 10px;
}

.advantages__professons__content__card__pos06 {
    top: 15px;
    left: 35px;
    max-width: 150px;
}

.advantages__professons__content__card__pos07 {
    position: absolute;
    right: 35px;
    bottom: 42px;
    max-width: 150px;
}


.advantages__different {
    padding: 0 15px;
}

.advantages__different__name {
    padding: 40px 10px;
}
.advantages__different__content {
    background: white;
    border-radius: 30px 0 30px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 20px;
}

.advantages__different__content__mycours__title {
    font-family: "Oswald";
    font-size: 20px;
    font-weight: 700;
    color: #350099;
    text-align: center;
}

.advantages__different__content__mycours__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.advantages__different__content__mycours__card {
    width: 325px;
    min-height: 60px;
    background: linear-gradient(to right, rgba(53, 1, 153, 1), rgba(4, 2, 53, 1));
    font-size: 14px;

    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px 0 30px 0;
    padding: 10px;
}
.advantages__different__content__mycours__card__descr {
    line-height: 20px;
    padding-right: 10px;
}
.advantages__different__content__mycours__card__img {
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages__different__content__mycours__card__img__border {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
}

.advantages__different__content__mycours__card__img__x {
    color: #FF0800;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 3px;
}



/* СЛАЙДЕР ДЛЯ ФОТООООО */


.slider-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0px auto ;
    overflow: visible; /* Дозволяємо елементам виходити за межі контейнера */
    color: white;
}

.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;
}

.slide img, .header___slide img {
    width: 80%;
    display: block;
}

.slide__min {
    width: 50% !important;
}

.prev, .next, .header___prev, .header___next {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, #D61A91, #350099);
    /* color: white; */
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 0px 5px 0px 5px;
    user-select: none;
    z-index: 1;
}

.prev, .header___prev {
    left: 0px; /* Виводимо кнопку за межі контейнера */
    border-radius: 5px 0px 5px 0px;
    background: linear-gradient(to left, #D61A91, #350099);

}

.header___prev {
    left: 15px; /* Виводимо кнопку за межі контейнера */
}

.next, .header___next {
    right: 0px; /* Виводимо кнопку за межі контейнера */
}

 .header___next {
    right: 15px; /* Виводимо кнопку за межі контейнера */
}

.prev:hover, .next:hover, .header___next:hover, .header___prev:hover {
    background-color: rgba(214, 26, 145, 1);
}

.header___next:hover, .header___prev:hover {
    background-color: rgba(214, 26, 145, 0.7);
}

.pagination, .header___pagination {
    text-align: center;
    margin-bottom: 20px;
}

.pagination button, .header___pagination button {
    border: 2px solid rgba(214, 26, 145, 1);
    padding: 5px 5px;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(53, 0, 153, 1);
}

.pagination button.active, .header___pagination button.active {
    background-color:  rgba(214, 26, 145, 1);
}

.pagination button:hover, .header___pagination button:hover {
    background-color:  rgba(214, 26, 145, 0.8);
}

.header___pagination button.active {
    background-color:  rgba(214, 26, 145, 1);
}

 .header___pagination button:hover {
    background-color:  rgba(214, 26, 145, 0.8);
}


/* КІНЕЦЬ СЛАЙДЕРА */






.advantages__price{
    padding: 15px;
}

.advantages__price__header {
    background: white;
    border-radius: 20px 0 0 0;
    overflow: hidden;
    padding-bottom: 10px;
}

.advantages__price__header__title {
    color: black;
    font-family: "Oswald";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    letter-spacing: 2px;
    padding: 30px 10px 10px 10px;
}

.advantages__price__header__title  span {
    color: rgba(192, 22, 146, 1);
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 600;
}

.advantages__price__header__title__header__subtitle__price {
    color: #350099;
    font-weight: 600;
}
.advantages__price__header__title__header__subtitle__price del {
    color: #350099;
    font-weight: 600;
}

.advantages__price__header__title__header__subtitle {
    bottom: 0;
}




/* Timerrrrrrrrrrrrr */

.header__timer {
    margin: 10px auto;
    background-color: #350099;
    border-radius: 10px;
    z-index: 4;
    text-align: center;
    min-height: 100px;
}

.supercart__header__timer {

    background-color: #350099;
    border-radius: 0 0 20px 0;
    color: rgba(252, 237, 234, 1);
    margin: 10px auto;
    width: 275px;
    padding: 10px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.timer__header {
    font-family: "Oswald";
    color: #FCEDEA;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
}

.timer__header2 {
    font-size: 16px;
    margin-top: 10px;
}

.timer__footer {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;

}
#timerContainer {
    font-family: 'Oswald', sans-serif;
    color: #FCEDEA;

    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.timerContainer1 {
    font-family: 'Roboto', sans-serif;
    color: #FCEDEA;
}

.timerElement {
    display: inline-block;
    margin: 0 10px;
}
.timerElement span {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 24px;
    color: rgba(214, 26, 145, 1);
}


.timerLabel {
    font-family: 'Roboto';
    font-size: 16px;
    color: #FCEDEA;
}

/* the end timer */


.advantages__price__footer {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 0 0 20px 0;
    margin-top: 10px;
    padding: 10px;
}


.advantages__price__footer__logo {
    text-align: center;
    min-width: 120px;
}
.advantages__price__footer__guarantee__name {
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #350099;
}

.advantages__price__footer__guarantee__title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    padding: 5px 0;
}

.advantages__price__footer__guarantee__descr {
    font-size: 13px;
    color: black;
    line-height: 22px;
}


.works {
    background: linear-gradient(to top, rgba(4, 2, 53, 1), rgba(53, 0, 153, 1));
    padding: 15px 15px 80px 15px;
}

.works__main__cours__name {
    color: #fff;
    font-size: 28px;
}

.works__main__cours__descr__block {
    margin-top: 15px;
}

.works__main__cours__descr__block__title__name {
    gap: 10px;
}

.works__main__cours__descr__block__subtitle__content {
    gap: 10px;
}
.works__main__cours__descr__block__title__name__number {
    font-size: 38px;
    letter-spacing: 0;
    color: #D61A91;
    /* font-weight: 700; */
    -webkit-text-stroke: 0px rgba(214, 26, 145, 1);
    letter-spacing: 5px;
}

.works__main__cours__descr__block__title__name__numbername {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 1px;
}





.questions {
    padding: 5px;
}

.questions__header {
    font-family: "Oswald";
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

/* accordioooooooooooooooooon */

.accordion {
    padding: 5px;
}
.accordion-item {
    min-height: 60px;
    border: 1px solid #D61A91;
    border-radius: 30px 0 30px 0;
    margin-top: 8px;
    background: rgba(4, 2, 53, 1);
    box-shadow: 
        0px 0px 20px 0px rgba(214, 26, 145, 0.4);
}


.accordion-button {
    font-size: 16px;
    color: white;
    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;
}

.accordion-button__top {
    padding: 12px 10px 5px 15px;
}

.accordion-button:hover {
    background: none;
}

.icon {
    min-width: 40px;
    text-align: center;
    margin-left: 15px;
    font-size: 1.4em;
    color: #D61A91;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 15px 5px 15px;
    background-color: none;
}

.accordion-content p {
    margin: 0;
    padding: 10px 5px 5px 0;
    font-size: 13px;
    line-height: 20px;
}



/* accordioooooooooooooooooon  КІНЕЦЦЦЦЦЦ */




.footer {
    margin-top: 80px;
    width: 100%;
    text-align: center;    
}

.footer__insta {
    margin: 10px 0 30px 0;
}
.footer__insta__text {
    font-family: "Montserrat";
    margin-bottom: 15px;
}


.footer__call {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 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;
}

.icon__logo__am {
    width: 46px;
}

.footer__fop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    text-align: start;
    margin: 70px 20px 40px 20px;
}
.footer__fop__text {
    font-family: "Montserrat";
    font-weight: 400;
    text-decoration: none;
    line-height: 14px;
}
.footer__fop__text a {
    text-decoration: none;
}

.footer__footer {
    font-family: "Montserrat";
    font-size: 12px;
    margin: 20px;
}
.works__footer__info-end a {
    font-family: "Montserrat";

}

.works__footer__info {
    font-family: "Montserrat";
    margin-left: 20px;
    text-align: left;
    font-size: 14px;
}



