
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #393838;
    background: #F7FAFF;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.ubuntu{
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}
.logo{
    display: block;
    width: 9.214rem;
}
.container {
    width: 77.8rem;
}
.header_right a{
    display: flex;
    align-items: center;
    margin-left: 2.1rem;
}
.header_right a img{
    width: 1.563rem;
    margin-right: 0.5rem;
}
.header_flex{
    position: relative;
}
.top_menu {
    margin-left: 10.8rem;
}
.top_menu a{
    display: inline-block;
    margin-right: 6.7rem;
}
.top_menu a:last-child{
    margin: 0;
}
.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_item{
    position: relative;
}
.menu_item > a{
    color: #37436A;
    display: block;
    padding: 0.7rem 0;
}
.menu_item > a:hover, .menu_item > a.active{
    opacity: 0.6;
}


.header_top{
    background: #FFFFFF80;
    backdrop-filter: blur(4px);
    padding: 0.45rem 0;
}
.header_bottom{
    background: #37436A;
    /*backdrop-filter: blur(4px)*/
}
header{
    position: absolute;
}
#box-1 .section_title{
    margin: 0;
    color: #37436A;
}
.slider_text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 7em;
    color: #37436A;
}
.section_title{
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    margin-bottom: 0.4rem;
}
.slider_text_box{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    /* letter-spacing: 0.02rem; */
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}
.btn{
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 400;
    padding: 0.83rem 3.9rem;
    background: linear-gradient(102.16deg, #37436A -34.82%, #405AAD 159.95%);
    color: white;
    text-align: center;
    transition: all 0.35s;
}
.btn.reset:after, .btn.blue:after{
    display: none;
}
.btn.blue{
    background: #37436A;
    color: white;
    font-weight: 600;
}
.btn.blue:hover{
    background: #4F5C85;
    color: white;
}
.btn.reset:hover{
    background: #4F5C85;
    color: white;
}
.btn.reset{
    border: 1px solid #37436A;
    background: white;
    color: #37436A;
    font-weight: 600;
}
.btn:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #4F5C85;
    transition: all 0.35s;
    opacity: 0;
}
.btn:hover{
    color: white;
}
.btn:hover:after{
    opacity: 1;
}
.btn.full{
    padding-right: 0;
    padding-left: 0;
}
.btn span{
    position: relative;
    z-index: 1;
}
#box-1{
    margin-top: 5.59rem;
    position: relative;
    padding-top: 1.3rem;
    /*background: radial-gradient(35.75% 109.46% at 47.05% 51.75%, #FFFFFF 0%, #EDF4FF 100%)*/
}
#box-1 .container{
    position: relative;
    z-index: 1;
}
.ab_image{
    position: absolute;
    left: 0;
    top: 0;
}
#box-2 {
    padding-top: 3.6rem;
    padding-bottom: 6rem;
}
.cat_list{
    list-style-type: none;
    background-color: #FFFFFF;
}
.cat_list li {
    margin-bottom: 0.1rem;
}
.cat_list li a{
    display: block;
    padding: 0.8rem 1.3rem;
    padding-right: 2rem;
    border-left: 5px solid transparent;
}
.cat_list li a:hover, .cat_list li a.active{
    border-color: #37436A;
}
.cat_list li a.active{
    font-weight: 600;
}
.search_title {
    display: block;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
    color: #37436A;
}
.search_input {
    border: 1px solid #D3D3D3;
    width: 100%;
    background-color: white;
    padding: 0.6rem 0.7rem;
}
.search_input::placeholder{
    color: #828282;
}
.search_row form{
    display: block;
    padding-right: 1.6rem;
}
.search_row form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    width: 2.8rem;
    transition: all 0.35s;
}
.search_row form button:hover{
    opacity: 0.6;
}
.search_row form button img{
    width: 1.563rem;
}
.kurs_item{
    font-size: 0.875rem;
    margin-top: 2.9rem;
    color: #37436A;
}
.section_title_sm{
    font-family: Ubuntu, sans-serif;
    font-size: 2rem;
    font-weight: 500;
}
.main_sliders{
    padding-top: 2.1rem;
}
.more_link {
    margin-left: 1.3rem;
}
.prod_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    box-shadow: 0px 0px 5px 0px transparent;
    height: 100%;
    padding: 1rem 0.9rem;
    padding-bottom: 0.6rem;
}
.prod_item:hover{
    box-shadow: 0px 0px 5px 0px #0000004D;
}
.prod_item:hover .btn{
    background: #37436A;
    color: white;
}
.prod_item:hover .btn:after{
    display: none;
}
.prod_img{
    height: 11rem;
    margin-bottom: 0.8rem;
}
.section_title_flex{
    margin-bottom: 0.8rem;
}
.prod_bottom{
    margin-top: 1.2rem;
}
.prod_bottom .btn {
    padding: 0.65rem 0;
    background: #F7FAFF;
    color: #37436A;
    font-weight: 600;
}
.prod_slider .slick-list, .brand_slider .slick-list{
    padding: 5px 0;
    margin: 0 -10px;
    display: flex;
}
.prod_slider .slick-track, .brand_slider .slick-track {
    display: flex;
}
.prod_slider .slick-slide > div, .brand_slider .slick-slide > div{
    height: 100%;
}
.prod_slider .mb_30, .brand_slider .mb_30{
    margin: 0;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.main_slider_item {
    margin-bottom: 3.3rem;
}
.brand_item{
    background: white;
    height: 5.8rem;
    display: block;
    padding: 0.3rem;
    box-shadow: 0px 0px 8px 0px transparent;
}
.brand_item:hover{
    box-shadow: 0px 0px 8px 0px #0000001A;
}
.brand_slider_box {
    padding: 0 3.6rem;
}

.brand_slider_box .slick-prev {
    left: -3.6rem;
}
.brand_slider_box .slick-next {
    right: -3.6rem;
}
.main_text{
    margin-top: 3.2rem;
}
footer{
    background: white;
    padding-top: 2rem;
    font-size: 0.875rem;
    padding-bottom: 2rem;
}
.footer_btn{
    margin-top: 1.2rem;
    padding: 0.7rem 1.7rem;
}
.footer_menu{
    list-style-type: none;
}
.footer_menu li{
    margin-bottom: 0.5rem;
}
.footer_link{
    display: flex;
    align-items: center;
}
.footer_link img{
    width: 1.563rem;
}
.footer_link span{
    width: calc(100% - 1.563rem);
    padding-left: 0.4rem;
}
.footer_address {
    /*margin-top: 1.5rem;*/
}
.f_title{
    margin-bottom: 0.8rem;
}
footer .footer_link{
    margin-bottom: 0.6rem;
}
.result{
    font-size: 0.9rem;
}
.insta_link {
    text-decoration: underline;
    margin-top: 1.2rem;
    color: #37436A;
}

.cat_drop{
    position: absolute;
    background: #F7FAFF;
    box-shadow: -2px 2px 5px 0px #00000040;
    left: 0;
    top: 120%;
    opacity: 0;
    transition: all 0.35s;
    width: 46.2rem;
    padding: 0.3rem;
    pointer-events: none;
}
.cat_drop_item{
    padding: 0.5rem;
    box-shadow: 0px 0px 3px 0px transparent;
    background: white;
    display: flex;
    align-items: center;
}
.cat_drop_item:hover, .cat_drop_item.active{
    box-shadow: 0px 0px 3px 0px #00000040;
}
.cat_drop_img{
    width: 3rem;
    height: 3rem;
}
.no_img{
    background: rgba(207, 207, 207, 0.2);
    width: 100%;
    height: 100%;
}
.cat_drop_title{
    width: calc(100% - 3rem);
    padding-left: 0.5rem;
    font-size: 0.75rem;
}
.cat_drop_row{
    margin: 0 -2px;
}
.cat_drop_row .mb_30{
    padding: 0 2px;
    margin-bottom: 4px;
}
.cat_drop_img.long{
    width: 100%;
    padding: 0.3rem;
}
.cat_drop.big_pad{
    padding: 0.8rem;
}
.modal_title_sm{
    font-size: 0.875rem;
}
.form_label{
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.25rem;
}
.form-control{
    border: 1px solid #757575;
    height: 2.8rem;
    font-size: 0.875rem;
    width: 100%;
    padding: 0 1rem;
}
.form-control::placeholder{
    color: #757575;
}
.form-group{
    margin-bottom: 1.3rem;
}
.forgot a{
    color: #37436A;
    font-size: 0.75rem;
}
.forgot a:hover{
    opacity: 0.6;
}
.pass_view{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1.5rem;
}
.pass_view .in_active{
    display: none;
}
.pass_view.active .in_active{
    display: block;
}
.pass_view.active .active{
    display: none;
}
.page{
    padding-top: 9.6rem;
    padding-bottom: 5rem;
}
.page_title{
    margin-bottom: 1.1rem;
}

.sort_box{
    margin-bottom: 1.5rem;
}
.sort_content{
    position: relative;
    z-index: 2;
}
.sort_drop{
    padding: 0.6rem;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0px 0px 8px 0px #00000026;
    background: white;
    padding-bottom: 0.1rem;
    display: none;
}
.sort_drop a{
    display: block;
    margin-bottom: 0.5rem;
    color: #828282;
}
.sort_drop a:hover, .sort_drop a.active{
    color: #4F5C85;
}
.sort_link{
    display: flex;
    justify-content: space-between;
    height: 2.5rem;
    background: #FFFFFF;
    padding: 0.6rem;
    line-height: 1.4;
    align-items: center;
}
.filter_link{
    display: flex;
    justify-content: space-between;
    height: 2.5rem;
    background: #FFFFFF;
    padding: 0.6rem;
    line-height: 1.4;
    align-items: center;
}
.filter_link.factive img, .sort_link.factive img{
    transform: rotate(-180deg);
}
.filter_link img, .sort_link img{
    width: 1.5rem;
    transition: all 0.35s;
}
.filter_item{
    margin-bottom: 1rem;
}
.filter_btns .btn.reset{
    margin-top: 0.7rem;
}
.filters{
    margin-bottom: 0.7rem;
}
.page h1{
    font-weight: 500;
    font-family: Ubuntu, sans-serif;
    font-size: 2rem;
    margin-bottom: 1.6rem;
}
.prod_item.cat_item{
    text-align: center;
    padding: 0.7rem;
}
.prod_item.cat_item .prod_img{
    height: 7.3rem;
}
.prod_item.cat_item .prod_title{

}
.prod_count{
    font-size: 0.875rem;
    margin-top: 0.7rem;
    color: #828282;
}
.cat_products {
    margin-top: 6rem;
}
div.section_title_sm{
    margin-bottom: 1.6rem;
}

.filter_lables{
    padding: 0.6rem;
    background: white;
    display: none;
}
.filter_lables label{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #828282;
    transition: all 0.35s;
}
.filter_lables label:hover{
    color: #4F5C85;
}
.filter_lables label input{
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 4px;
    filter: grayscale(1);
    opacity: 0.8;
    border: 1px solid #828282;
}
.filter_lables label span{
    width: calc(100% - 1.125rem);
    padding-left: 0.5rem;
}
.cat--unit__for a{
    height: 20.7rem;
    display: block;
    background: white;
}
.card_slider{
    width: calc(100% + 1.7rem);
}
.cat--unit__nav{
    margin-top: 20px;
}
.cat--unit__nav .slick-list{
    margin: 0 -10px;
}
.cat--unit__nav .slick-slide > div{
    padding: 0 10px;
}
.nav_item{
    border: 1px solid white;
    height: 5rem;
    background: white;
}
.nav_item img, .cat--unit__for img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}
.slick-current .nav_item{
    border-color: #596384;
}
.card_info {
    padding-left: 1.65rem;
}
.card_title{
    margin-bottom: 1.3rem;
}
.char_item{
    margin-bottom: 1.1rem;
}
.char_item p{
    margin-bottom: 0.5rem;
    color: #828282;
}
.card_body_item:not(.factive){
    display: none;
}
.card_tabs {
    margin-top: 1.5rem;
}
.tab_links a{
    display: inline-block;
    margin-right: 3.6rem;
    color: #828282;
}
.tab_links a:hover, .tab_links a.active{
    color: #4F5C85;
}
.tab_links{
    margin-bottom: 1.5rem;
}
.card_body{
    width: 44rem;
}
.similar{
    margin-top: 3.7rem;
}
.similar .main_slider_item{
    margin: 0;
}
.files{
    width: 25.2rem;
}
.file_item{
    display: flex;
    align-items: center;
    height: 5.313rem;
    padding: 1rem;
    background: white;
    margin-bottom: 1rem;
}

