.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}
.images_row{
    margin-top: 3rem;
}
.gal_item{
    display: block;
    height: 18rem;
    background: black;
}
.gal_item:hover img{
    opacity: 0.6;
}
.gal_item img{
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@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) {
    .menu_item > a{
        
        color: white;
    }
    .news_item:hover .news_img img{
        transform: scale(1.05);
    }
    .news_arrow{
        transition: all 0.35s;
        opacity: 0;
    }
    .news_item:hover .news_arrow{
        opacity: 1;
    }
    .about_form_data .form-control{
        height: 3.2rem;
        border: none;
    }
    .menu_item:hover .cat_drop{
        opacity: 1;
        top: 100%;
        pointer-events: painted;
    }
    .static_cats .row{
        margin: 0 -10px;
    }
    .static_cats .mb_30{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .static_cats .cat_drop_img {
        width: 4rem;
        height: 4rem;
    }
    .static_cats .cat_drop_title{
        font-size: 1rem;
        width: calc(100% - 4rem);
        padding-left: 0.8rem;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 5.4rem;
    }
    .pl-0{
        padding-left: 10px!important;
    }
    .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 {
        color: #37436A;
        width: auto;
        height: 1.7rem;
        margin-left: 1.5rem;
        font-size: 2rem;
    }
    .menu_toggle .fa-phone{
        position: relative;
        top: 0.3rem;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    header{
        background: #F7FAFF;
        padding: 1rem 0;
        position: fixed;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    }
    .logo {
        width: 10rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .header_bottom  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #F7FAFF;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }
    .header_bottom a {
        display: block;
        margin: 0;
        margin-bottom: 1.8rem;
        padding: 0;
    }
    .header_bottom .mob_block{
        border-top: 1px solid #e8e8e8;
        padding-top: 1.8rem;
    }
    .menu{
        display: block;
    }

    .modal .modal__block{
        width: 95%!important;
        padding: 3rem 15px;
    }
    .modal_title {
        font-size: 1.4rem;
    }
    .form_label {
        font-size: 1rem;
    }
    .form-control {
        height: 3.3rem;
        font-size: 1rem;
        width: 100%;
        padding: 0 1rem;
    }
    .btn{
        display: flex;
        padding: 0;
        height: 3.3rem;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 1.1rem;
    }
    .forgot a {
        font-size: 1rem;
    }
    .page {
        padding-top: 2.3rem;
        padding-bottom: 3rem;
    }
    .section_title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .slider_text_box {
        font-size: 1.3rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }
    .slider_text_box br{
        display: none;
    }
    #box-1{
        padding-top: 0;
        margin-top: 0;
    }
    .banner_img{
        /*margin-left: -5rem;*/
        margin-top: 2rem;
        margin-bottom: 1.1rem;
    }
    #box-1 .section_title {
        font-size: 2.5rem;
        margin-bottom: 0.4rem;
    }
    .slider_text{
        position: static;
        transform: none;
        text-align: center;
        padding-bottom: 0;
    }
    .btn.mob_cat_toggle{
        justify-content: space-between;
        padding: 0 15px;
        height: 4rem!important;
        color: white!important;
    }
    .mob_cat_toggle i{
        transition: all 0.35s;
        font-size: 0.8rem;
        position: relative;
        z-index: 2;
    }
    .mob_cat_toggle.factive i{
        transform: rotate(-180deg);
    }
    .mob_cat_drop{
        background: #F7FAFF;
        padding: 15px;
        display: none;
    }
    .cat_drop_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cat_drop_title {
        font-size: 1rem;
    }
    .search_row form {
        padding-right: 0;
    }
    .search_input {
        padding: 1rem 0.9rem;
        font-size: 1.1rem;
    }
    .search_row form button img {
        width: 1.763rem;
    }
    #box-2 {
        padding-top: 3rem;
        padding-bottom: 2.3rem;
    }
    .kurs_item {
        font-size: 1rem;
        margin-top: 1.6rem;
    }
    .main_sliders {
        padding-top: 3rem;
    }
    .section_title_sm {
        font-size: 1.8rem;
    }
    .section_title_flex {
        margin-bottom: 1.3rem;
    }
    .brand_slider_box {
        padding: 0;
    }
    .brand_slider_box .slick-prev {
        left: -1rem;
    }
    .brand_slider_box .slick-next {
        right: -1rem;
    }
    .main_text {
        margin-top: 2.5rem;
    }
    footer .logo{
        margin: 0 auto;
    }
    footer .footer_contacts{
        margin-top: 2rem;
    }
    footer{
        font-size: 1.1rem;
    }
    footer .footer_link {
        margin-bottom: 1rem;
    }
    .page_title br{
        display: none;
    }
    .page_title{
        font-weight: 600;
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    .breadcrumbs {
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .profile_menu{
        margin-bottom: 2rem;
    }
    .profile_menu a span {
        padding-left: 0.8rem;
    }
    .account_title {
        font-size: 1.4rem;
        font-weight: 600;
    }
    .acc_edit{
        width: 3rem;
        height: 3rem;
    }
    .files{
        width: 100%;
    }
    .profile_box .form-control{
        width: 100%;
    }
    .page_padding {
        padding-top: 0;
    }
    .card_slider {
        width: 100%;
    }
    .card_info {
        padding-left: 0;
        padding-top: 2.3rem;
    }
    .tab_links{
        display: flex;
        justify-content: space-between;
    }
    .tab_links a{
        margin: 0;
        font-weight: 600;
        font-size: 1.2rem;
    }
    .tab_links {
        margin-bottom: 2rem;
    }
    .card_body {
        width: 100%;
    }
    .similar {
        margin-top: 3rem;
    }
    .filter_link {
        height: 3.3rem;
        padding: 0 1rem;
        line-height: 1.4;
        align-items: center;
    }
    .cat_row .mb_30, .prod_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cat_row{
        padding-top: 2rem;
    }
    .cat_products {
        margin-top: 2.2rem;
    }
    .pagination a {
        font-size: 1.1rem;
    }
    .pagination li {
        margin: 0 0.7rem;
    }
    .filter_btns{
        display: flex;
        justify-content: space-between;
    }
    .filter_btns .btn{
        margin: 0!important;
        width: 49%!important;
    }
    .sort_box{
        margin-top: 2rem;
    }
    .sort_link {
        height: 3.4rem;
        padding: 0 1rem;
    }
    .sort_drop {
        padding: 1rem;
        padding-bottom: 0.5rem;
    }
    .map{
        margin-top: 2rem;
        height: 20rem;
    }
    .contacts_row {
        font-size: 1.1rem;
    }
    .header_right a.menu_toggle img{
        width: 2.5rem;
        margin: 0;
    }
    .header_right button.menu_toggle{
        width: 2.5rem;
    }
    .header_right button.menu_toggle img.m_menu{
        display: block;
        width: 2.5rem;
    }
    .header_right button.menu_toggle img.m_menu_close{
        display: none;
        width: 1.8rem;
        margin: 0 auto;
    }

    .header_right button.menu_toggle.active img.m_menu{
        display: none
    }
    .header_right button.menu_toggle.active img.m_menu_close{
        display: block;
    }

    .header_right a {
        margin-left: 1.1rem;
    }

    .about_content {
        padding-top: 0;
        width: 100%;
    }
    .about_form_box {
        padding: 3rem 15px;
        width: 100%;
    }
    .about_form_data {
        width: 100%;
        padding-top: 0.5rem;
    }
    .about_form_box .section_title_sm {
        text-align: center;
        line-height: 1.3;
        font-size: 1.35rem;

    }
    .about_form{
        background: radial-gradient(35.75% 109.46% at 47.05% 51.75%, #FFFFFF 0%, #EDF4FF 100%);
        margin-top: 3rem;
    }
    .news_title {
        font-size: 1.25rem;
    }
    .news_item_page{
        width: 100%;
    }
    .prev_news, .next_news{
        font-size: 1rem;
    }
    .news_item_page .section_title_sm {
        font-size: 1.5rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
