html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Montserrat';
    text-decoration: none;
    box-sizing: border-box;
}

a {
    color: #373737;
}

b {
    font-weight: bold;
}

strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

ul:not([class]) {
    margin: 10px 0 0;
}

ul:not([class]) li {
    position: relative;
}


ul:not([class]) li:not(:last-child) {
    margin-bottom: 4px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
textarea {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #555658;
    outline: none;
    border: solid 1px transparent;
    box-sizing: border-box;
    background-color: #F1F1F1;
    padding: 15px 15px;
    transition: all .3s ease;
}

input.error,
textarea.error,
select.error {
    border: solid 1px rgb(255 0 0 / 50%);
}

input:disabled,
select:disabled,
textarea:disabled {
    opacity: .6;
}

::placeholder {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #555658;
}

::-webkit-input-placeholder {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #555658;
}

::-moz-placeholder {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #555658;
}

:-ms-input-placeholder {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #555658;
}

:-moz-placeholder {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #555658;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
}

.content {
    position: relative;
}

.inner_container {
    margin-top: 35px;
    margin-bottom: 50px;
}

.block_container {
    position: relative;
    margin-top: 95px;
    margin-bottom: 95px;
}

.left_blocks .block_container:first-child {
    margin-top: 0;
}

.left_blocks .block_container {
    margin-bottom: 50px;
    margin-top: 50px;
}

.block_container.block_container_65,
.block_container.block_container_55,
.block_container.block_container_56,
.block_container.block_container_64,
.block_container.block_container_63,
.block_container.block_container_66,
.block_container.block_container_67,
.block_container.block_container_68 {
    margin-top: 0;
    margin-bottom: 0;
}

.edit_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #222222;
    color: #fff;
    z-index: 1;
    opacity: .5;
    padding: 5px 5px;
    font-size: 0;
    transition: all .3s ease;
}

.edit_button i {
    font-size: 12px;
    transition: margin-right .3s ease;
}

.block_container:hover .edit_button,
.menu_container:hover .edit_button {
    opacity: 1;
}

.edit_button:hover {
    font-size: 12px;
}

.edit_button:hover i {
    margin-right: 6px;
}

.header_topbar {
    background-color: #F5F5F5;
    padding: 10px 0;
}

.header_topbar_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_topbar .menu_items {
    display: flex;
    align-items: center;
}

.header_topbar .menu-item-facebook svg,
.header_topbar .menu-item-viber svg,
.header_topbar .menu-item-instagram svg {
    width: 18px;
    height: 18px;
}

.header_topbar .menu_items a {
    font-size: 12px;
    line-height: 15px;
    color: #555658;
    display: inline-flex;
}

.header_topbar .menu_items li:not(:last-child) {
    margin-right: 35px;
}

.header_topbar .menu_container_18 .menu_items li:not(:last-child) {
    margin-right: 18px;
}

.header_topbar .menu_container_18 .menu_items li {
    display: inline-flex;
}

.header_topbar .menu_container_19 .menu_items a {
    position: relative;
}

.header_topbar .menu_container_19 .menu_items a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(85 86 88 / 50%);
    transition: width .3s ease;
}

.header_topbar .menu_container_19 .menu_items a:hover:after {
    width: 100%;
}

.header_topbar .menu_items li a:hover {
    color: #1D1E1F;
}

.header_phones_list a {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.js_open_additional_phones svg {
    width: 16px;
    height: 16px;
}

.drop_menu {
    display: none;
    position: absolute;
    left: -15px;
    top: calc(100% + 10px);
    z-index: 1;
    background-color: #222222;
    padding: 15px 15px;
}

.header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_row .menu_container_22 .menu_items {
    display: flex;
    align-items: center;
}

.header_row .menu_container_22 .menu_items svg {
    width: 24px;
    height: 24px;
}

.menu-item-lozung span {
    font-size: 14px;
    line-height: 22px;
    color: #868E9D;
}

.header_row .menu_container_21 .menu_items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header .menu_items .menu-item-logo img {
    /* filter: brightness(0); */
}

.logo {
    display: block;
    /* max-width: 166px; */
    height: 30px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

footer .logo {
    height: 40px;
}

footer .logo img {
    filter: brightness(10);
}

.menu-item-search input[name="searchstring"] {
    position: absolute;
    right: 32px;
    height: 100%;
    background-color: transparent;
    border-bottom: solid 1px #868E9D;
    transform: translateX(32px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.menu-item-search .active input[name="searchstring"] {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.menu-item-search {
    position: relative;
}

.menu-item-search button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #222222;
    cursor: pointer;
}

.header_row .menu_container_22 .menu_items a {
    color: #222222;
    cursor: pointer;
}

.header_row .menu_container_22 .menu_items li:not(:last-child) {
    margin-right: 33px;
}

.menu_container {
    position: relative;
}

.call_me_link {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #CCA172;
    position: relative;
    margin-top: 8px;
    display: inline-block;
}

.call_me_link:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(204 161 114 / 50%);
    transition: width .3s ease;
}

.call_me_link:hover:after {
    width: 100%;
}

.phones_list .phone {
    display: flex;
    align-items: center;
}

.js_open_additional_phones {
    margin-left: 5px;
    cursor: pointer;
}

.menu_container_23 .catalog_menu a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #222222;
    position: relative;
}

.menu_container_23 .catalog_menu {
    display: flex;
    align-items: center;
}

.menu_container_23 .catalog_menu li:not(:last-child) {
    margin-right: 50px;
}

.header_column_center_top {
    margin-bottom: 22px;
}

.header .menu_container_21 .menu-item-lozung {
    margin-top: 5px;
}

.header {
    padding: 20px 0;
}

.drop_menu_block {
    position: relative;
}

.drop_menu a {
    color: #ffffff;
    white-space: nowrap;
}

.header_row .menu_container_22 .menu_items .drop_menu {
    left: auto;
    right: 0;
}

.header_row .menu_container_22 .menu_items .drop_menu a {
    color: #ffffff;
    position: relative;
}

.drop_menu li:not(:last-child) {
    margin-bottom: 10px;
}

.header_row .menu_container_22 .menu_items .drop_menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 50%);
    transition: width .3s ease;
}

.header_row .menu_container_22 .menu_items .drop_menu a:hover:after {
    width: 100%;
}

.promo_code_text {
    font-size: 13px;
    line-height: 16px;
    color: #A9A9A9;
    text-align: center;
    padding: 13px 0;
}

.menu_container_23 .catalog_menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(85 86 88 / 50%);
    transition: width .3s ease;
}

.menu_container_23 .catalog_menu a:hover:after {
    width: 100%;
}

.slide_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slide_title {
    font-size: 54px;
    line-height: 60px;
    color: #222222;
    margin-bottom: 22px;
}

.slide_description {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.button {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #222222;
    border: solid 1px #222222;
    display: inline-block;
    padding: 25px 34px;
    transition: all .3s ease;
    cursor: pointer;
}

.button:hover {
    background-color: #353535;
}

.button_small {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #222222;
    border: solid 1px #222222;
    display: inline-block;
    padding: 19px 15px;
    transition: all .3s ease;
    cursor: pointer;
}

.button_small:hover {
    background-color: #353535;
}

.button_border {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    border: solid 1px #222222;
    display: inline-block;
    padding: 25px 34px;
    transition: all .3s ease;
    cursor: pointer;
}

.button_border:hover {
    background-color: #353535;
    color: #FFFFFF;
}

.button_border_small {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    border: solid 1px #222222;
    display: inline-block;
    padding: 19px 15px;
    transition: all .3s ease;
    cursor: pointer;
}

.button_border_small:hover {
    background-color: #353535;
    color: #FFFFFF;
}

.button i,
.button_border i,
.button_border_small i,
.button_small i {
    margin-right: 10px;
    font-size: 15px;
}

.slide_container {
    max-width: 500px;
}

.slide_button {
    margin-top: 50px;
}

.category_tile_item:nth-child(4n+1),
.category_tile_item:nth-child(4n) {
    background-color: #E8E4DB;
}

.category_tile_item:nth-child(4n+2),
.category_tile_item:nth-child(4n+3) {
    background-color: #E0E6EF;
}

.category_tile_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 30px 0;
}

