: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: 0 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;
    padding-right: 0 !important;
}
.main_menu .level_1 ul .level_2 ul.active{
    display: flex;
    padding-bottom: 0;
flex-wrap: nowrap;
    width: 100%;
}
.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;
    padding-right: 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;
    flex-direction: column;
}
.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;
}

.hidden {
    display:none;
}
.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: 196px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../new/logo-b.svg);
}
.wishlist_ico {
    width: 15px;
    min-width:15px;
    height: 14px;
    background-image: url(../new/wish.svg);
    background-size: contain;
    background-position: 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: 10px;
    display: block;
}
.cart_ico {
    height: 15px;
    width: 16px;
    background-image: url(../new/basket.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.search_ico {
    width: 16px;
    height: 16px;
    background-image: url(../new/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.header_informers_list {
    display: flex;
    justify-content: flex-end;
    grid-gap: 20px;
    align-items: center;
}

.account_login {
    color: var(--main-black);
    opacity: 1;
    position: relative;
    height: 18px;
    width:18px;
    display: block;
    transition: all 0.2s ease;
}

.account_login::before {
    content: "";
    background-image: url(../new/account.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
}
.account_login::before,
.callback_ico:before{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
}
.header_search span{
    font-size: 14px;
    display: block;
    margin-left: 10px;
    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: 30px 20px;
}
.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.28px;
    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;
    line-height: 1.2;
}
.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: 20px;
    position: absolute;
    height: calc(100vh - 200px);
    width: calc(100vW - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    z-index: -1;
    grid-gap: 8px;
}
.feature_grid{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.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;
    /*margin-top: 10px;*/
    text-align: center;
    line-height: 1.05;
    height: 42px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cats .owl-nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    bottom: 0;
    left: 0;
    position: absolute;
}
.cats {
    padding-bottom: 62px;
}
.cats.owl-carousel .owl-nav button{
    background-color: #ffffff;
}


.cats.owl-carousel .owl-nav button.owl-prev{
    margin-right: 10px;
}
.cats.owl-carousel .owl-nav button.owl-prev img{
    transform: rotate(180deg);
}
.cats .owl-nav button img{
    width: 6px;
}
.cats .owl-nav button{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 200ms linear;
}
.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: calc(100vh - 60px);
    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:5px;
}
.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;*/
}
.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: calc(100vh - 60px);
    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%;
    /*width: 170px;*/
}
.filter_link .size{
    height: auto;
    text-align: left;
    justify-content: flex-start;
}
.filter_link{
    display: inline-block;
}
.color_filter{
    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: 12px;
}
.new_feature div{

}
.filter_img img, .product_sort__title svg{
    transition: all 0.2s ease;
}
.sort_container{
    margin-right: 10px;
}
.product_sort__title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filter_img{
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-family: Beausite Classic Web;
    font-size: 14px;
    cursor: pointer;
}
.filter_img span{
    font-family: Beausite Classic Web;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.cats_item.selected{
    background: #F5F5F5;
    transition: 400ms linear;
}
.cats_item{
    transition: 400ms linear;
}
.top_flex{
    margin: 40px 0;
    align-items: flex-start;
}
.sorts{
    position: absolute;
    top: 30px;
   right: 0;
    padding:30px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 320px;
    display: grid;
    grid-gap: 20px;
}
.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;
    cursor: pointer;
}
.product_sort__link:before{
    content: '';
    position: absolute;
    right: 0px;
    width: 10px;
    height: 1px;
    background: #000000;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}
.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%;
    background-size: cover;
    max-height: 1080px;
    height: calc(100vh - 60px);
    min-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    box-sizing: border-box;
}
.banner_about{
    max-width: 685px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.flex_about{
    align-items: center;
    background: #FAFAFA;
}
.about_item {
    position: relative;
    padding-bottom: 180px;
}
.about_item img{
    height: 40px;
    bottom: 0;
    max-width: none!important;
    width: auto!important;
    position: absolute;
}
.section_description{
    font-size: 28px;
    line-height: 1.4;
}
.block_about .section_title,.block_about .section_subtitle{
    color: #FFFFFF;
}
.banner_about .owl-dots{
    bottom:150px;
    left: 20px;
    width: auto;
}
.banner_about .owl-dot{
    width: 30px;
    height: 2px;
    background: black!important;
    opacity: 0.2;
}
.banner_about .owl-dot.active{
    opacity: 1;
}
.block_about_bg{
    padding: 40px 30px;
    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;
}
.play img {
    width: 106px !important;
    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;
}

.main_menu .level_2 .menu_fix_item,.main_menu .level_2 .menu_group_top_cat a{
    font-size: 18px!important;
    margin-bottom: 20px!important;
    display: inline-block!important;
    font-weight: 400!important;
    font-family: Beausite Classic Web!important;
    line-height: 1!important;
    color: var(--main-black)!important;
    font-style: normal!important;
}
.main_menu .level_2 .menu_fix_item span:before, .main_menu .level_2 .menu_group_top_cat a span:before{
    bottom: -8px;
    background: #BDBDBD;
}
.main_menu .level_2 .menu_fix_item span, .main_menu .level_2 .menu_group_top_cat a span{
    font-size: 18px!important;
    display: inline-block!important;
    font-weight: 400!important;
    font-family: Beausite Classic Web!important;
    line-height: 1!important;
    color: var(--main-black)!important;
    font-style: normal!important;
}
.menu_fix{
    min-width: 160px;
    /*padding: 30px 0 0 0 ;*/
    max-width: 190px;
}
a.menu_fix_item.menu_fix_item_new img {
    width: 6px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.menu_fix_item_new{
    width: 100%;
    position: relative;
}
.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{
    text-transform: uppercase;
    font-family: Beausite Classic Web;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.44px;
}


.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: 100px;
    margin-left: 10px;
}
.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{
    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%;
    padding-bottom: 10px;
}
.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_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;
}

.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: left;
    margin: 20px 0;

}
.term_item span{
    display: block;
    font-family: Cormorant Garamond;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    padding-right: 10px;
}
.flex_text{
    text-align: center;
}
.text_center{
    width: 100%;
    max-width: 560px;
    margin: 0 30px;
}
.flex_text img{
    height: 446px;

}
.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: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}
.item_wrap_vac strong {
    font-weight: 400;
}
.flex.flex_text {
    align-items: flex-start;
}
.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 60px;
}
.categories_menu__item_20 .level_3_ul li:last-child{
    grid-column-start: 1;
}
.categories_menu__item_20 .level_3_ul  .menu_group{
    width: auto!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;
}

