/* navy: #3C7A76; */

html {
    height: 100%;
}
body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #030303;
    min-width: 320px;
}
.main {
    flex: 1 0 auto;
    overflow: hidden;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: #0a0a28;
}
.h1 {
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #4B4B4B;
    padding-bottom: 30px;
}
.h2 {
    padding: 19px 15px;
    font-size: 18px;
    background-color: #fff;
    margin: 0;
}
.h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}
.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-nav{
    display: flex;
    justify-content: space-between;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.hidden {
    display: none!important;
}
.center {
    text-align: center;
}
.fleft {
    /* float: left; */
}
.fright {
    /* float: right; */
}
.nowrap {
    white-space: nowrap;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}
.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1;
}
.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}
.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.label_block {
    display: block;
    margin-bottom: 5px;
}
/* Form */
.form_group {
    position: relative;
    margin-bottom: 20px;
}
.form_input {
    line-height: 44px;
    height:44px;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
}


.type_WarehouseDoors{
    margin-top: 20px;
}

.type_WarehouseDoors .form_input{
    margin-bottom: 20px;
}



.form_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeaxnj t;
    cursor: pointer;
    margin-top: 5px;
}

.form_placeholder{
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 12px;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}
.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder,
.placeholder_focus:-webkit-autofill ~ .form_placeholder,
.placeholder_focus:-webkit-autofill:focus ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder{
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}
.form_placeholder{
    pointer-events:none;
}
.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
    font-family: inherit;
    font-size: 12px;
}
.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
}
.form_captcha{
    display: inline-block;
    position: relative;
    margin: 0 0 0 17px;
    vertical-align: top;
}
.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height:40px;
}
.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}
/*.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}*/
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}
.error{
    color: #f00;
    display: block;
    font-size: 13px;
}
.header_bottom.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}
#sm_logo {
    /* float: right; */
    font-size: 0;
    margin-left: 25px;
    margin-top: -10px;
}
#sm_logo img {
    vertical-align: top;
}
.ya_map {
    width: 100%;
    min-height: 450px;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.dropdown {
    display: none;
}
.block {
    background-color: #fff;
    margin-bottom: 25px;
}
.padding {
    padding: 20px 15px 25px;
}
header a,
.top_item,
.callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after {
    transition: all 0.2s ease;
}
/*Кнопки*/
.button,
.disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    font-weight: bold;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: inherit;
    border: 2px solid #f2bd0b;
    border-radius: 2px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}
.button {
    cursor: pointer;
}
.button:hover {
    background-color: #f2bd0b;
    color: #fff;
}
.buy {
    padding: 0px 20px;
    line-height: 30px;
    border: 2px solid #e5e5e5;
}
.buy:hover {
    border-color: #f2bd0b;
    background-color: #fff;
    color: inherit;
}
.comparison_button, .wishlist_button {
    display: flex;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: 0.5s;
}
.wishlist_button.selected,
.comparison_button.selected  {
    opacity: 1;
}
.overlay_buttons {
    position: absolute;
    top: 15px;
    right: 15px;
}
.comparison_button {
    margin-bottom: 15px;
}
/* Header */
header {
    background-color: #fff;
}
header a {
    text-decoration: none;
}
.top_nav {
    background: #494949;
    padding: 14px 0;
}
.menu_switch {
    position: relative;
    /* float: left; */
    height: 38px;
    width: 49px;
    margin-left: -15px;
    border-right: 1px solid #e8e8e1;
    color: #b8b7b7;
    font-size: 0;
    cursor: pointer;
}
.menu_switch::before {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url(../images/sprite.png) no-repeat -46px -304px;
}
.openmenu .menu_switch::before {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
    background-position: -48px -320px;
}

.menu_wrapper{
    display: flex;
    justify-content: space-between;
}

.nav-header-wrapper{
    width:55%;
    height: 46px;
}

.menu_group_header{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 50%;
    max-width:60%; */
    margin-left: 30px;
    height: inherit;
}

.menu_list ul li a span{
    color: #686666;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.informers {
     /* float: right; */
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.informer_name,
.informer_counter {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.informer_counter {
    margin-left: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #FF8000;
}
.cur_switch,
.lang_switch {
    cursor: pointer;
}
.informer .dropdown {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    top: calc(100% + 10px);
    right: -1px;
    min-width: calc(100% + 2px);
    font-size: 14px;
    text-align: center;
}
.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}

.header_right .informer.languages {
    position: relative;
    margin-right: unset;
}
.wish_icon,
.compare_icon,
.angle_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}
.wish_icon{
    background-position: 0px -15px;
}
.compare_icon {
    background-position: 0px 0px;
}
.angle_icon {
    height: 10px;
    background-position: 0px -32px;
    margin-left: 5px;
}
.logo {
    display: block;
    font-size: 0;
    max-width: 240px;
}
.cart_info {
    display: inline-block;
    position: relative;
    min-height: 32px;
    padding-left: 45px;
    font-size: 13px;
    color: #fff;
}
.cart_info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 32px;
    background: url(../images/sprite.png) no-repeat 0 -111px;
}
.cart_counter {
    position: absolute;
    top: -5px;
    left: 18px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #f2bd0b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.cart_total {
    display: block;
    font-weight: bold;
}
.contact-form-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contact-form-left,
.contact-form-right{
    display: flex;
    flex-flow: column;
    width: 48%;
}

.delivery_company:first-of-type{
    display: flex;
    width: 200px;
}


