
body{
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-top: 6.33rem;
}
.logo{
    display: block;
    width: 13.563rem;
}
.none_point{
    pointer-events: none;
}
.header_brand_item:hover{
    opacity: 0.6;
}
.page_banner{
    overflow: hidden;
}
.page_banner .ab_img {
    animation: zoomAnimation 30s ease-in-out infinite;
}
@keyframes zoomAnimation {
    0% {
        transform: scale(1); /* Начальный размер */
    }
    50% {
        transform: scale(1.5); /* Увеличиваем до 1.5x */
    }
    100% {
        transform: scale(1); /* Возвращаем в исходный размер */
    }
}
.container {
    width: 80rem;
}
header{
    padding: 1.8rem 0;
    background: white;
}

.menu_item{
    position: relative;
}
.menu_item > a{
    padding: 0.5rem 0;
}
.drop{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
    font-size: 0.875rem;
    display: none;
}

.drop ul{
    list-style-type: none;
    margin: 0;
    box-shadow: -4px 4px 20px 0px #00000040;
    background: white;
    width: max-content;
}
.drop ul ul{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

.drop ul li{
    position: relative;
}
.drop ul li:not(:last-child){
    border-bottom: 1px solid #dcdcdc;
}
.drop ul li a{
    display: block;
    padding: 1rem;
}
.header_brands{
    display: flex;
    flex-wrap: wrap;
    width: 20rem;
    padding: 0.5rem;
    align-items: center;
}
.header_brands a{
    width: 50%;
}
.menu{
    display: flex;
    align-items: center;
    margin-left: 2.3rem;
}
.menu_item >  a{
    font-size: 0.75rem;
    display: flex;
    align-items: center;
}
.menu_item > a img{
    width: 1.25rem;
    margin-right: 0.5rem;
}
.menu_item:not(:last-child){
    margin-right: 1.59rem;
}
.headr_soc{
    display: block;
    width: 1.25rem;
    filter: brightness(0) invert(0);
}
.headr_soc:hover{
    filter: brightness(1) invert(0);
}
.headr_soc:last-child{
    margin-left: 2.2rem;
}
.lang_box{
    font-size: 0.75rem;
    position: relative;
}
.lang_drop{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2.538rem;
    padding: 0.5rem 0;
    text-align: center;
    background: white;
    display: none;
}
.lang_drop_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lang_drop_box a{
    display: block;
    border-bottom: 1px solid transparent;
}
.lang_drop_box a:first-child{
    margin-bottom: 0.5rem;
}
.lang_drop_box a:hover{
    border-color: #ED3237;
}

#box-1 {
    background: black;
    color: white;
}
#box-1 .ab_img{
    opacity: 0.6;
}
#box-1 .container{
    position: relative;
    z-index: 2;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.box1_data{
    text-align: center;
    padding: 6.2rem 0;
}
#box-1 .section_title{
    margin-bottom: 6.3rem;
}
.section_title{
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}
.section_title.sm{
    font-size: 1.875rem;
}
.btn{
    border: 2px solid #ffffff;
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 3.8rem;
    color: #ffffff;
    transition: all 0.35s;
    background: transparent;
}
.btn.full{
    width: 100%;
    padding: 0;
}
.btn.red{
    border-color: #ED3237;
    color: #ED3237;
}
.btn.red.sm{
    padding: 0 2.1rem;
}
.btn.sm2{
    padding: 0 1rem;
}
.btn.red:hover{
    background-color: #ED3237;
    color: white;
}
.btn.sm{
    padding: 0 1.6rem;
}
.btn.black{
    border-color: #222222;
    background: #222222;
    color: white;
}
.btn.red:hover img{

    animation: linear;
    animation-name: run;
    animation-duration: 0.5s;
    filter: brightness(0) invert(1);
}
.btn img{
    width: 1.5rem;
    margin-left: 1rem;
    transition: all 0.35s;
}
.btn:hover{
    background: white;
    color: black;
}
.btn.min_width{
    min-width: 25.7rem;
}
.mouse_box{
    margin-top: 2rem;
}
.mouse_box img{
    width: 2.681rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.border_link{
    display: inline-block;
    border-bottom: 2px solid #ED3237;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0.5rem;
    padding-bottom: 0.4rem;
    color: white;
}
.border_link:hover{
    border-color: transparent;
    color: white;
}
#box-2{
    padding-top: 5rem;
}
.box2_container {
    width: 51.5rem;
    margin: 0 auto;
}
.digit_item{
    padding: 1.3rem 0;
}
.digit_title{
    font-size: 2.813rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}
