/* 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;
    background-color: #fff;
    min-width: 320px;
}
.main {
    flex: 1 0 auto;
    margin-top: 100px;
}
.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 {
    background-color: #fff;
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    margin: 40px 0;
}
.h2 {
    padding: 19px 15px;
    font-size: 18px;
    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;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    padding: 15px;
    z-index: 100;
    width: calc(100% + 12px);
}
.dropdown_item:hover {
    color: #fd8300;
    text-decoration: underline;
}
.active.cat_switch::after,
.cur_switch.active .angle_icon,
.sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after,
path,
.user_menu {
    transition: 0.5s;
}
/*Кнопки*/
.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;
}
/* Header */
header {
    background-color: #fff;
}
header a {
    text-decoration: none;
}
.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 {
    display: flex;
    justify-content: space-between;
    width: 45%;
}
.cur_switch,
.lang_switch {
    display: flex;
    cursor: pointer;
    align-items: center;
}
.informer .dropdown {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    top: 46px;
    right: -1px;
    min-width: calc(100% + 2px);
    font-size: 12px;
}
.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}
.informer .dropdown_item:hover {
    background-color: #e8e8e1;
}
.informer.languages{
    position: relative;
}

.account_informer {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/enter.png);
}
.logo {
    display: block;
    font-size: 0;
    text-align: center;

    /* margin-top: 17px; */
}
.logo img{
    transform: scale(0.9);
    margin-top: 2px;
    margin-bottom: 2px;
}
.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 {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-left: 15px;
}
.contact-form-wrapper{
    display: flex;
    justify-content: space-between;
}

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

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

.form-btn-wrapper {
    padding-top: 30px;
}
.form-btn-wrapper input{
    width: 100%;
}

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

.novaposhta_types_inputs label{
    width: 200px;
}

.times,
.phones {
    /* float: left; */
    line-height: 21px;
    font-weight: bold;
    margin-top: 16px;
}
.times {
    font-size: 14px;
}
.phones {
    font-size: 17px;
}
.times_inner,
.phones_inner {
    position: relative;
    display: inline-block;
    padding-left: 45px;
}
.times_text {
    color: #686666;
    font-weight: normal;
}
.times_inner::before,
.phones_inner::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 5px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -44px;
}
.phones_inner::before {
    top: 7px;
    background: url(../images/sprite.png) no-repeat 0 -77px;
}
.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;
}
.account {
    /* float: right; */
    padding-top: 11px;
    font-size: 13px;
    margin-top: 10px;
}
.account_link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 30px;
}
.account_link::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    top: 4px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -145px;
}
.account_name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97px;
    overflow: hidden;
}
.header_bottom {
    background-color: #3C7A76;
}
.search {
    position: relative;
    background-color: #769c99;
    width: 557px;
    background: #FFFFFF;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 25%);
}
.search_input {
    width: 100%;
    height: 44px;
    padding: 0 35px 0 15px;
    border: none;
    background: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.search_button {
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
    background: transparent;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search_icon {
    width: 16px;
    height: 18px;
    vertical-align: middle;
}
.categories {
    position: relative;
}
.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-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
}
.category_item {
    position: relative;
}
.category_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #5C5C5C;
}
.category_item i.arrow_right {
    position: relative;
    width: 16px;
    height: 16px;
    /* top: 50%; */
    /* right: 12px; */
    /* margin-top: -8px; */
    font-size: 0;
}
.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
}
/* FOOTER */
.payments_text {
    font-size: 14px;
    color: #0a0a28;
    display: block;
    margin: 0 0 10px;
}
.footer_bottom {
    font-size: 18px;
    color: #FFFFFF;
    background: #2A2A2A;
}
#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: normal;
    margin-bottom: 18px;
}
.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_item {
    margin-bottom: 5px;
}
.footer_contacts,
.foot_menu {
    margin-top: -5px;
}
.footer_contacts a {
    text-decoration: none;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    min-height: 100px;
}
.copyright a {
    text-decoration: none;
    color: #FD8300;
}
.copyright a:hover {
    text-decoration: underline;
}

/* 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;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    padding: 30px 25px;
}
.all_brands_link {
    border-left: 1px solid #e8e8e1;
}
.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_image {
    margin-bottom: 20px;
}
.brand_img {
    vertical-align: middle;
    max-height: 100%;
}
.brand .brand_item:hover,
.all_brands_link:hover,
#fn_content .products_item:hover {
    box-shadow: inset 0 0 0 1px #ccccc6;
}

/* 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;
    width: calc(100% - 20px);
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    transition: 0.5s;
}
.preview:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.products_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    margin-bottom: 0;
    background-color: #fff;
}
.product_name {
    display: block;
    height: 36px;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #717171;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product_name:hover {
    text-decoration: underline;
}
.preview_image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 200px;
    text-align: center;
}
.preview_img {
    vertical-align: middle;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}
.preview .price_container {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FD8300;
}
.preview_form {
    width: 140px;
}
.preview_form .bb_btn {
    width: 100%;
}
.preview .button {
    width: 100%;
}
.preview .price {
    font-size: 16px;
}
.old_price {
    font-size: 13px;
    color: #606060;
    opacity: .7;
    text-decoration: line-through;
}
.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04;
}
.remove_link span {
    text-decoration: underline;
}
.remove_link:hover span {
    text-decoration: none;
}
.sort {
    border-bottom: 1px solid #e8e8e1;
    line-height: 17px;
    background-color: #fff;
    padding-left: 3px;
}
.sort_title {
    display: block;
    padding: 14px 12px 0;
    font-weight: bold;
    font-size: 16px;
}
.sort_link {
    /* float: left; */
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 13px;
    border: none;
    background: none;
    cursor: pointer;
}
.sort_link.active_up,
.sort_link.active_down {
    color: #f2bd0b;
    font-weight: bold;
}
.sort_link span {
    display: inline-block;
    position: relative;
    padding-right: 21px;
}
.sort_link span::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(../images/sprite.png) no-repeat -1px -303px;
}
.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 {
    display: flex;
    border: 1px solid #e8e8e1;
    /* width: 123px; */
}
.plus, .minus {
    font-size: 16px;
    width: 20px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #707070;
}
.plus:hover,
.minus:hover {
    color: #030303;
}
.input_amount {
    display: block;
    /* float: left; */
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 65px;
    text-align: center;
}
.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}
.purchase_total {
    font-weight: bold;
    font-size: 16px;
}
.purchase_total .total_sum {
    color: #3C7A76;
    font-size: 18px;
}
.purchase_name {
    font-weight: bold;
    font-size: 13px;
    color: #3C7A76;
    text-decoration: none;
}

.purchase_name:hover{
    text-decoration: underline
}
.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;
    flex-direction: column;
}
.delivery_description {
    margin-left: 25px;
    display: none;
}
.active + .delivery_description {
    display: block;
}
.input_delivery {
    /* float: left; */
    margin: 3px 0 0;
}
.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}

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

.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
}

.cart_info_2{
    width: 60%;
}