.delivery.paymentblock{
    margin-bottom: 0;
}

.form-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.novaposhta_types_inputs{
    display: flex;
    margin-top: 20px;
}

.novaposhta_types_inputs label{
    width: 200px;
}

.times {
    /* float: left; */
    line-height: 21px;
    font-weight: bold;
    margin-top: 16px;
}
.times {
    font-size: 14px;
}

.times_inner {
    position: relative;
    display: inline-block;
    padding-left: 45px;
}
.times_text {
    color: #686666;
    font-weight: normal;
}
.times_inner::before{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 5px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -44px;
}
.callback {
    display: block;
    /* float: left; */
    padding: 11px 12px;
    border: 2px solid #929faf;
    border-radius: 2px;
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}
.callback:hover {
    border-color: #f2bd0b;
}
.header_bottom {
    background-color: #3C7A76;
}
.search {
    position: relative;
    width: 100%;
    max-width: 473px;
}
.search_input {
    width: 100%;
    height: 41px;
    padding: 0 45px 0 20px;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    line-height: 19px;
}
.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 41px;
    height: 41px;
    line-height: 41px;
    padding: 0;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_icon {
    width: 16px;
    height: 18px;
    vertical-align: middle;
}
.cat_serach_wrap {
    display: flex;
    width: 100%;
}
.categories {
    position: relative;
    margin-right: 27px;
}
.categories_heading {
    /* float: left; */
    line-height: 60px;
    padding-left: 10px;
    padding-right: 20px;
    color: #fff;
    background-color: #3C7A76;
    font-size: 0;
    cursor: pointer;
}
.menu_icon {
    vertical-align: middle;
}
.categories_heading span {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-left: 20px;
}
.categories_nav {
    display: none;
    background-color: #3C7A76;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 56px;
    left: 0;
    min-width: 100%;
}
.category_item {
    position: relative;
}
.category_link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
}

.category_item .arrow_right {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    font-size: 0;
    color: #fff;
}
.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
}
.cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px;
}
/* FOOTER */
.payments_text {
    font-size: 14px;
    color: #0a0a28;
    display: block;
    margin: 0 0 10px;
}
.footer_bottom {
    background-color: #494949;
    font-size: 14px;
    color: #FFFFFF;
    padding: 30px 0;
}
#subscribe_container {
    margin-bottom: 18px;
}
.subscribe_promotext {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
    color: #827f7f;
}
.subscribe_form {
    position: relative;
    width: 315px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
}
.subscribe_input {
    width: 100%;
    height: 32px;
    padding: 0 125px 0 10px;
    background-color: #fff;
    border: none;
    color: #827f7f;
}
.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 115px;
    border:none;
    background-color: #e62e04;
    text-align: center;
    color: #fff;
}
.foot .h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
.foot_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
}
.fb {
    background-position: 0 0;
}
.vk {
    background-position: 0 -32px;
}
.ok {
    background-position: 0 -64px;
}
.tw {
    background-position: 0 -96px;
}
.ins {
    background-position: 0 -128px;
}
.foot_menu {
    display: flex;
    flex-wrap: wrap;
}
.foot_item {
    margin-bottom: 5px;
    width: 48%;
}
.footer_contacts a {
    text-decoration: none;
}