.filter_group .filter_link{
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    position: relative;
    text-align: left;
    color: #000;
    font-family: Beausite Classic Web;
    font-weight: 400;
}
.banner_group_block.fix.active{
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.banner_group_block.fix{
    opacity: 0;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.categories_menu__item_24 .banner_group_block_clothes{
    opacity: 0;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}
.categories_menu__item_20 .banner_group_block_acces{
    opacity: 0;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}
.footer_block_currency img{
margin-left: 8px;
}
.footer .dropdown{
    position: absolute;
    left: 0px;
 bottom: 100%;
    font-weight: 400;
    font-size: 14px;
    font-family: Beausite Classic Web;
    background: black;
    z-index: 1000000;
}
.footer .dropdown a{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-family: Beausite Classic Web;
    white-space: nowrap;
}
.footer .switcher_name{
    font-weight: 400;
    font-size: 14px;
    height: auto;
    font-family: Beausite Classic Web;
}
.footer_block_currency{
    position: relative;
    display: flex;
    align-items: center;
}
#currency_form{
    margin-left: 4px;
}
#currency_select{
    background: transparent;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: Beausite Classic Web;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.switcher_name{
    cursor: pointer;
}
#currency_select option{
    color: black;
}
.sizes_table_flex{
    justify-content: space-between;
    align-items: center;
}
.share.top_otstup {
    margin-top: 0;
    padding-top: 20px;
}
.main_product_sizes{
    margin-bottom: 0;
}

.close_panel{
    width: 30px;
    height: 30px;
    background-image: url(../new/close2.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius:100%;
    cursor: pointer;
    transition: 200ms linear;
}
.reset_button{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.flex_payment img{
    margin-left: 15px;
}
.owl-nav.disabled{
    display: none;
}