.container{
    width: 1396px;
}
.product_carousel_wrapper{
    position: relative;
}
.product_module{
    margin-bottom: 25px;
    margin-top: 25px;
}
*,
*:hover,
*:focus,
*:active,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.product_module .swiper-container{
    overflow: hidden;
    /* padding: 20px;
    margin: -20px; */
    width: 100%;
}
.product_module .product_carousel_item{
    width: 258px;
}
.product_item_wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #FFF;
    border: .5px solid #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.product_name a{
    display: block;
    height: 16px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
}
.product_spec{
    padding: 0 20px;
    display: block;
    width: 100%;
    color: #979491;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    height: 40px;
}
.product_options{
    padding: 0 20px;
}
.product_image{
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    padding: 20px 25px;
}
.product_image>a>img{
    margin: 0 auto;
    transition: 4.3s;
    -webkit-transition: 4.3s;
    -moz-transition: 4.3s;
    -ms-transition: 4.3s;
    -o-transition: 4.3s;
}
.product_item_wrapper:hover a>img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 4.3s;
    -webkit-transition: 4.3s;
    -moz-transition: 4.3s;
    -ms-transition: 4.3s;
    -o-transition: 4.3s;
}
.product_item_wrapper button:not(.itc-select__toggle){
    position: absolute;
    z-index: 2;
    top: 15px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
}
button.product_cart_button{
    background-color: #F4F2EF !important;
    left: 10px;
}
button.product_wishlist{
    right: 10px;
}
.product_item_wrapper button svg{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.product_item_wrapper button:hover svg,
.product_item_wrapper button:focus svg,
.product_item_wrapper button:active svg{
    fill: #000;
}
.product_cart_icon{
    fill: #D9D4CF;
    width: 16px;
    height: 16px;
}
.product_wishlist_icon{
    fill: #D9D4CF;
    width: 19px;
    height: 17px;
}
.product_price p{
	margin: 0;
	color: #B89367;
	font-size: 18px;
	font-weight: 500;
    display: flex;
    align-items: flex-end;   
}
.product_price p .price-old{
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    color: #8B8B8B;
    padding-left: 5px;
}
.product_module_title{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product_module_title h3{
	font-family: 'Unbounded', cursive;
    font-size: 24px;
}
.product_module_title a.product_module_title--link{
    margin-left: auto;
    width: max-content;
    margin-right: 15px;
    padding: 10px 20px;
    border: 0.5px solid #ededed;
    border-radius:10px;
    margin-bottom: 0;
}
.product_name{
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 20px;
}
.product_name h4{
    margin-bottom: 0;
    margin-top: 5px;
}
.product_price{
    padding: 0 20px;
    padding-bottom: 20px;
}
.product_module_pagination{
    margin-bottom: 10px;
}
.product_module_pagination .swiper-pagination{
    position: unset;
    text-align: right;
}
.product_module_pagination .swiper-pagination-bullet-active{
    background-color: #2B2B2A;
}
.html_block{
    padding-top: 100px;
}
.expand_block{
    border-radius: 15px;
    background-color: #1E1E1E;
    border: none;
    color: #FFF;
    font-weight: 200;
    font-size: 16px;
    width: 100%;
    height: 55px;
    max-width: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.html_block_content.big{
    position: relative;
    max-height: 180px;
    overflow: hidden;
    line-height: 1.8;
    font-weight: 200;
}
.html_block_content.big::after{
    content: '';
    opacity: 1;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.html_block_content.big.expanded{
    max-height: 10000px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.html_block_content.big.expanded::after{
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.cetegories_list{
    padding-top: 20px;
    padding-bottom: 15px;
}
.cetegories_list_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cetegories_list_item{
    position: relative;
    width: calc(33.33% - 25px);
    margin-bottom: 20px;
}
.cetegories_list_item_image{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cetegories_list_item img{
    transition: 4.3s;
    -webkit-transition: 4.3s;
    -moz-transition: 4.3s;
    -ms-transition: 4.3s;
    -o-transition: 4.3s;
}
.cetegories_list_item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 4.3s;
    -webkit-transition: 4.3s;
    -moz-transition: 4.3s;
    -ms-transition: 4.3s;
    -o-transition: 4.3s;
}
.cetegories_list_item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.cetegories_list_item span{
    display: block;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-top: 25px;
}
.swiper-slide.main_slider_item{
    width: 100%;
    height: 350px;
    position: relative;
}
.main_slider_item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.main_slider_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 75px;
    z-index: 2;
}
.main_slider_title{
    font-size: 96px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.main_slider_text{
    font-size: 16px;
    font-weight: 300;
    color: #555;
    max-width: 380px;
    margin-bottom: 38px;
}
.main_slider_link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 56px;
    border-radius: 15px;
    background-color: #1E1E1E;
    border: 1px solid #1E1E1E;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}
.main_slider_link:hover,
.main_slider_link:focus,
.main_slider_link:active{
    background-color: #F4F2EF;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.main_slider_wrapper{
    position: relative;
}
.main_slider_wrapper .swiper-container{
    overflow: hidden;
}
.promo_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.promo_item{
    position: relative;
    width: calc(50% - 22px);
    height: 400px;
    overflow: hidden;
}
.promo_item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 4.3s;
    -webkit-transition: 4.3s;
    -moz-transition: 4.3s;
    -ms-transition: 4.3s;
    -o-transition: 4.3s;
}
.promo_item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 4.3s;
    -webkit-transition: 4.3s;
    -moz-transition: 4.3s;
    -ms-transition: 4.3s;
    -o-transition: 4.3s;
}
.promo_content{
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 75px;
    z-index: 2;
}
.promo_title{
    font-size: 36px;
    color: #1E1E1E;
    font-weight: 500;
    margin-bottom: 13px;
}
.promo_text{
    font-size: 16px;
    color: #8B8B8B;
    font-weight: 400;
    margin-bottom: 40px;
}
.promo_link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 56px;
    border-radius: 15px;
    background-color: #1E1E1E;
    border: 1px solid #1E1E1E;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.promo_link:hover,
.promo_link:focus,
.promo_link:active{
    background-color: #F4F2EF;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li{
    padding: 3px 0;
}
.footer_block{
    display: flex;
    flex-direction: column;
}
.footer_address{
    line-height: 1.5;
    margin-bottom: 5px;
}
ul.social_links{
    margin-top: 5px;
}
.footer_wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#logo_footer{
    max-width: 224px;
}
.payments{
    max-width: 86px;
    margin-top: 40px;
}
.header_wrapper{
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_block{
    width: 100%;
}
.header_nav_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_nav_list li{
    padding: 0 40px;
}
#catalog_button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#catalog_button svg{
    margin-left: 5px;
}
#catalog_button:hover,
#catalog_button:focus,
#catalog_button:active{
    color: #B89367;
}
#catalog_button:hover svg path,
#catalog_button:focus svg path,
#catalog_button:active svg path{
    stroke: #B89367;
}
.main_menu{
    border-top: 1px solid #E9EAEC;
    padding: 30px 0;
}
.header_logo{
    max-width: 224px;
    flex-shrink: 0;
}
.header_social_links.social_links li a::after{
    background-color: #000;
}
.header_block{
    display: flex;
    align-items: flex-start;
}
.header_block:first-child{
    justify-content: flex-start;
}
.header_block:last-child{
    justify-content: flex-end;
}
.header_block:last-child svg{
    width: 22px;
    height: 22px;
}
.header_block ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#open_search{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: none;
}
.btn_language{
    font-size: 16px;
    font-weight: 300;
    color: #1E1E1E;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: none;
}
.cart_button{
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: none;
}
#cart-total{
    width: auto;
    min-width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.header_elem{
    margin-left: 35px;
}
.header_basket{
    position: relative;
}
header a{
    display: flex;
    align-items: center;
}
.header_block ul.header_social_links{
    margin-right: 40px;
}
.header_telephones svg{
    margin-right: 20px;
}
.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    display: flex;
    overflow: auto;
}
.breadcrumb svg{
    margin-right: 8px;
}
.breadcrumb > li:after{
    content: '\005C';
    color: #94918F;
    top: 0;
    right: -1px;
    width: auto;
    height: auto;
    border: none;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}