.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;
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}
.page_item {
    display: inline-block;
}
.page_item:not(:last-child) {
    margin-right: 10px;
}
.page_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 16px;
    color: #717171;
}
.page_item.more_item {
    position: absolute;
    left: 0;
}
.more_item .page_link {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FD8300;
}
.more_item .page_link:hover {
    border: 1px solid transparent
}
.page_link:hover,
.active .page_link {
    border: 1px solid #FD8300;
}
/* Product Page */
h1.product_heading {
    font-weight: 600;
    font-size: 38px;
    line-height: 55px;
    margin: 30px 0 50px;
}
.product_brand_block{
    font-size: 13px;
    /* float: left; */
    margin-right: 25px;
}
.product_image {
    position: relative;
    text-align: center;
    height: 377px;
    margin-bottom: 23px;
}
.product_image a {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 377px;
    -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;
    border: 1px solid #DEDEDE;
}
.product_img {
    position: relative;
    max-height: 100%;
}
.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px;
}
.images_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border: 1px solid #DEDEDE;
    margin: 0 auto;
    cursor: pointer;
}
.images_link {
    display: block;
    border: 1px solid #e8e8e1;
    height: 77px;
    line-height: 75px;
    text-align: center;
    font-size: 0;
}
.images_item img {
    vertical-align: middle;
}
.product_details {
    margin-bottom: 23px;
}
.product_wish {
    margin-bottom: 12px;
}
.product_wish,
.product_compare {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-left: 27px;
}
.product_wish::before,
.product_compare::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
}
.product_wish::before {
    background-image: url(../images/heart.svg);
    background-repeat: no-repeat;
}
.product_wish.selected::before {
    background-image: url(../images/sprite.png);
    background-position: -34px -15px;
}
.product_compare::before {
    background-image: url(../images/compare.png);
}
.product_compare.selected::before {
    background-image: url(../images/sprite.png);
    background-position: -34px 0;
}
.product_compfav .wishlist_button,
.product_compfav .comparison_button {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_compfav .wishlist_button::after,
.product_compfav .comparison_button::after {
    content: attr(title);
    position: absolute;
    white-space: nowrap;
    left: calc(100% + 15px);
    bottom: 7px;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #717171;
}
.details_label {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #717171;
    margin-bottom: 10px;
}
.product_rating {
    display: inline-block;
    margin: 20px 0 16px;
    font-size: 13px;
}
.available {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 13px;
    font-weight: unset;
    margin-top: 15px;
}
.in_stock,
.no_stock {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.no_stock {
    padding-left: 18px;
}
.in_stock::before,
.no_stock::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -37px -33px;
}
.no_stock::before {
    height: 9px;
    background: url(../images/sprite.png) no-repeat -52px -33px;
}
.product .amount {
    width: 100%;
    display: flex;
    margin: 0;
}
.product  .input_amount {
    height: 44px;
    width: calc(100% - 40px);
    border: none;
    background: none;
}
.product .plus,
.product .minus {
    height: 44px;
}
.product_btn {
    color: #fff;
    border: 2px solid #d4a507;
    background-color: #f2bd0b;
    min-width: 220px;
}
.info_delivery,
.info_payment    {
    margin-top: 25px;
}
.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: 18px;
    color: #FF1F34;
    margin-right: 20px;
}
.product .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    color: #5B6770;
    margin-right: 20px;
}
.product .hidden + .price {
    margin-top: 25px;
}
.product_buttons {
    margin-top: 30px;
}
.info_delivery,
.info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative;
}
.info_delivery::before,
.info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px;
}
.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 32px;
    /* background: url(../images/sprite.png) no-repeat 1px -178px; */
    background: url(../images/truck.svg);
    background-size: 48px 64px;
    background-repeat: no-repeat;
    transform: scale(2);
}
.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0px -243px;
}
.info_delivery .h5,
.info_payment .h5 {
    color: #030303;
    margin-bottom: 15px;
}
.info_delivery p,
.info_payment p {
    margin-bottom: 7px;
    opacity: .7;
}
.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;
}
.tab {
    display: none;
    padding: 15px;
}
.product_description {
    line-height: 1.65;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    padding: 40px;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.features li {
    display: flex;
    margin-bottom: 20px;
}
.features_name,
.features_value {
    display: block;
}
.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;
}
.features_name::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #e1e8ed;
}
/* Comments */
.comment_item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(225, 232, 237);
    padding-bottom: 10px;
}
.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;
    color: rgb(5, 72, 98);
    text-transform: uppercase;
    font-size: 13px;
}
.comment_date {
    opacity: .5;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    display: block;
}
.comment_content {
    color: rgb(50, 50, 50);
    font-size: 13px;
    line-height: 1.4;
}
.no_comments {
    border-left: 3px solid #3C7A76;
    padding: 10px;
    background: rgb(248, 248, 248)
}
/* Post */
.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;
    color: #fd8300;
}
.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 {
    /* float: right; */
    margin-top: 6px;
    font-size: 13px;
}
/* Filters */

.sidebar_center {
    background-color: #fff;
    margin-bottom: 20px;
}
.sidebar .h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.filter_group {
    padding: 0 20px;
    max-height: 400px;
    overflow: auto;
}
.catalog_menu{
    padding: 20px 23px 0;
}
.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 #DEDEDE;
    border-radius: 3px;
    margin: 0 0px 10px 0;
    max-width: 100%;
}
.filter_reset{
    font-size: 13px;
    color: #FD8300;
    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: #FD8300;
}
.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;
    min-height: 26px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #5C5C5C;
    word-break: break-all;
}
.contact_item .filter_link {
    display: unset;
    cursor: default;
    filter: grayscale(1);
}
.catalog_link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 0px;

}
.catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.filter_indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -1px;
    left: 0;
    border: 2px solid #FD8300;
    border-radius: 2px;
}

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

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover{
    background-color: #fff;
}
.checked .filter_indicator {
    background: url(../images/check_mark.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    background-size: 16px;
}
.price_range {
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price_label {
    width: 48%;
}
.max_price {
    text-align: right;
}
.max_input, .min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    text-align: center;
}
/* 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 {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5B6770;
}
.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0;
}
.breadcrumbs li a {
    color: #A7ADB2;
    text-decoration: none;

}
.breadcrumbs li + li:before {
    padding: 0 5px;
    color: #5B6770;
    font-weight: 900;
    content: "\003E";
}
/* Scroll to top */
.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 60px;
    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: #fd8300;
}
/* 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 {
    width: 30%;
}
.comparison_products {
    width: 70%;
    position: relative;
    margin: 0;
}
.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: left;

}
.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}
.cell:nth-child(odd) {
    background: #efefef;
    background: #FBF7F3;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
}
.compare_show a {
    display: inline-block;
    padding: 13px 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid #5B6770;
    text-align: center;
}
.compare_show a:last-child {
    margin-bottom: 10px;
}
.compare_show a:hover,
.compare_show .active {
    background: #5B6770;
    color: #fff;
}
.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: 20px;
}
.order_notify_v2 svg{
    width: 44px;
    height: 44px;
    color: #74B636;
    margin-right: 12px;
    vertical-align: middle;
}
.order_notify_v2 .o_notify_v2_heading{
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle;
}
.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{
    display: inline-block;
    border: 2px solid #FFC007;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold{
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}

/* 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 404 */

.menu_group_404 .menu_list,
.menu_group_403 .menu_list
{
    margin: 0;
    padding-left: 15px;
}
.menu_404,
.menu_403
{
    margin-top: 30px;
}
.menu_404 .text_404,
.menu_403 .text_403
{
    margin: 0 0 40px;
}
.menu_404 .text_404,
.menu_403 .text_403
{
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}
.menu_group_404 .menu_list,
.menu_group_403 .menu_list
{
    padding: 0;
    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,
.menu_group_403 .menu_list_2
{
    display: none!important;
}
.menu_group_404 .menu_list .menu_item,
.menu_group_403 .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,
.menu_group_403 .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 ,
.menu_group_403 .menu_list .menu_link:hover
{
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}

/* menu footer */

/* Custome css*/
.logo_img {
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 232px;
    height: 66px;
}
.footer_logo .logo_img {
    background-image: url(../images/logo_footer.svg);
    background-size: contain;
    width: 175px;
    height: 50px;
}
.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
    min-height: 100px;
}
.top_nav {
    background: #FCFCFC;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 20%);
}
.no_user_right {
    display: flex;
    align-items: center;
}
.header_menu .fn_menu_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_menu .menu_item {
    margin-bottom: unset;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #5B6770;
    margin-right: 70px;
}
.lang_item {
    font-size: 18px;
    line-height: 22px;
    color: #5B6770;
    padding: 0 6px;
    transition: 0.5s;
    text-decoration: none;
}
.lang_item:not(:last-child) {
    border-right: 1px solid #5B6770;
}
.lang_item.active {
    color: #ABB1B6;
}
.lang_item:hover {
    color: #fd8300;
}
.container-body {
    height: 100%;
}
.main_bg {
    background-image: url(../images/main_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: calc(100vh - 200px);
}
.bb_h1 {
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
}
.bb_h1:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80%;
    background: #FD8300;
}
.main_bg .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.bb_block {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 700px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgb(251 251 251 / 25%);
    padding: 50px 0 40px;
    /*max-height: 100vh;*/
}
.bb_desc {
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #ADA7A7;
    margin: 40px 0;
    width: 80%;
    text-align: center;
}
.bb_form {
    width: 460px;
}
.input_ttl {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
    margin-bottom: 10px;
    display: block;
}
.phone_login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone_login span {
    font-size: 12px;
    line-height: 0;
    color: #727272;
    max-height: 44px;
    width: 160px;
    text-align: right;
}
.contact_group .phone_login span {
    width: unset;
}
.remind_wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.remind_data {
    font-size: 14px;
    line-height: 20px;
    color: #FD8300;
    cursor: pointer;
}
.bb_btn {
    display:flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FD8300;
    background: #FD8300;
    background-color: #FD8300;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    width: 215px;
    height: 44px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}