.category_tile_item {
    min-height: 340px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 82px 32px;
}

.category_tile_content {
    width: 60%;
}

.category_tile_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #222222;
    background-color: #ffffff;
    padding: 12px 25px;
    display: inline-block;
    transition: all .3s ease;
}

.subcategory_list a {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    position: relative;
}

.subcategory_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    overflow: hidden;
}

.subcategory_list li:not(:last-child) {
    margin-right: 30px;
}

.subcategory_list li {
    position: relative;
    margin-bottom: 18px;
}

.subcategory_list li:not(:first-child):before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    position: absolute;
    background-color: #222222;
    border-radius: 50%;
}

.header .menu_container_23 .catalog_menu_children {
    display: none;
}

.category_tile_title:hover {
    background-color: #353535;
    color: #ffffff;
}

.subcategory_list a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(85 86 88 / 50%);
    transition: width .3s ease;
}

.subcategory_list a:hover:after {
    width: 100%;
}

.block_head {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #222222;
    margin-top: 95px;
    margin-bottom: 50px;
}

.inner_page .block_head {
    text-align: left;
}

.left_blocks .block_head {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.reason_count {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #9FA6BD;
    background-color: #F7F7F8;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 8px;
}

.reasons_block {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.reason_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #222222;
}

footer {
    background-color: #1D1E1F;
}

footer .menu-item-mobile svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 3px;
}

footer .menu-item-mobile a {
    color: #ffffff;
    border: solid 1px #868E9D;
    padding: 15px 30px;
    display: inline-block;
    transition: all .3s ease;
}

.footer_menu_row {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
}

footer .menu-item-mobile a:hover {
    background-color: #ffffff;
    color: #222222;
}

footer .menu-item-login a {
    font-size: 16px;
    line-height: 30px;
    color: #868E9D;
    position: relative;
}

footer .menu-item-login svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-bottom: 5px;
    vertical-align: middle;
}

footer .menu_container_25 .menu_items>li:not(:last-child) {
    margin-bottom: 35px;
}

.footer_logo {
    margin-bottom: 30px;
}

.footer_menu_wrap {
    padding: 45px 0;
}

footer .menu_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}

footer .menu_container_26 .menu_items a,
footer .menu_container_27 .menu_items a {
    font-size: 16px;
    line-height: 40px;
    color: #868E9D;
    position: relative;
}

footer .menu-item-email svg,
footer .menu-item-address svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

footer .menu-item-email a,
footer .menu-item-address span {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #868E9D;
}

footer .menu-item-phone a,
footer .menu-item-phones a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer .menu-item-phone {
    margin-bottom: 10px;
}

footer .menu-item-phones {
    margin-bottom: 20px;
}

footer .catalog_menu_children {
    display: none;
}

footer .menu_container_26 .menu_items a:after,
footer .menu_container_27 .menu_items a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(134 142 157 / 50%);
    transition: width .3s ease;
}

footer .menu_container_26 .menu_items a:hover:after,
footer .menu_container_27 .menu_items a:hover:after {
    width: 100%;
}

.footer_copyright_row {
    font-size: 14px;
    line-height: 17px;
    color: #868E9D;
    border-top: solid 1px #2E2F30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.footer_copyright_row a {
    color: #ffffff;
}

#scrollToTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #9fa6bd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    cursor: pointer;
}

#scrollToTop.active {
    opacity: .6;
    visibility: visible;
}

#scrollToTop.active:hover {
    opacity: 1;
}

footer .menu-item-login a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(134 142 157 / 50%);
    transition: width .3s ease;
}

footer .menu-item-login a:hover:after {
    width: 100%;
}

footer .menu-item-login a.authorization-button:after {
    display: none;
}

.products_block {
    display: grid;
    border-top: solid 1px #EBEDEF;
    border-left: solid 1px #EBEDEF;
    margin-bottom: 35px;
}

.product_brief_block {
    border-bottom: solid 1px #EBEDEF;
    border-right: solid 1px #EBEDEF;
    position: relative;
    padding-bottom: 20px;
    transition: all .3s ease;
    background: #fff;
}

.product_brief_block:hover {
    _background-color: rgb(204 161 114 / 5%);
}

.products_gslide .product_brief_block {
    border-top: solid 1px #EBEDEF;
}

.products_gslide .product_brief_block:first-child {
    border-left: solid 1px #EBEDEF;
}

.product_brief_image {
    height: 480px;
    max-width: 300px;
    transition: all .3s ease;
}

.product_brief_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_brief_image.no_image {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_brief_image.no_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .4;
}

.product_brief_free_block {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    top: 15px;
    box-sizing: border-box;
    transition: all .3s ease;
}

.product_brief_top_buttons {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
}

.favorites_button svg {
    width: 16px;
    height: 16px;
}

.favorites_button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgba(153, 145, 210, 0.15);
    border-radius: 50%;
    transition: all .3s ease;
}

.product_brief_title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #868E9D;
    transition: color .3s ease;
    display: block;
}

.product_brief_title {
    height: 48px;
    overflow: hidden;
    padding: 0 25px;
    margin-top: 25px;
    transition: all .3s ease;
}

.product_brief_price .actual_price {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.product_brief_price .old_price {
    color: #B5B5B5;
    text-decoration: line-through;
    margin-left: 10px;
}

.product_brief_price {
    padding: 0 25px;
    margin-top: 12px;
    transition: all .3s ease;
}

.favorites_button:hover {
    background-color: #9fa6bd;
    color: #ffffff;
}

.favorites_button.active {
    background-color: #353535;
    color: #ffffff;
}

.product_brief_title a:hover {
    color: #353535;
}

.header_row .menu_container_22 .menu_items li {
    position: relative;
}

.header_row .menu_container_22 .menu_items .count {
    background-color: #CCA172;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-weight: bold;
    padding: 2px 2px;
    position: absolute;
    right: -8px;
    top: -8px;
}

.product_label_text {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EB5757;
    border-radius: 50%;
}

.discounts_block {
    min-height: 436px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.discounts_content {
    background-color: #F5F5F5;
    padding: 70px 85px;
    min-width: 660px;
}

.discounts_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #222222;
    text-align: center;
    margin-bottom: 30px;
}

.discount_label {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discounts_list li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 18px;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #555658;
}

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

.news-articles-shortstory {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.news-articles-shortstory-image {
    height: 400px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.news-articles-shortstory-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 1%);
}

.news-articles-shortstory-no-image {
    height: 400px;
    background-color: #F5F5F5;
    opacity: .4;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
}

.news-articles-text {
    background-color: #ffffff;
    width: calc(100% - 60px);
    margin: -55px auto 0;
    padding: 30px 30px;
    position: relative;
}

.news-articles-title {
    margin-bottom: 12px;
}

.news-articles-title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    display: block;
}

.news-articles-discription {
    font-size: 16px;
    line-height: 26px;
    color: #868E9D;
    margin-bottom: 12px;
}

.news-articles-shortstory-more a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #CCA172;
}

.news-articles-shortstory-more a:hover {
    text-decoration: underline;
}

.news-articles-shortstory-image a,
.news-articles-shortstory-no-image a {
    height: 100%;
    width: 100%;
    display: block;
}

.news-articles-shortstory li {
    position: relative;
}

.discounts_list li:not(:last-child) {
    margin-right: 20px;
}

.half_container {
    width: 50%;
}

.right_position {
    margin-right: auto;
}

.left_position {
    margin-right: auto;
}


