@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;
    height: 100%;
}

.logo a {
    margin: 0 auto;
}

.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: sticky;
    width: 100%;
    z-index: 910;
    top: 0;
}

.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: block;
    z-index: 994;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
    max-height: 100dvh;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.product_card_fast .fast_wrapper {
    position: relative;
    z-index: 1040;
    width: 100%;
    min-height: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: max(16px, env(safe-area-inset-top, 0px)) 16px max(24px, env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: visible;
}

.product_card_fast .product_card_detail {
    background-color: #fff;
    margin-bottom: 32px;
}

.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: 10px;
    right: 5px;
    z-index: 30;
    background: #555;
}

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

.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: min(1040px, calc(100vw - 32px));
    margin-right: 8px;
    /* полоса справа вне белой карточки — крестик не перекрывает «поделиться» / копирование */
    padding-right: 46px;
    box-sizing: border-box;
}

.fast_elem_wrapper .product-detail-info-top {
    min-width: 0;
    gap: 16px;
}

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

.fast_elem_wrapper .product-item-detail-gallery {
    height: auto;
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    max-height: min(72vh, 620px);
    margin-right: 0;
    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(42px);
}

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

.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 {
    flex: 1 1 0;
    min-width: 0;
    max-height: none;
    padding-right: 10px;
    padding-bottom: 1px;
    overflow: visible;
    overscroll-behavior: auto;
}

/*
 * Быстрый просмотр (#exampleModal): ~50% фото / ~50% инфо (как fashion.krayt), без 830px Tezis в узкой модалке
 */
#exampleModal .fast_elem_wrapper .product-detail-info-top {
    align-items: flex-start;
}

#exampleModal .fast_elem_wrapper .product-detail-gallery-wrap--tezis {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
}

@media (min-width: 1025px) {
    #exampleModal .fast_elem_wrapper .product-detail-gallery-wrap--tezis .product-item-detail-gallery-desktop {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-right: 0 !important;
        gap: 10px !important;
    }
    #exampleModal .fast_elem_wrapper .product-item-detail-gallery-desktop__thumbs {
        width: 88px !important;
        position: relative;
        z-index: 2;
    }
    #exampleModal .fast_elem_wrapper .product-item-detail-gallery-desktop__main,
    #exampleModal .fast_elem_wrapper .product-item-detail-gallery-desktop__main-link {
        max-width: 100% !important;
        min-width: 0 !important;
    }
    #exampleModal .fast_elem_wrapper .product-item-detail-gallery-desktop__main-img {
        max-height: min(72vh, 620px) !important;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

@media (max-width: 992px) {
    #exampleModal .fast_elem_wrapper .product-detail-gallery-wrap--tezis {
        flex: 1 1 auto !important;
        max-width: 100% !important;
    }
}

#exampleModal .fast_elem_wrapper .product-item-detail-gallery {
    flex: 1 1 0 !important;
    max-width: none !important;
    max-height: min(72vh, 620px) !important;
    min-width: 0 !important;
}

@media (max-width: 992px) {
    #exampleModal .fast_elem_wrapper .product-item-detail-gallery {
        flex: 1 1 auto !important;
        max-width: 100% !important;
    }
}

#exampleModal .fast_elem_wrapper .product-item-detail-main-info {
    flex: 1 1 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

/* .customScroll задаёт overflow:auto — в быстром просмотре прокрутка только у .product_card_fast.fast-in */
#exampleModal .fast_elem_wrapper .product-item-detail-main-info.customScroll {
    overflow: visible !important;
    max-height: none !important;
}

@media (max-width: 992px) {
    #exampleModal .fast_elem_wrapper .product-item-detail-main-info {
        flex: 1 1 auto !important;
        max-width: 100% !important;
    }
}

/** 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;
    width: 100%;
}

.top_menu-menu {
    width: 100%;
}

.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: min(900px, calc(100vw - 80px));
    max-width: 100%;
    box-sizing: border-box;
}

.cartline-wrapper .cartline-list {
    max-height: 45vh;
    padding-right: 10px;
    overflow-x: hidden;
    box-sizing: border-box;
}

.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);
    width: 100%;
    box-sizing: border-box;
}

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

.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 {
    width: 4%;
    min-width: 24px;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.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("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath d='M15.95 15.95L1 1m.002 14.95L15.952 1' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-window-titlebar-text {
    display: block;
    color: white;
    text-align: center;
    margin-bottom: 38px;
    padding: 0;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 35px;
    text-align: center;
    line-height: 1.1;
    font-family: "Lato",Helvetica,Arial,sans-serif;
}

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

.popup-window.basket-popup {
    width: min(980px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    max-height: 90vh;
    box-sizing: border-box;
    overflow: hidden;
}

.popup-window.basket-popup .popup-window-close-icon {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background-color: transparent;
}

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

.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;
    color: white;
}

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

/* Попап таблицы размеров — как tezis-shop.ru: белый фон, чёткая типографика */
#sizeTable,
#sizeTable.popup-window,
.popup-window[data-popup-id="sizeTable"] {
    width: 900px !important;
    padding: 24px 32px 32px !important;
    background: #fff !important;
}