.bb_btn:hover {
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.2);
}
.bb_btn svg {
    margin-right: 10px;
}
.bb_alt_btn {
    border: 1px solid #FD8300;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FD8300;
    width: 215px;
    height: 44px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.bb_alt_btn:hover {
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.2);
}
.form_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.letter_h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    width: 75%;
}
.letter_img {
    background-image: url(../images/letter.jpg);
    background-size: contain;
    height: 82px;
    width: 82px;
    margin-bottom: 30px;
}
.bb_block_wrapper.isActive {
    display: block;
}
.bb_block_wrapper {
    width: 100%;
    display: none;
}
.register_img {
    background-image: url(../images/b2b_check.jpg);
    background-size: cover;
    height: 60px;
    width: 60px;
    margin-bottom: 30px;
}
.register_h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 30px;
}
.register_send_desc {
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #ADA7A7;
    width: 75%;
}
.accept_img {
    background-image: url(../images/b2b_hand.jpg);
    background-size: cover;
    height: 60px;
    width: 60px;
    margin-bottom: 30px;
}
.register_bottom {
    display: flex;
    justify-content: space-between;
    width: 460px;
    margin-top: 80px;
}
.mobile_menu {
    display: none;
}
.tablet_menu {
    display: none;
}
.fixed {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: -1px;
}
.menu_link:hover {
    color: #fd8300;
}
.remind_data:hover {
    text-decoration: underline;
}
.user_right {
    display: flex;
    align-items: center;
}
.currencies_name {
    margin-right: 5px;
    white-space: nowrap;
}
.angle_icon {
    transform: rotate(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.header_currencies {
    font-size: 14px;
    color: #5B6770;
    margin-right: 30px;
    min-width: 105px;
}
.dropdown_wrapper {
    position: relative;
}
.dropdown_inner {
    display: flex;
    flex-direction: column;
}
.header_rates {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    color: #5B6770;
    margin-right: 30px;
}
.rates_item:not(:last-child) {
    margin-bottom: 10px;
}
.manager_block {
    display: flex;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #5B6770;
}
.manager_item {
    position: relative;
    padding: 0 5px;
}
.manager_item:not(:last-child) {
    border-right: 1px solid #DEDEDE;
}
.manager_item a {
    color: #FD8300;
    text-decoration: underline;
}
.manager_item a:hover {
    color: #FD8300;
    text-decoration: none;
}
.manager_name:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -2px;
    background-image: url(../images/user_icon.png);
    background-size: cover;
    height: 24px;
    width: 24px;
}
.bottom_nav {
    background: #5B6770;
    transition: 0.5s;
    z-index: 99;
    position: relative;
}
.footer_top {
    background: #2A2A2A;
    padding: 62px 0;
}
.footer_ttl {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
    display: block;
}
.footer_top .container {
    display: flex;
    justify-content: space-between;
}
.footer_item {
    display: flex;
    flex-direction: column;
    width: 25%;
}
.footer_logo {
    margin-bottom: 35px;
}
.footer_black {
    background: #212121;
}
.footer_social {
    display: flex;
}
.footer_social :not(:last-child){
    margin-right: 40px;
}
.footer_menu .menu_link {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #FFF;
    text-decoration: none;
}
.footer_menu  .menu_link:hover {
    color: #fd8300;
}
.footer_menu .menu_link:hover span {
    border-bottom: 2px solid #fd8300;
}
.footer_menu .menu_link span {
    border-bottom: 2px solid transparent;
}
.menu_links .menu_link span {
    border-bottom: 2px solid #fff;
}
/* .footer_menu.menu_links .menu_link {
    text-decoration: underline;
} */
.social_item:hover path {
    fill: #fd8300;
}
.bottom_nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    transition: 0.5s;
}
.user_menu .angle_svg path {
    fill: #fff;
}
.user_menu .angle_svg {
    transform: rotate(0deg);
    transition: 0.5s;
}
.user_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    width: 278px;
    height: 44px;
    border: 1px solid #FD8300;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background: #5B6770;
}
.user_menu:hover {
    color: #FD8300;
}
.user_menu:hover path{
    fill: #FD8300;
}
.user_informers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
}
.informer i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.informer {
    display: flex;
    align-items: center;
}
.informer:not(:last-child) {
    margin-right: 35px;
}
.informer_icon {
    position: relative;
}
.informer_counter {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 29px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FD8300;
    font-size: 11px;
    border: 3px solid #5B6770;
}
.user_menu_wrapepr {
    position: relative;
}
.user_main_menu {
    display: none;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 26%);
    z-index: 0;
}
.user_menu_inner {
    display: flex;
    flex-direction: column;
    background: #5B6770;
    padding: 15px;
}
.menu_line {
    width: 100%;
    border-top: 1px solid #FFFFFF;
    margin-bottom: 10px;
}
.user_menu_ttl {
    display: block;
    margin-bottom: 10px;
}
.user_menu_link {
    color: #FD8300;
    margin-bottom: 10px;
}
.user_menu_link:hover {
    text-decoration: underline;
}
.user_logout a,
.user_menu_link {
    display: flex;
    align-items: center;
}
.user_logout svg,
.user_menu_link svg {
    margin-right: 10px;
}
.user_menu.active .angle_svg {
    transform: rotate(180deg);
}
.bottom_nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.bottom_nav.sticky .container {
    height: 66px;
}
.nav_wrapper {
    transition: 0.5s;
}
.nav_wrapper.sticky {
    height: 50px;
}
.main_page {
    padding: 80px 0;
}
.main_page_h1 {
    font-weight: 600;
    font-size: 38px;
    margin: 0;
}
.main_page_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.main_page_sidebar {
    display: flex;
    flex-direction: column;
    width: 278px;
    height: revert;
    background: #FBFBFB;
}
.main_page_catalog {
    display: flex;
    flex-direction: column;
    width: calc(100% - 298px);
}
.main_sidebar_ttl {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 20px 12px 20px;
}
.subcategory {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 278px;
    background: #FBFBFB;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    z-index: 2;
}

