header.new_header{
    padding: 0px !important;
    box-shadow: none !important;
    background: linear-gradient(to right, #012eaf, #288dfb);
}
html {
    scroll-behavior: smooth;
}
body.heightfix{
    display: flex !important;
    flex-direction: column !important;
}
.heightfix .footer{
    flex: 1;
}
.exo-background_info{
    margin: 80px 0px;
    background: linear-gradient(to right, #012eaf, #288dfb);
}
.box-modal .htext{
    font-size: 36px;
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}
.footer_btn .disabled{
    opacity: 0.5;
}
.download-info .disabled{
    opacity: 0.5;
}
.section-download .only-mobile{
    display: none;
}

.info .disabled{
    opacity: 0.5;
}
.box-modal.sendPluse{
    display: flex;
    height: 38%;
    min-width: 400px;
}
.box-modal.sendPluse .htext{
    line-height: 36px;
    font-size: 29px;
}

html, body {
    scrollbar-color: #218bff rgba(0, 0, 0, 0.151);     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: 6px;  /* толщина */
}
.applicants-form .width-section{
    display: flex;
    justify-content: space-between;
}
.applicants-form .width45{
    width: 45%;
}
.applicants-form .send-form-btn{
    text-align: center;
    max-width: 155px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: auto;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    padding: 10px 0px;
    background-color: #218bff;
    color: white;
}
::-webkit-scrollbar{
    width: 6px; /* ширина для вертикального скролла */
    /* height: 8px; высота для горизонтального скролла */
    background-color: rgba(0, 0, 0, 0.151);
    border-radius: 10px;
    padding-left: 2px;
}
::-webkit-scrollbar-thumb {
    background-color: #218bff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}


.applicants-form input[type=text]{
    border: 1px solid gray;
    border-radius: 30px;
    padding: 10px;
    margin: 10px 0px;
    
}
.applicants-form{
    max-width: 100%;
    padding: 0px 15%;
    margin-left: auto;
    margin-right: auto;
    max-height: 410px;
    overflow: auto;
}
.applicants-form .ap-section{
    margin-bottom: 25px;

}
.box-modal .text{
    font-size: 17px;
    text-align: center;
    color: black;
    opacity: 0.7;
    margin-bottom: 55px;
}
.background-blue{
    background: linear-gradient(to right, #012eaf, #288dfb);
}
.bottom-line-v3{
    margin-top: -20px;
    transform: rotate(180deg);
}
.exo-container{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.exo-footer{
    background: #001347;
    padding: 15px;
}
.menu_mobile_list{
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
    background-color: white;
}
.exo-footer p{
    color: white;
    font-weight: 300;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 0;
}
.exo-container_new{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.exo-bottom_line{
    margin-top: -150px;
    z-index: 1;
}
.exo-bottom_line img{
    margin-bottom: -1px;
    height: 135px;
    width: 100%;
}
.df_block{
    display: flex;
}
.df_block.space_betw{
    justify-content: space-between;
}
.df_block.jst_center{
    justify-content: center;
}
.df_block.jst_around{
    justify-content: space-around;
}
.menu_text a{
    justify-content: space-around;
    margin: auto;
    color: white;
    opacity: 0.7;
    font-size: 16px;
}
.menu_text{
    width: 770px;
}
.section-header{
    padding: 20px 0px;
}
.background_picture{
    background-color: gray;
}
.section-download .info{
    max-width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-download .info p:first-child{
    color: white;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}

.section-download .text_simple{
    color: white;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 60px;
}
.section-download .picture{
    position: relative;
    z-index: 2;
}

.download_btn span{
    margin: auto;
    margin-left: 10px;
}
.section-download .download_btn a{
    color: white;
    border: 1px solid white;
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    flex-direction: row;
}
.logo_two{
    display: none;
}
.exo-video{
    margin-right: 40px;
}
.menu_text a:hover{
    color: white;
    opacity: 1;
}
.menu_text a:focus{
    color: white;
    opacity: 1;
}
.section-header .menu_mobile{
    display: none;
}
.picture_mobile{
    display: none;
}

/* after header */
.h2_text{
    text-align: center;
    font-size: 35px;
    color: black;
}
.gray_tiny_text{
    font-size: 16px;
    text-align: center;
    color: #000000;
    opacity: 0.6;
}
.obj_slider{
    margin: 10px;
}
.obj_slider.slick-active:hover .inner-obj_slider{
    margin-top: -10px;
    box-shadow: 2px 10px 15px 6px #cce4ff;
}
.inner-obj_slider{
    box-shadow: 0px 1px 15px 6px #cce4ff;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: white !important;
    transition: 0.3s;
    opacity: 0.4;
}
.inner-obj_slider .text{
    text-align: center;
    color: gray;
    font-size: 16px;
}
.inner-obj_slider .name{
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin-top: auto;

}
.inner-obj_slider img{
    margin: auto;
    width: 25%;
    margin-bottom: 30px;
}
.slick-active .inner-obj_slider{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 28px !important;
    color: #2367ff !important;
}
.slick-next:before{
    content:  url('https://exo-best.ru/images/slick_arrow.svg') !important;
}
.slick-prev:before{
    content:  url('https://exo-best.ru/images/slick_arrow.svg') !important;
}
.slick-track{
    margin: 40px 20px;
    display: flex !important;
}
.slick-prev{
    left: 15% !important;
    z-index: 10;
    transform: rotate(180deg) !important;
}
.slick-next{
    right: 15% !important;
    z-index: 10;
}
.slick-slide{
    height: auto !important;
}
.block-el{
    padding: 35px 10px;
    display: flex;
    flex-direction: column;
}
.block-el .first-t{
    height: 75px;
}
.block-el .second-t{
    height: 50%;
}
.section-info{
    padding: 80px 0px;
}
.section-info .info_block{
    max-width: 530px;
}
.section-info .right_text{
    font-size: 15px;
    line-height: 24px;
    font-weight: 100;
    width: 70%;
    color: white;
    margin-bottom: 0px;
}
.info_block .notific{
    padding-bottom: 40px;
}
.notific img{
    width: 15%;
    margin-right: 30px;
}
.info_block .top_text{
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    
}
.info_block .bot_text{
    color: white;
    font-size: 17px;
    line-height: 24px;
    font-weight: 100;
}
.section-info .list_prev{
    color: white;
    font-size: 17px;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 50px;
}
.info_block ul li{
    color: white;
    font-size: 17px;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 40px;
    list-style-image:url('https://exo-best.ru/images/icon_check.svg');
}
.info_block ul li span{
    padding-left: 10px;
}

/*  */
.buble .number{
    color: #218BFF;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    padding-bottom: 10px;
}
.buble .main{
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    padding: 0px 20px;
    color: #08092D;
}
.buble .text{
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #08092D;
    opacity: 0.6;
}
.section-buble{
    margin: 60px 0px;
    margin-bottom: 120px;
    flex-wrap: wrap;
}



/*  */

.fu-left_block{
    margin: 40px 0px;
}

.fu-left_block.right .df_block{
    flex-direction: row-reverse;
}
.fu-left_block.right .right-text{
    /* text-align: right;
    margin-right: 30px; */
}
.fu-left_block.right .text{
    margin-left: auto;
}
.fu-left_block img{
    width: 40%;
}
.fu-left_block .text{
    width: 70%;
}
.fu-left_block .text p:first-child{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #08092D;
}
.fu-left_block .text p:last-child{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #08092D;
    opacity: 0.8;
}
.fu-left_block .right-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}

.fu-left_block .top_text{
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 90px !important;
    line-height: 57px !important;
    color: #218BFF !important;
    margin-bottom: 40px !important;
    text-transform: uppercase;
}
.fu-left_block.right .top_text{
    margin-left: auto;
    margin-right: auto;
}

/* pop */
.box-modal{
    height: 60%;
    min-width: 900px;
}
.exo-video{
    cursor: pointer;
}
.box-modal_close img{
    width: 20px;
    height: 20px;
}
.box-modal_close{
    right: -35px !important;
    top: -35px !important;
}

/*  */

.background-gray{
    background: #E4F0FF;
    width: 100%;
}
.section-seekers{
    padding: 80px 0px;
    padding-bottom: 20px;
}
.section-seekers .info{
    max-width: 450px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-seekers .info p:first-child{
    color: #08092D;
    font-weight: 600;
    font-size: 27px;
    line-height: 22px;
}
.section-seekers .info .text{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    
    opacity: 0.7;
}

.section-seekers .info a{
    color: #218bff;
    font-weight: 500;
    cursor: pointer;

}

.section-seekers .picture{
    width: 30%;
    margin-left: 40px;
}

.download-info{
    padding: 70px 0px;
    max-width: 500px;
    text-align: center;
    margin: auto;
}
.download-info .text-info{
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    color: #FFFFFF !important;
}
.download-info:first-child{
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF !important;
}

@media(max-width:1310px){
    .block-el .first-t{
        height: 100px;
    }
    .fu-left_block img{
        width: 30%;
    }
    .slick-prev{
        left: 8% !important;

    }
    .slick-next{
        right: 8% !important;
    }
    .fu-left_block .top_text{
        font-size: 70px !important;
    }
}
@media(max-width:1140px){
    .fu-left_block .top_text{
        font-size: 55px !important;
    }
    .fu-left_block img{
        width: 25%;
    }
    .box-modal{
        height: 70%;
        min-width: 700px;
    }
    .bottom-line-v3{
        margin-top: -3px;
    }
}
@media(max-width:1000px){
    header{
        /*background: linear-gradient(to top, #012eaf, #288dfb);*/
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1) !important;
    }
    html {
        scroll-behavior:inherit;
    }
    .section-download .only-mobile-hide{
        display: none !important;
    }
    .menu_mobile_list a{
        margin: 0;
        padding: 15px 0px 15px 20px;
        border-bottom: 1px solid #74adf94d;
        width: 100%;
        display: block;
        color: black !important;
    }
    .applicants-form{
        max-height: 280px;
    }
    .box-modal{
        height: 70%;
        width: 100% !important;
        min-width: inherit;
    }
    .section-seekers .picture{
        margin-left: 0px;
        display: none;
    }
    .section-seekers .info{
        margin-left: 20px;
        margin-bottom: 30px;
    }
    .box-modal_close {
        right: 0px !important;
        top: -45px !important;
    }
    .arcticmodal-container_i{
        width: 100%;
    }
    .fu-left_block .df_block{
        display: block;
    }
    .fu-left_block img{
        margin: auto;
        width: 35%;
    }
    .fu-left_block .top_text{
        text-align: center !important;
    }
    .fu-left_block.right .text{
        margin-left: 0 !important;
    }
    .fu-left_block .text{
        width: 100%;
        padding: 0px 20px;
    }
    .fu-left_block .text {
        /* width: 80%; */
        text-align: center;
    }
    .fu-left_block .right-text{
        margin-left: 0px;
    }
    .exo-video{
        margin-right: 20px;
    }
    .section-download .picture{
        display: none;
    }
    .exo-bottom_line{
        margin-top: 0px;
    }
    .section-header .menu_mobile{
        display: block;
        margin-left: 20px;
    }
    .section-header .logo{
        display: none;
    }
    .section-header .menu{
        display: none;
    }
    .section-info{
        padding: 80px 20px;
    }
    .logo_two{
        display: block;
    }
    .picture_mobile{
        display: block;
        margin: auto;
    }
    .exo-bottom_line img{
        height: inherit;
    }
    .list_prev{
        font-weight: 500 !important;
    }
    .section-info .right_text{
        width: 100%;
    }
    .info_block ul li{
        margin-bottom: 10px;
    }
    .fu-left_block.right .right-text{
        margin-right: 0;
    }
}
.width-section .form-group{
    max-width: 290px;
}
@media(max-width:630px){
    .section-download .info{
        padding: 20px 20px;
    }
    .section-download .only-mobile-hide{
        display: none !important;
    }
    header.new_header{

        background: linear-gradient(to top, #012eaf, #288dfb);
    }
    .applicants-form .width-section{
        display: block;
        justify-content: space-between;
    }
    .box-modal.ap_questionnaire{
        height: 75% !important;
    }
    .box-modal .htext{
        font-size: 30px;
        text-align: center;
        color: black;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .width-section .form-group{
        max-width: inherit;
    }
    .box-modal .text{
        margin-bottom: 0px;
    }
    .applicants-form{
        max-height: 320px;
        padding: 0px 2%;

    }
    .background-blue{
        background: linear-gradient(to top, #012eaf, #288dfb);
    }
    .section-seekers .info{
        margin: 15px;
        text-align: center;
        max-width: 100%;
    }
    .download-info .download_btn a{
        margin: auto;
    }
    .download-info:first-child{
        font-size: 26px;
    }
    .download-info .text-info{
        font-size: 15px;
        line-height: 22px;
    }
    .download-info{
        padding: 70px 20px;
    }
    .form-questionnaire{
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF !important; 
        background: #218BFF;
        border-radius: 30px;
        padding: 10px 30px;
        width: fit-content;
        margin: auto;
    }
    .section-seekers .info{
        margin-bottom: 0;
    }
    .section-seekers{
        padding: 30px 0px;
    }
    .section-seekers .info p:first-child{
        font-size: 20px;
    }
    .section-seekers .info .text{
        font-size: 14px;
    }
    .box-modal{
        height: 45%;
    }
    .fu-left_block .top_text{
        font-size: 47px !important;
        margin-bottom: 5px !important;
    }
    .fu-left_block .text p:first-child{
        font-weight: 600;
        font-size: 18px;
        line-height: 17px;
    }
    .fu-left_block .text p:last-child{
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 17px;
    }
    .fu-left_block img{
        width: 40%;
    }
    .buble{
        margin: auto !important;
        margin-bottom: 30px !important;
    }
    .h2_text{
        font-size: 28px;
    }
    
    .obj_slider.slick-active:hover .inner-obj_slider{
        margin-top: 0px;
        box-shadow: 0px 1px 15px 6px #cce4ff;
    }
    .section-download .info p:first-child{
        font-size: 34px;
        line-height: 41px;
    }
    .section-download .text_simple{
        font-size: 17px;
        line-height: 23px;
    }
    .no-df_mobile{
        display: block !important;
    }
    .download_btn a:first-child{
        margin-bottom: 20px;
    }
    .download_btn a{
        max-width: 200px;
        font-size: 12px !important;
    }
    .download_btn {
        margin: auto;
    }
    .download_btn img{
        width: 12% !important;
    }
}
@media(max-width:500px){
    .slick-track{
        margin-left: -35px;
    }
    .box-modal iframe{
        height: 100%;
    }
    .download-info:first-child{
        font-size: 22px;
    }
    .exo-footer p{
        font-size: 12px;

    }
    .download-info .text-info{
        font-size: 13px;
        line-height: 18px;
    }
    .box-modal{
        height: 45%;
        padding: 5px !important;
    }
    .fu-left_block img{
        width: 75%;
    }
    .arcticmodal-container_i2{
        padding: 10px !important;
    }
}