.digit_title span{
    font-size: 3.75rem;
    margin-right: 1.3rem;
    color: #ED3237;
}
.digit_text{
    font-family: Inter, sans-serif;
    opacity: 0.5;
}
.digits_row{
    margin-top: 4.1rem;
}

.digit_item:nth-child(1){
    width: 19.4%;
}
.digit_item:nth-child(2){
    border-right: 1px solid #222;
    border-left: 1px solid #222;
    width: 39.5%;
}
.digit_item:nth-child(3){
    width: 27.5%;
}
.box2_slider {
    margin-top: 4.8rem;
}
.box2_slider_text{
    font-family: Inter, sans-serif;
    margin-bottom: 2.5rem;
}
.company_slider .slick-list{
    margin: 0 -10px;
}
.company_slider .slick-slide > div{
    padding: 0 10px;
}
.company_slider_item{
    height: 28rem;
    position: relative;
    overflow: hidden;
    background: white;
    display: block;
    color: black!important;
}
.company_slider_item .ab_img{
    opacity: 0.3;
    transition: all 0.35s;
}
.company_slider_text{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Inter, sans-serif;
}
.company_slider_img{
    max-width: 13.375rem;
}
.company_slider_text_box{
    text-align: center;
    padding: 0 2.6rem;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 0.6s linear;
}
.company_slider_item:hover .company_slider_text_box{
    max-height: 15rem;
    margin-top: 1rem;
}
.company_slider_item:hover .ab_img{
    opacity: 0.4;
}
.box_title{
    font-size: 1.25rem;
}
#box-3 {
    padding-top: 5rem;
}
.arrow_link{
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.02rem;
    padding-bottom: 0.2rem;
    justify-content: space-between;
    position: relative;
}
.arrow_link:hover:after{
    width: 0;
}
.arrow_link:after{
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    content: "";
    background: #ED3237;
    transition: all 0.5s;
}
.arrow_link.min_width{
    min-width: 12.2rem;
}
.arrow_link img{
    width: 1.5rem;
    margin-left: 1.1rem;
    transition: all 0.35s;
    position: relative;
}
.arrow_link:hover img{
    animation: linear;
    animation-name: run;
    animation-duration: 0.5s;
}
.arrow_link:hover{
    border-color: transparent;
}
@keyframes run {
    0% {
        left: 0;
    }
    50% {
        left: 0.5rem;
    }
    100% {
        left: 0
    }
}
.title_flex{
    margin-bottom: 2rem;
}
.section_title span{
    color: #ED3237;
}
.preim_item{
    box-shadow: 0 2px 15px 0 transparent;
    background: white;
    transition: all 0.5s;
    height: 100%;
    text-align: center;
    padding: 1rem 1rem;
}
.preim_item:hover{
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
}
.preim_title{
    text-transform: uppercase;
    font-weight: 600;
}
.preim_img{
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto;
    margin-bottom: 1.2rem;
}
.preims_row .mb_30 {
    margin-bottom: 1.8rem;
}
#box-4{
    padding-top: 3.3rem;
}
.box4_slider_title{
    font-size: 1.875rem;
    text-transform: uppercase;
    /*margin-bottom: 1rem;*/
}
.box4_slider_title span{
    display: block;
    margin-top: 1.4rem;
}
.box4_slider_content{
    font-family: Inter, sans-serif;
    padding-bottom: 2.5rem;
}