.fav_cat_ttl {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 40px 0 30px;
}
.fav_cat_btn {
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px;
    cursor: pointer;
    min-height: 25px;
    display: block;
}
.fav_cat_btn:first-child {
    margin: 0 10px 0 0;
}
.fav_cat_btn.active {
    border-bottom: 2px solid #fd8300;
}
.fav_cat_btn:hover {
    color: #fd8300;
}
.fav_category_slide {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 30px;
    display: flex;
}
.fav_cat_products {
    position: relative;
    /* margin-top: 40px; */
}
.fav_product_inner {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.fav_product_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fav_cat_products_slider {
    position: relative;
    margin: 0 -10px;
}
.slider_arrow_left, .slider_arrow_right {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.slider_arrow_left {
    left: 0px;
}
.slider_arrow_right {
    right: 0px;
}
.overlay_buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.overlay_buttons .wishlist_button {
    margin-bottom: 10px;
}
.overlay_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.overlay_buttons a.selected path,
.product_compfav a.selected path {
    fill: #78B72A;
}
.main_catalog_wrapper {
    margin-top: 80px;
}
.product_catalog_header,
.product_catalog_footer
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.product_catalog_footer {
    justify-content: flex-end;
}
.filter_ttl {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
}
.catalog_tablet {
    width: 100%;
}
.product_grid {
    display: grid;
    border: 1px solid #DEDEDE;
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #717171;
    min-height: 80px;
    width: max-content;
}
.catalog_tablet_header {
    display: grid;
    padding: 17px 10px;
    background: #DEDEDE;
    width: 100%;
}
.catalog_tablet_header, .product_grid {
    grid-template-columns: 70px 170px 50px 100px 80px 110px 30px 120px 90px 30px;
}
.catalog_tablet_header > *, .product_grid > * {
    padding: 0 10px;
}
.catalog_tablet_header > span, .catalog_tablet_header > div {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
.catalog_tablet_header .catalog_head_price {
    text-align: right;
}
.table_product_td.table_price_td {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.table_old_price {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #FF1F34;
    margin-bottom: 5px;
}
.double_td {
    grid-column: span 2;
}
.table_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table_form .amount {
    display: flex;
    border: 1px solid #e8e8e1;
    /* width: 60px; */
}
.table_form .input_amount {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #717171;
    width: 35px;
    background-color: unset;
    border: none;
    height: 24px;
}
.table_product_name {
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.table_product_name:hover {
    color: #FD8300;
}
.table_product_td {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
}
/*.table_product_td:not(:last-child) {*/
/*    padding-right: 10px;*/
/*}*/
/* .table_product_td:not(:first-child) {
    justify-content: center;
} */

.table_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: unset;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.span_article {
    word-break: break-all;
}

.informer_languages {
    display: flex;
    align-items: center;
}
.main_products .slick-list.draggable {
    margin: 0px -2px -50px;
    padding: 0px 2px 50px;
}
.footer_item .menu_item:not(:last-child) {
    margin-bottom: 25px;
}
.table_button span {
    display: none;
}
.currencies_city {
    display: none;
}
.plan_block {
    position: fixed;
    right: 80px;
    bottom: 5%;
    z-index: 101;
}
.plan_task {
    position: absolute;
    bottom: calc(100% + 20px);
    right: 50%;
    transform: translateX(50%);
    display: flex;
    flex-direction: column;
    background: #FD8300;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    /* white-space: nowrap; */
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    max-width: 200px;
    width: 200px;
}
.plan_task::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fd8300;
}
.plan_block:hover .plan_task {
    opacity: 1;
    visibility: visible;
}
.plan_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #FD8300;
    border-radius: 50%;
}
.plan_icon:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    border: 1px solid #FD8300;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.75);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.75);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.table_ttl {
    display: none;
}
.tablet_informer {
    display: none;
}
input.error {
    border: 1px solid #FF1F34;
}
label.error {
    position: absolute;
}
.phone_wrapper {
    width: 100%;
}
.tablet_logo {
    display: none;
}
.close_catalog_menu {
    display: none;
}

i.footer_menu_arrow {
    display: none;
}
.mobile_search_btn {
    display: none;
}
.products_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.sidebar_top {
    background: #FBFBFB;
}
.filter_group.scrollbar-inner>.scroll-element.scroll-y {
    right: 20px;
}
.filter_group.scrollbar-inner>.scroll-element .scroll-bar {
    width: calc(100% + 6px);
    left: -3px;
}
.fav_category_slide.scrollbar-inner>.scroll-element .scroll-element_track {
    height: 4px;
}
.arrow_right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_group_wrapper {
    display: none;
}
.filters {
    display: none;
}
.catalog_h1 {
    font-weight: 600;
    font-size: 38px;
    color: #000000;
    padding: 0;
    margin: 40px 0;
    border: none;
    min-height: 45px;
}
.catalog_btns {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
}
.catalog_btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #FD8300;
    width: 48%;
    height: 30px;
    cursor: pointer;
    transition: 0.5s
}
.catalog_btn:hover {
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.2);
}
.sidebar {
    width: 278px;
    background: #FBFBFB;
}
.subcategories_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    transition: 0.5s;
    max-height: 10000px;
}
.subcatalog_item a{
    text-decoration: none;
}
.subcatalog_item {
    width: 158px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}
.subcat_image {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    width: 100%;
    height: 158px;
    padding: 5px;
    transition: 0.5s;
}
.subcatalog_item:hover .subcat_image {
    box-shadow: 0px 10px 40px rgb(0 0 0 / 26%);
}
.subcatalog_item:hover span {
    color: #FD8300;
}
.subcat_image img{
    vertical-align: middle;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
    width: unset;
}
/*.wish_products .catalog_tablet_header {*/
/*    grid-template-columns: 90px 228px 100px 160px 110px 110px 140px 120px 60px 30px;*/
/*}*/
/*.wish_products .product_grid {*/
/*    grid-template-columns: 90px 228px 100px 160px 110px 110px 140px 120px 60px 30px;*/
/*}*/
.wish_products .catalog_tablet_header,
.wish_products .product_grid
{
    grid-template-columns: 70px 230px 110px 160px 100px 109px 30px 140px 110px 60px 30px;
}

.comparison_page {
    display: flex;
    justify-content: space-between;
}
.compare_controls {
    margin-bottom: 40px;
}
.cprs_rating {
    margin-top: 40px;
}
.products_container {
    width: calc(100% - 298px);
}
.tablet_filter_btn {
    display: none;
}
svg.arrow_right {
    width: 16px;
    height: 16px;
    transition: 0.5s;
}
.filter_name svg.arrow_right {
    transform: rotate(90deg);
}
i.arrow_right.active svg.arrow_right,
.filter_name.active svg.arrow_right{
    transform: rotate(270deg);
}
.product_page_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.product_image_block {
    width: 377px;
}
.product_information_block {
    width: calc(100% - 397px);
}
.description_ttl {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.fn_images .slick-list {
    margin: 0px -3px;
}
.slick-current .images_item,
.images_item:hover {
    border: 1px solid #FD8300;
}
.product_images_wrapper {
    position: relative;
}
.product_stock {
    font-size: 16px;
    line-height: 15px;
    color: #78B72A;
    font-weight: normal;
}
.retail_price {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    color: #5B6770;
}
.product_min_amount {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #FF1F34;
    margin-top: 10px;
    padding: 0 10px;
}
.product_price_wrapper {
    display: flex;
    align-items: center;
}
.product_price_trade {
    display: flex;
    margin-right: 10px;
    height: 20px;
}
.product_price_trade svg {
    margin-top: 3px;
}
.product_price_trade.up svg, .table_trade_td.up svg, .table_trade.up svg {
    fill: green;
}
.product_price_trade.down svg, .table_trade_td.down svg, .table_trade.down svg {
    fill: #FF1F34;
}
.table_price_block .table_price {
    display: flex;
    flex-direction: column;
}
.product_price {
    display: flex;
    align-items: baseline;
}
.product_info_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.product_info_features {
    width: 100%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #5B6770;
    margin-bottom: 17px;
}
.sku_nubmer {
    margin-bottom: 15px;
}
.product_info_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.close_catalog_filters {
    display: none;
}
.features_wrapper {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    transition: 0.5s;
}
.features_wrapper.active {
    max-height: 2000px;
}
.product_info_purchase {
    width: 178px;
    min-width: 178px;
}
.features_link {
    font-size: 16px;
    line-height: 1.2;
    color: #FD8300;
    margin-top: 20px;
    cursor: pointer;
}
.features_link span {
    border-bottom: 1px dashed #FD8300;
}
.user_tag {
    font-size: 11px;
}
.rates_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rates_item span {
    display: contents;
    width: 50%;
    white-space: nowrap;
}
.price_drop {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
}
.price_drop svg {
    width: 18px;
    height: 18px;
}
.price_panel {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    border: 1px solid #DEDEDE;
    z-index: 1;
}
.price_panel_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.price_item {
    text-decoration: none;
}
.price_item:hover {
    color: #FD8300;
    text-decoration: underline;
}
.main_image_slider  .slick-track {
    padding-bottom: 1px;
}
.main_bg.none_bg {
    background: none;
}
.none_bg .container {
    padding: 40px 0;
}
.product .bb_btn {
    width: 100%;
}
.product_compfav {
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    margin-top: 15px;
}
.colors_inner {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 11px;
}
.color_item {
    width: 52px;
    height: 44px;
    overflow: hidden;
    border: 3px solid #DEDEDE;
    position: relative;
    background-color: #DEDEDE;
}
a.color_item:hover,
div.color_item {
    border: 3px solid #FD8300;
    background-color: #FD8300;
}
.color_item label {
    cursor: pointer;
}
div.color_item:after {
    content: '';
    background-color: #00000054;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0px;
}
.sku_nubmer.mobile,
.article_nubmer.mobile {
    display: none;
}
.files_ttl {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #5B6770;
    margin-bottom: 20px;
}
.product_file_item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10px;
    min-height: 45px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 15px;
    transition: 0.5s;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 110%;
}