/* Main page */
.advantages {
    background-color: #f2f6f7;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #929faf;
}
.advantage {
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.advantage::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-image: url(../images/home_sprite.png);
    background-repeat: no-repeat;
}
.advantage_1::before {
    top: 17px;
    height: 23px;
    background-position: 0 -98px;
}
.advantage_2::before {
    top: 13px;
    background-position: 0 -65px;
}
.advantage_3::before {
    top: 15px;
    height: 31px;
    background-position: 0 -33px;
}
.advantage_4::before {
    top: 13px;
    background-position: 0 0;
}
.banners {
    font-size: 0;
    margin-bottom: 40px;
}
.look_all {
    font-size: 12px;
    color: #606060;
    text-align: center;
}
.main_text {
    padding-top: 12px;
    color: #606060;
    opacity: .7;
}
/* Blog */
.news {
    position: relative;
}
.blog_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    background-color: #fff;
    margin-bottom: 0;
}
.news_content,
.blog_content {
    padding: 25px 23px 30px;
    color: #606060;
}
.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}
.blog_annotation,
.news_annotation {
    opacity: .7;
    max-height: 105px;
    overflow: hidden;
}
.news_date,
.blog_date {
    margin: 12px 0 5px;
    opacity: .7;
}
/* Brands */
.all_brands {
    position: relative;
}
.brands {
    box-shadow: inset 0px -1px 0 #e8e8e1;
}
.all_brands_link, .brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #606060;
    padding: 30px 20px;
    margin: 15px 0;
}
.slick-current .all_brands_link {
    border-left: none;
}
.brand_item {
    border-bottom: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
}
.brand_image,
.brand_name {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
.brand_img {
    vertical-align: middle;
    max-height: 100%;
}

/* custom slider */
.all_brands .slick-prev, .all_brands .slick-next{
      border:none;
      top: 50%;
      margin-top: -28px;
}
.all_brands .slick-prev{
    left: 0%;

}

/* Product preview */
.main_products {
    position: relative;
}
.preview {
    position: relative;
    padding: 20px;
    max-width: 281px;
    margin: 0 auto;
    border: 1px solid #ECECEC;
    box-shadow: 0px 6px 10px rgb(105 105 105 / 19%);
    transition: 0.5s;
}
.product_name {
    display: block;
    height: 56px;
    overflow: hidden;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.product_name:hover {
    text-decoration: underline;
}
.preview_image {
    display: block;
    position: relative;
    height: 230px;
    line-height: 200px;
    text-align: center;
    padding: 0 0 30px;
}
.preview_img {
    vertical-align: middle;
    max-height: 100%;
}
.preview .price_container {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #999999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.preview_form {
    width: 141px;
    margin: 22px auto 0;
}
.preview .button {
    width: 100%;
}
.preview .price {
    font-size: 16px;
}
.preview .hidden + .price {
    margin-top: 7px;
}
.old_price {
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #C4C4C4;
    font-weight: normal;
}
.remove_link {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}
.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04;
}
.remove_link span {
    text-decoration: underline;
}
.remove_link:hover span {
    text-decoration: none;
}
.sort_link.active_up,
.sort_link.active_down {
    border: 1px solid #FF8000;
    font-weight: bold;
}
.sort_link span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.sort_link.no_after span::after {
    content: none;
}
/* Cart */
.purchase {
    width: 100%;
    margin-bottom: 40px;
}
.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
}
.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    background-color: #fcfcfc;
}
.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff;
}
.purchase_remove,
.purchase_image {
    font-size: 0;
}
.purchase_remove a {
    text-decoration: none;
}
.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}
.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.amount {
    width: 123px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e1;
    line-height: 34px;
}
.plus,
.minus {
    font-size: 16px;
    /* float: left; */
    width: 100%;
    height: 37px;
    text-align: center;
    cursor: pointer;
    color: #707070;
}
.plus:hover,
.minus:hover {
    color: #030303;
}
.input_amount {
    display: block;
    /* float: left; */
    font-size: 14px;
    text-align: center;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
    height: 37px;
    width: 65px;
    text-align: center;
    border: unset;
}
.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}
.purchase_total {
    font-weight: bold;
    font-size: 16px;
}
.purchase_total .total_sum {
    font-size: 24px;
    line-height: 33px;
    color: #999999;
}
.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}
.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}
.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
    cursor:pointer;
}
.coupon_button:hover {
    background: #d4a507;
}
.coupon .message_error {
    margin: 0 0 10px;
    width: 285px;
}
.delivery {
    font-size: 13px;
}

.delivery_method,
.payment_method{
    padding-bottom: 20px;
}

.delivery_companies{
    display: flex;
}

.delivery_item {
    margin-bottom: 20px;
}
.delivery_description {
    margin-left: 30px;
    display: none;
}
.active + .delivery_description {
    display: block;
    margin-top: 20px;
}
.input_delivery {
    /* float: left; */
    margin: 3px 0 0;
}
.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}

/* .delivery .delivery_name{
    display: block;
} */

.delivery_companies .delivery_company_text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #4B4B4B;
}

.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #4B4B4B;
}

.delivery .select2-container--default .select2-selection--single,
.form-input-wrapper {
    height: 44px;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
    box-shadow:none;
    margin-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}

.delivery_self{
    display: none;
}

.cart-input{
    border: none;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.privat_cart_number{
    display: none;
}

.active.delivery_label {
    font-weight: bold;
}
.order_details    {
    width: 100%;
}
.order_details td {
    padding: 15px 15px;
}
.order_notify{
    background-color: #fff;
    border: 2px solid rgb(56, 192, 243);
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}
.order_heading{
    color: rgb(10, 10, 40);
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}
.order_thank{
    color: rgb(10, 10, 40);
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px;
}
.order_tag{
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(56, 192, 243);
}
.order_heading_promo{
    color: rgb(10, 10, 40);
    font-size: 16px;
    line-height: 1.3;
}
.method_name {
    font-weight: bold;
    font-size: 16px;
}
.method_form {
    margin: 15px 0;
}
.method_description {
    margin-bottom: 15px;
}
.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}
.feedback_inner {
    padding-top: 25px;
}
/* Pagination */
.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 15px 10px 5px;
    margin: -40px 0 40px;
}
.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}
.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #f2bd0b;
    border-color: #f2bd0b;
}
/* Product Page */
.product_heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #4B4B4B;
    margin: 15px 0px 30px;
}
.sku {
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 13px;
}
.sku_nubmer {
    color: #adaaaa;
}
.product_brand_block{
    font-size: 13px;
    /* float: left; */
    margin-right: 25px;
}
.product_image {
    position: relative;
    text-align: center;
    width: calc(100% - 200px);
}
.product_image a{
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 530px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_img {
    position: relative;
    max-height: 100%;
}
.images_item {
    margin-bottom: 25px;
}
.images_link {
    display: block;
    border: 1px solid #999999;
    border-radius: 3px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 0;
}
.images_item img {
    vertical-align: middle;
}
.product_details {
    margin-bottom: 23px;
}
.product_wish, .product_compare {
    position: relative;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    line-height: 19px;
    text-decoration: unset;
}
.product_wish svg,
.product_compare svg {
    margin-right: 10px;
}
.product_wish path,
.product_compare path {
    fill: #999999;
}
.product_wish.selected path,
.product_compare.selected path {
    fill: #FF8000;
}
.product_wish.selected,
.product_compare.selected {
    color: #FF8000;
}
.product_wish::after,
.product_compare::after {
    content: attr(title);
}
.details_label {
    font-size: 13px;
    margin-right: 14px;
    display: inline-block;
}
.product_rating {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 15px;
}
.available {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.in_stock,
.no_stock {
    position: relative;
    display: inline-block;
}
.no_stock {
    color: red;
}
.quontity_label {
    margin-top: 34px;
}
.product .amount {
    display: flex;
    align-items: center;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    background: unset;
    width: 106px;
}
.product_btn {
    color: #fff;
    border: 2px solid #d4a507;
    background-color: #f2bd0b;
    min-width: 220px;
}
.product_btn:hover {
    background-color: #d4a507;
    border-color: #d4a507;
}
.product .variant_select,
.products_item .variant_select{
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px;
}
.variant_select::-ms-expand {
    display: none;
}
.product .old_price {
    font-weight: bold;
    font-size: 16px;
}
.product .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 5px;
}

.info_delivery .h5,
.info_payment .h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: unset;
}
.info_delivery p, .info_payment p {
    margin-bottom: unset;
    color: #4B4B4B;
}
.product_share {
    margin: 20px 0 25px;
}
.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.product_share > div {
    display: inline-block;
    vertical-align: middle;
}
.product .pager {
    padding: 0;
}
.tab_navigation {
    overflow: hidden;
    z-index: 1;
}
.tab_navigation a {
    display: block;
    padding: 7px 10px;
    background-color: #f7f7f7;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #e1e8ed;
}

