:root {
    --gray-color: #f5f5f5;
    --red-color: #c1121c;
    --dark-gray-color: rgba(20, 20, 2, 0.1);
    --white-color: #fff;
    --main-black: #000000;
    --block-padding: 80px;
    --semi-block-padding: 40px;
    --less-block-padding: 38px;
    --wide-block-padding: 82px;
    --transition-fast: 200ms linear;
    --transition-normal: 400ms linear;
}
@media (max-width: 1024px) {
    :root {
        --block-padding: 40px;
        --wide-block-padding: 40px;
    }
}
form {
    margin: 0;
}
a {
    color: inherit;
}
body,
html,
ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
body,
html {
    overflow-x: hidden;
}
body {
  color: black;
    background: white;
    font-family: Cormorant Garamond;
    line-height: 1;
    font-weight: 400;
}
a,
a:active,
a:hover {
    text-decoration: none;
}
.flex_header{

}
.block_center {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.header {
    background: #FFFFFF;
    height: 60px;
    display: flex;
    opacity: 0;
    transition: 400ms linear;
    align-items: center;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_menu .level_1 li:hover a,
.top_header a,
body {
    color: var(--main-black);
}
.main_menu .level_1 ul,
.submenu ul {
    display: flex;
    justify-content: center;
    margin: 0;
}
.submenu ul {
    align-items: center;
    padding: 0;
    list-style-type: none;
}
.submenu li {
    padding: 0 9px;
}
.submenu a {
    text-decoration: none;
}
.main_menu {
    z-index: 15;
}
.main_menu .level_1 ul {
    flex-wrap: wrap;
}
.level_1,
.main_menu,
.main_menu .level_1 a span,
.menu_link span,
.submenu li {
    position: relative;
}
.main_menu .level_1 ul .level_2 ul {
    padding: 30px 0px;
    position: relative;
    z-index: 2;

    justify-content: flex-start;
    background: var(--white-color);
    flex-direction: row;

    display: none;
}
.right_part_baner{
    margin: 0 0 0 20px!important;
    padding: 0px 20px!important;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    justify-content: space-between;
}
.main_menu .level_1 ul .level_2 ul.active{
    display: flex;
    padding-bottom: 0;

}
.right_part_baner>.categories_menu__item{
    width: 100%!important;
}
.cat_id1226 span{
    color: red!important;
}
.cat_id1226{
    order: 1;
}
.main_menu .level_1 ul .level_2 ul a {
    color: var(--main-black);
    padding-left: 0;
    padding-right: 0;
    height: auto;
}
.main_menu .level_1 ul .level_3 ul {
    display: block;
    padding: 0;
    box-shadow: none;
}
.main_menu .level_1 li {
    height: 100%;
}
.main_menu .fn_category_level_1 >li{
    height: 50px;
    display: flex;
    align-items: center;
}
.main_menu .level_1 li:hover .level_2 {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 50px;
    /*top: 80px;*/
    transition: all 0.4s ease;
    min-height: 465px;
padding-top: 20px;
}

.main_menu .level_1 .level_2 ul {
    height: auto;
    display: block;
}
.main_menu .level_1 ul .level_2 .level_3.subcategory ul {
    background-color: transparent;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.level_3.subcategory::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.level_3.subcategory::-webkit-scrollbar-button {
    background-color: #fff;
}
.level_3.subcategory::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.75);
}
.level_3.subcategory::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.75);
}
.level_3.subcategory::-webkit-scrollbar-thumb {
    height: 0;
    background-color: #212121;
    border-radius: 0;
}
.level_3.subcategory::-webkit-scrollbar-corner {
    background-color: #fff;
}
.level_3.subcategory::-webkit-resizer {
    background-color: #fff;
}
.level_3.subcategory {
    box-sizing: border-box;
    /*position: absolute;*/
    /*top: 30px;*/
    /*right: 0;*/
    /*left: 180px;*/
    /*display: none;*/
    max-height: 350px;
    margin-top: 30px;
    overflow-y: auto;
}
.main_menu .level_1 a,
.main_menu .level_2 .categories_menu__name {
    font-style: normal;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.main_menu .level_1 a {
    font-weight: 400;
    font-family: Beausite Classic Web;
    line-height: 1;
    height: auto;
    padding: 0;
    color: black;
    text-decoration: none;
    position: relative;
    margin-bottom: 0;
}

.main_menu .level_2 {
    position: fixed;
    left: 0;
    width: 100%;
    background: var(--white-color);
    opacity: 0;
    transition: all 0.4s ease;
    visibility: hidden;
}

.main_menu .level_1 li:hover a::before {
    opacity: 1;
    visibility: visible;
}
.main_menu .level_1 .level_2 a::before {
    display: none;
}
.main_menu .level_2 {
    z-index: 10;
    display: none;
    top: 37px;
}

.main_menu .level_2 .level_3 a {
    text-transform: none;
    font-family:Beausite Classic Web;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.1;
    height: auto;
    transition: all 0.2s ease;
}
.center_header .block_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 77px;
    position: relative;
}
.main_menu .level_1 .cat_id1313.categories_menu__item:hover a,
a.header-contact__section {
    color: var(--main-black);
}
.logo_block {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 200ms linear;
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.logo {
    display: block;
    width: 215px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../new/logo-b.svg);
}
.wishlist_ico {
    width: 14px;
    min-width:14px;
    height: 15px;
    background-image: url(../new/wish.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}
.fn_wishlist_block,.fn_cart_informer{
    display: flex;
}
.top_counter {
    color: var(--main-black);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-top: 3px;
    text-align: center;
    font-family: Beausite Classic Web;
    text-transform: uppercase;
    margin-left: 8px;
}
.cart_ico {
    height: 15px;
    width: 16px;
    background: url(../new/basket.svg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.search_ico {
    width: 16px;
    background: url(../new/search.svg);
    cursor: pointer;
}
.header_informers_list {
    display: flex;
    justify-content: flex-end;
    grid-gap: 20px;
}

.account_login {
    color: var(--main-black);
    opacity: 1;
    position: relative;
    height: 21px;
    width:18px;
    display: block;
    transition: all 0.2s ease;
}
.account_login:hover {
    opacity: 0.5;
}
.account_login::before {
    content: "";
    background-image: url(../new/account.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
}
.account_login::before,
.callback_ico:before,
.search_ico {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 21px;
}
.header_search span{
    font-size: 14px;
    display: inline-block;
margin-left: 8px;
    font-family: Beausite Classic Web;
}
.header_search{
    display: flex;
    align-items: center;
}
.categories_menu__name {
    font-family: Beausite Classic Web;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: block;
    color: black;
}
.banner_texts{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
max-height: 200px;
    position: relative;
    transition: 400ms linear;
    padding: 40px 15px;
}
.banner_texts img{
    max-height: 200px;
}
.banner_text_right, .banner_text_left{
    transition: 400ms cubic-bezier(0.25, 0.8, 0.5, 1);
    position: relative;
}
.banner_text_right{
    right: -100%;
}
.banner_text_left{
   left: -100%;
}
.wrapper{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.banner_group__variant5 .banner_group__content {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0,0);
    margin-top: 20px;
}
.banner_group__variant5 .banner_group__content .banner_group__description {
 font-family: Beausite Classic Web;
    letter-spacing: 0.02px;
    font-size: 14px;
    margin: 10px 0;
    color: black;
    font-weight: 400;
}
.banner_group__variant5 .banner_group__content .banner_group__title {
 font-family: Cormorant Garamond;
    font-size: 28px;
    font-weight: 400;
    color: black;
}
.section_title {
    font-weight: 400;
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
}
.sotrudnichestvo_class h2{
    margin-bottom: 30px;
}
.sidebar_bg{
    position: fixed;
    opacity: 0;
    visibility: hidden;
  left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0000001A;
    z-index: -1;
}

.sidebar_bg.active{
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}
.sidebar_top{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    padding: 40px;
    position: absolute;
    max-height: 90vh;
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:flex-start;
    overflow: auto;
    z-index: -1;
    grid-gap: 8px;
}
.block__title,
.category_text h1,
.category_text h2,
.category_text h3,
.category_text h4,
.category_text h5,
.category_text h6 ,.single_page h2{
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-align: left;
    font-family:Cormorant Garamond;
}

.cart_prod_button img{
    max-width: 16px;
    height: auto!important;
    margin: 0 20px!important;
}
.flex_buton_prod {
    display: flex;
    align-items: center;
}
.cats_item {
    width: 124px;
    padding: 10px;
    display: block;
}
.cats_item img{
    height: 154px;
    object-fit: contain;
    object-position: center;
}
.cats_item span{
    font-family: Beausite Classic Web;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.footer_flex{
    align-items: flex-start;
}
.subscribe_title{
    font-weight: 400;
    font-size: 22px;
    margin: 40px 0 40px 0;
    line-height: 1.4;
}
.footer_bottom{
    padding-top: 80px;
}
.fancybox-bg{
    background: #0000001A!important;
}
.main_block_content{
    margin-top: 40px;
}
.fn_wishlist_page{
    margin-top: 40px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-wrapper {
    display: flex;
    align-items: center;
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-container-vertical {
    touch-action: pan-x;
}
.product_gal{
    height: 95vh;
    overflow: hidden;
    position: relative;
}
.thumbs{
    width: 110px;
    margin-right: 10px;
    min-width: 110px;
}
.images_link img{
    min-height: 95vh;
    object-fit: cover;
}
.details_boxed__item--one{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.product_head{
    position: relative;
    padding-right: 30px;
}
.product_head .wishlist_button{
    position: absolute;
    right: 0;
    top: 0;
}
.prod_colors{
    margin-bottom: 20px;
}
.color_name.active{
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 2px;
    left: 0;
}
.flex_obraz .product_preview img{
    height: 400px;
}
.obraz_block .flex_obraz{
    flex-wrap: wrap;
}
.flex_obraz .product_sizes,.flex_obraz .flex_buy_color{
display: none;
}
.flex_obraz  .flex_card_prod{
    flex-direction: column;
    align-items: flex-end;
    padding:10px 10px 20px 10px;
}
.flex_obraz  .cart_prod_button img{
    margin-right: 0!important;
}
.flex_obraz .product_description_block{
    padding: 0;
}
.obraz_block{
    margin-top: 50px;
}
.cart_popup .block__title{
    font-size: 22px;
    margin-bottom: 20px;
}
.close_cart:after, .close_cart:before, .fancybox-close-small:after, .fancybox-close-small:before{
    background-color: #000000!important;
}
.flex_row.fix{
    width: 100%;
}
.products_pagination .flex_button{
    max-width: 250px;
    margin: 0 auto;
}
.look_gal{
    height: 95vh;
    overflow: hidden;
    width: 50%;
}
.look_block{
    max-width: 500px;
    width: 100%;
   padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.flex_obraz .flex_card_prod>div:first-child{
    width: 100%;
}
.banner_group_block>a:nth-child(2){
    display: none!important;
}
.main_menu .level_1 ul .level_2 .level_3.subcategory ul .level_3_ul li{
    width: 100%;
}
.filter_link .size{
    height: auto;
    text-align: left;
    justify-content: flex-start;
}
.filter_link{
    display: flex;
    align-items: center;
}
.filter_link .color_name.active{
    bottom: 0;
    margin-left: 8px;
}
.filter_item.checked:before{
    opacity: 1;
}
.filter_item:before{
    content: '';
    position: absolute;
    right: 25px;
    width: 10px;
    height: 1px;
    background: #000000;
    opacity: 0;
    top: 5px;
}
.filter_item{
    position: relative;
}
.selected_filter_boxes{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top_flex_left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter_img img{
    margin-right: 10px;
}
.filter_img{
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-family: Beausite Classic Web;
    font-size: 14px;
}
.cats_item.selected,.cats_item:hover{
    background: #F5F5F5;
}
.top_flex{
    margin: 40px 0;
    align-items: flex-start;
}
.sorts{
    position: absolute;
    top: 30px;
   right: 0;
    padding:20px 30px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 320px;
}
.sorts.active{
    opacity: 1;
    visibility: visible;
    z-index: 30;
}
.product_sort__link{
    background: transparent;
    border: none;
    width: 100%;
    font-family: Beausite Classic Web;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
text-align: left;
    color: black;
}
.product_sort__link:before{
    content: '';
    position: absolute;
    right: 0px;
    width: 10px;
    height: 1px;
    background: #000000;
    opacity: 0;
    top: 15px;
}
.product_sort__link.active_up:before,.product_sort__link.active_down:before{
    opacity: 1;
}
.features_btn{
    width: 100%;
    display: flex;

    margin-top: 40px;
}
.features_btn .white_button{
    max-width: 200px;
}
.features_btn .no_but_style{
    justify-content: flex-end;
}
.block_about{
    width: 50%;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}
.block_about_img{
    max-height: 1080px;
    height: 95vh;
    min-height: 750px;
    display: flex;
    background-size: cover;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}
.block_about img{
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.banner_about{
    max-width: 645px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.flex_about{
    align-items: center;
    background: #FAFAFA;
}
.about_item img{
    height: 40px;
    margin-top: 80px;
    max-width: none!important;
    width: auto!important;
}
.section_description{
    font-size: 28px;
    line-height: 1.2;
}
.block_about .section_title,.block_about .section_subtitle{
    color: #FFFFFF;
}
.banner_about .owl-dots{
bottom: 110px;
    left: 20px;
    width: auto;
}
.banner_about .owl-dot{
width: 30px;
    height: 1px;
    background: black!important;
    opacity: 0.2;
}
.banner_about .owl-dot.active{
    opacity: 1;
}
.block_about_bg{
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.play{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .7s;
    cursor: pointer;

    /*background: rgba(255, 255, 255, 0.3);*/
}
.video_block {
    max-height: 1050px;
    min-height: 750px;
    height: 95vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.video_main{
    width: 100%;
    max-height: 1050px;
    min-height: 750px;
    height: 95vh;
    background-size: cover;
    background-position: center;
    position: relative;
    object-fit: cover;
}
.play img {
    width: 106px !important;
    transition: all .7s;
}
.play img:hover{
    scale: 1.1;
    transition: all .7s;
}
.video_block video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    min-width: 100%;
}
.video_block.active video {
    opacity: 1;
}
.video_block.active {
    background-image: none !important;
}
.video_block.active .play {
    display: none;
}

.menu_fix_item,.menu_group_top_cat a{
    font-size: 18px!important;
    margin-bottom: 20px!important;
    display: block!important;
}
.menu_fix{
    min-width: 160px;
    /*padding: 30px 0 0 0 ;*/
}
.search_input_popup{
margin:20px 0 40px 0;
}
#fn_search_popup{
    padding: 40px!important;
}
#fn_search_popup .fancybox-close-small{
    top: 35px !important;
    right: 32px !important;
}
.panel_popup{
    background: #FFFFFF;
    max-width: 800px;
    width: 90%;
    position: absolute;
    left: 50%;
    max-height: 540px;
    height: 75vh;
    top: 50%;
    min-height: 400px;
    align-items: stretch;
    transform: translate(-50%,-50%);
}
.popup_left{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.popup_right{
    padding: 40px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.popup_right .section_subtitle{
    position: absolute;
    left: 40px;
    top: 40px;

}
.popup_right .close_cart{
    top: 30px !important;
    right: 25px !important;
}
.popup_right .form__button--subscribe{

}
.popup_right  .form__input_subscribe{
    background: transparent;
    border: 0;
    box-shadow: none;
border-bottom: 1px solid #00000033;
    height: 40px;
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    color: #000000;

    width: 100%;
}
.popup_right  .form__input_subscribe::placeholder{
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.bread_mob{
    display: none;
}
.fn_selected_features.mob{
    display: none;
}
.block_about_bg .section_title{
    margin-bottom: 0;
}
.flex_variants{
    align-items: flex-start;
}
/*.main_menu .fn_category_level_1 >li:nth-child(4),.main_menu .fn_category_level_1 >li:nth-child(5),.main_menu .fn_category_level_1 >li:nth-child(6){*/
/*    display: none;*/
/*}*/
.categories_menu__item_24 .cat_id20{
    display: none!important;
}
.categories_menu__item_20 .cat_id24{
    display: none!important;
}
.mob_menu .main_menu .level_2 {
    z-index: 10;
    display: flex;
    top: 20px;
    /* position: relative; */
    width: auto;
    opacity: 1;
    visibility: visible;
    position: absolute;
}
.main_menu .level_2 .categories_menu__name{
    font-size: 11px;
    text-transform: uppercase;
}

.mob_menu .main_menu .level_1 li:hover .level_2{
    top: 20px;
    min-height: auto;
    padding-top: 0;
}
.mob_menu ul.categories_menu{
    justify-content: flex-start!important;
}
.mob_menu .main_menu .fn_category_level_1 >li a,.mob_menu .menu_fix_item{
    padding: 0 0 0 20px;
}
.ban1 .section_subtitle{
    margin: 20px 0;
}
.coupon_block .button{
    min-width:120px;
}
.block_center_empty{
    min-height: 50vh;
}
.fn_banner_group1 .owl-nav{
    position: absolute;
    right: 20px;
    display: flex;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
}
.fn_banner_group1{
    opacity: 0;
    right: -10%;
}
.eror_page_block .button{
    color: black;
}
.eror_page_block .button:hover{
    color: white;
}
.eror_page_block{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.eror_page_block .button_flex{
    max-width: 200px;
    margin: 0 auto;
}
.banner_righ{
 object-position: top;
}
.banner_grid .banner_group__content{
    min-height: 52px;
}
.banner_grid img{
    height: calc(100% - 74px);
}
.banner_grid .owl-stage{
    display: flex;
    align-items: stretch;
}
.banner_group__variant5{
    height: 100%;
}
.banner_content{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.banner_title{
    font-size: 42px;
    color: white;
    margin-bottom: 30px;
    display: block;
}
.banner_btn{
    background: white;
    color: black;
    border-color: white;
    width: 240px;
}

.banner_btn:after{
    background: white;
}
.banners_main_page .banner_content{
    left: 100px;
    opacity: 0;
    transition: 100ms linear;
    z-index: 2;
}
.lastActiveItem .banner_content{
    opacity: 0!important;
    transition: 100ms linear;
}@keyframes opacitY {
     0%{
         opacity: 1;
     }
     50%{
         opacity: 0.5;
     }
     100%{
         opacity: 0;
     }
 }
.banners_main_page .slider_block{
    padding-left: 20px;
    position: relative;
}
.banner_text_right.active{
    right: 200px!important;
    /*opacity: 0;*/
    animation:opacitY 0.2s ease forwards;
    transition: 400ms linear;
    max-height: 50px;
    top: 50px;
}
.banner_texts.active{
    transition: 400ms linear;
    max-height: 0;
    padding: 0;
}
.banner_text_left.active{
   left: 200px!important;
    animation: opacitY 0.2s ease forwards;
    transition: 400ms linear;
    max-height: 50px;
    top: 50px;
}

.logo_scroll{
    opacity: 0;
    transition: 200ms linear;
}
.logo_scroll.active{
    opacity: 1;
    transition: 200ms linear;
}
.header.active{
    opacity: 0;
    transition: 400ms linear;
}
.switch_icon{
    height: 18px;
}
.cat_id24 .level_3_ul{
    width: 100%;
}
.menu_fix_item_new{
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.menu_fix_item_new span,.menu_group_top_cat .menu_link span{
    position: relative;
}
.menu_fix_item_new span:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    transition: 400ms linear;
    bottom: -8px;
    background: rgba(0, 0, 0, 0.2);
}
.menu_group_top_cat .menu_link span:before{
    content: '';
    position: absolute;
    left: 0;
    width:0;
    height: 1px;
    transition: 400ms linear;
    bottom: -8px;
    background: rgba(0, 0, 0, 0.2);
}
.menu_group_top_cat .menu_link:hover span:before{
    width: 100%;
    right: auto;
    content: '' !important;
    display: block!important;
}
.menu_fix_item{
    font-weight: 400;
    font-family: Beausite Classic Web;
    line-height: 1;
    font-size: 18px;
}
.menu_label{
    font-weight: 400;
    font-family: Beausite Classic Web;
    font-size: 9px;
    color: white;
    padding: 5px;
    line-height: 1;
text-transform: uppercase;
    background: black;
    display: inline-block;
    margin-left: 8px;
}
.cat_id24 .level_3_ul{
    width: 100% !important;
}
.right_part_baner>.categories_menu__item.cat_id24{
    width: 100% !important;
}
.products_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.products_main .item.product_item{
    width: 100%;
}
#country_popup .button{
    padding-top: 10px;
    padding-bottom: 10px;
}
#country_popup .buttons_flex_new{
    margin-bottom: 0!important;
}
#country_popup .button:hover{
    opacity: 0.7;
}
.flex_order_sotrud .page_description{
    max-width: 1143px;
    width: 100%;
    margin-top: 30px;
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;

}
.grid_terms{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;
}
.term_item img{
    height: 323px;
    object-fit: cover;
}
.term_item div{
    font-family: Beausite Classic Web;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 20px 0;

}
.term_item{
    font-family: Cormorant Garamond;
    font-size: 22px;
    text-align: center;
}
.term_item span{
    display: block;
    font-family: Cormorant Garamond;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    padding-right: 10px;
}
.inner_terms{
    display: flex;
    align-items:stretch;
max-width: 1325px;
    width: 100%;
    margin: 0 auto;

    border: 0.5px solid black;
}
.inner_terms> img{
    width: 40%;
    object-fit: cover;
}
.advantages_competitive{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.advantages_part_text{
    width: 48%;
    padding-top: 40px;
}
.advantages_part_img img:last-child{
    position: absolute;
    bottom: -30px;
    right: 36%;
    z-index: -1;
}
.advantages_part_img img{
    width: 60%;
}
.advantages_part_img{
    width: 50%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.terms_list_part{
    width: 60%;
    padding: 60px 40px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.list_style_dot li{
    text-transform: none!important;
    line-height: 2;
}
.list_style_dot li:before{
display: none!important;
}
.terms_list_part li{
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
}
.flex_text{
    text-align: center;
}
.text_center{
    width: 100%;
    max-width: 560px;
    margin: 0 30px;
}
.flex_text img{
    height: 446px;
object-fit: cover;
}
.text_center li{
    padding-left: 0;
}
.text_center li:before{
    display: none;
}
.single_page ul li:before{
    width: 30px;
    left: 0;
    opacity: 1;
}
.single_page ul li{
    padding-left: 45px;
    padding-bottom: 15px;
}
.single_page{
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.single_page_fix{
    margin-top: 30px!important;
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;

}
.single_page_fix a{
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}
.single_page_fix #work-jobs-list li a, .single_page_fix #work-jobs-list li{
    font-family: Beausite Classic Web;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}
.single_page_fix h2{
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}
.inner_block_center{
    max-width: 1132px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
.center_block{
    text-align: center;
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;

}
.center_block h2{
    margin-bottom: 40px;
}
.single_page ul.about-list li:before{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: auto;
    opacity: 1;
    top: 7px;
    margin-left: -10px;
}
.single_page ul.about-list li{
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.inner_block_center h2{
    font-size: 28px;
}
.programma_flex img{
    width: 50%;
}
.programma_flex>div{
    width: 49%;
}
.programma_flex ul li:before{
    top: 50%;
    transform: translateY(-50%);
}
.programma_flex ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
/*.programma_flex{*/
/*    margin-top: 40px;*/
/*}*/
.programma_flex ul{
    padding-bottom: 40px;
}
.programma_flex strong{
    font-weight: 400;
    font-size: 14px;
}
.fw-special-title{
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.fw-col-xs-12 ul li{
    padding-bottom: 0;
    font-size: 12px;
}
.fw-col-xs-12 ul li:before{
    top: 7px;
}
.fw-col-xs-12 ul{
    margin-bottom: 30px;
}
.single_page{
    margin-top: 40px;
}
.flex_faq img{
    max-width: 546px;
    width: 100%;
    margin-bottom: 40px;
}
.flex_faq{
    align-items: flex-start;
}
.table_sizes{
    font-size: 14px;
}
.products_grid.products_sertificate .item.product_item{
    width: 18.8%;
}
.products_sertificate .product_preview img{
    height: 180px;
}
.products_sertificate .cart_prod_button img{
    margin-right: 0!important;
}
.flex_cat .banner_group_block{
    align-items: flex-start;
}
.menu_group_top_cat .menu_list{
    display: flex!important;
    padding: 0!important;
}
.menu_group_top_cat li{
    width: 100% !important;margin: 0!important;
}
.menu_group_top_cat a{
    width: auto!important;
    letter-spacing: normal!important;
    padding: 0!important;
    text-align: left!important;
}
.cats .owl-nav{
    position: absolute;
}
.categories_menu__item_20 .level_3_ul{
    width: 100% !important;
}
.categories_menu__item_20 .level_3_ul .menu_list{
    display: grid!important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}
.categories_menu__item_20 .level_3_ul li:last-child{
    grid-column-start: 1;
}
.categories_menu__item_20 .level_3_ul  .menu_group{
    width: 100% !important;
}
.categories_menu__item_20 .level_3_ul .menu_link{
    letter-spacing: 0!important;
}
.cat_sub_block20 .sub_block>div{
    width: 100%;
}
.cat_sub_block20  .menu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cat_sub_block20  .menu_list li{
    width: 48%;
}
.cat_sub_block20  .menu_list li:last-child{
    width: 100%;
}
.cat_sub_block20  .menu_list a{
    font-size: 14px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.menu_header .menu_list{
display: flex;
    grid-gap: 10px;
}
.menu_header .menu_link{
    font-family: Beausite Classic Web;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: block;
    color: black;
    letter-spacing: 0;
}
.menu_header li {
    height: 50px;
    display: flex
;
    align-items: center;
}
/*.menu_header .menu_item_1:hover .level_2{*/
/*    display: block;*/
/*}*/
/*.level_2.active{*/
/*    opacity: 1;*/
/*    display: block;*/
/*    visibility: visible;*/
/*}*/
.dev{
    opacity: 0.6;
    display: block;
    transition: all 0.2s ease;
}
.dev:hover{
    opacity: 1;
    transition: all 0.2s ease;
}
.filter_group .filter_link{
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    text-align: left;
    color: #000;
    font-family: Beausite Classic Web;
    font-weight: 400;
}
.menu_group_top_cat .menu__3 a{
    color: red!important;
}
.cart_dop_text{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: red;
    font-family: Beausite Classic Web;
    margin-top: 15px;
}
.filter_group .level_2{
    padding-left: 10px;
}
.popup_animated{
    width: 420px;
    padding: 0!important;
    background: #FFFBFB;
    position: fixed;
    right: 4%;
    bottom: 4%;
    z-index: 10000000;
}
.popup_animated.active{
    display:block!important;
}
.popup_info{

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.popup_img{
    background: #EDEDED;
    position: relative;
    height: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.popup_img img{
    height: 85%;
}
.btn_close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 35px;
    top: 34px;
    cursor: pointer;
    transition-duration: 0.4s;
}
.btn_close:hover{
    scale: 1.2;
    transition-duration: 0.4s;
}
.btn_close:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 1px;
    width: 100%;
    transform: rotate(45deg);
    background: #1C1B1F;
}
.btn_close:after{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 1px;
    width: 100%;
    transform: rotate(-45deg);
    background: #1C1B1F;
}
.popup_title{
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Beausite Classic Web;
}
.popup_bot{
    padding: 40px;
}
.popup_description{
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
    font-family: Beausite Classic Web;
}
#fn_popup_info .fancybox-close-small{
    position: absolute;
    right: 40px;
    top: 40px;
    width: 13px;
    height: 13px;
}
.cart_banner{
    width: 100%;
    margin-bottom: 20px;
}
.user_flex{
    display: flex;
    align-items: stretch;
    grid-gap: 60px;
}
.user_flex .contact_right{
    width: calc(100% - 310px);
    box-sizing: border-box;
    padding: 0;
    min-height: 75vh;
}
.user_flex .contact_left{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    padding-right: 60px;
}
.user_flex .user_menu_link{
  padding: 8px!important;
    display: flex!important;
    align-items: center;
    grid-gap: 8px;
    color: black!important;
    height: 100%;transition-duration: 0.3s;
    font-family: Beausite Classic Web!important;
}
.user_flex .user_menu_link:hover{
    opacity: 0.7;
    transition-duration: 0.3s;
}
.user_flex .user_menu_link .menu_text{
    line-height: 1;
}
.user_flex .user_menu_link svg{
    height: 15px;
    width: 15px;
}
.fn_user_content_tab{

}
.user_content{
    display: flex;
    align-items: flex-start;
    grid-gap: 40px;
    justify-content: space-between;
}
.user_flex_img{
    width: 48%;
}
.contact_right_info{
    width: 48%;
}
.contact_right_info .cart_zaglav{
    margin-top: 0;
}
.contact_right_info .flex_button_cart{
    margin-left: auto;
    margin-top: 15px;
}
.form_user_bg{
    background: #F7F5F6;
    padding: 20px 20px 5px 20px;
}
.input_placeholder{
    display: block;
    font-family: Beausite Classic Web;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.form_user_bg .flex_row{
    flex-direction: column;
    align-items: flex-start;
}
.contact_right_info .form_input{
color: black;
    padding: 0 0 10px 0;
    height: 30px;
    font-size: 16px;
    font-family: Beausite Classic Web;
}
.contact_right_info .form_input::placeholder{
    color: black;
    font-family: Beausite Classic Web;
}
.birthday_group{
    position: relative;
    background: #F7F5F6;
    padding: 20px;
}
.birthday_img{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
}
.birthday_group label{
    color: black;
    font-size: 16px;
    width: 80%;
    line-height: 1.2;
    font-weight: 600;
}
.fn_add_child_birthday{
    margin-left: auto;
    margin-top: 15px;
   background: transparent;
    border: 0;
    padding: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;transition-duration: 0.3s;
    position: relative;
    z-index: 10;
}
.birthday_discount_notification {
    background: #C88968;
    padding: 20px;
    margin: 0 0 30px 0;
    border-radius: 2px;
    color: white;
}
.birthday_discount_notification p {
    font-weight: 400;
    font-size: 14px;
    font-family: Beausite Classic Web;
}
.fn_cart_informer .birthday_discount_notification strong {
    padding-bottom: 7px;
    display: block;
}
.birthday_discount_notification strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: Beausite Classic Web;
}
.fn_add_child_birthday:hover,.fn_remove_child_birthday:hover{
    opacity: 0.5;
    transition-duration: 0.3s;
}
.fn_add_child_birthday svg{
   margin-left: auto;
}
.fn_remove_child_birthday{
    /*transform: rotate(45deg);*/
    background: transparent;
    border: none;transition-duration: 0.3s;
    position: relative;
    z-index: 10;
}
.child_birthday_input:nth-child(2){
    margin-top: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.contact_right_info .cart_zaglav{
    margin-bottom: 15px;
}
.products_main.fix{
    grid-template-columns: 1fr 1fr 1fr;
}
.banners_user{
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 20px;
}
.banners_user_item span{
    font-size: 20px;
    display: block;
    margin-top: 5px;
}
.banners_user_item img{
    height: 410px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.history_table th{
    background: black;
    color: white!important;
    text-align: center;
    font-family: Beausite Classic Web;
    border-color: white;
    font-weight: 400;
}
.history_table td{
    border-color: white;
}
.history_table{
    max-width: 750px;
    font-size: 14px;
    font-family: Beausite Classic Web;
    background: #F7F5F6;
}
.history_table .order_number_link{
    transition-duration: 0.3s;
}
.history_table .order_number_link:hover{
    opacity: 0.5;
    transition-duration: 0.3s;
}
.hidden_btn:be{

}
.fn_popup_img_panel{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 95%;
    max-width: 440px;
}
.fn_popup_img_panel img{
    width: 100%;
    display: block;    object-fit: contain;
}
.fn_popup_img_panel .btn_close{
    top: 1%;
    right: 3%;
}
#fn_popup_img{
    background-color: #00000094;
    z-index: 10000001;
}