@charset "UTF-8";

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, input, button, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    font-family: 'Montserrat' !important;
    font-size: 13px;
    font-weight: 500;
    color: var(--main-txt);
    line-height: 1.1;
    border-radius: 0;
    background: none;
}

.bx-core-popup-menu-item-text, .bx-core-popup-menu-item-text * {
    color: #9ca4b2 !important;
}

body .popup-window {
    font: unset;
}

.bx-core-dialog-overlay {
    width: 100% !important;
}

html, body {
    scrollbar-color: var(--scrollbar-bg) var(--scrollbar);
    scrollbar-width: thin;
}

body {
    transition: opacity .3s ease;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 0;
    background-color: var(--scrollbar-bg);
    transition: .3s ease;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar);
}

div.bx-component-opener {
    z-index: 1996 !important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

sup {
    font-size: 70% !important;
    top: -5px;
    left: 2px;
    font-weight: 500;
}

.row::before, .row::after {
    display: none;
}

.fa-rub {
    font-size: smaller;
    margin-left: 5px;
}

html {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: var(--main-txt);
}

h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 50px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

input[type=text], input[type=submit], textarea {
    -webkit-appearance: none;
}

input[type=text] {
    transition: all .3s ease;
}

a {
    color: var(--main_font_color);
    cursor: pointer;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: var(--main-txt);
}

a.link {
    transition: .3s ease;
}

a.link:hover {
    opacity: .6;
}

input::-webkit-input-placeholder {
    transition: .3s;
}

input:-moz-placeholder {
    transition: .3s;
}

/* FF 4-18 */
input::-moz-placeholder {
    transition: .3s;
}

/* FF 19+ */
input:-ms-input-placeholder {
    transition: .3s;
}

/* IE 10+ */

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent !important;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent !important;
}

/* IE 10+ */

.news-list-item-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.news-list-item-info {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--secondary-txt);
}

.customScroll {
    overflow: auto;
    scrollbar-color: var(--scrollbar) var(--scrollbar-bg);
    scrollbar-width: thin;
}

.customScroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: var(--scrollbar-bg);
}

.customScroll::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar);
}

.slick-loading .slick-track {
    display: none;
}

.popover {
    border-color: #e8e8e8;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.popover-content {
    font-size: 13px;
    text-transform: lowercase;
    padding: 10px 15px;
    transition: opacity .3s ease-in-out;
}

.popover.bottom > .arrow {
    top: -9px;
    margin-left: -9px;
    border-bottom-color: #e8e8e8;
}

.popover.bottom > .arrow:after {
    margin-left: -9px;
}

.popover > .arrow:after, .popover > .arrow {
    border-width: 9px;
}

.modal-backdrop {
    z-index: 1050;
}

.modal {
    z-index: 1100;
}

.modal-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 30px;
    box-shadow: none;
}

.modal-open .modal {
    opacity: 1;
}
#bx-catalog-subscribe-form-notify {
    text-align: left;
}
.bx-catalog-subscribe-form-container-input input {
    border: 1px solid var(--border);
    width: 100%;
    display: block;
    margin-top: 10px;
    height: 40px;
    padding: 5px 10px;
    transition: .3s ease;
}
.bx-catalog-subscribe-form-container-input input:focus {
    border: 1px solid var(--main_color);
}

.top-banner {
    position: relative;
    z-index: 911;
    width: 100%;
    text-align: center;
    padding: 12px;
    background: var(--theme-color);
    transition: .3s ease;
}

.top-banner p {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-txt);
    transition: .3s ease;
}

button, input {
    outline: none !important;
}

button {
    border: none;
    box-shadow: none;
}

.wrapper-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}

.main_page .wrapper-inner {
    max-width: 100%;
    padding: 0;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.noscroll, .set-noscroll, .fastview-noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.bx-no-touch .noscroll, .bx-no-touch .set-noscroll, .bx-no-touch .fastview-noscroll {
    padding-right: 8px;
}

.buyers_category ul {
    display: flex;
}

.buyers_category a {
    line-height: 1;
    padding: 12px 10px;
    margin-right: 6px;
    display: block;
    transition: .3s ease;
}

.buyers_category a:hover {
    background: var(--secondary_color);
}

.buyers_category a.selected {
    background: var(--theme-color);
    color: var(--theme-txt)
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo img {
    display: block;
    object-fit: contain;
    max-width: 240px;
    max-height: 80px;
}


.header {
    width: 100%;
}

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

.header .top-catalog-menu-title {
    font-size: 13px;
    color: var(--main-txt);
    padding: 16px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    width: 140px;
}

body.menu_active {
    position: static;
}

.top-catalog-menu-title:after {
    display: none;
}

.top-catalog-menu-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
}

.top-catalog-menu-title img {
    margin-right: 10px;
    width: 18px;
    height: 10px;
}

.top-nav-wrapper {
    padding-left: 0;
    position: static;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.top-nav-wrapper .bx-context-toolbar-empty-area {
    display: none;
}

.sticky .top-nav-wrapper {
    display: none;
}

.header-bottom-row {
    position: relative;
}

.header.sticky .search_wrapper {
    border-top: solid 1px #ebebeb;
}

.header.sticky .cartline_wrapper {
    top: 100%;
    border-top: solid 1px #ebebeb;
}

.header.sticky .open-in .cartline_wrapper .wrapper-inner {
    padding-top: 25px;
}

.header.sticky .navigation ul li.navigation_item.hover .header__subnav,
.header.sticky .top-icon-box .icon-box_item.hover .header__subnav {
    height: 74px;
}

.header .navigation ul:before, .header .navigation ul:after {
    content: '';
    display: table;
    clear: both;
}

.header .navigation ul li.navigation_item {
    display: block;
    float: left;
    padding: 5px 20px;
}

.header .navigation ul li.navigation_item a.navigation-link {
    display: block;
    position: relative;
    color: var(--main_font_color);
    font-weight: 500;
    font-size: 14px;
}

.header .navigation ul li.navigation_item a.navigation-link:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.header .navigation ul li.navigation_item a.navigation-link:hover,*/
/*.header .navigation ul li.navigation_item a.current {*/
/*	color: var(--main_color);*/
/*}*/

.header .navigation ul li.navigation_item a.navigation-link:hover:after,
.header .navigation ul li.navigation_item a.current:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:hover:after {
    width: 100%;
}

.header .navigation ul li.navigation_item a.navigation-link:active:after {
    width: 0;
}

.header .navigation a {
    line-height: 1.3;
    display: block;
}

.header .header__subnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding-top: 30px;
    display: block;
    font-size: 14px;
    z-index: -1;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out, .1s ease-out top, .1s ease-out padding;
}

.header .header__subnav:before {
    content: '';
    display: block;
    width: 100%;
    height: 61px;
    background-color: #f6f6f6;
    z-index: 0;
    left: 0;
    position: absolute;
}

.header .navigation ul li.navigation_item.hover .header__subnav,
.header .top-icon-box .icon-box_item.hover .header__subnav {
    z-index: 1000;
    height: 91px;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
    box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
}

.header .navigation ul li.navigation_item.hover .header__subnav.visible-inner {
    overflow: visible;
    height: 360px;
    transition: .3s ease-in-out;
    background-color: #fff;
}

.header .navigation ul li.navigation_item.hover a.navigation-link:after {
    width: 100%;
}

.header .header__subnav ul.subnav__list {
    display: block;
}

.header .header__subnav ul.subnav__list li.subnav__item {
    display: block;
    float: left;
}

.header .header__subnav ul.subnav__list li.subnav__item a.subnav__item-link {
    display: block;
    padding: 20px;
    font-weight: 500;
    position: relative;
}

.header .header__subnav ul.subnav__list li.subnav__item:first-child a.subnav__item-link {
    padding-left: 0;
}

.header .header__sublist {
    position: absolute;
    left: 0;
    padding-top: 25px;
    width: 100%;
    height: 260px;
    display: none;
    z-index: 1100;
    overflow: hidden;
}

.header .header__sublist .sublist_wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 59%;
    max-height: 235px;
}

.header .header__sublist .sublist_wrapper .title_box {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

.header .header__sublist .sublist_wrapper .sublist_box {
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .sublist_wrapper .sublist_box.menu {
    width: 74%;
}

.header .header__sublist .sublist_wrapper .sublist_box.brands {
    width: 25%;
}

.header .header__sublist ul.sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 205px;
}

.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link {
    text-decoration: underline;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link:hover {
    text-decoration: none;
}

.header .header__sublist .menu__banner {
    width: 40%;
    max-height: 235px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .menu__banner a.menu__banner-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 15px;
}

.header .header__sublist .menu__banner a.menu__banner-link img {
    display: inline-block;
    width: auto;
    height: 100%;
    max-height: 190px;
}

.header .top-icon-box {
    display: flex;
    justify-content: flex-end;
}

.header.sticky .top-icon-box {
    flex: 0 0 auto;
    width: auto;
}

.icon-box_item_line {
    border-left: solid 2px #D6D5D4;
    margin: 0 15px;
}

.header .icon-box_item {
    cursor: pointer;
    margin-left: 10px;
    font-size: 12px;
}

.header .top-icon-box .icon-box_link {
    display: block;
    text-align: center;
}

.catalog-basket .total-price {
    font-size: 16px;
}


.cartline_wrapper-wrp .cart-list-item span {
    font-size: 12px !important;
}

.catalog-basket .basket-link {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.cart-list-item-price .price span:last-child {
    margin-left: 5px;
}

.cart-list-item-price .price span:first-child i {
    position: relative;
    top: 2px;
}

.header .icon-box_item .icon-item, .catalog-basket .icon-item {
    position: absolute;
    top: 4px;
    right: 2px;
    font-size: 12px;
    background: var(--light_color);
    transition: .3s ease;
}

.header .icon-box_item#basket_in .icon-item {
    align-items: center;
    justify-content: center;
}

.header .icon-box_item .search-icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-box_item .icon-item:after, .product_item__ico a:after {
    z-index: 3;
}

.search_wrapper .search__input button:before {
    background-size: 20px;
    top: 0;
    right: 0;
}

.product_item__ico a:before, .product_item__ico a:after {
    -webkit-background-size: 21px;
    background-size: 21px;
    top: 0;
    right: 1px;
}


.icon-box_item:hover p {
    color: var(--main_color);
}

.emarket-compare-list.btn-wrap.compare.btn-wrap-top {
    display: flex;
    min-width: 24px;
    min-height: 24px;
    justify-content: center;
}


.header .icon-box_item.open-in .search_wrapper {
    height: 200px;
}

.favorite-element-container .catalog-link:hover {
    color: var(--main-txt);
}

.favorite-element-container .catalog-link:active {
    color: var(--main-txt);
}

.header .go_to a.bg_none {
    background-color: #fff;
    color: #000;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.header #user {
    margin-right: 32px;
}

.header .top-icon-box #user {
    position: relative;
    display: none;
}

/* region form styles ----------------------------------------------------- */

.auth-form-box {
    max-width: 600px;
}

.auth-form-box .account-form .form__widget-box {
    display: block;
}

.auth-form-box .text_box {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-txt);
}