.content_design,
.content_design p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}

.content_design img {
    max-width: 100%;
    margin: 15px;
}

.content_design p {
    margin-bottom: 10px;
}

.content_design a {
    font-size: 16px;
    line-height: 20px;
    color: #CCA172;
    text-decoration: underline;
}

.content_design a:hover {
    text-decoration: none;
}

.content_design h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.content_design h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.content_design h4 {
    margin-top: 35px;
}

.content_design thead {
    background-color: #408DE4;
    border: solid 1px #408DE4;
}

.content_design thead td,
.content_design thead th {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.content_design table {
    width: 100%;
}

.content_design tbody td,
.content_design tbody th {
    border: solid 1px #EAEAEA;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
    text-align: center;
    box-sizing: border-box;
}

.content_design tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}

.about_company.content_design,
.about_company.content_design p {
    color: #868E9D;
}

.about_company {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social_network a {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    transition: all .3s ease;
}

.social_network a svg {
    width: 20px;
    height: 20px;
}

.social_network {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_network li:not(:last-child) {
    margin-right: 15px;
}

.social_network a:hover {
    background-color: #353535;
}

.social_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 22px;
}

.social_block {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_partners_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #222222;
}

.our_partners_block {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 115px;
    align-items: center;
    min-height: 150px;
}

.our_partners_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our_partners_logo img:not(:last-child) {
    margin-right: 30px;
}

.discount_form_description {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #222222;
    margin-bottom: 30px;
}

.discount_form_description span {
    color: #CCA172;
}

.discount_form_block {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount_form {
    background-color: #FFFFFF;
    width: 510px;
    padding: 48px 65px;
}

.discount_form input[type="text"],
.discount_form textarea {
    background-color: #F1F1F1;
    width: 100%;
    text-align: center;
    padding: 22px 0;
}

.discount_form .button {
    width: 100%;
    text-align: center;
}

.discount_form input,
.discount_form textarea {
    margin-bottom: 10px;
}

.breadcrumbs-list svg {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}

.breadcrumbs-list,
.breadcrumbs-list a {
    font-size: 14px;
    line-height: 18px;
    color: #868E9D;
    transition: color .3s ease;
}

.breadcrumbs-list li {
    color: #868E9D;
    display: flex;
    align-items: center;
}

.breadcrumbs-list li:last-child {
    color: #222222;
}

.breadcrumbs-list {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.breadcrumbs-list span {
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    display: block;
}

.breadcrumbs-list a:hover {
    color: #222222;
}

.pd_anchor_panel {
    background-color: #F5F5F5;
    padding: 0 22px;
}

.pd_anchor_panel a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    padding: 25px 0;
    display: inline-flex;
    transition: color .3s ease;
}

.pd_anchor_panel a:not(:last-child) {
    margin-right: 70px;
}

.pd_anchor_panel a:hover {
    color: #CCA172;
}

.product_detailed h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #222222;
    margin-bottom: 35px;
}

.product_detailed {
    position: relative;
    margin-bottom: 60px;
}

.product_brief_block:hover {
    transform: scale(1.05);
    background: #fff;
    z-index: 150;
    padding-right: 10px;
    padding-bottom: 10px;
}

.product_brief_hover {}



.product_brief_option>.product_option_row {
    display: none;
}

.product_brief_option>.brief-size {}

.brief-size {
    width: 100%;
    background: #fff;
    _display: flex;
    bottom: 70px;
    justify-content: center;
    padding: 1px 0;
    align-items: center;
    position: absolute;
    display: none;
}



.brief-color {
    display: none;
    _display: flex;
    position: absolute;
    top: 0;
    flex-direction: column;
    left: -81px;
    flex-wrap: nowrap;
    background: #fff;
    padding: 0 6px;
    height: 610px;
    z-index: 99;
}

.brief-color .product_option_column {
    display: flex;
    flex-direction: column;
    height: 610px;
}

.brief-color .product_option_column label {}

.brief-color .product_option_column img {
    height: 104px;
}

.brief-size .product_option_name,
.brief-color .product_option_name {
    display: none;
}

.brief-size input,
.brief-color input,
.brief-color label span,
.brief-color .optionVal {
    display: none;
}

.brief-size label {
    max-width: 90px;
}

.brief-color label {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.brief-size .product_option_value {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.brief-size .optionVal {
    font-weight: 600;
    font-size: 10px;
    color: #222222;
    border: solid 1px #D4D4D4;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    flex-wrap: nowrap;
    margin: 2px;
    text-align: center;
    line-height: 12px;
}

.brief-size .disabled {
    display: none;
}

.pd_top_row {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 100px;
    margin-top: 35px;
}

.pd_availability {
    font-size: 14px;
    line-height: 17px;
    color: #353535;
}

.pd_availability span {
    color: #27AE60;
}

.pd_availability span.error {
    color: #eab996;
}

.pd_code {
    font-size: 14px;
    line-height: 17px;
    color: #868E9D;
}

.pd_row {
    display: grid;
    align-items: center;
    justify-content: space-between;
}

.column_2 {
    grid-template-columns: 1fr auto;
}

h1,
.h1 {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #222222;
}

.pd_title h1,
.pd_title .h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

h2,
.h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #222222;
    margin-top: 25px;
}

h3,
.h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #222222;
    margin-bottom: 22px;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #222222;
    margin-bottom: 20px;
}

.header_block {
    margin-bottom: 30px;
}


.pd_price .actual_price {
    font-weight: 600;
    font-size: 44px;
    line-height: 58px;
    color: #222222;
}

.pd_price .old_price {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #B5B5B5;
    text-decoration: line-through;
    margin-left: 20px;
}

.pd_price {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 40px;
}

.pd_control_block {
    margin-bottom: 16px;
}

.pd_rating_star svg {
    width: 18px;
    height: 18px;
    color: #EAB996;
}

.pd_rating {
    display: flex;
    align-items: center;
}

.pd_rating_star {
    display: flex;
    align-items: center;
}

.pd_rating_reviews a {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    border-bottom: 1px dashed #b3b3b3;
    margin-left: 12px;
}

.pd_rating_reviews a:hover {
    border-bottom-style: solid;
}

.pd_rating_star svg:not(:last-child) {
    margin-right: 2px;
}

.pd_title {
    margin-bottom: 16px;
}

.pd_images_list {
    display: flex;
    justify-content: space-between;
    max-height: 750px;
    position: relative;
}

.pd_images_list>.pd_image {
    order: 2;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 560px;
    padding-left: 90px;
}

.pd_images {
    width: 90px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.pd_images .pd_image {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4EAF1;
    cursor: pointer;
    transition: all .3s ease;
}

.pd_images .pd_image:not(:last-child) {
    margin-bottom: 18px;
}

.pd_images .pd_image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.pd_images_list>.pd_image img {
    max-width: 100%;
    max-height: 100%;
}

.pd_images .pd_image:hover {
    border-color: #CCA172;
}

.pd_image.no_image {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd_image.no_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .4;
}

.pd_option_name span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.optionProductVal input[type="radio"] {
    display: none;
}

.optionProductVal .optionVal {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    border: solid 1px #D4D4D4;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

.pd_option_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.optionProductVal input[type="radio"]:not(:disabled)+.optionVal:hover {
    border-color: #CCA172;
}


.optionProductVal input[type="radio"]:checked+.optionVal {
    background-color: #353535;
    color: #ffffff;
}

.optionProductVal input[type="radio"]:disabled+.optionVal:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(351deg);
    background-color: rgb(53 53 53 / 50%);
}

span.disabled {
    cursor: default;
    opacity: .6;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    border: solid 1px #D4D4D4;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

span.disabled:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(351deg);
    background-color: rgb(53 53 53 / 50%);
}

.optionProductVal input[type="radio"]:disabled+.optionVal {
    cursor: default;
    opacity: .6;
}

.pd_option_name {
    margin-bottom: 15px;
}

.pd_option:not(:last-child) {
    margin-bottom: 42px;
}

.optionProductImg span {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #D4D4D4;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

.optionProductImg span img {
    max-width: 100%;
    max-height: 100%;
}

.optionProductImg input[type="radio"] {
    display: none;
}

.pd_option_picture {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
}

.optionProductImg span:hover {
    border-color: #CCA172;
}

.optionProductImg input[type="radio"]:checked+span {
    border-color: #CCA172;
}

.optionProductImg input[type="radio"]:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(204 161 114 / 15%);
}

.optionProductStatic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}

.pd_options .optionProductStatic .pd_option_name,
.pd_options .optionProductStatic .pd_option_value {
    margin: 0;
    text-transform: none;
    position: relative;
    font-size: 16px;
    color: #222222;
}

.pd_options .optionProductStatic .pd_option_name:after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    position: absolute;
    border-bottom: dashed 1px rgb(208 208 208);
    bottom: 3px;
    left: 0;
}

