
body{
    line-height: 1;
    font-family: 'Inter', sans-serif;
    padding-top: 5.05rem;
    letter-spacing: -0.04rem;
    color: #1E1F20;
    background: #FAFAFA;
}
.container{
    width: 82.5rem;
}
.logo{
    display: block;
    width: 8.5rem;
}
header {
    padding: 0.65rem 0;
    background: white;
}
.btn{
    font-family: 'Inter', sans-serif;
    color: #FAFAFA;
    border-radius: 1.5625rem 0;
    background: #0A2A50;
    height: 3rem;
    padding: 0 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.02rem;
    gap: 0.7rem;
    transition: all 0.35s;
}
.btn:hover{
    background-color: #1169EE;
    color: white;
}
.btn.border_btn{
    background: white;
    border: 1px solid #1169EE;
    color: #1169EE;
}
.btn.border_btn:hover{
    color: white;
    background-color: #0A2A50;
    border-color: #0A2A50;
}
.btn.white{
    background: white;
    color: #1E1F20;
}
.btn.white:hover{
    background: #1169EE;
    color: #ffffff;
}
.btn.white img{
    transition: all 0.35s;
    left: 0;
    position: relative;
}
.btn.white:hover img{
    filter: brightness(0) invert(1);
    left: 0.35rem;
}
.btn.blue{
    background: #1169EE;
    color: #ffffff;
}
.btn.blue:hover{
    background-color: #64A2FF;
    color: white;
}
.btn img {
    width: 1.225rem;
}
.lang_box{
    margin-right: 1.3rem;
    position: relative;
}
.active_lang{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.active_lang img{
    width: 1.125rem;
}
.menu{
    position: absolute;
    left: 46.3%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 3.3rem;
    letter-spacing: -0.01rem;
}
.hero_block{
    padding-top: 4.2rem;
    color: #FAFAFA;
}
.section_title{
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.section_text{
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 1.9rem;
}
#box-1{
    height: calc(100vh - 5.05rem);
    position: relative;
}
#box-1:after{
    position: absolute;
    inset: 0;
    bottom: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 7.49%, #000 131.02%);
    backdrop-filter: blur(0px);
    content: "";
}
#box-1 .container{
    position: relative;
    z-index: 3;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.box2{
    border-radius: 1.875rem 0;
    background: white;
    padding: 1.875rem;
}
#box-2{
    margin-top: -2.8rem;
    position: relative;
    z-index: 1;
}
.box2_sub_row > div:first-child{
    border-right: 1px solid rgba(0,0,0,0.2);
}
.box2_sub_row > div:first-child .box2_preim{
    padding-left: 3.5rem;
}
.box2_sub_row > div:last-child .box2_preim{
    padding-left: 1rem;
}
.box2_preim{

}
.box2_preim p{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02rem;
}
.box2_row .content{
    padding-left: 4.4rem;
    padding-right: 1rem;
}
.section_title_sm{
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.2rem;
    letter-spacing: -0.02rem;
}
#box-3{
    padding-top: 5.9rem;
}
.title_flex .section_title_sm{
    margin: 0!important;
}
.box3_img{

}
.margin_box3{
    margin-top: 1rem;
}


