.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@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:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {
    .quiz{
        background-image: url("../img/quiz_bg.jpg");
        background-size: cover;
        background-position: center center;
    }
    .page{
        padding-top: 8.05rem;
        background-image: url(../img/header.png);
        background-size: 81.25rem;
        background-repeat: no-repeat;
        background-position: top center;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.8rem;
        background-size: cover;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page {
        padding-bottom: 3.5rem;
    }
    .menu_toggle {
        color: #6F5848;
        font-size: 2.2rem;
        width: 2rem;
        height: 2rem;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 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: #F1F0EC;
        box-shadow: 0 .5rem 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;
        font-size: 1.1rem;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    header{
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        padding: 0.7rem 0;
        background-color: #F1F0EC;
    }

    #box-1 {
        padding-top: 4rem;
    }
    .section_title {
        font-size: 1.8rem!important;
        margin-bottom: 1.8rem!important;
    }
    .box1_left, .box1_right {
        padding-top: 0;
        text-align: center;
    }
    .order2{
        order: 1;
    }
    .order1{
        order: 2;
    }
    .order3{
        order: 3;
    }
    .box1_img{
        width: 110%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -0.7rem;
        margin-bottom: 1.9rem;
    }
    .box1_title {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 1.6rem;
    }
    .box1_right .box1_title {
        margin-bottom: 1.5rem;
    }
    .kaspi {
        width: 5.6rem;
        margin-bottom: 1rem;
    }
    .btn span {
        height: 3.6rem!important;
    }
    .btn{
        font-size: 1rem!important;
        width: 100%!important;
        min-width: unset!important;
        font-weight: 400!important;
        text-transform: uppercase!important;
        padding: 0!important;
    }
    .italic_font {
        font-size: 2.5rem;
    }
    .btn img {
        width: 2.5rem;
        margin-left: 0.2rem;
    }
    .gallery_slider{
        width: 85%;
    }
    .gal_item {
        height: 25.313rem;
    }
    .preim_row .mb_30 {
        margin-bottom: 1.2rem;
    }
    .q_arrow{
        display: none;
    }
    .quiz_img {
        width: 96%;
    }
    .quiz {
        padding: 1.7rem;
        margin-top: -4.9rem;
        background: #5A595C;
    }
    .q_or{
        display: none;
    }
    #box-3 {
        padding-top: 1rem;
    }
    .quiz_pag{
        justify-content: space-between;
    }
    .quiz_pag span{
        margin: 0;
        width: 14%;
    }
    .quiz_title {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 0.6rem;
    }
    .quiz_label {
        height: 3.6rem;
        padding: 0 1rem;
    }
    .quiz_bottom{
        display: block;
    }
    .quiz_bottom .btn.gray{
        margin-bottom: 10px;
    }
    .btn.gray img {
        margin-right: 0.2rem;
        width: 2.6rem;
    }
    .quiz_checks_row .mb_30{
        margin-bottom: 10px;
    }
    .quiz_item .form-control {
        height: 3.6rem;
        padding: 0 1rem;
        font-size: 1.1rem;
    }
    .content p, .content img, .content ol, .content ul, .content table {
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    #box-4 {
        padding-top: 4rem;
    }
    .preim_row {
        padding-top: 2rem;
    }

    .section_title_flex .section_title{
        margin-bottom: 0!important;
    }
    .section_title br{
        display: none;
    }
    .more_img{
        display: none;
    }
    .more_link{
        text-decoration: underline;
        width: 24.4rem;
        text-align: right;
    }
    .section_title_flex {
        margin-bottom: 1.8rem;
    }
    .main_filters {
        margin-bottom: 1.4rem;
    }
    #box-5 {
        padding-top: 2rem;
    }
    #box-5 .section_title_flex{
        display: block;
    }
    .service_slider_title {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 1.4rem;
    }
    .service_slider_text {
        padding-right: 0;
    }
    .service_slider {
        padding: 2.2rem 1.8rem;
        margin-bottom: 1.3rem;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    .service_slider_img {
        height: 15.2rem;
        margin-left: 0;
    }
    .service_slider_text{
        margin-top: 1.4rem;
    }
    .service_slider .slick-next {
        right: -0.7rem;
        transform: none;
        top: 13.1rem;
    }
    .service_slider .slick-prev{
        left: -0.7rem;
        transform: none;
        top: 13.1rem;
    }
    .slick-arrow{
        opacity: 1!important;
    }
    .trade_in {
        filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.15));
        padding: 2.2rem 1.8rem;
        width: 100%;
    }
    #box-6 {
        padding-top: 4rem;
    }
    .section_text {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }
    .section_title.mar1 {
        margin-bottom: 1rem!important;
    }
    #box-7 {
        padding-top: 4rem;
    }
    .form_img{
        display: none;
    }
    .form_text br{
        display: none;
    }
    .sm_line {
        line-height: 1.2;
    }
    .form_text {
        margin-bottom: 1.8rem;
    }
    .main_form {
        width: 100%;
    }
    .form-control {
        height: 3.6rem;
        font-size: 1.1rem;
        background: white;
    }
    .choices__inner{
        background: white;
    }
    .choices__list--single {
        height: 3.6rem;
        font-size: 1.1rem;
    }
    .choices[data-type*=select-one] .choices__input{
        font-size: 1.1rem;
    }
    .news_date {
        font-size: 1rem;
    }
    .news_row .mb_30:last-child{
        margin-bottom: 0;
    }
    .policy {
        margin-top: 1.5rem;
        margin-bottom: 1.4rem;
        font-size: 0.9rem;
    }
    #box-8 {
        padding-top: 3.5rem;
    }
    .rev_slider_text {
        font-size: 1.1rem;
        margin-bottom: 1.8rem;
    }
    .rev_slider{
        width: 85%;
    }
    #box-9 {
        padding-top: 3rem;
    }
    .youtube_slider {
        width: 100%;
        height: 15.3rem;
    }
    .swiper-button-prev {
        left: -0.7rem;
        opacity: 1!important;
    }
    .swiper-button-next {
        right: -0.7rem;
        opacity: 1!important;
    }
    .swiper-button-disabled{
        display: none;
    }
    #box-10 {
        padding-top: 4rem;
    }
    .zamer {
        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.15));
        width: 100%;
        padding: 2.2rem 1.8rem;
    }
    .zamer_bg{
        display: none;
    }
    .zamer .section_title {
        margin-bottom: 1rem !important;
        font-size: 1.65rem!important;
    }
    .section_text2 {
        margin-bottom: 1.8rem;
    }
    #box-11 {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }
    .map {
        height: 20rem;
    }
    .cb2, .cb3 {
        padding-left: 0;
    }
    .cont_title {
        font-weight: 700;
        margin-bottom: 0.5rem;
    }
    .cont_row .mb_30{
        margin-bottom: 0;
    }

    .f2, .f3, .f4{
        margin: 0;
        padding-top: 0;
    }
    .footer_bottom{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .footer_bottom a{
        margin-top: 0.7rem;
    }
    .footer_bottom {
        padding-top: 0.8rem;
        margin-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .cont_row{
        font-size: 1.1rem;
    }
    .footer_bg{
        display: none;
    }
    footer .socials a {
        font-size: 2.2rem;
        margin: 0 0.6rem;
    }
    footer {
        padding-top: 2.5rem;
        text-align: center;
    }
    .footer_logo{
        margin: 0 auto;
        margin-bottom: 1rem;
        width: 14rem;
    }
    .page{
        padding-top: 2rem;
    }
    .breadcrumbs {
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .news_content {
        width: 100%;
    }
    .news_content h3 {
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .news_gal_item {
        height: 18rem;
    }
    .news_page_date {
        font-size: 1.1rem;
    }
    .news_similars {
        margin-top: 3.4rem;
    }
    .about_title {
        padding-left: 0;
    }
    .about_slider_top{
        width: 85%;
    }
    .as_item {
        height: 25.2rem;
        padding: 1.8rem;
        line-height: 1.2;
    }
    .as_title {
        line-height: 1.1;
    }
    .history {
        margin-top: 4rem;
    }
    .history_box {
        padding: 1.5rem;
    }
    .history_content {
        padding: 1.2rem;
        padding-bottom: 0.4rem;
        font-size: 1.1rem;
    }
    .team {
        margin-top: 4rem;
    }
    .team_slider{
        width: 85%;
    }
    .team_item {
        height: 30rem;
    }
    .team_title {
        font-size: 1.35rem;
        margin-bottom: 0.4rem;
    }
    .team_postion {
        font-size: 1rem;
    }
    .team_slider .slick-list {
        padding-bottom: 0;
    }
    .mission {
        margin-top: 4rem;
    }
    .mission_img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .mission_content {
        font-size: 1.3rem;
        margin-top: 1.5rem;
    }
    .cert_slider{
        width: 85%;
    }
    .cert_slider .slick-list{
        overflow: unset;
    }
    .cert_slider .slick-slide:not(.slick-active) a{
        pointer-events: none;
    }
    .cert_item {
        height: 32rem;
    }
    .certs {
        margin-top: 4rem;
    }
    .cont_row .mb_30:first-child, .cont_row .mb_30:nth-child(2){
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cont_row .mb_30:nth-child(2){
        padding-left: 0.5rem;
    }
    .pagination a {
        font-size: 1rem;
    }
    .filter_box{
        display: none;
        padding-top: 1.5rem;
    }
    .btn.filter_toggle_btn{
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem!important;
        background: #6F5848!important;
    }
    .btn.filter_toggle_btn img{
        width: 1.5rem!important;
        margin: 0!important;
        transition: all 0.35s;
        filter: brightness(0) invert(1);
    }
    .filter_toggle_btn.factive img{
        transform: rotate(-180deg);
    }
    .filters{
        padding-bottom: 2rem;
    }
    .filter_title {
        padding-right: 1rem;
        color: black!important;
    }
    .range_slider {
        width: 97%!important;
    }
    .prod_row{
        margin: 0 -7px;
    }
    .prod_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 7px;

    }
    .prod_img {
        height: 15.3rem;
    }
    .prod_item .btn span {
        height: 3rem !important;
        font-size: 0.9rem;
    }
    .filter_top_title {
        margin-bottom: 1rem;
    }
    .card_slider_left {
        width: 8rem;
    }
    .card_slider_right {
        width: calc(100% - 8rem);
        padding-left: 1rem;
    }
    .nav_item {
        height: 8rem !important;
    }
    .card_slider_right_box a {
        height: 25.7rem;
    }
    .card_text {
        padding-top: 1.5rem;
    }
    .card_text .content {
        margin-bottom: 1.5rem;
    }
    .char_list li:after {
        width: 1.4rem;
        height: 1.4rem;
    }
    .char_list li {
        padding-left: 1.7rem;
    }
    .char_list {
        margin-bottom: 1.5rem;
    }
    .card_price {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }
    .card_tabs_top_flex a {
        font-size: 1rem;
        width: auto;
    }
    .card_tabs {
        margin-top: 2.2rem;
    }
    .char_item {
        margin-bottom: 1rem;

    }
    .card_tabs_body{
        font-size: 1rem;
    }
    .char_item i {
        font-size: 0.85rem;
        line-height: 1;
        margin-top: 0.3rem;
    }
    .char_item span:first-child {
        width: 40%;
    }
    .char_item span:last-child{
        width: 60%;
    }
    .white_after:after{
        display: none;
    }
    .mob_marged{
        margin-bottom: 1.5rem;
    }
    .client_red_box .content table {
        font-size: 1rem;
    }
    .client_red_box .content table td{
        align-content: flex-start;
    }
    .payment {
        margin-top: 4rem;
        margin-bottom: -1.8rem;
    }
    .payment_content{
        font-size: 1rem;
    }
    .payment_icon .scale_img {
        max-width: 78%;
        max-height: 47%;
    }
    .payment_text {
        padding-left: 1rem;
    }
    .client_red_box {
        margin-top: 1.5rem;
    }
    .page_services_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page_service_item {
        height: 19rem;
        padding: 2rem 1rem;
    }
    .page_service_title {
        font-size: 1rem;
    }
    .page_service_title span {
        font-size: 1.1rem;
    }
    .page_service_img {
        bottom: -0.7rem;
        right: -4.1rem;
        width: 14.538rem;
        height: 9rem;
    }
    .page_service_arrow {
        opacity: 0.3;
    }
    .page_services_row{
        margin: 0 -5px;
    }
    .page_services_row .mb_30{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .page_services_text1_box{
        font-size: 1.1rem;
        padding: 2rem 1.5rem;
        margin-bottom: 0.5rem;
    }
    .content p.ul_title {
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }
    .page_service_btns{
        display: block;
    }
    .page_service_btns .btn{
        width: 100%;
        margin: 0;
        margin-top: 0.5rem;
    }
    .service_tradin {
        margin-top: 4rem;
    }
    .service_tradin .section_title span{
        display: block;
    }
    .trade_text br{
        display: none;
    }
    .trade_text p{
        text-align: left!important;
    }
    .services_page_btn {
        margin-top: 1.5rem;
    }
    .vv_lables a {
        border-radius: 8px;
        padding: 0.6rem 1rem;
        margin: 0 0.2rem;
        margin-top: 0.6rem;
    }
    .vv_page_title {
        font-size: 1.363rem;
        margin-bottom: 0.2rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    h5 {
        font-size: 1.2rem;
    }
    h6 {
        font-size: 1.1rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .main_filters a {
        padding: 0.6rem 1.4rem;
        margin-right: 0.2rem;
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