.tab_navigation a.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #3C7A76;
}
.tab_container {
    overflow: hidden;
    border-top: 1px solid #e1e8ed;
    margin: -1px 0 0;
}
.tab {
    display: none;
    padding: 15px;
}
.product_description {
    line-height: 1.65;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 132%;
}
.features li {
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
}
.features_name,
.features_value {
    display: block;
    /* float: left; */
    padding-left: 7px;
}
.features_value {
    width: 50%;
    padding-right: 15px;
}
.features_name {
    width: 50%;
    position: relative;
}
.features_name span {
    position: relative;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff;
}

/* Comments */
.comment_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 30px 20px 40px;
    margin-bottom: 23px;
}
.admin_note {
    margin-top: 10px;
    margin-left: 15px;
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: rgb(248, 248, 248);
}
.comment_author {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #4B4B4B;
}
.comment_date {
    font-size: 12px;
    line-height: 145%;
    color: rgba(0, 0, 0, 0.7);
}
.comment_content {
    color: rgb(50, 50, 50);
    font-size: 13px;
    line-height: 1.4;
}
.no_comments {
    border-left: 3px solid #FF8000;
    padding: 10px;
    background: rgb(248, 248, 248);
    border-radius: 0px 10px 10px 0px;
}
/* Post */
.post_date {
    opacity: .7;
    margin-bottom: 10px;
}
.post_share {
    margin: 20px 0;
}
.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
}
.pager li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pager li:nth-child(even) {
    text-align: right;
}
.pager a,
.pager a:hover span {
    text-decoration: none;
}
.pager a span {
    text-decoration: underline;
}
.change_pass {
    margin-bottom: 10px;
}
.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.change_pass span:hover {
    border-color: transparent;
}
.password_remind {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    text-decoration: unset;
}
/* Filters */

.sidebar_center {
    background-color: #fff;
    margin-bottom: 20px;
}
.sidebar .h2 {
    padding: 20px 20px 15px;
    font-size: 18px;
    line-height: 25px;
    color: #4B4B4B;
}
.filter_group {
    padding: 0 20px 20px;
}
.selected_filter_boxes{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 10px;*/
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.selected_filter_item{
    border: 1px solid #ff6348;
    border-radius: 3px;
    margin: 0 0px 10px 0;
    max-width: 100%;
}
.filter_reset{
    font-size: 13px;
    color: #ff6348;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: none;
    background: no-repeat;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}
.selected_filter_box .s_filter_link{
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 2px 8px 1px;
    cursor: pointer;
    color: #575757;
}
.selected_filter_box .s_filter_link span{
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.selected_filter_box .s_filter_link svg{
    width: 16px;
    height: 16px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
}
.selected_filter_box .selected_filter_item:hover .s_filter_link svg{
    color: #fff;
}
.selected_filter_box .selected_filter_item:hover{
    background: #ff6348;
}
.selected_filter_box .selected_filter_item:hover .s_filter_link{
    color: #fff;
}
.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer;
}
.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}
.filter_item {
    line-height: 24px;
    padding: 7px 0;
}
.catalog_item{
    padding: 0;
}
.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    min-height: 24px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
}
.filter_indicator {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 3px;
    transition: 0.5s;
    background-size: 0;
    background-position: center;
}

.ui-slider .ui-slider-range {
    background-color: #FF8000;
}

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover{
    background-color: #FF8000;
    box-shadow: 0px 0px 10px #ff8000;
}

.ui-slider .ui-slider-handle {
    box-shadow: unset;
    background: #FF8000;
    border: none;
}

