.video_block {
    position: relative;
    width: 100%;
}
.f-build-desktop, .f-build-mobile{
    width:100%;
    border-radius: 5px;
}
.f-build-desktop{
    transition-duration:.3s;
}
.f-build-desktop:hover{
    opacity:.85;
}
.f-build-mobile{
    display: none;
}
.video-js .vjs-big-play-button {
    border: 0;
    background: none;
    border: 0;
    background: none;
    height: 78px;
    width: 78px;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    outline: none;
    opacity: 0.6;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
    background-image: url(../img/play_butt_new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.menu_icon{
    display: none;
    width: 16px;
    height: 12px;
    position: relative;
}
.lines {
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    width: 16px;
}
.line {
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--main-text-color);
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.line_three {
    bottom:0;
    left: 0;
    right: 0;
}
.line_one {
    top:-1px;
    left: 0;
}
.menu_header .line_one {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.menu_header .line_three {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}
.mob_menu{
    overflow: hidden;
    position: fixed;
    width: 700px;
    left: 101%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    padding: 100px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.content_conteiner{
    width: 100%;
}
.video-js .vjs-control-text{
    display: none!important;
}
.mob_class_line{
    display: none;
}
.menu_container{
    position: absolute;
    top: 90px;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    bottom: 20px;
    width: 195px;
    left: 60px;
    z-index: 1;
}
.menu_mob .menu_item{
    font-size: var(--font-size-3);
    margin-bottom: 35px;
}
.menu_mob_button{
    position: absolute;
    bottom: 30px;
    left: 0;
}
body{
    width: 100%;
    overflow-x: hidden;
}
body,html{
    font-family: 'Cera Pro';
    font-weight: normal;
    line-height: 1;
}
a:hover,a:focus,a{
    text-decoration: none;
}
.center_block{
    width: 96%;
    max-width: var(--center-width);
    margin: 0 auto;
}
.header_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.menu_top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo{
    width: var(--logo-width);
    height:
            var(--logo-height);
    background-image: url(../img/1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
}
.menu_item{
    font-size: var(--font-size-3);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
    margin: 0 24px;
    text-decoration: none;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    white-space: nowrap;
    color: var(--main-text-color);
}

.button_style{
    font-size: var(--font-size-2);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding:var(--button_padding);
    min-width:var(--button_min_width);
    height: var(--button_height);
    background: var(--button_main_color);
    border-radius: var(--button_border-radius);
    border: 1px solid  var(--button_main_color);
    cursor: pointer;
}
.border_button{
    background-color: transparent;
    color:var(--button_main_color);
}
.slider_top{
    padding-top: 32px;
    width: 100%;
}
.slider_top.slider_top_first{
    padding-top:0;
}
.slider_item{
    position: relative;
    width: 100%;
    height: var(--main_img_height);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.slider_text{
    font-size: var(--font-size-5);
    line-height: 1.6;
    font-weight: normal;
    color: var(--main-text-color);
    z-index: 2;
    position: relative;
    width: 52%;
    max-width: 665px;
}
.slider_text p{
    margin-bottom: 12px;
}
.slider_text strong{
    font-weight: bold;
    font-size: var(--font-size-9);
    line-height: 1.2;
    color: var(--main_color);
}
.left_flex_button{
    justify-content: flex-start;
    margin-top: 36px;
}
.slider_item_image{
    position: relative;
    width: 47%;
}
.slider_item_image_anim{
    position: absolute;
    left: 0;
    right: 0;
    height: var(--main_img_height);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    top: 50%;
    margin-top: -206px;
}
.footer_block{
    width: 100%;
    background-color:#161616;
    position: relative;
    z-index: 1;
}
.footer_text{
    font-size: var(--font-size-2);
    line-height:1;
    color: #FFFFFF;
    font-weight: normal;
}
.soc_butt_footer{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.soc_icon{
    width: var(--soc_icon);
    height: var(--soc_icon);
    display: block;
    margin-right: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
}
.fb{
    background-image: url(../img/fb.svg);
}
.insta{
    background-image: url(../img/insta.svg);
}
.telegram{
    background-image: url(../img/telegram.svg);
}

.partner_block{
    background-color: var(--partner_back);
}
.zaglav_partner{
    width: 100%;
    font-size: var(--font-size-5);
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    padding: 23px 0;
    text-align: center;
}
.line{
    height: 1px;
    width: 100%;
    background-color: #000;
}
.partner_logo_block{
    max-width: 1020px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 0 ;

}
body.course-page .partner_logo_block{
    flex-direction: column;
    grid-gap: 20px;
}
.partner_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_img img{
    max-width: 350px;
    max-height: 106px;
}
.copyright_block{
    padding: 75px 0;
}
.copy_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo_adcore img{
    width: 100%;
}
.logo_adcore{
    display: block;
    width: 100px;
    opacity: 0.5;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.contact_footer{
    padding: 88px 0;
}
.contact_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_logos{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_logos a img{
    max-width: 100%;
}
.footer_logos a{
    display: block;
    margin-right: 30px;
}
.logofooter{
    width: 120px;
}
.lavka_silpo_logo{
    width: 100px;
}
.silpo_logo{
    width: 140px;
}
.footer_contact_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.contact_item span{
    font-weight: normal;
    font-size: var(--font-size-1);
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
    display: block;
}
.contact_item a,.contact_item p{
    font-weight: bold;
    font-size: var(--font-size-3);
    line-height: 1.6;
    color: #FFFFFF;
}
.contact_item a{
    white-space: nowrap;
}
.contact_item{
    margin-left: 36px;
}
.faq_flex{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.faq_item:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main_color);
    z-index: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_item.open:after{
    background-color: #FFFFFF;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_item:nth-child(odd):before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 3;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}

.faq_item{
    width: 25%;
    min-height:360px;
    position: relative;
    outline: 1px solid #6787e7;
    box-sizing: border-box;
    /* background-color: #fff;*/
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_name{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 70px 53px;
    /*background-color: var(--main_color);*/
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_descript{
    opacity: 0;
    visibility: hidden;
    position: relative;
    padding:70px 53px;
    padding-right: 27px;
    padding-bottom: 130px;
    /*background-color: #ffffff;*/
    font-weight: normal;
    font-size:var(--font-size-4);
    line-height: 1.6;
    color: var(--main-text-color);
    z-index: 3;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.open_button:before,.open_button_new:before{
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url("../img/plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.open_button_new,.open_button{
    width: 58px;
    height: 58px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.open_button{
    position: absolute;
    bottom: 50px;
    left: 53px;
    background: rgba(255, 255, 255, 0.3);
}
.open_button_new{
    background: rgba(65, 105, 225, 0.3);
    flex-shrink: 0;
    margin-left: 40px;
    margin-right: 36px;
}
.faq_item.open .open_button:before,.faq_item_line.open .open_button_new:before{
    background-image: url("../img/minus.svg");
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_item_line.open .open_button_new:before{
    filter:invert(100%) brightness(6);
}
.faq_item.open .faq_name{
    opacity: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_item.open .faq_descript{
    opacity: 1;
    visibility: visible;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_item.open .open_button{
    background: rgba(22, 22, 22, 0.05);
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.faq_item.open:before{
    opacity: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.grant_block{
    width: 100%;
    background-color: #FFE7E7;
    position: relative;
}
.faq_line{
    position: absolute;
    left: 0;
    right: 0;
    height: 63px;
    bottom: 0;
    background-color: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.faq_line_text{
    font-weight: 500;
    font-size: var(--font-size-1);
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 50%;
    text-align: left;
    padding-left: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.faq_line_text img{
    width: 19px;
    opacity: 0.5;
    margin-right: 16px;
}
.flex_grant{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    max-width: var(--big-max-width);
    width: 100%;
    margin: 0 auto;
}
.image_grant img{
    width: 100%;
}
.image_grant{
    width: 50%;
    position: relative;
}
.img_grant{
    position: absolute;
    top: -72px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/grant.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.grant_text{
    width: 50%;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 74px;
    padding-bottom: 137px;
}
.page_title{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;
    color: var(--main-text-color);
    margin-bottom: 19px;
}
.page_descript p{
    margin-bottom: 6px;
}
.page_descript{
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 1.6;
    color: var(--main-text-color);;
}
.flex_button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mt-3{
    margin-top: 36px;
}
.mb-5{
    margin-bottom: 54px;
}
.teachers_block{
    padding-bottom: 168px;
}
.photo_item{
    width: 100%;
    padding-bottom: 107px;
    position: relative;
}
.photo_block{
    width: 100%;
}
.photo_block img{
    width: 100%;
    border-radius: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.photo_name_block{
    padding: 16px;
    background-color: var(--main_color);
    bottom: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    min-height: 136px;
}
.photo_name{
    font-size: var(--font-size-6);
    line-height: 1.52;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 9px;
}
.photo_descript{
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 1.6;
    text-align: center;
    color: #FFFFFF;
}
.carousel_style.owl-theme .owl-nav{
    position: absolute;
    right: 0;
    top: -110px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.carousel_style.owl-theme .owl-nav [class*='owl-']{
    width: 56px;
    height: 56px;
    margin: 0;
    margin-left: 21px;
    background-image: url(../img/carousel_arr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel_style.owl-theme .owl-nav button.owl-prev{
    transform:rotate(180deg);
}
.graduate_block .photo_block img{
    filter:grayscale(0);
}
.brand_block{
    background-image: url(../img/violet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.photo_item_id12 .brand_block{
    background-image: url(../img/red.jpg);
}
.photo_item_id9 .brand_block{
    background-image: url(../img/blue.jpg);
}
.brand_block{
    margin: 0 18px;
    height: 93px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -46px;
    position: relative;
    z-index: 2;
}
.brand_name{
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    justify-content: center;
}
.graduate_block{
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
}
.brand_logo img{
    height: 93px;
    width: auto!important;
}
.brand_logo{
    flex-shrink: 0;
}
.carousel_item img{
    width: 100%;
}
.carousel_item{
    width: 100%;
}
.photo_carousel .owl-dots{
    position: absolute;
    bottom: 55px;
    margin: 0!important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo_carousel.owl-carousel button.owl-dot.active{
    background: rgba(255, 255, 255, 0.3);
}
.photo_carousel.owl-carousel button.owl-dot{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: transparent;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo_carousel.owl-theme .owl-dots .owl-dot:hover span,.photo_carousel.owl-theme .owl-dots .owl-dot:hover span{
    background: rgba(255, 255, 255,1);
}
.photo_carousel.owl-theme .owl-dots .owl-dot:hover span,.photo_carousel.owl-theme .owl-dots .owl-dot.active span{
    background: rgba(255, 255, 255, 1);
    width: 16px;
    height: 16px;
    transform: none;
}
.photo_carousel.owl-theme .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100px;
    display: block;
    margin: 0;
}
.no_doubt_block:after{
    content: '';
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    height: 571px;
    background: #FFE7E7;
}
.no_doubt_block{
    margin-bottom: 129px;
    position: relative;
}
.no_doubt_center{
    max-width: var(--big-max-width);
    width: 96%;
    margin: 0 auto;
    background: var(--main_color);
    border-radius: 5px;
    padding: 69px 0;
    position: relative;
    z-index: 1;
}
.no_doubt_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.no_doubt_text{
    max-width: 634px;
}
.no_doubt_descript{
    font-weight: normal;
    font-size: var(--font-size-5);
    line-height: 1.6;
    color: #FFFFFF;
}
.no_doubt_text .page_title{
    color: #FFFFFF;
}
.white-button{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.benefite_block{
    margin-bottom: 96px;
}
.benefit_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_benefit{
    width: 50%;
}
.right_benefit img{
    max-width: 100%;
    max-height: 100%;
}
.right_benefit{
    width: 50%;
    padding-left: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit_title{
    font-weight: bold;
    font-size: var(--font-size-9);
    line-height: 1.2;
    color: var(--main-text-color);
}
.benefit_item:last-child{
    border-bottom: none;
}
.benefit_item{
    padding: 36px 0;
    border-bottom: 1px solid rgba(22, 22, 22, 0.05);
}
.benefit_name_flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.count_benefit{
    width: 55.9px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/count.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin-right: 16px;
    flex-shrink: 0;
}

.benefit_name{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;

    color: var(--main-text-color);
}

.benefit_descript{
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 1.6;
    color: #292F33;
}
.benefit_flex_buttons{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}
.benefit_flex_buttons .border_button{
    margin-left: 32px;
}
.whom_block .page_title{
    max-width: 50%;
    margin-bottom: 96px;
}
.big_whom_center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: var(--big-max-width);
    width: 96%;
    margin: 0 auto;
}
.left_whom_image img{
    max-width: 100%;
}
.left_whom_image{
    width: 50%;
}
.right_whom_text{
    padding-left: 56px;
    width: 50%;
}
.whom_block{
    margin-bottom: 96px;
}

.whome_title p{
    font-weight: 500;
    font-size: var(--font-size-1);
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(35, 34, 38, 0.8);
    margin-bottom: 16px;
}
.whome_title h1{
    font-weight: bold;
    font-size:var(--font-size-8);
    line-height: 125%;
    color: var(--main-text-color);
    margin-bottom: 27px;
}
.whome_name_flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.open .open_whome:before{
    background-image: url(../img/minus.svg);
    filter:none;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.open_whome:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
    background-image: url(../img/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter:invert(100%);
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.open_whome{
    width: 36px;
    height: 36px;
    background: rgba(22, 22, 22, 0.05);
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
}
.whome_name{
    font-weight: bold;
    font-size: var(--font-size-3);
    line-height: 125%;
    color: var(--main-text-color);
}
.whome_descript_style{
    padding-left: 52px;
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 160%;
    color: var(--main-text-color);
    max-width: 460px;
    display: none;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.open .whome_descript_style{
    display: block;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.whome_item{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    margin-bottom: 32px;
}
.flex_button_whome{
    display: flex;
    position: relative;
    z-index: 1;
}
.course_block{
    width: 100%;
    margin-bottom: 96px;
    padding-top: 96px;
}
.course_flex{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.course_item{
    width: 50%;
    height: 468px;
    background-image: url(../img/bg-blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 5px;
    position: relative;
}
.mitap_style,.course_banner.mitap_style{
    background-image: url(../img/bg-red.jpg);
}
.course_container {
    padding: 48px 50px;
    width: 100%;
    height: 100%;
    display: block;
}
.type_name{
    padding: 0 20px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: normal;
    font-size: var(--font-size-2);
    line-height: 1;
    color: var(--main-text-color);
    margin-bottom: 53px;
}
.type_flex{
    display: flex;
}
.course_descript{
    font-weight: 500;
    font-size: var(--font-size-4);
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.course_name{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height:1.25;
    color: #FFFFFF;
    min-height: 120px;
}
.bottom_course_buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 48px;
    left: 0;
    padding: 0 50px;
    width: 100%;
}
.data_cours{
    font-weight: bold;
    font-size: var(--font-size-9);
    line-height:1;
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.small_data{
    font-size: var(--font-size-7);
}
.right_otstup{
    margin-right: 10px;
    line-height: 1.6;
}
.slider_container{
    background-color: #FFE7E7;
}
.course_block:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 277px;
    top: 0;
    background-image: url(../img/course_block.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.course_block{
    position: relative;
}
header.header_class{
    background-color: #FFE7E7;
}
.big_page_title{
    font-weight: bold;
    font-size: var(--font-size-9);
    line-height: 120%;
    color: #4169E1;
    margin-bottom: 19px;
}
.page_description{
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 160%;
    color: var(--main-text-color);
    max-width: 525px;
    padding-bottom: 50px;
}
.teacher_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 68px;
    margin-bottom: 96px;
}
.page_back{
    background-color: #FFE7E7;
    padding-top: var(--page-top-margin);
    position: relative;
    z-index: 1;
}
.teacher_image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/course_block.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 300px;
}
.teacher_image{
    position: relative;
}
.center_big_grant{
    max-width: var(--big-max-width);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18px;
    width: 96%;
    z-index: 1;
}
.center_big_grant img{
    max-width: 45%;
}
.flex_grant_image{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.info_page_grant{
    position: relative;
}
.center_forma{
    max-width: var(--big-max-width);
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.forma_block .page_title{
    color: #fff;
    margin-bottom: 50px;
}
.forma_block{
    max-width: 1089px;
    background: var(--main_color);
    border-radius: 5px;
    padding: 50px 134px;
    margin-bottom: 96px;
}
.flex_center_forma{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_line{
    width: 31%;
    max-width: 240px;
}
.form_textarea_line{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
input.form-control::-webkit-input-placeholder,.form_textarea::-webkit-input-placeholder { color:  #ffffff;}
input.form-control::-moz-placeholder,.form_textarea::-moz-placeholder           { color:  #ffffff;}
input.form-control:-moz-placeholder,.form_textarea:-moz-placeholder            {color:  #ffffff;}
input.form-control:-ms-input-placeholder,.form_textarea:-ms-input-placeholder       {color:  #ffffff;}

.form-control:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 50px #4169e1!important;
    -webkit-text-fill-color: #fff!important;
    color:  #ffffff!important;
}
input.form-control, textarea.form-control {
    height: 56px;
    line-height: 56px;
    -webkit-appearance: none ;
    -moz-appearance: none;
    outline: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    font-family: 'Cera Pro';
    text-align: center;
    font-weight:normal;
    font-size: var(--font-size-2);
    color: #fff;
    box-shadow: none;
    border-radius: 0;
}
textarea.form_textarea {
    line-height: 1.25;
    padding-top: 10px;
    height: 120px;
    overflow-x: hidden;
    text-align: left;
}
.form_but_flex{
    display: flex;
    justify-content: flex-start;
}
.form_but_flex .button_style{
    -webkit-appearance: none ;
    -moz-appearance: none;
    outline: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
}
.chekbox_block input{
    width: 15px;
    height: 15px;
    margin: 0;
}
.chekbox_block label{
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    opacity: 0.85;
    margin-left: 15px;
}
.chekbox_block{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bottom_image:before{
    content: '';
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    background-image: url(../img/course_block.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 300px;

}
.bottom_friends:before{
    height: 200px;
}
.bottom_image{
    position: relative;
}
.partner_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 68px;
    margin-bottom: 96px;
}
.partner_block_item{
    position: relative;
}
.friends_item{
    width: 100%;
    padding: 40px 24px;
    /*min-height: 324px;*/
    background: #4169E1;
    border-radius: 5px;
}
.image_friends img{
    max-height: 106px;
    max-width: 304px;
    width: 96%;
}
.image_friends{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    /* margin-bottom: 30px;*/
}
.friends_descript{
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 1.6;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
}
.info_page_faqs .big_page_title{
    max-width: 733px;

}
.no_background{
    background-color: transparent;
}
.faq_container{
    max-width: var(--big-max-width);
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 96px;
    width: 96%;
}
.faq_item_line{
    position: relative;
    margin: 50px 0;
}
.faq_item_line:last-child{
    margin-bottom: 0;
}
.faq_item_line.open .faq_flex_new{
    border-bottom: 2px solid rgba(65, 105, 225, 1);
}
.faq_flex_new{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(65, 105, 225, 0.25);
}
.faq_name_new{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1;
    color: var(--main-text-color);
}
.faq_descript_new{
    padding-left: 134px;
    padding-right: 193px;
    padding-top: 24px;

    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 160%;
    color: var(--main-text-color);
    display: none;
}
.faq_item_line.open .faq_descript_new{
    display: block;
}
.info_page_faqs:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 67px;
    background-image: url(../img/course_block.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.info_page_faqs{
    position: relative;
}
.course_page_container{
    position: relative;
    padding-bottom: 96px;
    margin-top: var(--page-top-margin);
}
.course_page_container .page_description p:last-child{
    margin-bottom: 0;
}
.course_page_container .page_description p{
    margin-bottom: 24px;

}
.course_page_container .page_description strong{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;
}
.course_page_container .big_page_title{
    width: 50%;
    max-width: 655px;
}
.course_page_container .page_description{
    width: 50%;
    max-width: 655px;
    margin-top: 50px;
    padding-right: 60px;
}
.course_button .border_button{
    margin-left: 32px;
}
header.header_class.white_header{
    background-color: #ffffff;
}
.absolute_image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.absolute_center{
    max-width: var(--big-max-width);
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.image_course img{
    max-width: 100%;
}
.image_course{
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
}
.course_page_container .course_block{
    margin-bottom: 0;
}
.course_page_container .course_block:before{
    display: none;
}
.course_page_container:before{
    content: '';
    position: absolute;
    height: 378px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/couse_back.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.all_mitap_course .course_block:before{
    display:none;
}
.all_mitap_course .course_block{
    padding-top: 50px;
}
.all_mitap_course .center_block {
    position: relative;
    z-index: 1;
}
.inner_course_page:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 236px;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/course_block.svg);
}
.inner_course_page{
    padding-top: var(--page-top-margin);
    position: relative;
}
.course_banner{
    width:100%;
    height: 295px;
    background-image: url(../img/bg-blue.jpg);
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 96px;
    position: relative;
}
.relative_class{
    position: relative;
    z-index: 1;
}
.courser_banner_descript{
    font-weight: 500;
    font-size: var(--font-size-4);
    line-height: 160%;
    color: #FFFFFF;
}
.courser_banner_name{
    font-weight: bold;
    font-size: var(--font-size-9);
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.course_image img{
    max-height: 100%;
}
.course_image{
    position: absolute;
    right: 70px;
    bottom: 0;
    height: 238px;
}
.flex_about{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 70px;
    margin-bottom: 96px;
}
.about_text{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 140%;
    color: var(--main-text-color);
    width: 50%;
    max-width: 470px;
}
.inner_course_page .whome_item{
    max-width: 450px;
}
.module_container{
    position: relative;
    margin-top: 96px;
    z-index: 2;
}
.course_price{
    position: sticky;
    top: 100px;
    width: 250px;
    flex-shrink: 0;
    margin-left: 50px;
}
.course_price_text{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height:1.25;
    color: var(--main-text-color);
    margin-bottom: 30px;
}
.module_block{
    width: 100%;
}
.flex_module{
    display: flex;
    align-items: flex-start;
}
.left_part_scroll{
    width: calc(100% - 300px);
}
.module_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 96px;
}
.module_item{
    padding: 48px;
    min-height: 458px;
    background-image: url(../img/pink-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    position: relative;
}
.module_number{
    font-size: var(--font-size-8);
    line-height: 1.25;
    color: var(--main-text-color);

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
}
.data_flex_module{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.module_data{
    font-weight: normal;
    font-size: var(--font-size-8);
    line-height: 1.25;
    color: var(--main-text-color);

}
.menu_item.menu_item_selected:hover {
    background-color: var(--button_hover_color);
    color:white;
}
.menu_item.menu_item_selected {
    padding: 10px 20px;
    background-color: var(--button_main_color);
    color: white;
    border-radius: 5px;
    transition-duration: .3s;
}
.module_name{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;
    color: var(--main-text-color);
    margin-bottom: 8px;
    min-height: 80px;
}
.module_descript{
    font-weight: 500;
    font-size: var(--font-size-4);
    line-height: 160%;
    color: var(--main-text-color);
    padding-bottom: 94px;
}
.module_descript strong{
    display: block;
    color: var(--button_main_color);
    font-weight: 700;
}
.flex_module_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    padding-left: 48px;
    padding-right: 48px;
}
.module_curs_price{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;
    color: var(--main-text-color);
}
.free_block:before{
    content: '';
    position: absolute;
    left: -134px;
    right: 0;
    bottom: 0;
    top: 0;
    background: #4169E1;
    border-radius: 5px;
}
.free_block{
    width: 100%;
    padding: 70px 0;
    position: relative;
    padding-right: 125px;
}
.free_container{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.image_free{
    width: 306px;
    flex-shrink: 0;
}
.free_text{
    width: 100%;
}
.image_free img{
    max-width: 100%;
}
.free_text .page_title{
    color: #fff;
}
.free_text .flex_button{
    margin-top: 48px;
}
.course_teachers:before{
    content: '';
    position: absolute;
    left: 0;
    top: -207px;
    width: 100%;
    height: 604px;
    background: #FFE7E7;
}
.course_teachers{
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
}
.course_teachers_center{
    max-width: 870px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.course_teachers_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 110px;
}
.graduates_carousel  .photo_item{
    padding-bottom: 0;
}
.graduates_carousel_course  .photo_item{
    padding-bottom: 0;
}
.flex_meetup_descript{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.metup_descript{
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 160%;
    color: var(--main-text-color);
    margin-bottom: 96px;
}
.metup_title{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 125%;
    color: var(--main-text-color);
    margin-bottom: 27px;
}
.flex_button_top{
    display: flex;
    justify-content: center;
}
.in_module_curs{
    width: 100%;
}
.dop_zaglav strong{
    font-weight: bold;
}
.list_plan{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}
.plan_data{
    width: 20px;
    flex-shrink: 0;
    font-weight: bold;
}
.flex_class{
    margin-bottom: 50px;
}
.course_banner.module_back{
    background-image:url(../img/pink-bg.jpg);
}
.module_back .courser_banner_descript,.module_back .courser_banner_name {
    color: var(--main-text-color);
}
.full_width{
    width: 100%;
    position: relative;
    z-index: 2;
}
.inner_module_page:before{
    display: none;
}
.active.menu_item{
    color: var(--main_color);
}
.popup.active{
    visibility: visible;
    opacity: 1;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.popup{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.popup_block_text{
    width: 96%;
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 3px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 87px;
}
.free_popup .popup_block_text{
    max-width: 800px;
    height: auto;
}
.popup_zaglav{
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;
    text-align: center;
    color: var(--main_color);
    margin-bottom: 16px;
}
.popup_descript{
    font-weight: bold;
    font-size: var(--font-size-4);
    line-height: 160%;
    text-align: center;
    color: var(--main-text-color);
    opacity: 0.5;
}
.popup_close:hover {
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    opacity: 1;
    transform: rotate(180deg);
}
.popup_close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 7;
    background-image: url(../img/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.forma_popup{
    margin: 0 auto;
    max-width: 500px;
    margin-top: 50px;
}
.form_but_flex_popup{
    justify-content: center;
    display: flex;
}
.forma_popup .chekbox_block label{
    color: rgba(22, 22, 22, 1);
}
.forma_popup .chekbox_block{
    justify-content: center;
}
.forma_input_popup {
    margin-bottom: 50px;
}

.forma_input_popup .form_line{
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
}
.forma_input_popup .form_line:last-child{
    margin-bottom: 0;
}
.forma_popup input.form-control{
    border-color: rgba(22, 22, 22, 0.25);
    height: 34px;
    line-height: 1;
    color: rgba(22, 22, 22, 1);
    font-size: var(--font-size-4);
}
.forma_popup input.form-control::-webkit-input-placeholder { color:  rgba(22, 22, 22, 0.25);}
.forma_popup input.form-control::-moz-placeholder { color: rgba(22, 22, 22, 0.25);}
.forma_popup input.form-control:-moz-placeholder {color: rgba(22, 22, 22, 0.25);}
.forma_popup input.form-control:-ms-input-placeholder {color: rgba(22, 22, 22, 0.25);}

.forma_popup .form-control:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 50px #ffffff!important;
    -webkit-text-fill-color: rgba(22, 22, 22, 1)!important;
    color:  rgba(22, 22, 22, 1)!important;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display: none;
}
.mob_menu.active {
    left: 0;
}

.module_grid .data_cours{
    font-size: var(--font-size-8);
}
.module_grid  .small_data{
    line-height: 1.2;
    font-size: var(--font-size-4);
}

.mob_price{
    display: none;
}
.free_video_page .page_description{
    max-width: 907px;
}
.video_container{
    margin-bottom: 50px;
}
.video_description p{
    margin-bottom: 10px;
}
.video_description{
    font-weight: normal;
    font-size: var(--font-size-4);
    line-height: 160%;
    color:var(--main-text-color);
    margin-bottom: 50px;
}
.video_button_flex .border_button{
    margin-left: 32px;
}
.video_button_flex{
    padding-bottom: 96px;
    display: flex;
    justify-content: flex-start;
}
.free_image img {
    width:  100%;
}
.slider-text__last-element{
    position: relative;
}
.free_image{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 492px;
    z-index: 1;
}
.rel_top{
    position: relative;
    z-index: 2;
}
.image_free_rel{
    position: relative;
}
.video_content{
    z-index: 1;
}
.flex_slider{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free_video_page  .page_back{
    padding-top: 0;
}
.sale_plash{
    position: absolute;
    left: -50px;
    top: -70px;
    font-size: var(--font-size-4);
    color: var(--main_color);
    background-image: url(../img/sale3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 98px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    transform: rotate(
            20deg);
}
.course_price_text{
    position: relative;
}
.pink_button{
    background-color: #F16E97;
    border-color: #F16E97;
}
.plan_descript strong{
    font-weight: bold;
}
.plan_descript p{
    padding-bottom: 10px;
}
.live_text{
    display: none;
}
.partner_text{
    font-weight: bold;
    font-size: var(--font-size-2);
    line-height: 1.4;
    color: #FFFFFF;
    margin-left: 15px;
}
.info_flex{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    position: relative;
    z-index: 10;
}
.info_item{
    height: 250px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: var(--font-size-8);
    line-height: 1.25;
    text-align: center;
    /*cursor: pointer;*/
    transition-duration: 0.3s;
    flex-direction: column;
}
.info_item img{
    width: 75px;
    margin-bottom: 15px;
}
/*.info_item:hover{*/
/*    color: var(--main_color);*/
/*    transition-duration: 0.3s;*/
/*}*/
body.course-page{
    background: #F7E8CF;
}
body.course-page header,body.course-page header.header_class{
    background: #F7E8CF;
}
body.course-page .inner_course_page:before,body.course-page  .course_teachers:before{
    display: none;
}
body.course-page .module_item{
    background-image: none;
    background: #566D32;
    color: #FFFBB3;
}
body.course-page .button_style{
    background-color:#FFFBB3;
    border-color: #FFFBB3;
    color: #566D32;
}
body.course-page .photo_name_block{
    background-color: #566D32 ;
    color: #FFFBB3;
    border-radius: 5px;
}
body.course-page .photo_name,body.course-page .photo_descript{
    color: #FFFBB3;
}
body.course-page .module_number{
    background: #F7E8CF;
    color: #566D32 ;
    height: 56px;
}
body.course-page .menu_item:hover{
    color:  #F7584D;
}
body.course-page  .active.menu_item,.menu_item.fix{
    color: #FFFFFF!important;
    background:  #F7584D;
    padding: 5px 12px;
}
.menu_item.fix:hover{
    opacity: 0.8;
}
body.course-page .logo{
    background-image: url("../img/logo-red.svg");
}
body.course-page .course_banner{
    background: #566D32;
    color: #FFFBB3;
}
body.course-page .courser_banner_name,body.course-page .courser_banner_descript{
    color: #FFFBB3;
}
body.course-page .button_style:hover{
    background-color: white;
}
body.course-page .slider_container{
    background: transparent;
}
body.course-page .slider_text strong,body.course-page .slider_text{
    color:  #F7584D;
    line-height: 1.2;
    position: relative;
    font-size: 35px;
}
body.course-page  .slider_text strong{
    line-height: 1;
    margin-bottom: 36px;
    display: block;
}
body.course-page .left_flex_button .button_style{
    background: transparent;
    color:  #F7584D;
    border-color: #F7584D;
}
body.course-page .left_flex_button .button_style:hover{
    background: #F7584D;
    color:  #F7E8CF;
    border-color: #F7584D;
    opacity: 1;
}
/*body.course-page  .slider_text:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 44px;*/
/*    top: 62px;*/
/*    background-image: url(../img/1.png);*/
/*    width: 85px;*/
/*    height: 85px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    z-index: 1;*/
/*}*/
body.course-page  .slider_text strong img{
    width: 70px;
    position: absolute;
    left: -16px;
    bottom: -20px;
}
body.course-page .mitap_style{
    background: #566D32;
    color: #FFFBB3;
    border-radius: 50px;
    margin-bottom: 50px;
    height: 500px!important;
    position: relative;
}
body.course-page .type_name{
    color: #FFFBB3;
    padding: 0;
    background: transparent;
    margin: 0 25px 10px 0;
}
body.course-page .benefit_title{
    color: #FFFBB3;
    margin-bottom: 25px;
}
body.course-page .course_descript{
    color: #FFFBB3;
}
body.course-page .course_container{
    padding: 48px 50px;
}
body.course-page .bottom_course_buttons{
    padding: 0 50px;
}

body.course-page .data_cours{
    color: #FFFBB3;
}
body.course-page .mitap_style:before{
    content: '';
    position: absolute;
    right: 1%;
    top: 3%;
    background-image: url("../img/leaves.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
}
body.course-page .module_data{
    display: none;
}
body.course-page .course_price .button_style{
    border-color: #F7584D;
    background: #F7584D;
    color: white;
}
body.course-page  .brand_block{
    border-radius: 5px;
}
body.course-page .partner_block{
    background: #566D32;
    color: #FFFBB3;
}
body.course-page .zaglav_partner,body.course-page .partner_text{
    color: #FFFBB3;
}
body.course-page .line{
    background: #FFFBB3;
}
body.course-page .brand_logo img{
    border-radius: 5px 0 0 5px;
}
body.course-page .module_grid .course_item{
    background: #F7584D;
    color: #FFFBB3;
}
body.course-page .course_item .type_name{
    color: #FFFBB3;
}
body.course-page .module_name,body.course-page .module_descript,body.course-page .module_curs_price{
    color: #FFFBB3;
}
body.course-page .lines .line{
    background: #F7584D;
}
body.course-page .bottom_course_buttons{
    grid-gap: 15px 0;
}
body.course-page .course_banner{
    height: auto;
    min-height: 295px;
}
body.course-page  .photo_block img{
    height: 100%;
    object-fit: cover;
}
body.course-page .photo_block{height: 100%}

body.course-page .slider_item_image_anim{
    height: 470px;
    margin-top: -240px;
}
body.course-page .slider_text p{
    font-size: 24px;
}
.button_style_fix{
    background: #F7584D!important;
    color: white!important;
}
.button_style_fix:hover{
    background-color: white!important;
    border-color: #FFFBB3!important;
    color: #566D32!important;
}
body.course-page .partner_logo_block .button_style{
    border: none;
}
/*body.course-page .partner_logo_block .button_style{*/
/*    background:#FFFBB3!important;*/
/*    border-color: #FFFBB3!important;*/
/*    color: #566D32!important;*/
/*}*/