/* Попап таблицы размеров — адаптив: вписывается в экран на мобильных */
@media (max-width: 991px) {
    #sizeTable,
    #sizeTable.popup-window,
    .popup-window[data-popup-id="sizeTable"] {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        padding: 16px 12px 24px !important;
        box-sizing: border-box;
    }
    #sizeTable .popup-window-content,
    #sizeTable .popup-window-content-area,
    .popup-window[data-popup-id="sizeTable"] .popup-window-content {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #sizeTable .size_table_wrap,
    .popup-window[data-popup-id="sizeTable"] .size_table_wrap,
    #sizeTable .size-table-block,
    .popup-window[data-popup-id="sizeTable"] .size-table-block {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #sizeTable .size-table-block__table,
    .popup-window[data-popup-id="sizeTable"] .size-table-block__table {
        min-width: 280px;
    }
    #sizeTable .size-table-block__how-inner,
    .popup-window[data-popup-id="sizeTable"] .size-table-block__how-inner {
        flex-direction: column !important;
    }
    #sizeTable .size-table-block__illus,
    .popup-window[data-popup-id="sizeTable"] .size-table-block__illus {
        width: 80px;
        min-height: 140px;
    }
    #sizeTable .size-table-block__illus:before,
    .popup-window[data-popup-id="sizeTable"] .size-table-block__illus:before {
        width: 80px;
        height: 140px;
    }
    #sizeTable .size_table_img,
    .popup-window[data-popup-id="sizeTable"] .size_table_img {
        height: auto;
        max-height: 60vh;
    }
    #sizeTable .size_table_img img,
    .popup-window[data-popup-id="sizeTable"] .size_table_img img {
        max-width: 100%;
    }
}
#sizeTable .popup-window-content,
#sizeTable .popup-window-content-area,
.popup-window[data-popup-id="sizeTable"] .popup-window-content {
    margin-bottom: 0 !important;
    background: #fff !important;
    color: #333 !important;
}
#sizeTable .popup-window-content-white,
.popup-window-content-white .popup-window-content {
    color: #333 !important;
}
#sizeTable .popup-window-content,
#sizeTable .popup-window-content *:not(.size-table-block__term),
#sizeTable .size_table_wrap,
#sizeTable .size_table_wrap *:not(.size-table-block__term),
#sizeTable .size-table-block,
#sizeTable .size-table-block *:not(.size-table-block__term),
.popup-window[data-popup-id="sizeTable"] .popup-window-content,
.popup-window[data-popup-id="sizeTable"] .popup-window-content *:not(.size-table-block__term) {
    color: #333 !important;
}
#sizeTable .size-table-block__how,
.popup-window[data-popup-id="sizeTable"] .size-table-block__how {
    color: #222 !important;
}
#sizeTable .size-table-block__term,
#sizeTable .size-table-block__how-section span.size-table-block__term,
.popup-window[data-popup-id="sizeTable"] .size-table-block__term,
.popup-window[data-popup-id="sizeTable"] .size-table-block__how-section span.size-table-block__term {
    color: #705399 !important;
    font-weight: 600;
}
#sizeTable .size-table-block__table th,
#sizeTable .size-table-block__table td,
.popup-window[data-popup-id="sizeTable"] .size-table-block__table th,
.popup-window[data-popup-id="sizeTable"] .size-table-block__table td {
    color: #333 !important;
}
#sizeTable .popup-window-titlebar-text,
.popup-window[data-popup-id="sizeTable"] .popup-window-titlebar-text {
    color: #222 !important;
    font-size: 22px;
    font-weight: 600;
}
#sizeTable .popup-window-titlebar,
.popup-window[data-popup-id="sizeTable"] .popup-window-titlebar {
    background: #fff !important;
    border-bottom: 1px solid #eee;
}
#sizeTable .size_table_wrap,
#sizeTable .size-table-block {
    background: #fff !important;
}
#sizeTable .size-table-block__tabs {
    border-bottom-color: #e4e4e4;
}
#sizeTable .size-table-block__tab.active a,
#sizeTable .size-table-block__tab a:hover {
    color: #705399 !important;
    border-bottom: none !important;
}
#sizeTable .size-table-block__table th {
    color: #222;
    font-weight: 600;
}
#sizeTable .size-table-block__table th,
#sizeTable .size-table-block__table td {
    color: #333;
}
#sizeTable .size-table-block__table tbody tr:nth-child(even) {
    background: #f9f9f9 !important;
}
#sizeTable .size-table-block__table tbody tr:nth-child(odd) {
    background: #fff !important;
}
#sizeTable .size-table-block__illus {
    width: 120px;
    min-height: 200px;
    position: relative;
    align-self: center;
    margin-top: 0;
}
#sizeTable .size-table-block__illus:before {
    content: "";
    display: block;
    width: 120px;
    height: 200px;
    background: url("/local/templates/fashion/components/bitrix/catalog/main/bitrix/catalog.element/child/img/sizes-female.svg") center center / contain no-repeat;
}
#sizeTable .size-table-block__illus.size-table-block__illus--male:before {
    background-image: url("/local/templates/fashion/components/bitrix/catalog/main/bitrix/catalog.element/child/img/sizes-male.svg");
}
#sizeTable .size-table-block__illus svg,
#sizeTable .size-table-block__illus img {
    display: none !important;
}
#sizeTable .size-table-block__how-section,
#sizeTable .size-table-block__how,
#sizeTable .size-table-block__how-inner,
#sizeTable .size-table-block__desc-wrap,
#sizeTable .size-table-block__desc,
.popup-window[data-popup-id="sizeTable"] .size-table-block__how-section,
.popup-window[data-popup-id="sizeTable"] .size-table-block__how,
.popup-window[data-popup-id="sizeTable"] .size-table-block__how-inner,
.popup-window[data-popup-id="sizeTable"] .size-table-block__desc-wrap,
.popup-window[data-popup-id="sizeTable"] .size-table-block__desc {
    text-align: left !important;
}
#sizeTable .size-table-block__how-inner,
.popup-window[data-popup-id="sizeTable"] .size-table-block__how-inner {
    align-items: center !important;
}
#sizeTable .size-table-block__desc,
.popup-window[data-popup-id="sizeTable"] .size-table-block__desc {
    margin: 0 0 1.5em !important;
    font-size: 12px !important;
}
#sizeTable .size-table-block__desc--spaced,
.popup-window[data-popup-id="sizeTable"] .size-table-block__desc--spaced {
    margin-top: 1.5em !important;
}
#sizeTable .size-table-block__how-section p,
.popup-window[data-popup-id="sizeTable"] .size-table-block__how-section p {
    margin: 0 0 1.5em !important;
    font-size: 12px !important;
}
#sizeTable .size-table-block__how-section p:not(:first-of-type),
.popup-window[data-popup-id="sizeTable"] .size-table-block__how-section p:not(:first-of-type) {
    margin-top: 1.5em !important;
}

