@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');


@font-face {
    font-family: 'Bebas Neue Pro';
    src: local('Bebas Neue Pro Bold'),
        url('./fonts/BebasNeuePro-Bold.woff2') format('woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --main-gray: #141414;
    --main-red: #f50385;
    --main-blue: #1c60bb;
    --main-viol: #5800b1;
    --main-pink: #f50385;
    --main-white: #efefef;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #efefef;
    letter-spacing: 1.3px;
}

a {
    color: var(--main-white);
    text-decoration: none;
}

section {
    padding: 60px 15%;
}

section.start {
    background-image: url('./img/noise.jpeg');
}

.start_w {
    display: flex;
}

.start_left {
    width: 50%;
}

.course_img {
    width: 100%;
}

.course {
    color: var(--main-red);
    font-size: 24px;
    margin-bottom: 10px;
}

.course_start {
    font-size: 22px;
}

.course_name {
    margin: 60px 0;
}

.ul_course {
    padding-inline-start: 26px;
    color: var(--main-red);

}

.ul_course_span {
    color: var(--main-white);
    font-size: 22px;
}

.ul_course li {
    margin: 24px 0px;
}

.acept_course {
    background-image: linear-gradient(150deg, var(--main-blue) 0%, var(--main-pink) 99%);
    width: fit-content;
    padding: 20px 64px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 55px;
    cursor: pointer;
    line-height: unset;
}

.bonus {
    margin-bottom: 10px;
}

.prog_course_i_left_add.prog_course_i_left_add_add {
    font-weight: 900;
    margin-top: 10px;
}

.start_right {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: url('./img/oll111.png');
    background-size: cover;
    background-repeat: no-repeat;    
}

.tg_name {
    border: 2px solid var(--main-red);
    padding: 5px 8px;
}

.for_you {
    background: #000000;
}

.lessons_i {
    position: relative;
    height: 60px;
    overflow: hidden;
    padding-right: 120px;
    border-bottom: 1px solid;
    transition: all 1s ease;
}

.res_w_w {
    display: flex;
}

.res_video {
    flex: 1;
}

.res_w {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.lessons_i.open_q {
    height: 130px;
    transition: all 1s ease;
}

.lesson_desc {
    padding: 20px 0;
    cursor: pointer;
}

.lesson_plus {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3 ease;
}

.lesson_plus.revert_2 {
    transform: rotate(45deg);
    color: #ef059c;
}

.lesson_plus.revert {
    background: #ef059c;
    line-height: 20px;
    width: 22px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    padding-top: 2px;
    padding-left: 1px;
}

.section_desc {
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro';
    margin-bottom: 60px;
    text-align: center;
}

.for_you_w {
    padding: 0px 100px;
    display: flex;
    gap: 0%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.for_you_i {
    padding: 30px;
    background-image: linear-gradient(316deg, #f50385 5%, #3064b2 63%);
    width: 45%;
    margin-bottom: 30px;
    border-radius: 5px;
}

.for_you_i_text {
    line-height: 22px;
}

.for_you_i_desc {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Bebas Neue Pro';
}

.olesia_section_w {
    display: flex;
}

.olesia_section_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.olesia_section_right {
    width: 50%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p.olesia_section_p {
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
    margin-left: 32px;
}

.font_a_text {
    text-align: center;
}

p.olesia_section_star {
    margin-top: 20px;
    font-style: italic;
}

.percent,
.you_res {
    background: #141414;
}

.olesia_section_left_img img {
    border-radius: 18px;
    width: 100%;
}

.olesia_section_left_img {
    width: 100%;
}

.olesia_section_p::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--main-red);
    border-radius: 50%;
    top: 6px;
    left: -30px;
}

.olesia_section_left_name {
    width: fit-content;
    font-size: 26px;
    padding: 16px;
    border: 3px solid var(--main-red);
    margin-bottom: 44px;
}

section.prog_course {
    background: black;
}


.prog_course_w {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.prog_course_i {
    padding: 30px 60px 60px;
    border: 2px solid #8e8e8e;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #121212;
}

.prog_course_i_desc {
    font-size: 60px;
    font-family: 'Bebas Neue Pro';
    text-transform: uppercase;
    color: var(--main-pink);
}

.prog_course_i_left_desc,
.plusses_desc {
    width: fit-content;
    padding: 10px 18px;
    background: var(--main-blue);
    margin: 30px 0 20px;
    border-radius: 5px;
}

.add_info {
    margin-bottom: 10px;
}

.w_w_w {
    display: flex;
}

.prog_course_i_left {
    max-width: 50%;
}

.prog_course_i_right {
    max-width: 50%;
    padding: 30px 0 0 60px;
}

.neon.neon_small {
    font-size: 20px;
    margin: 35px 0;
}

.hard_res_desc,
.soft_res_desc {
    font-size: 40px;
    font-family: 'Bebas Neue Pro';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.soft_res_w {
    margin-top: 30px;
}

ul {
    padding-inline-start: 22px;
}

.prog_course_i_left_ul ul li {
    margin-bottom: 30px;
}

.prog_course_result_ul ul li {
    margin-bottom: 20px;
    list-style: none;
}

.prog_course_result_ul ul {
    background: #f50385;
    padding: 18px 18px 1px 18px;
    border-radius: 5px;
}


.plusses_w_ul li {
    margin-bottom: 20px;
}

.prog_course_result_desc {
    width: fit-content;
    padding: 10px 18px;
    border: 3px solid var(--main-pink);
    border-radius: 4px;
}

.plusses_w {
    margin-top: 60px;
}

.prog_course_result_ul {
    margin-top: 20px;
}

.curators_w {
    display: flex;
    gap: 30px;
}

.curators_i_head_name {
    font-size: 40px;
    font-family: 'Bebas Neue Pro';
    color: var(--main-pink);
}

.curators_i_head_img {
    width: 60%;
}

.curators_i {
    width: 50%;
}

.curators_i_head_img img {
    width: 100%;
    border-radius: 18px;
}

.curators_i_head_name_w {
    margin-bottom: 30px;
}

.soft_res_desc_i {
    margin-bottom: 10px;
}

.hard_res_desc_i {
    margin-bottom: 10px;
}

section.curators {
    background: #000;
}

.curators_regards_desc {
    margin-top: 30px;
    padding: 6px 10px;
    background: #f50385;
    width: fit-content;
}

.cer_additional {
    font-size: 18px;
    width: fit-content;
    margin-top: 60px;
    padding: 10px 18px;
    background: #3064b2;
    border-radius: 5px;
}


.curators_regards_desc {
    width: fit-content;
    margin-top: 30px;
    padding: 10px 18px;
    background: #f50385;
    border-radius: 5px;
}


.curators_regards {
    margin-top: 20px;
}

li.reg_ul_desc {
    margin-bottom: 10px;
}

section.curators {
    background: #000;
}

.tarif_desc {
    display: flex;
    justify-content: center;
}

.tarif_w {
    display: flex;
    gap: 16px;
    margin-top: 60px;
    justify-content: center;
}

.tarif_i_w {
    background: #141414;
    color: #efefef;
    padding: 34px;
    border-radius: 5px;
    height: 100%;
}

.tarif_i_w.tarif_i_w_olesia {
    background: linear-gradient(117deg, #141414 39%, #f50385);
}

.percent_w {
    display: flex;
    justify-content: center;
    gap: 90px;
}

.percent_i {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.font_a {
    background: var(--main-pink);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.bye_course {
    background: var(--main-pink);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.font_a img {
    width: 60%;
}

.course_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tarif_name {
    text-align: center;
    font-family: 'Bebas Neue Pro';
    font-size: 36px;
    text-transform: uppercase;
}

.tarif_name_desc {
    padding: 10px 18px;
    margin-top: 20px;
    background: #f50385;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.akteram_img img {
    filter: invert(1);
    transform: rotate(90deg);
    height: 82px;
    margin: -6px 20px 0 0;
}

ul.tarif_ul {
    margin-top: 30px;
    list-style: disc;
    margin-bottom: 10px;
}

.akteram {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.tarif_ul li {
    margin-bottom: 20px;
}


.tarif_i_i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

ul.tarif_ul {
    padding-inline-start: 5px;
    font-weight: bold;
}

.bonus_tarif {
    color: #f50385;
    font-weight: bold;
}

.cost {
    font-size: 42px;
    font-family: 'Bebas Neue Pro';
    margin-top: 60px;
}

.bonus_tarif {
    color: #f50385;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 60px;
}


.neon {
    font-family: 'Comfortaa', cursive;
    font-size: 70px;
    margin: 60px 0 30px;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: 0 0 5px var(--main-blue), 0 0 10px var(--main-blue), 0 0 20px var(--main-blue), 0 0 40px var(--main-blue), 0 0 80px var(--main-blue), 0 0 100px var(--main-blue), 0 0 120px var(--main-blue);
    animation: blink 2s linear infinite;
}

.prog_course_name {
    font-family: 'Comfortaa', cursive;
    font-size: 70px;
    margin: 60px 0;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 5px var(--main-blue), 0 0 10px var(--main-blue), 0 0 20px var(--main-blue), 0 0 40px var(--main-blue), 0 0 80px var(--main-blue), 0 0 100px var(--main-blue), 0 0 120px var(--main-blue);
    animation: blink 2s linear infinite;
}


@keyframes blink {

    80%,
    90%,
    99% {
        opacity: 1;
    }

    85%,
    87%,
    96%,
    98% {
        opacity: .2;
    }

    86%,
    89%,
    97% {
        opacity: .8;
    }
}

footer {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 120px 0;
}

.footer_b_row_desc {
    font-family: 'Bebas Neue Pro';
    font-size: 26px;
}

.footer_b_row_1 {
    display: flex;
    margin: 20px 0;
}

.footer_b_row {
    margin-bottom: 10px;
}

.footer_b_row {
    margin-bottom: 10px;
}




.course_box.small_b {
    font-size: 10px;
    gap: 10;
    line-height: 10px;
    width: 13%;
    opacity: 0.3;
    scale: 0.93;
}

.course_box.medium_b {
    
}

.course_box.small_b .cost {
    font-size: 20px;
    margin-top: 8px;
}

.course_box.medium_b .cost {
    font-size: 24px;
    margin-top: 12px;
}

.bye_course {    
    line-height: 18px;
}

.course_box.small_b li {
    font-size: 10px;
    margin-bottom: 6px;
}

.course_box.small_b .bonus_tarif {
    margin-top: 20px;
}

.course_box.medium_b .bonus_tarif {
    margin-top: 20px;
}

.course_box.medium_b li {
    font-size: 16px;
    margin-bottom: 10px;
}

.course_box.small_b .tarif_name {
    font-size: 20px;
}

.course_box.medium_b .tarif_name {
    font-size: 50px;
}

@media only screen and (max-width: 1919px) {
    section {
        padding: 60px 10%;
    }
}


@media only screen and (max-width: 1600px) {
    section {
        padding: 60px 7%;
    }

    .ul_course_span {
        font-size: 18px;
    }

    .neon {
        font-size: 60px;
    }

    .prog_course_name {
        font-size: 60px;
    }
}


@media only screen and (max-width: 1200px) {
    section {
        padding: 60px 5%;
    }

    .for_you_w {
        padding: 0;
    }

    .tarif_name {
        font-size: 32px;
    }

    .tarif_i_w {
        padding: 24px;
    }

    .section_desc {
        font-size: 60px;
    }

    section.start {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1000px) {
    .neon {
        font-size: 44px;
    }

    .tarif_w {
        flex-wrap: wrap;
        row-gap: 60px;
        justify-content: center;
    }

    .course_box {
        width: 48%;
    }

    .res_w_w {        
        flex-direction: column;
    }

    .course_box.medium_b, .course_box.small_b{
        display: none;
    }
}


@media only screen and (max-width: 800px) {
    .start_right {
        
    }

    .course_box {
        width: 70%;
    }

    .prog_course_i_right {
        padding: 30px 0 0 30px;
    }

    .prog_course_i {
        padding: 30px 30px 60px;
    }

    .font_a {
        width: 120px;
        height: 120px;
    }

    .percent_w {
        gap: 30px;
    }

    p.olesia_section_p {
        font-size: 16px;
    }


    .olesia_section_p::before {
        top: 2px;
        left: -15px;
    }

    .olesia_section_w {
        gap: 10px;
    }

    .olesia_section_right {
        padding-left: 0;
    }

    .olesia_section_left_img img {
        width: 100%;
    }

    .olesia_section_left_name {
        font-size: 21px;
        padding: 14px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    p.olesia_section_p {

        margin-bottom: 20px;
        font-size: 16px;
        margin-left: 26px;
    }

    .prog_course_name {
        font-size: 46px;
    }

    section {
        padding: 40px 3%;
    }

    footer {
        gap: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .neon {
        font-size: 30px;
    }

    .neon {
        margin: 33px 0;
    }

    .course_box {
        width: 90%;
    }

    .ul_course {
        padding-inline-start: 13px;
    }

    .ul_course li {
        margin: 16px 0px;
    }

    .ul_course_span {
        font-size: 16px;
    }

    .acept_course {
        padding: 18px 30px;
        line-height: unset;
    }

    .section_desc {
        font-size: 50px;
    }

    .for_you_i {
        padding: 26px;
    }

    .section_desc {
        margin-bottom: 46px;
    }

    .for_you_i_desc {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .prog_course_name {
        margin: 46px 0;
        font-size: 40px;
    }

    .curators_i_head_img {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .start_left {
        width: 100%;
        order: 2;
    }

    .start_right {
        width: 100%;
        height: 600px;
        order: 1;
    }

    .start_w {
        flex-direction: column;
    }

    .prog_course_i_left {
        max-width: 100%;
    }

    .w_w_w {
        flex-direction: column;
    }

    .prog_course_i_right {
        max-width: 100%;
    }

    .prog_course_i {
        padding: 30px 16px 45px;
    }

    .prog_course_i_right {
        padding: 30px 0 0 0px;
    }

    .curators_w {
        flex-direction: column;
    }

    .curators_i {
        width: 100%;
    }

    .course_box {
        width: 100%;
    }

    .font_a {
        width: 90px;
        height: 90px;
    }

    .percent_w {
        gap: 10px;
    }

    .font_a_text {
        font-size: 16px;
    }

    .section_desc {
        font-size: 40px;
    }

    .prog_course_name {
        margin: 46px 0;
        font-size: 36px;
    }

    .olesia_section_w {
        flex-direction: column;
    }

    .olesia_section_left {
        width: 100%;
    }

    .olesia_section_right {
        width: 100%;
    }

    .for_you_i {
        width: 100%;
        margin-bottom: 20px;
    }

    .start_right {        
        background-position-y: 30px;
        background-size: 90%;
    background-position: center center;
    }
    

    .course {
        position: absolute;
        top: 7px;
        font-size: 20px;
    }

    .neon {
       /* margin-top: -200px; */
        text-align: center;
    }

    ul.ul_course {
        margin-top: 50px;
    }

    .course_start {
        font-size: 18px;
        position: absolute;
        top: 32px;
    }

    .hard_res_desc,
    .soft_res_desc {
        font-size: 30px;
    }

    .prog_course_name {
        margin: 32px 0;
    }

    .bonus_tarif {
        margin-top: 30px;
    }

    .acept_course {
        margin: 30px auto 0;
    }

    .percent_w {
        flex-wrap: wrap;
        gap: 46px;
    }

    .percent_i {
        width: 100%;
    }

    .font_a {
        margin-bottom: 12px;
    }

    .prog_course_i_desc {
        font-size: 46px;
    }

    .akteram_img img {
        margin: -80px 20px 0 0;
    }

    footer {
        gap: 16px;
        flex-direction: column;
        padding-left: 8%;
        margin: 60px 0;
    }

    .lesson_desc {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .lesson_ul {
        margin-top: 20px;
    }

    .lessons_i {
        padding-right: 40px;
    }

    .plusses_w {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 350px) {
    .prog_course_name {
        margin: 46px 0;
        font-size: 26px;
    }
    
    .neon {
        font-size: 22px;
    }
}