.mob_block{
    display: none!important;
}
.mobile_menu{
    display: none;
}
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: 1700px) {
    html {
        font-size: 19px !important;
    }
}
@media screen and (max-width: 1700px) and (min-width: 1600px) {
    html {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1500px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1500px) 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) {
    .lang_grop{
        position: absolute;
        top: 120%;
        left: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        background-color: white;
        padding: 0.5rem;
        border-radius: 8px;
        text-align: center;
        width: 4.2rem;
        pointer-events: none;
        opacity: 0;
        transition: all 0.35s;
    }
    .lang_box:hover .lang_grop{
        top: 100%;
        opacity: 1;
        pointer-events: painted;
    }
    .news_item.sm{
        height: auto;
        display: flex;
    }
    .news_item.sm:not(:last-child){
        margin-bottom: 1.2rem;
    }
    .news_item.sm .news_img{
        width: 20.4375rem;
        height: 11.875rem;
    }
    .news_item.sm .news_content{
        width: calc(100% - 20.4375rem);
        padding: 1.3rem 1.5rem;
    }
    .box3_row > div:first-child{
        -ms-flex: 0 0 48.4%;
        flex: 0 0 48.4%;
        max-width: 48.4%;
    }
    .box3_row > div:last-child{
        -ms-flex: 0 0 51.6%;
        flex: 0 0 51.6%;
        max-width: 51.6%;
    }

}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.8rem;
    }
    body.mobile_menu_open{
        overflow: hidden;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu_toggle {
        color: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 8rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .header_flex > .menu{
        display: none;
    }
    .mobile_menu{
        position: fixed;
        inset: 0;
        z-index: 9998;
        display: block;
        background: rgba(0,0,0,.72);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease, visibility .25s ease;
    }
    .mobile_menu.active{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .mobile_menu_panel{
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        width: 54%;
        min-width: 21rem;
        max-width: 26rem;
        height: 100%;
        padding: 4.8rem 2.5rem 2.6rem;
        background: #fff;
        color: #202124;
        transform: translateX(100%);
        transition: transform .3s ease;
    }
    .mobile_menu.active .mobile_menu_panel{
        transform: translateX(0);
    }
    .mobile_menu_close{
        position: absolute;
        top: 2.05rem;
        right: 2.45rem;
        width: 1.85rem;
        height: 1.85rem;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }
    .mobile_menu_nav{
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        padding-top: 0.3rem;
    }
    .mobile_menu_nav a{
        display: block;
        margin: 0;
        padding: 1.02rem 1.45rem;
        border-radius: 1.875rem 0;
        color: #202124;
        font-size: 1.2rem;
        line-height: 1.12;
        font-weight: 400;
    }
    .mobile_menu_nav a.active{
        background: #f0f1f4;
    }
    .mobile_menu_nav:after{
        content: "";
        display: block;
        height: 1px;
        margin-top: 1.35rem;
        background: #d9d9d9;
    }
    .mobile_menu_bottom{
        margin-top: auto;
    }
    .mobile_menu_contacts{
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        margin-bottom: 1.45rem;
    }
    .mobile_menu_contacts a{
        color: #202124;
        font-size: 1.25rem;
        line-height: 1.25;
    }
    .card_tabs_flex a{
        font-size: 1.1rem;
    }
    .mobile_menu .socials{
        display: flex;
        gap: 1.1rem;
        font-size: 2.25rem;
    }
    .mobile_menu .socials a{
        color: #1169EE;
    }

    .section_title, .section_title_sm {
        font-size: 1.8rem!important;
        margin-bottom: 1rem!important;
    }
    .hero_block br{
        display: none;
    }
    .mob_menu_btn{
        width: 2rem;
    }
    .btn{
        width: 100%;
        height: 3.5rem;
        font-size: 1.1rem;
    }
    .btn img {
        width: 1.625rem;
    }
    .hero_block{
        height: calc(100vh - 4.8rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 4rem 0;
        padding-bottom: 5rem;
    }
    #box-1{
        height: auto;
    }
    .box2_preim{
        padding: 0!important;
    }
    .box2_sub_row{
        margin: 0;
    }
    .box2_sub_row > div{
        padding: 0;
    }
    .box2_sub_row > div:first-child{
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .box2_row .content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }
    .box2_preim p {
        font-size: 1.6rem;
        margin-bottom: 0.9rem;
    }
    .box3_row br{
        display: none;
    }
    .margin_box3 {
        margin-top: 1rem;
        gap: 1rem;
    }
    #box-3 {
        padding-top: 4rem;
    }
    .box3_sub_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .marged{
        top: 0;
    }
    .box3_sub_row .mb_30:nth-child(odd) .box3_preim{
        background: white;
        color: black;
    }
    .box3_sub_row .mb_30:nth-child(even) .box3_preim{
        border: 1px solid white;
        color: white;
        background: transparent;
    }
    .box3_sub_row .mb_30:nth-child(3) .box3_preim{
        border-radius: 0 1.875rem;
    }
    .box3_sub_row .mb_30:nth-child(4) .box3_preim{
        border-radius: 1.875rem 0;
    }
    .box3_preim {
        /*min-height: 7.6rem;*/
        min-height: 8.5rem;
    }
    .box4_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.25rem;
    }
    .cat_img {
        height: 20rem;
    }
    .cat_title {
        font-size: 1.5rem;
    }
    .cat_info {
        gap: 1rem;
    }
    .box5_preims_row > .mb_30{
        margin-bottom: 1.25rem;
    }
    .faq_box {
        width: 100%;
    }
    .faq_item {
        padding: 1.5rem;
    }
    .faq_content {
        font-size: 1rem;
        line-height: 1.1;
    }
    .faq_title {
        min-height: 2rem;
    }
    #box-7 {
        padding-top: 4rem;
    }
    .rev_date {
        font-size: 1rem;
    }

    .rev_content {
        min-height: 5.5rem;
    }
    .rev_row .mb_30{
        margin-bottom: 1.25rem;
    }
    #box-8 {
        padding-top: 3rem;
    }
    .news_item{
        height: auto;
        margin-bottom: 1.25rem;
    }
    .news_cat {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .news_title {
        font-size: 1.5rem;
    }
    .part_item {
        height: 6.075rem;
    }
    #box-9 {
        padding-top: 2rem;
    }
    .footer_form_row > div:first-child{
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .form-control {
        height: 3.5rem;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .form-group{
        margin: 0;
    }
    .policy {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .footer_center_flex{
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .fc1{
        max-width: 50%;
        width: auto;
        padding: 0;
    }
    .fc2{
        width: auto;
        max-width: 40%;
        padding: 0;
    }
    .fc3{
        width: 100%;
        padding: 0;
        margin: 1.5rem 0;
    }
    .fc4{
        width: 100%;
        padding: 0;
    }
    .footer_logo {
        width: 12.8125rem;
        margin-bottom: 1.6rem;
    }
    .footer_work p {
        font-weight: 600;
        margin-bottom: 0.4rem;
    }
    .socials {
        font-size: 2.2rem;
    }
    .footer_bottom{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 1rem;
        font-size: 1rem;
    }
    .footer_bottom_left{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 1rem;
    }
    .footer_bottom_left span{
        display: none;
    }
    main{
        background-size: cover!important;
        background-position: center center!important;
    }
    .breadcrumbs {
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .about_img img {
        height: 100%;
        object-fit: cover;
    }
    .active_lang img {
        width: 1.225rem;
    }
    .about_img {
        margin-bottom: 3rem;
        height: 10rem;
    }
    .page h1.section_title{
        margin-bottom: 1.5rem!important;
    }
    .section_text{
        font-weight: 500;
    }
    .section_text br{
        display: none;
    }
    .about_text_row .content p:first-child {
        margin-bottom: 1rem;
    }
    .about_preim_left {
        padding: 2.5rem 1.5rem;
        height: auto;
        min-height: unset;
        margin-bottom: 1.1rem;
    }
    .about_preim_left:after{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
        top: 0;
    }
    .about_preims_list_item {
        min-height: 11.4rem;
    }
    .about_counts .content br, .about_box3 .content br{
        display: none;
    }
    .page .box5_row .section_text {
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .about_preims_row {
        padding-bottom: 4rem;
    }
    .about_counts {
        padding-top: 3.2rem;
    }
    .about_counts_flex{
        flex-direction: column;
        justify-items: flex-start;
        align-items: flex-start;
    }

    .about_count_item span{
        font-size: 1rem;
    }
    .line {
        left: 143%;
        top: 0.5rem;
        width: 13.6rem;
    }
    .lin2{
        left: unset;
        right: 139%;
        top: -0.2rem;
        width: 11.3rem;
    }
    .lin3{
        left: 143%;
        top: -2.2rem;
        width: 12.8rem;
    }


    .about_count_item:nth-child(1){

    }
    .about_count_item:nth-child(2){
        margin-top: 5.7rem;
        margin-left: 7.4rem;
    }
    .about_count_item:nth-child(3){
        margin-top: 6.4rem;
    }
    .about_count_item:nth-child(4){
        margin-top: 7rem;
        margin-left: 8.3rem;
    }
    .about_box3 {
        margin-top: 4rem;
    }
    .about_box3_content{
        padding-bottom: 1rem;
    }
    .about_brands .section_text{
        padding: 0;
        margin-bottom: 1rem!important;
    }
    .about_brands_img {
        height: 18rem;
    }
    .about_brands_logo {
        top: 45%;
        width: 11rem;
    }
    .about_brands_left{
        margin-bottom: 1.3rem;
        height: auto;
    }
    .about_sm_item_logo {
        height: 9rem;
        padding: 2.2rem 1.5rem;
        padding-bottom: 3.5rem;
    }
    footer {
        margin-top: 4rem;
        padding-top: 3rem;
    }
    .filter_row > .col-md-10{
        display: none;
    }
    .filter_title {
        gap: 0.8rem;
        font-size: 1.25rem;
    }
    .cat_chars {
        gap: 0.5rem;
        font-size: 1rem;
    }
    .cat_price {
        margin-bottom: 1.4rem;
        margin-top: 0.6rem;
    }
    .pag_total{
        display: none;
    }
    .pagination_box_flex {
        gap: 0.7rem;
        justify-content: center;
    }
    .pagination_box_flex a {
        padding: 0.5rem 0.85rem;
        font-size: 1.2rem;
    }
    .filter_row {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .catalog_card_page br{
        display: none;
    }
    .catalog_card_page .about_preims_row {
        margin-top: 3rem;
        padding-bottom: 3.3rem;
    }

    .marged2 {
        top: 0;
    }

    .catalog_card_page .box3_sub_row > .mb_30:nth-child(1) .box3_preim{
        color: #0A2A50!important;
        background: white!important;
        border: 1px solid #0A2A50!important;
        border-radius: 30px 0;
    }
    .catalog_card_page .box3_sub_row > .mb_30:nth-child(2) .box3_preim{
        background: #C3DBFF!important;
        color: #0A2A50!important;
        border-radius: 0 30px;
    }
    .catalog_card_page .box3_sub_row > .mb_30:nth-child(3) .box3_preim{
        color: #0A2A50!important;
        background: white!important;
        border: 1px solid #0A2A50!important;
        border-radius: 30px 0;
    }
    .catalog_card_page .box3_sub_row > .mb_30:nth-child(4) .box3_preim{
        background: #C3DBFF!important;
        color: #0A2A50!important;
        border-radius: 0 30px;
    }
    #catalog_card_preims {
        padding-top: 4rem;
    }
    .cc_img {
        margin-top: 0.4rem;
        height: 10rem;
    }
    .catalog_card_preims_row{
        gap: 1.2rem;
    }
    .footer_form .content {
        font-size: 1.1rem;
    }
    .rev_card_page .section_text{
        font-size: 1.1rem;
        font-weight: 600;
    }
    .rev_videos_box {
        width: 100%;
    }
    .rev_video_item {
        height: 18rem;
    }
    .rev_videos .slick-arrow{
        top: unset;
        bottom: -3.6rem;
        transform: none;
    }
    .rev_videos .slick-prev{
        left: unset;
        right: 52%;
    }
    .rev_videos .slick-next{
        right: unset;
        left: 52%;
    }
    .rev_slider{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-bottom: 0;
    }
    .page.rev_card_page {
        padding-bottom: 7rem;
    }
    .slick-arrow{
        opacity: 1!important;
    }
    .news_slider{
        padding-bottom: 0;
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .section_title_sm.mob_title_margin {
        margin-bottom: 2rem !important;
    }
    .news_card_box {
        width: 100%;
    }
    .page.delivery_page{
        padding-bottom: 3rem;
    }
    .delivery_preims .cc_item {
        padding-top: 2rem;
    }
    .case_item .cat_img {
        height: 14rem;
    }
    .case_row {
        margin-bottom: -1rem;
    }
    .case_card_page {
        padding-bottom: 3rem;
    }
    #case_card_preims {
        padding-top: 4rem;
    }
    .case_card_description {
        margin-bottom: 1.1rem;
        height: auto;
    }
    #case_card_preims .about_preims_list_item:nth-child(odd):after{
        background: rgba(0,0,0,0.3);
    }
    .cat--unit__nav {
        position: static;
        margin-top: 10px;
        width: 100%;
    }
    .nav_item{
        margin-bottom: 0!important;
    }
    .cat--unit__nav .slick-list{
        margin: 0 -5px;
    }
    .cat--unit__nav .slick-slide > div{
        padding: 0 5px;
    }
    .card_info{
        padding-top: 2rem;
    }
    .card_slider_box a {
        height: 19rem;
    }
    .card_aval {
        margin-top: 2.2rem;
        margin-bottom: 1.1rem;
    }
    .card_btns .btn{
        width: 100% !important;
    }
    .card_btns{
        flex-direction: column;
        gap: 1rem;
    }
    .card_tabs_scroll{
        overflow-x: auto;
        scrollbar-width: none;
        margin: 0 -15px;
        padding: 0 15px;
    }
    .card_tabs_flex{
        /*width: max-content;*/
        gap: 1rem;
    }
    .card_chars {
        width: 100%;
        margin: 0 auto;
        margin-top: 2rem;
    }
    .card_page {
        padding-bottom: 3.8rem;
    }
    #similars {
        padding-top: 3.5rem;
    }
    .lang_grop{
        position: absolute;
        background: white;
        border-radius: 8px;
        padding: 0 0.5rem;
        text-align: center;
        width: 4.5rem;
        display: none;
    }
    .lang_grop a{
        margin: 0.85rem 0;
        display: block;
    }
    .catalog_filter_switch span:before {
        width: 0.85rem;
        height: 0.85rem;
    }
    .catalog_filter_title {
        font-size: 1.8rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