.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: min(68vh, 560px);
    }

    .fast_elem_wrapper .product-item-detail-main-info {
        max-height: none;
    }

    .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;
        padding-right: 42px;
    }

    .fast_elem_wrapper .product-detail-info-top {
        flex-direction: column;
        padding: 20px;
    }

    .fast_elem_wrapper .product-item-detail-gallery {
        width: 100%;
        max-width: min(400px, 92vw);
        height: auto;
        max-height: min(52vh, 480px);
        margin: 0 auto 24px;
    }

    .fast_elem_wrapper .product-item-detail-main-info {
        max-height: unset;
        padding-right: 0;
        padding-bottom: 0;
        flex: none;
        min-width: unset;
        overflow: visible;
        scrollbar-gutter: auto;
    }

    .product_card_fast .close-btn {
        top: 8px;
        right: 4px;
        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;
        background-color: #fff;
    }

    .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: 100%;
        max-width: min(360px, 94vw);
        height: auto;
        max-height: min(48vh, 440px);
    }

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

/* добавлено */
.logo__img {
    color: #705399;
    transition: .2s ease-in-out;
}

.popup-window {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    max-width: 869px;
    min-height: 354px;
    padding: 80px 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #7094db;
    background-image: url(./img/banner-images/modal-bg-pattern-3.jpg);
}

.popup-window-titlebar {
  margin-bottom: 15px;
  font-size: 35px;
  text-align: center;
  color: inherit;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  font-family: "Lato",Helvetica,Arial,sans-serif;
}

.popup-window-content {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    color: #fff;
    }

.popup-window-content p {
  max-width: 715px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Lato",Helvetica,Arial,sans-serif;
}

.modal__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}

.modal__link.button {
  display: block;
  width: -moz-max-content;
  width: max-content;
  min-height: auto;
  padding: 15px 34px 17px;
    padding-right: 34px;
    padding-left: 34px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.42;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .modal__link.button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    outline: 0;
    transition: all .3s ease-in;
  }
}

.popup-window-close-icon  {
  top: 0;
  right: -65px;
  width: 48px;
  height: 48px;
  background-color: rgba(0,0,0,.4);
  background-size: 22px 22px;
  border-radius: 50%;
  padding: 0;
  color: #000;
  border: 0;
  position: absolute;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
}

.navigation_item {
    margin-right: auto;
}

.header--sticky {
  box-shadow: 0 0 0 1px #715399;
}

.main__scroll-top {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  margin-top: -100px;
  padding-bottom: 100px;
}

.scroll-top {
	 color: #000;
	 background-color: transparent;
	 border: none;
	 position: absolute;
	 bottom: 100%;
	 display: flex;
	 align-items: center;
	 padding: 8px;
     margin-right: -60px;
	 color: #715399;
	 background-color: #fff;
	 border: 2px solid #f2eff8;
	 border-radius: 4px;
	 gap: 12px;
     transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,transform .2s ease-in-out;
}
 .scroll-top:active {
	 transform: scale(0.8);
}
 @media (min-width: 1199px) {
	 .scroll-top:hover, .scroll-top:focus-visible {
		 color: #fff;
		 background-color: #715399;
		 border-color: #715399;
	}
}
 @media (max-width: 1024px) {
	 .scroll-top {
		 width: 28px;
		 height: 28px;
		 padding: 4px;
		 border-color: #715399;
	}
}
 .scroll-top__icon {
	 flex-shrink: 0;
}
 @media (min-width: 1024px) {
	 .scroll-top__icon {
		 transform: translateY(3px);
	}
}
 @media (max-width: 1024px) {
	 .scroll-top__text {
		 display: none;
	}
}

.scroll-top__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #715399;
}

.scroll-top__text:hover {
    color: #fff;
}