.account-form .form__widget-box .text-field, .form__widget_birthday input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--border);
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-txt);
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .3s ease;
}

.account-form .form__widget-box .text-field:focus, .form__widget_birthday input:focus {
    border: 1px solid var(--main_color);
}

.main_content .alert {
    border-radius: 0;
    padding: 10px;
}

.account-form .form__widget-label {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

.account-form .form__controls {
    margin-top: 30px;
    display: flex;
}

.account-form .account-form__button, .account-form .btn-form__control, .order__info .btn-form__controls a {
    display: inline-block;
}

.account-form .btn-form__control:nth-child(2) {
    margin-left: 10px;
}

.order__info .btn-form__controls a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.account-form .bx-authform-starrequired {
    color: #ff6150;
    font-size: 16px;
}

.account-form .bx-authform-required {
    padding-bottom: 0;
    margin-top: 20px;
}

.account-form .login-link.reg-form-link {
    margin: 0;
    padding: 0;
}

.account-form .login-link {
    display: block;
    float: right;
    padding: 5px 0;
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0;
    margin-bottom: 0px;
}

.account-form .login-link span {
    border-bottom: 1px solid var(--main_color);
    transition: .3s ease;
}

.account-form .login-link.auth {
    float: left;
}

.account-form .login-link:hover span {
    border-bottom-color: transparent;
}

.form__checkbox input[type='checkbox'] {
    display: none;
}

.form__checkbox .form__checkbox-label {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}


.form__checkbox .form__checkbox-check {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: solid 1px var(--main_color);
    margin-right: 6px;
    position: relative;
    top: -2px;
    font-weight: normal;
    cursor: pointer;
}

.form__checkbox .form__checkbox-text {
    cursor: pointer;
}

.form__checkbox input[type='checkbox'] + label .form__checkbox-check:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(images/check-symbol.svg);
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
}

.form__checkbox input[type='checkbox']:checked + label .form__checkbox-check:before {
    opacity: 1;
}

.bx-authform-description-container {
    color: var(--secondary-txt);
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bx-sbb-empty-cart-container {
    margin-top: 100px;
}

.bx-sbb-empty-cart-text .big-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
}

.bx-sbb-empty-cart-text .small-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: 400;
}

.bx-sbb-empty-cart-text .small-text svg {
    margin-left: 3px;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
}

.bx-sbb-empty-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-order-list-item {
    margin-bottom: 20px;
}

.sale-order-list-inner-title-line-item {
    display: block;
    padding: 10px 15px;
    background-color: var(--secondary_color);
    color: #000;
    text-transform: uppercase;
}

.sale-order-list-button-container {
    margin: 20px 0 15px;
}

.sale-order-list-button-container .btn-green-gradient {
    padding: 6px 20px 5px;
    display: block;
}

.sale-order-list-inner-row-template .row {
    margin-left: 0;
    margin-right: 0;
}

.sale-order-payment-change-pp-list {
    margin-top: 15px;
}


.sale-order-detail h1 {
    width: 100%;
    margin-bottom: 30px;
}

.sale-order-list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-order-list-cancel-link {
    color: var(--main_color);
}

.sale-order-list-cancel-link:hover {
    color: var(--main_color_hover);
}

.sale-order-list-cancel-link:active,
.sale-order-list-cancel-link:focus {
    color: var(--main_color_active);
}

.sale-order-list-cancel-link {
    border-bottom-color: var(--main_color);
}

.sale-order-link:hover {
    border-bottom-color: transparent;
}

.sale-order-detail-more-info-details-title {
    margin-bottom: 10px;
}

.sale-order-detail-more-links {
    margin-bottom: 20px;
}

.sale-order-detail-more-info-details-table {
    width: 100%;
    margin-bottom: 20px;
}

.sale-order-detail-prop-name, .sale-order-detail-prop-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

.sale-order-detail-prop-name {
    font-weight: 600;
}

.order__info .btn-form__controls, .sale-order-detail-section-title, .bx-order-cancel {
    margin: 15px 0;
}

textarea:focus, input[type=text]:focus, .form-control:focus, .ec-input-param:focus {
    box-shadow: none;
    outline: none;
}

/* endregion */

/* region account pay */

.sale-personal-account-wallet-list-container {
    background-color: #f5f5f5;
    color: #000;
}

.sale-personal-account-wallet-container {
    max-width: 450px;
    margin-bottom: 60px;
}

.bx-sap {
    max-width: 450px;
}

.bx-sap .form-horizontal {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.bx-sap_wrapper .input-group {
    max-width: 200px;
    margin-left: 15px;
}

.sale-accountpay-pp-wrapper h3 {
    margin-bottom: 10px;
}

.sale-account-pay-btn-wrapper {
    margin-top: 30px;
}

.sale-accountpay-pp-company-graf-container {
    border-radius: 0;
}

/* endregion */

@keyframes draw {
    100% {
        stroke-dashoffset: 0;
    }
}

.btn.with_border {
    position: relative;
}

.search_wrapper {
    width: 100%;
}

.search_wrapper .wrapper-inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.search_wrapper .search__input {
    width: 100%;
}

.search_wrapper .search__input input::-webkit-input-placeholder, .search-input-wrapper input[type='text']::-webkit-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input:-ms-input-placeholder, .search-input-wrapper input[type='text']:-ms-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input::-ms-input-placeholder, .search-input-wrapper input[type='text']::-ms-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input::placeholder, .search-input-wrapper input[type='text']::placeholder {
    color: #aaa;
}

.search_wrapper .search__input button, .search-input-wrapper input[type='submit'] {
    position: absolute;
    top: 0;
    bottom: 1px;
    margin: auto;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 0;
    box-shadow: none;
    background: none;
    color: var(--main-txt);
}

.search-input-wrapper input[type='submit'] {
    top: 1px;
    right: 1px;
}

#title-search {
    position: relative;
}

.header .hb-content.sticky .header-bottom-row {
    position: initial;
}

.input-wrapper {
    position: relative;
}

/* region new header */

.phone-svg {
    margin-top: 3px;
    margin-right: 10px;
    align-self: flex-start;
}

.header-top-line {
    padding: 24px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.footer-phone a {
    color: var(--main_color);
}

.footer_left_email span {
    font-weight: 500;
}

.footer_left_phone span {
    font-weight: 500;
    color: var(--main_font_color);
}

.header-phone svg {
    margin-right: 10px;
}

.top_menu_right div {
    flex-shrink: 0;
}

.auth-block-top, .header-phone {
    margin-left: 50px;
}

.burger-menu .auth-block-top {
    margin-left: 0;
    margin-top: 25px;
}

.burger-menu .auth-block-top span {
    font-size: 16px;
}

.burger-menu .auth-block-line {
    height: 14px;
    margin: 0 10px;
}

.burger-menu .header-phone {
    margin-left: 0;
    margin-top: 22px;
}

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

.header-bottom-row {
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 1300px;
    margin: 0;
    flex-wrap: nowrap;
}

.header .hb-content {
    width: 100%;
    position: relative;
}

.header .top-nav {
    display: flex;
    overflow: hidden;
}

.header .hb-content.sticky {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.header-bottom-line {
    background: var(--light_color);
    position: relative;
    z-index: 2;
}

.header-bottom-line .container {
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid var(--border);
}

.main_page_header .header-bottom-line .container {
    border: none;
}

.header {
    position: relative;
    width: 100%;
    z-index: 910;
}

.header.sticky .ine {
    border: none;
}

.header .hb-content .logo {
    display: none;
}

.header .hb-content.sticky .logo {
    display: block;
}

.hb-content.sticky .icon-box_item .user-link .icon-txt {
    display: none !important;
}

.hb-content.sticky .top-icon-box .icon-box_item {
    margin: 0 5px;
}

.header.sticky .top-nav-wrapper, .header.sticky #search_in {
    width: auto;
}

.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container,
.header.sticky .top-nav-wrapper.hover-menu .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    border-top: solid 1px #ebebeb;
}