.optionProductStatic .pd_option_name span {
    position: relative;
    z-index: 1;
    padding-right: 6px;
    font-size: 16px;
    color: #868E9D;
    line-height: 16px;
    font-weight: normal;
}

.optionProductStatic .pd_option_name span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
}

.pd_option.optionProductStatic:not(:last-child) {
    margin-bottom: 30px;
}

.pd_label_bg span {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.pd_label_bg {
    min-width: 66px;
    height: 66px;
    background-color: #EB5757;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.pd_labels {
    display: flex;
    align-items: center;
}

.pd_label:not(:last-child) {
    margin-right: 10px;
}

.pd_free_block .favorites_button {
    width: 56px;
    height: 56px;
}

.pd_free_block .favorites_button svg {
    width: 24px;
    height: 24px;
}

.pd_free_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pd_free_block.pd_free_block_indent {
    width: calc(100% - 106px);
}

.pd_column {
    position: relative;
}

.pd_free_block {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 10px;
}

.pd_control_order_row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-row-gap: 10px;
}

.pd_control_order_column:nth-child(3) {
    grid-column: 1/3;
}

.pd_control_order_quantity .quantity {
    width: 125px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border: solid 1px #D4D4D4;
}


.pd_control_order_quantity .quantity button {
    border: none;
    background-color: transparent;
    width: 45px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    cursor: pointer;
    padding: 22px 0;
    transition: all .3s ease;
}

.pd_control_order_quantity .quantity input {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.pd_control_order_quantity .quantity button svg {
    width: 12px;
    height: 12px;
}

.pd_control_order {
    margin-top: 40px;
}

.pd_control_order_quantity .quantity button:hover {
    background-color: #cca172;
    color: #ffffff;
}

.pd_control_order_quick a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222222;
    transition: all .3s ease;
}

.pd_control_order_quantity {
    margin-right: 10px;
}

.pd_control_order_quick a:hover {
    background-color: #353535;
    color: #ffffff;
}

.pd_control_order_to_cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 10px;
    background-color: #222222;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: all .3s ease;
}

.pd_control_order_to_cart a svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.pd_control_order_to_cart a:hover {
    background-color: #353535;
}

.pd_arbitrary_right_block .block_head {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
}

.pd_arbitrary_right_block .block_body,
.pd_arbitrary_right_block .block_body p {
    font-size: 16px;
    line-height: 20px;
    color: #868E9D;
}

.pd_arbitrary_right_block .block_arbitrary:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.pd_arbitrary_right_block {
    margin-top: 40px;
}

.pd_bottom_row {
    display: grid;
    grid-column-gap: 70px;
    margin-top: 60px;
}

.pd_column_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #222222;
    margin-bottom: 35px;
}

.pd_characteristics .pd_option_value {
    line-height: 22px;
}

.pd_characteristics .pd_option_name {
    line-height: 22px;
}

.pd_characteristics .pd_options .optionProductStatic .pd_option_name:after {
    bottom: 5px;
}

.pd_characteristics .optionProductStatic:not(:last-child) {
    margin-bottom: 22px;
}

.pd_column_characteristics,
.pd_column_description,
.pd_column_videos,
.pd_column_files {
    margin-bottom: 70px;
}

.pd_column_review {
    width: 600px;
}

.pd_review_comment {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 18px;
}

.pd_review_item {
    background-color: #F4F7FB;
    padding: 35px 37px;
}

.pd_review_author {
    font-size: 14px;
    line-height: 24px;
    color: #868E9D;
}

.pd_review_date {
    font-size: 14px;
    line-height: 24px;
    color: #868E9D;
}

.pd_review_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pd_review_comment_delete {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    color: #ff0000;
}

.pd_review_comment_delete:hover {
    text-decoration: underline;
}

.pd_review_rating_block svg {
    width: 24px;
    height: 24px;
}


.pd_review_rating_expose {
    unicode-bidi: bidi-override;
    direction: rtl;
    position: absolute;
    z-index: 2;
}

.pd_review_rating_expose a {
    color: #eab996;
    display: inline-flex;
    opacity: 0;
    transition: all .3s ease;
}

.pd_review_rating_expose a:hover~a,
.pd_review_rating_expose a:hover {
    opacity: 1;
}

.pd_review_rating_block {
    position: relative;
    height: 22px;
    width: 100%;
}

.pd_review_rating_empty {
    position: absolute;
    color: #eab996;
    z-index: 0;
}

.pd_review_rating_exposed {
    position: absolute;
    color: #eab996;
    z-index: 1;
    transition: opacity .3s ease;
}