.modal {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 10;
	 display: none;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
	 height: 100%;
	 pointer-events: none;
	 touch-action: none;
}
 .modal--address {
	 position: absolute;
	 top: 110%;
	 justify-content: flex-start;
	 height: max-content;
	 background-color: #fff;
	 border: 1px solid #dcdcdc;
	 pointer-events: all;
	 touch-action: auto;
}
 .modal--fast-order {
	 background: rgba(0, 0, 0, 0.45);
	 pointer-events: all;
	 touch-action: auto;
}
 .modal--request {
	 background: rgba(0, 0, 0, 0.45);
	 pointer-events: all;
	 touch-action: auto;
}
 .modal--zipper {
	 background: rgba(0, 0, 0, 0.5);
	 pointer-events: all;
	 touch-action: auto;
}
 .modal--zipper p {
	 max-width: 715px;
	 margin: 0;
	 font-size: 20px;
	 text-align: center;
}
 .modal--size-table {
	 background: rgba(0, 0, 0, 0.5);
}
 @media (max-width: 1199px) {
	 .modal--zipper p {
		 font-size: 18px;
	}
}
 @media (max-width: 767px) {
	 .modal {
		 background-color: rgba(0, 0, 0, 0.6);
		 pointer-events: all;
		 touch-action: auto;
	}
	 .modal--zipper p {
		 margin: 0;
		 font-size: 15px;
		 font-size: 16px;
	}
}
 .modal__wrapper {
	 position: relative;
	 padding-top: 25px;
	 padding-right: 36px;
	 padding-bottom: 35px;
	 padding-left: 36px;
	 background-color: #fff;
	 box-shadow: 0 0 67px rgba(0, 0, 0, 0.09);
	 pointer-events: all;
	 touch-action: auto;
}
 .modal--remove-cart .modal__wrapper {
	 width: 100%;
	 max-width: 434px;
}
 .modal--add-cart .modal__wrapper {
	 width: 100%;
	 max-width: 693px;
}
 .modal--zipper .modal__wrapper {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 80vw;
	 max-width: 869px;
	 min-height: 354px;
	 padding: 80px 40px;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
}
 @media (max-width: 767px) {
	 .modal__wrapper {
		 position: relative;
		 padding-top: 23px;
		 padding-right: 15px;
		 padding-bottom: 27px;
		 padding-left: 15px;
	}
	 .modal--remove-cart .modal__wrapper, .modal--add-cart .modal__wrapper {
		 width: calc(100% - 20px);
		 max-width: 340px;
	}
	 .modal--zipper .modal__wrapper {
		 width: 95vw;
	}
	 .modal__wrapper--table {
		 width: 100vw;
	}
}
 .modal__title {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.1;
    color: white;
    margin-bottom: 15px;
    font-size: 35px;
    text-align: center;
    text-transform: none;
    font-family: "Lato",Helvetica,Arial,sans-serif;
}
 .modal__title--add-cart {
	 margin-bottom: 32px;
}
 .modal__title--success {
	 position: relative;
	 padding-left: 25px;
}
 .modal__title--success::before {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 18px;
	 height: 17px;
	 background-image: url("../img/icons/succes-icon.svg");
	 background-repeat: no-repeat;
	 background-size: contain;
	 transform: translateY(-50%);
}
 .modal__title--fast-order {
	 margin: 0;
}
 .modal--zipper .modal__title {
	 margin-bottom: 15px;
	 font-size: 35px;
	 text-align: center;
	 color: inherit;
}
 @media (max-width: 1199px) {
	 .modal--zipper .modal__title {
		 font-size: 30px;
	}
}
 @media (max-width: 767px) {
	 .modal__title {
		 font-weight: 500;
		 font-size: 20px;
	}
	 .modal--zipper .modal__title {
		 margin-bottom: 5px;
		 font-size: 23px;
	}
}
 .modal__text {
	 font-size: 17px;
}
 .modal__text:not(:last-child) {
	 margin-bottom: 20px;
}
 .modal--zipper .modal__text {
	 max-width: 475px;
	 margin: 0;
	 font-size: 20px;
	 text-align: center;
}
 @media (max-width: 1199px) {
	 .modal--zipper .modal__text {
		 font-size: 18px;
	}
}
 @media (max-width: 767px) {
	 .modal__text {
		 font-size: 15px;
	}
	 .modal__text:not(:last-child) {
		 margin-bottom: 20px;
	}
	 .modal--zipper .modal__text {
		 margin: 0;
		 font-size: 16px;
	}
}
 .modal__close {
	 padding: 0;
	 color: #000;
	 background-color: transparent;
	 border: none;
	 position: absolute;
	 top: 19px;
	 right: 20px;
	 z-index: 5;
	 width: 17px;
	 height: 17px;
	 background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath d='M15.95 15.95L1 1m.002 14.95L15.952 1' stroke='%23999' stroke-linecap='round'/%3E%3C/svg%3E");
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
}
 .modal--zipper .modal__close {
	 top: 0;
	 right: -65px;
	 width: 48px;
	 height: 48px;
	 background-color: rgba(0, 0, 0, 0.4);
	 background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath d='M15.95 15.95L1 1m.002 14.95L15.952 1' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E");
	 background-size: 22px 22px;
	 border-radius: 50%;
}
 @media (max-width: 767px) {
	 .modal__close {
		 top: 14px;
		 right: 14px;
		 width: 13px;
		 height: 13px;
	}
	 .modal--zipper .modal__close {
		 position: fixed;
		 top: 15px;
		 right: 15px;
		 width: 35px;
		 height: 35px;
		 background-size: 16px 16px;
	}
}
 .modal__cart-item {
	 padding-bottom: 25px;
	 border-bottom: 1px solid #dcdcdc;
}
 @media (max-width: 767px) {
	 .modal__cart-item {
		 padding-bottom: 0;
		 border-bottom: none;
	}
}
 .modal__buttons-box {
	 display: flex;
	 gap: 20px;
	 margin-top: 26px;
}
 @media (max-width: 767px) {
	 .modal__buttons-box {
		 flex-wrap: wrap;
		 margin-top: 25px;
		 gap: 15px;
	}
}
 .modal__list {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 width: 100%;
	 background-color: #fff;
}
 .modal__item {
	 padding: 7px 16px 14px 16px;
	 cursor: pointer;
}
 .modal__item:hover, .modal__item:focus {
	 background-color: #f2eff8;
}
 @media (max-width: 767px) {
	 .modal__item {
		 padding: 5px 10px 10px 10px;
		 font-size: 12px;
	}
}
 .modal__content {
	 display: grid;
	 justify-content: center;
	 justify-items: center;
	 align-items: center;
	 color: #fff;
}
 .modal__link {
	 display: block;
	 width: fit-content;
	 margin-top: 30px;
}
 @media (max-width: 767px) {
	 .modal__link {
		 margin-top: 20px;
	}
}

@media (min-width: 1200px) {
  .modal__link:hover {
    padding-right: 44px;
    padding-left: 24px;
  }
  
  .modal__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg,#000 20%,#7954ae);
    transition: transform .3s ease-in;
  }

  .modal__link:hover::before {
    transform: translate3d(-50%,0,0);
  }

  .modal__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 20px;
    background-image: url(./img/icons/arrow-button-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate3d(-10px,-50%,0);
    opacity: 0;
    transition: all .3s ease-in;
  }

  .modal__link:hover::after {
    transform: translate3d(-20px,-50%,0);
    opacity: 1;
  }
}

.inactive {
    display: none;
}