.header .top-nav-wrapper .icon-box_item {
    display: none;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

/* endregion */

.search-form input.form-control {
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    color: #000;
    padding: 12px 10px 12px 12px;
    border: solid 1px #dfdfdf;
}

.main_banner_slider .bx-wrapper {
    margin-bottom: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main_banner_slider .bx-wrapper .bx-controls {
    width: 200px;
    float: right;
    position: relative;
}

.main_banner_slider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 25px;
    top: initial;
    bottom: 50px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    font-size: 0;
    z-index: 100;
    opacity: .7;
    transition: .3s ease-out;
}

.main_banner_slider .slick-arrow:hover {
    opacity: 1;
}

.main_banner_slider ul.slick-dots li {
    display: block;
}

.main_banner_slider .slick-dots li button, .owl-carousel button.owl-dot span {
    display: block;
    background-color: #DBDBDB;
    width: 8px;
    height: 8px;
    position: relative;
    font-size: 0;
    padding: 0;
    transition: all .3s ease;
    margin: 3px 8px;
}

.owl-carousel button.owl-dot span {
    margin: 0px 4px;
}

.owl-carousel button.owl-dot.active span, .main_banner_slider .slick-dots li.slick-active button,
.main_banner_slider .slick-dots li button:after, .owl-carousel button.owl-dot:hover span {
    background: var(--main_color);
}

.owl-carousel button.owl-dot.active span, .main_banner_slider .slick-dots li.slick-active button {
    box-shadow: 0px 4px 4px rgba(248, 165, 18, 0.27);
    width: 9px;
    height: 9px;
}

.offers_box {
    padding-top: 60px;
}

.offers_box .offers_box_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.offers_box .offers_box_item .row {
    flex-direction: column;
}

.offers_box .offers_box_item .img_box {
    width: 100px;
    height: 100px;
    margin: auto;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    border: solid 1px #e2e2e2;
    background-color: #fff;
}

.offers_box .offers_box_item .text_box {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 14px;
    color: #2d1c2e;
}

.offers_box .offers_box_item .text_box b {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 20px 0 15px;
}

.banner-img-item {
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    height: fit-content;
    width: 100%;
    overflow: hidden;
}

.banner-img-item img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: cover;
    transition: transform .3s ease-out;
    transform: scale(1.02);
}

.banner-img-item:hover img {
    transform: scale(1);
}