.product_files a {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    color: #5B6770;
    transition: 0.2s;
}
.product_files a:hover {
    color: #FD8300;
}
.product_file_mobile {
    display: none;
}
.image_arrows {
    display: none;
}
.cart_page {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.purchase_block {
    width: 278px;
    background: #FBFBFB;
    padding: 30px 10px;
}
.purchases_block {
    width: calc(100% - 298px);
}
.remove_cart:hover path,
.contact_edit_btn:hover path,
.contact_delete_btn:hover path
{
    fill: #FD8300;
}
.purchases_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 30px;
}
.cart_btns {
    display: flex;
    align-items: center;
}
.cart_btn {
    border: 1px solid #5B6770;
    background: #5B6770;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    height: 44px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 20px;
    padding: 0 20px;
}
.cart_btn:hover {
    background: #fff;
    color: #5B6770;
}
.purchases_sum {
    font-size: 16px;
    line-height: 20px;
    color: #5B6770;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.purchases_total {
    width: 100%;
    align-items: flex-start;
}
.purchases_total > div:not(:last-child) {
    margin-bottom: 10px;
}
.total_sum {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
.total_compare_sum {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    text-decoration-line: line-through;
    color: #FF1F34;
    margin-bottom: 10px;
}
.h2_cart {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.radio {
    min-width: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
}
.radio:before, .radio:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    border: 3px solid #FF6912;
}
.radio:after, .radio:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 0;
    background-color: #FF6912;
    transition: 0.5s;
}
input[type="radio"]:checked + label .radio:after, input[type="radio"]:checked + label .radio:after {
    opacity: 1;
}
input[type="radio"]:checked + label .radio:before, input[type="radio"]:checked + label .radio:before {
    border: 3px solid #FF6912;
}
.purchase_block label {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #5C5C5C;
    cursor: pointer;
}
.user_page {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.user_sidebar {
    width: 278px;
    background: #FBFBFB;
    padding: 20px;
}
.user_content {
    width: calc(100% - 298px);
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    padding: 40px;
}
.user_menu_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.5s;
}
.user_menu_item svg{
    margin-right: 10px;
}
.user_page_link {
    font-size: 16px;
    line-height: 1.1;
    color: #5C5C5C;
    text-decoration: none;
}
.user_page_link.active,
.user_page_link:hover {
    color: #FF6912;
}
.user_page_link.active path,
.user_page_link:hover path{
    fill: #FF6912;
}
.logout_link .user_menu_item {
    padding: 20px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.user_sidebar .bb_btn {
    width: 100%;
    font-size: 16px;
}
.fn_popup, .fn_popup_order_import {
    position: fixed;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    min-width: 350px;
}
.fn_popup.isShow, .fn_popup_order_import.isShow {
    display: flex;
}
.popup_active {
    overflow: hidden;
}
.popup_active:before {
    content: "";
    z-index: 100;
    background-color: #00000054;
    position: fixed;
    width: 100%;
    height: 100%;
}
.user_logout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_sub_btn_wrapper {
    display: none;
}
.form_bottom.center {
    justify-content: center;
    margin-top: 30px;
}
.closePopupJs,
.reloadPopupJs {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.closePopupJs path,
.reloadPopupJs path{
    fill: #FF6912;
}
.user_content_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.user_content_ttl {
    margin: unset;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
}
.user_content_edit {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.contact_ttl {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #727272;
    margin-bottom: 10px;
}
.user_content_middle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding: 25px 0;
    /*padding-bottom: 10px;*/
}
.user_contact_info {
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
}
.contact_group, .user_info_group {
    width: 33.3333333%;
}
.contact_group {
    margin-bottom: 30px;
}
.contact_item {
    font-size: 16px;
}
.user_content_bottom {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #DEDEDE;
}
.balance_group {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.balance_group div {
    display: flex;
    align-items: center;
}
.balance_group svg {
    margin-right: 10px;
}
.balance_ttl {
    font-size: 16px;
    margin-right: 10px;
    color: #5B6770;
}
.balance_item {
    font-size: 16px;
    color: #000000;
}
.user_content_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.contract_link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.contract_link:hover {
    color: #FF6912;
}
.contract_link svg{
    margin-left: 10px;
}
.bb_block_popup .bb_h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    text-transform: inherit;
    text-align: center;
}
.bb_block_popup .bb_desc {
    margin: 30px 0;
    width: 95%;
}
.bb_block_popup .bb_btn {
    padding: 0 20px;
    width: unset;
}
.bb_block_popup .bb_block {
    padding: 50px 0;
}
.bb_block_popup .bb_block {
    padding: 50px 0;
}
.user_form_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.user_edit_middle {
    display: flex;
    justify-content: space-between;
}
.user_contact_info .form_input {
    max-width: calc(100% - 20px);
}
.user_form_btns .cart_btn,
.user_form_btns .bb_btn{
    width: 200px;
}
.user_form_btns .cart_btn {
    margin-left: 20px;
}
/* .user_contact_info .contact_group:nth-child(5) {
    width: 66.66666%;
} */
.user_contact_info .contact_group:nth-child(5) .form_input {
    max-width: calc(100% - 20px);
}
.user_image {
    width: 110px;
    height: 110px;
    background: #EEEEEE;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.user_image img {
    vertical-align: middle;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}
.user_logout:hover a{
    color: #FD8300;
}
.user_logout:hover path {
    fill: #FD8300;
}
.edit_image_inner {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
.user_content_wrapper.disable {
    display: none;
}
.user_order_header {
    display: grid;
    margin: 20px 15px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    grid-template-columns: 145px 140px 160px 150px 140px 25px;
}
.order_item_top {
    display: grid;
    grid-template-columns: 145px 140px 160px 150px 140px 25px;
    font-size: 14px;
    line-height: 1.1;
    color: #717171;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    padding: 30px 15px;
    cursor: pointer;
    transition: 0.5s
}

.order_item_article {
    display: flex;
    align-items: center;
}
.order_item_purchases .catalog_tablet_header,
.order_item_purchases .product_grid {
    grid-template-columns: 80px 180px 80px 130px 80px 95px 100px 25px;
}
.table_price_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}
.order_item_purchases {
    display: none;
    margin-bottom: 20px;
}
.order_item_top .angle_svg {
    transition: 0.5s;
}
.order_item_top.active .angle_svg {
    transform: rotate(180deg);
}
.order_tablet_ttl {
    display: none;
}
.user_document_wrapper {
    margin-bottom: 40px;
}
.user_document_wrapper .product_file_item {
    margin: unset;
}
.register_bottom.order_bottom {
    margin-top: 60px;
}
.accept_img {
    background-image: url(../images/ty_order.jpg);
    background-size: cover;
    height: 75px;
    width: 75px;
    margin-bottom: 30px;
}
input:read-only {
    background-color: #e8e8e1;
}
.mobile_stock_ttl {
    display: none;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    width: 300px;
    height: 15px;
    border-radius: 20px;
    background-color: #EEEEEE;
    color: #FD8300;
    transition: width 1s linear;
}
progress::-webkit-progress-bar {
    background-color: #EEEEEE;
    border-radius: 20px;
}
progress::-webkit-progress-value {
    background-color: #FD8300;
    border-radius: 20px;
}
progress::-moz-progress-bar {
    background-color: #FD8300;
    border-radius: 20px;
}
progress:after {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: progress_bar 0.8s linear infinite;

}
@keyframes progress_bar {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -40px 0;
    }
}
.dropdown_item:not(:last-child) {
    margin-bottom: 10px;
}
.user_content.plan_content {
    padding: unset;
}
.plan_content .user_content_top {
    padding: 30px 40px;
    background: #FBFBFB;
    margin: unset;
}
.deadline_wrapper {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.deadline_wrapper svg{
    margin-right: 10px;
}
.plans_wrapper {
    padding: 30px;
}
.plan_item {
    padding: 25px 15px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}
.plan_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #DEDEDE;
}
.play_ttl {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.play_desc_wrapper {
    display: flex;
    align-items: center;
}
.play_desc_wrapper path{
    fill: #FD8300;
}
.play_desc {
    display: flex;
    align-items: center;
}
.play_desc:not(:last-child) {
    margin-right: 20px;
}
.play_desc svg{
    margin-right: 5px;
}
.plan_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 15px;
}
.plan_table_header {
    padding: 15px;
    background: #DEDEDE;
    display: grid;
    grid-template-columns: 20px 320px 90px 100px 110px 110px;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    text-align: center;
}
.plan_grid {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 20px 320px 90px 100px 110px 110px;
    font-weight: 600;
    font-size: 12px;
    color: #717171;
    text-align: center;
    border: 1px solid #DEDEDE;
}
.plan_grid span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.plan_grid span:nth-child(4) {
    color: #FD8300;
}
.plan_grid a {
    color: #FD8300;
    text-decoration: none;
}
.plan_table {
    margin-bottom: 10px;
}
.plan_bottom {
    padding: 15px;
}
.plan_progress_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.1;
}
.plan_line {
    border-left: 1px solid #D7D7D7;
    display: flex;
    height: 22px;
    margin: 0 10px;
}
.progress_square {
    min-width: 10px;
    height: 10px;
    margin-right: 5px;
}
.plan_progress_ttl {
    display: flex;
    align-items: center;
}
.plan_bottom {
    padding: 15px;
    border: 1px solid #DEDEDE;
}
.plan_progressbar {
    position: relative;
    margin-top: 15px;
}
.plan_progress_bg {
    width: 100%;
    height: 5px;
    background: #BABABA;
}
.plan_progress {
    position: absolute;
    height: 100%;
    left: 0;
    background: #FD8300;
}
.plan_grid .plan_ttl_tablet {
    display: none;
}
.plan_grid_line {
    display: none;
}