.footer {
	 position: relative;
	 z-index: 1;
	 flex-shrink: 0;
	 padding: 50px 0;
	 overflow: hidden;
	 font-family: "Lato", Helvetica, Arial, sans-serif;
	 color: #8e8e8e;
	 background-color: #000;
}
 .footer--reviews {
	 padding: 100px 0 50px;
	 color: unset;
	 background-color: #b1a6e1;
}
 @media (max-width: 1199px) {
	 .footer {
		 padding: 30px 0 40px;
	}
}
 @media (max-width: 767px) {
	 .footer {
		 padding: 20px 0 17px;
	}
}
 .footer__wrapper {
	 position: relative;
	 z-index: 1;
	 display: grid;
	 grid-auto-rows: min-content;
	 grid-template-columns: max-content 1fr 290px max-content;
	 grid-template-rows: 60px min-content;
	 gap: 0 75px;
}
 .footer__wrapper::before {
	 content: "";
	 position: absolute;
	 top: -370px;
	 left: -360px;
	 z-index: -1;
	 width: 831px;
	 height: 601px;
	 background-image: url("./img/footer/backdrop.svg");
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
}
 @media (max-width: 1399px) {
	 .footer__wrapper {
		 grid-template-columns: max-content 1fr 290px;
	}
}
 @media (max-width: 1199px) {
	 .footer__wrapper {
		 grid-template-columns: 1fr auto;
		 grid-template-rows: min-content 47px min-content min-content;
		 gap: 20px 0;
	}
}
 @media (max-width: 767px) {
	 .footer__wrapper {
		 grid-auto-rows: min-content;
		 grid-template-columns: max-content 1fr;
		 grid-template-rows: unset;
		 /*gap: 20px 30px;*/
	}
}
 .footer__description {
	 margin-top: 30px;
	 font-size: 14px;
	 line-height: 1.1;
	 font-family: "Lato", Helvetica, Arial, sans-serif;
	 color: #5f536d;
}
 @media (max-width: 767px) {
	 .footer__description {
		 margin-top: 20px;
		 font-size: 13px;
	}
}
 .footer__copyright {
	 display: grid;
	 grid-column: 1;
	 grid-row: 2;
	 max-width: 230px;
	 height: fit-content;
	 gap: 10px;
}
 @media (max-width: 1399px) {
	 .footer__copyright {
		 grid-row: 0.5;
	}
}
 @media (max-width: 1199px) {
	 .footer__copyright {
		 grid-column: 1;
		 grid-row: 4;
		 max-width: 100%;
	}
}
 @media (max-width: 767px) {
	 .footer__copyright {
		 grid-column: 1/-1;
		 text-align: center;
	}
}
 .footer__copyright-list {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display: grid;
	 gap: 10px;
}
 @media (max-width: 1199px) {
	 .footer__copyright-list {
		 display: flex;
		 gap: 14px;
	}
}
 @media (max-width: 767px) {
	 .footer__copyright-list {
		 flex-wrap: wrap;
		 justify-content: center;
		 gap: 3px 13px;
	}
}
 .footer__copyright-item {
	 display: flex;
}
 .footer__copyright-link, .footer__copyright-link:hover, .footer__copyright-link:focus {
	 font-size: 13px;
	 line-height: 1.1;
	 color: #8e8e8e;
}
 .footer__copyright-link--mob {
	 display: none;
}
 @media (max-width: 1199px) {
	 .footer__copyright-link--mob {
		 display: block;
	}
	 .footer__copyright-link--hide {
		 display: none;
	}
}
 .footer__copyright-name, .footer__copyright-date {
	 font-size: 12px;
	 line-height: 1.2;
     color: #8e8e8e;
}
 .footer__nav-list {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display: grid;
	 gap: 10px;
}
 @media (max-width: 1199px) {
	 .footer__nav-list {
		 gap: 5px;
	}
}
 .footer__user-social-list {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display: flex;
	 align-items: center;
	 gap: 18px;
}
 @media (max-width: 767px) {
	 .footer__user-social-list {
		 grid-column: 1;
		 grid-row: 1;
	}
}
 .footer__nav-link {
	 font-size: 15px;
	 line-height: 1.2;
	 color: #8e8e8e;
	 outline: none;
}
 .footer__nav-link:hover, .footer__nav-link:focus {
	 color: #fff;
}
 @media (max-width: 1199px) {
	 .footer__nav-link {
		 font-size: 13px;
	}
}
 .footer__nav-title {
	 margin: 0 0 14px;
	 font-weight: 700;
	 font-size: 15px;
	 line-height: 1.2;
	 color: #fff;
	 text-transform: uppercase;
}
 @media (max-width: 1199px) {
	 .footer__nav-title {
		 margin-bottom: 10px;
		 font-size: 13px;
	}
}
 .footer__nav {
	 display: flex;
	 justify-content: space-between;
	 grid-column: 2;
	 grid-row: 0.3333333333;
	 gap: 15px;
}
 @media (max-width: 1399px) {
	 .footer__nav {
		 grid-row: 0.25;
	}
}
 @media (max-width: 1199px) {
	 .footer__nav {
		 grid-column: 1;
		 grid-row: 0.5;
		 max-width: 700px;
		 margin-right: 80px;
	}
}
 @media (max-width: 767px) {
    .container, .mobile-container {
        padding-right: 10px;
        padding-left: 10px;
    }
	 .footer__nav {
		 grid-column: 1/-1;
		 grid-row: 2;
		 margin-right: 0;
	}
}
 @media (max-width: 767px) {
	 .footer__logo-icon {
		 width: 174px;
		 height: 48px;
	}
}
 .footer__logo--reviews {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 color: #fff;
	 outline: none;
	 transition: color 0.3s;
}
 .footer__logo--reviews:hover, .footer__logo--reviews:focus {
	 color: #715399;
}
 @media (max-width: 1199px) {
	 .footer__logo {
		 grid-column: -1;
		 grid-row: 1;
	}
}
 @media (max-width: 767px) {
	 .footer__logo {
		 align-self: center;
		 grid-column: 1;
	}
}
 .footer__user-social-tel span {
	 display: none;
	 font-weight: 600;
	 font-size: 19px;
	 line-height: 1.1;
	 color: #fff;
}
 .footer__user-social-tel {
    display: none;
 }
 .footer__user-social-tel.show {
	 display: block;
}
 @media (max-width: 1199px) {
	 .footer__user-social-tel {
		 font-size: 16px;
	}
}
 .footer__user-phone-icon {
	 display: none;
}
 @media (max-width: 767px) {
	 .footer__user-phone-icon {
		 display: block;
	}
}
 .footer__user-social-link {
	 color: #fff;
	 outline: none;
	 transition: all 0.2s;
}
 .footer__user-social-link:hover, .footer__user-social-link:focus {
	 color: #715399;
}
 .footer__user-social-item {
	 display: flex;
}
 .footer__user-social-vk {
	 display: block;
	 width: 30px;
	 height: 17px;
}
 @media (max-width: 1199px) {
	 .footer__user-social-vk {
		 width: 24px;
		 height: 13px;
	}
}
 .footer__user-social-telegram {
	 display: grid;
	 width: 25px;
	 height: 25px;
}
 @media (max-width: 1199px) {
	 .footer__user-social-telegram {
		 width: 20px;
		 height: 18px;
	}
}
 .footer__author-link {
	 display: flex;
	 width: fit-content;
	 font-weight: 300;
	 font-size: 14px;
	 line-height: 1.1;
	 color: #8f8f8f;
	 outline: none;
	 transition: all 0.2s;
	 gap: 10px;
}
 .footer__author-link:hover, .footer__author-link:focus {
	 color: #fff;
}
 .footer__author-link:first-child {
	 margin-bottom: 10px;
}
 .footer__author-link--mob {
	 display: none;
}
 @media (max-width: 1399px) {
	 .footer__author-link {
		 grid-column: 1;
		 font-size: 13px;
	}
	 .footer__author-link:first-child {
		 grid-column: 2;
		 grid-row: 0.3333333333;
		 margin: 0;
	}
}
 @media (max-width: 1199px) {
	 .footer__author-link {
		 line-height: 1;
	}
}
 @media (max-width: 767px) {
	 .footer__author-link {
		 display: none;
	}
	 .footer__author-link--mob {
		 display: block;
		 text-align: center;
	}
}
 .footer__author {
	 justify-self: flex-end;
	 grid-column: 4;
	 grid-row: 0.3333333333;
}
 @media (max-width: 1399px) {
	 .footer__author {
		 display: grid;
		 grid-column: 3;
		 grid-row: 3;
		 grid-template-columns: repeat(2, max-content);
		 grid-template-rows: repeat(2, min-content);
		 gap: 0 8px;
	}
}
 @media (max-width: 1199px) {
	 .footer__author {
		 justify-self: flex-start;
		 grid-column: 2;
		 grid-row: 4;
	}
}
 @media (max-width: 767px) {
	 .footer__author {
		 justify-self: center;
		 grid-column: -1;
		 grid-row: 5;
	}
}
 .footer__author-year {
	 top: -2px;
	 font-size: 12px;
	 line-height: 1;
}
 .footer__search {
	 display: flex;
	 grid-column: 1;
	 grid-row: 1/3;
}
 @media (max-width: 767px) {
	 .footer__search {
		 grid-column: 3;
		 grid-row: 1;
	}
}
 .footer__social {
	 display: grid;
	 grid-column: 3;
	 grid-row: 1;
	 grid-template-columns: 60px 1fr;
	 grid-template-rows: repeat(2, min-content);
	 gap: 9px 25px;
}
 @media (max-width: 1199px) {
	 .footer__social {
		 grid-column: 2;
		 grid-row: 2;
		 grid-template-columns: 47px 1fr;
		 gap: 7px 20px;
	}
}
 @media (max-width: 767px) {
	 .footer__social {
		 align-items: center;
		 grid-column: 2;
		 grid-row: 1;
		 grid-template-columns: auto 1fr auto;
		 grid-template-rows: unset;
		 gap: 15px;
	}
}
 .footer__payment-methods {
	 grid-column: 3;
	 grid-row: 2;
	 height: fit-content;
	 margin: 30px 0 0;
}
 @media (max-width: 1199px) {
	 .footer__payment-methods {
		 grid-column: 2;
		 grid-row: 3;
		 margin-top: 10px;
	}
}
 @media (max-width: 767px) {
	 .footer__payment-methods {
		 justify-self: center;
		 grid-column: 1/-1;
	}
}
 @media (max-width: 767px) {
	 .footer__user-phone-text {
		 display: none;
	}
}
 @media (max-width: 767px) {
	 .footer__user-social-tel-links {
		 justify-self: flex-end;
	}
}

