* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    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: 1100px;
    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: 100%;
    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 {
    padding-top: 10px;
    text-align: center;
    color: white;
}

.header__title__name {
    font-size: 16px;
}

.header__title__main__header {
    font-family: 'Oswald';
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
    color: rgba(214, 26, 145, 1);
    letter-spacing: 8px;
}

.header__title__main__name {
    font-family: 'Oswald';
    font-size: 44px;
    font-weight: 700;
    color: #D61A91;
    /* padding-top: 10px; */
    /* color: transparent; 
    -webkit-text-stroke: 2px rgba(214, 26, 145, 1);  */
    letter-spacing: 8px;
}

.header__title__subtitle {
    font-family: 'Oswald';
    margin: 5px auto;
    width: 80%;
    text-align: center;
}

.header__title__subtitle span {
    font-weight: 700;
    color: rgba(214, 26, 145, 1);
}


.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald';
    color: #fff;
    margin-top: 15px;
}

.price__title {
    font-size: 24px;
    font-weight: 700;
}

.price__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price__main__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative;
    z-index: 5; */
    max-width: 320px;
    margin-top: 30px;
}

.price__main__card__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50px 0 50px 0;
    /* box-shadow: 0px 0px 5px 5px rgba(214, 26, 145, 0.4); */
    /* border: 1px solid transparent; */
    border: 1px solid rgba(214, 26, 145, 0.3);
    /* border-left: 1px solid rgba(214, 26, 145, 0.4); */
}

.price__main__card__description__super {
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.2);

    box-shadow: 0px 0px 30px 13px 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);
}

.price__main__card__description__title {
    font-size: 24px;
    font-weight: 700;
    color: #D61A91;
    text-align: center;
    line-height: 34px;
}

.price__main__card__description__descr {
    margin-top: 20px;
}

.price__main__card__description__descr__plus {
    margin-top: 5px;
}
.price__main__card__description__descr__item {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    gap: 15px;

}

.price__main__card__description__descr__check {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 15px; */
    background: #fff;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
    img {
        width: 70%;
    }
}

.price__main__card__description__descr__text__plus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    line-height: 28px;
}

.price__main__card__description__subtitle {
    margin-top: 36px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.price__main__card__button {
    position: relative;
    z-index: 15;
    bottom: 10px;
}













.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;
    cursor: pointer;
    color: white;
}


.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__btn {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    width: 200px;
    height: 44px;
    background: #D61A91;
    border: none;
    border-radius: 44px;
    cursor: pointer;
    color: white;
    letter-spacing: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8)
}
.header__subtitle__btn:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header__subtitle__btn:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* .header__subtitle__btn__dis {
    background: #4b0933;
} */
.header__subtitle__btn__dis:hover {
    transform: scale(1);
}


.header__subtitle__button__btn {
    width: 260px;
    padding-top: 50px;
    cursor: pointer;
}
.header__subtitle__button__btn button:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header__subtitle__button__btn button {
    text-align: center;
    width: 100%;
    height: 50px;
    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-family: "Montserrat";
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}
.header__subtitle__button__btn__sale {
    font-family: "Montserrat";

    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;
    color: white;
    text-align: center;
}

.header__subtitle__button__main span {
    font-style: italic;
    background-color: #D61A91;
    padding: 0 4px 0 0;
}


.header__question {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding-top: 30px;
    color: white;
}

.header__telega {
    padding-top: 35px;
}

.header__telega a {
    text-decoration: none;
}

.header__telega__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;

    width: 200px;
    height: 40px;
    background: #2CA3DC;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
}

.header__telega__btn:hover {
    transform: scale(1.02);
}

.icon__logo {
    padding-right: 5px;
}

.header__mail {
    padding-top: 26px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.header__mail a {
    color: white;
}

.header__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 20px 0px 20px;
    margin: 0 auto;
    max-width: 620px;
}

.header__footer__fop, .header__footer__fop a {
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: white;
}
.header__footer__fop {
    margin-right: 46px;
}
.header__footer__fop a {
    text-decoration: none;
}

.header__footer__img {
    width: 70px;
    display: flex;
    align-items: center;

}

.header__footer__img img {
    width: 100%;
    height: auto;
}

.works__footer__info {
    max-width: 600px;
    margin: 0 auto;
}
.works__footer__info-end a {
    color: white;
    font-size: 14px;
}
.footer {
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    color: white;
    margin: 0 auto;
    max-width: 630px;
}

.header__main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.header__main__autor {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    /* height: 275px; */
    /* max-width: 400px; */
    padding: 5px;
}

.header__main__autor button {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 50px;
    height: 20px;
    background: #2CA3DC;
    border: none;
    border-radius: 5px;
}
/* .header__main {
    display: flex;
} */



.header__main__autor video {
    width: 100%;
}

.vidos__move {
    height: 275px;
}



.questions {
    padding: 5px;
}

.questions__header {
    font-family: "Oswald";
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    color: white;
}

/* accordioooooooooooooooooon */

.accordion {
    margin: 0 auto;
    padding: 5px;
    max-width: 600px;
}
.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: 14px;
    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: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;
    color: white;
}



/* accordioooooooooooooooooon  КІНЕЦЦЦЦЦЦ */


/* Сховати елементи управління відео */
/* video::-webkit-media-controls {
    display: none !important;
}

video::-moz-media-controls {
    display: none !important;
}

video::-ms-media-controls {
    display: none !important;
} */