.box3_preim{
    border-radius: 1.875rem 0;
    border: 1px solid white;
    line-height: 1;
    padding: 1.25rem;
    color: white;
}
.box3_preim.white{
    border-radius: 0 1.875rem;
    background: white;
    color: black;
}
.box3_preim p{
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.06rem;
}
.marged{
    top: -1.6rem;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.cat_item{
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1.875rem 0;
    overflow: hidden;
    height: 100%;
}
.cat_img img{
    transition: all 0.35s;
}
.cat_item:hover .cat_img img{
    transform: scale(1.05);
}
.cat_img{
    height: 15.5rem;
    overflow: hidden;

}
.cat_title{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    color: black;
}
.cat_item:hover .btn {
    background-color: #64A2FF;
    color: white;
}
.cat_info{
    padding: 1.475rem;
    margin-top: -2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    border-radius: 1.875rem 0 0 0;
    background: white;
    position: relative;
    z-index: 1;
}
.cat_anons{
    opacity: 0.5;
    color: black;
}

#box-4{
    padding-top: 2rem;
}
.title_flex{
    margin-bottom: 1.6rem;
}
.more_link{
    border-bottom: 1px solid;
    padding-bottom: 0.1rem;
    color: #FAFAFA;
}
.more_link:hover{
    color: white;
    border-color: transparent;
}
#box-5{
    padding-top: 3.8rem;
}
.box5_row{
    margin-bottom: 1.2rem;
}
.box5_preim{
    border: 1px solid white;
    border-radius: 0 1.875rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: white;
    color: black;
}
.box5_preim_num{

}
.box5_preim p{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}
.box5_preim span{

}
.box5_preims_row > div:nth-child(even) .box5_preim{
    border-radius: 1.875rem 0;
    background: transparent;
    color: white;
}
.box5_preims_row > .col-md-4:nth-child(odd) .box5_preim{
    border-radius: 1.875rem 0;
    background: transparent;
    color: white;
}
.box5_preims_row > .col-md-4:nth-child(even) .box5_preim{
    border-radius: 0 1.875rem;
    background: white;
    color: black;
}
#box-6{
    padding-top: 3.8rem;
}
.faq_box{
    width: 68.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.faq_item{
    border-radius: 1.875rem 0;
    padding: 1.5rem 2.5rem;
    border: 1px solid white;
    background: white;
    font-size: 1.25rem;
    cursor: pointer;
}
.faq_item.open .faq_title img{
    transform: rotate(-225deg);
}
.faq_item.open .faq_content{
    display: block;
}
.faq_content{
    display: none
}
.faq_title{
    display: flex;
    align-items: center;
}
.faq_num{
    width: 2rem;
    color: #1169EE;
}
.faq_title span{
    width: calc(100% - 3.25rem);
    padding: 0 0.3rem;
    font-style: normal;
    font-weight: 600;
}
.faq_title img{
    width: 1.25rem;
}
.faq_content{
    padding-top: 1.7rem;
    padding-left: 2.3rem;
}
#box-7{
    padding-top: 5rem;
}
.rev_item {
    background: #FAFAFA;
    border-radius: 1.875rem 0;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rev_bottom{

}
.rev_content{
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 7.5rem;
}
.rev_stars{
    color: #1169EE;
}

.rev_date{
    font-size: 0.875rem;
    opacity: 0.5;
}
#box-8{
    padding-top: 3.8rem;
}
.news_item{
    display: block;
    border-radius: 1.875rem 0;
    overflow: hidden;
    background: white;
    height: 100%;
}
.news_img > img{
    transition: all 0.25s;
}
.news_item:hover .news_img > img{
    transform: scale(1.05);
}
.news_img{
    position: relative;
    border-radius: 1.875rem 0;
    height: 15.3125rem;
    overflow: hidden;
}
.news_item:hover .news_arrow{
    background-color: #1169EE;
    transform: rotate(45deg);
}
.news_item:hover .news_arrow img{
    filter: brightness(0) invert(1);
}
footer a.active, footer a:hover{
    color: white;
    opacity: 0.5;
}
.news_arrow{
    transition: all 0.25s;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    z-index: 1;
    right: 0.6rem;
    bottom: 0.6rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.news_arrow img{
    transition: all 0.35s;
    width: 0.7rem;
}
.news_content{
    padding: 1.5rem 0.95rem;
}
.news_cat{
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    color: #1169EE;
}
.news_title{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: black;
}
.news_anons{
    color: black;
    opacity: 0.5;
}


.part_slider .slick-slide > div{
    padding: 0 10px;
}
.part_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.part_item{
    padding: 1.25rem;
    background: #000000;
    border-radius: 1.875rem 0;
    height: 9.375rem;
    overflow: hidden;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.part_item img{
    max-height: 80%;
    max-width: 80%;
}
#box-9{
    padding-top: 4.9rem;
}

footer{
    margin-top: 5rem;
    padding-top: 3.1rem;
}
.footer_form{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 2.1rem;
    margin-bottom: 2rem;
}
.footer_form .content{
    font-size: 1.25rem;
}
.form-group{
    margin-bottom: 0.5rem;
}
.form-control{
    background: #FAFAFA;
    border-radius: 1.5625rem 0;
    font-family: Inter, sans-serif;
    height: 3rem;
    padding: 0 1.25rem;
    width: 100%;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.5);
}
.policy{
    margin-top: 0.7rem;
    font-size: 0.875rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.footer_logo{
    width: 10.8125rem;
    display: block;
    margin-bottom: 0.3rem;
}

.footer_center{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 1.4rem;
}
.map{
    height: 13.125rem;
    overflow: hidden;
    border-radius: 10px;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.fc4{
    width: 27.875rem;
}
.footer_work p{
    font-weight: 600;
    margin-bottom: 0;
}
.footer_work span{

}
.footer_links{
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.fc1{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 18.775rem;
    /* height: 100%; */
    justify-content: flex-end;
}
.fc2{
    width: 14.3rem;
    padding-right: 3rem;
}
.fc3{
    width: 21.9rem;
    padding-right: 7rem;
}
.footer_col.fc3 ul li{
    margin-bottom: 1rem;
}
.socials{
    display: flex;
    gap: 1rem;
    font-size: 1.6rem;
}
.f_title{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 1rem;
}
.footer_col ul{
    list-style-type: none;
}
.footer_col ul li{
    margin-bottom: 0.75rem;
}
.footer_bottom{
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom_left{
    gap: 1.6rem;
}
.footer_bottom_left a{
    border-bottom: 1px solid;
    padding-bottom: 0.2rem;
}
.footer_bottom_left a:hover{
    border-color: transparent;
}
.footer_bottom_left span{

}

footer{
    color: #FAFAFA;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(9px);
}
footer a{
    color: #FAFAFA;
}
main{
    background-size: 100%;
    background-position: bottom;
}
#box-3, #box-4, #box-5, #box-6 .section_title_sm, #box-7 .section_title_sm, #box-8{
    color: #FAFAFA;
}

.page{
    padding-top: 2rem;
}
.section_title.big{
    font-size: 3rem;
    margin-bottom: 2.1rem;
}
.border_img{
    border-radius: 1.875rem 0;
    overflow: hidden;
}
.about_img{
    margin-bottom: 5rem;
}
.box5_row .section_text{
    line-height: 1;
    padding-right: 1rem;
}
.about_text_row .content p:first-child{
    margin-bottom: 1.9rem;
}

.about_preims_row {
    margin-top: 4rem;
    padding-bottom: 5rem;
}
.about_preim_left{
    overflow: hidden;
    position: relative;
    padding: 1.5rem;
    display: flex;
    align-items: flex-end;
    min-height: 27.2rem;
    border-radius: 1.875rem 0;
    color: #FAFAFA;
    height: 100%;
}
.about_preim_left:after{
    content: "";
    inset: 0;
    top: 40%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.63) 51.61%, rgba(0, 0, 0, 0.00) 100%);
}
.title15{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.about_preim_left_content{
    position: relative;
    z-index: 2;
}
.about_preims_list{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 1rem;
}
.about_preims_list_item{
    background: #C3DBFF;
    border-radius: 1.875rem 0;
    padding: 1.5rem;
    min-height: 13rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #0A2A50;
    overflow: hidden;
}
.about_preims_list_item:nth-child(even){
    background: #0A2A50;
    color: #FAFAFA;
}
.about_counts{
    padding-top: 5rem;
}
.about_count_num{
    font-size: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 1.25rem 0;
    border: 1px solid #FAFAFA;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    color: #1169EE;
    position: relative;
}
.about_count_item{
    text-align: center;
    position: relative;
}
.about_count_item p{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
    margin-top: 1rem;
}
.about_counts_flex{
    margin-top: 1.9rem;
}
.line{
    position: absolute;
    left: 164%;
    top: 0.1rem;
    width: 16rem;
}
.lin2{
    top: -1.4rem;
    width: 18.4rem;
}
.lin3{
    top: 0.1rem;
    width: 18.1rem;
}
.about_box3{
    margin-top: 6.3rem;
}
.about_box3 .content h4{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}
.about_brands{
    margin-top: 3.9rem;
}
.about_brands_img{
    overflow: hidden;
    height: 25.8125rem;
    position: relative;
    background: black;
}
.about_brands_logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14rem;
    z-index: 2;
}
.about_brands_img > img{
    opacity: 0.6;
}
.about_brands_left{
    background: #FAFAFA;
    height: 100%;
}
.about_brands_text{
    position: relative;
    z-index: 3;
    padding: 1.5rem;
    margin-top: -2rem;
    border-radius: 1.5625rem 0;
    background: #FAFAFA;
    color: black;
}
.about_brands_text .title15{
    margin-bottom: 0.6rem;
}
.about_sm_item{
    border-radius: 1.875rem 0;
    overflow: hidden;
    border: 2px solid white;
}
.about_brands_sub_right{

}
.about_sm_item_logo{
    height: 8.3125rem;
    padding: 1.6rem 1.5rem;
    padding-bottom: 3rem;
}

.about_sm_item_text{
    padding: 1rem 1.25rem;
    margin-top: -1.7rem;
    border-radius: 1.5625rem 0;
    background: white;
    color: black;
}
.about_sm_item_text p{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.about_sm_item_text span{

}
.about_brands_sub_row{
    margin-bottom: -20px;
}
.white_page .breadcrumbs, .white_page .breadcrumbs a, .white_page .breadcrumbs li{
    color: white;
}
.white_page .breadcrumbs li:after{
    background: rgba(255,255,255,0.5);
}
.filter_row{
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}
.filter_title{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    color: white!important;
}
.filter_title:hover{
    opacity: 0.7;
}
.filter_title img{
    width: 1.125rem;
}
.filter_toggle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border: 1px solid white;
    color: white;
    font-size: 0.875rem;
    border-radius: 1.25rem 0;

}
.filter_toggle span{
    width: calc(100% - 0.7rem);
    padding-right: 0.2rem;
    white-space: pre;
    overflow: hidden;
}
.filter_toggle img{
    width: 0.7rem;
}
.prod_item{

}
.prod_item .cat_info{
    box-shadow: 0 -20px 24px 0 rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
    padding: 1.275rem;
    padding-bottom: 0.9rem;
}
.cat_price{
    padding: 0 1.2rem;
    font-size: 1.275rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}
.cat_chars{
    color: black;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.pag_total{
    opacity: 0.7;
    color: white;
}
.pagination_box{
    margin-top: 1rem;
}
.pagination_box_flex{
    gap: 0.5rem;
}
.pagination_box_flex a{
    color: #FAFAFA;
    padding: 0.2rem 0.55rem;
    border-radius: 0.625rem 0;
}
.pagination_box_flex a:hover{
    color: #1169EE;
}
.pagination_box_flex a.active{
    color: #1169EE;
    background: white;
}
.card_slider{
    position: relative;
}
.card_slider_box{
    border-radius: 1.875rem 0;
    border: 1px solid #1169EE;
    overflow: hidden;
    position: relative;
}
.card_slider_box a{
    height: 31.9375rem;
}
.cat--unit__nav{
    position: absolute;
    z-index: 2;
    left: 1.4rem;
    top: 1.4rem;
    width: 4.75rem;
}
.nav_item{
    cursor: pointer;
    height: 4.75rem;
    margin-bottom: 8px!important;
    border-radius: 1.25rem 0;
    border: 1px solid #1169EE;
    overflow: hidden;
    background: white;
}
.nav_item img{
    transition: all 0.35s;
    opacity: 0.5;
}
.slick-current .nav_item img{
    opacity: 1;
}
.card_articul{
    opacity: 0.5;
}

.card_aval{
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
}
.card_aval span{
    width: 0.375rem;
    height: 0.375rem;
    background: #52D866;
    border-radius: 50%;
}
.card_price{
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
}
.card_btns{
    display: flex;
    justify-content: space-between;
    margin-top: 1.4rem;
}
.card_btns .btn{
    padding: 0;
}
.card_btns .btn:first-child{
    width: 40%;
}
.card_btns .btn:last-child{
    width: 58.5%;
}
.card_tabs{
    margin-top: 3rem;
}
.card_tabs_flex{

}
.card_tabs_flex a{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.2rem;
}
.card_tabs_flex a.active, .card_tabs_flex a:hover{
    border-color: #1169EE;
    color: black;
}
.card_tabs_body{
    padding-top: 1.1rem;
}
.card_chars{
    width: 40.5rem;
    margin: 0 auto;
    margin-top: 4.2rem;
}
.card_chars_top{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #1169EE;
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
}
.card_chars_list_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 0.85rem;
    color: #1E1F20;
}
.card_chars_list{
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
#similars{
    padding-top: 3.7rem;
}
.card_page{
    padding-bottom: 5rem;
}
#similars .section_title_sm{
    margin-bottom: 2rem;
}
.section_title.case_page_title{
    margin-bottom: 3.5rem;
}
.case_item .cat_img{
    height: 16.3rem;
}
.case_row .mb_30 {
    margin-bottom: 2.3rem;
}
.case_row{
    margin-bottom: -2.3rem;
}
.case_card_page{
    padding-bottom: 4rem;
}
#case_card_preims{
    padding-top: 5rem;
}
#case_card_preims .about_preims_row{
    margin-top: 0;
    padding-bottom: 0;
}
.case_card_description{
    background: white;
    color: black;
    padding: 1.75rem;
    height: 100%;
}