.brands-header {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_us .content_wrapper {
    font-size: 18px;
    line-height: 2;
    margin: 50px 0;
}

/* endregion */

.arelrating-color-green1 .info .info-bar {
    background-color: #79c471;
}

.product_card__attributes {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.product_card__attributes .product__attribute {
    line-height: 2;
}

.product_card__attributes .product__attribute .product__attr-label {
    color: #aaa;
}

.product_card__attributes .product__attribute .product__attr-value {
    font-weight: 300;
}

.product_card__attributes .product__attribute .product__attr-value a {
    text-decoration: underline;
    color: #000;
}

.product_card__attributes .product__attribute .product__attr-value a:hover {
    text-decoration: none;
}

.info-card {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    color: #aaa;
    position: relative;
}

.info-card .tt-info-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.info-card .tt-info-box:hover {
    color: #fff;
}

.info-card .tt-info-box:before {
    content: '?';
    display: block;
    line-height: 1.2;
}

.product_order_block {
    padding: 15px 0;
}

.product_card__options {
    margin-bottom: 20px;
}

.clr {
    clear: both;
}

.show_btn {
    display: inline-block;
}

.hide_btn {
    display: none;
}

.product_card__descr {
    margin-bottom: 30px;
}

.product_card__descr .product__descr-label {
    font-size: 16px;
    font-weight: 500;
}

.product_card__descr .product__descr-value {
    width: 60%;
    padding: 10px 0;
}

.order_block-buy .product_item__price {
    display: inline-block;
    vertical-align: middle;
}

.order_block-buy .product_item__price .price {
    font-weight: 500;
}

.order_block-buy .btn_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    margin: 0 25px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.order_block-buy .btn_wrapper .product_add-btn {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    padding: 13px 0;
    color: #fff;
    font: inherit;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    display: block;
}

.order_block-buy .product_add-btn span {
    display: block;
    position: relative;
    z-index: 10;
}

.btn_mask {
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.btn_mask:hover {
    background-color: #a1787c;
}

.btn_mask:before {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
    display: none;
}

.btn_mask:after {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}

.btn_mask:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.btn_mask:hover:after {
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
}

.product_add-favour {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.sets__wrapper {
    padding: 30px 0;
    display: flex;
    align-items: start;
}

.set_container {
    display: flex;
    align-items: flex-start;
    margin-right: 15px;
}

.set_container .set_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    position: relative;
}

.set_container .set_item.main-item {
    padding-left: 0;
}

.set_container .set_item.main-item:after {
    display: none;
}

.set_container .set_item .set_plus {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.set_container .set_item .set_plus:after, .set_container .set_item .set_plus:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #bdbdbd;
}

.set_container .set_item .set_plus:after {
    transform: rotate(-90deg);
}

.set_container .set_image__wrap {
    position: relative;
    border: 1px solid #e8e8e8;
}

.set_container .set_image__wrap a {
    display: block;
    width: 173px;
    height: 210px;
}

.set_container .set_image__wrap a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.set_container .set_image__wrap span.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    top: -13px;
    right: -15px;
}

.set_container .set_info {
    width: 175px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.set_container .set_name {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 500;
}

.set_container .set_item.main-item .set_name {
    width: 100%;
}

.set_container .set_name a {
    color: #000;
}

.set_container .set_name .name {
    overflow: hidden;
    display: block;
    height: 50px
}

.set_container .set_name .price {
    margin-top: 15px;
}

.set_container .set_name .price .current_price {
    display: block;
    font-weight: bold;
}

.set_container .set_name .price .old_price {
    font-size: 11px;
    color: #8f8f8f;
    position: relative;
}

.set_container label.set_check-in,
.set_container div.set_check-in {
    display: inline-block;
    width: 20px;
}

.set_container label.set_check-in {
    cursor: pointer;
}

.set_container div.set_check-in {
    display: none;
}

.set_container label.set_check-in span,
.set_container div.set_check-in span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
}

.set_container label.set_check-in input {
    display: none;
}

.set_result {
    height: 210px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.set_result:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 15px;
    border-top: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    top: 90px;
    left: -15px;
}

.set_result .result_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.set_result .result_sum {
    font-size: 24px;
    margin-bottom: 20px;
}

.set_result .result_sum span {
    font-size: 18px;
}

.set_result .result_sum .set-price {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.set_result .result_sum .old_price span:empty {
    display: none;
}

.set_result .set_to-cart,
.basket_empty .go_to-catalog a {
    width: 160px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    overflow: hidden;
}

.btn-green-border.set_to-cart span {
    position: relative;
    z-index: 10;
}

.btn-green-border.set_to-cart:before {
    z-index: 1;
}

.set_result .set_to-cart {
    width: auto;
    min-width: 160px;
    padding: 10px 20px;
}

.comments .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin: 0;
}

.comments .title_box h2 {
    display: inline-block;
    border: 0;
    padding-bottom: 0;
}

.api_modal .api_modal_title {
    text-transform: uppercase;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text {
    padding-left: 25px;
    position: relative;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before, .api_form .api_controls label input[type=checkbox] + .api-rules-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before {
    border: solid 1px #bdbdbd;
}

.api_form .api_controls label input[type=checkbox] {
    display: none;
}

.api_form .api_controls label {
    padding-left: 0;
}

.api_modal .api_modal_close {
    z-index: 100;
}

.api_modal .api_modal_header {
    padding: 15px 30px 15px 20px;
}

.section__list-wrapper {
    padding-bottom: 20px;
}

#categories .section__list-wrapper {
    padding-bottom: 0px;
}

.sorting_box {
    font-size: 14px;
    color: #bbb;
    text-align: right;
    padding: 0 !important;
}

.sorting_box span.title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sorting_box .sorting {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.sorting_box .sorting .sorting_item {
    display: inline;
    margin-left: 10px;
    font-weight: 300;
}

.sorting_box .sorting .sorting_item:first-child {
    margin-left: 0;
}

.sorting_box .sorting .sorting_item span {
    display: inline-block;
    vertical-align: top;
}

.sorting_box .sorting-title, .sorting_box .sorting .sorting_item a {
    color: #a9a9a9;
}

.sorting_box .sorting .sorting_item .fa {
    font-size: 12px;
    line-height: 18px;
}

.sorting_box .sorting .sorting_item a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.sorting_box .sorting .sorting_item.active a {
    color: var(--main_font_color);
    font-weight: 500;
}

.sorting_box .sorting .sorting_item:hover a {
    color: var(--main_font_color);
}

.product_card_fast {
    text-align: right;
}

.fade-in-down-sm .product_card_fast {
    display: none;
}

.product_card_fast {
    justify-content: center;
    align-items: center;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: none;
}

.product_card_fast .fast_view {
    display: none;
}

.product_card_fast.fast-in {
    display: flex;
    z-index: 994;
    overflow: auto;
}

.product_card_fast .fast_wrapper {
    position: relative;
    z-index: 1040;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product_card_fast .product_card_detail {
    background-color: #fff;
}

.product_card_fast .product-detail-info-top {
    margin: 0;
}

.product_card_fast .product-detail-info-top {
    padding: 30px 10px 30px 30px;
}

.product_card_fast .product-item-detail-content {
    padding-left: 20px;
    margin-left: -1px;
}

.product_card_fast .product-detail-descriptions .tab-content {
    line-height: 1.5;
}

.product_card_fast .product_opt {
    width: 100%;
}

.product_card_fast .go_to_card {
    text-align: center;
    padding-bottom: 30px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.product_card_fast .go_to_card a {
    display: inline;
    position: relative;
    border-bottom: 1px solid transparent;
    color: #aaa;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.product_card_fast .close-btn {
    top: 0;
    right: -40px;
}

.product_card_fast .close-btn::after {
    background-image: url(images/close-btn-white.svg);
}

.product_card_fast .close-btn:hover {
    background: #555;
}

.product_card_fast .close-btn:hover:active {
    background: #353535;
}

.close-btn, .popup-window-close-icon {
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: none;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    opacity: 1;
    transition: .3s ease;
}

.close-btn:hover, .popup-window-close-icon:hover {
    background: #f5f5f5;
}

.close-btn:hover:active, .popup-window-close-icon:hover:active {
    background: #eeeeee;
}

.favour-del.close-btn {
    right: unset;
    left: 0;
}

.cartline-wrapper .popup-window-close-icon {
    position: relative;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: none !important;
}

.cartline-wrapper .popup-window-close-icon:hover {
    opacity: 0.5;
}

.cartline-wrapper .popup-window-close-icon:hover:active {
    opacity: 0.3;
}

.popup_mask, .popup_inner {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 993;
}

.popup_inner {
    z-index: 2000;
}

.footer {
    background-color: var(--theme-color);
    padding: 70px 0 0;
    transition: .3s ease;
}

.feedback-btn {
    background: none;
    font-size: 14px;
    padding: 7px 18px;
    transition: .3s ease-in-out;
}

.feedback-btn:hover {
    color: #fff;
}

.bottom-logo {
    margin-bottom: 40px;
}

.mail-subscribe-container {
    width: 100%;
    padding-top: 47px;
    padding-bottom: 47px;
    background-image: url(images/subscribe_bg.png);
    background-color: var(--add_color);
    background-size: cover;
    background-position: -100%;
}

.subform-col {
    padding-right: 0px;
}

.top-menu ul.navigation {
    display: flex;
    align-items: center;
}

top-menu ul.navigation li a {
    font-size: 13px;
}

.top-menu ul.navigation li {
    font-size: 14px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 55px;
    position: relative;
}

.top-menu ul.navigation li::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-txt);
    transition: .3s all ease;
}

.top-menu ul.navigation li:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    background: url("images/icons/stocks-svg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 13px;

}

.top-menu ul.navigation li:hover:before {
    width: 100%;
}

.top-menu ul.navigation li:first-child {
    font-size: 13px;
}

.top-menu ul.navigation li:last-child {
    margin-left: 185px;
}

.footer-item-title, .footer-item-title div {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-txt);
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.footer-item-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-item a, .footer-item span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--theme-txt);
    transition: .3s ease;
}

.footer-item .navigation a {
    opacity: 0.6;
}

.footer-item .navigation a:hover {
    opacity: 1;
}

.footer_item_contact a:hover {
    opacity: 0.6;
}

.footer-item li, .footer_item_contact {
    margin-bottom: 12px;
}

.footer .footer-content {
    padding-bottom: 60px;
}

script {
    display: none !important;
}

h2.title_mob {
    display: none;
}


.sale-order-detail-more-info-details .table-responsive {
    border: 0;
}

.orders-history-link a {
    margin-right: 15px;
}

.orders-history-link a:hover {
    border-bottom-color: transparent;
}

.orders-history-link {
    margin-bottom: 30px;
}

.bx_profile {
    max-width: 600px;
}

.bx_profile font.notetext {
    margin-bottom: 10px;
    display: block;
}

.account-form .form__widget {
    margin-bottom: 15px;
}

.account-form .form__widget-box {
}

.form__widget_birthday .form__widget-box {
    position: relative;
}

.form__widget_birthday .form__widget-box .calendar-icon {
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: #616161;
    opacity: .7;
}

.form__widget_birthday .form__widget-box .calendar-icon:active {
    opacity: 1;
}

.form__widget_birthday .form__widget-input {
    position: relative;
    max-width: 200px;
}

.account-form .form__widget_fio .form__widget-label {
    display: block;
    margin: 0 0 5px 0;
}

.account-form .form__widget_gender input[type="radio"] {
    display: none;
}

.account-form ul.tabs_gender {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.account-form ul.tabs_gender li.tabs__item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn {
    display: block;
    position: relative;
    padding: 12px 0;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid var(--main_color);
    transition: .3s ease;
}

.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label {
    cursor: default;
}

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn:hover {
    background-color: var(--main_color);
    color: #fff;
}

.password-form {
    display: none;
}

.orders .order-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px;
    font-size: 14px;
}

.orders .orders-item__about {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.orders .orders-item__id {
    width: 30%;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.orders .order-item__total-price {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: 300;
}

.orders .order-item__order-date {
    width: 18%;
    display: inline-block;
    text-align: center;
}

.orders .orders-item__status {
    width: 30%;
    display: inline-block;
    text-align: right;
}

.orders .orders-item__status.status_ok,
.order__time.status_ok {
    color: #06c191;
}

.orders .orders-item__status.status_process,
.order__time.status_process {
    color: #999;
}

.orders .orders-item__status.status_cancel,
.order__time.status_cancel {
    color: #f45057;
}

.orders .track-items__item-image, .orders .track-items__more-items {
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 45px;
    height: 65px;
}

.orders .track-items__more-items {
    font-size: 18px;
    text-align: center;
    line-height: 65px;
    margin: 0;
}

.orders .orders-item__goods {
    width: 50%;
    display: inline-block;
}

.orders a.order-item__link {
    float: right;
    color: #fff;
    display: block;
    padding: 5px 20px;
    margin-top: 34px;
}

.basket_wrapper .bx_ordercart .bx_sort_container {
    width: 15%;
    padding-right: 2%;
    float: left;
}

.basket_wrapper .bx_ordercart .bx_sort_container span {
    display: none;
    font-weight: 500;
    color: #000;
    margin-top: -40px;
}

.basket_wrapper .bx_ordercart .bx_sort_container a {
    text-shadow: none;
    box-shadow: none;
    margin-left: 0;
    border-radius: 0;
    width: 100%;
    font-weight: 300;
    background: none;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    padding: 0 10px;
    color: #000;
}

.basket_wrapper .bx_ordercart .bx_sort_container a:hover {
    background: none;
}

.basket_wrapper .bx_ordercart .bx_sort_container a.current, .basket_wrapper .bx_ordercart .bx_sort_container a.current:hover {
    color: #fff;
    cursor: default;
}

#basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
    margin-left: 15%;
    width: 85%;
    margin-top: 10px;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container table thead td {
    font-weight: 300;
}

#col_WEIGHT, .td.weight {
    display: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.order_wrapper .bx-blue .btn.btn-default {
    text-shadow: none;
    margin-left: -5px;
    transition: .3s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button:hover,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,
.order_wrapper .bx-blue .btn.btn-default:hover {
    background: #a1787c;
}

.order_wrapper .bx-soa-section-title {
    font-weight: 300;
    text-transform: initial;
}

.order_wrapper a.bx-soa-info-shower {
    font-weight: 300;
}

.basket_empty {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}

.basket_empty .errortext,
.lk__content-wrapper .errortext {
    font-size: 24px;
    color: #aaa;
}

.basket_empty .go_to-catalog a {
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 5px 0;
    margin-top: 15px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price {
    display: none;
}

.contacts_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.contacts_content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
}

.contact_title {
    font-weight: 500;
}

.contacts__adress, .contacts__form {
    flex-grow: 1;
}

.message-form__widget {
    margin-bottom: 10px;
}

.message-form__widget input {
    border: 1px solid #ddd;
    height: 41px;
    color: #000;
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}

.message-form__widget textarea {
    border: 1px solid #ddd;
    outline: none;
    color: #000;
    width: 100%;
    height: 150px;
    padding: 6px 12px;
    font-size: 14px;
    resize: none;
    line-height: 1.42857143;
    border-radius: 3px;
}

.message-form__widget input::placeholder,
.message-form__widget input:-ms-input-placeholder,
.message-form__widget input:-moz-placeholder,
.message-form__widget input::-webkit-input-placeholder,
.message-form__widget textarea::placeholder,
.message-form__widget textarea:-moz-placeholder,
.message-form__widget textarea:-ms-input-placeholder,
.message-form__widget textarea::-webkit-input-placeholder {
    color: #aaa;
}

.message-form__controls {
    text-align: center;
}

.message-form__controls .message-submit {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.contacts__list .contacts_item {
    margin-bottom: 10px;
}

.contacts__list .contacts_item a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
}

.contacts__list .contacts_item a:after {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background-color: #aaa;
}

.contacts__list .contacts_phone a {
    font-weight: 900;
}

.contacts__list .contacts_item span {
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    font-weight: 300;
}

.contacts__list .contacts__adr .title {
    margin-top: 50px;
}

.contacts__list .contacts__adr span {
    color: #000;
    margin: 0;
    font-weight: 500;
}

.map_wrapper div.bx-yandex-map {
    width: 100% !important;
}

.delivery-pay_content {
    margin-bottom: 50px;
}

.delivery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.delivery-pay_content .content__image {
    position: relative;
    height: 0;
    padding-top: 40%;
    margin-top: -35px;
}

.delivery-pay_content .content__image .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.delivery__wrapper .content__text {
    padding-right: 30px;
}

.pay__wrapper .content__text {
    position: relative;
    margin-bottom: 30px;
}

.pay__wrapper h2 {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 25px;
}

.delivery-pay_content .text__inner {
    line-height: 2;
}

.top__text {
    font-size: 18px;
}

.order {
    font-size: 14px
}

.order__title {
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    text-transform: none;
}

.order__time {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.order__info {
    display: table;
    width: 100%
}

.order__info-row {
    display: table-row;
    width: 100%
}

.order__info-cell {
    display: table-cell;
    padding-bottom: 10px;
    width: 80%
}

.order__info-cell_title {
    padding-left: 0;
    width: 20%;
    font-weight: bold;
}

.order__orders {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.order__payments {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding: 15px 0;
}

.order__price {
    font-size: 16px;
    font-weight: 500;
    display: table;
    width: 100%;
}

.order-list {
    border-top: solid 2px #000;
    font-size: 0;
}

.order-list__header {
    font-weight: 300;
    padding: 10px 20px;
    background: #f5f5f5;
}

.order-list__content {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.order-list__row {
    padding: 10px 0;
}

.order-list__count-column, .order-list__price-column, .order-list__title-column {
    vertical-align: top;
    display: inline-block;
    font-size: 14px
}

.order-list__count-column {
    text-align: center;
}

.order-list__price-column {
    text-align: right;
}

.order-list__title-column {
    width: 60%;
}

.order-list__count-column {
    width: 10%;
}

.order-list__price-column {
    width: 30%;
}

.order-item:after {
    content: '';
    clear: both;
    display: block
}

.order-item__img {
    width: 100px;
    height: 135px;
    float: left;
    overflow: hidden;
}

.order-item__img-pic {
    width: 100px;
    height: 135px;
}

.order-item__info {
    margin-left: 125px;
}

.order-item__returned, .order-item__size, .order-item__art, .order-item__title {
    margin-bottom: 5px;
}

.order-item__title {
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.order-item__price {
    margin-bottom: 5px;
}

.order-item__price_total {
    font-weight: 300;
}

.order__main-info {
    margin-bottom: 15px;
}

.order__widget_description {
    margin-top: 5px;
}

.order__price-total {
    vertical-align: middle;
}

.order__main-info + .order__info {
    border-top: solid 1px #ddd;
    padding-top: 15px;
}

.order-items__review, .review__btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
}

.order-items__review span {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.rev__form_review {
    display: none;
    width: 500px;
    height: 410px;
    padding: 30px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2500;
}

.rev__node-left {
    float: left;
    width: 200px
}

.rev__node-body {
    margin-left: 224px;
}

.rev__node-rating {
    background-size: 90px 27px;
    background-position: -3px 0;
    height: 27px;
    width: 90px
}

.rev__write {
    margin: 0 auto;
    vertical-align: baseline
}

.rev__form *, .rev__form :after, .rev__form :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.rev__form_review .close-btn {
    right: -10px;
}

.rev__form-head {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.rev__form-body {
    padding: 0 32px 16px;
}

.rev__cancel {
    margin-right: 18px;
    margin-bottom: 20px;
    vertical-align: baseline;
}

.rev__form-foot {
    padding: 16px 32px;
    text-align: center;
}

.rev__form-foot .review__btn {
    margin: 0;
}

.rev__form-foot .button {
    position: relative;
    z-index: 10;
    background: none;
    border: none;
    color: #fff;
    font-weight: 300;
}

.rev__form-body-delete {
    line-height: 20px;
    padding-top: 26px;
    padding-bottom: 44px;
}

.rev__form-body-delete p {
    margin-top: 0;
    margin-bottom: 7px;
}

.rev__form-field {
    margin-bottom: 20px;
    text-align: left;
}

.rev__form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.rev__form-input_text {
    border: 1px solid #999;
    padding: 7px 12px;
    height: 32px
}

.rev__form-input_textarea {
    height: 110px;
    border: 1px solid #ddd;
    font-size: 13px;
    outline: 0;
    resize: none;
    padding: 5px 10px;
    width: 100%;
}

.news-list {
    word-wrap: break-word;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.news-item {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:nth-child(4n) {
    margin-right: 0;
}

.news-picture__link {
    overflow: hidden;
    display: block;
    background-color: #000;
}

.news-picture__link .picture__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%;
}

.news-picture__link .preview_picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s ease-out;
}

.news-item:hover .preview_picture {
    transform: scale(1.1);
}

.news-date-time {
    display: block;
    position: absolute;
    color: #fff;
    z-index: 10;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(172, 138, 141, .85);
}

.news-item__container {
    padding: 15px;
}

.news-item__container {
    text-align: center;
}

.news-title__link {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-title__link a {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.news-item__descr {
    font-size: 14px;
    margin-bottom: 25px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.news-item__descr:after {
    display: block;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    height: 35px;
    width: 62px;
    right: 0;
    bottom: -8px;
}

a.news-item__btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
}

a.news-item__btn span {
    position: relative;
    z-index: 10;
}

.news-detail__image-rel {
    height: 475px;
    margin-bottom: 25px;
    overflow: hidden;
}

.news-detail__image-abs {
    position: absolute;
    width: 100%;
    left: 0;
}

.news-detail__image-wrapper {
    display: block;
    position: relative;
    height: 475px;
}

.news-detail__image {
    width: 100%;
    height: 100%;
}

.news-detail__date {
    margin: 25px 0;
}

.news-detail__wrapper .lk__title-back {
    border: none;
    margin: 0;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #ddd;
}

.order_wrapper .form-control {
    transition: .3s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.order_wrapper .form-control.dropdown-block {
    z-index: 2;
}

.order_wrapper .form-control:focus {
    border: 1px solid var(--main_color);
}

.order_wrapper .form-group .form-control:focus {
    box-shadow: none;
}

.order_wrapper .bx-soa-item-table {
    margin: 0;
}

/* region preloader fast view -------------------------- */

.preloader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    visibility: visible;
    z-index: 1100;
}

.fast_elem_wrapper {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 930px;
    margin-right: 8px;
}

.bx-touch .fast_elem_wrapper {
    margin-right: 0;
}

.fast_elem_wrapper .product-item-detail-gallery {
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 400px;
    margin-right: 30px;
    margin-bottom: 0;
}

.fast_elem_wrapper .product-item-detail-gallery .swiper-btn {
    display: flex;
    top: unset;
    transform: none;
    bottom: 12px;
}

.fast_elem_wrapper .product-item-detail-gallery .swiper-button-disabled {
    opacity: .4;
}

.fast_elem_wrapper .product-item-detail-gallery .swiper-button-next {
    right: 50%;
    transform: translateX(45px);
}

.fast_elem_wrapper .product-item-detail-gallery .swiper-button-prev {
    left: 50%;
    transform: translateX(-45px);
}

.fast_elem_wrapper .product-item-detail-gallery .swiper-wrapper {
    display: flex;
    width: auto;
    position: static;
    grid-gap: unset;
}

.fast_elem_wrapper .product-item-detail-main-info {
    max-height: 600px;
    padding-right: 18px;
    padding-bottom: 1px;
}

/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.header-top-line .col-left {
    display: flex;
    align-items: center;
}

.header-top-line .col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.address .address_title {
    line-height: 1;
}

.address .address_title span {
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
}

.search_wrapper {
    min-width: 318px;
}

.top-search {
    margin-right: 26px;
}

.product-detail-preview {
    overflow: auto !important;
}

.btn {
    border-radius: 0;
}


.product-item-detail-gallery .product_card-flags {
    right: 0;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 0px;
}

.product-item-scu-item-text-block {
    outline: none;
}

.top-catalog-menu-title {
    position: relative;
}

.fast_wrapper .main-button-container .btn-subscribe {
    display: none;
}

.fast_wrapper .button-quantity-col .row .col-auto {
    flex-direction: row-reverse;
    align-items: center;
}

.fast_wrapper .button-quantity-col .row .col-auto .quantity-block {
    margin-right: 15px;
}

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

.social_network_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.social_network_item a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.social_network_item {
    margin-right: 8px;
}

.social_network_item a {
    background: #AEB1B8;
    border-radius: 4px;
}

.social_network_item a:hover {
    background: var(--main_color);
}

.next_product {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 15px;
    display: flex;
}

.open-filter-wrp .btn-primary {
    color: #fff;
}

.open-filter-wrp .btn-primary:hover {
    color: #fff;
    background-color: var(--main_color_hover);
}

.open-filter-wrp .btn-primary:active,
.open-filter-wrp .btn-primary:focus {
    background-color: var(--main_color_active);
}

.btn-primary {
    color: #fff;
}

.header .top-icon-box {
    display: flex;
    align-items: center;
    position: relative;
}

.header .top-icon-box .icon-box-link {
    height: 40px;
    width: 40px;
    position: relative;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .top-icon-box .icon-box-link:hover, .header .top-icon-box .icon-box-link:hover .icon-item {
    background: var(--secondary_color);
}

.header-top-line .address {
    margin-top: 7px;
    opacity: 0;
}

.header .top-catalog-menu-title {
    background-color: var(--main_color);
}

.header .top-catalog-menu-title:hover {
    background-color: #F4B000;
}


.header .navigation ul li.navigation_item a.navigation-link:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:after {
    background-color: var(--main_color);
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link {
    color: var(--main_color);
}

.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
    border-color: var(--main_color);
}

.sale-accountpay-pp-company.bx-selected .sale-accountpay-pp-company-graf-container {
    border-color: var(--main_color);
}

.sale-order-payment-change-pp-company-graf-container {
    border: 1px solid var(--border);
    transition: .3s ease;
    border-radius: 0;
}

.sale-order-list-cancel-payment {
    border-bottom: 1px dashed var(--main-txt);
    transition: .3s ease;
}

.sale-order-list-cancel-payment:hover {
    border-bottom: 1px dashed transparent;
}

.info-card .tt-info-box:hover {
    border-color: var(--main_color);
    background-color: var(--main_color);
}

.btn_mask {
    background-color: var(--main_color);
}

.btn_mask:active {
    background-color: var(--main_color);
}

.btn_mask:before {
    border: 1px solid var(--main_color);
}

.btn_mask:after {
    background: var(--main_color);
}

.btn_mask:hover:after {
    background-color: var(--main_color);
}

.set_container .set_image__wrap span.number {
    background-color: var(--main_color);
}

.set_container label.set_check-in.active span:before,
.set_container div.set_check-in span:before {
    color: var(--main_color);
}

.api_form .api_controls label input[type=checkbox]:checked + .api-rules-text:after {
    color: var(--main_color);
}

.product_card_fast .go_to_card a:hover {
    border-bottom-color: var(--main_color);
    color: var(--main_color);
}

.feedback-btn {
    border: solid 1px var(--main_color);
    color: var(--main_color);
}

.feedback-btn:hover {
    border: solid 1px var(--main_color_hover);
    background-color: var(--main_color_hover);
    color: #fff;
}

.feedback-btn:active,
.feedback-btn:focus {
    border: solid 1px var(--main_color_active);
    background-color: var(--main_color_active);
    color: #fff;
}

.orders-history-link a {
    color: var(--main_color);
    border-bottom: 1px solid var(--main_color);
}

.form__widget_birthday .form__widget-box .calendar-icon:active {
    color: var(--main_color);
}

.form__widget_birthday .form__widget-box a.calendar-icon-hover {
    color: var(--main_color);
}

.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label {
    background-color: var(--main_color);
    color: #fff;
}

.orders .orders-item__id:hover {
    color: var(--main_color);
}

.orders a.order-item__link {
    background-color: var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_sort_container a:hover {
    border: 1px solid var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_sort_container a.current, .basket_wrapper .bx_ordercart .bx_sort_container a.current:hover {
    background: var(--main_color);
    border: 1px solid var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_bt_button,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.order_wrapper .bx-blue .btn.btn-default {
    background: var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_bt_button:active,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active,
.main_content {
    position: relative;
}

.catalog_and_menu .navigation .navigation_item {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 55px;
}

.catalog_and_menu .navigation .navigation_item:first-child {
    margin-left: 40px;
}

.catalog_and_menu .navigation .navigation_item:last-child {
    margin-left: 209px;
    position: relative;
}

.catalog_and_menu .navigation .navigation_item:last-child .navigation-link {
    position: relative;
}

.catalog_and_menu .navigation .navigation_item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-txt);
    transition: .3s all ease;
}

.catalog_and_menu .navigation .navigation_item:hover:before {
    width: 100%;
}

/* Топ меню */
.wrapper_top_menu {
    position: relative;
    z-index: 4;
    background-color: var(--secondary_color);
}

.wrapper-header-top {
    position: relative;
    z-index: 3;
    background-color: var(--light_color);
}

.top_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 43px;
}

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

.top_menu-menu .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff !important;
}

.auth-svg {
    margin-right: 13px;
}

.top_menu_right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 50px;
}

.footer_item_contact {
    display: flex;
    flex-direction: column;
}

.krayt-footer-bottom span {
    color: var(--theme-txt);
    opacity: .6;
    font-weight: 400;
}

.krayt-link a {
    color: var(--theme-txt);
    opacity: .6;
    transition: .3s ease;
    font-weight: 400;
}

.krayt-link a:hover {
    opacity: 1;
}

.wrapper-inner.wrapper-main .wrapper-main_container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.main_content {
    background-image: none;
    background-repeat: repeat;
    background-size: 100%;
    padding-bottom: 120px;
}

.main_content.main_page {
    padding-bottom: 0;
    padding-top: 80px;
}

.search-page .sorting_box {
    margin-bottom: 0;
}

.slider-viewed.catalog-products-viewed-container .owl-stage-outer {
    padding-bottom: 0px;
}

.footer_item_contact_title {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
}

.bx-filter-popup-result.right .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
}

.filter_minus line {
    stroke: var(--main_color);
}

.btn-primary.ajax_reload {
    padding: 10px 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_chose_city {
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 0;
}

.block_chose_city_icon {
    margin-right: 12px;
}

.bx_pagination_bottom {
    margin-top: 30px;
}

.top .bx_pagination_bottom {
    margin-top: 0;
    margin-bottom: 30px;
}

.col-right .contacts {
    display: flex;
}

.header-top svg {
    vertical-align: top;
}

.search-page .search_wrapper {
    min-width: 100%;
    max-width: 100%;
}

.btn:active, .btn.active {
    box-shadow: none !important;
}

.sale-order-detail-card .btn-green-border {
    padding: 9px 15px;
    font-weight: 600;
}

.bx-context-toolbar-empty-area {
    min-height: 12px;
    min-width: 12px;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 50px;
}

.footer-top .main-user-consent-request-announce {
    color: var(--light-txt);
}

.navigation-box.social {
    display: flex;
    flex-wrap: wrap;
}

.navigation-box.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 8px;
    width: 32px;
    height: 32px;
    background: #3a3a3a;
}

.navigation-box.social a path {
    transition: .3s ease;
}

.navigation-box.social a:hover {
    background: #fff;
}

.navigation-box.social a:hover path {
    fill: var(--main-txt)
}

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

.footer {
    margin-top: auto;
    position: relative;
    z-index: 0;
}

div.page_404 .number .embed-responsive {
    max-width: 1300px;
    margin: 80px 0 40px;
}

.goods_icon-counter {
    font-size: 12px;
    font-weight: 600;
}

.search-page .search__input input {
    border: 1px solid var(--border);
    transition: .3s ease;
}

.search-page .search__input input:focus {
    border: 1px solid var(--main_color);
}

.catalog-section-descr {
    margin-top: 60px;
}

.catalog-section-descr, .catalog-section-descr * {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.catalog-section-descr b {
    font-weight: 600;
}

.product-item-detail-slider-image a {
    position: static;
}

.mt2 {
    margin-top: 2px;
}

.swiper-wrapper {
    display: flex;
    height: 100%;
}

.swiper-slide {
    flex-shrink: 0;
    max-width: 100%;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--light_color);
    border: 1px solid var(--main_color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
}

.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-disabled svg {
    transform: none !important;
}

.swiper-button-next {
    left: unset;
    right: 0;
}

.swiper-button-prev svg, .swiper-button-next svg {
    transition: .3s ease;
    pointer-events: none;
}

.swiper-button-prev svg {
    transform: translateX(40%);
}

.swiper-button-next svg {
    transform: translateX(-40%);
}

.swiper-button-prev:hover svg {
    transform: translateX(20%);
}

.swiper-button-next:hover svg {
    transform: translateX(-20%);
}

.swiper-button-prev:hover:active svg {
    transform: translateX(0%);
}

.swiper-button-next:hover:active svg {
    transform: translateX(0%);
}

.cartline-wrapper {
    width: 900px;
}

.cartline-wrapper .cartline-list {
    max-height: 45vh;
    padding-right: 10px;
}

.cartline-wrapper .cartline-list p {
    font-size: 20px;
    color: var(--main-txt);
    text-align: center;
    margin: 80px 0 100px 10px;
}

.cartline-list__item-img {
    width: 13%;
}

.cartline-list__item-name {
    width: 30%;
}

.cartline-list__item-name {
    padding-right: 30px;
    line-height: 16px;
}

.cartline-list__item-price, .cartline-wrapper .basket-item-block-amount, .cartline-list__item-quantity {
    width: 19%;
}

.cartline-list__item-cost {
    width: 15%;
}

.cartline-list__item-img-link {
    display: block;
    width: 60px;
    height: 85px;
}

.cartline-list__item-img-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cartline-list__list-item--header {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--main-txt);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}

.cartline-list__list-item {
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
}

.cartline-list__item-price span, .cartline-list__item-cost span, .cartline-list__final-cost span:last-child {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-txt);
}

.basket-item-amount-filed-block, .cartline-list__item-cost {
    user-select: none;
}

.cartline-list__final-cost {
    margin-top: 20px;
    padding: 20px;
    background: var(--secondary_color);
    text-align: right;
}

.cartline-list__final-cost span:first-child {
    color: var(--main-txt);
    margin-right: 26px;
}

.cartline-list__final-cost span:last-child {
    font-weight: 700;
}

.cartline-list__close-button {
    margin-left: auto;
}

.favorite-element-container .favor-delete-btn {
    display: inline-block;
}

.favorite-element-container .limit_and_view {
    display: none;
}

.header-top .contacts {
    display: flex;
}

.top-search .search-title-button-sm {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-title-button {
    opacity: 0.5;
    transition: .3s ease;
}

.search-title-button:hover {
    opacity: 1;
}

.navigation-container {
    display: none;
}

.burger-menu, .burger-btn {
    display: none;
}

.burger-btn {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    padding: 5px 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
}

.burger-btn span {
    width: 100%;
    height: 2px;
    background: var(--main_color);
}

.burger-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transform: translateY(-100%);
    transition: .5s ease;
}

.burger-menu_wrap {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

.burger-menu .container {
    padding: 60px 20px 60px 20px;
}

.burger-menu-content-wrap {
    width: 100%;
    height: 100%;
    padding: 15px 10px 30px;
    overflow: auto;
    overflow-x: hidden;
}

.burger-menu.active {
    opacity: 1;
    transform: translateY(0);
}

.burger-menu svg {
    transition: .3s ease;
}

.burger-menu .navigation a {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 16px;
}

.burger-menu .jq-selectbox__select-text, .store_list.jq-selectbox li,
.change_PHONE {
    font-size: 14px;
}
.burger-menu .close-btn {
    background: var(--secondary_color);
}

.burger-auth {
    display: flex;
    padding-bottom: 20px;
}

.burger-auth a {
    color: var(--main-txt);
    padding-right: 20px;
    font-weight: 500;
    font-size: 14px;
    align-items: flex-end;
    width: auto;
}

.burger-auth a:last-child {
    padding-left: 20px;
    padding-right: 0;
    align-items: flex-start;
    border-left: 1px solid #dfdfdf;
}

.burger-static-menu {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #dfdfdf;
}

.burger-other {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
}

.burger-other .contacts {
    display: flex;
    align-items: flex-start;
}

.burger-other .contacts svg {
    display: block;
}

.burger-other .contacts a {
    font-size: 16px;
}

.burger-other .contacts p {
    color: var(--main-txt);
}

.burger-catalog-section-list .burger-catalog-section-list-btn {
    color: var(--main-txt);
    margin-bottom: 10px;
    padding: 5px 10px !important;
    background: #efefef !important;
    border: 1px solid #dfdfdf;
}

.brands_container {
    position: relative;
    overflow: hidden;
}

.banner div {
    overflow: hidden;
    margin-bottom: 60px;
}

.banner picture {
    display: block;
}

.banner img {
    display: block;
    transition: .3s ease;
}

.banner:hover img {
    transform: scale(1.01);
}

.banner img.mobile {
    display: none;
}

.popup-window-overlay {
    background: #000 !important;
    opacity: 0.6 !important;
    width: 100% !important;
}

.scroll-up-btn {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 993;
    bottom: 50px;
    left: 50px;
    cursor: pointer;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
}

.scroll-up-btn path {
    fill: var(--theme-txt)
}

.scroll-up-btn.active {
    opacity: 0.75;
    pointer-events: auto;
}

.scroll-up-btn:hover {
    opacity: 0.9;
}

.scroll-up-btn:hover:active {
    opacity: 1;
}

.a-lazy-img {
    opacity: 0;
    transition: opacity .3s ease;
}

.container.banner img {
    height: 150px;
    object-fit: cover;
}

.btn_border {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 220px;
    max-width: 100%;
    line-height: 1;
    background: var(--light-btn-color);
    border: 1px solid var(--light-btn-hover);
    color: var(--light-btn-hover) !important;
    cursor: pointer;
    transition: .3s ease;
    text-transform: uppercase;
    user-select: none;
}

.btn_border:hover {
    color: var(--theme-txt) !important;
    background: var(--light-btn-hover);
}

.btn_border:hover:active {
    color: var(--theme-txt) !important;
    background: var(--light-btn-active);
}

.btn_fill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 220px;
    max-width: 100%;
    line-height: 1;
    background: var(--dark-btn-color);
    border: 1px solid var(--dark-btn-color);
    cursor: pointer;
    color: var(--theme-txt) !important;
    transition: .3s ease;
    text-transform: uppercase;
    user-select: none;
}

.btn_fill:hover {
    background: var(--dark-btn-hover);
}

.btn_fill:hover:active {
    background: var(--dark-btn-active);
}

.btn_fill.disabled {
    pointer-events: none;
    background: var(--secondary_color);
    border: 1px solid var(--secondary_color);
    color: var(--secondary-txt) !important;
}

.show-more-btn {
    width: 260px;
    margin: 40px auto 0;
}

.rating_item {
    display: inline-flex;
    align-items: center;
}

.rating_item .stars {
    width: 83px;
    height: 15px;
    position: relative;
    margin-right: 5px;
}

.rating_item .stars span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating_item .count_rating {
    margin-top: 1px;
}

.product_item__cart {
    display: flex;
}

.product-item-quantity-block {
    margin-right: 20px;
    height: 50px;
    width: 90px;
    background: var(--secondary_color);
    padding: 3px 27px 3px 3px;
    position: relative;
    flex-shrink: 0;
}

.product-item-quantity-block .count_input,
.product-item-quantity-block .count_input input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
    position: absolute;
    right: 3px;
    width: 24px;
    height: 22px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
}

.product-item-amount-field-btn-minus {
    top: unset;
    bottom: 3px;
}

.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover {
    background: #e5e5e5;
}

.product-item-amount-field-btn-minus:hover:active,
.product-item-amount-field-btn-plus:hover:active {
    background: #cacaca;
}

.product-item-amount-field-btn-minus.product-item-amount-field-btn-disabled,
.product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.prod-of-day_timer_tiles [data-timer="scds"] {
    order: 4;
}

.prod-of-day_timer_tiles [data-timer="scds"] + span {
    order: 3;
}

.prod-of-day_timer_tiles [data-timer="scds"].timer-display-none + span {
    order: 0;
}

.timer-separator {
    font-size: 9px;
    font-weight: 400;
    margin: 0 5px;
}

.timer-val {
    font-size: 16px;
    width: 30px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.timer-display-none {
    display: none !important;
}

.timer-val_label {
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.no-select {
    -webkit-user-select: none;
    user-select: none;
}

.product-item-scu-block .select-val {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 50px;
    border: 1px solid var(--border);
    background: var(--light_color);
    cursor: pointer;
    transition: .3s ease;
}

.product-item-scu-block .select-val .scu-select-arrow {
    display: block;
    height: 16px;
    padding: 0 4px 0 20px;
    border-left: 1px solid var(--border);
    margin-left: auto;
}

.product-item-scu-block .select-val .scu-select-arrow svg {
    transition: .3s ease;
}

.sku-line-block-title-select {
    margin-left: 10px;
}

.wrapper-select-block {
    position: relative;
    margin-bottom: 10px;
    transition: .3s ease;
}

.product-item-scu-item-list {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    position: absolute;
    z-index: 12;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--light_color);
    border: 1px solid var(--main-txt);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
    border-top: none;
    padding: 12px 10px 12px 10px;
    max-height: 100px;
    display: flex;
    flex-wrap: wrap;
}

.product-item-scu-item-list li {
    cursor: pointer;
    padding: 5px;
    margin: 3px;
    transition: .3s ease;
}

.product-item-scu-item-list li:hover {
    background: var(--secondary_color);
}

.product-item-scu-item-list li.selected {
    background: var(--theme-color);
    transition: .3s .5s ease;
}

.product-item-scu-item-list li.selected span,
.product-item-scu-item-list li.selected div {
    color: var(--theme-txt);
    transition: .3s .5s ease;
}

.product-item-scu-item-list li.product-item-scu-item-color-container {
    background: none;
    padding: 0;
    margin: 5px;
}

.product-item-scu-block img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.product-item-scu-item-color-block img {
    width: 46px;
    height: 46px;
}

.product-item-scu-item-color-block {
    transition: .3s ease;
    padding: 3px;
    border: 1px solid transparent;
}

.product-item-scu-item-color-block:hover {
    border: 1px solid #dfdfdf;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    border: 1px solid var(--main-txt);
}

.wrapper-select-block.active .select-val, .select-val:hover {
    border: 1px solid var(--main-txt);
}

.wrapper-select-block.active .product-item-scu-item-list {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-select-block.active .scu-select-arrow svg {
    transform: rotate(-180deg);
}

.choose-size-btn {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    border-bottom: 1px dashed var(--main-txt);
    transition: .3s ease;
}

.choose-size-btn:hover {
    opacity: 0.6;
    border-bottom: 1px dashed transparent;
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.6;
    }
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-window {
    animation: popupFadeIn .3s forwards;
}

.popup-window-overlay {
    animation: overlayFadeIn .3s forwards;
}

.popup-window-close-icon:after, .close-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-image: url('images/close-btn.svg');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-window-titlebar-text {
    display: block;
    color: var(--main-txt);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 38px;
    margin-top: 20px;
    padding: 0;
}

.popup-window {
    padding: 34px 45px !important;
    width: 410px;
    max-width: calc(100% - 20px);
}

.popup-window.basket-popup {
    width: auto;
}

.popup-window-content {
    padding: 0 !important;
    background-color: transparent !important;
    margin-bottom: 30px;
}

.popup-window .popup-icon {
    display: block;
    margin: 0 auto 38px;
}

.popup-window-titlebar {
    height: auto;
}

.popup-window-content p {
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
}

.popup-window-buttons {
    padding: 0;
}

.popup-window-buttons .popup-btn {
    width: 100%;
}

.popup-window-buttons .popup-btn-bottom {
    margin-top: 10px;
}

.product_item_title {
    margin-top: 16px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.product_item_title .product_item_section_title {
    color: var(--secondary-txt);
    font-weight: 400;
    flex-shrink: 0;
    max-width: 40%;
}

.product_item_title a, .product_item_title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
}

.product_item_title_separator {
    margin: 0 8px;
    flex-shrink: 0;
}

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

.product-item-price-current span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.product-item-price-old span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-txt);
    text-decoration: line-through;
    margin-left: 10px;
}

.product-item-label-discount span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    color: var(--light_color);
    background: var(--stocks);
    margin-left: 10px;
}

.add-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.add-wishlist path {
    transition: .3s ease;
}

.add-wishlist:hover path {
    stroke: #7a7a7a;
    fill: #7a7a7a;
}

.add-wishlist .active path {
    stroke: var(--main-txt);
    fill: var(--main-txt);
}

.footer_bottom_wrapper_line {
    width: 100%;
    height: 1px;
    background: var(--theme-txt);
    opacity: 0.1;
}

.container::before, .container::after {
    display: none;
}

.product_card-flags .flag-item {
    height: 18px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light_color);
    margin-bottom: 3px;
}

.product_card-flags .flag-item span {
    font-size: 11px;
    line-height: 18;
    text-transform: uppercase;
}

.product_card-flags .flag-item.prod_of_day {
    width: auto;
    display: inline-flex;
    border: 1px solid #FF7E62;
    padding: 0 5px;
}

.product__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 310px);
    grid-column-gap: 20px;
    grid-row-gap: 80px;
}

.burger-menu .buyers_category a {
    padding: 0 0 5px 0;
    margin-right: 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid transparent;
    background: none !important;
}

.burger-menu .buyers_category a.selected {
    color: var(--main-txt);
    border-bottom: 2px solid var(--main_color);
}

.burger-menu .line {
    display: block;
    max-width: 400px;
    width: 100%;
    height: 1px;
    background: var(--border);
    margin-top: 10px;
    margin-bottom: 30px;
}

.burger-menu .navigation + .navigation {
    padding-bottom: 20px;
}

.ideas_wrapper .container:last-child {
    margin-bottom: 0;
}

.wish-popup-product {
    display: flex !important;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
    align-items: flex-start;
}

.wish-popup-product img {
    width: 60px;
    height: 80px;
    flex-shrink: 0;
    display: block;
    margin-right: 16px;
    object-fit: cover;
}

.wish-popup-btn {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary_color);
    background: var(--secondary_color);
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    transition: .3s ease;
}

.wish-popup-btn.active {
    border: 1px solid var(--main_color);
}

.wish-popup-btn:first-child::before {
    content: '+';
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin-right: 6px;
}

.wish-popup-btn:hover {
    background: #dfdfdf;
}

.wish-popup-btn:hover:active {
    background: #d2d2d2;
}

#addedToWishList, #removedFromWishList {
    position: fixed !important;
    top: unset !important;
    left: unset !important;
    right: 50px;
    bottom: 50px;
    padding: 20px 35px 20px 20px !important;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--main_color);
    width: 305px;
}

#addedToWishList .wish-popup-added-to-fav,
#removedFromWishList .wish-popup-added-to-fav {
    display: flex;
    align-items: flex-start;
}

#addedToWishList svg, #removedFromWishList svg {
    width: 37px;
    height: 37px;
    display: block;
    margin-right: 16px;
}

