@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-pink: #f50385;
    --main-blue: #8c28ce;
    --main-viol: #a53bd9;
    --main-dviol: #241d2e;
    --main-white: #efefef;
    --main-or: #fc6d12;
    --main-y: #fe9625;
    --main-y: #fe9625;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: var(--main-white);
    letter-spacing: 1.3px;
}

a {
    color: var(--main-white);
    text-decoration: none;
}

section {
    padding: 60px 15%;
}

.neon {
    font-family: 'Comfortaa', cursive;
    font-size: 70px;
    margin: 60px 0 20px;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: 0 0 5px var(--main-viol), 0 0 10px var(--main-viol), 0 0 20px var(--main-viol), 0 0 40px var(--main-viol), 0 0 80px var(--main-viol), 0 0 100px var(--main-viol), 0 0 120px var(--main-viol);
    animation: blink 2s linear infinite;
}

@keyframes blink {

    80%,
    90%,
    99% {
        opacity: 1;
    }

    85%,
    87%,
    96%,
    98% {
        opacity: .2;
    }

    86%,
    89%,
    97% {
        opacity: .8;
    }
}

.first_w {
    display: flex;
    gap: 20px;
}

.first_text {
    flex: 2;
}

.first_img {
    flex: 1;
    display: flex;
    align-items: center;
}

.first_img img {
    width: 100%;
    border-radius: 18px;
}

.first_text_date {
    width: fit-content;
    padding: 10px 20px;
    border: 2px solid #9518cd;
    border-radius: 5px;
    line-height: 23px;
    font-size: 18px;
}

.neon_desc {
    font-size: 35px;
    font-family: 'Comfortaa';
    margin-bottom: 30px;
}

.acept_course {
    background-image: linear-gradient(228deg, var(--main-viol) 63%, #000000 99%);
    width: fit-content;
    padding: 20px 64px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 55px;
    cursor: pointer;
    line-height: unset;
}

.section_desc {
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro';
    margin-bottom: 60px;
    text-align: center;
}

.you_now_w {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.you_now_i {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 10px;
    background-image: linear-gradient(228deg, var(--main-blue) 44%, #000000 99%);
    border-radius: 5px;
    width: 31%;
}

section.you_now {
    background: #121212;
}

.you_now_i_num {
    font-size: 100px;
    font-family: 'Bebas Neue Pro';
    color: var(--main-blue);
}

.bonus_w {
    display: flex;
    align-items: center;
    padding: 73px 141px;
    background: #5800b1;
    border-radius: 18px;
}

.bonus_w_text {
    font-size: 60px;
    font-family: 'Bebas Neue Pro';
}

.bonus_w_button {
    background-image: linear-gradient(228deg, #23093d 63%, #000000 99%);
    width: fit-content;
    padding: 33px 64px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 55px;
    cursor: pointer;
    line-height: unset;
}

.bonus_w_text2 {
    font-size: 20px;
    margin: 20px 0;
}

img.bonus_left_img {
    width: 60%;
}

.bonus_left,
.bonus_right {
    flex: 1;
}

.bonus_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.olesia_left img {
    width: 100%;
    border-radius: 18px;
}

.olesia_left {
    flex: 1;
}

.olesia_right {
    flex: 2;
}

.olesia_ul {
    margin-top: 44px;
}

.olesia_ul li {
    margin: 30px 0;
    font-size: 18px;
    position: relative;
}

.olesia_ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #885db5;
    position: absolute;
    left: -20px;
    top: 5px;
}

footer {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 120px 0;
    background: #141414;
}

.footer_b_row_desc {
    font-family: 'Bebas Neue Pro';
    font-size: 26px;
}

.footer_b_row_1 {
    display: flex;
    margin: 20px 0;
}

.olesia_w {
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer_b_row {
    margin-bottom: 10px;
}

.footer_b_row {
    margin-bottom: 10px;
}

.slider__item_w_h_w {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 62%;
}

.slider__item {
    display: flex;
    align-items: center;
}

.slider__item_w_h {
    flex: 1;
}

.slider__item_text {
    flex: 1;
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
}

img {
    width: 100%;
    border-radius: 18px;
}

section#sky {
    display: flex;
    gap: 58px;
    position: relative;
}

.photo_sky {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.photo_sky_text {
    display: flex;
    align-items: center;
    font-family: 'Comfortaa';
    flex: 1;
    position: relative;
}

.photo_sky_text_w {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.photo_sky_text_1 {
    font-size: 30px;
}

.photo_sky_text_2 {
    font-size: 50px;
}

#two {
    z-index: 10;
    animation: animate calc(10s * var(--i)) linear infinite;
}

.you_now_i {
    width: 36%;
    margin: 30px 0;
    font-size: 18px;
}

.slider__item_w_h_w.slider__item_w_h_w_column {
    flex-direction: column;
}

.photo_sky #two {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 49%;
    /*object-fit: cover;*/
    pointer-events: none;
}

.slider__item_w_h_w {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 62%;
}

.slider__item_text {
    font-size: 30px;
}

div#black {
    background: #000;
    z-index: 20;
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 0px;
}

.mob_d {
    display: none;
}

.slider__item_text.slider__text_column {
    flex: unset;
}

.slider__indicators.slider__indicators_1 {
    bottom: -40px;
}

img#one {
    border-radius: 18px 18px 0 0;
}

section.first_sky {
    padding: 0;
    margin: 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.first_sky img {
    width: auto;
}

.mountain {
    position: absolute;
    bottom: -2px;
    left: -10px;
    z-index: 10;
    width: 101% !important;
    animation: animate_mount 7s linear infinite;
}

img.bird3 {
    position: absolute;
    z-index: 4;
    top: 37%;
    right: 10%;
    animation: animate_bird3 7s linear infinite;
}

img.oll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    height: 104%;
}



img.hands {
    position: absolute;
    left: 50%;
    width: 100%;
    BOTTOM: 52%;
    transform: translate(-50%, 50%);
    z-index: 8;
    transform-origin: left bottom;
    /* animation: animate_hands 8s linear infinite; */
}

.tarif_i_w {
    padding-top: 38px;
}

img.fog {
    position: absolute;
    left: -6%;
    bottom: 3%;
    z-index: 3;
    animation: animate_fog 6s linear infinite;
}

.first_sky_text_1_mob {
    display: none;
}

.first_sky_text_w {
    position: absolute;
    top: 2%;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
    font-family: 'Bebas Neue Pro';
    white-space: nowrap;
    mix-blend-mode: difference;
}

.first_sky_text_2 {
    text-align: end;
    font-size: 3vw;
}

@property --b_a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 45deg;
}

