.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:1550px) {
    html{
        font-size: 18px!important;
    }
}
@media screen and (max-width:1550px) and (min-width:1450px) {
    html{
        font-size: 17px!important;
    }
}
@media screen and (max-width:1450px) and (min-width:1350px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1350px) and (min-width:1250px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1250px) and (min-width:1150px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1150px) and (min-width:1070px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1070px) and (min-width:1024px) {
    html{
        font-size: 12px!important;
    }
}


@media screen and (min-width:1024px) {
    .rotating {
        -webkit-animation: rotating 12s linear infinite;
        -moz-animation: rotating 12s linear infinite;
        -ms-animation: rotating 12s linear infinite;
        -o-animation: rotating 12s linear infinite;
        animation: rotating 12s linear infinite;
    }
    .phone_drop{
        position: absolute;
        background-color: white;
        left: 0;
        top: 120%;
        opacity: 0;
        pointer-events: none;
        transition: all 0.35s;
        width: 100%;
    }
    .phone_drop a{
        display: block;
        margin-top: 0.1rem;
    }
    .header_title:hover .phone_drop{
        opacity: 1;
        pointer-events: painted;
        top: 100%;
    }
    .header_title:hover i{
        transform: rotate(-180deg);
        color: #B53437;
    }

}

.part_item{
    border: 1px solid #e8e8e8;
    padding: 1rem;
    display: block;
    height: 12rem;
}
.part_item:hover{
    border-color: #B53437;
}
.mar_cont{
    margin-bottom: 2rem;
}
.part_item.certificate{
    height: 26.8rem;
    padding: 4px;
}
@media screen and (max-width:1024px) {
    body {
        padding-top: 4.6rem;
    }
    .nav_item {
        height: 7.5rem;
    }
	.search--show{
		position:relative;
		top: -0.1rem
	}
    .part_item.certificate {
        height: 17.6rem;
    }
    .part_item {
        height: 9rem;
    }
    .content ol {
        margin-left: 1.4rem;
    }
    .mob_flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_flex{
        display: block;
    }
    .left_data{
        width: 100%;
    }
    .right_data{
        padding: 0;
        width: 100%;
    }

    header{
        position: fixed;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    }
    .header_bottom a{
        color: black;
    }
    .header_bottom a.active{
        color: #B53437;
    }
    .header_top{
        padding: 1.4rem 0;
    }
    .menu_toggle .fa-search{
        font-size: 1.5rem;
    }
    .search--show{
        margin-right: 0.6rem;
    }
    .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: #000000;
        width: 1.7rem;
        height: 1.7rem;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 6rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }

    .menu, .mob_phones  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2.5rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
        font-family: 'Alien Encounters Solid', sans-serif;
    }

    .mob_cat_show{
        font-family: 'Alien Encounters Solid', sans-serif;
        background-color: #292929;
        color: white!important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.2rem 15px;
        margin-top: 15px;
    }
    .mob_cat_show i{
        transition: all 0.35s;
    }
    .mob_cat_show.factive i{
        transform: rotate(-180deg);
    }
    #pc_cats_menu{
        display: none!important;
    }
    #mob_cats_menu{
        margin-bottom: 2rem;
        display: none;
    }
    .menu a, .mob_phones a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    .modal_title {
        font-size: 1.6rem;
    }
    .form-control {
        font-size: 1.1rem;
        height: 3.3rem;
    }
    .btn span {
         height: 3.3rem;
    }
    .btn{
        width: 100%;
    }
    .main_flex{
        display: block;
    }
    .cat_menu_icon {
        padding: 0.5rem 0;
    }
    i.sm {
        font-size: 0.85rem;
    }
    .cat_menu_icon {
        width: 3.3rem;
    }
    .cat_menu_text {
        width: calc(100% - 3.3rem);
    }
    .main_slider{
        margin-top: 15px;
    }
    .slick-dots {
        bottom: 1.2rem;
        justify-content: center;
        width: 100%;
        right: 0;
    }
    .slick-dots li button {
        width: 1.2rem;
        height: 1.311rem;
    }
    .slick-dots li button:after {
        width: 0.6rem;
        height: 0.6rem;
    }
    .slick-dots li{
        margin: 0 0.35rem;
    }
    .main_slider_item{
        text-align: center;
        padding: 2rem;
        height: 23rem;
        background: black;
    }
    .main_slider_item img{
        opacity: 0.5;
    }
    .main_slider_text{
        width: 100%;
    }
    .slider_title {
        font-family: 'Alien Encounters Solid', sans-serif;
        font-size: 1.767rem;
        line-height: 1.2;
    }
    .main_padding {
        padding-left: 0;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .section_title {
        font-size: 1.55rem;
        margin-bottom: 1.5rem;
    }
    .mob_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .preim_text {
        padding-top: 1.5rem;
    }
    .preim_text .content, .content {
        font-size: 1.1rem;
    }
    .preim_text br{
        display: none;
    }
    .preim_img {
        margin-left: 0;
        width: 100%;
        margin-top: -1.3rem;
    }
    #box-2 {
        padding: 3rem 0;
        text-align: center;
    }
    .section_text {
        font-size: 1.1rem;
        margin-bottom: 1.4rem;
    }
    #box-2 .section_title {
        margin-bottom: 0.4rem;
    }
    .box2_row .form-group {
        margin-bottom: 1rem;
    }
    .btn{
        font-size: 1.1rem;
    }
    .footer_logo {
        width: 10rem;
        margin: 0 auto;
    }
    .slogan {
        font-size: 1.1rem;
        margin-top: 1.7rem;
        text-align: center;
    }
    .copy{
        font-size: 1rem;
    }
    .footer_bottom{
        text-align: center;
    }
    .footer_border_item {
        display: block;
        width: 100% !important;
        border: none !important;
        min-height: unset !important;
        padding: 0;
    }
    .footer_border{
        border: none!important;
        text-align: center;
        padding: 1rem 0;
    }
    .f_title {
        font-size: 1.1rem;
        margin-bottom: 0.7rem;
    }
    .footer_border_item:not(:last-child){
        margin-bottom: 2rem;
    }
    footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .breadcrumbs {
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .page h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .about_anim {
        right: -14.1rem;
        top: -7rem;
        width: 100%;
    }
    .red_box {
        background: rgba(181, 52, 55, 1);
        color: white;
        margin-top: 3rem;
    }
    .about_img {
        position: static;
        width: 100%;
        margin-left: -1rem;
        margin-top: -1rem;
    }
    .red_row {
        padding-top: 3rem;
        padding-bottom: 1.7rem;
    }
    .about_preims {
        padding-top: 3rem;
    }
    .page {
        padding-bottom: 3rem;
    }
    .contacts{
        display: block;
        padding: 2rem 1.5rem;
    }
    .header_text span {
        font-size: 1.1rem;
    }
    .h1, .h2{
        margin-bottom: 1.5rem;
    }
    .header_icon img {
        width: 1.767rem;
    }
    .h2 .header_icon img {
        width: 1.533rem;
    }
    .header_text br{
        display: none;
    }
    .map {
        height: 20rem;
        margin-top: 2rem;
        padding: 0 15px;
    }
    .contacts_form {
        padding-top: 3rem;
    }
    .contacts_form .section_text {
        margin-bottom: 1.4rem;
    }
    .mob_center_flex{
        display: flex;
        justify-content: center;
        padding-top: 1.1rem;
    }
    .result{
        text-align: center!important;
    }
    .header_text{
        width: calc(100% - 2.689rem);
    }
    .product_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prod_item{
        padding: 1rem;
    }
    .prod_img {
        height: 6.5rem;
    }
    .cat_seo {
        padding-top: 2rem;
    }
    .filters{
        background: transparent;
        margin-bottom: 1.5rem;
    }
    .filter_link{
        background: #F2F2F2;
        justify-content: space-between;
        display: flex;
    }
    .filters_row > .mob_full{
        margin-bottom: 10px;
    }
    .view_types {
        padding-right: 0;
    }
    .filter_drop{
        position: static;
    }
    .filter_drop_title {
        font-size: 1rem;
    }
    .outputs input {
        width: 48%;
        padding: 0.6rem 0.8rem;
        font-size: 1.1rem;
    }
    .ui-state-default, .ui-widget-content .ui-state-default {
        width: 0.978rem;
        height: 0.978rem;
    }
    .ui-slider-horizontal .ui-slider-handle {
        top: -0.6rem;
    }
    .rang_box {
        margin-top: 1.3rem;
        padding-bottom: 0.9rem;
    }
    .filter_checks input {
        width: 1.178rem;
        height: 1.178rem;
    }
    .filter_checks label {
        font-size: 1.1rem;
    }
    .filter_drop_item select {
        height: 3.111rem;
        font-size: 1.1rem;
    }
    .clear a {
        font-size: 1.089rem;
    }
    .clear {
        padding: 0.8rem 0;
    }
    .sort_item {
        font-size: 1.1rem;
        padding: 0.8rem 1.6rem;
    }
    .pr-0{
        padding-right: 10px!important;
    }
    .card_img {
        height: 20rem;
        width: 100%;
    }
    .chars {
        padding-left: 0;
        padding-top: 2rem;
    }
    .char_item {
        padding-left: 0;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .char_title, .char_val {
        font-size: 1rem;
    }
    .card_des {
        padding-top: 3rem;
    }
    .table_scroll{
        overflow-x: auto;
    }
    .table_scroll table{
        width: max-content;
    }

}
.cat_page .main_padding{
    padding-bottom: 0;
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
