.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}
@media screen and (min-width:1900px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1500px) {
    .slick-dots {
        bottom: 7rem;
    }
}

@media screen and (min-width:1024px) {
    .service_item:nth-child(even){
        flex-direction: row-reverse;
    }

    .service_item:nth-child(even) .service_img_box{
        padding-left: 0;
    }

    .service_item:nth-child(even) .service_text{
        padding: 1rem 1.4rem;
        padding-left: 24.1rem;
    }
    .service_item:nth-child(odd) .service_img_box{
        padding-right: 0;
    }
    .page .main_about {
        padding: 4.9rem 1.8rem;
        padding-bottom: 7.6rem;
        position: relative;
        padding-right: 0;
    }
    .page .main_about:before {
        top: -4.3rem;
    }
    .cat_page_row .cat_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.video_slider{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    opacity: 0.5;
}
@media screen and (max-width:1024px) {

    body {
        padding-top: 5rem;
    }

    .menu_toggle {
        color: #ff1418;
    }


    .mob_none {
        display: none !important;
    }

    .mob_block {
        display: block !important;
    }

    .logo {
        width: 7rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search_btn{
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }

    .header_bottom {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        border: none;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #fff;
        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_right {
        /*display: none;*/
    }

    header {
        padding: 1rem 0;
        background: white;
    }
    .menu_item{
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        color: #333333;
        font-size: 1rem;
    }
    .p_plock{
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        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;
        text-align: center;
        display: none;
    }
    .p_plock .p_drop{
        position: static;
        background-color: transparent;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
    }
    .p_list a {
        font-size: 1rem;
    }
    .p_plock .p_drop a{
        margin-top: 1rem;
    }
    .p_list .arr{
        display: none;
    }
    .call_link {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    header a, header{
        color: #333333;
    }
    .p_flex{
        display: block;
    }
    .city_list {
        font-size: 1rem;
        position: absolute;
        left: 4rem;
        top: 50%;
        transform: translateY(-50%);
    }
    header .socials{
        display: none;
    }
    .lang_box {
        margin-right: 1.6rem;
        font-size: 1rem;
        margin-left: 0;
    }
    .menu_toggle .fa-search{
        font-size: 1.5rem;
    }
    .search{
        transform: none;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .search .form-control{
        padding: 0.7rem 15px;
        border-radius: 0;
    }
    .close_search{
        display: none;
    }
    .lang_flex.active, .city_flex.active, .lang_flex:hover, .city_flex:hover{
        color: #333333;
    }
    .main_slider_item h2 {
        font-size: 2rem;
    }
    .main_slider_item p {
        font-size: 1.4rem;
    }
    .slick-prev {
        left: 15px;
    }
    .slick-next {
        right: 15px;
    }
    .slider_text{
        padding: 0 3rem;
        text-align: center;
    }
    .main_slider_item{
        height: 45rem;
    }
    .slider_bottom {
        position: relative;
        z-index: 3;
        bottom: 0;
        left: 0;
        width: 100%;
        color: white;
        display: flex;
        flex-direction: column-reverse;
    }
    .slider_menu{
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
    }
    .main_slider_item {
        height: 38rem;
        padding-bottom: 4rem;
    }
    .slick-arrow {
        top: 50%;
        width: 2.5rem;
        height: 2.5rem;
    }
    .slick-arrow:after {
        font-size: 0.7rem;
    }
    .sm_item {
        font-size: 0.9rem;
    }
    .slider_bottom:after {
        background-color: rgb(51 51 51);
    }
    .sm_item.slick-current{
        border: none;
    }
    .slider_info h4 {
        font-size: 1.5rem;
    }
    .mob_full{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider_info .mob_full{
        margin-bottom: 30px;
        text-align: center;
    }
    .slider_info .mob_full:last-child{
        margin-bottom: 0;
    }
    #box-2 {
        padding: 3rem 0;
    }
    .section_title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    .cat_box {
        padding-top: 2rem;
    }
    .cm_item {
        width: 50%;
    }
    .cat_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section_text {
        font-size: 1rem;
    }
    #box-3 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .spectr_slide .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*.advantages .mb_30:first-child{*/
    /*    -ms-flex: 0 0 100%;*/
    /*    flex: 0 0 100%;*/
    /*    max-width: 100%;*/
    /*}*/
    .advantages .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #box-4 {
        padding-top: 3rem;
    }
    .sale_slide h2 {
        font-size: 1.5rem;
    }
    .sale_slide {
        height: 15rem;
        padding: 2rem 15px;
    }
    #box-5 .slick-dots {
        bottom: 1rem;
    }
    .sale_slide p {
        font-size: 1.2rem;
    }
    .about_row{
        flex-direction: column-reverse;
    }
    .about_row .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main_about {
        padding: 3rem 0;
    }
    #box-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .as_img{
        width: 100%;
    }
    .as_text {
        padding: 1rem 3rem;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .main_about_slider .slick-prev{
        left: 0;
    }
    .main_about_slider .slick-next{
        right: 0;
    }
    #box-7 {
        padding-top: 3rem;
    }
    .news_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #box-8 {
        padding-top: 1.6rem;
    }
    #box-9 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #box-10:after {
        width: 66%;
    }
    #box-10 .section_text br{
        display: none;
    }
    #box-10 .form-group {
        width: 98%;
    }
    #box-10 {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .footer_top {
        text-align: center;
        padding-top: 3rem;
    }
    .footer_logo {
        width: 7rem;
        margin: 0 auto;
    }
    .footer_top .mob_full:first-child{
        margin-bottom: 2rem;
    }
    footer .social{
        justify-content: center;
    }
    footer .social a{
        margin: 0 1rem;
    }
    .el_box .flex{
        justify-content: center;
    }
    .el_box {
        margin-top: 2rem;
    }
    .footer_bottom .mob_full{
        margin-bottom: 2rem;
        text-align: center;
    }
    .footer_bottom .mob_full:last-child{
        margin-bottom: 0;
    }
    .footer_bottom {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .f_flex{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .copy{
        margin-bottom: 1rem;
    }
    #box-10{
        text-align: center;
    }
    .page h1{
        font-size: 2rem;
    }
    .main_about_slider:after {
        right: -15px;
        left: -15px;
    }
    .page {
        padding-top: 2.5rem;
    }
    .map {
        height: 25rem;
        margin-top: 0;
    }
    .white_flex{
        display: block;
    }
    .white_contact {
        padding: 0;
        border: none;
        background-color: white;
    }
    .white_contact .f_numbers {
        width: 100%;
        margin-bottom: 2rem;
    }
    .contacts_form .col-md-8, .contacts_form .col-md-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_flex_center{
        display: flex;
        justify-content: center;
    }
    .contacts_form {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .breadcrumbs {
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
    .page .section_title {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
    .about_digits {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    .about_digits > .flex{
        display: block;
    }
    .d_item{
        margin-bottom: 30px;
    }
    .d_item:last-child{
        margin-bottom: 0;
    }
    .page {
        padding-bottom: 3rem;
    }
    #num_box .mb_30 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_bottom .btn{
        width: auto;
    }
    .top_cart {
        position: fixed;
        right: 15px;
        bottom: 3.5rem;
        width: 3.5rem;
        height: 3.5rem;
        border: 2px solid #ff1418;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
    }


    .cart_count{
        position: absolute;
        background-color: #ff1438;
        min-width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        display: flex!important;
        align-items: center;
        justify-content: center;
        padding: 2px;
        font-size: 0.85rem;
        right: -0.5rem;
        top: -0.5rem;
        color: white;
        line-height: 1;
        text-align: center;
    }
    .top_cart img {
        width: 1.7rem;
        margin-right: 0;
    }
    .cat_page_row .cat_menu{
        display: none;
    }
    .cat_toggle{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ff1418;
        font-family: MontserratSemiBold, sans-serif;
        text-transform: uppercase;
        font-size: 0.88rem;
        padding: 0.5rem 1.7rem;
        min-height: 3.65rem;
        margin-bottom: 1rem;
    }
    .cat_toggle i{
        transition: all 0.5s;
    }
    .cat_toggle.active i{
        transform: rotate(180deg);
    }
    .mob_mb1{
        padding-top: 1rem;
    }
    .pagination a {
        width: 2.5rem;
        height: 2.5rem;
    }
    .pagination {
        margin-top: 0;
    }
    .mob_mb1{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .subcats {
        font-size: 1rem;
    }
    .cat_table_box{
        margin-bottom: 2rem;
    }
    .filters .col-md-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .cat_table tr:first-child{
        display: none;
    }
    .cat_table,  .cat_table tr,  .cat_table td{
        display: block;
        border: none;
    }
    .cat_table tbody{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cat_table tr{
        border: 1px solid #e8e8e8;
        padding: 1.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
        width: 48%;
    }
    .cat_table td{
        padding: 0;
        width: 100%;
    }
    .cat_table tr td:nth-child(2){
        margin: 1rem 0;
    }
    .cat--unit__for a {
        height: 30rem;
    }
    .card_row .mob_full:first-child{
        margin-bottom: 2rem;
    }
    .nav_item {
        height: 7.1rem;
    }
    .card_panes .sp_item {
        margin-right: 0;
    }
    .card_panes .spectr_flex{
        justify-content: space-between;
    }
    .card_panes .sp_item:after{
        display: none;
    }
    .card_row {
        padding-bottom: 3rem;
    }
    .card_panes {
        padding-bottom: 1rem;
    }
    .similar {
        padding-top: 3rem;
    }
    .similar_item {
        margin-bottom: 3rem;
    }
    .similar .slick-prev {
        left: -6px;
        top: 40%;
    }
    .similar .slick-next {
        right: -6px;
        top: 40%;
    }
    .news_page .spectr_flex {
        padding-right: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .news_page .sp_item{
        margin-right: 2rem;
    }
    .news_page .sp_item:after{
        display: none;
    }
    .service_card .card_row {
        padding-bottom: 0;
    }
    .card_info ul, .card_info ol{
        margin-bottom: 0.5rem;
    }
    .service_item .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services{
        padding: 0 15px;
    }
    .service_img {
        height: auto;
    }
    .service_text {
        padding: 0;
        padding-top: 2rem;
    }
    .service_item{
        margin-bottom: 2rem;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 2rem;
    }
    .service_item:last-child{
        border: none;
    }
    .cart_table tr:first-child{
        display: none;
    }
    .cart_table{
        display: block;
    }
    .cart_table tbody{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cart_table tr{
        border: 1px solid #e8e8e8;
        padding: 15px;
        padding-top: 30px;
        margin-bottom: 30px;
        width: 48%;
        position: relative;
    }
    .cart_remove{
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 5;
    }
    .cart_table td{
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .td_flex{
        display: block;
    }
    .cart_img{
        height: 14rem;
        width: 100%;
        margin-bottom: 1rem;
    }
    .cart_name {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .cart_price_flex{
        display: block;
        text-align: center;
    }
    .cart_table .inputs{
        margin: 0 auto;
        margin-top: 1rem;
        width: 11rem;
    }
    .cart_remove_flex {
       display: block;
    }
    .cart_total {
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }
    .ffii1, .ffii2{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .white_contact .f_numbers{
        width: 48%;
    }
    .white_flex {
        display: flex;
        flex-wrap: wrap;
    }
    .address_flex.white_flex{
        display: block;
        margin-top: 0;
    }
}

@media screen and (max-width:550px) {
    .modal_text br{
        display: none;
    }
    .modal .modal__block {
        width: 95%;
        padding: 3rem 1rem;
    }
    .total{
        font-size: 1.5rem;
    }
    .cart_img {
        height: 17rem;
    }
    .cart_table tr{
        width: 100%;
    }
    .service_name {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .service_price_box{
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem;
    }
    .service_price{
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .prod_img {
        height: 18.7rem;
    }
    .nav_item {
        height: 5.8rem;
    }
    .cat--unit__for a {
        height: 19rem;
    }
    .breadcrumbs ul li {
        display: inline;
    }
    .content h2 {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
    .page #box-8 {
        padding-top: 1.5rem;
    }
    .cat_table .inputs {
        width: 65%;
        margin: 0 auto;
    }
    .cat_table tr{
        width: 100%;
        padding: 2.5rem 1.5rem;
        font-family: MontserratSemiBold, sans-serif;
    }
    .cat_text_flex{
        display: block;
    }
    .cat_text_img{
        width: 100%;
        margin-bottom: 1rem;
    }
    .cat_text_box{
        padding: 0;
        width: 100%;
    }
    .filter_box {
        padding-bottom: 0;
    }
    .content h5 {
        margin-top: 1.4rem;
    }
    #num_box .mb_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page #box-4 {
        padding-top: 3rem;
    }
    .about_digits h4 {
        font-size: 1.5rem;
    }
    #box-10:after {
        width: 79%;
        right: -21.5%;
    }
    .slogan {
        width: 68%;
        margin: 0 auto;
        margin-top: 1.5rem;
    }
    #box-8 {
        padding-top: 0.5rem;
    }
    .news_date {
        font-size: 1rem;
    }
    .news_img {
        height: 14.8rem;
    }
    .news_row .mb_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main_about_slider {
        margin-top: 2rem;
    }
    .about_slider_item {
        height: 33.037rem;
    }
    .as_img {
        height: 25rem;
    }
    .advantages .mb_30:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .advantages .mb_30{
        margin-bottom: 20px;
        text-align: center;
    }
    .a_img{
        justify-content: center;
    }
    #box-2 .cat_btn {
        margin-top: 0;
    }
    .cat_img {
        height: 15rem;
    }
    .cat_row .mb_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_title {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
    #box-1:after {
        height: 4rem;
    }
    .main_slider_item {
        height: 30rem;
    }
    .logo, .footer_logo {
        width: 6.2rem;
    }
    .main_slider_item h2 {
        font-size: 1.7rem;
    }
    h2{
        font-size: 1.7rem;
    }
    .page h1{
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
    .map{
        height: 20rem;
    }
    .map > ymaps{
        height: 180%!important;
        margin-top: -50%;
    }
    .form-group label {
        padding-left: 1rem;
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
}