.file_item:hover img{
    filter: brightness(1);
}
.file_item img{
    width: 1.5rem;
    transition: all 0.35s;
    filter: brightness(0);
}
.file_item span{
    width: calc(100% - 1.5rem);
    padding-left: 0.6rem;
}
.profile_menu a{
    display: flex;
    align-items: center;
    height: 2.863rem;
    padding: 0 1rem;
    background: #FFFFFF;
}
.profile_menu a img{
    width: 1.563rem;
    transition: all 0.35s;
    filter: brightness(0);
}
.profile_menu a span{
    width: calc(100% - 1.563rem);
    padding-left: 0.5rem;
}
.profile_menu a.active img, .profile_menu a:hover img{
    filter: brightness(1);
}
.profile_menu a.active{
    font-weight: 600;
}
.account_title{
    font-size: 1.9rem;
    font-weight: 600;
}
.profile_box{
    background: white;
    border-radius: 0;
    padding: 1.5rem 1.5rem;
}
.acc_edit{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F7FAFF;
    margin-left: 1rem;
    width: 2.25rem;
    height: 2.25rem;
}
.acc_edit img{
    width: 1.563rem;
}
.acc_top_flex{
    margin-bottom: 1.5rem;
}
.profile_box .form-control{
    border: none;
    background: #F7FAFF;
    width: 22rem;
}
form.disabled .form-control{
    background: transparent;
    border: none;
    height: auto;
    pointer-events: none;
    padding: 0;
}
form.disabled .btn{
    display: none;
}
form.disabled .form_label{
    color: #828282
}
.map{
    height: 34rem;
}
.contacts_row{
    font-size: 0.875rem;
}
.contacts_row .footer_link{
    margin-bottom: 1rem;
}
.page_padding{
    padding-top: 2.3rem;
}
.modal.brand_modal{
    overflow-y: auto;
}
.modal.brand_modal .modal__block{
    width: 51.313rem;
    transform: none;
    top: 2rem;
}
.brand_modal .section_title{
    margin-bottom: 2rem;
}
.about_form{
    background-image: url("../img/bout.jpg");
    background-size: cover;
    background-position: center center;
}
.about_form_box{
    padding: 2rem 3.8rem;
    width: 41.7rem;
    padding-bottom: 1rem;
}
.about_form_box .section_title_sm{
    text-align: center;
    line-height: 1.3;
}
.about_form_data{
    width: 22.6rem;
    margin: 0 auto;
    padding-top: 0.5rem;
}