#case_card_preims .about_preims_list_item {
    min-height: 10.5rem;
}
#case_card_preims .about_preims_list_item:nth-child(odd){
    background-image: url("../img/project_preim.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
}
#case_card_preims .about_preims_list_item:nth-child(odd):after{
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(357deg, rgba(4, 30, 3, 0.82) 14.8%, rgba(6, 32, 13, 0.00) 76.39%);

}
#case_card_preims .about_preims_list_item:nth-child(odd) > div{
    position: relative;
    z-index: 2;
}
.content strong, .content b{
    font-weight: 600;
}

#case_card_preims .about_preims_list_item:nth-child(even){
    background: transparent;
    border: 1px solid white;
}
.catalog_card_page .about_box3{
    margin-top: 0;
    padding-bottom: 0;
}
.box3_preim.blue{
    background: #C3DBFF;
    color: #0A2A50;
}
.box3_preim.border{
    color: #0A2A50;
    background: white;
    border: 1px solid #0A2A50;
}
.marged2 {
    top: -0.9rem;
}
.pr_1rem{
    padding-right: 1rem;
}

#catalog_card_preims{
    padding-top: 5rem;
}
.cc_item{
    border-radius: 1.875rem 0;
    border: 1px solid #FFF;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cc_img{
    margin-top: 1rem;
    border-radius: 1.25rem 0;
    overflow: hidden;
    height: 15rem;
}
.catalog_card_page{
    padding-bottom: 3rem;
}
.rev_videos_box{
    width: 43.125rem;
    margin: 0 auto;
    margin-top: 3rem;
}
.rev_card_page{
    padding-bottom: 5rem;
}
.rev_video_item{
    height: 28.125rem;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.rev_video_item > img{
    filter: blur(4.550000190734863px);
}
.rev_play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding-left: 0.2rem;
    color: white;
}
.rev_slider .slick-list, .news_slider .slick-list{
    display: flex;
    margin: 0 -10px;
}
.rev_slider .slick-track, .news_slider .slick-track{
    display: flex;
}
.rev_slider .slick-slide > div, .news_slider .slick-slide > div{
    padding: 0 10px;
    height: 100%;
}
.rev_slider .rev_item{
    color: black;
}
.rev_slider .slick-arrow, .news_slider .slick-arrow{
    border-color: white;
    top: unset;
    transform: none;
    bottom: -1.3rem;
}
.rev_slider, .news_slider{
    padding-bottom: 4rem;
}
.rev_slider .slick-prev, .news_slider .slick-prev{
    left: unset;
    right: calc(50% + 0.5rem);
    background-image: url("../img/left2.png");
}
.rev_slider .slick-next, .news_slider .slick-next{
    right: unset;
    left: calc(50% + 0.5rem);
    background-image: url("../img/right2.png");
}
.news_slider{
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 3rem;
    margin-top: 3rem;
}
.news_slider .news_item{
    height: 100%;
}
.news_similar .news_slider{
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.news_similar .section_title_sm{
    margin-bottom: 2rem;
}
.news_card_box{
    width: 54.625rem;
    margin: 0 auto;
}
.news_card_img{
    margin-bottom: 2rem;
}
.news_card_box .section_title_sm{
    margin-bottom: 1rem;
}
.news_share_flex{
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: 2rem;
    padding-top: 1.5rem;
}
.news_share{
    gap: 0.5rem;
}
.news_share img{
    width: 1rem;
}
.delivery_preims .cc_item{
    padding-top: 5rem;
}
.delivery_preims .mob_full:last-child .cc_item{
    background: white;
    color: black;
}


.filter_item {
    position: relative;
}
.filter_toggle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.75rem;
    width: 100%;
    padding: 0 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 1.35rem;
    background: rgba(24, 25, 28, 0.16);
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    backdrop-filter: blur(10px);
    transition:
            border-color 0.18s ease,
            background 0.18s ease,
            box-shadow 0.18s ease;
}
.filter_toggle:hover,
.filter_item.is-open .filter_toggle {
    border-color: #fff;
    background: rgba(24, 25, 28, 0.28);
    box-shadow: 0 0.75rem 1.7rem rgba(0, 0, 0, 0.16);
}
.filter_toggle span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter_toggle img {
    flex: 0 0 auto;
    width: 0.7rem;
    transition: transform 0.18s ease;
}
.filter_item.is-open .filter_toggle img {
    transform: rotate(180deg);
}
.filter_dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.45rem);
    z-index: 20;
    display: grid;
    gap: 0.15rem;
    max-height: 16rem;
    overflow-y: auto;
    padding: 0.55rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1rem 2.4rem rgba(15, 23, 42, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.4rem);
    pointer-events: none;
    transition:
            opacity 0.18s ease,
            transform 0.18s ease,
            visibility 0.18s ease;
}
.filter_item.is-open .filter_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.filter_dropdown a {
    display: flex;
    align-items: center;
    min-height: 2.55rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    color: #202124;
    font-size: 0.98rem;
    line-height: 1.2;
    transition:
            color 0.16s ease,
            background 0.16s ease;
}
.filter_dropdown a:hover,
.filter_dropdown a.active {
    background: #eef5ff;
    color: #0b70ff;
}
.filter_dropdown::-webkit-scrollbar {
    width: 0.35rem;
}
.filter_dropdown::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #cbd5e1;
}
.catalog_filter_overlay {
    position: fixed;
    inset: 0;
    z-index: 9990;
    background: rgba(12, 18, 28, 0.28);
    opacity: 0;
    visibility: hidden;
    transition:
            opacity 0.22s ease,
            visibility 0.22s ease;
}
.catalog_filter_overlay.active {
    opacity: 1;
    visibility: visible;
}
.catalog_filter_panel {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9991;
    width: 30rem;
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 2rem;
    background: #fff;
    color: #202124;
    box-shadow: 1.25rem 0 4rem rgba(15, 23, 42, 0.16);
    transform: translateX(-100%);
    transition: transform 0.26s ease;
}
.catalog_filter_panel.active {
    transform: translateX(0);
}
.catalog_filter_head {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    column-gap: 1.7rem;
    margin-bottom: 3.25rem;
}
.catalog_filter_title {
    margin: 0;
    color: #202124;
    font-size: 1.825rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}