.box4_slider_img{
    height: 25rem;
}
.box4_slider_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-right: 1rem;
}
#box-4 .title_flex {
    margin-bottom: 3.5rem;
}
#box-5{
    padding-top: 7.5rem;
}
.box5_banner{
    position: relative;
    color: white;
    padding: 1.8rem 0;
    background: black;
}
.box5_banner .ab_img{
    opacity: 0.6;
}
.box5_banner .container{
    position: relative;
    z-index: 1;
}
.box5_banner .title_flex{
    margin-bottom: 1.6rem;
}
.box5_banner .section_title{
    margin-bottom: 1.1rem;
}
.box5_banner .content{
    padding-bottom: 0.6rem;
}
#box-6 {
    padding-top: 4.6rem;
    padding-bottom: 5rem;
}
#box-6 .title_flex{
    margin-bottom: 1.6rem;
}
.box6_btn{
    margin-top: 2rem;
}
#box-7 .ab_img{
    opacity: 0.5;
}
#box-8 {
    padding-top: 4.6rem;
    padding-bottom: 5.3rem;
}
#box-8 .title_flex{
    margin-bottom: 1.6rem;
}
.news_item{
    display: block!important;
    height: 100%;
    padding-bottom: 2rem;
    min-height: 28rem;
    box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.15);
    background: white;
}
.news_item:hover{
    box-shadow: -4px 4px 10px 0 rgba(237, 50, 55, 0.30);
}
.news_img img{
    transition: all 0.35s;
}
.news_item:hover .news_img img{
    transform: scale(1.05);
}
.news_img{
    overflow: hidden;
    height: 14.6rem;
    margin-bottom: 0.6rem;
}
.news_date{
    font-family: Inter, sans-serif;
    opacity: 0.5;
    color: black;
}
.news_title{
    font-size: 1.25rem;
    margin-top: 0.7rem;
    margin-bottom: 0.4rem;
    opacity: 0.8;
}
.news_text{
    color: black;
    font-family: Inter, sans-serif;
    opacity: 0.8;
}
.news_pad{
    padding: 0 1.2rem;
}
.news_slider .slick-list{
    display: flex;
    margin: 0 -10px;
    padding: 10px 0;
}
.news_slider .slick-track{
    display: flex;
}
.news_slider .slick-slide > div{
    height: 100%;
}
.news_slider .mb_30{
    margin: 0;
    -ms-flex: none;
    flex: none;
    max-width: unset;
    height: 100%;
}
.news_slider .slick-arrow{
    transform: none;
    top: 8.6rem;
}
.more_news{
    margin-top: 2.6rem;
}
#box-9{
    position: relative;
    background: black;
    color: white;
}
#box-9 .container{
    position: relative;
    z-index: 1;
}
#box-9 .ab_img{
    opacity: 0.5;
}
.box9_text{
    border-right: 1px solid white;
    padding-right: 3.7rem;
    padding-bottom: 1.2rem;
}
.box9_form{
    padding-top: 4.3rem;
    padding-bottom: 4.1rem;
}
.box9_form .section_title.sm{
    margin-bottom: 3.3rem;
}
.form-control{
    border-bottom: 1px solid white;
    width: 100%;
    padding: 0 0.6rem;
    padding-bottom: 1rem;
    font-family: Inter, sans-serif;
    background: transparent;
    color: white;
}
.form-control::placeholder{
    color: white;
    opacity: 0.5;
}
.form-group{
    margin-bottom: 2.9rem;
}
.policy{
    font-size: 0.875rem;
    margin-bottom: 1.4rem;
    margin-top: -0.8rem;
}
.policy a{
    text-decoration: underline;
    color: white;
}
.policy a:hover{
    text-decoration: none;
}
.cont_data_title{
    font-size: 1.875rem;
    margin-bottom: 2.2rem;
    text-transform: uppercase;
}
.box9_right{
    padding-left: 2.8rem;
}
.cont_data .content{
    width: 26rem;
}
.cont_data {
    margin-bottom: 2.2rem;
}
.cont_item{
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
    margin-bottom: 1.74rem;
}
.cont_item a{
    color: white;
}
.cont_item a:hover{
    color: #ED3237;
}
.cont_icon{
    width: 1.5rem;
}
.cont_text{
    width: calc(100% - 1.5rem);
    padding-left: 2.6rem;
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
}
.socials a{
    display: inline-block;
    margin-right: 1rem;
    width: 1.5rem;
    filter: brightness(0) invert(1);
}
.socials a:hover{
    filter: brightness(1) invert(0);
}
.footer_logo{
    width: 21.563rem;
    margin: 0 auto;
    display: block;
    margin-bottom: 3.5rem;
}
footer {
    padding-top: 2.6rem;
    font-family: Inter, sans-serif;
    padding-bottom: 2rem;
    background-image: url("../img/footer.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer_menu li{
    margin-bottom: 1.4rem;
}
.footer_menu.f3{
    padding-left: 5.5rem;
    width: calc(100% + 0.9rem);
}

.footer_contacts{
    position: relative;
    left: 3.7rem;
}
footer .socials a{
    filter: brightness(0);
    width: 1.9rem;
}
footer .socials a:hover{
    filter: brightness(1);
}
.page_banner{
    padding-top: 4rem;
    padding-bottom: 3.8rem;
    background: black;
    position: relative;
    color: white;
}
.page_banner .container{
    position: relative;
    z-index: 1;
}
.page_banner .ab_img{
    opacity: 0.5;
}
.page_banner_text{
    text-align: center;
}

.page_banner_long_text {
    width: 58rem;
    margin: 0 auto;
}
.page_banner_long_text .content * {
    margin-bottom: 1.16rem;
}
.page_banner_text_box{
    width: 36rem;
    margin: 0 auto;
    font-family: Inter, sans-serif;
}
.breadcrumbs {
    margin-bottom: 1.1rem;
}
.page_banner h1.section_title{
    margin-bottom: 1.1rem;
}
.page .digits_row {
    margin-top: 1.6rem;
}
.about_black{
    text-align: center;
    padding: 1.8rem 0;
    background: #222;
    color: white;
}
.about_black.text-left{
    text-align: left;
    padding: 3rem 0;
    padding-bottom: 2.3rem;
}
.page .digit_item:nth-child(2){
    border-color: white;
}
.page_pad{
    padding-top: 4.9rem;
}
.about_items{
    padding-top: 3.3rem;
}
.about_item_img{
    margin-bottom: 1.1rem;
}
.about_item:nth-child(even) .about_item_row{
    flex-direction: row-reverse;
}
.about_item:not(:last-child){
    margin-bottom: 5.4rem;
}
.about_mission{
    margin-top: 5rem;
    padding: 1.6rem 0;
    padding-bottom: 0.7rem;
    background: #222;
    color: white;
}
.about_mission .section_title{
    margin-bottom: 1.1rem;
}
.about_preims{
    padding-top: 5rem;
}
.section_title.red{
    color: #ED3237;
}
.ap_item{
    text-align: center;
}
.ap_item_img{
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
}
.ap_title{
    text-transform: uppercase;
    border-bottom: 1px solid #ED3237;
    margin-top: 2.3rem;
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
}
.ap_text{
    font-family: Inter, sans-serif;
}
.ap_preims_row{
    padding: 0 6.8rem;
    margin: 0 -2rem;
    padding-top: 0.4rem;
}
.ap_preims_row .mb_30{
    padding: 0 2rem;
    margin-bottom: 4rem;
}
.about_faq{
    padding-top: 1.9rem;
}
.op_content{
    opacity: 0.8;
}
.faq{
    margin-top: -1rem;
}
.faq_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    padding: 1rem 0;
}
.faq_title .minus{
    display: none;
    animation: rotateIn 1s;
}
.faq_title.factive .minus{
    display: block;
    animation: rotateIn 1s;
}
.faq_title .plus{
    animation: rotateIn 1s;
}
.faq_title.factive .plus{
    display: none;
    animation: rotateIn 1s;
}
.faq_title img{
    width: 3rem;
    display: block;
}
.faq_title span{
    width: calc(100% - 3rem);
    padding-right: 0.5rem;
}
.faq_content{
    padding-top: 0.4rem;
}
.faq_item{
    border-bottom: 1px solid rgba(237, 50, 55, 0.50);
}
.about_page_bottom{
    padding-top: 4.6rem;
    padding-bottom: 3.7rem;
}
.cert_row{
    margin-top: 2rem;
}
.faq_content{
    display: none;
}
.faq_box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content.faq_bottom_info{
    margin-top: 1rem;
}
.content.faq_bottom_info *{
    margin: 0;
}
.page_pad_sm{
    padding-top: 2.4rem;
}
.page_pad_sm.with_bottom{
    padding-bottom: 4rem;
}
.cat_page_btn{
    margin-top: 1.6rem;
    margin-bottom: 1.9rem;
}
.prod_item{
    background: white;
    box-shadow: -4px 4px 15px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    display: block;
    padding: 1.1rem;
}
.prod_item:hover{
    box-shadow: -4px 4px 15px 0 rgba(237, 50, 55, 0.30);
}
.prod_img{
    height: 21.3rem;
    margin-bottom: 1rem;
}
.prod_title{
    font-size: 1.25rem;
}
.page{
    padding-bottom: 5rem;
}
.ser_img{
    overflow: hidden;
    height: 24.2rem;
}
.ser_title{
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}
.ser_text_title{
    font-size: 1.25rem;
    margin-bottom: 1.3rem;
}
.ser_chars{
    font-family: Inter, sans-serif;
}
.ser_chars p{
    margin-bottom: 1.4rem;
}
.ser_item{
    margin-bottom: 2.4rem;
}
.prim_list{
    padding-top: 1.3rem;
}
.prim_text .content li:not(:last-child){
    margin-bottom: 2.07rem;
}
.prim_item:not(:last-child){
    border-bottom: 1px solid #22222233;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}
.brand_page_btn{
    padding-top: 1rem;
}
.brand_page_img{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3.7rem;
}
.brand_page_products{
    padding-top: 5rem;
}
.brand_page_similars{
    padding-top: 4.1rem;
}
.sm_prim_img{
    overflow: hidden;
    height: 24.5rem;
}
.sm_prim_title{
    border-bottom: 1px solid #0000004D;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 2rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    min-height: 4.1rem;
}
.sm_prim_text .content p:last-child{
    margin-bottom: 0;
}
.page_banner_text.text-left{
    text-align: left;
    padding-top: 0.5rem;
    padding-right: 1rem;
}
.page_banner_text .content ul li{
    margin-bottom: 1.3rem;
}
.services_page .page_banner{
    padding-bottom: 2.9rem;
}
.services_page .page_banner .ab_img{
    opacity: 0.3;
}
.services_page_list .section_title.sm{
    margin-bottom: 0.8rem;
}
.prim_text .content{
    opacity: 0.8;
}
.services_page_list .prim_text .content p{
    margin-bottom: 2rem;
}
.services_page_list{
    padding-bottom: 5rem;
}
.text1_preims{
    padding-top: 5rem;
}
.text2_brands{
    padding-top: 5.1rem;
}
.text2_brand_item{
    width: 50%;
}
.text2_brand_item .section_title.sm{
    margin-bottom: 1.5rem;
}
.text2_brand_img{
    height: 18.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}
.text2_brand_logo{
    position: absolute;
    right: 0;
    top: 0;
    width: 11.922rem;
}
.text2_brand_text{
    font-family: Inter, sans-serif;
}
.text2_brand_item:nth-child(odd){
    border-right: 1px solid #22222233;
    padding-right: 1.9rem;
}
.text2_brand_item:nth-child(even){
    padding-left: 1.9rem;
}

.text2_brand_item:nth-child(1), .text2_brand_item:nth-child(2){
    border-bottom: 1px solid #22222233;
    padding-bottom: 1.5rem;
}
.text2_brand_item:nth-child(3), .text2_brand_item:nth-child(4){
    padding-top: 1.9rem;
}
.marged_img{
    margin-bottom: 2.4rem;
}
.news_row .mb_30{
    margin-bottom: 2rem;
}

.news_page_img{
    width: 66.5rem;
    margin: 0 auto;
}
.news_item_page .breadcrumbs{
    margin-bottom: 0;
}
.news_gal_img{
    height: 24.5rem;
    overflow: hidden;
}
.news_box{
    width: 66.5rem;
    margin: 0 auto;
}
.news_page_img{
    margin-bottom: 1.5rem;
}
.news_gal_row{
    padding-top: 0.5rem;
}
.news_similars{
    padding-top: 4rem;
}
.part_btn{
    padding-top: 0.5rem;
}
.criterii {
    margin-top: 4rem;
}
.criterii_img{
    overflow: hidden;
    height: 17.3rem;
}
.criterii_title{
    border-bottom: 1px solid #ED3237;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.6rem;
}
.criterii_text{
    font-family: Inter, sans-serif;
}
.criterii_row .mb_30{
    margin-bottom: 1.5rem;
}
.partners_bottom{
    padding-top: 1.7rem;
}
.new_footer_bottom{
    text-align: right;
    padding-top: 1rem;
}
.news_gal_slider{
    margin-top: 2.5rem;
}
.news_gal_slider .slick-list{
    margin: 0 -10px;
}
.news_gal_slider .slick-slide > div{
    padding: 0 10px;
}