.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}
.images_row{
    margin-top: 3rem;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:992px) {
    html{
        font-size: 12px!important;
    }
}


@media screen and (min-width:992px) {
    .naprav_img img, .prod_img img{
        transition: all 0.25s;
    }
    .naprav_item:hover .naprav_img img, .prod_item:hover .prod_img img{
        transform: scale(1.05);
    }
    .naprav_item:hover .btn{
        background: #00293C;
        color: white;
    }
    .naprav_item:hover .btn_flex span {
        margin-left: 0;
    }
    .sotrud_item{
        background-image: url("../img/sot_banner1.jpg");
    }
    .sotrud_item.right{
        background-image: url("../img/sot_banner2.jpg");
    }
    .nn_item:hover .nn_img{
        height: 20rem;
    }
    .nn_item:hover .nn_text_box{
        height: 6rem;
    }

    [data-lang="kz"] .nn_item:hover .nn_img{
        height: 19rem;
    }
    [data-lang="kz"] .nn_item:hover .nn_text_box{
        height: 7rem;
    }
    main{
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #bg1{
        background-image: url(../img/line1.png);
        background-position: top 24.1rem center;
    }
    #bg2{
        background-image: url(../img/line2.png);
        background-position: top 8.4rem center;
    }
    #bg3{
        background-image: url(../img/line6.png);
        background-position: bottom 2.8rem center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 3.8rem;
    }
    #bg4{
        background-image: url(../img/line7.png);
        background-position: top 4.5rem center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #bg5{
        background-image: url(../img/line8.png);
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #bg6{
        background-image: url(../img/line9.png);
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #bg8{
        background-image: url(../img/line10.png);
        background-position: top 22.2rem center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #bg9{
        background-image: url(../img/line11.png);
        background-position: top 12.7rem center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #bg10{
        background-image: url(../img/line12.png);
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .studies_page{
        background-image: url(../img/bg1.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }
    .about_page{
        background-image: url(../img/line5.png);
        background-position: bottom 1.3rem left;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #about_bg1{
        background-image: url(../img/line3.png);
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #about_bg2{
        background-image: url(../img/line4.png);
        background-position: top 7.3rem left;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .preim2_item{
        height: 20.125rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
    }
    .preim2_item .preim2_el{
        margin-bottom: 1rem;
    }
    .preim2_text{
        transition: all 0.35s linear;
        color: #00293C;
    }
    .preim2_item:hover .preim2_text{
        margin-top: 11.4rem;
        color: white;
    }

    .lang_grop{
        transition: all 0.35s;
        top: 120%;
        opacity: 0;
        pointer-events: none;
    }
    .lang_box:hover .lang_grop{
        opacity: 1;
        top: 100%;
        opacity: 1;
        pointer-events: painted;
    }
     .lang_box:hover i{
        transform: rotate(-180deg);
     }
}

@media screen and (max-width:992px) {
    .n_rev_item {
        height: 14.5rem;
    }
    .lang_grop{
        display: none;
    }
    .active_lang{
        cursor: pointer;
    }
    .active_lang.active i{
        transform: rotate(-180deg);
    }
    .form-control{
        height: 3.5rem;
    }
    .page_about_preim_row {
        margin-top: 3rem;
    }
    .page_about_preim_row > .col-md-5 {
        padding-right: 10px;
    }
    .page_about_preim_row .el2 img{
        width: 10.813rem;
    }
    .page_about_preim_row .el2{
        width: auto;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 1.5rem;
    }
    .page_about_text {
        padding-top: 1.5rem;
    }
    .blur_box .tags span {
        padding: 0.65rem 1.4rem;
        font-size: 1.1rem;
        margin-right: 0.6rem;
        margin-bottom: 0.6rem;
    }
    .blur_box .tags {
        justify-content: flex-start;
    }
    .blur_box {
        padding: 1.8rem;
    }
    .about_video {
        height: 15rem;
        margin-bottom: 2rem;
    }
    .breadcrumbs {
        margin-bottom: 1.5rem;
    }
    body {
        padding-top: 5.1rem;
    }
    #box-1{
        padding-top: 1rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 11rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #E1EFF1;
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15) !important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
        transform: none;
    }
    .menu > a{
        display: block;
        margin: 0;
        margin-bottom: 2.5rem;
    }
    .menu .btn{
        width: auto!important;
    }
    .menu .mob_block{
        padding: 2rem 0;
    }
    .menu .mob_block a.conf{
        opacity: 0.5;
        font-size: 1.1rem;
    }
    .menu_btn {
        width: 3.5rem;
    }
    .in_active{
        display: none;
    }
    .menu_btn.active .in_active{
        display: block;
    }
    .menu_btn.active .active{
        display: none;
    }
    header {
        padding: 0.7rem 0;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    .bordered_img {
        height: 30rem;
        padding: 1.8rem;
    }
    .soc_border span{
        display: none;
    }
    a.soc_border{
        padding: 5px;
    }
    .soc_item {
        width: 3rem;
        height: 3rem;
        font-size: 1.8rem;
    }
    .mob_block .soc_border{
        margin-left: 0.5rem;
    }
    .white_box{
        margin-top: 2rem;
        padding: 1.8rem;
    }
    .des_img {
        width: 12rem;
        margin-bottom: 3rem;
    }
    .section_title {
        font-size: 1.8rem!important;
        margin-bottom: 1.8rem!important;
    }
    .btn{
        font-size: 1.25rem;
        padding: 1.1rem 1.5rem!important;
        min-width: unset!important;
        width: 100%!important;
    }
    .white_box_btn {
        margin-top: 2.4rem;
    }
    .preim_item {
        height: 7.5rem;
    }
    .preim_item span:first-child {
        font-size: 2rem;
    }
    .section_title span {
        font-size: 1.6rem;
        margin-top: 0.3rem;
        text-align: left;
    }
    #box-3 {
        padding-top: 2rem;
    }
    .about_text{
        padding-top: 1.5rem;
    }
    .el2 {
        top: 0;
    }
    .cat_item {
        padding: 0.6rem 1.2rem;
        margin-top: 0.8rem;
        margin-right: 0.7rem;
    }
    .sm_pad {
        padding-left: 10px;
    }
    #box-4 {
        padding-top: 2rem;
    }
    .mob_title{
        font-family: NoirProMedium, sans-serif;
        margin-bottom: 1.5rem;
    }
    .mob_stud_slider{
        padding: 0 1.5rem;
        margin: 0;
    }
    .mob_stud_slider .mb_30, .page_about_preims2_row .mb_30{
        margin: 0;
        -ms-flex: none;
        flex: none;
        max-width: unset;
        height: 100%;
    }
    .mob_stud_slider .slick-list, .page_about_preims2_row .slick-list{
        margin: 0 -10px;
        overflow: unset;
        display: flex;
    }
    .mob_stud_slider .slick-track, .page_about_preims2_row .slick-track{
        display: flex;
    }
    .mob_stud_slider .slick-slide > div, .page_about_preims2_row .slick-slide > div{
        height: 100%;
    }
    .prod_img {
        height: 27rem;
    }
    .tags span {
        font-size: 1.1rem;
        padding: 0.35rem 0.75rem;
        margin-right: 0.55rem;
        margin-bottom: 0.6rem;
    }
    #box-5 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .naprav_row .mb_30, .box7_row .mb_30, .digits_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btn_flex span {
        margin-left: 0;
    }
    .naprav_title {
        font-size: 1.35rem;
    }
    .btn.arrow {
        font-size: 1.25rem;
    }
    #box-6 {
        padding-top: 0;
    }
    .naprav_text {
        padding-top: 1.4rem;
    }
    .box6_btn {
        margin-top: 2.2rem;
    }
    .preim2_item .preim2_el{
        display: none;
    }
    .preim2_item{
        padding: 1.8rem;
    }
    #box-7 {
        padding-top: 3rem;
    }
    #box-8 {
        padding-top: 2rem;
    }
    .form-control {
        padding: 0.8rem 1.2rem;
        font-size: 1.25rem;
    }
    .form_text {
        padding-right: 0;
    }
    .main_form{
        padding: 1.8rem;
    }
    .reviews_row{
        width: 90%;
    }
    #box-9 {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .footer_logo {
        width: 10.313rem;
        margin-bottom: 2.5rem;
    }
    .mob_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mob_40{
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .footer_sub_items{
        display: flex;
        /*justify-content: space-between;*/
    }
    .footer_sub_item{
        width: 45%;
    }
    .footer_item {
        padding-top: 1.1rem;
    }
    .el4_mob{
        width: 7.2rem;
        position: absolute;
        top: -0.5rem;
        right: 0;
        pointer-events: none;
    }
    .footer_socials{
        text-align: left;
        margin-top: 0.4rem;
        position: relative;
    }
    .footer_socials a{
        margin: 0;
        margin-right: 1rem;
        font-size: 2.5rem;
    }
    .el4_box {
        display: none;
        margin-top: -5.9rem;
        pointer-events: none;
    }
    footer .el4 {
        width: 12.875rem;
    }
    footer {
        padding-top: 3rem;
        padding-bottom: 0;
    }
    .footer_bottom{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .copy{
        margin-top: 1rem;
    }
    .footer_bottom {
        padding: 1.5rem 0;
        margin-top: 2.5rem;
    }
    .form_title {
        line-height: 1.4;
    }
    /*#bg1{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*#bg2{*/
    /*    background-position: center center;*/
    /*    background-size:200%;*/
    /*}*/
    /*#bg3{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*#bg4{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*#bg5{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*#bg6{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*#bg8{*/
    /*    background-position: center center;*/
    /*    background-size:200%;*/
    /*}*/
    /*#bg9{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*#bg10{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*.studies_page{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    /*.about_page{*/
    /*    background-position: center center;*/
    /*    background-size:200%;*/
    /*}*/
    /*#about_bg1{*/
    /*    background-position: center center;*/
    /*    background-size:200%;*/
    /*}*/
    /*#about_bg2{*/
    /*    background-position: center center;*/
    /*    background-size: 200%;*/
    /*}*/
    .page_about_preims2 {
        padding-top: 2.3rem;
    }
    .page_about_preims2_row{
        margin: 0;
        width: 85%;
    }
    .about_slider_box{
        width: 75%;
    }
    .slider_btns, .tg_box .el2{
        display: none;
    }
    .tg_box {
        margin-top: 3.3rem;
    }
    .tg_box .section_title br{
        display: none;
    }
    .page {
        padding-bottom: 3.5rem;
    }
    .mob_naprav_select{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .select2-container .select2-selection--single {
        height: 3.5rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3.5rem;
    }
    .nn_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nn_text_box {
        height: auto;
    }
    .nn_text {
        padding-top: 1.4rem;
    }
    .nn_img {
        height: 27rem;
    }
    .nn_img img{
        height: 100%;
    }
    .nn_item .btn_flex span {
        margin-left: 0;
    }
    .study_slider_item {
        height: 19.3rem;
    }
    .study_slider .slick-arrow {
        width: 4rem;
        height: 4rem;
    }
    .study_blur {
        margin-top: 2rem;
        min-height: unset;
    }
    .study_contact_link{
        display: block;
    }
    .study_contact_link .btn{
        margin: 0;
        margin-top: 0.5rem;
    }
    .study_title {
        margin-bottom: 0.8rem;
    }
    .study_text:not(:last-child) {
        margin-bottom: 1.7rem;
    }
    .tarif_page_row .el_tarif{
        display: none;
    }
    .tarif_page .naprav_menu {
        margin-top: 0rem;
        margin-bottom: 2rem;
        justify-content: flex-start;
    }
    .tarif_page .naprav_menu .cat_item{
        margin-right: 0.7rem;
        margin-left: 0;
    }
    .tt_item{
        text-align: center;
    }
    .tt_title {
        text-align: center;
    }
    .tt_text span {
        font-size: 1.7rem;
    }
    .tt_bottom{
        display: block;
        text-align: center;
    }
    .tt_images{
        justify-content: center;
        margin-bottom: 1rem;
    }
    .tt_images img{
        margin: 0 0.5rem;
    }
    .tt_item.sm .tt_info_item {
        min-height: unset;
    }
    .sotrud_item{
        background-image: url(../img/sot_banner1_mob.jpg);
        padding: 1.8rem;
        padding-bottom: 0;
    }
    .sotrud_item.right{
        background-image: url("../img/sot_banner2_mob.jpg");
        text-align: left;
    }
    .sotrud_item.right .el_s_box {
        justify-content: flex-start;
    }
    .el_white {
        width: 14rem;
    }
    .sotrud_img {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }
    .sotrud_item .el_white{
        margin-bottom: 3.2rem;
    }
    .sotrud_content br{
        display: none;
    }
    .sotrud_title {
        font-size: 1.9rem;
        margin-bottom: 0.7rem;
    }
    .sotrud_section_title{
        text-align: center;
        line-height: 1.2;
    }
    .sotrud_section_title br{
        display: none;
    }
    .sotrud_section_title span{
        display: block;
        margin: 0.7rem 0!important;
        text-align: center!important;
    }
    .section_title span.bordered {
        border: 2px solid #FF8A5F;
        padding: 0.6rem 1.3rem;
        line-height: 1.2;
    }
    .section_text{
        text-align: center;
    }
    .sotrud_page_btns {
        margin-top: 1rem;
    }
    .sotrud_page_btns .btn{
        margin: 0;
        margin-top: 0.5rem;
    }
    .sotrud_preims {
        margin-top: 2.5rem;
    }
    .sotrud_preim_item .el_white {
        margin-bottom: 3rem;
    }
    #bg3{
        padding-bottom: 2rem;
    }
    .franchise_banner .content *{
       line-height: 1.5;
    }
    .franchise_steps {
        margin-top: 3rem;
    }
    .franchise_el_row {
        margin-top: 2rem;
    }
    .title_after {
        width: 18.5rem;
        margin-bottom: 1rem;
    }
    .franchise_el_row{
        flex-direction: column-reverse;
    }
    .franchise_el_row > .col-md-5 .flex{
        justify-content: flex-start;
        margin-bottom: 2rem;
    }
    .franchise_form {
        margin-top: 2.5rem;
        padding: 3rem 0;
    }
    .franchise_form_box{
        padding-top: 2rem;
    }
    .franchise_form_box .content{
        margin-bottom: 2rem;
    }
    .franchise_form_box .policy {
        margin-bottom: 1.7rem;
    }
    .franchise_slider_box{
        width: 75%;
    }
    .about_gallery_item {
        height: 32rem;
    }
    .franchise_slider {
        margin-top: 3rem;
    }
    .franchise_types {
        margin-top: 3rem;
    }
    .franchise_contacts {
        margin-top: 1.9rem;
    }
    .el_contacts{
        display: none;
    }
    .franchise_type_item_img{
        width: 100%;
    }
    .franchise_type_item_title {
        margin-bottom: 1.2rem;
    }
    .page_part_item_img {
        padding-left: 0;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 1.6rem;
    }
    .page_part_item_text{
        padding: 0;
    }
    .page_part_item{
        padding: 1.8rem;
    }
    .filters_row .mob_full:not(:last-child){
        margin-bottom: 1rem;
    }
    .trener_img {
        height: 31rem;
    }
    .trener_title {
        font-size: 1.7rem;
        margin-top: 1.2rem;
        margin-bottom: 0.7rem;
        line-height: 1.3;
    }
    .n_card_banner {
        border-radius: 20px;
        padding: 1.8rem;
        margin-bottom: 1.5rem;

    }
    .n_card_rel{
        min-height: 33rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .el_naprav {
        width: 14.188rem;
        margin-bottom: 3rem;
    }
    .n_card_preims {
        margin-top: 3rem;
    }
    .tfp_slider_item .img_fiuld {
        margin-left: 0;
        height: 21.625rem;
    }
    .tfp_slider_item {
        padding-bottom: 5.7rem;
    }
    .slider_line {
        bottom: 3rem;
        left: 15px;
        width: auto;
        height: 7px;
        right: 15px;
    }
    .n_page_video {
        padding-top: 3rem;
    }
    .n_page_video_text .content {
        margin-bottom: 2.5rem;
    }
    .n_page_video_box {
        height: 41rem;
    }
    .n_page_gallery_slider{
        width: 90%;
    }
    .n_page_gallery .slick-list{
        overflow: unset;
    }
    .n_page_gallery_slider_item {
        height: 11.4rem;
    }
    .n_results {
        padding-top: 3rem;
    }
    .n_result_item {
        height: 18.6rem;
    }
    .n_page_last {
        padding-top: 3rem;
    }
    .white_box_btn{
        display: block;
    }
    .white_box_btn .btn{
        width: 100%;
        margin-top: 0.5rem;
    }
    #pdf-container {
        width: 100%;
    }
}
@media screen and (max-width:550px) {
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    body{
        font-size: 1.25rem;
    }
}