.catalog_filter_reset {
    font-size: 1rem;
    line-height: 1;
    transition: color 0.18s ease;
    color: #1E1F20!important;
    opacity: 0.5;
    text-decoration: underline!important;
}
.catalog_filter_reset:hover {
    opacity: 1;
    text-decoration: none!important;
}
.catalog_filter_close {
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.catalog_filter_close:before,
.catalog_filter_close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.75rem;
    height: 0.1875rem;
    border-radius: 1rem;
    background: #202124;
    transition: background 0.18s ease;
}
.catalog_filter_close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.catalog_filter_close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog_filter_close:hover:before,
.catalog_filter_close:hover:after {
    background: #1168f5;
}
.catalog_filter_block {
    margin-bottom: 2rem;
}
.catalog_filter_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: 100%;
    min-height: 2.75rem;
    border: 0;
    padding: 0;
    background: transparent;
    color: #202124;
    font: inherit;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}
.catalog_filter_row.static {
    cursor: default;
}
.catalog_filter_arrow {
    flex: 0 0 0.7rem;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid #202124;
    border-bottom: 2px solid #202124;
    transform: rotate(45deg);
    transition:
            transform 0.2s ease,
            border-color 0.18s ease;
}
.catalog_filter_block.is-open .catalog_filter_arrow {
    transform: rotate(225deg);
}
.catalog_filter_switch {
    position: relative;
    flex: 0 0 2.975rem;
    width: 2.975rem;
    height: 1.55rem;
}
.catalog_filter_switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.catalog_filter_switch span {
    position: absolute;
    inset: 0;
    border: 2px solid #0b70ff;
    border-radius: 999px;
    background: #fff;
}
.catalog_filter_switch span:before {
    content: "";
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    border: 2px solid #0b70ff;
    background: #fff;
    transition: transform 0.18s ease, background 0.18s ease;
}
.catalog_filter_switch input:checked + span:before {
    transform: translateX(1.35rem);
    background: #0b70ff;
}
.catalog_filter_content {
    display: none;
    padding-top: 0.65rem;
}
.catalog_filter_block.is-open .catalog_filter_content {
    display: block;
}
.catalog_filter_price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
}
.catalog_filter_price_label {
    display: grid;
    gap: 0.45rem;
    color: #8b8f97;
    font-size: 0.95rem;
    line-height: 1;
}
.catalog_filter_price_label input {
    width: 100%;
    height: 3.1rem;
    border: 1px solid #dce2ea;
    border-radius: 0.75rem;
    padding: 0 1rem;
    background: #f8fafc;
    color: #202124;
    font-size: 1.1rem;
    outline: none;
    transition:
            border-color 0.18s ease,
            background 0.18s ease,
            box-shadow 0.18s ease;
}
.catalog_filter_price_label input:focus {
    border-color: #0b70ff;
    background: #fff;
    box-shadow: 0 0 0 0.2rem rgba(11, 112, 255, 0.12);
}
.catalog_filter_checks {
    display: grid;
    gap: 1.05rem;
}
.catalog_filter_check span{
    display: flex;
    align-items: center;
}
.catalog_filter_check {
    display: flex;
    align-items: center;
    color: #202124;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
}
.catalog_filter_check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.catalog_filter_check span:before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.5rem;
    border: 1px solid #0b70ff;
    border-radius: 0.28rem;
    color: #fff;
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    vertical-align: -0.15rem;
}
.catalog_filter_check input:checked + span:before {
    content: "✓";
    background: #0b70ff;
    font-size: 0.7rem;
}
#catalog_products_ajax {
    transition: opacity 0.18s ease;
}
#catalog_products_ajax.loading {
    opacity: 0.48;
    pointer-events: none;
}
.catalog_empty {
    display: grid;
    place-items: center;
    min-height: 22rem;
    margin-top: 2.25rem;
    padding: 4rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    text-align: center;
}
.catalog_empty_inner {
    max-width: 35rem;
}
.catalog_empty_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    background: #1168f5;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
}
.catalog_empty_title {
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}
.catalog_empty_text {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.55;
}
@media (max-width: 575px) {
    .catalog_filter_panel {
        width: 100%;
        padding: 3.5rem 1.5rem;
    }
    .catalog_filter_head {
        grid-template-columns: 1fr auto;
        row-gap: 1rem;
        column-gap: 1rem;
    }
    .catalog_filter_reset {
        grid-column: 1 / 2;
        grid-row: 2;
    }
    .catalog_filter_close {
        grid-column: 2;
        grid-row: 1;
    }
    .catalog_filter_title {
        font-size: 2.5rem;
    }
    .catalog_filter_row {
        font-size: 1.55rem;
    }
    .catalog_empty {
        min-height: 18rem;
        padding: 3rem 1rem;
    }
    .catalog_empty_title {
        font-size: 1.55rem;
    }
}



.filter_toggle{
    border-radius: 1.25rem 0;
    border: 1px solid #FAFAFA;
    min-height: 3.15rem;
    color: white!important;
}