.b_anima{
    border-image: linear-gradient(var(--b_a), var(--main-y), #02070e);
    border-width: 6px;
    border-style: solid;
    border-image-slice: 1;
    background-color: transparent;
    background-clip: border-box;
    animation: border_anima 7s linear infinite;
}

svg#Capa_1 {
    position: absolute;
    width: 100px;
    height: auto;
    left: -100px;
    bottom: 21px;
}

a.aasasa {
    position: relative;
}

@keyframes border_anima {

    0% {        
        --b_a: 45deg;
    }    

    0% {        
        --b_a: 405deg;
    }
}

.first_sky_text_1 {
    font-size: 12vw;
}

.you_now_i {
    cursor: pointer;
}


img.bird1 {
    position: absolute;
    z-index: 4;
    top: 29%;
    left: 4%;
    animation: animate_bird3 7s linear infinite;
}

img.bird2 {
    position: absolute;
    z-index: 4;
    top: 47%;
    left: 17%;
    animation: animate_mount 7s linear infinite;
}



img.space {
    position: absolute;
    left: 0;
    top: -10%;
    height: 100%;
    width: 101%;
    animation: animate_space 7s linear infinite;
}

@keyframes animate_mount {

    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes animate_bird3 {

    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, -8px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate_fog {

    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes animate_space {

    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes animate_hands {

    0% {
        scale: 1;
    }

    50% {
        scale: 1.03;
    }

    100% {
        scale: 1;
    }
}

.about_me_text_w {
    width: 50%;
    overflow: hidden;
}

.why_m {
    font-size: 18px;
    text-align: center;
}

section#staps {
    position: relative;
    padding-top: 0;
}

.oll_w {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40%;
    aspect-ratio: 1 / 1.35;
    transform: translateX(-50%);
    z-index: 9;
}

.steps_annot_i {
    font-size: 18px;
    margin: 30px 0;
}

section.steps_annot.steps_annot_best {
    position: relative;
}

img.fog.steps_annot_best_fog {
    z-index: -1;
    left: 0%;
    bottom: -16%;
}

img.birds.bird2.steps_annot_best_b3 {
    width: 150px;
    top: 2%;
    right: 17%!important;
    left: unset;
}

img.bird3.steps_annot_best_b1 {
    width: 250px;
}

img.birds.bird1.steps_annot_best_b2 {
    width: 200px;
}

.about_me_w {
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
}

.about_me_text_w {
    font-size: 24px;
    line-height: 32px;
    flex: 2;
}

.about_me_img {
    position: relative;
    width: 400px;
}

.text_acc {
    padding: 20px;
    background: #121212;
    color: #fff;
    padding: 40px 40px 40px;
    margin: 20px 0;
    border-radius: 20px;
    line-height: 30px;
}

.text_acc_bold {
    font-size: 16px;
    background: var(--main-blue);
    width: fit-content;
    padding: 3px 20px;
    margin-bottom: 16px;
}

a.bye_course.bye_course_f.bye_course_f_blue {
    background: var(--main-blue);
}

a.bye_course.bye_course_f.bye_course_f_pink {
    background: var(--main-pink);
}

.bye_course.bye_course_f {
    display: block;
    margin: 30px 0;

}

.ways2_w {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.ways2_i {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.ways2_i_big {
    flex: 2;
    background: #121212;
    padding: 20px 60px;
    border-radius: 20px;
}

.ways2_i_desc {
    text-align: center;
    font-family: 'Bebas Neue Pro';
    font-size: 30px;
}

.ways2_i_text {
    margin: 20px 0;
}

.ways2_i_small {
    flex: 1;
}

div#ways2_i_big_bird {
    position: relative;
}

img.bird3.ways2_i_big_bird {
    width: 200px;
    top: 59%;
    right: -8%;
}

img.birds.bird2.ways2_i_big_bird2 {
    width: 150px;
    top: -22%;
    left: 0;
}

.accordion__header {
    background-color: var(--main-blue);
    border-radius: 5px;
    padding: 1.75rem 1rem;
}

.text_acc_bold.acc_format {
    margin-top: 40px;
}

.text_acc.text_acc_format {
    background: #f50385;
}

.bye_course.bye_course_f {
    display: block;
    margin: 30px 0;
}



@property --l {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 52%;
}

@property --m {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 90%;
}

@property --l2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 40%;
}

@property --m2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 100%;
}

@property --c {
    syntax: '<color>';
    inherits: false;
    initial-value: #753396;
}

@property --c2 {
    syntax: '<color>';
    inherits: false;
    initial-value: #ff738c;
}

.about_me_w {
    display: flex;
    align-items: center;
    gap: 70px;

    background:
        radial-gradient(at var(--m) var(--l), var(--c) 0px, #ffff0000, #ffff0000),
        radial-gradient(at var(--m2) var(--l2), var(--c2) 0px, #ffff0000, #ffff0000);

    position: relative;
    animation: aaa 7s ease infinite;
}

@keyframes aaa {

    0% {
        --c: #753396;
        --c2: #ff738c;
        --l: 52%;
        --m: 90%;

    }

    50% {
        --c: #230234;
        --c2: #c93954;
        --l: 60%;
        --m: 80%;

    }

    100% {
        --c: #753396;
        --c2: #ff738c;
        --l: 52%;
        --m: 90%;

    }
}

section.prog_course {
    background: black;
}

#about_me_2 {
    padding: 0;
}

.grid_w_w {
    display: flex;
    gap: 8px;
}

.grid_w {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.grid_i img {
    border-radius: 6px;
}

.tarif_w {
    display: flex;
    gap: 16px;
    margin-top: 60px;
    justify-content: center;
}

.course_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 33%;
}

.tarif_i_w.tarif_i_w_olesia {
    background: linear-gradient(117deg, #141414 39%, #f50385);
}

.bye_course {
    line-height: 18px;
}

.tarif_i_i {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cost {
    font-size: 16px;
    font-family: 'Bebas Neue Pro';
    margin-top: 36px;
    /* text-align: center; */
    text-transform: uppercase;
}

.tarif_name {
    text-align: center;
    font-family: 'Bebas Neue Pro';
    font-size: 36px;
    text-transform: uppercase;
}

.nmm {
    text-decoration: line-through;
}

.curator_w {
    display: flex;
    gap: 3%;
    margin-top: 38px;
}

.curator {
    width: 50%;
}

.curator_name {
    font-size: 20px;
    margin-bottom: 16px;
}

.lesson_desc {
    padding: 30px 0;
    cursor: pointer;
}

.curator_name span {
    color: var(--main-blue);
    font-size: 26px;
}

.curator_text_w {
    font-size: 16px;
}

.lesson_plus {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3 ease;
}

.lessons_i {
    position: relative;
    height: 70px;
    overflow: hidden;
    padding-right: 120px;
    border-bottom: 1px solid;
    transition: all 1s ease;
}

.curator_text_w p {
    margin: 10px -1px;
}

.tarif_name_desc {
    padding: 10px 18px;
    margin-top: 20px;
    background: #f50385;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

ul.tarif_ul {
    padding-inline-start: 5px;
    font-weight: bold;
}

.min_d {
    font-size: 20px;
}

.tarif_ul li {
    margin-bottom: 20px;
}

.bonus_tarif {
    color: #f50385;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.tarif_i_w {
    background: #141414;
    color: #efefef;
    padding: 24px;
    border-radius: 5px;
    height: 100%;
}

ul.tarif_ul {
    margin-top: 30px;
    list-style: none;
    margin-bottom: 10px;
}

.t_name_desc {
    font-family: 'Bebas Neue Pro';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}


.add_info {
    margin-bottom: 10px;
}

.bye_course {
    background: #282828;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Bebas Neue Pro';
}

.prog_course_name.prog_course_name2 {
    padding: 60px 15%;
}

.about_me_w.about_me_w2 {
    padding: 60px 15%;
}

.prog_course_name {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    margin: 60px 0;
    color: #fff;
    letter-spacing: 6px;
    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;
    }
}

.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);
}

.w_w_w {
    display: flex;
}

.prog_course_i_left {
    max-width: 50%;
}

.prog_course_i_left_desc,
.plusses_desc {
    width: fit-content;
    padding: 10px 18px;
    background: var(--main-blue);
    margin: 30px 0 20px;
    border-radius: 5px;
}

ul {
    padding-inline-start: 22px;
}

.prog_course_i_left_ul ul li {
    margin-bottom: 30px;
}

.prog_course_i_right {
    max-width: 50%;
    padding: 30px 0 0 60px;
}

.prog_course_result_desc {
    width: fit-content;
    padding: 10px 18px;
    border: 3px solid var(--main-pink);
    border-radius: 4px;
}

.prog_course_result_ul {
    margin-top: 20px;
}

.prog_course_result_ul ul {
    background: #f50385;
    padding: 18px 18px 1px 18px;
    border-radius: 5px;
}

.prog_course_result_ul ul li {
    margin-bottom: 20px;
    list-style: none;
}

.plusses_w {
    margin-top: 60px;
}

.prog_course_i_left_desc,
.plusses_desc {
    width: fit-content;
    padding: 10px 18px;
    background: var(--main-blue);
    margin: 30px 0 20px;
    border-radius: 5px;
}

bold {
    font-weight: 700;
}

.about_me_text_i.about_me_text_i_main {
    margin-bottom: 30px;
}

.about_me_text_i {
    margin-bottom: 20px;
}

.pinc {
    color: var(--main-blue);
}

.stap2 {
    margin-left: 20%;
}

.stap3 {
    margin-left: 40%;
}

.stap4 {
    margin-left: auto;
}

.img_staps_m {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background: url(./img/bg_m.webp);
    background-size: cover;
    /* mix-blend-mode: luminosity; */
    animation: all 3s linear;
}

.prog_course_i_left_add.prog_course_i_left_add_add {
    margin: 20px 0;
}

.bonus {
    margin: 16px 0;
}

.section_desc {
    font-family: 'Bebas Neue Pro';
    text-transform: uppercase;
    margin-bottom: 60px;
    font-size: 44px;
    text-align: center;
}

.color_pink {
    color: var(--main-blue);
}

@property --aa {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 50%;
}

@property --bb {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 65%;
}

.gifts_w {
    background: radial-gradient(at var(--aa) 115%, rgb(12 174 255) 23%, rgb(128 0 255 / 0) var(--bb));
    padding: 60px;
    font-family: 'Bebas Neue Pro';
    font-size: 60px;
    border-radius: 30px;
    animation: bbb 7s ease infinite;
}

@keyframes bbb {

    0% {
        --aa: 50%;
        --bb: 65;
    }

    50% {
        --aa: 55%;
        --bb: 60;
    }

    100% {
        --aa: 50%;
        --bb: 65;
    }
}

.gifts_i {
    margin: 30px 0;
}

.img_staps_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

section.steps_annot {
    padding: 60px 15%;
    display: flex;
    flex-direction: column;
}

.steps_annot_desc {
    width: fit-content;
    margin: 0 auto;
    padding: 33px 60px;
    background: var(--main-blue);
    border-radius: 10px;
    z-index: 2;
    font-size: 24px;
}

.steps_annot_ww {
    background: #121212;
    color: #fff;
    padding: 60px 100px 35px;
    margin-top: -63px;
    border-radius: 20px;
}

.stap {
    width: fit-content;
    background-image: linear-gradient(228deg, var(--main-viol) 44%, #000000 99%);
    padding: 40px;
    border-radius: 5px;
    width: 429px;
    height: 124px;
    font-size: 18px;
    text-align: center;
    margin: 51px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 1600px) {
    .neon {
        font-size: 60px;
    }

    .neon_desc {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1400px) {
    section {
        padding: 60px 8%;
    }
}

@media only screen and (max-width: 1200px) {
    section {
        padding: 60px 5%;
    }

    .section_desc {
        font-size: 60px;
    }

    .you_now_i_num {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1000px) {
    .neon {
        font-size: 50px;
    }

    .neon_desc {
        font-size: 26px;
    }

    .section_desc {
        font-size: 50px;
    }

    .bonus_w {
        padding: 72px 80px;
    }

    .bonus_w_button {
        padding: 23px 64px;
        margin-top: 46px;
    }

    .olesia_ul {
        margin-top: 28px;
    }

    .neon.olesya_neon {
        margin-top: 10px;
    }

    .olesia_ul li {
        margin: 22px 0;
        font-size: 16px;
        position: relative;
    }
}

@media only screen and (max-width: 900px) {
    .neon {
        font-size: 38px;
    }

    .neon_desc {
        font-size: 24px;
    }

    .you_now_i {
        width: 48%;
    }

    footer {
        flex-direction: column;
        gap: 60px;
        padding: 60px 0 60px 15%;
    }
}

@media only screen and (max-width: 900px) {

    section {
        padding: 60px 4%;
    }

    .neon {
        font-size: 34px;
    }

    .neon_desc {
        font-size: 23px;
    }

    .first_img {
        flex: 2;
    }

    .you_now_i {
        width: 47%;
    }

    .bonus_w {
        padding: 55px 49px;
    }

    .bonus_w_text {
        font-size: 50px;
        font-family: 'Bebas Neue Pro';
    }

    .bonus_w_button {
        padding: 18px 49px;
        margin-top: 46px;
    }

    .bonus_w_text2 {
        font-size: 18px;
        margin: 16px 0;
    }
}


@media only screen and (max-width: 900px) {
    .bonus_w_button {
        padding: 18px 28px;
        margin-top: 46px;
    }

    .bonus_w {
        padding: 47px 39px;
    }

    .bonus_w_text {
        font-size: 43px;
    }

    .you_now_i_num {
        font-size: 60px;
    }

    .you_now_i {
        gap: 18px;
    }

    .first_text_date {
        position: absolute;
        top: 12px;
    }

    .first_text {
        order: 2;
    }

    .first_img {
        margin-top: 31px;
    }

    .neon {
        position: absolute;
        top: 679px;
        padding-left: 16px;
        font-size: 50px;
    }

    .olesia_w {
        display: flex;
        align-items: center;
        gap: 34px;
    }

    .neon.olesya_neon {
        position: unset;
        font-size: 28px;
    }

    .olesia_ul li {
        margin: 16px 0;
        font-size: 14px;
    }

    .olesia_left {
        flex: 2;
    }

    .first_w {
        flex-direction: column;
    }
}


@media only screen and (max-width: 900px) {
    .you_now_i {
    gap: 10px;
    padding: 14px;
    font-size: 13px;
    width: 54%;
    MARGIN-BOTTOM: 0PX;
    MARGIN-TOP: 16PX;
}

svg#Capa_1 {
    ROTATE: 9DEG;
}

    .ways2_i_big {
        width: 60%;
        flex: unset;
    }

    .ways2_i {        
        gap: 6px;       
    }

    .ways2_i_big {        
        padding: 20px 16px;        
    }


svg#Capa_1 {
    position: absolute;
    /* width: 100px; */
    height: 190px;
    width: auto;
    left: -33px;
    bottom: unset;
    top: -233px;
}

.text_acc {
    padding: 20px;
    background: #121212;
    color: #fff;
    padding: 40px 22px 22px;
    margin: 20px 0;
    border-radius: 20px;
    line-height: 30px;
}
    img.bird3.ways2_i_big_bird {
        width: 165px;
        top: unset;
        bottom: 0;
        right: unset;
        left: -148px;
    }

    img.birds.bird2.ways2_i_big_bird2 {
        width: 112px;
        top: 7%;
        left: -54%;
    }
    
    section.steps_annot.steps_annot_best {
    position: relative;
    overflow: hidden;
}

    .ways2_i_desc {        
        font-size: 25px;
    }

    img.fog.steps_annot_best_fog {
        z-index: -1;
        left: 0%;
        bottom: 33%;
        width: 100%;
        scale: 2;
    }

    img.birds.bird2.steps_annot_best_b3 {
        width: 110px;
        top: 2%;
        right: 0%!important;
        left: unset;
    }

    img.bird3.steps_annot_best_b1 {
        width: 159px;
        top: 64%;
        right: -3%;
    }

    img.birds.bird1.steps_annot_best_b2 {
        width: 163px;
        top: -2%;
        left: -8%;
    }

    .course_box {
        width: 100%;
    }

    .oll_w {
        width: 96%;
    }

    .curator_name {
        font-size: 16px;
        margin-bottom: 16px;
    }

    img.bird1,
    img.bird2,
    img.bird3 {
        width: 100px;
    }

    .stap2 {
        margin-left: 14%;
    }

    .stap3 {
        margin-left: 30%;
    }

    .w_w_w {
        flex-direction: column;
    }

    .prog_course_i {
        padding: 30px 24px 60px;
    }

    .prog_course_i_left {
        max-width: 100%;
    }

    .prog_course_i_right {
        max-width: 100%;
        padding: 30px 0 0 0px;
    }

    .steps_annot_desc {
        padding: 33px 24px;
        font-size: 18px;
    }

    .steps_annot_ww {
        padding: 63px 26px 15px;
        margin-top: -36px;
        border-radius: 20px;
    }

    section.steps_annot {
        padding: 60px 4%;
    }

    .about_me_text_i.about_me_text_i_main {
        text-align: center;
    }

    .curator_w {
        flex-wrap: wrap;
        justify-content: center;
    }


    .curator {
        width: 48%;
        padding-bottom: 20px;
    }

    .about_me_text_w {
        width: 105%;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .why_m {
        WIDTH: 80%;
    }

    .about_me_w {
        gap: 0px;
    }

    section {
        padding: 30px 4%;
    }

    .prog_course_name {
        font-size: 28px;
        margin: 20px 0;
    }

    .about_me_img {
        position: relative;
        width: 100%;
    }

    .prog_course_name {
        font-size: 18px;
    }

    .steps_annot_desc {
        width: 80%;
        padding: 16px 24px;
        font-size: 16px;
    }

    .prog_course_name.prog_course_name2 {
        padding: 30px 4%;
    }

    .steps_annot_i {
        font-size: 16px;
        margin: 18px 0;
    }

    .slider__item_w_h_w {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .tarif_w {
        flex-direction: column;
    }

    .prog_course_name {
        font-size: 20px;
    }

    .prog_course_i_desc {
        font-size: 36px;
    }

    .first_sky_text_w {
        top: 40px;
    }

    section.first_sky {
        height: 92vh;
    }



    .slider__item_text {
        font-size: 18px;
    }

    .lessons_i {
        padding-right: 50px;
    }

    .lesson_desc {
        display: flex;
        align-items: center;
        height: 70px;
    }

    .lesson_ul {
        margin-top: 20px;
    }

    .slider__wrapper {
        overflow: hidden;
    }

    .you_now_i_num {
        font-size: 40px;
    }

    .about_me_w {
        flex-direction: column;
    }

    .gifts_w {
        padding: 30px;
        font-size: 20px;
    }

    .about_me_text_w {
        font-size: 16px;
    }

    .about_me_w.about_me_w2 {
        padding: 0 4%;
    }

    .mob_d {
        display: block;
    }

    .prog_course_name {
        font-size: 20px;
    }

    .tarif_w {
        flex-direction: column;
    }

    .curator_name span {
        font-size: 16px;
    }

    .curator_text_w {
        font-size: 16px;
    }

    .curator {
        width: 100%;
        padding-bottom: 20px;
    }

    .first_sky_text_1_mob {
        display: block;
    }

    

    img.oll {
        bottom: 0;
        height: 55%;
    }

    .first_sky_text_w {
        white-space: wrap;
        text-align: center;
        letter-spacing: 5px;
        mix-blend-mode: difference;
    }

    img.hands {
        left: 54%;
        top: unset;
        bottom: 9%;
        transform: translate(-54%, -50%);
        transform-origin: left bottom;
        animation: animate_hands_mob 6s linear infinite;
    }

    @keyframes animate_hands_mob {

        0% {
            transform: translate(-54%, -50%);
        }

        50% {
            transform: translate(-54%, -53%);
        }

        100% {
            transform: translate(-54%, -50%);
        }
    }

    img.space {
        position: absolute;
        left: 47%;
        transform: unset;
        transform: translate(-50%, -50%);
        top: 450px;
        width: 1500px;
        height: auto;
        /* animation: animate_space_mob 15s linear infinite; */
        animation: unset;
    }


    @keyframes animate_space_mob {

        0% {
            transform: translate(-50%, -50%);
        }

        50% {
            transform: translate(-51%, -50%);
        }

        100% {
            transform: translate(-50%, -50%);
        }
    }

    img.fog {
        top: unset;
        left: 0;
        bottom: 0;
        z-index: 3;
        width: 100%;
        opacity: 0.7;
        scale: 4;
        animation: animate_fog 6s linear infinite;
    }

    img.bird3 {
        top: 32%;
        right: 2%;
    }

    img.bird2 {
        top: 38%;
        left: 21%;
    }

    img.bird1 {
        top: 47%;
        left: -1%;
    }

    .mountain {
        scale: 2;
        transform-origin: bottom;
    }

        .first_sky_text_1_mob {
        font-size: 15vw;
        line-height: 14vw;
    }

    .first_sky_text_2 {
        text-align: center;
        font-size: 8vw;
        margin-top: 10px;
    }

    .neon {
        position: absolute;
        top: 562px;
        padding-left: 16px;
        font-size: 39px;
    }

    .acept_course {
        margin: 52px auto 0;
    }

    .bonus_w {
        flex-direction: column;
        gap: 60px;
    }

    .bonus_left {
        order: 2;
    }

    .bonus_w_button {
        margin: 46px auto 0;
    }

    .olesia_w {
        flex-direction: column;
    }

    section.olesia {
        padding: 60px 10%;
    }

    .olesia_ul {
        padding-left: 30px;
    }
}


@media only screen and (max-width: 470px) {
    .neon {
        position: absolute;
        top: 551px;
        padding-left: 16px;
        font-size: 34px;
    }
}

@media only screen and (max-width: 450px) {
    .neon {
        top: 524px;
        padding-left: 16px;
        font-size: 34px;
    }
}

@media only screen and (max-width: 430px) {
    .neon {
        top: 494px;
        padding-left: 16px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 410px) {
    .neon {
        top: 486px;
        padding-left: 10px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .neon {

        top: 477px;
        padding-left: 10px;
        font-size: 28px;
    }

    .neon_desc {
        font-size: 22px;
    }

    footer {
        gap: 16px;
        flex-direction: column;
        padding-left: 8%;
        margin: 60px 0 0;
    }
}

@media only screen and (max-width: 390px) {
    .neon {
        top: 450px;
        padding-left: 8px;
        font-size: 27px;
    }

    .first_text_date {
        padding: 5px 20px;
        line-height: 20px;
        font-size: 16px;
    }

    section {
        padding: 30px 4%;
    }

    #about_me_2 {
        padding-top: 30px;
    }

    .section_desc {
        font-size: 44px;
        margin-bottom: 40px;
    }

    .you_now_i {
        padding: 10px;
    }

}

@media only screen and (max-width: 380px) {
    .neon {
        top: 450px;
        padding-left: 8px;
        font-size: 27px;
    }
}

@media only screen and (max-width: 370px) {
    .neon {
        top: 428px;
        padding-left: 10px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 360px) {
    .neon {
        top: 428px;
        padding-left: 10px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 350px) {
    .neon {
        top: 420px;
        padding-left: 6px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 340px) {
    .neon {
        top: 428px;
        padding-left: 10px;
        font-size: 25px;
    }
}