.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 18px !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) {
    .company_slider_text_box{
        font-size: 0.875rem;
    }
    .logo {
        position: relative;
        top: -0.2rem;
    }
    .menu_item > a{
        text-align: center;
    }
    header{
        transition: all 0.35s;
    }
    header.shadow {
        padding: 1rem 0;
    }
    .box1_data{
        padding: 2rem;
    }
    #box-1 .container{
        height: calc(100vh - 6.33rem);
        display: flex;
        align-items: center;
    }
    .menu_item:hover .drop{
        display: block;
    }
    .drop ul li:hover ul{
        display: block;
    }
    .prim_item:nth-child(even) .prim_row{
        flex-direction: row-reverse;
    }
    .lang_drop{
        display: block;
        top: 120%;
        opacity: 0;
        transition: all 0.35s;
    }
    .lang_box:hover .lang_drop{
        opacity: 1;
        top: 100%;
        pointer-events: painted;
    }
    .headr_soc:not(:first-child){
        margin-left: 1.3rem;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.8rem;
    }
    .result{
        text-align: center;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .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%;
    }
    .faq_title {
        color: black!important;
    }
    .cert_row .mb_30{
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .menu_toggle {
        color: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 5.2rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu_item > a img {
        width: 1.55rem;
        margin-right: 0.8rem;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu {
        position: absolute;
        top: 100%;
        height: calc(100vh - 4.8rem);
        right: -80%;
        width: 80%;
        background: white;
        overflow-y: auto;
        display: block;
        margin: 0;
        padding-top: 1rem;
        /*box-shadow: -4px 4px 20px 0 rgba(0, 0, 0, 0.25);*/
        transition: all 0.5s;
    }
    .menu_bg{
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: black;
        opacity: 0.5;
        cursor: pointer;
        display: none;
    }
    .menu.factive{
        right: 0;
    }
    .menu_item{
        margin: 0!important;
        position: static;
    }
    .menu_item > a, .drop ul li a{
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .drop ul li a img{
        width: 1.5rem;
    }
    .drop{
        position: absolute;
        display: block;
        right: -100%;
        top: 0;
        left: unset;
        transform: none;
        width: 100%;
        background: white;
        height: calc(100vh - 4.8rem);
        font-size: 1.1rem;
        transition: all 0.5s;
    }
    .drop.factive{
        right: 0;
    }
    .menu_item.start > a{
        justify-content: flex-start;
    }
    .drop ul {
        list-style-type: none;
        margin: 0;
        box-shadow: none;
        background: white;
        width: 100%;
        font-size: 1.1rem;
        height: calc(100vh - 4.8rem);

    }
    .header_brands {
        width: 100%;
        padding: 0;
    }
    .header_brand_item img{
        width: 100%!important;
    }
    .drop ul li{
        border: none!important;
        text-align: left;
    }
    .drop ul li {
        position: static;
    }
    .drop ul ul{
        left: unset;
        right: -100%;
        width: 100%;
        box-shadow: none;
        background: white;
        font-size: 1.1rem;
        z-index: 1;
        transition: all 0.5s;
        display: block;
    }
    .drop ul ul.factive{
        right: 0;
    }
    .menu_back{
        display: flex;
        align-items: center;
        justify-content: flex-start!important;
        font-weight: 700;
        padding: 1.5rem 1rem!important;
        padding-bottom: 0.5rem!important;
    }
    .menu_back > img{
        width: 1.5rem;
        margin-right: 1rem;
    }
    .menu_item.with_drop > a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu_item.with_drop > a img{
        width: 1.5rem;
        margin: 0;
    }
    .mob_menu_btn{
        background: #ED3237;
        padding: 0.5rem 0.6rem;
    }
    .mob_menu_btn img {
        width: 1.5rem;
        display: block;
    }
    .headr_soc {
        width: 1.65rem;
        margin-right: 1.2rem;
    }
    .logo {
        width: 9.4rem;
    }
    .lang_box {
        font-size: 1rem;
        margin-right: 1.2rem;
        font-weight: 500;
    }
    header {
        padding: 1.2rem 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        background: white;
    }
    #box-1 .section_title {
        margin-bottom: 3rem;
    }
    .section_title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .btn{
        width: 100%!important;
        height: 3.7rem!important;
        padding: 0!important;
        font-size: 1rem;
    }
    .mouse_box img {
        width: 2.681rem;
        margin-bottom: 1.3rem;
    }
    .box1_data {
        text-align: center;
        padding: 4rem 0;
    }
    .section_title.sm {
        font-size: 1.4rem;
    }
    .section_title br{
        display: none;
    }
    #box-2 {
        padding-top: 3.5rem;
    }
    .box2_container {
        width: 100%;
    }
    .digit_item{
        width: 100%!important;
        border: none!important;
        padding: 0!important;
        padding-bottom: 1.5rem!important;
        margin-bottom: 1rem;
    }
    .digit_item:not(:last-child){
        border-bottom: 1px solid #7e7d7d !important;
    }
    .box2_slider br{
        display: none;
    }
    .box2_slider {
        margin-top: 1.3rem;
    }
    .company_slider_text_box{
        max-height: unset;
        margin-top: 1.7rem;
        padding: 0 2.5rem;
    }
    .company_slider_item {
        height: 32rem;
    }
    .slick-prev {
        left: -0.9rem;
    }
    .slick-next {
        right: -0.9rem;
    }
    .box2_slider_text {
        margin-bottom: 2rem;
    }
    #box-3, #box-4{
        padding-top: 0;
    }
    #box-3 .title_flex{
        border-top: 1px solid rgba(34, 34, 34, 0.20);
        margin-top: 2.2rem;
        padding-top: 2.2rem;
    }
    #box-4 .title_flex{
        border-top: 1px solid rgba(34, 34, 34, 0.20);
        margin-top: 3rem;
        padding-top: 2rem;
    }
    .title_flex {
        margin-bottom: 1.5rem;
    }
    .box4_slider_img {
        height: 18rem;
    }
    .box4_slider_title {
        font-size: 1.575rem;
        margin-bottom: 1.3rem;
    }
    .box4_slider_title span {
        margin-top: 0.9rem;
    }
    .box4_slider_content {
        padding-bottom: 2rem;
    }
    .box4_slider .slick-arrow{
        transform: none;
        top: 7.9rem;
    }
    #box-4 .title_flex {
        margin-bottom: 1.5rem;
    }
    #box-5 {
        padding-top: 4rem;
    }
    .box5_banner {
        padding: 2.8rem 0;
    }
    #box-6 {
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }
    .box6_img{
        margin-bottom: 1.9rem;
    }
    #box-7 .ab_img {
        opacity: 0.4;
    }
    #box-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .news_slider{
        width: 85%;
    }
    .news_slider .slick-list{
        overflow: unset;
    }
    .news_img {
        height: 17.6rem;
        margin-bottom: 1.2rem;
    }
    .news_slider .slick-next {
        right: -4.4rem;
    }
    #box-8 .title_flex {
        margin-bottom: 1.2rem;
    }
    .slick-arrow{
        box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.25)!important;
    }
    .more_news {
        margin-top: 2rem;
    }
    .box9_text {
        border-right: none;
        padding-right: 0;
        padding-bottom: 0;
    }
    .policy br{
        display: none;
    }
    .box9_form .section_title.sm {
        margin-bottom: 2.3rem;
    }
    .form-group {
        margin-bottom: 2.2rem;
    }
    .box9_right {
        padding-left: 0;
        padding-top: 1.3rem;
    }
    .cont_data_title {
        font-size: 1.675rem;
        margin-bottom: 1.4rem;
    }
    .socials a {
        width: 2rem;
    }
    .cont_icon {
        width: 1.8rem;
    }
    .cont_text {
        width: calc(100% - 1.8rem);
        padding-left: 1.3rem;
    }
    .cont_item {
        margin-bottom: 1.4rem;
    }
    .box9_form {
        padding-top: 4rem;
        padding-bottom: 1.2rem;
    }
    .footer_logo {
        width: 15rem;
        margin-bottom: 3.2rem;
    }
    .footer_menu.f3 {
        padding-left: 0;
        width: 100%;
        margin-top: 1.4rem;
        margin-bottom: 2.8rem;
    }
    .digits_row {
        margin-top: 2.5rem;
    }
    .footer_contacts {
        left: 0;
    }
    footer .socials a {
        width: 2.2rem;
    }
    footer{
        padding-top: 3.5rem;
        background-size: 100% 100%;
        background-image: url("../img/footer_mob.jpg");
    }
    .page_banner_text_box{
        width: 100%;
    }
    .page_banner {
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }
    .breadcrumbs {
        margin-bottom: 2rem;
        font-size: 0.9rem;
    }
    .page_banner_long_text {
        width: 100%;
    }
    .about_black {
        padding: 3rem 0;
        padding-bottom: 1rem;
    }
    .page_pad {
        padding-top: 3.2rem;
    }
    .about_items {
        padding-top: 1.6rem;
    }
    .about_item_img, .about_faq_img, .prim_img {
        margin-bottom: 1.5rem;
        height: 24rem;
        overflow: hidden;
    }
    .about_item_img img, .about_faq_img img, .prim_img img{
        height: 100%;
        object-fit: cover;
    }
    .about_item_text br{
        display: none;
    }
    .about_item_text{
        padding-top: 2rem;
    }
    .about_item:not(:last-child) {
        margin-bottom: 2.1rem;
    }
    .about_mission {
        margin-top: 2.5rem;
        padding: 2.7rem 0;
        padding-bottom: 2rem;
    }
    .about_preims {
        padding-top: 3.4rem;
    }
    .ap_preims_row {
        padding: 0 2rem;
        padding-top: 1.8rem;
    }
    .ap_item_img {
        width: 6rem;
        height: 6rem;
    }
    .ap_title {
        margin-top: 1.3rem;
        padding-bottom: 1.1rem;
        margin-bottom: 1.1rem;
        font-size: 1.3rem;
    }
    .ap_preims_row .mb_30 {
        margin-bottom: 2.7rem;
    }
    .content.faq_bottom_info {
        margin-top: 3rem;
    }
    .about_page_bottom {
        padding-top: 3.3rem;
        padding-bottom: 2rem;
    }
    .prim_item:not(:last-child) {
        border-bottom: 1px solid #22222233;
        padding-bottom: 1.6rem;
        margin-bottom: 2.5rem;
    }
    .page {
        padding-bottom: 4rem;
    }
    .prim_text .content li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .content ul {
        margin-left: 2rem;
    }
    .page_pad_sm {
        padding-top: 2.5rem;
    }
    .pagination li.active a {
        font-size: 1.3rem;
    }
    .pagination a {
        font-size: 1.15rem;
    }
    .pagination {
        margin-top: 1rem;
    }
    .news_box, .news_page_img {
        width: 100%;
    }
    .news_gal_img {
        height: 20.2rem;
    }
    .news_similars {
        padding-top: 1.8rem;
    }
    .page .news_img {
        height: 20.5rem;
    }
    .news_gal_row {
        padding-top: 1rem;
    }
    .text1_img{
        margin-bottom: 2rem;
    }
    .criterii_row .mb_30 {
        margin-bottom: 2rem;
    }
    .partners_bottom {
        padding-top: 1rem;
        margin-bottom: -1.2rem;
    }
    .criterii {
        margin-top: 3.4rem;
    }
    .brand_page_img {
        height: auto;
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .brand_page_text .section_title.sm{
        font-size: 2rem;
    }
    .brand_page_products {
        padding-top: 3.2rem;
    }
    .sm_prim_title {
        font-size: 1.4rem;
        margin-top: 1.4rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        min-height: unset;
    }
    .prim_sm_row > .mb_30 {
        margin-bottom: 2.5rem;
    }
    .ser_img {
        height: 25rem;
        margin-bottom: 1.7rem;
    }
    .ser_text_title {
        font-size: 1.45rem;
        margin-bottom: 1rem;
        padding-top: 0.6rem;
    }
    .ser_chars p {
        margin-bottom: 1rem;
    }
    .prim_list {
        padding-top: 0;
    }
    .services_page_list {
        padding-bottom: 3rem;
    }
    .services_page_list .prim_img{
        height: auto;
    }
    .text1_preims {
        padding-top: 2.6rem;
        padding-bottom: 1.1rem;
    }
    .text1_preims .ap_preims_row{
        padding-top: 0;
    }
    .text1_preims .section_title.sm {
        font-size: 1.8rem;
    }
    .text2_brand_item{
        width: 100%!important;
        padding: 0!important;
        border: none!important;
        margin: 0!important;
    }
    .text2_brand_item:not(:last-child){
        margin-bottom: 2.5rem!important;
    }
    .text2_brand_item .section_title.sm {
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }
    .text2_brands {
        padding-top: 3rem;
    }
    .text2_brand_img {
        height: 18rem;
        margin-bottom: 1rem;
    }
    .text2_brand_logo {
        width: 9rem;
    }
    .marged_img {
        margin-bottom: 1.7rem;
    }
    .page_pad_sm.with_bottom {
        padding-bottom: 3rem
    }
    .footer_menu li {
        margin-bottom: 0.9rem;
    }
    .footer_menu.f3 {
        padding-left: 0;
        width: 100%;
        margin-top: 0.8rem;
        margin-bottom: 1.8rem;
    }
    .prod_title br{
        display: none;
    }
    .new_footer_bottom {
        text-align: center;
        padding-top: 0;
       
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