/* Menu catalog page*/
/* .catalog_sidebar .category_link {
    padding: 20px 0px 20px 0px;
    margin: 0 30px;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #DEDEDE;
} */
.close_catalog_menu svg,
.close_catalog_filters svg{
    width: 42px;
    height: 42px;
}
.close_catalog_menu path,
.close_catalog_filters path{
    fill: #FD8300;
}
 .category_item .arrow_right path {
    fill: #000
}
 .category_item i.arrow_right {
    min-width: 24px;
    height: 24px;
    /* right: 9px; */
}
 .subcategory {
    display: none;
    position: relative;
    left: unset;
    width: calc(100% - 40px);
    margin: 0 auto;
    box-shadow: unset;
    z-index: 2;
    background: #FBF7F2;
}
 .subcategory .category_link {
    margin: 0;
    border: none;
}
 .categories_nav {
    overflow: hidden;
}
 .level_3.subcategory {
    width: 100%;
}
 .level_4.subcategory {
    width: 100%;
}
svg.arrow_right {
    transform: rotate(90deg);
}
.category_link.selected {
    color: #FD8300;
}
/* Menu catalog page*/
.fn_variant {
    display: none;
}
.contacts_table_header {
    padding: 15px;
    background: #DEDEDE;
    display: grid;
    grid-template-columns: 45px 195px 165px 175px 105px 60px;
    gap: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}
.contact_grid {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 45px 195px 165px 175px 105px 60px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #DEDEDE;
    color: #717171;
    align-items: center;
    gap: 5px;
}
.contacts_wrapper {
    margin-bottom: 40px;
}
/*.contact_delete_btn {*/
/*    display: flex;*/
/*    background: none;*/
/*}*/
.contact_delete_btn, .contact_edit_btn {
    display: inline-block;
    margin: 0 2px;
}
.product_edit_btn {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 12px;
    color: #717171;
    cursor: pointer;
    transition: 0.5s;
}
.product_edit_btn:hover {
    color: #FD8300;
}
.product_edit_btn svg {
    margin-right: 20px;
}
.edit_contact_wrapper {
    display: flex;
    flex-direction: column;
}
.contact_edit_form {
    display: none;
    padding: 20px 15px;
    border: 1px solid #DEDEDE;
}
.contact_edit_form  .contact_ttl {
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}
.contact_input {
    display: flex;
    width: 100%;
    align-items: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #5c5c5c;
    transition: .5s;
    cursor: pointer;
}
.contact_input svg {
    margin-right: 10px;
}
.contact_input:hover {
    color: #FF6912;
}
.user_contacts_edit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact_edit_form .contact_group {
    width: calc(33.33333% - 10px);
    margin-bottom: 30px;
}
.contact_edit_form .contact_group:nth-child(4),
.contact_edit_form .contact_group:nth-child(5) {
    width: calc(50% - 10px);
}
.user_contacts_btns {
    display: flex;
    justify-content: center;
    width: 100%;
}
.user_contacts_btns .cart_btn.user_back {
    width: 215px;
}
.contacts_table_header.address_table {
    grid-template-columns: 45px 195px 455px 60px;
}
.contact_grid.address_table {
    grid-template-columns: 45px 195px 455px 60px;
}
.contacts_table_header.entity_table {
    grid-template-columns: 45px 125px 120px 90px 80px 135px 70px 60px;
}
.contact_grid.entity_table {
    grid-template-columns: 45px 125px 120px 90px 80px 135px 70px 60px;
}
.fn_validate_address_user .contact_group {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}
.contact_edit_form .select2-container--default .select2-selection--single {
    height: 44px;
}
.contact_edit_form .select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e1;
    font-family: inherit;
    font-size: 12px;
}
.product_compfav .wishlist_button {
    margin-bottom: 15px;
}
button {
    border: none;
    padding: unset;
    margin: unset;
}
.price_container .input_amount {
    height: 24px;
    width: 45px;
    border: none;
    background: #fff;
}
.price_container .amount {
    margin-bottom: 5px;
}
.contract_grid_ttl {
    display: none;
}
.per_amount {
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.plan_empty {
    padding: 40px;
}
.product_planned {
    position: absolute;
    top: 0;
    left: 0;
}
.fn_delivery_payment {
    margin-top: 20px;
}
button.buy.selected .add_cart,
button.buy .in_cart {
    display: none;
}
button.buy.selected .in_cart,
button.buy .add_cart {
    display: block;
}

button.table_button.buy span,
button.table_button.buy.selected .in_cart {
    display: none;
}
.other_page_menu {
    display: none;
}
/*div#fn_content {*/
/*    min-height: calc(100% - 200px);*/
/*}*/
/* .header_menu .menu_item:not(:last-child) {
    margin-right: 70px;
} */
.order_bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.order_bottom .order_xml {
    width: 100%;
    max-width: 460px;
    margin-top: 23px;
}
.order_bottom .order_xml .bb_btn {
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
}
.order_bottom .order_xml .bb_btn svg{
    width: 20px;
    margin: unset;
}
.order_bottom .order_xml .bb_btn path{
    fill: #fff;
}
.bb_btn.preorder_btn {
    position: relative;
    border: 1px solid #DEDEDE;
    background: unset;
    color: #FD8300;
    padding: 0 0 0 45px;
    text-align: left;
    font-size: 16px;
}
.preview  .bb_btn.preorder_btn {
    padding: 0 0 0 30px;
    font-size: 15px;
}
.bb_btn.preorder_btn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/preorder.svg);
    background-size: cover;
    height: 24px;
    width: 24px;
}
.preview .bb_btn.preorder_btn:before {
    left: 6px;
    height: 20px;
    width: 20px;
}