.pd_review_rating form {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.pd_review_rating_title {
    font-weight: 500;
    margin-right: 10px;
    font-size: 18px;
}

.pd_review_comment_title {
    font-weight: 500;
    margin-right: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.pd_review_comment_form form textarea,
.pd_review_comment_form form input {
    width: 100%;
    margin-bottom: 10px;
}

.pd_review_form {
    margin-top: 35px;
}

.pd_review_rating {
    margin-bottom: 15px;
}

.pd_review_rating_block:hover .pd_review_rating_exposed {
    opacity: 0 !important;
}



.pd_review_comment_form form textarea {
    height: 140px;
}

.system_message {
    text-align: center;
    background-color: rgb(234 185 150 / 12%);
    border: solid 1px #eab996;
    color: #868E9D;
    font-size: 14px;
    padding: 10px 10px;
}

.system_message.good {
    background-color: rgb(227 255 232);
    border: solid 1px #8bd08d;
    color: #46a749;
}

.system_message.error {
    border: solid 1px #f58567;
    background-color: rgb(255 150 129 / 12%);
    color: #f3613a;
}

.pd_review_item:not(:last-child) {
    margin-bottom: 30px;
}

.pd_review_content_scroll {
    max-height: 640px;
    overflow-y: auto;
}

.pd_review_content {
    position: relative;
    padding-bottom: 1px;
}

.pd_review_content:after {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgb(255 255 255 / 4%) 10%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.discounts_clients_label svg {
    width: 40px;
    height: 40px;
}

.discounts_clients_label {
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 35px;
}

.discounts_clients {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
}

.pd_arbitrary_bottom_block {
    margin-top: 70px;
    margin-bottom: 70px;
}

.discounts_clients_content.content_design a {
    text-decoration: underline;
}

.discounts_clients_content.content_design a:hover {
    text-decoration: none;
}

.is_left_blocks {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 50px;
}

.left_blocks {
    width: 300px;
}

.sub_categories a {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.sub_categories a:not(:last-child) {
    margin-right: 30px;
}

.sub_categories a:not(:first-child):before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    position: absolute;
    background-color: #222222;
    border-radius: 50%;
}

.sub_categories a span {
    color: #868E9D;
}

.sub_categories a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(85 86 88 / 50%);
    transition: width .3s ease;
}

.sub_categories a:hover:after {
    width: 100%;
}

.category_control.category_control_row {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px;
}

.category_control_product_count {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    position: relative;
}

.category_control_product_count span {
    color: #868E9D;
}

.category_control_column:last-child {
    display: flex;
    align-items: center;
}

.category_control select {
    background-color: transparent;
    border: solid 1px #353535;
    padding: 5px 10px;
}

.category_control_product_view a {
    color: #353535;
    font-size: 20px;
    transition: all .3s ease;
}

.category_control_product_count_display {
    margin-right: 15px;
}

.category_control_product_sort {
    margin-right: 15px;
}

.sub_categories {
    margin: 40px 0;
    overflow: hidden;
}

.category_control_product_view a:not(:last-child) {
    margin-right: 8px;
}

.category_products_load a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    height: 100%;
    border: 1px solid #222222;
    transition: all .3s ease;
    padding: 8px 12px;
    display: inline-block;
}

.category_products_load {
    display: flex;
}

.category_products_load a:hover {
    background-color: #222222;
    color: #ffffff;
}

.category_products_load a.disabled,
.category_pagination a.disabled {
    opacity: .4;
    cursor: default;
}

.category_products_load a.disabled:hover {
    background-color: inherit;
    color: inherit;
}

.category_control_product_view a:hover,
.category_control_product_view a.active {
    color: #CCA172;
}

.category_control select:hover {
    border-color: #CCA172;
}

.category {
    position: relative;
    margin-bottom: 50px;
}

.products_block[data-product-view="list"] {
    display: block;
}

[data-product-view="list"] .product_brief_image {
    width: 130px;
    height: 130px;
}

[data-product-view="list"] form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[data-product-view="list"] .product_brief_block {
    padding: 20px;
}

[data-product-view="list"] .product_label_text {
    height: 35px;
    min-width: 35px;
    font-size: 11px;
}

[data-product-view="list"] .product_brief_title {
    flex: 1;
    margin-top: 0;
    height: auto;
}

[data-product-view="list"] .product_brief_price {
    margin-top: 0;
    padding-right: 0;
}

[data-product-view="list"] .product_brief_free_block {
    left: 0;
}

[data-product-view="list"] .product_brief_image img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

[data-product-view="list"] .product_brief_image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-price {
    display: flex;
    align-items: center;
}

.filter-price-from,
.filter-price-to {
    display: flex;
    align-items: center;
}

.filter-price-from input,
.filter-price-to input {
    width: 100%;
    margin: 0 8px;
    padding: 5px 5px;
    background-color: #FFFFFF;
    border: solid 1px #EBEDEF;
}

.filter-price-from {
    margin-right: 20px;
}

.filter-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    background-color: #f5f5f5;
    padding: 12px 12px;
}

.filter-item {}



.filter-item-options label:not(:last-child) {
    margin-bottom: 15px;
}

.filter-item-options {
    padding: 15px 15px;
}

#filterContent {
    border-bottom: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    border-left: solid 1px #f5f5f5;
}

label.checkbox .nameoption,
label.radio .nameoption {
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    transition: color .3s ease;
}

label.checkbox,
label.radio {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 10px;
    cursor: pointer;
}

label.checkbox input[type="checkbox"],
label.radio input[type="radio"] {
    display: none;
}

label.checkbox .checkicon,
label.radio .radioicon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #9fa6bd;
    position: relative;
    margin-top: 2px;
}

label.radio .radioicon {
    border-radius: 50%;
}

label.checkbox input[type="checkbox"]+.checkicon:before,
label.radio input[type="radio"]+.radioicon:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #353535;
    opacity: 0;
    transition: all .3s ease;
}

label.radio input[type="radio"]+.radioicon:before {
    border-radius: 50%;
}

label.checkbox:hover input[type="checkbox"]+.checkicon:before,
label.radio:hover input[type="radio"]+.radioicon:before {
    opacity: .2;
}

label.checkbox input[type="checkbox"]:checked+.checkicon:before,
label.radio input[type="radio"]:checked+.radioicon:before {
    opacity: 1;
}

#filterReset span.filterhref {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #222222;
    display: inline-block;
    padding: 10px 15px;
    transition: all .3s ease;
    cursor: pointer;
}

#filterReset span {
    display: none;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#filterSlider {
    width: calc(100% - 20px);
    margin: 15px auto 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #b1b1b1;
    border: none;
    border-radius: 3px;
}

#filterReset {
    text-align: center;
    margin-top: 15px;
}

#filterReset span.filterhref:hover {
    background-color: #353535;
}

ul.category_tree_menu {
    border: solid 1px #EBEDEF;
    padding: 15px 0px;
}

ul.category_tree_menu a {
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    transition: color .3s ease;
    position: relative;
}

ul.category_tree_menu li.category_item {
    padding: 0 15px;
}

ul.category_tree_menu li.category_item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: solid 1px #EBEDEF;
    padding-bottom: 15px;
}

ul.sub_category_menu {
    padding-left: 15px;
    margin-top: 30px;
    grid-column: 1 / 3;
    display: none;
}

li.sub_category_item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: solid 1px #EBEDEF;
    padding-bottom: 15px;
}

li.has_sub_category {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
}

.open_sub_category_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: solid 1px #353535;
    cursor: pointer;
    position: relative;
    opacity: .5;
    transition: all .3s ease;
}

.open_sub_category_item:hover {
    opacity: 1;
}

.open_sub_category_item:after,
.open_sub_category_item:before {
    content: "";
    display: block;
    background-color: #353535;
    position: absolute;
    transition: all .3s ease;
}

.open_sub_category_item:after {
    width: calc(100% - 4px);
    height: 1px;
}

.open_sub_category_item:before {
    width: 1px;
    height: calc(100% - 4px);
}

.open_sub_category_item.active:before {
    height: 0;
}

ul.category_tree_menu a.active {
    color: #CCA172;
}

ul.category_tree_menu a:hover {
    color: #CCA172;
}

.category_pagination noindex a,
.category_pagination span {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    height: 100%;
    border: 1px solid #222222;
    transition: all .3s ease;
    padding: 8px 12px;
    display: inline-block;
}

.category_pagination span {
    opacity: .4;
    cursor: default;
}

.category_pagination a,
.category_pagination b {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    height: 100%;
    border: 1px solid #222222;
    transition: all .3s ease;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 34px;
}

.category_pagination a:hover {
    background-color: #222222;
    color: #ffffff;
}

.category_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.category_pagination>*:not(:last-child) {
    margin-right: 5px;
}

.category_pagination b {
    opacity: .4;
    cursor: default;
}

.butModalLogin {
    margin: 15px 0;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.butModalLogin a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgb(160 160 160 / 50%);
    transition: width .3s ease;
}

.butModalLogin a:hover:after {
    width: 100%;
}

.butModalLogin a {
    position: relative;
}