.checked .filter_indicator {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.23369 9.26607L1.36733 5.39971L0 6.76632L5.23369 12L15.8664 1.36732L14.4998 0L5.23369 9.26607Z' fill='white'/%3E%3C/svg%3E%0A");
    background-color: #FF8000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}
.price_range {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.max_price {
    text-align: right;
}
.max_input, .min_input {
    max-width: 75px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 3px;
}
/* Browsed products */
.browsed {
    padding-top: 10px;
    padding-bottom: 15px;
}
.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.browsed_item img {
    vertical-align: middle;
}
/* Product Rating */
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}
/* BREADCRUMBS */
.breadcrumbs {
    padding: 15px 0;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    margin: unset;
}
.breadcrumbs li {
    padding: 0;
    display: flex;
    align-items: center;
    height: 20px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs li > span {
    color: #999999;
}
.breadcrumbs li + li:before {
    content: "";
    position: relative;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    margin: 0 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3L10.25 8L5 13' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
}
.home_link {
    display: flex;
}
/* Scroll to top */
.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #b8b7b7;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.to_top:hover {
    background-color: #38c0f3;
}
/* POPUP WINDOW */
.popup {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}
.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
/* Comparison_page */
.comparison_page {
    padding-bottom: 40px;
}
.comparison_left {
    /* float: left; */
    width: 30%;
}
.comparison_products {
    /* float: right; */
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}
.comparison_item {
    border-right: 1px solid #e8e8e1;
}
.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}
.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}
.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
}
.compare_show a span {
    border-bottom: 1px dashed;
}
.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}
.preorder_label{
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
}
.callback_form .captcha{
    display: block;
    margin: 0 0px 20px 0;
}
.callback_form .captcha .secret_number{
    width: 95px;
}
.callback_form .captcha .form_captcha{
    width: calc(100% - 117px);
}
.callback_form .button{
    display: block;
    width: 100%;
}

