.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1600px) {
    html {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1600px) 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: 1150px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1100px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}


@media screen and (min-width:992px) {
    body[data-lang="kz"] .menu a:not(:last-child) {
        margin-right: 0.7rem;
    }

    body[data-lang="kz"] .menu {
        margin-left: 1.5rem;
        font-size: 0.7rem;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.4rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu_toggle {
        width: 1.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: #165B9D;
        position: relative;
        top: -0.15rem;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 10.2rem;
        margin-left: -0.9rem;
    }
    .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: #EEF0F1;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
    .menu a:last-child{
        margin: 0;
    }

    header{
        padding: 0.3rem 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    }
    .lang_flex {
        font-size: 0.8rem;
        margin: 0;
    }
    .socials{
        margin-right: 1.6rem;
        margin-left: 1.6rem;
    }
    .socials a {
        width: 1.8rem;
        margin-right: 0;
    }
    .box1_img {
        position: static;
        width: 100%;
        margin-left: -1.8rem;
    }
    .section_title {
        line-height: 1.1;
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .box1 {
        padding-top: 4rem;
        padding-bottom: 0;
    }
    .section_text br{
        display: none;
    }
    .section_text{
        font-size: 1.1rem;
        line-height: 1.3;
        margin-bottom: 1.7rem;
    }
    .btn{
        width: 100%!important;
        height: 3.7rem!important;
        font-size: 1rem;
        font-family: 'BoundedRegular', sans-serif!important;
        min-width: unset!important;
        padding: 0!important;
    }
    .box1_btns{
        display: block;
    }
    .box1_btns .btn{
        margin: 0;
        margin-bottom: 0.5rem;
    }
    #box-2 {
        padding-bottom: 4rem;
        padding-top: 3rem;
    }
    .quiz {
        padding: 1.8rem;
    }
    .quiz_title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .quiz_anons br{
        display: none;
    }
    .quiz_anons{
        font-size: 1rem;
    }
    .quiz_steps{
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .q_item_title {
        margin-bottom: 1rem;
    }
    .quiz_label {
        height: 3.7rem;
        font-size: 0.9rem;
    }
    #box-3 {
        padding-top: 3.5rem;
        padding-bottom: 1.6rem;
        background: white;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }
    .section_title.sm {
        font-size: 1.7rem;
        margin-bottom: 1.2rem;
    }
    .quiz_item .policy{
        margin-bottom: 0.5rem!important;
    }
    .border_img{
        margin-bottom: 1.3rem;
    }
    .section_tag img {
        width: 2rem;
    }
    .section_tag span {
        margin-left: 0.7rem;
        padding-left: 0.6rem;
        font-size: 1rem;
        font-family: 'BoundedRegular', sans-serif;
    }
    .section_tag {
        margin-bottom: 1.4rem;
    }
    .header_right{
        flex-direction: row-reverse;
    }
    #box-4 {
        padding-top: 3.6rem;
    }
    .preim_item{
        display: block;
    }
    .preim_img{
        display: none;
    }
    .preim_text{
        width: 100%!important;
        padding: 1.8rem!important;
    }
    .preims_row .mb_30 {
        margin-bottom: 20px;
    }
    #box-5 {
        padding-top: 3rem;
        padding-bottom: 2.7rem;
    }
    .box6_row{
        flex-direction: column-reverse;
    }
    .box6_text {
        padding: 1.8rem;
        padding-top: 1rem;
    }
    .step_title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    .box6_dot_box {
        width: 0.6rem;
        height: 0.6rem;
    }
    .step_item:last-child {
        margin-bottom: 1.4rem;
    }
    #box-7 {
        padding-top: 4rem;
    }
    .box7_row{
        display: block;
        margin: 0;
        width: 90%;
    }
    .box7_row .slick-list{
        display: flex;
        margin: 0 -10px;
        overflow: unset;
    }
    .box7_row .slick-track{
        display: flex;
    }
    .box7_row .slick-slide > div > .mob_full{
        -ms-flex: none;
        flex: none;
        max-width: unset;
        margin: 0;
        height: 100%;
    }
    .box7_row .slick-slide > div{
        height: 100%;
    }
    .team_item{
        height: 100%;
    }
    .team_img {
        height: 27rem;
    }
    .team_text {
        padding: 1.5rem;
        padding-bottom: 0;
    }
    .team_text .content {
        font-size: 0.9rem;
    }
    .cert_slider{
        width: 90%;
    }
    .cert_slider .slick-list{
        overflow: unset;
    }
    .part_white {
        padding: 1.5rem 0;
    }
    #box-8 {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }
    #box-10 {
        padding-top: 4rem;
    }
    .form_box{
        padding: 1.8rem;
    }
    .policy br{
        display: none;
    }
    .form_box .section_title br{
        display: none;
    }
    .ab_img {
        opacity: 0.7;
    }
    #box-11 {
        padding-top: 3.8rem;
    }
    .map {
        height: 20rem;
        margin-bottom: 1.6rem;
    }
    .f2{
        margin: 0;
    }
    .footer_bottom{
        margin-top: 0.5rem;
        flex-direction: column-reverse;
        font-size: 0.9rem;
    }
    .footer_bottom a{
        margin-top: 0.5rem;
    }
    .footer_menu li {
        margin-bottom: 1.3rem !important;
    }
    .footer_logo{
        margin: 0 auto;
        margin-bottom: 0.7rem;
        width: 17.663rem;
    }
    footer .container{
        padding-top: 1rem;
        border-top: 1px solid rgba(19, 156, 78, 0.30);
    }
    footer{
        padding-top: 2.3rem;
        padding-bottom: 1rem;
    }
    .footer_menu{
        font-size: 1rem;
    }
    .cont_title {
        margin-bottom: 0.5rem;
    }
    .form-control {
        height: 3.7rem;
        font-size: 1rem;
    }
    .prod_bottom {
        margin-top: 0.3rem;
    }
    .menu a:not(:last-child) {
        margin-right: 0;
    }
    .quiz_btns{
        display: block;
    }
    .back_btn {
        margin-bottom: 0.5rem;
    }
    .quiz_success_img {
        width: 100%;
        left: 1.3rem;
        bottom: 8rem;
    }
    .quiz_success {
        padding: 3rem 1.8rem;
    }
    .modal .modal__block{
        width: calc(95%);
        padding: 3rem 15px;
    }
    .girl{
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .mob_rel{
        position: relative;
    }
    .hero_percent {
        width: 75%;
        right: 0;
        bottom: 0;
        top: unset;
    }
    .dots_row .mb_30{
        margin-bottom: 10px;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1rem;
    }
}
