@font-face {
    font-family: 'Alien Encounters Solid';
    src: url('../fonts/vFKAlienSolid.ttf');
    url('../fonts/vFKAlienSolid.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 11.486rem;
    color: rgba(41, 41, 41, 1);
}
.container {
    width: 79.7rem;
}
.none_point{
    pointer-events: none;
}
header{
    position: absolute;
}
.header_top{
    padding: 0.8rem 0;
    background-color: white;
}
.header_bottom{
    background-color: #292929;
    color: white;
}
.header_bottom a{
    color: white;
}
.logo{
    display: block;
    width: 9.833rem;
}
.header_item{
    display: flex;
    align-items: center;
}



.header_icon{
    width: 2.689rem;
    height: 2.689rem;
    background-image: url("../img/h-bg.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.header_icon img{
    width: 1.667rem;
}
.h2 .header_icon img{
    width: 1.333rem;
}

.header_text span{
    font-size: 0.778rem;
    color: #828282;
    display: block;
}
.header_title{
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}

.header_title i{
    font-size: 0.65rem;
    margin-left: 0.6rem;
    position: relative;
    top: 0.1rem;
    transition: all 0.35s;
}
.left_data{
    width: 15.6rem;
}
.right_data{
    width: calc(100% - 15.6rem);
}
.cat_btn{
    height: 4.333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Alien Encounters Solid', sans-serif;
    letter-spacing: 0.025rem;
    padding-right: 0.75rem;
    background-color: rgba(41, 41, 41, 0.1);
    position: relative;
}
.cat_btn.active i{
    transform: rotate(-180deg);
}
.cat_btn span, .cat_btn i{
    position: relative;
    z-index: 1;
    transition: all 0.35s;
}
.cat_btn:after{
    position: absolute;
    left: -1000px;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
}
i.sm{
    font-size: 0.65rem;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Alien Encounters Solid', sans-serif;
    padding-left: 2.2rem;
}
.menu a img{
    width: 1.111rem;
}
.menu a:hover, .menu a.active{
    color: #B53437;
}
.search_btn:hover{
    opacity: 0.5;
}
.scale_img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.cat_menu_list{
    list-style-type: none;
    font-weight: 600;
}
.cat_menu_list li{
    margin-bottom: 2px;
}
.cat_menu_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.3rem;
    padding-right: 1rem;
    background: rgba(242, 242, 242, 1);
}
.cat_menu_item:hover, .cat_menu_item.active{
    background: rgba(224, 224, 224, 1);
    color: rgba(0, 0, 0, 1);
}
.cat_menu_icon{
    width: 3.833rem;
}
.cat_menu_text{
    width: calc(100% - 3.833rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.8rem;
}
.cat_menu_item i{
    color: rgba(181, 52, 55, 1);
}
.main_slider_item{
    height: 29.8rem;
    display: flex!important;
    align-items: center;
    padding-left: 4.5rem;
    padding-bottom: 1.3rem;
    color: white;
    position: relative;
}
.main_slider_item img{
    position: absolute;
    left: 0;
    top: 0;
}
.main_slider_item p{
    font-weight: 600;
    color: rgba(255, 184, 70, 1);
}
.slider_title{
    font-family: 'Alien Encounters Solid', sans-serif;
    font-size: 2.667rem;
    line-height: 1.2;
}
.main_slider_text{
    position: relative;
    z-index: 2;
}
.main_padding{
    padding-left: 4.6rem;
    padding-top: 5.3rem;
    padding-bottom: 3rem;
}
.section_title{
    font-family: 'Alien Encounters Solid', sans-serif;
    font-size: 1.778rem;
    line-height: 1.2;
    margin-bottom: 2.1rem;
}
.main_cat_item{
    display: block;
    border: 1px solid rgba(188, 191, 193, 1);
    height: 100%;
    padding: 1rem;
    text-align: center;
    background: white;
}
.main_cat_item:hover{
    border-color: rgba(41, 41, 41, 1);
    color: rgba(41, 41, 41, 1);
}
.main_cat_item:hover .main_cat_icon:after{
    filter: grayscale(0);
    opacity: 1;
}
.main_cat_icon{
    width: 5.333rem;
    height: 5.333rem;
    margin: 0 auto;
    position: relative;
}
.main_cat_icon:after{
    position: absolute;
    left: 0.3rem;
    top: 0;
    right: 0.2rem;
    bottom: -0.2rem;
    background-image: url("../img/v_bg.png");
    background-size: 100% 100%;
    content: "";
    transition: all 0.35s;
    filter: grayscale(1);
    opacity: 0.1;
}
.main_cat_icon img{
    position: relative;
    z-index: 2;
}
.main_cat_title{
    font-weight: 600;
    margin-top: 1.2rem;
}
.preim_img{
    margin-left: -7.6rem;
    width: 33.778rem;
    margin-top: -1rem;
}
.preim_text{
    padding-top: 3.2rem;
    /*padding-left: 0.5rem;*/
}
.preim_text .content{
    font-size: 0.889rem;
}
#box-2{
    padding: 5.4rem 0;
    background: rgba(242, 242, 242, 1);
}
#box-2 .section_title{
    margin-bottom: 1rem;
}
.section_text{
    font-size: 0.889rem;
}
.form-control{
    border: 1px solid rgba(188, 191, 193, 1);
    font-size: 0.889rem;
    font-family: Inter, sans-serif;
    padding: 0 1rem;
    height: 3rem;
    border-radius: 5px;
    width: 100%;
}
.form-control::placeholder{
    color: rgba(130, 130, 130, 0.6);
}
.btn{
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: white;
    padding: 0 1.5rem;
    background: rgba(181, 52, 55, 1);
    border-radius: 5px;
    text-align: center;
    transition: all 0.35s;
}
.btn:hover{
    background: rgba(41, 41, 41, 1);
    color: white;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
}
.footer_logo{
    display: block;
    width: 12.5rem;
}
footer{
    padding-top: 3.3rem;
    padding-bottom: 1.6rem;
    background: rgba(41, 41, 41, 1);
    color: white;
}
footer a{
    color: white;
}
.slogan{
    font-size: 0.889rem;
    margin-top: 2.2rem;
    color: rgba(188, 191, 193, 1);
}

