html, body{
    background: #223e84;
    color: white;
    overflow-x: hidden;
}

.content_block{
    margin: 0px;
}
.content_wrapper{
    font-size: 16px;
}

.log_btn{
    background: orange;
    box-shadow: inset 37px 28px 0 -19px #ffc800;
    color: #9e0d18;
}
.log_btn:hover{
    background: rgb(255, 187, 0);
}

.content_title_ch{
    background: #ffffff30;
    font-weight: 700;
    border-radius: 16px;
    font-size: 32px;
    display: inline-block;
    padding: 16px 48px;
    border: 4px solid #ffffff40;
    margin-bottom: 32px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}
.head_cta_ch{
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(45deg, #FF304E, #ff0076);
    height: 52px;
    border: 0;
    outline: 0;
    padding: 15px 36px;
    border-radius: 24px;
    box-shadow: inset 36px 26px 0 -15px rgba(255, 255, 255, 0.22);
    color: white;
    font-weight: 600;
    /* box-shadow: 0 10px 16px rgba(68, 83, 212,0.4); */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.head_cta_ch:hover{
    transform: translateY(-2px);
}
.ch_head_content_wrapper{
    max-width: 1280px;
    /* text-align: center; */
    font-size: 0px;
    margin: auto;
    background: url(../../img/bg_christmas.jpg);
    background-position: left;
    background-size: cover;
    padding: 48px 24px;
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.4);
}
.head_characters_container{
    width: 36%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.head_text_container{
    width: 44%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.title_green{
    color: #006332;
}
.h_text_wrapper{
    width: 420px;
    margin: 24px auto;
}
.sub_head_text{
    width: 85%;
    background: rgba(255,255,255,0.4);
    border-radius: 24px 24px 0 0;
    margin: auto;
    text-align: center;
    padding: 16px;
    margin: auto;
}
.head_text_background{
    background: white;
    color: #D40B16;
    border-radius: 24px;
    padding: 24px 68px;
    text-align: center;
    margin: auto;
}
.head_main_title{
    font-size: 42px;
    line-height: 40px;
}


/* ============================
==== Films preview ====
============================ */


.content_full_width{
    position: relative;
    width: 100%;
    font-size: 0px;
    padding: 48px;
}
.ld_film_preview_boxes{
    position: absolute;
    width: 260px;
    height: auto;
    top: -41px;
    left: 20%;
}
.full_w_title_wrapper{
    text-align: center;
}
.cta_wrapper_center{
    text-align: center;
}
.full_color{
    background: radial-gradient(#3f51b5, #243dc7);
}
.full_width_wrapper{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.film_description_wrapper{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    margin: 24px 0;
}
.film_container{
    min-height: 80px;
    padding: 16px 24px;
    font-size: 0;
}
.film_text_wrapper{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
}
.film_poster_wrapper{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
}
.film_name{
    display: inline-block;
    background: white;
    min-width: 110px;
    font-size: 22px;
    padding: 14px 28px;
    font-weight: 700;
    border-radius: 16px;
    color: #D40B16;
    text-align: center;
}
.film_description_list{
    padding-left: 8px;
}
.film_desc_item{
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 4px 16px;
    margin: 8px 24px 8px;
    font-size: 18px;
}
.film_desc_item b{
    font-size: 20px;
}
.item_extra{
    font-weight: 700;
}
.poster_img{
    width: 200px;
    height: 295px;
    transform: rotateZ(5deg);
}

.film_mock{
    width: 365px;
    margin: auto;
    margin-top: -52px;
    transform: translateY(2px);
}

/* ============================
==== Online platform ====
============================ */

.ld_platform_flower{
    position: absolute;
    width: 228px;
    height: auto;
    top: -85px;
    right: 15%;
}
.ld_platform_mix{
    position: absolute;
    width: 260px;
    height: auto;
    top: -92px;
    right: 20%;
}
.full_color_bl{
    background: #3f51b5;
}
.full_color_pl{
    background: radial-gradient(#951d96, #560057);
}
.full_color_gr{
    background: radial-gradient(#006332, #013c1f);;
}
.full_color_peach{
    background: radial-gradient(#FF697A, #922935);;
}

.platform_wrapper{
    width: 100%;
    font-size: 0;
    padding: 24px 0;
}
.platform_part_left, .platform_part_right{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
}
.platform_list_elem{
    position: relative;
    background: #ffffff30;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    text-align: left;
    max-width: 90%;
    margin: 16px;
    margin-bottom: 30px;
}
.elem_num{
    position: absolute;
    width: 42px;
    height: 42px;
    left: -20px;
    top: -20px;
    background: white;
    border-radius: 21px;
    color: #D40B16;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
}
.screen_wrapper{
    width: 90%;
    margin: auto;
}
.tv_border{
    width: 100%;
    border: 6px solid seashell;
    border-radius: 16px;
    overflow: hidden;
    border-bottom-color: #f1d8c6;
}
.screen_top_nav{
    width: 100%;
    height: 16px;
    background: #022929;
    padding: 4px 16px;
}
.screen_top_controll{
    width: 80%;
    height: 8px;
    background: #ffffff20;
    border-radius: 3px;
    margin-left: 16px;
}
.screen_top_controll::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #7eb178;
    margin-left: -16px;
    border-radius: 3px;
}
.screen_img{
    width: 100%;
    height: auto;
}
.screen_holder{
    width: 132px;
    margin: auto;
}
.holder_back{
    width: 60%;
    height: 40px;
    background: rgb(240, 220, 206);
    margin: auto;
    box-shadow: inset -3px 13px 0 rgba(0,0,0,0.2);
}
.holder_bottom{
    width: 100%;
    height: 16px;
    background: seashell;
    border-radius: 4px;
}

/* ============================
==== Course Steps ====
============================ */

.course_steps_wrapper{
    position: relative;
    width: 60%;
    max-width: 496px;
    margin: auto;
}
.steps_l_img, .steps_r_img{
    position: absolute;
    width: 216px;
}
.steps_l_img{
    bottom: 16px;
    left: -158px;
}
.steps_r_img{
    bottom: 16px;
    right: -123px;
}

/* ============================
==== Course Levels ====
============================ */

.ld_level_tree{
    position: absolute;
    width: 352px;
    height: auto;
    left: 10%;
    top: -365px;
}
.ld_level_mix{
    position: absolute;
    width: 305px;
    height: auto;
    right: 5%;
    top: -175px;
}
.levels_wrapper{
    width: 100%;
    font-size: 0px;
    text-align: center;
}
.level_container{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 32px 16px;
    font-size: 16px;
}
.level_title{
    color: #D40B16;
    background: white;
    margin: 0px;
    padding: 8px 16px;
    font-size: 32px;
    border-radius: 16px 16px 0 0;
}
.level_desc_wrapp{
    background: #ffffff20;
    padding: 8px 16px;
    border-radius: 0 0 16px 16px;
}
.level_amount{
    font-size: 13px;
}
.level_price{
    font-size: 32px;
    font-weight: 700;
}
.level_list{
    margin: 16px 0;
}
.level_list_item{
    background: #ffffff20;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 8px;
    text-align: left;
}
.level_list_item span{
    display: inline-block;
    color: #8be081;
    font-size: 22px;
    font-weight: 700;
}


.ld_form_man{
    position: absolute;
    width: 280px;
    height: auto;
    left: 22%;
    top: -200px;
}



@media (max-width: 1352px){
    .ch_head_content_wrapper{
        width: 90%;
    }
}

@media (max-width: 1280px) {
    .ld_film_preview_boxes{
        left: 10%;
    }
    .ld_level_tree{
        left: 3%;
    }
    .content_full_width{
        padding: 16px;
        /* overflow: hidden; */
    }
    .film_container{
        padding: 16px 8px;
    }
    .film_text_wrapper{
        width: 60%;
    }
    .film_name{
        transform: translateY(0px);
    }
    .film_poster_wrapper{
        width: 40%;
    }
    .poster_img{
        width: 162px;
        height: auto;
    }
    .film_mock{
        width: 312px;
        margin-top: -32px;
    }
}

@media (max-width: 1024px) {
    .ld_platform_mix{
        right: 5%;
    }
    .ld_level_tree{
        width: 280px;
        top: -292px;
    }
    .ld_level_mix{
        width: 246px;
        top: -143px;
        right: 4px;
    }
    .ld_form_man{
        width: 258px;
    }
    .ch_head_content_wrapper{
        background-position: right;
    }

    .platform_part_left{
        width: 60%;
    }
    .platform_part_right{
        width: 40%;
        padding-top: 32px;
    }
}

@media (max-width: 962px) {
    .ld_film_preview_boxes{
        left: 5%;
        width: 240px;
    }
    .ld_platform_mix{
        width: 240px;
    }
    .content_full_width{
        padding: 16px;
        /* overflow: hidden; */
    }
    .film_container{
        padding: 16px 8px;
    }
    .film_text_wrapper{
        width: 68%;
    }
    .film_name{
        transform: translateY(0px);
    }
    .film_desc_item{
        margin: 8px;
    }
    .film_poster_wrapper{
        width: 32%;
    }
    .poster_img{
        width: 142px;
        height: auto;
    }
    .film_mock{
        width: 270px;
        margin-top: -22px;
    }
}

@media (max-width: 768px) {
    .ld_film_preview_boxes{
        width: 197px;
    }
    .ld_platform_mix{
        width: 210px;
        right: 3%;
    }
    .ld_platform_flower{
        width: 192px;
        right: 8%;
    }
    .ld_level_tree{
        width: 196px;
        top: -165px;
    }
    .ld_level_mix{
        width: 214px;
        top: -100px;
    }
    .ld_form_man{
        width: 218px;
        left: 7%;
    }
    .content_wrapper{
        width: 100%;
        padding: 0;
    }
    .content_title_ch{
        font-size: 26px;
        padding: 12px 32px;
    }
    .head_text_container{
        width: 100%;
    }
    .content_full_width{
        padding: 16px;
        /* overflow: hidden; */
    }
    .film_container{
        padding: 16px 8px;
    }
    .film_text_wrapper{
        width: 68%;
    }
    .film_name{
        transform: translateY(0px);
    }
    .film_desc_item{
        margin: 8px;
    }
    .film_poster_wrapper{
        width: 32%;
    }
    .poster_img{
        width: 142px;
        height: auto;
    }
    .poster_img{
        transform: translateX(-12px) rotateZ(5deg);
    }
    .course_steps_wrapper{
        width: 100%;
    }

    .level_container{
        width: 50%;
    }
}

@media (max-width: 700px) {
    .film_name{
        font-size: 18px;
        padding: 8px 18px;
    }
    .film_desc_item{
        font-size: 16px;
    }
    .film_desc_item b{
        font-size: 18px;
    }
    .poster_img{
        width: 120px;
    }
}

@media (max-width: 600px) {
    .ld_platform_mix{
        width: 200px;
        top: -122px;
    }
    .ld_platform_flower{
        width: 160px;
    }
    .ld_level_tree{
        width: 166px;
        top: -119px;
    }
    .ld_level_mix{
        width: 163px;
        top: -69px;
    }
    .ld_form_man{
        width: 160px;
        top: -45px;
        left: 4%;
    }
    .ch_head_content_wrapper{
        background: url(../img/head_landing_mob.jpg);
        background-position: center;
        background-size: cover;
    }
    .h_text_wrapper{
        width: 96%;
    }
    .film_description_wrapper{
        width: 100%;
    }
    .film_name{
        font-size: 22px;
        padding: 16px 22px;
    }
    .film_desc_item{
        font-size: 18px;
    }
    .film_desc_item b{
        font-size: 20px;
    }
    .poster_img{
        width: 142px;
    }
    .film_mock{
        width: 385px;
        margin-top: -38px;
    }

    .platform_part_left{
        width: 100%;
    }
    .platform_part_right{
        width: 80%;
    }
    .platform_list_elem{
        margin: 26px auto;
    }

    .level_container{
        width: 90%;
        padding: 28px 4px;
    }
}

@media (max-width: 425px) {
    .head_cta_ch{
        text-align: center;
        height: auto;
    }
    .sign_btn{
        box-shadow: inset -37px 28px 0 -19px #ffc800;
    }
    .ld_film_preview_boxes{
        width: 171px;
    }
    .ld_platform_mix{
        width: 170px;
    }
    .ld_platform_flower{
        right: 2%;
        width: 147px;
        top: -70px;
    }
    .ld_level_tree{
        display: none;
    }
    .ld_level_mix{
        width: 148px;
        top: -84px;
    }
    .ld_form_man{
        width: 132px;
        top: -26px;
        left: 1%;
    }
    .head_main_title{
        font-size: 32px;
    }
    .head_text_background{
        padding: 16px 32px;
    }
    .content_title_ch{
        font-size: 22px;
        padding: 12px 32px;
    }

    .film_mock{
        width: 320px;
        margin-top: -26px;
    }

    .level_container{
        width: 100%;
    }
}