.comparison_item .preview_form {
    width: 119px;
}
.table_price_block .nowrap {
    font-weight: 700;
}
.cart_preorder svg {
    width: 100%;
    height: 100%;
}
.cart_preorder {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
.delivery_pay {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}
.main_page_sidebar .level_3.subcategory,
.main_page_sidebar .level_4.subcategory,
.main_page_sidebar .level_5.subcategory {
    width: calc(100% - 20px);
    margin-left: 20px;
}
/* Custome css*/

.form-textarea-wrapper {
    margin-top: 35px;
}

.empty_link {
    color: #FD8300;
    text-decoration: underline;
    cursor: pointer;
}

.product_catalog_footer .select2-container {
    min-width: 75px !important;
    text-align: center;
}

.product_discount {
    display: flex;
    align-items: baseline;
    margin-left: 20px;
    font-size: 18px;
}
.table_product_discount {
    margin-bottom: 5px;
}
.table_product_discount,
.product_discount
{
    color: #D12525;
}
.product_mail_inner {
    font-size: 16px;
    cursor: pointer;
}

.dropzone_block{
    background: #F8F8F8;
    width: 100%;
    text-align: center;
    padding: 50px 15px;
    border: 1px solid #FD8300;
    position: relative;
    cursor: pointer;
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    box-sizing: border-box;
    margin: 20px auto;
    color: #FD8300;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}
.dropzone_block:hover,
.dropzone_block:hover span{
    background: #dedede;
    cursor: pointer;
}
.dropzone_block i{
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
}
.dropzone_block:hover i{
    color: #F8F8F8;
}
.dropinput{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    cursor: pointer;
}
.dropzone_block .error {
    position: absolute;
    bottom: 20px;
    margin-left: 7px;
}

.user_import_btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.user_import_btns .bb_btn {
    min-width: 200px;
}

.example_wrapper a {
    color: #FD8300;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
}

.example_wrapper svg {
    margin-left: 10px;
    fill: #FD8300;
    width: 40px;
    height: 40px;
}
.order_product_grid {
    grid-template-columns: 60px 150px 60px 120px 80px 70px 90px 110px 30px;
}
.bb_desc span:not(:nth-child(1)) {
    margin-top: 10px;
}
.progress_table {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    margin-top: 20px;
}

.progress_table .progress_table__row {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
}

.progress_table .progress_table__row span:first-child {
    text-align: right;
}

.progress_table .progress_table__row span:last-child {
    text-align: left;
}

.progress_table .progress_table__row span {
    margin: 0 10px;
}
.bb_block .error {
    font-size: 15px;
}
.tag-success svg path {
    fill: #009502;
}
.tag-danger svg path {
    fill: #ff0000;
}
.order_purchases {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: visible;
}
.order_purchases::-webkit-scrollbar {
    display: none;
}
.table_price_td_nowrap {
    white-space: nowrap;
    overflow: hidden;
    align-items: flex-start;
}

.input_filter_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.input_filter_item input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.input_filter_item label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input_filter_item label::before {
    content: '';
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #fd8300;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin-right: 12px;
}
.input_filter_item input:checked + label::before {
    background: url(../images/check_mark.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    background-size: 16px;
}
.order_header_ttl {
    display: flex;
    align-items: center;
}

.order_header_ttl a {
    margin-left: 3px;
    position: relative;
    top: 2px;
}
.order_header_sort_asc svg path:first-child {
    fill: #fd8300;
}
.order_header_sort_desc svg path:last-child {
    fill: #fd8300;
}
#popup_order_import_progressbar .error {
    margin: 0 40px;
}
.fn_product_amount .error {
    display: none!important;
}

.user_content_feed {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DEDEDE;
    padding: 25px 0;
    flex-wrap: wrap;
}
.feed_group {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    justify-content: start;
    align-items: flex-start;
    font-size: 16px;
}
.feed_ttl {
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #727272;
    margin-bottom: 10px;
}
.feed_item {
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
}
.feed_item a {
    word-break: break-word;
}
.feed_item form {
    margin-left: 20px;
}
.feed_item form:first-child {
    margin-left: 0;
}
.user_content_footer_inner {
    display: flex;
}
.user_content_footer_inner .bb_btn:not(:last-child) {
    margin: 0 20px 0 0;
}
.box_btn {
    background: #fff;
    border: 1px solid #dedede;
    padding: 10px;
    width: 45px;
    height: 35px;
    margin-top: -5px;
    margin-left: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
}
.box_btn:hover {
    border-color: #5B6770;
    color: #5B6770;
    box-shadow: inset 0 3px 4px rgb(0 0 0 / 20%);
}
.plan_task_inner {
    display: flex;
    flex-direction: column;
}
.plan_task_inner:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #fff;
}
.plan_icon.plan_complete {
    background: green;
    box-shadow: 0px 0px 20px 10px rgb(0 255 0);
}
.plan_complete:after {
    border-color: green;
}
.post_preview {
    width: calc(100% - 14px);
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    transition: 0.5s;
    cursor: pointer;
}
.post_preview a {
    text-decoration: unset;
}
.post_image {
    position: relative;
    height: 150px;
    background-size: 100%;
    background-position: center;
    transition: 0.5s;
}
.post_overview {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
}
.post_type {
    background: #FFFFFF;
    border-radius: 0px 0px 3px 0px;
    width: 74px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.post_featured {
    background: #44BF25;
    border-radius: 0px 0px 0px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 11px;
    color: #FFFFFF;
}
.post_info {
    padding: 15px;
    border-bottom: 1px solid #DEDEDE;
}
.post_name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: 0.5s;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
}
.post_date_comment {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #717171;
    margin-bottom: 15px;
}
.post_date,
.post_comment_count {
    display: flex;
    align-items: center;
}
.post_date svg,
.post_comment_count svg {
    margin-right: 5px;
}
.post_comment_count {
    margin-left: 20px;
}
.post_author {
    font-size: 13px;
    line-height: 18px;
    color: #717171;
    padding: 10px 15px;
    min-height: 38px;
}
.post_anotation {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 54px;
    font-size: 13px;
    line-height: 18px;
    color: #717171;
}
.main_news_wrapper {
    margin-bottom: 60px;
}
.news_ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 30px;
}
.news_ttl_wrap .fav_cat_ttl{
    margin: unset;
}
.news_top_inner {
    display: flex;
    justify-content: space-between;
}
.news_cat {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #FD8300;
    border-bottom: 1px dashed #FD8300;
    padding-bottom: 2px;
    text-decoration: unset;
    height: fit-content;
    transition: 0.5s;
}
.mobile_news {
    display: none;
}
.blog {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.blog > div {
    width: 25%;
    flex: 1 1 25%;
    margin: 7px 0;
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
}
.fav_products_post {
    margin-bottom: 100px;
}
.post_page_image {
    float: right;
    margin: 0px 0px 20px 20px;
}
.post_page_date {
    margin-bottom: 20px;
    opacity: 0.8;
}
.related_files a {
    text-decoration: unset;
    width: calc(33% - 10px);
}
.related_file {
    color: #fd8300;
    font-size: 16px;
    line-height: 1.1;
    display: flex;
    align-items: center;
}
.related_file span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.related_file svg {
    margin-right: 10px;
    min-width: 36px;
    height: 36px;
}
.related_files {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.related_files_wrapper {
    margin: 100px 0;
}
.banner_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.banners_wrapper {
    position: relative;
}
.fn_banner_main_banner {
    opacity: 0;
    transition: .5s;
    max-height: 0;
    overflow: hidden;
}
.fn_banner_main_banner.slick-initialized {
    opacity: 1;
    max-height: 100%;
    overflow: unset;
}
.product_page_fav {
    margin-bottom: 50px;
}
.phone_login .select2-selection .select2-selection__rendered {
    padding-right: 50px !important;
}
.contact_group .phone_login .select2-selection .select2-selection__rendered {
    padding-right: 30px !important;
}
.select2-container--open .select2-selection .select2-selection__arrow b {
    top: 10px !important;
}
.select2-selection .select2-selection__arrow b {
    top: 5px !important;
}
.select2-results ul[id*=select2-phone_code] li {
    font-size: 12px;
    color: #727272;
    max-height: 44px;
    text-align: right;
    padding-right: 10px;
}
.min_height_page {
    min-height: calc(100vh - 609px);
}
.text_left {
    text-align: left !important;
}

/* button disabled */
button[disabled] .table_button,
button[disabled] .table_button:hover {
    cursor: default;
}
button[disabled].table_button svg path,
button[disabled].table_button:hover svg path,
button[disabled].table_button.selected svg path {
    fill: #dedede;
}
.plus.disabled, .minus.disabled,
.input_amount[disabled],
.bb_btn[disabled] {
    background-color: #dedede;
    border-color: #dedede;
    cursor: default;
}
button.restricted .table_button,
button.restricted .table_button:hover {
    cursor: not-allowed;
}
button.restricted.table_button svg path,
button.restricted.table_button:hover svg path,
button.restricted.table_button.selected svg path {
    opacity: 0.5;
}
.cart_page .restricted {
    background-color: #ffca90;
}
.cart_page .table_form.restricted .amount {
    background-color: #fff;
}
.cart_page .table_form.restricted .table_product_td > span:first-child {
    color: #fff;
}

/* button restricted */


/* User documents */
.user_popup{
    padding: 40px!important;
    width: 100%;
    max-width: 625px;
}
.user_popup_heading{
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #030303;
    margin-bottom: 20px;
    display: block;
    border-bottom: 4px solid #FD8300;
    width: max-content;
}
.user_popup_info{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #5C5C5C;
    width: 100%;
    max-width: 495px;
}
.documents_buttons_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.user_warning{
    position: absolute;
    width: 100%;
    max-width: 250px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    top: 115%;
    border: 1px solid #FD8300;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s ease;
    color: #5C5C5C;
}
.documents_button{
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    background-color: transparent;
    border: 1px solid #5B5770;
    color: #5B5770;
    padding: 12px;
    width: 100%;
    display: block;
    max-width: 170px;
    cursor: pointer;
    transition: all .5s ease;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.documents_button:hover ~ .user_warning{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.documents_button_wrapper {
    width: 100%;
    max-width: 170px;
}
.documents_button:hover{
    color: #FD8300;
    border-color: #FD8300;
}
.debts_count, .documents_count {
    background: #FD8300;
    width: 100%;
    max-width: 30px;
    height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: -40%;
    right: 8%;
    border: 3px solid #FFFFFF;
}
.user_popup_link {
    max-width: 170px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.r_icon{
    width: 16px;
    height: 16px;
    display: block;
    min-width: 16px;
}
.not_read_icon .r_icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.6875 13.25H2.3125C1.58625 13.25 1 12.6637 1 11.9375V4.0625C1 3.33625 1.58625 2.75 2.3125 2.75H13.6875C14.4137 2.75 15 3.33625 15 4.0625V11.9375C15 12.6637 14.4137 13.25 13.6875 13.25ZM2.3125 3.625C2.0675 3.625 1.875 3.8175 1.875 4.0625V11.9375C1.875 12.1825 2.0675 12.375 2.3125 12.375H13.6875C13.9325 12.375 14.125 12.1825 14.125 11.9375V4.0625C14.125 3.8175 13.9325 3.625 13.6875 3.625H2.3125Z' fill='%231E1E1E' stroke='%231E1E1E' stroke-width='0.5'/%3E%3Cpath d='M8.00002 9.71529C7.38752 9.71529 6.82752 9.47029 6.40752 9.02404L1.81377 4.14154C1.64752 3.96654 1.65627 3.68654 1.83127 3.52029C2.00627 3.35404 2.28627 3.36279 2.45252 3.53779L7.04627 8.42029C7.54502 8.95404 8.45502 8.95404 8.95377 8.42029L13.5475 3.54654C13.7138 3.37154 13.9938 3.36279 14.1688 3.52904C14.3438 3.69529 14.3525 3.97529 14.1863 4.15029L9.59252 9.03279C9.17252 9.47904 8.61252 9.72404 8.00002 9.72404V9.71529Z' fill='%231E1E1E' stroke='%231E1E1E' stroke-width='0.5'/%3E%3C/svg%3E");
}
.read_icon .r_icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.1275 2.31143C8.78486 2.11302 8.39594 2.00854 8 2.00854C7.60406 2.00854 7.21514 2.11302 6.8725 2.31143L2.1225 5.06143C1.781 5.25918 1.49752 5.54327 1.3005 5.88518C1.10348 6.2271 0.999844 6.61481 1 7.00943V12.2499C1 12.8467 1.23705 13.419 1.65901 13.8409C2.08097 14.2629 2.65326 14.4999 3.25 14.4999H12.75C13.3467 14.4999 13.919 14.2629 14.341 13.8409C14.7629 13.419 15 12.8467 15 12.2499V7.00893C15 6.61448 14.8963 6.22697 14.6993 5.88525C14.5022 5.54352 14.2188 5.2596 13.8775 5.06193L9.1275 2.31143ZM7.3735 3.17693C7.56388 3.06667 7.77999 3.0086 8 3.0086C8.22001 3.0086 8.43612 3.06667 8.6265 3.17693L13.3765 5.92693C13.545 6.02443 13.685 6.15793 13.7895 6.31443L8 9.43193L2.2105 6.31493C2.3155 6.15843 2.4555 6.02493 2.6235 5.92743L7.3735 3.17693ZM2 7.33693L7.763 10.4404C7.83584 10.4796 7.91727 10.5002 8 10.5002C8.08273 10.5002 8.16416 10.4796 8.237 10.4404L14 7.33693V12.2499C14 12.5815 13.8683 12.8994 13.6339 13.1338C13.3995 13.3682 13.0815 13.4999 12.75 13.4999H3.25C2.91848 13.4999 2.60054 13.3682 2.36612 13.1338C2.1317 12.8994 2 12.5815 2 12.2499V7.33693Z' fill='%23848484'/%3E%3C/svg%3E");
}
.product_file_item.not_read_icon{
    color: #1E1E1E;
    font-weight: 600;
}
.product_file_item.read_icon{
    font-weight: 400;
    color: #848484;
    background-color: #F3F3F3;
}
.product_file_item_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.preview_documents_image {
    width: 100%;
    max-width: 472px;
}
.preview_documents_content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.product_file_item_right a{
    border: 1px solid #FD8300;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FD8300;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    max-width: 183px;
    padding: 12px;
    transition: all .5s ease;
}
.product_file_item_right a:hover{
    background-color: #FD8300;
    color: #ffffff;
}
.product_file_item_right a svg, .product_file_item_right a svg path{
    transition: all .5s ease;
}
.product_file_item_right a:hover svg path{stroke: #ffffff;}
.preview_documents_name{
   font-size: 20px;
   font-weight: 600;
   line-height: 110%;
   color: #030303; 
   margin-bottom: 30px;
}
.product_file_item_right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 183px;
}
.debts_warning_wrapper {
    background: #FBFBFB;
    padding: 16px;
    margin-bottom: 32px;
    border-radius: 5px;
    border: 2px solid #ede6e6;
}
.debts_warning_wrapper h4{text-align: center;}


.fancybox-close-small:after{color: #FD8300!important;font: 30px / 30px Arial, Helvetica Neue, Helvetica, sans-serif!important;border: none;}
/* END User documents */