.butModalLogin a:not(:last-child) {
    margin-right: 10px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.wrapper main {
    flex: 1;
}

.preloader {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    opacity: .6;
}


/* Shopping cart modal */
.scm_table_product_image a {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scm_table_product_image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.scm_table_product_image.no_image a {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scm_table_product_image.no_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .4;
}

.scm_table_product_quantity .cart_modal_quantity {
    width: 90px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border: solid 1px #D4D4D4;
}

.scm_table_product_quantity .cart_modal_quantity button {
    border: none;
    background-color: transparent;
    width: 25px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    cursor: pointer;
    padding: 8px 0;
    transition: all .3s ease;
}

.scm_table_product_quantity .cart_modal_quantity input {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    max-width: 100%;
    margin-bottom: 0;
}

.scm_table_product_quantity .cart_modal_quantity button svg {
    width: 12px;
    height: 12px;
}

.scm_table_product_quantity .cart_modal_quantity button:hover {
    background-color: #cca172;
    color: #ffffff;
}

.scm_table_product_title a {
    font-size: 14px;
    line-height: 20px;
    color: #868E9D;
    transition: color .3s ease;
}

.scm_table_product_cost span {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    white-space: nowrap;
}

.scm_table_column {
    padding: 10px 0;
    border-bottom: 1px solid #E4EAF1;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.scm_table_product_title {
    padding: 0 25px;
}

.scm_table_product_cost {
    padding: 0 25px;
}

.scm_total_row {
    display: grid;
    justify-content: flex-end;
    align-items: center;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}

.scm_total_row .scm_total_column:first-child {
    font-weight: 400;
}

.scm_total_row .scm_total_column {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}

.scm_total_block {
    margin-top: 25px;
}

.scm_table_product_title a:hover {
    color: #CCA172;
}

.scm_table_product_remove {
    color: #de5c5c;
    opacity: .7;
    transition: all .3s ease;
    cursor: pointer;
    padding-right: 20px;
}

.scm_table_product_remove:hover {
    opacity: 1;
}

.scm_button_block {
    margin-top: 25px;
}

.scm_table {
    max-height: 500px;
    overflow: auto;
}

.shopping_cart_modal .system_message,
.shopping_cart .system_message {
    margin: 25px 0;
}

.message_min_order {
    position: absolute;
    white-space: nowrap;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: rgb(252 246 242);
    border: solid 1px #eab996;
    color: #868E9D;
    font-size: 12px;
    padding: 6px 8px;
    display: block;
}

.message_min_order:before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-bottom: 10px solid #eab996;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
}

/* Shopping cart */
.sc_table_product_image a {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sc_table_product_image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.sc_table_product_image.no_image a {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc_table_product_image.no_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .4;
}

.sc_table_product_quantity .cart_quantity {
    width: 90px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border: solid 1px #D4D4D4;
}

.sc_table_product_quantity .cart_quantity button {
    border: none;
    background-color: transparent;
    width: 25px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    cursor: pointer;
    padding: 8px 0;
    transition: all .3s ease;
}

.sc_table_product_quantity .cart_quantity input {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    max-width: 100%;
    margin-bottom: 0;
}

.sc_table_product_quantity .cart_quantity button svg {
    width: 12px;
    height: 12px;
}

.sc_table_product_quantity .cart_quantity button:hover {
    background-color: #cca172;
    color: #ffffff;
}

.sc_table_product_title a {
    font-size: 14px;
    line-height: 20px;
    color: #868E9D;
    transition: color .3s ease;
}

.sc_table_product_cost span {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    white-space: nowrap;
}

.sc_table_column {
    padding: 10px 0;
    border-bottom: 1px solid #E4EAF1;
    position: relative;
    vertical-align: middle;
}

.sc_table_product_title {
    padding: 0 25px;
    text-align: left;
}

.sc_table_product_cost {
    padding: 0 25px;
    text-align: left;
}

.sc_total_row {
    display: grid;
    justify-content: flex-end;
    align-items: center;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}

.sc_total_row .sc_total_column:first-child {
    font-weight: 400;
}

.sc_total_row .sc_total_column {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}

.sc_total_block {
    margin-top: 25px;
}

.sc_table_product_title a:hover {
    color: #CCA172;
}

.sc_table_product_remove {
    padding-right: 20px;
}

.sc_table_product_remove a {
    color: #de5c5c;
    opacity: .7;
    transition: all .3s ease;
    cursor: pointer;
}

.sc_table_product_remove a:hover {
    opacity: 1;
}

.sc_button_block {
    margin-top: 25px;
}

.sc_table {
    width: 100%;
}

.sc_table_product_code {
    padding-right: 25px;
    text-align: left;
}

.cart .system_message {
    margin-bottom: 35px;
}

.sc_button_block .button,
.sc_button_block .button_border {
    padding: 19px 15px;
}

div#fuzz {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 9;
    background-image: url('/data/images/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.sc_info_order_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}

.sc_info_order_title {
    font-weight: 600;
    font-size: 22px;
    color: #222222;
    margin-bottom: 25px;
}

.sc_info_order_title i {
    font-size: 20px;
    margin-right: 10px;
}

label {}

label .text_label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #868E9D;
    margin-bottom: 4px;
}

.sc_info_order_client input,
.sc_info_order_client select,
.sc_info_order_client textarea {
    width: 100%;
}

.sc_info_order_client label,
.quick_order label {
    margin-bottom: 15px;
    display: block;
}

.sc_info_order {
    margin-top: 50px;
}

.sc_info_order_shipping {
    margin-bottom: 50px;
}

.sc_info_order_column table {
    border: solid 1px #EBEDEF;
}

.sc_info_order_column table td {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}



.sc_info_order_column table tr:first-child td,
.sc_info_order_column table tr:last-child td {}

.sc_info_order_column table tr:first-child td {
    padding-top: 20px;
}

.sc_info_order_column table tr:last-child td {
    padding-bottom: 20px;
}

.shipping-description,
.payment-description {
    color: #868E9D;
}

.shipping-cost {
    color: #CCA172;
}

.shippingCities {
    margin-top: 5px;
}

.shippingCities input {
    width: 100%;
}

.cart {
    margin-bottom: 50px;
}

#totalCost {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    margin-right: 15px;
}

#totalCost span {
    font-weight: 400;
    margin-right: 6px;
}

.sc_button_block_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text_label.required_field:after {
    content: "*";
    color: rgb(255 0 0 / 50%);
    margin-left: 3px;
}

.sc_info_order_payment label,
.sc_info_order_shipping label {
    display: block;
    cursor: pointer;
}

.shipping-address textarea {
    width: 100%;
    margin-top: 5px;
}

.contact_form .button {
    padding: 18px 34px;
}

ul.contact_wrap_phone li a {
    font-size: 24px;
}

ul.contact_wrap_phone li:not(:last-child) {
    margin-bottom: 8px;
}

ul.contact_wrap_otherInfo li {
    font-size: 18px;
    color: #000;
}

ul.contact_wrap_otherInfo li i {
    color: #3D3D3D;
    font-size: 20px;
    text-align: center;
}

ul.contact_wrap_otherInfo li.icon {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-column-gap: 15px;
    align-items: center;
}

ul.contact_wrap_otherInfo {
    margin-top: 30px;
}

ul.contact_wrap_otherInfo li:not(:last-child) {
    margin-bottom: 15px;
}

.contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
}

.contact_form h3 {
    text-transform: uppercase;
    margin-bottom: 23px;
    text-align: center;
}

.contact_form input {
    margin-bottom: 12px;
}

.contact_form textarea {
    height: 100px;
}

.contact_form .button {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.contact_info {
    box-sizing: border-box;
    padding-top: 40px;
}

ul.contact_wrap_phone li a b {
    font-weight: bold;
}

.contact_icon_social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #8e8e8e;
    transition: all .3s ease;
}

.contact_icon_social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.contact_icon_social li:not(:last-child) {
    margin-right: 10px;
}

.contact_icon_social a:hover {
    background-color: #353535;
    color: #ffffff;
}

.sc_info_order_column table label {
    margin-bottom: 0;
}

.left-nav ul {
    border-right: solid 1px #e8e8e8;
}

.left-nav ul li a:before {
    content: "";
    position: absolute;
    left: -1px;
    background-color: #353535;
    height: 100%;
    width: 4px;
    top: 0;
    opacity: 0;
}

.left-nav ul li a {
    /* text-transform: uppercase; */
    display: block;
    box-sizing: border-box;
    line-height: 23px;
    padding: 15px 23px 13px;
    border-bottom: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    position: relative;
    color: #777777;
    font-size: 14px;
}

.profile_menu_img {
    margin-right: 14px;
}


.left-nav ul li.active a:before,
.left-nav ul li:hover a:before {
    opacity: 1;
}