.about_form_data .form-group{
    margin-bottom: 1rem;
}
.form-group.mt30{
    padding-top: 1rem;
}
.about_content{
    padding-top: 0.5rem;
    width: 45rem;
}

.news_item{
    display: block;
}
.news_img{
    overflow: hidden;
    height: 16.1rem;
}
.news_img img{
    transition: all 0.35s;
}

.news_page{
    padding-top: 0.8rem;
}
.news_title{
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 1.3rem;
    margin-bottom: 0.7rem;
}
.news_anons{
    color: #828282;
}
.news_arrow{
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
    color: #37436A;
}
.news_arrow img{
    width: 1.5rem;
    margin-left: 0.7rem;
}
.news_row .mb_30{
    margin-bottom: 2.5rem;
}
.news_item_page{
    width: 51.375rem;
    margin: 0 auto;
}
.news_item_page_img{
    margin-bottom: 2rem;
}
.news_item_page .section_title_sm{
    margin-bottom: 1.5rem;
    color: #37436A;
}
.prev_news{
    display: flex;
    align-items: center;
    color: #828282;
}
.prev_news img{
    width: 1.563rem;
    margin-right: 0.5rem;
    filter: grayscale(1);
    opacity: 0.8;
    transition: all 0.35s;
}

.next_news{
    display: flex;
    align-items: center;
    color: #828282;
}
.next_news img{
    width: 1.563rem;
    margin-left: 0.5rem;
    filter: grayscale(1);
    opacity: 0.8;
    transition: all 0.35s;
}
.news_page_bottom{
    padding-top: 1rem;
}

.prev_news:hover img, .next_news:hover img{
    filter: grayscale(0);
    opacity: 1;
}