.footer_border{
    border: 1px solid rgba(130, 130, 130, 1);
    border-radius: 5px;
}
.footer_border_item.long{
    width: 56.7%;
    border-right: 1px solid rgba(130, 130, 130, 1);
}
.footer_border_item.sm{
    width: 43.3%;
}
.border_bottom{
    border-bottom: 1px solid rgba(130, 130, 130, 1);
}
.footer_border_item{
    min-height: 10.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}
.f_title{
    font-size: 0.778rem;
    margin-bottom: 1.5rem;
    color: rgba(188, 191, 193, 1);
}
.f_text{
    font-family: 'Alien Encounters Solid', sans-serif;
    line-height: 1.2;
}
.f_text a{
    display: block;
}
.footer_menu{
    font-size: 0.889rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy{
    font-size: 0.778rem;
    color: rgba(188, 191, 193, 1);
}
.footer_bottom {
    margin-top: 1.6rem;
}
.result{
    font-size: 0.9rem;
}
.box2_row .result p{
    margin-top: 1rem;
}
.box2_row .form-group{
    margin: 0;
}
.form-group{
    margin-bottom: 1.1rem;
}
.page {
    padding-top: 1.5rem;
    padding-bottom: 4.9rem;
}
.page h1{
    font-family: 'Alien Encounters Solid', sans-serif;
    font-size: 2.667rem;
    margin-bottom: 2.1rem;
}
.content{
    font-size: 0.889rem;
}
.red_box{
    background: rgba(181, 52, 55, 1);
    color: white;
    margin-top: 5.5rem;
}
.red_box .content a{
    color: white;
}
.red_row{
    padding-top: 5.3rem;
    padding-bottom: 4.4rem;
    position: relative;
}
.red_row .mob_full{
    position: static;
}
.about_img{
    position: absolute;
    bottom: 0.9rem;
    right: 3.5rem;
    width: 33.778rem;
}
.about_preims {
    padding-top: 5.4rem;
}
.preim_row br{
    display: none;
}
.z_index{
    position: relative;
    z-index: 2;
}
.about_anim{
    position: absolute;
    right: 1.9rem;
    top: -6rem;
    width: 38.278rem;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.contacts{
    display: flex;
    justify-content: space-between;
    padding: 3.3rem 5.6rem;
    position: relative;
    z-index: 2;
    background: rgba(242, 242, 242, 1);
}
.contacts .header_title{
    display: block;
}
.contacts .header_text span{
    color: rgba(130, 130, 130, 1);
    margin-bottom: 0.2rem;
}
.contacts .header_title a{
    display: block;
}
.contacts .header_icon{
    background-image: url("../img/contacts.png");
}
.contacts .header_item{
    align-items: flex-start;
}
.map{
    height: 30rem;
    margin-top: -5.7rem;
}
.contacts_form {
    padding-top: 5.2rem;
}
.contacts_form .section_title{
    margin-bottom: 1rem;
}
.contacts_form .section_text{
    margin-bottom: 2rem;
}
textarea.form-control{
    height: 9.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pt-0{
    padding-top: 0!important;
}
.filter_link{
    display: flex;
    align-items: center;
    font-weight: 600;
    /*border: 1px solid red;*/
    height: 3.6rem;
    padding: 0 1.6rem;
}
.filter_link.active{

}
.filter_link.active i{
    transform: rotate(-180deg);
}
.filter_link i{
    font-size: 0.65rem;
    margin-left: 0.6rem;
    position: relative;
    top: 0.1rem;
    color: #B53437;
    transition: all 0.35s;
}
.view_types{
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    padding-right: 0.6rem;
}
.view_item{
    width: 2.333rem;
    height: 2.333rem;
    border: 1px solid #BCBFC1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}
.view_item img{
    width: 1.111rem;
    opacity: 0.4;
    transition: all 0.35s;
}
.view_item:hover, .view_item.active{
    border-color: #292929;
}
.view_item:hover img, .view_item.active img{
    opacity: 1;
}
.view_item:last-child img{
    width: 1.444rem;
}
.filters{
    background: #F2F2F2;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}
.prod_item{
    border: 1px solid #BCBFC1;
    height: 100%;
    display: block;
    padding: 0.9rem 1.6rem;
}
.prod_img{
    height: 8rem;
    margin-bottom: 0.5rem;
}
.prod_title{
    font-weight: 600;
}
.cat_seo{
    padding-top: 4rem;
}
.card_img{
    border: 1px solid #BCBFC1;
    height: 25.8rem;
    display: block;
    background: white;
    width: calc(100% + 1.2rem);
}
.cat--unit__for{
    border: 1px solid #BCBFC1;
}
.cat--unit__for > div{
    line-height: 0;
}
.cat--unit__for a{
    height: 20rem;
    display: block;
    background: white;
}
.cat--unit__nav{
    margin-top: 10px;
}
.cat--unit__nav .slick-list{
    margin: 0 -5px;
}
.cat--unit__nav  .slick-slide > div{
    padding: 0 5px;
}

.slick-current .nav_item {
    border-color: #B53437;
}
.nav_item{
    height: 5.5rem;
    border: 1px solid #BCBFC1;
    background: white;
    transition: all 0.35s;
    cursor: pointer;
    
}
.cat--unit__for a img, .nav_item img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.chars {
    padding-left: 0.6rem;

}
.char_item{
    border-bottom: 1px solid #BCBFC1;
    display: flex;
    justify-content: space-between;
    padding-left: 2.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}
.char_title{
    font-size: 0.889rem;
    width: 38%;
}
.char_val{
    width: 60%;
    font-weight: 600;
}
.card_des{
    padding-top: 4.3rem;
}
.page.cat_page{
    padding-top: 0;
}
.page.cat_page .right_data{
    padding-top: 1.5rem;
}
.filter_drop{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}
.filter_drop_item{
    background: #F2F2F2;
    margin-top: 2px;
    padding: 0.7rem 1.6rem;
}

.filter_drop_title{
    font-size: 0.778rem;
    margin-bottom: 0.5rem;
}
.outputs{
    display: flex;
    justify-content: space-between;
}
.outputs input{
    border: 1px solid #BCBFC1;
    width: 46.7%;
    background: white;
    font-size: 0.889rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
    padding: 0.4rem 0.8rem;
}
.rang_box{
    margin-top: 0.9rem;
    padding-bottom: 0.5rem;
}
.ui-slider-horizontal .ui-slider-range{
    background: red;
}
.filter_checks{
    display: flex;
    flex-wrap: wrap;
}
.filter_checks label{
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.889rem;
    margin-right: 1.5rem;
    cursor: pointer;
}
.filter_checks input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 0.778rem;
    height: 0.778rem;
    border-radius: 3px;
    border: 1px solid #BCBFC1;
    background-color: white;
    margin-right: 0.3rem;
    position: relative;
    overflow: hidden;
    transition: all 0.35s;
}
.filter_checks input:checked{
    border-color: #B53437;
    background-color: #B53437;
}
.filter_checks input:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("../img/check.jpg");
    background-size: 100% 100%;
    transition: all 0.35s;
    opacity: 0;
}
.filter_checks input:checked:after{
    opacity: 1;
}
.filter_checks{
    margin-bottom: -0.5rem;
}
.clear{
    text-align: center;
    padding: 0.5rem 0;
}
.clear a{
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: 500;
    color: #B53437;
    font-size: 0.889rem;
}
.clear a:hover{
    border-color: transparent;
}
.filter_drop_item.last{
    margin-top: 0;
    padding-top: 0.5rem;
}
.sort_item{
    font-size: 0.889rem;
    margin-top: 2px;
    display: block;
    background: #F2F2F2;
    padding: 0.7rem 1.6rem;
}
.sort_item:hover, .sort_item.active{
    color: white;
    background: #B53437;
}
.filter_drop_item select{
    height: 2.111rem;
    border: 1px solid #BCBFC1;
    background: transparent;
    width: 100%;
    font-size: 0.889rem;
    padding: 0 0.7rem;
}
#modal-success-msg .modal_title{
    font-size: 1.5rem;
}
.no_img{
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    background-image: url("../img/logo.png");
    background-size: 9.833rem;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(1);
    opacity: 0.5;
}
.prod_img .no_img{
    background-size: 6rem;
}
.product_row.long .mb_30{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product_row.long .prod_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_row.long .prod_item .prod_img{
    width: 49%;
    margin: 0;
}
.product_row.long .prod_item .prod_title{

    width: 49%;
}
.main_flex.to_center{
    justify-content: center;
}

.main_flex.to_center .main_padding{
    padding-left: 0;
}