.footer .logo__img {
  color: #fff;
}

.logo:hover .logo__img {
  color: #9872cd;
}

.user-search-button {
	 z-index: 7;
	 width: 60px;
	 height: 60px;
	 background-color: #715399;
	 background-image: url("./img/icons/search-icon.svg");
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: 25px;
	 transition: 0.2s ease-in-out;
}
 .user-search-button:hover, .user-search-button:focus {
	 background-color: #9772cd;
}
 .user-search-button:active {
	 opacity: 0.5;
}
 @media (max-width: 1279px) {
	 .user-search-button--header {
		 background-color: #fff;
		 background-image: url("./img/icons/search-icon-indigo.svg");
	}
	 .user-search-button--header:hover, .user-search-button--header:focus {
		 background-color: #fff;
	}
}
 @media (max-width: 1199px) {
	 .user-search-button--footer {
		 width: 47px;
		 height: 47px;
		 background-size: 20px;
	}
}
 @media (max-width: 767px) {
	 .user-search-button {
		 width: 34px;
		 height: 34px;
		 background-size: 16px;
	}
	 .user-search-button--header {
		 width: 100%;
		 height: 100%;
		 background-size: 23px 20px;
	}
	 .user-search-button--footer {
		 width: 38px;
		 height: 38px;
	}
}

.payment-methods {
	 display: flex;
	 align-items: center;
	 width: fit-content;
	 padding: 0;
	 padding: 28px 24px;
	 list-style: none;
	 border-radius: 8px;
	 box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
	 gap: 24px;
}
 @media (max-width: 1199px) {
	 .payment-methods {
		 padding: 24px 20px;
	}
}
 @media (max-width: 767px) {
	 .payment-methods {
		 justify-content: center;
		 width: 100%;
	}
}
 .payment-methods__item {
	 display: flex;
	 flex-shrink: 0;
}