.breadcrumb a{
    font-size: 14px;
    color: #94918F;
}
.breadcrumb > li{
    padding: 0 10px;
}
.breadcrumb > li:first-child{
    padding-left: 0;
}
h1.page_title{
    font-family: 'Unbounded', cursive;
    margin: 0;
    font-size: 24px;
    line-height: 1;
}
.row_products{
    display: flex;
    flex-wrap: wrap;
}
.product_list_item{
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04);
}
.row_products_item{
    margin-bottom: 15px;
}
#product-category #column-left{
    width: 100%;
    max-width: 250px;
}
#product-category #content{
    width: calc(100% - 250px);
}
#product-category .row {
    margin-left: -10px;
    margin-right: -10px;
}
#product-category [class^="col-"], #product-category [class*=" col-"]{
    padding-left: 10px;
    padding-right: 10px;
}
.page_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 20px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
    color: #AEAEAE;
}
.pagination>li>a, .pagination>li>span{
    color: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    background-color: transparent;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background-color: transparent;
    border: none;
    color: #AEAEAE;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: 500;
}
.html_block.category_page{
    padding-bottom: 100px;
}
.contacts_wrapper{
    display: flex;
}
.contacts_map{
    width: 100%;
    max-width: 625px;
}
.contacts_map iframe{
    width: 100%;
    height: 100%;
    min-height: 690px;
}
.contacts_content h1{
    font-size: 48px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.contacts_block,
.contacts_block *{
    color: #667085;
    line-height: 1.6;
    font-size: 14px;
}
.contacts_block ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.contacts_block a{
    display: block;
}
.contacts_block.contacts_block-mess ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contacts_block.contacts_block-mess li{
    margin-right: 15px;
    margin-bottom: 15px;
}
.contacts_block.contacts_block-mess img{
    width: 100%;
    max-width: 26px;
    height: auto;
}
.contacts_content{
     width: 100%;
     max-width: 512px;
     padding-left: 100px;
}
.contacts_block.contacts_block-mess{
    margin-top: 15px;
}
.contacts_content h3{
    color: #344054;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 400;
}
.constact_form label{
    font-size: 14px;
    color: #344054;
    font-weight: 400;
    margin-bottom: 5px;
}
.constact_form label + div{
    margin-bottom: 25px;
}
.constact_form input,
.constact_form textarea{
    font-size: 16px !important;
    color: #101828;
    font-weight: 400;
    padding: 12px 16px !important;
    height: auto;
    line-height: 1;
}
.constact_form input::placeholder,
.constact_form textarea::placeholder{
    font-size: 16px !important;
    color: #667085;
    font-weight: 400;
}
.btn_send{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #1E1E1E;
    color: #F2F2F2 !important;
    font-size: 16px;
    padding: 0;
    border: none;
}
.product_wrapper{
    display: flex;
}
.product_images{
    width: 100%;
    max-width: 485px;
    min-width: 1px;
    position: relative;
}
.product_info h1{
    font-size: 36px;
    color: #09051C;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}
.product_infolist{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_infolist *{
    font-size: 14px;
    color: #555;
    line-height: 2;
    font-weight: 300;
}
.product_infolist li a{
    text-decoration: underline;
    font-weight: 400;
}
.price_list{
    margin: 0;
    padding: 0;
    padding-top: 15px;
    list-style: none;
}
.price_list h2{
    margin: 0;
}
.price_list h2 span{
color: #DF1616;
font-size: 32px;
font-weight: 300;
}
.radio+.radio{
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}
.radio{
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    flex-shrink: 0;
}
.radio input{
    display: none;
}
.radio label{
    color: #555;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 18px 14px;
    border-radius: 15px;
    border: 1px solid #CFCFCF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.radio input:checked ~ label{
    border: 1px solid #DF1616;
}
.input-option-radio{
    display: flex;
    align-items: center;
    overflow: auto;
    padding-bottom: 15px;
    padding-top: 29px;
}
.simplecheckout .radio{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0 15px;
}
.shipping_method_title{
    padding: 0 15px;
}
.simplecheckout .radio label{
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}
.qty_block button{
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #DF1616;
    color:#DF1616;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    line-height: 17px;
    font-weight: 500;
    font-size: 16px;
    box-shadow: none;
}
.qty_block button:hover,
.qty_block button:focus,
.qty_block button:active{
    border: 1px solid #DF1616;
    background-color: #DF1616;
    color: #fff;
}
.input-group.number-spinner{
    display: flex;
    align-items: center;
}
.qty_block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
}
.qty_block input{
    font-size: 16px !important;
    color: #1E1E1E !important;
    text-align: center !important;
    width: 40px !important;
    min-width: 0 !important;
    height: auto;
    padding: 0;
    border: none;
    box-shadow: none;
}
.qty_block label{
    margin: 0;
    margin-right: 20px;
    font-weight: 200;
    font-size: 16px !important;
    color: #1E1E1E !important;
}
#button-cart{
display: flex;
width: 190px;
height: 57px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 15px;
background: #1E1E1E;
color: #fff;
font-size: 16px;
font-weight: 700;
border: none;
padding: 0;
margin-right: 20px;
}
#one_click_buy{
    width: 170px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
    padding: 0;
}
#one_click_buy svg{
    margin-right: 10px;
}
.product_buttons{
    display: flex;
    align-items: center;
}
.fast_buy{
    display: none;
    opacity: 0;
    visibility: hidden;
    /* height: 100%; */
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
}
.fast_buy.open{
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    transition: max-height .5s;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
padding: 15px 20px;
    border: 1px solid #DF1616;
    border-radius: 15px;
    margin-top: 15px !important;
}
.fast_buy input{
    padding: 0;
    text-align: left;
}
.edges_item-top img{
    max-width: 25px;
    max-height: 32px;
    margin-right: 8px;
}
.edges_item-top{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 10px;
}
.edges_item{
    max-width: 185px;
    margin-right: 10px;
}
.edges_item p{
    font-size: 14px;
    color: #555;
    font-weight: 300;
    line-height: 1.9;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid transparent;
    border-bottom: 2px solid #1E1E1E;
}
.nav>li>a{
    padding-left: 0;
    padding-right: 20px;
}
.nav-tabs>li>a{
    margin-right: 20px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: #fff;
    border: 1px solid transparent;
}
.description_wrapper {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 2;
    position: relative;
    max-height: 174px;
    overflow: hidden;
}
.description_wrapper.open{
    max-height: 100000px;
}
.description_wrapper::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    width: 100%;
    height: 174px;
    overflow: hidden;
}
.description_wrapper.open:after{
    display: none;
}
.main_menu_body{
    position: relative;
}
.main_menu_wrapper{
    width: 100%;
    margin: 0 auto;
}
.categories_menu_list{
    margin: 0;
    padding: 40px 20px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.categories_menu_list li{
    padding: 0 25px;
    text-align: center;
}
.categories_menu_list li a{
    font-weight: 300;
    font-size: 16px;
}
.categories_menu_list-subcats{
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories_menu_list-subcats li a{
    font-weight: 200;
}
.categories_menu_list-subcats li{
    padding: 5px;
}
.category_menu_wrapper{
    position: absolute;
    width: 100%;
    z-index: 9998;
    background-color: #fff;
    top: calc(100% + 20px);
    left: 0;
    opacity: 0;
box-shadow: 0px 19px 42px 0px rgba(0, 0, 0, 0.10), 0px 77px 77px 0px rgba(0, 0, 0, 0.09), 0px 173px 104px 0px rgba(0, 0, 0, 0.05), 0px 308px 123px 0px rgba(0, 0, 0, 0.01), 0px 481px 135px 0px rgba(0, 0, 0, 0.00);
    visibility: hidden;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
}
.category_menu_wrapper.active{
    opacity: 1;
    visibility: visible;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
}
#expand_description{
    border-radius: 15px;
    border: 1px solid #000;
    background-color: #fff;
    width: 180px;
    height: 45px;
    color: #000;
    font-size: 14px;
    padding: 0;
}
.product_page_slider .swiper-slide{
    width: 100%;
}
.product_page_slider .swiper-container{
    overflow: hidden;
    position: relative;
}
.product_page_slider{
    position: relative;
}
.product_page-pagination{
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product_page_slider .stickers_text{
    position: absolute;
    top: 40px;
    right: 35px;
}
.product_page_slider a{
    display: block;
    text-align: center;
}
.product_page_slider a img{
    margin: 0 auto;
}
.product_page_slider .swiper-pagination-bullet-active{
    background: #000;
}
.product_info{
    padding-left: 40px;
}
.header_mobile{
    background: #000;
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.header_mobile_wrapper{
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_mobile_logo{
    max-width: 96px;
    flex-shrink: 0;
}
.header_mobile button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
}
.header_mobile .btn_language{
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
}
.header_mobile ul.dropdown-menu{
    top: unset;
    bottom: 150%;
    border-radius: 5px;
}
.header_mobile ul.dropdown-menu>li>button{
    padding: 5px 0;
}
.header_mobile #cart-total{
    background-color: #D80606;
}
.header_mobile_basket svg *{
    fill: #FCFCFC;
}
.mobile_nav_block{
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    z-index: 99;
    background-color: rgba(0,0,0,.4);
    transition:left .5s;
    -webkit-transition:left .5s;
    -moz-transition:left .5s;
    -ms-transition:left .5s;
    -o-transition:left .5s;
}
.mobile_nav_block.active{
    left: 0;
    transition: left .5s;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
}
.mobile_nav_wrapper{
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 10px 30px 10px 40px;
}
.mobile_nav_block_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mobile_nav_block_header button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
}
.mobile_nav_block_header img{
    max-width: 140px;
    flex-shrink: 0;
}
.mobile_nav_block_wrapper{
    height: calc(100% - 46px);
    overflow: auto;
    padding-bottom: 20px;
    position: relative;
}
.mobile_nav_block_wrapper ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile_nav_block_wrapper ul li button,
.mobile_nav_block_wrapper ul li *{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.mobile_nav_block_wrapper ul li button svg{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.lock{
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}
.btn-link:focus, .btn-link:hover{
    color: #B89367;
}
ul.dropdown-menu{
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.dropdown-menu li > a:hover{
    background-color: #FFF;
    color: #B89367;
}
.category_mobile_wrapper{
    position: absolute;
    width: 100%;
    top: 100%;
    left: -100%;
    background-color: #FFF;
    transition: left .5s;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
}
.category_mobile_wrapper.active{
    left: 0;
    transition: left .5s;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
}
.category_mobile_wrapper .categories_menu_list{
    flex-direction: column;
    align-items: flex-start;
}
.category_mobile_wrapper .categories_menu_list li{
    padding: 0;
    text-align: left;
}
.category_mobile_wrapper .categories_menu_list-subcats{
    padding-left: 10px;
}
.category_mobile_wrapper .categories_menu_list-subcats a{
    font-size: 14px;
}
.mobile_nav_block_wrapper #catalog_button{
    font-weight: 600;
}
.logo_mobile{
    padding: 10px 20px;
}
.logo_mobile img{
    max-width: 226px;
    margin: 0 auto;
}
.main_slider-pagination{
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 2;
}
.main_slider-pagination .swiper-pagination-bullet-active{
    background: #000;
}
.category_image img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.product_images .nav.nav-tabs{
    margin-top: 40px;
}
.product_info.mobile{
    border-radius: 50px 50px 0px 0px;
    background-color: #FFF;
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.25);
    padding-top: 35px;
    margin-top: 15px;
}
.manufacturer_mobile{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.manufacturer_mobile a{
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
}
.product_info.mobile h1{
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.product_info.mobile .price_list{
    text-align: center;
}
.productQ_block{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.productQ_block .qty_block{
    padding-top: 0;
    margin-right: 30px;
}
.productQ_block #one_click_buy{
    height: auto;
}
.product_info.mobile .input-option-radio{
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
#button-cart.product_cart_mobile{
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}
.product_availability{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 20px;
    max-width: 420px;
    margin: 0 auto;
}
.product_availability span{
    font-size: 14px;
    color: #555;
    font-weight: 300;
}
.tab-content>.active{
    display: flex;
    flex-direction: column;
}
.row_product.mobile{
    margin-left: -15px;
    margin-right: -15px;
}
.product_images .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
    width: 20px;
    height: 20px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M7 11H15M15 11L11.5 7.49997M15 11L11.5 14.5' stroke='%23CFCFCF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z' stroke='%23CFCFCF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product_images .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: '';
    width: 20px;
    height: 20px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M15 11H7M7 11L10.5 14.5M7 11L10.5 7.50003' stroke='%23CFCFCF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 1C5.4772 1 1 5.4772 1 11C1 16.5229 5.4772 21 11 21C16.5229 21 21 16.5229 21 11C21 5.4772 16.5229 1 11 1Z' stroke='%23CFCFCF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product_options{
    margin-bottom:0;
    position: relative;
    width: 100%;
    height: 20px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;               /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: #D8D3CD;        /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background-color: #B89367;
  border-radius: 20px;
}
.product_options_::after{
    position: absolute;
    content: '';
    right: 25px;
    width: 9.71px;
    height: 4.945px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1.4517 0.672851L6.30654 5.6176L11.1614 0.672852' stroke='%23484541' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product_options select{
    font-size: 12px;
    padding: 0;
    height: auto;
    border: none;
    box-shadow: none;
    width: auto;
    color: #979491;
    font-weight: 400;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.stickers_image{
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 10px;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.btn.btn-primary{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 190px;
  height: 50px;
  background-color: #B89367;
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  border: 1px solid #B89367;
  margin-top: 50px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.simplecheckout-button-block.buttons .btn.btn-primary{
    max-width: 270px;
}
ul.dropdown-menu{
    box-shadow: none;
    min-width: 100%;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 10px;
}
ul.dropdown-menu>li>button{
    padding: 0;
    color: #484541;
    width: 100%;
    height: auto;
    font-size: 16px;
}
.header_elem button.btn_language.dropdown-toggle{
    width: 42px;
}
#login-modal{
    max-width: 320px;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.10), 0px 29px 29px 0px rgba(0, 0, 0, 0.09), 0px 64px 39px 0px rgba(0, 0, 0, 0.05), 0px 115px 46px 0px rgba(0, 0, 0, 0.01), 0px 179px 50px 0px rgba(0, 0, 0, 0.00);
}
.account_modal_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.account_modal_title>h2{
    margin: 0;
}
#account_modal_register{
    font-size: 14px;
    color: #52555A;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.account_modal_form>form>div>label{
    color: #191D23;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.account_modal_form>form>.form-group{
    margin-bottom: 20px;
}
.account_modal_form>form>div>input.form-control,
.account_modal_form>form>div>.login__wrapper>input.form-control,
.account_modal_form>form>div>.pass__wrapper>input.form-control{
    border: 1.5px solid #64748B;
    width: 100%;
    height: 40px;
    padding: 8px 10px;
    color: #191D23;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.account_modal_form>form{
    display: flex;
    flex-direction: column;
}
.account_modal_form>form>div>input.form-control::placeholder,
.account_modal_form>form>div>.login__wrapper>input.form-control::placeholder,
.account_modal_form>form>div>.pass__wrapper>input.form-control::placeholder{
    color: #191D23;
    font-size: 14px;
}
#forgotten_pass{
    float: right;
    font-size: 12px;
    color: #C64747;
    font-weight: 700;
    margin-top: 24px;
    display: block;
    cursor: pointer;
}
.account_submit{
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
background: #1E1E1E;
font-size: 16px;
color: #fff ;
font-weight: 600;
margin-top: 25px;
}
.mfp-close{
    padding: 0 !important;
    cursor: pointer;
}
#gotologin{
    cursor: pointer;
}
.text-danger{
    font-size: 12px;
}
.desctop_search{
    position: fixed;
    z-index: 55;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: top .5s;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
}
.desctop_search.open{
    top: 0;
    transition: top .5s;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
}
#search{
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.search-modal-dismiss{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
#search>input,
#search>button.btn{
    height: 50px !important;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
    box-shadow: none;
}
#search>input::placeholder{
    font-size: 14px;
}
#search>button.btn{
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    background-color: #FFF;

    border-left: none;
}
a:hover{
    cursor: pointer;
}
#search>.dropdown-menu{
    flex-wrap: wrap;
}
#search>.dropdown-menu>.box_search{
    width: 50%;
    flex-shrink: 0;
    padding: 10px;
}
.disabled .title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.search-suggestion.category {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath d='M251.7 127.6l0 0c10.5 10.5 24.7 16.4 39.6 16.4H448c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H197.5c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240H464V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V240zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H291.3c-2.1 0-4.2-.8-5.7-2.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    color: #000;
    font-weight: 400;
}
.search-suggestion.category .name{
    font-weight: 400;
}
.search-suggestion.product {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E4E7;
    padding: 10px 0;
    position: relative;
}
.search-suggestion.product .image {
    margin: 0 5px 0 0;
}
.search-suggestion.product .name {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    max-height: 36px;
    overflow: hidden;
    max-width: 270px;
    font-weight: 400;
}
.search-suggestion.product .price {
    color: #000;
    text-align: right;
    position: absolute;
    bottom: 0;
    font-weight: 700;
    right: 0;
}
.mobile_search_wrapper #search .box_search{
    width: 100% !important;
}
.mobile_search_wrapper #search .dropdown-menu{
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    min-height: 350px;
    overflow: auto;
}
.mobile_search_wrapper #search .dropdown-menu li.disabled .title{
    font-size: .8em;
}
.mobile_search_wrapper #search>input, .mobile_search_wrapper #search>button.btn{
    height: 40px !important;
}
.mobile_search_wrapper #search .search-suggestion .price-base, .mobile_search_wrapper #search .search-suggestion .price-new{
    font-size: 14px;
}
.mobile_search_wrapper #search .search-suggestion .price-old{
    font-size: 12px;
}
.mobile_nav_block_wrapper ul li .name{
    font-size: 14px;
    line-height: 35px;
}
.alert.alert-success-product {
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    top: 40%;
    transform: translateY(-50%);
    padding: 20px;
    padding-top: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 12px;
    color: #101828;
    background-color: #fff;
    border-color: transparent;
    text-align: left;
    line-height: 2;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.alert_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.alert_buttons button {
    color: #344054;
    width: 100%;
    max-width: 170px;
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: transparent;
    border-radius: 8px;
    font-size: 12px;
    height: 40px;
}
.alert-success-product>a,
.name-product-buy{
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.alert_buttons a {
    color: #fff !important;
    margin-left: 10px;
    width: 100%;
    max-width: 170px;
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid #B89367;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: #B89367;
    border-radius: 8px;
    line-height: 1.1;
    font-size: 12px;
    height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.header_elem button{
    width: 22px;
    height: 22px;
}
.template_title{
    font-size: 24px;
    font-weight: 600;
    color: #090914;
    padding: 45px 0;
    line-height: 148%;
}
.template_text{
    font-weight: 400;
    font-size: 16px;
    color: #52525B;
    line-height: 2;
}
.template_top{
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}
.template_top_right{
    width: 100%;
    max-width: 625px;
    position: relative;
    flex-shrink: 0;
}
.template_address{
    position: absolute;
    bottom: 30px;
    left: 35px;
}
.street{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: -0.5px;
    margin-bottom: 9px;
}
.city{
    color: var#A1A1AA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.template_top_left{
    padding-right: 100px;
}
.p1{
    padding-bottom: 40px;
}
.p2{
    border-top: 1px solid #DEDEDE;
    padding-top: 40px;
    padding-bottom: 90px;
}
.template_bottom{
    display: flex;
    justify-content: space-between;
}
.template_block{
    width: 30%;
    position: relative;
}
.template_block span{
    font-weight: 700;
}
span.number{ color: #F2F2F2; font-size: 128px; font-style: normal; font-weight: 800; line-height: 1; position: absolute; left: 0; top: -40%; transform:translateY(40%) ; -webkit-transform:translateY(40%) ; -moz-transform:translateY(40%) ; -ms-transform:translateY(40%) ; -o-transform:translateY(40%) ;
}
.template_wrapper{
    padding-bottom: 80px;
}
.simplecheckout-block-content .form-group.row-customer_newsletter{
    display: flex;
    align-items: center;
    line-height: 1;
}
.simplecheckout-block-content .form-group.row-customer_newsletter .col-sm-12{
    width: auto;
    line-height: 1 !important;
    padding-top: 0;
}
.simplecheckout-block-content .form-group.row-customer_newsletter .checkbox input{
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.simplecheckout-block-content .form-group.row-customer_newsletter .checkbox{
    padding: 0;
    min-height: auto;
}
.simplecheckout-block-content .form-group.row-customer_newsletter .checkbox label{
    margin: 0;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    position: relative;
}
.product_module .swiper-button-next{
    right: -15px;
}
.product_module .swiper-button-prev{
    left: -15px;
}
.product_module .swiper-button-next, .product_module .swiper-button-prev{
    color: #B89367;
}
.product_module .swiper-button-next:after, .product_module .swiper-button-prev:after{
    font-size: 30px;
}
@media (max-width: 1396px) {
    .container{
        width: 100%;
    }
}
@media (max-width: 1279px) {
    .template_top_left{
        padding-right: 0;
    }
    .contacts_content{
        max-width: 412px;
    }
    .contacts_map{
        max-width: 550px;
    }
    .template_top{
        display: block;
        margin-bottom: 20px;
    }
    .template_top_right{
        margin: 20px auto;
    }
}
@media (max-width: 1023px) {
    .contacts_content{
        padding-left: 0;
    }
    .product_module_title a.product_module_title--link{
        margin-left: 0;
    }
    .template_wrapper{
        padding-bottom: 30px;
    }
    span.number{
        top: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
}
    .template_bottom{
        flex-wrap: wrap;
        justify-content: center;
    }
    .template_block{
        width: 42%;
        padding: 10px 30px;
    }
    .price_list{
        padding-top: 0;
    }
    .price_list h2 span{
        font-size: 24px;
        font-weight: 700;
    }
    .radio label{
        padding: 15px 10px;
    }
    h4 {
	font-weight: 400;
    }
    #product-category [class^="col-"], #product-category [class*=" col-"]{
        padding-left: 7px;
        padding-right: 7px;
    }
    .product_item_wrapper button:not(.itc-select__toggle){
        width: 36px;
        height: 36px;
    }
    .page_top{
        padding: 0;
    }
    .category_image{
        padding: 10px 0;
    }
    .product_page_slider .stickers_image {
        left: 0 !important;
    }
    footer{
        padding-bottom: 100px;
    }
    .main_slider_content{
        padding: 20px;
    }
    .main_slider_title{
        font-size: 45px;
        margin-bottom: 10px;
    }
    .main_slider_text{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .main_slider_link{
       height: 45px;
    }
    .product_module_title{
        flex-wrap: wrap;
        align-items: center;
    }
    .product_module_title a{
        order: 3;
        width: 100%
    }
    .product_module_title h3{
        margin: 0;
    }
    .cetegories_list_wrapper{
        overflow: auto;
        flex-wrap: nowrap;
    }
    .cetegories_list_item{
        width: 400px;
        margin-right: 10px;
        flex-shrink: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .cetegories_list_item_image{
        height: 312px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .cetegories_list_item img{
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .contacts_content{
        max-width: none;
    }
    .contacts_map{
        margin-top: 20px;
        max-width: none;
    }
    .contacts_wrapper{
        flex-direction: column-reverse;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_block{
        width: 50%;
    }
    .payments{
        margin-top: 20px;
    }
    .footer h5{
        margin-top: 25px;
    }
    .contacts_map iframe{
        min-height: 450px;
    }
    .footer_block.footer_logo{
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .promo_wrapper{
        flex-wrap: wrap;
    }
    .promo_item{
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
        height: 150px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
}
    .promo_title{
        font-size: 20px;
    }
    .promo_content{
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .promo_text{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .promo_link{
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: transparent;
        border: none;
        height: 36px;
        font-weight: 700;
    }
    .promo_link::after{
        content: '';
        position: absolute;
        width: 10%;
        height: 8px;
        right: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'%3E%3Cpath d='M6.83334 9L11 5L6.83334 1' stroke='%23000000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9L5.16667 5L1 1' stroke='%23000000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .promo_item:nth-child(odd){
        margin-right: auto;
    }
    .promo_item:nth-child(even){
        margin-left: auto;
    }
}
@media (max-width: 980px) {
    .template_block{
        width: 100%;
        padding: 15px 0;
    }
    .p2{
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .p1{
        padding-bottom: 20px;
    }
    .product_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .product_info{
        width: 100%;
        padding-left: 0;
    }
    #expand_description{
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
    }
    .edges{
        justify-content: center;
        flex-wrap: wrap;
    }
    .breadcrumb{
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    #product-category #content{
    width: 100%;
}
    .product_spec{
        line-height: 14px;
    }
.dc_label_text span{
    display: block;
 width: 100%;
 padding: 5px 0 !important;
}
    .product_buttons{
        padding-top: 15px;
    }
    .itc-select__toggle{
        height: 36px;
    }
    .swiper-slide.main_slider_item{
        height: 345px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
    }
    .page_top{
        flex-wrap: wrap;
    }
    h1.page_title{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .cetegories_list_item{
        width: 220px;
    }
    .product_module .product_carousel_item{
        width: 210px;
    }
    .html_block{
        padding-top: 40px;
    }
    .product_name a{
        white-space: unset;
        text-overflow: unset;
        height: 46px;
    }
    section.product_module .swiper-button-prev, section.product_module .swiper-button-next {
        display: none;
    }
    .stickers_image img {
        max-width: 32px;
    }
    .product_info.mobile .input-option-radio{
        margin: inherit;
    }
    .productQ_block {
        justify-content: flex-start;
    }
    div#product {
        padding: 0 15px;
    }
    .product_wrapper ul.nav.nav-tabs, .product_availability,
    .product_wrapper .tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }
.product_price {
    padding: 0 15px;
    padding-bottom: 15px;
}
.product_spec{
    padding: 0 15px;
    margin-top: 5px;
}
.product_name,
.product_options{
    padding: 0 15px;
    margin-bottom: 0;
}
.edges_item{
    width: 100%;
    max-width: none;
}

}
@media(max-width: 786px){
    .main_slider-pagination{
        position: relative;
        bottom: -15px !important;
    }
    .main_slider_item img{
        position:relative;
            height: auto;
        object-fit: inherit;
    }
    .swiper-slide.main_slider_item{
        height:113px;
    }
}
/* font-family: 'Unbounded', cursive; */
button#button-ukrcredits {
    display: none;
}
.product_options .custom-select-opener{
    color:#c81a1a;
    font-weight: 500;
}