#addedToWishList p, #addedToWishList a,
#removedFromWishList p {
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

#addedToWishList a {
    transition: .3s ease;
    border-bottom: 1px dashed var(--main-txt);
}

#addedToWishList a:hover {
    border-bottom: 1px dashed transparent;
}

#addedToWishList .btn_fill {
    margin-left: 53px;
    margin-top: 16px;
    height: 36px;
    width: 180px;
    text-transform: none;
}

#addedToWishList .popup-window-content,
#removedFromWishList .popup-window-content {
    margin-bottom: 0;
}

#addedToWishList .popup-window-close-icon,
#removedFromWishList .popup-window-close-icon {
    top: 5px;
    right: 5px;
}

#addToWishList {
    width: 490px;
    padding: 30px 50px !important;
}

#addToWishList .popup-window-titlebar-text {
    margin-bottom: 30px;
}

#addToWishList .popup-window-content {
    margin-bottom: 20px;
}

.wish-popup-product-name {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.wish-popup-product-price {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 10px;
}

#addToWishList .popup-window-buttons {
    max-height: 350px;
    padding: 0 10px;
    margin: 0 -10px;
}

#createWishlist {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 16px;
    margin-bottom: 10px;
    border: 1px solid var(--border);
    transition: .3s ease;
}

#createWishlist:focus {
    border: 1px solid var(--main_color);
}