.input-field-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-top: 25px;
}

.input-field label {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    cursor: pointer;
}




.form-info {
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 18px 20px;
    margin: 0px 0 25px;
}

span.label_title {
    display: block;
}

.input-field .checkbox {
    display: none;
}

.input-field .checkbox+label span.label_checkbox {
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #e8e8e8;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: .2s;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 5px;
}

.input-field .checkbox:checked+label span.label_checkbox {
    background: #000;
}

.input-field .checkbox+label span.label_checkbox:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .2s;
}

.input-field .checkbox:checked+label span.label_checkbox:after {
    left: 26px;
}

.input-field span.important {
    color: #ff697a;
}

.user-panel-wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 266px calc(100% - 298px);
}

.left-nav ul li:first-child a {
    border-top: solid 1px #e8e8e8;
}

.profile_menu_wrap {
    display: flex;
    align-items: center;
}

.order-info-head {
    display: grid;
    grid-template-columns: 18% 16% 26% 25% 15%;
    grid-column-gap: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 17px;
}

.item-short-info {
    display: grid;
    grid-template-columns: 18% 16% 26% 25% 15%;
    align-items: center;
}

.order-info-head span:not(:first-child) {
    padding-left: 15px;
}

.item-short-info>div:not(:first-child) {
    padding-left: 15px;
}

.order-products .products ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.order-products .products ul li:not(:last-child) {
    margin-bottom: 7px;
}

.order-products .products ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #353535;
}

.order-products .products img {
    max-width: 100%;
}

.order-products {
    display: flex;
    align-items: center;
}

.item-details-table-head {
    display: grid;
    grid-template-columns: 16% 35% 19% 15% 15%;
    grid-column-gap: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 17px;
}

.item-details-table-body .item-details {
    display: grid;
    grid-template-columns: 16% 35% 19% 15% 15%;
    grid-column-gap: 0px;
    align-items: center;
}

.item-details-img {
    width: 100px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.item-details-name {
    padding: 0 10px;
    line-height: 20px;
}

.item-details-img img {
    max-width: 100%;
    max-height: 100%;
}

.item-details-table-head>div {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.order-info-head span {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.order-info-head span a {
    color: #777777;
    line-height: 24px;
    text-decoration: underline;
}

.order-info-head span a:hover {
    text-decoration: none;
}

.order-info-body .order-item:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.hidden-info-wrapper {
    display: none;
}

.item-short-info>* {
    font-size: 14px;
}

.item-short-info .order-cost {
    font-weight: 600;
    color: #222222;
}

.order-products span {
    margin-right: 8px;
}

.order-staus.status-in-progress {
    color: #ffd200;
}

.order-staus.status-done {
    color: #3bca00;
}

.order-staus.status-canceled {
    color: #ff6976;
}

.link-spoiler a {
    color: #222222;
    position: relative;
    text-decoration: underline;
}

.link-spoiler {
    box-sizing: border-box;
}

.link-spoiler a:after {
    content: "\f106";
    right: -17px;
    top: 50%;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    color: #222222;
    transform: translateY(-50%) rotate(180deg);
    transition: all .3s ease;
}

.link-spoiler a:hover {
    text-decoration: none;
}

.order-info {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #232323;
    margin: 45px 0 27px;
}

.order-table-history {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 8px;
}


.item-details-table-body .item-details:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.item-details-table-body .item-details>* {
    font-size: 14px;
}

.order-info-detalied {
    margin-bottom: 50px;
}

.final-sum {
    margin-top: 13px;
    box-sizing: border-box;
    padding: 10px 7px 10px 0;
    display: grid;
    justify-content: flex-end;
    flex-direction: column;
}


.final-sum div span:first-child {
    text-align: right;
}

.final-sum div:not(:last-child) {
    margin-bottom: 13px;
}

.final-sum div span:last-child {
    /* margin-left: 8px; */
    text-transform: lowercase;
}

.final-sum:before {
    display: block;
    position: absolute;
    width: 50%;
    top: -15px;
    right: 0;
    background-color: #e0e0e0;
    height: 1px;
}

.item-details-price {
    color: #222222;
    font-weight: 500;
}

.final-sum div:nth-child(1) span:first-child,
.final-sum div:nth-child(2) span:first-child {
    font-size: 16px;
}

.final-sum div:nth-child(1) span:last-child,
.final-sum div:nth-child(2) span:last-child {}

.final-sum div span:first-child {
    font-size: 16px;
}

.final-sum div span:last-child {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    line-height: 15px;
}

.final-sum>div {
    display: grid;
    grid-template-columns: 1fr 120px;
    grid-column-gap: 11px;
    align-items: center;
}


.final-sum>div span:last-child {
    text-align: left;
}

.item-details-table-body .item-details>div {
    box-sizing: border-box;
}

.order-item.collapsed .link-spoiler a:after {
    transform: translateY(-50%) rotate(0deg);
}

.order-table-history div {
    display: flex;
}

.order-table-history div span:last-child {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    line-height: 20px;
}

.order-table-history div span:first-child {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
}

.input-field-wrap input,
.input-field-wrap select,
.input-field-wrap textarea {
    width: 100%;
}

.title_user_panel {
    font-size: 20px;
    margin-bottom: 25px;
}

.title_user_panel i {
    font-size: 18px;
    margin-right: 10px;
}

.user-panel-wrapper .system_message {
    margin-bottom: 8px;
}

.f_o_h_number_status_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}

.f_o_h_status_input label {
    white-space: nowrap;
    margin-bottom: 20px;
}

.filter_order_history {
    box-sizing: border-box;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    padding: 25px;
    margin-top: 50px;
}

.f_o_h_status_input {
    display: flex;
    flex-wrap: wrap;
}

.f_o_h_number_name label,
.f_o_h_status_name label {
    margin-bottom: 22px;
}


.input-field input,
.input-field select,
.input-field textarea {
    width: 100%;
    margin-bottom: 12px;
}

.f_o_h_number_input input {
    width: 100%;
}

label.checkbox input[type="checkbox"]:disabled+.checkicon {
    opacity: .6;
}

.f_o_h_status_input label:not(:last-child) {
    margin-right: 20px;
}

.final-sum>div:first-child {
    border-top: solid 1px #e0e0e0;
    padding-top: 15px;
}

.order-item {
    padding: 12px 0;
}

.dateNewsAdd {
    display: flex;
    justify-content: flex-end;
    color: #9fa6bd;
    margin-top: 25px;
}

.dateNewsAdd i {
    font-size: 14px;
    margin-right: 5px;
}

.blueButPrice {
    margin: 30px 0;
}

.content_design table .priceTable.gre .priceListHead td.lt {
    background: #353535;
}

.content_design table.gre td.lt {
    background: #353535;
    color: #fff;
    font-weight: 700;
    padding: 12px 0 12px 16px;
}

.content_design table .priceTable.gre td.lt {
    background: #f4f4f4;
}

.content_design table .ptbl td {
    vertical-align: middle;
    text-align: left;
    padding: 10px 8px;
}

.content_design table.gre td {
    background: #fff;
}

.content_design table.gre a {
    color: #536475;
}

.priceBut {
    margin-top: 20px;
    border-radius: 3px;
}

.content_design table.print td {
    padding: 7px;
}

.content_design table.print {
    margin-bottom: 20px;
    margin-top: 20px;
}

.quickOrderRow {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
}

.ui-menu .ui-menu-item .searchItemImg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.ui-menu .ui-menu-item .searchItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: solid 1px #CCA172;
    background: #CCA172;
    font-weight: normal;
    color: #fff;
}

.ui-menu .ui-menu-item .searchItemText span:first-child {
    margin-bottom: 4px;
}

.order_success_row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 40px;
}

.order_success_info {
    max-width: 450px;
    background-color: #f5f5f5;
    padding: 30px 30px;
    position: relative;
}