.search {
	 position: absolute;
	 right: 100%;
	 z-index: 7;
	 transform: scale(0);
	 transition: 0.2s ease-in-out;
}
 .search--open {
	 transform: scale(1);
}
 .search__form {
	 width: 365px;
	 box-shadow: 0 0 23px -2px rgba(0, 0, 0, 0.18);
}
 .search__input {
	 width: 100%;
	 height: 60px;
	 padding: 20px;
	 outline: none;
}
 .search__list {
	 display: none;
	 width: calc(100% + 60px);
	 background-color: #fff;
}
 .search__list--show {
	 display: block;
}
 .search__item {
	 padding: 10px 20px;
	 font-size: 17px;
	 transition: 0.2s ease-in-out;
}
 .search__item:hover, .search__item:focus-within {
	 background-color: #fff;
}
 @media (max-width: 767px) {
	 .search__input {
		 height: 44px;
	}
	 .search__form {
		 width: 250px;
	}
	 .search__list {
		 width: calc(100% + 44px);
	}
	 .search__item {
		 padding: 8px 18px;
		 font-size: 13px;
	}
}

.arrow-button {
	 padding: 0;
	 color: #000;
	 background-color: transparent;
	 border: none;
	 z-index: 5;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 42px;
	 height: 42px;
	 color: #000;
	 border: 1px solid #000;
	 transition: 0.2s ease-in-out;
}
 .arrow-button self:not(.arrow-button--product, .arrow-button--white, .arrow-button--brands, .arrow-button--prev, :disabled):hover, .arrow-button self:not(.arrow-button--product, .arrow-button--white, .arrow-button--brands, .arrow-button--prev, :disabled):focus {
	 transform: scale(1.1);
}
 .arrow-button:active {
	 opacity: 0.5;
}
 .arrow-button--faq {
	 width: 35px;
	 height: 35px;
}
 .arrow-button--faq .arrow-button__icon {
	 width: 11px;
	 height: 20px;
	 pointer-events: none;
	 touch-action: none;
}
 .arrow-button--catalog {
	 width: 48px;
	 height: 48px;
}
 .arrow-button--catalog:not(:disabled):hover, .arrow-button--catalog:not(:disabled):focus {
	 color: #715399;
	 border-color: #715399;
}
 .arrow-button--product {
	 width: max-content;
	 height: max-content;
	 border: 0;
	 pointer-events: all;
	 touch-action: auto;
}
 .arrow-button--product:hover, .arrow-button--product:focus {
	 color: #715399;
}
 .arrow-button--white {
	 background-color: #fff;
}
 .arrow-button:disabled {
	 cursor: initial;
}
 @media (max-width: 1399px) {
	 .arrow-button--index {
		 width: 35px;
		 height: 35px;
	}
	 .arrow-button--index .arrow-button__icon {
		 width: 10px;
		 height: 19px;
	}
	 .arrow-button--catalog {
		 width: 42px;
		 height: 42px;
	}
}
 @media (max-width: 1199px) {
	 .arrow-button--index {
		 width: 23px;
		 height: 23px;
	}
	 .arrow-button--index .arrow-button__icon {
		 width: 7px;
		 height: 13px;
	}
	 .arrow-button--goods {
		 width: 35px;
		 height: 35px;
	}
	 .arrow-button--goods .arrow-button__icon {
		 width: 15px;
		 height: 20px;
	}
	 .arrow-button--faq .arrow-button__icon {
		 width: 15px;
		 height: 20px;
	}
	 .arrow-button--catalog {
		 width: 35px;
		 height: 35px;
	}
	 .arrow-button--catalog .arrow-button__icon {
		 width: 15px;
		 height: 20px;
	}
}
 @media (max-width: 767px) {
	 .arrow-button--catalog {
		 width: 28px;
		 height: 28px;
	}
	 .arrow-button--catalog .arrow-button__icon {
		 width: 10px;
		 height: 15px;
	}
	 .arrow-button--faq {
		 width: 25px;
		 height: 25px;
	}
	 .arrow-button--faq .arrow-button__icon {
		 width: 10px;
		 height: 15px;
	}
	 .arrow-button--product .arrow-button__icon {
		 width: 15px;
		 height: 25px;
	}
}
 .arrow-button__icon--prev {
	 transform: rotate(180deg);
}
 
 .banner--selection {
	 display: grid;
	 grid-template-columns: 43% 1fr;
	 margin-bottom: 0;
}
 .banner--selection {
	 grid-template-rows: 1fr;
}
 .banner--refund-mail {
	 display: grid;
	 grid-template-columns: 62% 1fr;
	 background-clip: content-box;
}
 .banner--wholesale {
	 display: grid;
	 background: linear-gradient(112.21deg, rgba(157, 117, 214, 0.71) 10.98%, rgba(157, 117, 214, 0) 86.89%), #705399;
}
 .banner--loyality {
	 display: grid;
	 grid-template-columns: 51% 1fr;
	 background: linear-gradient(1.87deg, #dadbdf 2.26%, #dfe0e5 53.17%, #e7e8ed 96.66%);
	 background-clip: content-box;
}
 .banner__content {
	 grid-column: 1;
	 grid-row: 1;
	 padding-top: 53px;
	 padding-right: 59px;
	 padding-bottom: 63px;
	 padding-left: 69px;
	 color: #fff;
	 background: linear-gradient(112.21deg, rgba(157, 117, 214, 0.71) 10.98%, rgba(157, 117, 214, 0) 86.89%), #705399;
     margin-bottom: 0px !important;
}
 .banner__content--refund-mail {
	 z-index: 1;
	 padding: 40px 0 65px 70px;
	 background: none;
}
 .banner--wholesale .banner__content {
	 z-index: 1;
	 padding: 50px 80px 60px;
	 background: none;
}
 .banner__content--loyality {
	 z-index: 1;
	 padding: 40px 70px;
	 background: none;
     margin-bottom: 0px !important;
}
 .banner__list {
	 max-width: 810px;
}
 .banner__img-box {
	 display: flex;
	 grid-column: 2;
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
}

 .banner--refund-mail .banner__img-box {
	 grid-column: -1;
	 grid-row: 1;
	 background-image: url("../img/refund/refund-by-mail-bg.jpg");
	 background-position: right;
}
 .banner--wholesale .banner__img-box {
	 grid-column: -1;
	 grid-row: -1;
	 background-image: url("../img/wholesale/banner-bg.jpg");
}
 .banner__title {
	 margin: 0 0 15px;
	 font-weight: 500;
	 font-size: 40px;
	 font-family: "Lato", Helvetica, Arial, sans-serif;
     text-align: left;
     color: #fff;
}
 .banner__title--refund-mail {
	 margin-bottom: 30px;
}
 .banner--wholesale .banner__title {
	 max-width: 450px;
}
 .banner__title--loyality {
	 font-weight: 500;
	 font-size: 30px;
	 color: #705399;
     text-align: left;
}
 .banner__item {
	 position: relative;
	 padding-left: 25px;
	 line-height: 1.4;
}
 .banner__item::before {
	 content: "";
	 position: absolute;
	 top: 3px;
	 left: 0;
	 width: 10px;
	 height: 19px;
	 background-image: url("../img/icons/arrow-icon-white.svg");
	 background-repeat: no-repeat;
}
 .banner__item:not(:last-child) {
	 margin-bottom: 14px;
}
 .banner__text {
	 margin-bottom: 20px;
	 font-size: 19px;
	 line-height: 1.3;
     color: #fff;
}
 .banner--wholesale .banner__text {
	 margin-bottom: 30px;
}
 .banner__text--black {
	 color: #000;
}
 .banner__link {
	 position: relative;
	 width: fit-content;
	 overflow: none;
	 font-size: 19px;
	 line-height: 1.4;
	 color: inherit;
}
 .banner__link:hover, .banner__link:focus {
	 color: #fff;
}
 .banner__link:active {
	 opacity: 0.5;
}
 .banner__link::after {
	 background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25'%3E%3Cpath d='M1 1l11.5 11.5L1 24' stroke='#fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	 background-repeat: no-repeat;
}
 .banner__block {
	 position: relative;
}
 .banner__block-button {
	 position: absolute;
	 right: 40px;
	 bottom: 40px;
}
 .banner__block-img {
	 width: 100%;
}
 @media (max-width: 1399px) {
	 .banner__block-button {
		 right: 35px;
		 bottom: 35px;
	}
}
 @media (max-width: 1199px) {
	 .banner--selection {
		 grid-template-columns: 53% 1fr;
	}
	 .banner--loyality {
		 grid-template-columns: 1fr;
	}
	 .banner__block-button {
		 right: 25px;
		 bottom: 25px;
	}
	 .banner__title {
		 margin-bottom: 10px;
		 font-size: 30px;
	}
	 .banner__title--refund-mail {
		 margin-bottom: 15px;
	}
	 .banner__text {
		 margin-bottom: 15px;
		 font-size: 16px;
	}
	 .banner--selection .banner__link {
		 font-size: 19px;
	}
	 .banner--refund-mail .banner__img-box {
		 background-image: url("../img/refund/refund-by-mail-tab.jpg");
		 background-position: top right;
	}
	 .banner--selection .banner__content {
		 padding: 25px 35px 37px 35px;
	}
	 .banner__content--refund-mail {
		 grid-column: -1;
		 padding-top: 38px;
		 padding-right: 43px;
		 padding-bottom: 49px;
		 padding-left: 48px;
	}
	 .banner__content--loyality {
		 padding: 30px 20px 10px;
	}
	 .banner__block {
		 position: relative;
	}
	 .banner__item {
		 font-size: 15px;
	}
	 .banner__item::before {
		 width: 8px;
		 height: 16px;
	}
	 .banner__item:not(:last-child) {
		 margin-bottom: 9px;
	}
}
 @media (max-width: 1199px) and (orientation: portrait) {
	 .banner--selection {
		 grid-template-columns: 1fr;
		 grid-template-rows: auto 225px;
	}
}
 @media (max-width: 767px) {
	 .banner--selection {
		 grid-template-columns: 1fr;
		 grid-template-rows: min-content 150px;
	}
	 .banner--refund-mail {
		 grid-template-columns: 1fr;
	}
	 .banner__block {
		 position: relative;
	}
	 .banner__block-button {
		 right: 20px;
		 bottom: 20px;
	}
	 .banner__block-img {
		 object-fit: cover;
	}
	 .banner__title {
		 margin-bottom: 6px;
		 font-size: 20px;
		 line-height: 1.2;
	}
	 .banner__title--refund-mail {
		 font-weight: 400;
	}
	 .banner--selection .banner__content {
		 padding: 22px 20px 35px 20px;
	}
	 .banner__content--refund-mail {
		 padding-top: 140px;
		 padding-right: 16px;
		 padding-bottom: 30px;
		 padding-left: 20px;
	}
	 .banner--wholesale .banner__content {
		 padding: 20px 20px 30px;
	}
	 .banner__text {
		 margin-bottom: 12px;
		 font-size: 13px;
	}
	 .banner--selection .banner__text {
		 font-size: 13px;
	}
	 .banner--wholesale .banner__text {
		 margin-bottom: 10px;
	}
	 .banner__item {
		 padding-left: 15px;
		 font-size: 13px;
	}
	 .banner__item:not(:last-child) {
		 margin-bottom: 7px;
	}
	 .banner__item::before {
		 width: 7px;
		 height: 12px;
	}
	 .banner__link {
		 font-size: 13px;
	}
	 .banner__link::after {
		 width: 10px;
		 height: 12px;
	}
	 .banner--selection .banner__link {
		 font-size: 13px;
	}
	 .banner__img-box {
		 grid-column: 1;
	}
	 .banner--refund-mail .banner__img-box {
		 background-image: url("../img/refund/refund-by-mail-bg-mob.jpg");
		 background-position: top right;
	}
	 .banner--wholesale .banner__img-box {
		 background-position: center;
		 background-size: cover;
	}
}
 
 