.order_notify_v2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 0px;
}
.order_notify_v2 .o_notify_v2_head {
    vertical-align: middle;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order_notify_v2 svg{
    width: 44px;
    height: 44px;
    color: #74B636;
    margin-right: 12px;
    vertical-align: middle;
}
.order_notify_v2 .o_notify_v2_heading {
    vertical-align: middle;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #4B4B4B;
}
.o_notify_v2_content{
    margin-bottom: 25px;
}
.o_notify_v2_content .o_notify_v2_content_inner{
    max-width: 660px;
    display: inline-block;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4B4B4B;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold {
    color: #FF8000;
    margin-left: 10px;
}

/* main menu */
.menu_group_header{
    /* float: left; */
}

.menu_list_1{
    padding-left: 0px;
    list-style: none;
    margin: unset;
}
.menu_list_2,
.menu_list_3,
.menu_list_4{
    padding-left: 15px;
    list-style: none;
}
.menu_item{
    margin-bottom: 5px;
}

/* menu 404 */

.menu_group_404 .menu_list{
    margin: 0px;
    padding-left: 15px;
}
.menu_404{
    margin-top: 30px;
}
.menu_404 .text_404{
    margin: 0 0 40px;
}
.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}
.menu_group_404 .menu_list{
    padding: 0px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px;
}
.menu_group_404 .menu_list_2{
    display: none!important;
}
.menu_group_404 .menu_list .menu_item{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.menu_group_404 .menu_list .menu_link{
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #00C1F5;
    border: 1px solid rgb(0, 145, 185);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
}
.menu_group_404 .menu_list .menu_link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}

/* menu footer */


/* custom */
    .header_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu_group_header .menu_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: inherit;
    }
    .menu_group_header .menu_item_1 .menu_link {
        color: #ffffff;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        position: relative;
    }
    .menu_group_header .menu_item:not(:last-child) {
        margin-right: 40px;
    }
    .lang_switch {
        display: flex;
        align-items: center;
    }
    .informers_wrapper {
        display: flex;
        align-items: center;
    }
    .informer_inner {
        display: flex;
        align-items: center;
    }
    .informer_inner svg {
        width: 20px;
        height: 20px;
    }
    .informer:not(:last-child) {
        margin-right: 40px;
    }
    .phones_inner {
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }
    .phones_inner svg {
        margin-right: 10px;
    }
    .bottom_nav {
        border-bottom: 2px solid #F4F4F4;
        padding: 13px 0;
    }
    .copyright_container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
    }
    .copyright {
        padding: 18px 0;
        background: #494949e0;
    }
    .footer_inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foot_contact_container {
        margin-top: 30px;
    }
    .foot_item_contact {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .foot_item_contact svg {
        margin-right: 15px;
    }
    .foot_item_contact {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
    }

    .footer_inner a {
        text-decoration: unset;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
    }
    .vinn_ttl {
        position: relative;
        text-align: center;
        margin: 50px 0;
    }
    .vinn_h2 {
        font-weight: 500;
        font-size: 32px;
        line-height: 44px;
        color: #4B4B4B;
        margin: unset;
        position: relative;
        display: unset;
    }
    .vinn_ttl *:before,
    .vinn_ttl *:after,
    .product_ttl *:before,
    .product_ttl *:after {
        content: '';
        position: absolute;
        width: 1000%;
        border-bottom: 2px solid #F4F4F4;
        top: 50%;
        transform: translateY(-50%);
    }
    .vinn_ttl *:before,
    .product_ttl *:before {
        right: calc(100% + 15px);
    }
    .vinn_ttl *:after,
    .product_ttl *:after  {
        left: calc(100% + 15px);
    }
    .product_ttl {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        color: #4B4B4B;
        overflow: hidden;
    }
    .product_ttl span {
        position: relative;
    }
    .vinn_btn {
        background: #ff6348;
        border-radius: 10px;
        border: 1px solid #ff6348;
        height: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        cursor: pointer;
        transition: 0.5s;
        text-decoration: none;
    }
    .vinn_btn svg{
        margin-right: 10px;
    }
    .price_preview_ttl {
        font-size: 18px;
        line-height: 25px;
        color: #999999;
    }
    .price_preview {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        min-height: 45px;
    }
    .main_desc_wrapper {
        background: #EEEEEE;
        padding: 60px;
        margin: 80px 0;
    }
    .desc_wrapper {
        font-size: 18px;
        line-height: 132%;
        color: #4B4B4B;
        margin-right: 90px;
    }
    .main_desc_ttl {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 35px;
        display: flex;
    }
    .main_desc_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main_desc_image {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 420px;
        width: 100%;
        min-width: 420px;
        background-image: url(../images/main_desc.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 0 50px;
    }
    .main_desc_image:after {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        border-top: 3px solid #FF8000;
        border-right: 3px solid #FF8000;
        width: 40%;
        height: 40%;
        border-top-right-radius: 50px;
    }
    .main_desc_image:before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: -20px;
        border-bottom: 3px solid #FF8000;
        border-left: 3px solid #FF8000;
        width: 40%;
        height: 80%;
        border-bottom-left-radius: 50px;
    }
    .products_item {
        padding: 0px 0px 5px;
    }
    .advantages_wrapper {
        padding: 50px 0;
        background: #EEEEEE;
    }
    .advantages_inner {
        display: flex;
        justify-content: space-around;
    }
    .advantages_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 20%;
        text-align: center;
        font-size: 18px;
        line-height: 25px;
        color: #4B4B4B;
    }
    .advantages_item svg {
        margin-bottom: 30px;
    }
    .categories_heading {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 297px;
        padding: unset;
        background: conic-gradient(from
    -3.29deg
     at 100% -13%, #FFA502
    0deg
    , #FF6348
    360deg
    );
        border-radius: 3px;
        height: 41px;
    }
    .banners {
        width: calc(100% - 325px);
        margin: 30px 0;
        margin-left: 325px;
        display: flex;
        justify-content: flex-end;
    }
    .banner_item {
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 390px;
        height: 390px;
        overflow: hidden;
        border-radius: 5px;
    }
    .banner_item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .banner_item a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .categories_nav {
        background: #FFFFFF;
        color: #000;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
    }
    .main_catalog {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main_catalog .vinn_btn {
        width: unset;
        padding: 0 32px;
    }
    .account_link {
        display: flex;
    }
    .categories_menu__icon {
        height: 18px;
        width: 18px;
        min-width: 18px;
        margin-right: 15px;
        max-width: 22px;
    }
    .mobile_catalog {
        display: none;
    }
    .mobile_menu {
        display: none;
    }
    .subcategory {
        display: none;
        position: absolute;
        background: #FFFFFF;
        color: #000;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
        width: 100%;
    }
    .cat_arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13px;
        height: 13px;
    }
    .mobile_nav_header {
        display: none;
    }
    .mobile_menu_wrapper {
        display: none;
    }
    .products_page {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .products_container {
        width: calc(100% - 280px);
        background: #FFFFFF;
        box-shadow: 0px 1px 2px rgb(58 58 68 / 24%), 0px 2px 4px rgb(90 91 106 / 24%);
        border-radius: 8px;
        padding: 30px 20px;
    }
    .catalog_heading .h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 44px;
        color: #4B4B4B;
        margin: unset;
        padding: unset;
        margin-bottom: 15px;
        border: unset;
    }
    .sidebar {
        width: 255px;
    }
    .sort {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #F4F4F4;
        margin-bottom: 15px;
    }
    .sort_title {
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        margin-right: 20px;
    }
    .sort_link {
        display: flex;
        align-items: center;
        border: 1px solid #999999;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 5px 10px;
        background: transparent;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        cursor: pointer;
    }
    .sort form:not(:last-child) .sort_link{
        margin-right: 20px;
    }
    .sort_link.active_up .arrow_up,
    .sort_link.active_down .arrow_down {
        fill: #FF8000;
    }
    .sort_link.no_after span{
        padding-left: 0px;
    }
    .products {
        display: flex;
        flex-wrap: wrap;
    }
    .catalog_nav {
        background: #FFFFFF;
        box-shadow: 0px 1px 2px rgb(58 58 68 / 24%), 0px 2px 4px rgb(90 91 106 / 24%);
        border-radius: 8px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .fn_selected_features {
        background: #FFFFFF;
        box-shadow: 0px 1px 2px rgb(58 58 68 / 24%), 0px 2px 4px rgb(90 91 106 / 24%);
        border-radius: 8px;
        overflow: hidden;
    }
    .sidebar_top {
        margin-bottom: 20px;
    }
    .catalog_menu {
        padding-bottom: 20px;
    }
    .catalog_link {
        padding: 5px 20px;
        width: 100%;
        text-decoration: unset;
        display: flex;
        font-size: 14px;
        line-height: 19px;
        transition: 0.5s;
    }
    .main_filter {
        background: #FFFFFF;
        box-shadow: 0px 1px 2px rgb(58 58 68 / 24%), 0px 2px 4px rgb(90 91 106 / 24%);
        border-radius: 8px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .main_filter .filter_group {
        margin: 0 20px 0;
        padding: unset;
        padding-bottom: 20px;
        border-bottom: 1px solid #F4F4F4;
    }
    .mobile_filter_btn {
        display: none;
    }
    .product_image_wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .images {
        width: 100px;
        margin-right: 30px;
    }
    .product_inner {
        display: flex;
        justify-content: space-between;
        margin-bottom: 90px;
    }
    .product_info_wrapper {
        width: 490px;
    }
    .product_image_wrapper {
        width: calc(100% - 490px);
    }
    .fn_images .slick-prev:hover,
    .fn_images .slick-prev:focus,
    .fn_images .slick-next:hover,
    .fn_images .slick-next:focus {
        color: #FF8000;
    }
    .fn_images .slick-prev {
        top: -20px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .fn_images .slick-next {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
    }
    .fn_images .slick-next {
        bottom: -20px;
        top: unset;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .images_item.slick-current .images_link {
        border: 1px solid #FF8000;
    }
    .product_info_inner {
        background: #FFFFFF;
        border: 1px solid #D1D1D1;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        padding: 25px 20px 30px;
        border-radius: 10px;
        margin-bottom: 35px;
    }
    .product_delivery {
        background: #FFFFFF;
        border: 1px solid #D1D1D1;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        padding: 25px 20px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
    }
    .info_payment,
    .info_delivery {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .product_info_header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .rating_stock {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .in_stock {
        color: #529656;
    }
    .wish_comp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .product_info_bottom .fn_variants {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .features_desription {
        display: flex;
        justify-content: space-between;
        margin-bottom: 90px;
    }
    .product_features,
    .product_description {
        width: 48%;
        overflow: hidden;
    }
    .description_text {
        font-size: 18px;
        line-height: 132%;
        color: #4B4B4B;
    }
    .product_comments {
        display: flex;
        justify-content: space-between;
    }
    .comments_wrap {
        width: 48%;
    }
    .comments_form_wrap {
        width: 48%;
        position: relative;
    }
    .comment_form {
        position: relative;
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 35px 20px 40px;
    }
    .comment_form .h3 {
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        color: #4B4B4B;
        text-align: center;
        margin-bottom: 25px;
    }
    .form_input {
        background: #F2F2F2;
        border-radius: 6px;
    }
    .form_textarea {
        background: #F2F2F2;
        border-radius: 6px;
    }
    .comments_form_wrap .vinn_btn {
        width: 208px;
        margin: 30px auto 0;
    }
    .comments_form_wrap:after {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% + 60px);
        top: -30px;
        left: 30px;
        border: 2px solid #FF8810;
        box-sizing: border-box;
        border-radius: 10px;
        z-index: -1;
    }
    .comment_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .comment_footer {
        color: #ff7d2d;
    }
    .cart_block .h2 {
        padding: unset;
        margin: 15px 0 30px;
        font-weight: 500;
        font-size: 32px;
        line-height: 44px;
        color: #4B4B4B;
        background: unset;
    }
    .purchase {
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        margin-bottom: 90px;
        padding: 35px;
    }
    .purchase_ttl {
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        color: #4B4B4B;
        margin-bottom: 25px;
    }
    .purchase_block {
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgb(135 135 135 / 25%);
        border-radius: 10px;
        padding: 15px;
        position: relative;
        display: grid;
        grid-template-columns: 9% 64% 14% 10%;
        gap: 1%;
        align-items: center;
        min-height: 120px;
    }
    .purchase_block:not(:last-child) {
        margin-bottom: 30px;
    }
    .purchase_remove {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .purchase_name {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        text-decoration: unset;
    }
    .purchase_name:hover{
        color: #FF8000;
    }
    .purchase_image {
        max-width: 90px;
        max-height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .purchase_sum {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #4B4B4B;
    }
    .amount {
        max-width: 106px;
        display: flex;
        vertical-align: middle;
        border: 1px solid #999999;
        line-height: 37px;
        border-radius: 3px;
    }
    .purchase .purchase_total {
        font-size: 24px;
        line-height: 33px;
        color: #000000;
        text-align: end;
        padding: unset;
        margin-top: 30px;
    }
    .contact-form-left {
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 35px;
        position: relative;
    }
    .contact-form-left {
        height: fit-content;
        height: -moz-fit-content;
    }
    .contact-form-left .h2,
    .contact-form-right .h2 {
        margin: unset;
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        color: #4B4B4B;
        text-align: center;
        margin-bottom: 25px;
    }
    .contact-form-left:after {
        content: '';
        position: absolute;
        width: calc(100% - 50px);
        height: calc(100% + 60px);
        top: -30px;
        left: 25px;
        border: 2px solid #FF8810;
        box-sizing: border-box;
        border-radius: 10px;
        z-index: -1;
    }
    .vinn_btn_alt {
        border-radius: 10px;
        border: 1px solid #ff6348;
        height: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #FF8000;
        cursor: pointer;
        transition: 0.5s;
        text-decoration: none;
    }
    .form-btn-wrapper .vinn_btn,
    .form-btn-wrapper .vinn_btn_alt {
        max-width: 152px;
    }
    .form-btn-wrapper .vinn_btn_alt {
        margin-left: 25px;
    }
    .login_block {
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        max-width: 850px;
        margin: 50px auto 0;
        padding: 40px;
    }
    .login_block .h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        color: #4B4B4B;
        border: unset;
        padding: unset;
        margin-bottom: 35px;
        text-align: center;
    }
    .login_inner {
        max-width: 513px;
        margin: 0 auto;
    }
    .login_bottom {
        margin: 35px auto 0;
    }
    .login_bottom .vinn_btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 20px;
        max-width: unset;
        margin: 0 auto;
    }
    .login_center {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .reg_link {
        font-size: 16px;
        line-height: 22px;
        color: #FF9020;
        text-decoration: unset;
    }
    .remind_ttl {
        font-size: 16px;
        line-height: 22px;
        color: #999999;
        margin-bottom: 15px;
    }
    .register_inner {
        max-width: 730px;
        margin: 0 auto;
    }
    .register_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .register_block .form_group {
        width: 48%;
    }
    .user_info {
        font-size: 18px;
        line-height: 25px;
        color: #4B4B4B;
        margin-bottom: 20px;
    }
    .user_ttl {
        font-weight: 600;
        color: #000000;
        margin-right: 20px;
    }
    .logout_user {
        font-size: 18px;
        line-height: 25px;
        color: #4B4B4B;
        text-decoration: unset;
    }
    .logout_user svg {
        margin-right: 10px;
    }
    .user_info_bottom {
        width: 189px;
        margin: 30px auto 0;
    }
    .user-btn-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .user-btn-wrapper .vinn_btn_alt,
    .user-btn-wrapper .vinn_btn {
        max-width: 152px;
    }
    .user-btn-wrapper .vinn_btn_alt{
        margin-right: 30px;
    }
    .user_inner {
        display: none;
    }
    .user_orders_block {
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 40px 30px;
        margin-top: 90px;
    }
    .user_orders_block .h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        color: #4B4B4B;
        padding: unset;
        border: unset;
        margin-bottom: 40px;
        text-align: center;
    }
    .orders_header {
        display: grid;
        grid-template-columns: 19% 18% 18% 18% 18% 4%;
        gap: 1%;
        align-items: center;
        margin-bottom: 20px;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        color: #4B4B4B;
    }
    .order_block_header {
        display: grid;
        grid-template-columns: 19% 18% 18% 18% 18% 4%;
        gap: 1%;
        align-items: center;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #4B4B4B;
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 20px 0;
        cursor: pointer;
    }
    .order_block_header:not(:last-child) {
        margin-bottom: 20px;
    }
    .order_block {
        margin-bottom: 20px;
    }
    .purchases_user_block {
        display: none;
        border: 1px solid #F4F4F4;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 20px 30px;
        margin-bottom: 20px;
    }
    .purchases_header {
        display: grid;
        grid-template-columns: 19% 29% 19% 14% 15%;
        gap: 1%;
        align-items: center;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #F4F4F4;
        font-size: 16px;
        line-height: 22px;
        color: #4B4B4B;
    }
    .purchase_user {
        display: grid;
        align-items: center;
        border-bottom: 1px solid #F4F4F4;
        padding: 25px 0;
        grid-template-columns: 19% 29% 19% 14% 15%;
        gap: 1%;
        text-align: center;
    }
    .order_arrow {
        display: flex;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }
    .order_arrow svg {
        transition: 0.5s;
    }
    .active .order_arrow svg {
        transform: rotate(180deg);
    }
    .tablet_order_ttl {
        display: none;
    }
    .wish_products {
        display: flex;
        flex-wrap: wrap;
    }
    .comparison_page {
        display: flex;
        justify-content: space-between;
    }
    .brands {
        display: flex;
        flex-wrap: wrap;
    }
    .order_page {
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 35px;
    }
    .order_purchase .purchase_block {
        box-shadow: unset;
        margin: unset;
    }
    .deliveries--block,
    .fn_delivery_payment {
        background: #FFFFFF;
        border: 1px solid #E8E8E1;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 35px;
    }
    .deliveries--block {
        margin-bottom: 30px;
    }

    .radio {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #4B4B4B;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .radio:after {
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #FF8000;
        opacity: 0;
        transition: 0.5s;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .rating_label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: unset;
    }
    .radio_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
    }
    label input:checked ~ * svg path,
    .product_sort__link.active svg path {
        fill: #CBAC81;
    }
    label input:checked ~ * .radio:after,
    .product_sort__link.active  .radio:after {
        opacity: 1;
    }
    .hidden_input {
        display: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }
    label {
        cursor: pointer;
    }
    .menu_group_header .menu_link[href*=discounted]:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #FF8000;
        bottom: -5px;
        position: absolute;
    }
    .products  .products_item .preview {
        width: calc(100% - 5px);
        max-width: unset;
    }
    .fn_validate_feedback .vinn_btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0 28px;
        margin: 0 auto;
    }
    .order_purchase {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 2px solid #F4F4F4;
    }
    .order_payment_ttl {
        font-size: 14px;
        line-height: 19px;
        display: flex;
        align-items: center;
        color: #4B4B4B;
        margin-top: 30px;
    }
    .header_left {
        display: flex;
        align-items: center;
    }
    .header__logo {
        display: flex;
        justify-content: flex-start;
        min-width: 327px;
        max-width: 327px;
    }
    .header_right {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    /* div.informer_inner svg {
        opacity: 0.5;
    } */
    .slick-dots {
        right: unset;
        bottom: -30px;
        width: 100%;
        text-align: center;
    }
    .slick-dots li button {
        background-color: unset;
        opacity: 1;
        border: 1px solid #FF8000;
    }
    .slick-dots li.slick-active button {
        background-color: #FF8000;
    }
    .slick-prev:hover, 
    .slick-prev:focus, 
    .slick-next:hover, 
    .slick-next:focus {
        color: #FF8000;
    }
    .order_payment_method {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #FF8000;
        margin: 30px 0;
    }
    .mobile_arrow {
        display: none;
    }
    button {
        width: 100%;
        background: unset;
        border: unset;
        padding: unset;
    }
    .mobile_ttl {
        display: none;
    }
    .informer_inner span {
        margin-left: 10px;
        color: #ff8000;
    }
/* custom */