.order_success_info_row {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.order_success_info:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
    border: dashed 1px #CCA172;
    box-sizing: border-box;
}

.os_table {
    font-size: 14px;
    line-height: 18px;
}

.os_table_product_image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.os_table_column {
    vertical-align: middle;
}

.os_table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

.os_table_row th,
.os_table_row td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-bottom: 1px solid #E4EAF1;
}

.os_table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.os_table tbody td.os_table_product_sum {
    font-weight: 500;
}

.order_success_title {
    line-height: 26px;
    margin-bottom: 22px;
    font-size: 18px;
}

.order_success_info_column:nth-child(odd) {
    font-weight: 500;
    padding-right: 15px;
}

.order_success_sum_row {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    justify-content: flex-end;
    margin: 15px 0;
    font-size: 18px;
}

.order_success_sum_column:last-child {
    font-weight: 500;
}

.order_success_sum {
    margin-top: 25px;
}

.order_success_info_column:not(:nth-last-of-type(-n+2)) {
    border-bottom: solid 1px rgb(225 203 180 / 50%);
}

.order_success_info_column {
    padding-top: 6px;
    padding-bottom: 6px;
}

.order_success_info_column span {
    color: #969696;
}

#quick_modal .order_success_row {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
}

#quick_modal .order_success_info {
    max-width: 100%;
}

#quick_modal .os_table {
    width: 100%;
}

#quick_modal .os_table thead th {
    white-space: normal;
}

#quick_modal .order_success_title {
    font-size: 16px;
}

#quick_modal .os_table_product_image img {
    width: 50px;
    height: 50px;
}

.order_success_sum_pay {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.nobr br {
    display: none;
}

@media (max-width: 1200px) {
    .order_success_row {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }

    .order_success_info {
        max-width: 100%;
    }

    .block_container_59 {
        padding: 0 0;
        background-size: cover !important;
        background-position: top center !important;
    }

    .discounts_block {
        height: 100%;
        display: block;
        min-height: auto;
    }

    .discounts_content {
        background-color: rgb(0 0 0 / 40%);
        padding: 130px 85px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .discounts_list {
        justify-content: space-around;
    }

    .discounts_list li {
        color: #fff;
    }

    .discounts_title {
        color: #fff;
    }
}

.category_text_content {
    margin-top: 35px;
}

.languages-item {
    font-size: 12px;
    line-height: 15px;
    color: #555658;
}

.languages-item a,
.languages-item span,
.languages-item i {
    font-size: inherit;
    line-height: inherit;
    position: relative;
}

.languages-item a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(85 86 88 / 50%);
    transition: width .3s ease;
}

.languages-item a:hover:after {
    width: 100%;
}

.languages-item span {
    color: #CCA172;
}

.languages-icon {
    width: 16px;
    height: 16px;
}

.languages-list {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.header_topbar .menu_container_18 .menu_items li.menu-item-translator {
    margin-right: 65px;
}

.menu-item-payment_systems img {
    max-height: 32px;
}

.menu-item-payment_systems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.order_success_requisites {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
}

.order_success_requisites>span {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.order_success_requisites ol {
    margin-bottom: 10px;
}

.order_success_requisites ol {
    counter-reset: myCounter;
}

.order_success_requisites ol li {
    color: #444;
    margin-bottom: 5px;
}

.order_success_requisites ol li:before {
    display: inline-block;
    margin-right: 8px;
    color: #000000;
}

.order_success_requisites ol>li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
}

.order_success_requisites>span.attention_payment {
    color: #d93025;
    font-weight: normal;
}



.radio_icon input[type="radio"],
.checkbox_icon input[type="checkbox"] {
    display: none;
}

.radio_icon img,
.checkbox_icon img {
    max-width: 40px;
    max-height: 40px;
    padding: 2px 2px;
    box-sizing: border-box;
    border: solid 1px #cccccc;
    box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
}

.radio_icon input:disabled+img,
.checkbox_icon input:disabled+img {
    opacity: .4;
    cursor: default;
}

.radio_icon input[type="radio"]:checked+img,
.checkbox_icon input[type="checkbox"]:checked+img {
    border-color: #000;
}


/* diffedent updates */
#modal_cart .modal_wrap {
    overflow-y: auto;
    align-items: flex-start;
}

#modal_cart .modal_block {
    margin-top: 20px;
    margin-bottom: 20px;
}



/* filter tip */
.filter-item-tip {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    cursor: default;
}

.filter-item-tip:before {
    display: block;
    content: "?";
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    background: #00BFE8;
    border-radius: 50%;
    text-align: center;
}

.filter-item-tip>span {
    display: none;
    position: absolute;
    bottom: 100%;
    left: -10px;
    width: 180px;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    line-height: 18px;
    color: #888;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 10px;
    text-transform: none;
    white-space: pre;
    z-index: 9999;
}

.filter-item-tip>span:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 20px;
    width: 0px;
    height: 0px;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
}

.filter-item-tip:hover>span {
    display: block;
}


li.line {
    display: initial;
    margin-right: 10px;
    line-height: 30px;
}

.block_body a {
    font-size: 16px;
    color: #CCA172;
    text-decoration: underline;
}



.js-load-products.loading {
    background: transparent url('../images/bx_loader.gif') center center no-repeat;
    background-size: 26px;
    opacity: 0.5;
}




/* mainmenu */

.mainmenu {
    width: 100%;
    position: relative;
}


.mainmenulink .headerMenuCategory>ul {
    display: flex;
    flex: 1;
    box-sizing: border-box;
    /* padding-left: 20px; */
}

.mainmenucart {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-color: #f4f4f4;
}

.mainmenucategory {
    position: relative;
    z-index: 9;
}

.mainmenucategory a#mmcopen {
    display: block;
    background-color: #ffd200;
    color: #222222;
    box-sizing: border-box;
    padding: 15px 20px 12px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 26px;
}

.mainmenucategory #mmcopen:after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    margin-top: 4px;
    float: right;
    font-size: 16px;
    line-height: 1em;
}

.mainmenulink a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 12px;
    background-color: transparent;
    transition: all .3s ease;
    white-space: nowrap;
    text-align: center;
}

.mainmenulink .drop_down_menu a {
    text-align: left;
}

.mainmenulink a:hover {
    background-color: #000;
    color: #fff;
}

.mainmenucart a {
    font-size: 12px;
    color: #555555;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 14px 16px 13px;
    line-height: 26px;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mainmenucart a * {
    white-space: nowrap;
}

.mainmenucart a .cartPrice {
    color: #408de4;
    margin-left: 5px;
    transition: all .3s ease;
}

.mainmenucart img {
    margin-right: 12px;
    filter: brightness(0);
    transition: all .3s ease;
}

.mainmenucart:hover a {
    background-color: #000;
    color: #ffffff;
}

.mainmenucart:hover a .cartPrice {
    color: #ffd200;
}

.mainmenucart:hover img {
    filter: brightness(1);
}

nav.headerMenuCategory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}


li.down_menu {
    position: relative;
}

ul.drop_down_menu {
    position: absolute;
    top: calc(100% + 0px);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: translateY(-10px);
    transition: all .3s ease;
    min-width: 100%;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

li.down_menu:hover .drop_down_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    overflow: visible;
}


li.down_menu a {
    padding-right: 20px;
}

li.down_menu a i {
    color: #000;
    font-size: 14px;
    margin-left: 6px;
    transition: all .3s ease;
}

li.down_menu:hover a i {
    color: #ffd200;
}

li.down_menu:hover>a {
    background-color: #000;
    color: #fff;
}

li.down_submenu {
    position: relative;
}

ul.drop_down_submenu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transform: translateX(-10px);
    transition: all .3s ease;
    min-width: 180px;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

li.down_submenu:hover>.drop_down_submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}