#createWishlist.error {
    border: 1px solid red;
}

#sizeTable {
    width: 900px;
    padding: 20px !important;
}

#sizeTable .popup-window-content {
    margin-bottom: 0;
}

.size_table_brand {
    margin-top: -30px;
    margin-bottom: 25px;
    text-align: center;
}

.size_table_brand a {
    font-size: 18px;
    font-weight: 500;
    transition: .3s ease;
}

.size_table_brand a:hover {
    opacity: 0.6;
}

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

.size_table_row:first-child .size_table_col {
    font-size: 12px;
    padding-top: 5px;
}

.size_table_row:nth-child(2n) {
    background: var(--secondary_color);
}

.size_table_col {
    width: 100%;
    text-align: center;
    font-weight: 400;
    padding: 15px;
}

.size_table_wrap {
    max-height: 70vh;
    display: flex;
}

.size_table {
    flex-shrink: 0;
    flex-grow: 1;
}

.size_table_img {
    width: 100%;
    height: 600px;
    max-height: 70vh;
}

.size_table_img img {
    display: block;
    max-width: 250%;
    margin: 0 auto;
    object-fit: contain;
}

@media (max-width: 1350px) {
    .wrapper-inner {
        max-width: 960px;
    }

    .top_menu {
        flex-direction: column;
        align-items: flex-start;
        height: 80px;
        padding: 15px 0;
    }

    .top_menu_right {
        margin-left: 0;
        width: 100%;
    }

    .top_menu_right .header-phone {
        margin-left: auto;
    }

    .footer-top {
        grid-template-columns: repeat(3, 1fr);
    }

    .product__list {
        grid-template-columns: 306px 306px 306px;
    }

    .fast_elem_wrapper {
        max-width: 800px;
    }

    .fast_elem_wrapper .product-item-detail-gallery {
        max-height: 500px;
        max-width: 350px;
    }

    .fast_elem_wrapper .product-item-detail-main-info {
        max-height: 500px;
    }

    .cartline-wrapper {
        width: 800px;
    }

    .popup-window.basket-popup {
        padding: 20px !important;
    }

    .fast_elem_wrapper .product-detail-info-top .prod-of-day_timer .timer-val {
        width: 70px;
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    .wrapper-inner {
        max-width: 720px;
    }

    .header .top-nav, .top-menu-bgs, .wrapper_top_menu, .header-top-line .buyers_category {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .burger-btn {
        display: flex;
    }

    .top-banner {
        position: static;
        z-index: unset;
    }

    .header {
        display: flex;
        align-items: center;
        max-width: 720px;
        margin: 0 auto;
    }

    .header-bottom {
        position: relative;
        z-index: 4;
    }

    .burger-btn {
        margin-bottom: 0;
    }

    .wrapper-header-top {
        width: 100%;
    }

    .header-top-line {
        display: flex;
        padding: 20px 0;
    }

    .header .top-icon-box {
        margin-left: auto;
    }

    .logo {
        padding: 0 20px;
        margin-left: auto;
    }

    .product-item-quantity-block {
        margin-right: 10px;
    }

    #prev_filter_filter .bx-filter-blocks {
        grid-template-columns: 1fr 1fr;
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }

    .product__list {
        grid-template-columns: 350px 350px;
    }

    .product__list.big_tiles {
        grid-template-columns: 1fr;
    }

    .product__list.big_tiles .product-item-image-slider-slide-container, .product__list.big_tiles .product-item-image-original {
        height: 830px;
    }

    .header-bottom-line .container {
        border-bottom: none;
    }

    .fast_elem_wrapper {
        max-width: 600px;
        max-height: 90vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .fast_elem_wrapper .product-detail-info-top {
        flex-direction: column;
        padding: 20px;
    }

    .fast_elem_wrapper .product-item-detail-gallery {
        width: 330px;
        height: 470px;
        margin: 0 auto 40px;
    }

    .fast_elem_wrapper .product-item-detail-main-info {
        max-height: unset;
        padding-right: 0;
        padding-bottom: 0;
    }

    .product_card_fast .close-btn {
        top: 5px;
        right: 5px;
        background: #777;
    }

    .cartline-wrapper {
        width: 600px;
    }

    .cartline-wrapper .cartline-list {
        display: flex;
        max-height: unset;
        padding-right: 0;
    }

    .cartline-wrapper .cartline-list p {
        margin: 65px 0 90px 0;
        width: 100%;
    }

    .cartline-list__list-item, .cartline-list__list-item--header {
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        padding: 0 10px 20px;
        border-bottom: none;
    }

    .cartline-list__list-item {
        max-width: 150px;
    }

    .cartline-list__list-item--header {
        padding: 130px 20px 20px 0;
    }

    .cartline-list__list-item--header .cartline-list__item-img,
    .cartline-list__list-item--header .cartline-list__close-button {
        display: none;
    }

    .cartline-list__item-img {
        width: auto;
        margin-bottom: 10px;
    }

    .cartline-list__item-name {
        width: auto;
        padding-right: 0;
        height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .cartline-list__final-cost {
        margin-top: 0;
    }

    .cartline-list__item-price, .cartline-wrapper .basket-item-block-amount, .cartline-list__item-quantity {
        width: auto;
        margin-bottom: 15px;
    }

    .cartline-list__item-price {
        height: 18px;
    }

    .cartline-list__item-quantity {
        height: 50px;
    }

    .cartline-list__item-cost {
        width: auto;
    }

    .cartline-list__close-button {
        order: -1;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #breadcrumbs {
        margin: 10px 0 40px;
    }

    .wrapper-inner {
        max-width: 540px;
    }

    .header {
        max-width: 540px;
    }

    .logo {
        margin-left: 20px;
    }

    .logo img {
        max-width: 160px;
        max-height: 60px;
    }

    #prev_filter_filter .bx-filter-blocks {
        grid-gap: 50px;
    }

    #prev_filter_filter .section__filter-wrapper {
        padding: 20px;
    }

    .prev-tabs ul {
        padding: 20px 20px 10px;
    }

    .prev-tabs ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .footer-top {
        grid-column-gap: 30px;
    }

    .product__list {
        grid-template-columns: 260px 260px;
    }

    .main-user-consent-request-announce span {
        font-size: 13px;
    }

    .fast_elem_wrapper {
        max-width: 500px;
    }

    .popup-window.basket-popup {
        max-height: 92vh;
        overflow: auto;
        width: 500px;
    }

    .cartline-wrapper {
        width: 100%;
    }

    .popup-window .popup-window-close-icon {
        top: 5px;
        right: 5px;
    }
}

@media (max-width: 576px) {
    .top-banner p {
        font-size: 11px;
        line-height: 16px;
    }
    .main_content {
        padding-bottom: 90px;
    }

    .wrapper-inner, .header {
        max-width: 100%;
        padding: 0 10px;
    }

    .header-top {
        padding: 0;
    }

    .main_page .container {
        padding: 0 10px;
    }

    .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev {
        left: 5px;
    }

    #prev_filter_filter .bx-filter-blocks {
        grid-template-columns: 1fr;
    }

    .prev-tabs ul li a {
        padding: 10px;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .scroll-up-btn {
        left: 30px;
        bottom: 30px;
    }

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

    .logo {
        margin-left: auto;
        padding: 0 10px;
    }

    .header .icon-box_item, .title-search-hide-wrap {
        margin-left: 5px;
        background: none !important;
    }

    .header .top-icon-box .icon-box-link:hover, .header .top-icon-box .icon-box-link:hover .icon-item {
        background: none;
    }

    .basket-link {
        pointer-events: none;
    }

    .wrapper-buttons-filter {
        flex-direction: column;
        width: 100%;
    }

    .wrapper-buttons-filter button {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-buttons-filter input {
        width: 100%;
    }

    .product__list {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        grid-row-gap: 50px;
    }
    .product__list.big_tiles {
        grid-row-gap: 80px;
    }

    .product__list.big_tiles .product-item-image-slider-slide-container, .product__list.big_tiles .product-item-image-original {
        height: 130vw;
    }

    .fast_elem_wrapper {
        max-width: calc(100% - 20px);
    }

    .fast_elem_wrapper .product-item-detail-gallery {
        width: 270px;
        height: 400px;
    }

    .basket-popup .popup-window-buttons {
        display: block;
    }

    .basket-popup .popup-window-buttons span {
        width: 100%;
    }

    .basket-popup .popup-window-buttons span:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }

    .popup-window {
        padding: 20px !important;
    }

    .cartline-list__list-item--header {
        padding: 110px 20px 20px 0;
    }

    .cartline-list__item-img-link {
        width: 44px;
        height: 64px;
    }

    .popup-window-titlebar-text {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .popup-window .popup-icon {
        margin: 0 auto 20px;
    }

    .popup-window-content {
        margin-bottom: 20px;
    }

    #addToWishList {
        padding: 20px !important;
    }

    #addedToWishList, #removedFromWishList {
        right: 20px;
        bottom: 20px;
    }

    .size_table_brand {
        margin-top: -12px;
        margin-bottom: 15px;
    }
    .mobile-nofloat {
        float: none !important;
    }
}