/*! normalize.css v9.0.1 | MIT License | github.com/csstools/normalize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@charset "utf-8";

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
  * ========================================================================== */

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
  * Add the correct display in IE.
  */

main {
    display: block;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
  * ========================================================================== */

/**
  * Remove the gray background on active links in IE 10.
  */

a {
    background-color: transparent;
}

/**
  * Add the correct text decoration in Edge, IE, Opera, and Safari.
  */

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */

b,
strong {
    font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */

small {
    font-size: 80%;
}

/* Embedded content
  * ========================================================================== */

/**
  * Add the correct display in IE 9-.
  */

audio,
video {
    display: inline-block;
}

/**
  * Remove the border on images inside links in IE 10-.
  */

img {
    border-style: none;
}

/**
  * Hide the overflow in IE.
  */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
  * ========================================================================== */

/**
  * Remove the margin in Safari.
  */

button,
input,
select {
    margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
  */

button {
    overflow: visible;
    /* 1 */
    text-transform: none;
    /* 2 */
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
  * Correct the padding in Firefox.
  */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
  * Show the overflow in Edge and IE.
  */

input {
    overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
}

/**
  * 1. Add the correct display in Edge and IE.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */

select {
    text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  */

textarea {
    margin: 0;
    /* 1 */
    overflow: auto;
    /* 2 */
}

/**
  * 1. Add the correct box sizing in IE 10-.
  * 2. Remove the padding in IE 10-.
  */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/* Interactive
  * ========================================================================== */

/*
  * Add the correct display in Edge and IE.
  */

details {
    display: block;
}

/*
  * Add the correct styles in Edge, IE, and Safari.
  */

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

/*
  * Add the correct display in all browsers.
  */

summary {
    display: list-item;
}

/* Scripting
  * ========================================================================== */

/**
  * Add the correct display in IE 9-.
  */

canvas {
    display: inline-block;
}

/**
  * Add the correct display in IE.
  */

template {
    display: none;
}

/* User interaction
  * ========================================================================== */

/**
  * Add the correct display in IE 10-.
  */

[hidden] {
    display: none;
}

/* */
@font-face {
    font-family: Rouble;
    src: url('../fonts/Rouble/rouble.eot');
    src: url('../fonts/Rouble/rouble.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rouble/rouble.woff2') format('woff2'),
        url('../fonts/Rouble/rouble.woff') format('woff'),
        url('../fonts/Rouble/rouble.ttf') format('truetype'),
        url('../fonts/Rouble/rouble.svg#als_rublregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HarmoniaSans;
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Italic.eot');
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Italic.woff2') format('woff2'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Italic.woff') format('woff'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Italic.ttf') format('truetype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Italic.svg#HarmoniaSansProCyr-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: HarmoniaSans;
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Bold.eot');
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Bold.woff2') format('woff2'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Bold.woff') format('woff'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Bold.ttf') format('truetype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Bold.svg#HarmoniaSansProCyr-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HarmoniaSans;
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Regular.eot');
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Regular.woff2') format('woff2'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Regular.woff') format('woff'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Regular.ttf') format('truetype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Regular.svg#HarmoniaSansProCyr-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HarmoniaSans;
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-SemiBd.eot');
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-SemiBd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-SemiBd.woff2') format('woff2'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-SemiBd.woff') format('woff'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-SemiBd.ttf') format('truetype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-SemiBd.svg#HarmoniaSansProCyr-SemiBd') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HarmoniaSans;
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Light.eot');
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Light.woff2') format('woff2'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Light.woff') format('woff'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-Light.svg#HarmoniaSansProCyr-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: HarmoniaSans;
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-BlackIt.eot');
    src: url('../fonts/Harmonia/subset-HarmoniaSansProCyr-BlackIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-BlackIt.woff2') format('woff2'),
        url('../fonts/Harmonia/subset-HarmoniaSansProCyr-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: UAESymbol;
    src: url('../fonts/UAE/font_uae.woff2') format('woff2'),
    url('../fonts/UAE/font_uae.woff') format('woff'),
    url('../fonts/UAE/font_uae.ttf') format('truetype');
}

:root {
    height: 100%;
    font-weight: 400;
    font-size: 62.5%;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    --font-harmonia: 'HarmoniaSans', Helvetica, Arial, sans-serif;
}

/* @start color */
:root {
    --base-color: #222222;
    --base-color-blue: #00AEFF;
    --base-color-grey: #868686;
    --base-color-grey-border: #e2e2e2;
    --base-color-gold: #e0be85;
    --base-color-red: #c46060;
    --base-color-green: #007700;
    --gap: 10px;
}

/* @end color */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

sup {
    position: relative;
    top: -2px;
    font-size: 0.57em;
}

hr {
    margin: 5px 0 20px;
    height: 1px;
    background-color: #e3e3e3;
    border: none
}

._floar-left {
    margin-right: auto !important;
}

.nowrap {
    white-space: nowrap;
}

.anchor#inform {
    height: .1px;
    margin-top: -60px;
    margin-bottom: 60px;
}

.visually-hidden {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    clip: rect(0, 0, 0, 0);
}

.swiper-container.is-full .swiper-button-prev,
.swiper-container.is-full .swiper-button-next,
.swiper-container.is-full~.swiper-button-prev-1,
.swiper-container.is-full~.swiper-button-next-1 {
    display: none;
}

.swiper-container.pagination-hidden .swiper-pagination {
    display: none;
}

.swiper-container.pagination-hidden~.swiper-button-prev,
.swiper-container.pagination-hidden~.swiper-button-next {
    display: none;
}

.product-carousel-wr.floating-widget,
.shops-carousel.floating-widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-carousel-wr.floating-widget .product-carousel {
    margin-bottom: 0;
}

.drift-bounding-box {
    display: none !important;
}

.drift-zoom-pane {
    z-index: 10;
    background: #fff
}

.quick-view .drift-zoom-pane {
    left: auto !important;
    right: 0;
    margin-right: 60px;
}

.error-message,
.note-message {
    margin-bottom: 10px;
    font-size: 14px;
}

.error-message {
    color: #c46060;
    color: var(--base-color-red);
}

.note-message {
    color: #007700;
    color: var(--base-color-green);
}

.mobile-visible {
    display: none !important
}

.mobile-visible_flex {
    display: none !important
}

.tablet-visible {
    display: none !important
}

.tablet-visible_flex {
    display: none !important
}

.tablet-visible_inline {
    display: none !important
}

.empty-result {
    margin: 30px 0
}

.empty-result-suggestions {
    margin: 30px 0 0 0;
}

.empty-result p {
    margin: 0;
    font-weight: 600;
    font-size: 16px
}

.grecaptcha-badge {
    z-index: 999;
}

.more-block {
    display: none;
    margin-top: 15px;
}

.c-rouble {
    line-height: .9
}

.c-rouble:before {
    content: 'q';
    font-family: 'Rouble';
}

.c-rouble i {
    display: inline-block;
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.dirham-symbol {
    font-family: 'UAESymbol';
    color: #222222;
}

.c-dirham-symbol:before {
    font-family: 'UAESymbol';
    content: 'ê';
}

.c-dirham-symbol > span {
    display: inline-block;
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.quick-view-preview-gallery__item_fancy {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.box--blog {
    padding: 0 8px;
}

.box--blog .brand-section .box {
    padding: 0;
}

.box--blog .brand-section .swiper-button-prev {
    left: -46px;
}

.box--blog .brand-section .swiper-button-next {
    right: -46px;
}

.box--footer,
.box--shops-slider {
    padding: 0 10px;
}

.box--main-subscribe {
    padding: 0 10px;
}

.box--brands {
    max-width: 1372px;
}

.box .lnd-consultation__phone {
    margin-bottom: 0;
}

.box .lnd-consultation__personal-data {
    margin-top: 5rem;
}

.box-archive .product-main~.page-section .page-section__title {
    margin-top: 20px;
}

.page-section--white {
    background-color: #ffffff;
}


.simplebar-track.simplebar-vertical {
    width: 9px;
}

.simplebar-scrollbar {
    width: 5px;
}

.simplebar-scrollbar:before {
    background-color: #00AEFF;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

.simplebar-offset {
    height: 100%;
}

.simplebar-content-wrapper {
    min-height: 100%;
}

/* */
.link {
    cursor: pointer;
    color: currentColor;
    text-decoration: none;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color, border-color, background-color;
    -o-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}

.link .icon {
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
}

.link_base {
    text-decoration: none;
    color: inherit
}

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

.link_color {
    color: #00AEFF;
    color: var(--base-color-blue)
}

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

.link_main {
    padding-bottom: 4px;
    color: #00AEFF;
    color: var(--base-color-blue);
    border-bottom: 1px solid rgba(67, 173, 231, 0.2)
}

.link_main:hover {
    border-color: transparent;
}

.link_dashed {
    padding-bottom: 2px;
    border-bottom: 1px dashed currentColor
}

.link_dashed:hover {
    border-color: transparent;
}

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

.link_back .icon {
    margin-right: 6px;
    font-size: 7px;
    color: #bbbbbb;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.link_back span {
    padding-bottom: 2px;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
    border-bottom: 1px solid rgba(67, 173, 231, 0.2);
}

.link_back:hover span {
    border-color: transparent;
}

.link_more {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.link_more span:last-child {
    display: none;
}

.link_more:hover {
    text-decoration: underline
}

.link-separator {
    margin: 0 10px;
    font-size: 16px;
    color: #dfdfdf;
}

.show-all {
    margin-top: 25px;
    text-align: center;
}

.show-all__link {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 14px;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.3)
}

.show-all__link:hover {
    border-color: transparent;
}

.icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.icon-clear {
    width: 17px;
    height: 17px;
    margin-top: 1px;
}

.icon-search {
    height: 17px;
    margin-top: 1px;
}

.icon-clear--active .icon-clear {
    stroke: #222222;
}

.icon-microphone {
    width: 0.778em;
}

.icon-speaker {
    width: 0.704em;
}

.icon-caret-down {
    width: 1.6em;
}

.icon-arrow {
    width: 0.526em;
}

.icon-bonus {
    width: 0.941em;
}

.icon-envelope {
    width: 1.333em;
}

.icon-label {
    width: 1.96em;
    fill: none;
    stroke: currentColor;
}

.icon-warning {
    width: 1.111em;
}

.icon-view {
    width: 1.5em;
}

.icon-arrow-right {
    width: 1.375em;
}

.icon-pass,
.icon-pass-hide {
    width: 1.267em;
}

.icon-checkbox {
    width: 1.25em;
}

.icon-eye {
    width: 1.8em;
}

.icon-sorting {
    width: 1.4em;
}

.icon-sorting_up {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.icon-list {
    width: 1.133em;
}

.icon-user,
.icon-box,
.icon-pin,
.icon-chat,
.icon-email,
.icon-logout {
    width: 0.882em;
}

.icon-docs {
    width: 0.75em;
}

.icon-chevron {
    width: 0.548em;
}

.icon-metro {
    width: 1.453em;
}

.icon-warning-1 {
    width: 1.133em;
}

.icon-garbage {
    width: 0.889em;
}

.icon-camera {
    width: 1.154em;
}

.icon-place {
    width: 0.739em;
}

.icon-delivery {
    width: 1.130em;
}

.icon-post {
    width: 0.913em;
}

.icon-return {
    width: 1.05em;
}

.icon-fb {
    width: 0.563em;
    fill: #3b5998;
}

.icon-ok {
    width: 0.625em;
    fill: #ed812b;
}

.icon-tg {
    width: 1.188em;
    fill: #0088cc;
}

.icon-tw {
    width: 1.25em;
    fill: #1da1f2;
}

.icon-vb {
    fill: #59267c;
}

.icon-vk {
    width: 1.25em;
    fill: #45668e;
}

.icon-wa {
    fill: #075e54;
}

.icon-yb {
    width: 0.875em;
    fill: #ff0000;
}

.icon-like {
    width: 0.84em;
}

.icon-success {
    width: 1.4em;
}

.icon-gift {
    width: 1.4em;
}

.icon-ellipsis {
    width: .3em;
}

.icon-hamburger {
    width: 1.4em;
}

.icon-add {
    width: 0.75em;
}

.icon-star-left,
.icon-star-right {
    width: 0.5em;
}

.icon-link-arrow {
    width: 0.8em;
    color: #00AFFF;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 9px;
}

.icon-new {
    fill: none;
    stroke: #aeaeae;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4px;
    font-size: 26px;
}

.icon-express {
    stroke: #e0be85;
}

.button {
    outline: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: inherit;
    text-decoration: none;
    background: none;
    border: none;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
}

.button .icon {
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
}

.button[disabled] {
    cursor: default;
    opacity: .5;
}

.button_subscribe {
    position: relative;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 35px;
    padding: 0 0 0 8px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.6);
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 5px;
}

.button_subscribe span:not(.button_subscribe-icon) {
    flex: 1 auto;
    padding: 0 2px;
}

.button_subscribe-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 33px;
    margin-left: 8px;
    padding: 0 5px;
    font-size: 13px;
    color: #e0be85;
    color: var(--base-color-gold);
    background-color: #fffcf7;
    border-left: 1px solid #e2e2e2;
    border-left: 1px solid var(--base-color-grey-border);
}

.button_base {
    height: 35px;
    padding: 0 25px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #00AEFF;
    border: 1px solid var(--base-color-blue);
    border-radius: 5px;
}

.button_base .icon {
    margin-right: 9px;
    font-size: 22px
}

.button_base:hover,
.product-cart .button_base--constructor:hover,
.button_base.is-active {
    color: #fff;
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
}

.button_base:hover .icon,
.button_base.is-active .icon {
    color: #fff;
}

.button_base.is-active:hover {
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
}

.button_base--constructor.is-active:hover {
    color: #fff;
}

.button_primary {
    height: 50px;
    padding: 0 25px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #00AEFF;
    background: var(--base-color-blue);
    border-radius: 5px
}

.button_primary:hover {
    background-color: #43ade7;
}

.button_primary[disabled] {
    background-color: #7b7b7b;
}

.button_secondary {
    height: 50px;
    padding: 0 25px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 5px;
    color: #000000;
}

.button_secondary:hover {
    border-color: #c3c3c3;
}

.button_dropdown {
    height: 35px;
    padding: 0 25px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #00AEFF;
    border: 1px solid var(--base-color-blue);
    border-radius: 5px;
}

.button_dropdown .icon {
    margin-left: 4px;
    font-size: 5px;
    color: #7f7f7f;
}

.button_dropdown:hover {
    color: #fff;
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
}

.button_dropdown:hover .icon {
    color: rgba(255, 255, 255, 0.5);
}

.field {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: normal;
    color: inherit;
    background-color: transparent;
    border: none;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: border;
    -o-transition-property: border;
    transition-property: border
}

.field::-webkit-input-placeholder {
    opacity: 1;
}

.field::-moz-placeholder {
    opacity: 1;
}

.field:-ms-input-placeholder {
    opacity: 1;
}

.field::-ms-input-placeholder {
    opacity: 1;
}

.field::placeholder {
    opacity: 1;
}

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

.field_file__button {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.field_file__button input {
    cursor: pointer;
    opacity: 0;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    font-size: 120px;
}

.field_file__button .icon {
    margin-right: 10px;
    font-size: 15px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.field_file__button span {
    padding-bottom: 3px;
    font-size: 14px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    -webkit-transition: border .1s ease-in-out;
    -o-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out;
}

.field_file__button:hover span {
    border-color: transparent;
}

.field_file__name {
    display: none;
    align-items: center;
}

.field_file__name span {
    font-size: 14px;
    line-height: 21px;
}

.field_file__name .button {
    flex-shrink: 0;
    top: 1px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px !important;
    height: 18px !important;
    margin-left: 8px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 50%;
    -webkit-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out
}

.field_file__name .button:hover {
    border-color: #7f7f7f;
}

.field_file__name .button .icon {
    margin-right: 0;
    font-size: 8px;
    color: #8b8b8b;
}

.field-wr {
    position: relative;
}

.field-wr .field-label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.field-wr .field-label_required:after {
    content: '*';
    color: #cc4545;
}

.field-wr .field-button {
    cursor: pointer;
    right: 13px;
    bottom: 14px;
    position: absolute;
    z-index: 1;
    font-size: 15px;
    color: #b2b2b2
}

.field-wr .field-button:hover {
    color: #7f7f7f;
}

.field-wr .field-button:hover {
    color: #7f7f7f;
}

.field-wr .field-button .icon-pass-hide {
    display: none;
}

.field-wr .field {
    height: 44px;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02)
}

.field-wr .field::-webkit-input-placeholder {
    color: #a6a6a6;
}

.field-wr .field::-moz-placeholder {
    color: #a6a6a6;
}

.field-wr .field:-ms-input-placeholder {
    color: #a6a6a6;
}

.field-wr .field::-ms-input-placeholder {
    color: #a6a6a6;
}

.field-wr .field::placeholder {
    color: #a6a6a6;
}

.field-wr .field:focus {
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.field-wr .field[type="password"] {
    padding-right: 45px;
}

.field-wr .field.js-validate-error-field {
    color: #c46060 !important;
    color: var(--base-color-red) !important;
    border-color: #c46060 !important;
    border-color: var(--base-color-red) !important;
}

.field-wr textarea.field {
    height: 186px;
    padding: 16px;
}

.field-wr .js-validate-error-label {
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    margin-top: 2px;
    font-size: 14px;
    color: #c46060 !important;
    color: var(--base-color-red) !important;
}

.field-wr .js-validate-error-label.multyline {
    position: relative;
}

.field-wr_date .field {
    cursor: pointer;
    flex-grow: 0 !important;
    width: 125px !important;
    font-size: 14px;
    padding-right: 36px !important
}

.field-wr_date .field:hover~.icon {
    color: #7f7f7f;
}

.field-wr_date .icon {
    top: 13px;
    left: calc(250px - 29px);
    position: absolute;
    font-size: 18px;
    color: #a3a3a3
}

.add-field-wr {
    display: flex;
    align-items: center;
}

.add-field-wr .button {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    padding: 0;
    font-size: 10px;
}

.add-field-wr input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 4px 0;
    font-family: inherit;
    font-size: 16px;
    line-height: normal;
    color: inherit;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dedede;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: border;
    -o-transition-property: border;
    transition-property: border
}

.add-field-wr input::-webkit-input-placeholder {
    opacity: 1;
    color: #dfdfdf;
}

.add-field-wr input::-moz-placeholder {
    opacity: 1;
    color: #dfdfdf;
}

.add-field-wr input:-ms-input-placeholder {
    opacity: 1;
    color: #dfdfdf;
}

.add-field-wr input::-ms-input-placeholder {
    opacity: 1;
    color: #dfdfdf;
}

.add-field-wr input::placeholder {
    opacity: 1;
    color: #dfdfdf;
}

.add-field-wr input:focus {
    border-color: #00AEFF;
    border-color: var(--base-color-blue)
}

select.select {
    display: none;
}

.select {
    color: #222222;
    color: var(--base-color);
}

.select .ss-single-selected {
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
}

.select .ss-single-selected .ss-arrow {
    margin: 0;
}

.select .ss-single-selected .ss-arrow span {
    display: block;
    width: 8px;
    height: 16px;
    padding: 0;
    background: url('../images/icons/arrow.svg') no-repeat;
    background-size: contain;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.select .ss-single-selected .ss-arrow span.arrow-down {
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.select .ss-single-selected .ss-arrow span.arrow-up {
    margin: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.select .ss-single-selected .placeholder {
    display: block;
    padding-right: 20px;
    line-height: 42px;
}

.select .ss-single-selected .placeholder .ss-disabled {
    cursor: pointer;
    color: #222222;
    color: var(--base-color);
}

.select .ss-content {
    border-color: #e2e2e2;
    border-color: var(--base-color-grey-border);
    border-radius: 0 0 6px 6px;
}

.select .ss-content .ss-list {
    max-height: 250px;
    padding: 10px 0;
}

.select .ss-content .ss-list .ss-option {
    padding: 7px 16px 8px;
    font-size: 14px
}

.select .ss-content .ss-list .ss-option.ss-highlighted,
.select .ss-content .ss-list .ss-option:hover {
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
}

.select .ss-content .ss-list .ss-option.ss-disabled {
    cursor: default;
    color: #00AEFF;
    color: var(--base-color-blue);
    background: none;
}

.select.js-validate-error-field .ss-single-selected {
    border-color: #c46060 !important;
    border-color: var(--base-color-red) !important;
}

.select.js-validate-error-field .ss-single-selected .placeholder .ss-disabled {
    color: #c46060 !important;
    color: var(--base-color-red) !important;
}

.select.js-validate-error-field .ss-content {
    border-color: #c46060 !important;
    border-color: var(--base-color-red) !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table ._right {
    text-align: right !important;
}

.table-wr {
    overflow: auto;
    width: 100%;
}

.table {
    background-color: #fff;
}

.table thead tr th {
    padding: 15px 14px;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    color: #fff;
    background-color: #3b3b3b;
    border-left: 1px solid #595959
}

.table thead tr th:last-child {
    border-right: 1px solid #595959;
}

.table tbody tr td {
    padding: 12px 14px;
    font-size: 14px;
    border-left: 1px solid #eeeeee
}

.table tbody tr td:last-child {
    border-right: 1px solid #eeeeee;
}

.table tbody tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid #eeeeee;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list li {
    position: relative;
    padding-left: 18px
}

.list li:before {
    content: '';
    top: 9px;
    left: 0;
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #e0be85;
    background-color: var(--base-color-gold);
    border-radius: 50%;
}

.dropdown {
    position: relative;
}

.dropdown-value {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 15px;
    font-size: 14px;
}

.dropdown-value--link {
    text-decoration: none;
    color: #222222;
}

.dropdown.header-shops-wr .dropdown-value-li:nth-of-type(1) .dropdown-value--link {
    color: #ffffff;
    background: #00AFFF;
    padding: 2px 10px;
    margin: 0 15px 0 0;
    border-radius: 10px;
}

.dropdown-value .icon-caret-down {
    cursor: pointer;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: 1px;
    font-size: 5px;
    color: var(--base-color);
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}

.dropdown-value:hover {
    color: #545454;
}

.dropdown-value:hover .icon-caret-down {
    color: #38a6e2;
}

.dropdown-content {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 14;
    min-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 25px 46px 0px rgba(147, 147, 147, 0.08);
    box-shadow: 0px 25px 46px 0px rgba(147, 147, 147, 0.08);
}

.dropdown-list__item {
    cursor: pointer
}

.dropdown-list__item:hover {
    background-color: #fafafa;
}

.drop-down {
    position: relative;
}

.drop-down-content {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 15;
    min-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 25px 46px 0px rgba(147, 147, 147, 0.08);
    box-shadow: 0px 25px 46px 0px rgba(147, 147, 147, 0.08);
}

.color__field {
    display: none
}

.color__field:checked+.color__box:before {
    opacity: 1;
}

.color__field:checked+.color__box:hover:after {
    opacity: 1;
}

.color__field:disabled+.color__box {
    cursor: default;
    opacity: 0.5
}

.color__field:disabled+.color__box:hover:after {
    display: none;
}

.color__box {
    cursor: pointer;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 5px 6px;
    border-radius: 50%
}

.color__box-svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.color__box:before {
    content: '';
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #dedede;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.color__box:after {
    content: '';
    opacity: 0;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/icons/close.svg');
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.check {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
}

.check-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.check-row .check {
    margin-right: 30px;
    margin-bottom: 10px;
}

.check__field {
    display: none
}

.check__field:checked+.check__box {
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
    border-color: #47a5d8;
}

.check__field.js-validate-error-field+.check__box {
    border-color: #c46060 !important;
    border-color: var(--base-color-red) !important;
}

.check__field:disabled~.check__box,
.check__field:disabled~.check__label {
    cursor: default;
    opacity: 0.5;
}

.check__box {
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 8px;
    font-size: 8px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 4px;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}

.check__label {
    font-size: 14px;
    line-height: 1.5;
}

.check+.js-validate-error-label {
    display: none;
}

.check_tag .check__label {
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 25px;
    margin-bottom: 5px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    border-radius: 3px;
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

.check_tag .check__label .icon {
    display: none;
    margin-left: 10px;
    font-size: 7px;
    color: #868686;
    color: var(--base-color-grey);
}

.check_tag .check__label:hover .icon {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.check_tag .check__field:checked+.check__label {
    background-color: #f9f9f9;
}

.check_tag .check__field:checked+.check__label .icon {
    display: block;
}

.radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
}

.radio-wr {
    margin-bottom: 20px
}

.radio-wr .radio__label {
    font-weight: 600;
}

.radio-wr p {
    margin: 0 0 8px;
    padding-left: 24px;
    font-size: 14px;
    color: #656565
}

.radio-wr p .value {
    font-size: 16px;
    color: #222222;
    color: var(--base-color)
}

.radio-row {
    display: flex;
}

.radio-list {
    margin-bottom: -10px;
}

.radio-list .radio {
    margin-bottom: 10px;
}

.radio__field {
    display: none
}

.radio__field:checked+.radio__box {
    border-color: #00AEFF;
    border-color: var(--base-color-blue)
}

.radio__field:checked+.radio__box:before {
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
}

.radio__field:disabled~.radio__box,
.radio__field:disabled~.radio__label {
    cursor: default;
    opacity: 0.5;
}

.radio__box {
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 50%;
    -webkit-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out
}

.radio__box:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

.radio__label {
    font-size: 14px;
    line-height: 1.5;
}

:root {
    --rating-color: var(--base-color-gold);
}

.rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #e2e2e2;
    color: var(--base-color-grey-border);
}

.rating .icon:not(:first-child) {
    margin-left: 5px;
}

.rating[data-value="0.5"] .icon:nth-child(1),
.rating[data-value="1"] .icon:nth-child(1) {
    color: #02aeff;
    color: var(--base-color-blue);
}

.rating[data-value="1.5"] .icon:nth-child(1),
.rating[data-value="1.5"] .icon:nth-child(2),
.rating[data-value="2"] .icon:nth-child(1),
.rating[data-value="2"] .icon:nth-child(2) {
    color: #02aeff;
    color: var(--base-color-blue);
}

.rating[data-value="2.5"] .icon:nth-child(1),
.rating[data-value="2.5"] .icon:nth-child(2),
.rating[data-value="2.5"] .icon:nth-child(3),
.rating[data-value="3"] .icon:nth-child(1),
.rating[data-value="3"] .icon:nth-child(2),
.rating[data-value="3"] .icon:nth-child(3) {
    color: #02aeff;
    color: var(--base-color-blue);
}

.rating[data-value="3.5"] .icon:nth-child(1),
.rating[data-value="3.5"] .icon:nth-child(2),
.rating[data-value="3.5"] .icon:nth-child(3),
.rating[data-value="3.5"] .icon:nth-child(4),
.rating[data-value="4"] .icon:nth-child(1),
.rating[data-value="4"] .icon:nth-child(2),
.rating[data-value="4"] .icon:nth-child(3),
.rating[data-value="4"] .icon:nth-child(4) {
    color: #02aeff;
    color: var(--base-color-blue);
}

.rating[data-value="4.5"] .icon,
.rating[data-value="5"] .icon {
    color: #02aeff;
    color: var(--base-color-blue);
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip .icon-info {
    font-size: 16px;
    color: #C4C4C4;
}

.tooltip .icon-info:hover {
    color: #00AFFF;
}

.tooltip .icon-info:active {
    color: #5CCCFF;
}

.tooltip-window {
    display: none;
    opacity: 0;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 12;
    width: 340px;
    margin-bottom: 24px;
    padding: 29px 23px 31px 30px;
    background-color: #F0F0F0;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.tooltip-window:before {
    content: '';
    top: 100%;
    left: calc(50% - 13px);
    position: absolute;
    border: 13px solid transparent;
    border-bottom-color: #F0F0F0;
    transform: rotate(180deg);
}

.tooltip-window:after {
    content: '';
    top: 100%;
    left: 0;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 24px;
    z-index: 1;
    cursor: default;

}

.tooltip-window p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
    margin: 0;
}

.tooltip-window a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.24px;
    color: #222222;
    margin: 10px 0 0 0;
}

.tooltip-window a:hover {
    color: #00AFFF;
}

.tooltip-window a:active {
    color: #5CCCFF;
}

.tooltip-close {
    opacity: 0;
    cursor: pointer;
    top: 8px;
    right: 8px;
    position: absolute;
    font-size: 12px;
    color: #b3b3b3
}

.tooltip-close:hover {
    color: #a3a3a3;
}

.tooltip.is-open .icon-info {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.tooltip.is-open .tooltip-window {
    opacity: 1;
    display: block;
}

.tooltip_left .tooltip-window {
    left: -15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.tooltip_left .tooltip-window:before {
    left: 16px;
}

.tooltip_right .tooltip-window {
    right: -15px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.tooltip_right .tooltip-window:before {
    right: 16px;
    left: auto;
}


#tooltipContainer  .tooltip-block {
    position: relative;
}

#tooltipContainer  .tooltip-block .tooltip {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #A01D1E;
    border-radius: 50%;
    z-index: 1;
    padding: 11px;
}

#tooltipContainer  .tooltip-block .tooltip.is-open {
    background-color: grey;
}

#tooltipContainer  .tooltip-block .tooltip.is-open .icon-info {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

#tooltipContainer  .tooltip-block .tooltip:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid rgba(219, 219, 219, 0.5);
    position: absolute;
    top: -6px;
    left: -6px;
    animation: pulse 1.8s ease 0s infinite;
    z-index: -1;
}

.date-picker-x {
    z-index: 2;
    width: 268px;
    margin-top: -10px;
    padding: 0 18px;
    font-family: inherit;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    -webkit-box-shadow: 0px 13px 23px 0px rgba(147, 147, 147, 0.08);
    box-shadow: 0px 13px 23px 0px rgba(147, 147, 147, 0.08)
}

.date-picker-x:before {
    display: none;
}

.date-picker-x .dpx-content-box {
    height: auto;
    padding-bottom: 10px;
}

.date-picker-x .dpx-title-box {
    height: 42px;
    padding: 0;
    border-color: #ececec;
}

.date-picker-x .dpx-title {
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}

.date-picker-x .dpx-next,
.date-picker-x .dpx-prev {
    width: 28px;
    font-size: 16px;
    line-height: normal;
    color: #6b6b6b
}

.date-picker-x .dpx-next:hover,
.date-picker-x .dpx-prev:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.date-picker-x .dpx-next.dpx-disabled,
.date-picker-x .dpx-prev.dpx-disabled {
    opacity: .5;
}

.date-picker-x .dpx-item {
    position: relative;
    height: 30px !important
}

.date-picker-x .dpx-item:not(.dpx-weekday):hover,
.date-picker-x .dpx-item.dpx-selected {
    color: #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.date-picker-x .dpx-item:not(.dpx-weekday):hover:before,
.date-picker-x .dpx-item.dpx-selected:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
    border-radius: 6px;
}

.date-picker-x .dpx-item.dpx-disabled {
    opacity: .5
}

.date-picker-x .dpx-item.dpx-disabled:before {
    display: none;
}

.date-picker-x .dpx-current {
    color: #00AEFF;
    color: var(--base-color-blue);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.date-picker-x .dpx-weekend {
    color: #000;
}

.date-picker-x .dpx-out,
.date-picker-x .dpx-weekday {
    font-weight: 500;
    font-size: 13px;
    color: #969696;
}

.date-picker-x .dpx-weekday,
.date-picker-x .dpx-weekday~span {
    -ms-flex-preferred-size: calc(100% / 7) !important;
    flex-basis: calc(100% / 7) !important;
}

.counter {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 105px;
    height: 35px;
    color: #222222;
    color: var(--base-color);
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 4px;
}

.counter-val {
    flex-grow: 0;
    width: calc(100% - 62px);
    height: 100%;
    font-size: 16px;
    text-align: center;
}

.counter-button {
    flex-shrink: 0;
    width: 31px;
    height: 100%;
    font-size: 16px;
    line-height: 33px;
    background-color: #fbfbfb
}

.counter-button[data-type="minus"] {
    border-right: 1px solid #e2e2e2;
    border-right: 1px solid var(--base-color-grey-border);
}

.counter-button[data-type="plus"] {
    border-left: 1px solid #e2e2e2;
    border-left: 1px solid var(--base-color-grey-border);
}

.counter-button:hover {
    background-color: #f6f6f6;
}

.counter-button[disabled] {
    cursor: default;
    color: rgba(34, 34, 34, 0.2)
}

.counter-button[disabled]:hover {
    background-color: #fbfbfb;
}

/* */
.arrow-top {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    right: 0;
    bottom: 40%;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 64px;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(205, 205, 205, 0.4);
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility
}

.arrow-top.is-visible {
    opacity: 1;
    visibility: visible;
}

.arrow-top .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.search-block {
    position: relative;
    z-index: 12;
}

.search-block-wr {
    width: 545px;
    margin-bottom: 30px
}

.search-block__button {
    cursor: pointer;
    top: 50%;
    right: 14px;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #cecece;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.search-block__button:hover {
    color: #222222;
}

.search-block__input-controls .search-block__button {
    position: static;
}

.search-block__field {
    padding: 0 0 0 21px;
    font-size: 16px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 100px
}

.search-block__field::-webkit-input-placeholder {
    opacity: 1;
    color: #b3b3b3;
}

.search-block__field::-moz-placeholder {
    opacity: 1;
    color: #b3b3b3;
}

.search-block__field:-ms-input-placeholder {
    opacity: 1;
    color: #b3b3b3;
}

.search-block__field::-ms-input-placeholder {
    opacity: 1;
    color: #b3b3b3;
}

.search-block__field::placeholder {
    opacity: 1;
    color: #b3b3b3;
    font-size: 14px;
    padding: 0 0 0 2px;
}

.search-block-results {
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 0 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 68px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 15px 68px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.search-block-results .tooltip-close {
    top: 36%;
}

.search-block-results.is-open {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

.header-main .search-block-results:empty.is-open {
    padding: 0;
}

.search-block-product-list {
    margin-bottom: 10px;
    padding-top: 9px
}

.search-block-product-list:last-child {
    padding-bottom: 10px;
}

.search-block-product-list__item {
    margin-top: 16px;
}

.search-block .search-product {
    display: flex;
    align-items: center;
}

.search-block .search-product__image {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.search-block .search-product__dscr {
    margin-right: 15px;
}

.search-block .search-product__title {
    font-weight: 700;
    font-size: 16px;
}

.search-block .search-product__title strong {
    font-weight: 700;
    background-color: #f8e4a0;
}

.search-block .search-product__title.link:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.search-block .search-product .product-status {
    opacity: 1;
    visibility: visible;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    margin-top: 5px;
}

.search-block .search-product .product-status .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.search-block .search-product__price,
.search-block .search-product .product-price {
    flex-shrink: 0;
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

.search-block-section {
    margin-top: 4px;
    padding-top: 18px;
    border-top: 1px solid #f3f3f3
}

.search-block-section:first-child {
    border-top: none;
}

.search-block-section:last-child {
    padding-bottom: 20px;
}

.search-block-section__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #989898;
}

.search-block-section-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-block-section-list__item {
    margin-bottom: 12px;
    font-size: 14px
}

.search-block-section-list__item.link:hover {
    text-decoration: underline;
}

.search-block__close-btn {
    display: none;
}

.header-show-search-btn {
    display: none;
}

.search-block__input-controls {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    right: 2.5%;
    width: 48px;
}

.search-block__input-controls .search-block__clear-input {
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    color: #cecece;
    transform: translate(0, -50%);
    padding: 0;
    z-index: 1;
}

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

.page {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'HarmoniaSans', Helvetica, Arial, sans-serif;
    font-family: var(--font-harmonia);
    color: #222222;
    color: var(--base-color);
    /* background: url('../images/bg.jpg'); */
    background-color: #FAFAFA;
}

.page-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%
}

.page-container>div {
    flex-shrink: 0;
}

.page .see-all {
    position: relative;
    top: -4px;
    margin-left: 25px;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
    border-bottom: 1px solid rgba(82, 183, 238, 0.2)
}

.page .see-all:hover {
    border-color: transparent;
}

.page-title {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 52px
}

.page-title+.page-anchors {
    margin-top: 10px;
}

.page-title h1 {
    margin: 0;
    font-size: inherit;
}

.page-title__h {
    position: relative;
    padding-right: 76px
}

.page-title__h h1, .page-title__h h2 {
    display: inline;
}

.page-title__h sup {
    position: absolute;
    top: auto;
    bottom: 1em;
    white-space: nowrap;
    color: #00AEFF;
    color: var(--base-color-blue);
}
.h2_sup {
    font-size: 22px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.page-section__title--best-offers {
    display: none;
}

.page-anchors {
    display: flex;
    margin-bottom: 30px
}

.page-anchors__item {
    margin-right: 30px;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
    border-bottom: 1px dashed rgba(67, 173, 231, 0.4)
}

.page-anchors__item:hover {
    color: #222222;
    color: var(--base-color);
    border-color: transparent;
}

.page-section {
    border-top: 1px solid transparent;
    padding: 25px 0;
}

.page-section--no-pd,
.page-section:empty {
    padding: 0;
}

.page-section .brands {
    margin: 57px 0 0 0;
}

.page-section-headline {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 25px;
}

.page-section-headline .page-section__title {
    margin: 0;
}

.page-section-headline__link {
    display: none;
}

.page-section-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    max-width: 912px;
}

.page-section-filter__item {
    display: flex;
    align-items: center;
    height: 27px;
    padding: 0 11px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    white-space: nowrap
}

.page-section-filter__item:hover {
    color: #fff;
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.page-section-filter__item.is-active {
    color: inherit;
    background-color: transparent;
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.page-section__title {
    margin-top: 55px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px
}

.page-section__title_border {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(105, 105, 105, 0.2)
}

.page-section__title_border.link:hover {
    border-color: transparent;
}

.page-section-inner {
    overflow: hidden;
    /* margin-top: 20px;
    padding-bottom: 15px; */
    background: #fff;
}

.page-catalog {
    display: flex;
    align-items: flex-start
}

.page-catalog_last {
    margin-bottom: 60px;
}

.page-catalog .filters {
    flex-shrink: 0;
    width: 280px
}

.page-catalog .filters-wr {
    flex-shrink: 0;
    width: 280px;
}

.page-catalog .filters-wr .filters {
    width: 100%;
}

.page-catalog  .product-title-promt {
    display: none;
}

.catalog_section-show_more {
    margin-left: 15px;
}

.catalog_section-show_more a {
    display: block;
    width: 100%;
    background-color: #00B9F3;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    text-decoration: none;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.catalog-list.row-cnt-4 .catalog-list__item {
    width: calc(100% / 4 - 15.1px);    
}

.page-catalog .sorting-dropdown-list {
    max-height: 210px;
}

.page-catalog-sorting .pagination {
    flex-shrink: 0;
    margin-right: auto;
}

.header-main-catalog .val {
    margin-left: 4px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.catalog-list__rests {
    position: absolute;
    right: 0;
    top: 63px;
    width: 170px;
}

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

.catalog-list__rests__row .label {}

.catalog-list__rests__row .value {
    padding-right: 5px;
}

.filter .filter-content .check-list {
    max-height: 277px;
}

.filter .check__label span {
    font-size: 10px;
}

.filter-content .simplebar-content label:first-child {
    padding-top: 5px;
}

.filter-content .simplebar-content label.check {
    margin-bottom: 2px;
}

.category-filter.swiper-container {
    overflow: visible;
}

.filter-param-items-cnt {
    position: relative;
    top: -0.35em;
}

.filter-section-search {
    margin-bottom: 14px;
    position: relative;
    padding-left: 16px;
}

.filter-section-search__input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #E5E9EC;
}

.filter-section-search__input:focus {
    border-color: #00AEFF;
}

input.filter-section-search__input:focus {
    outline: none;
}

.filter-section-search-btn {
    width: 10px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.filter .check__label span.visible-value {
    font-size: 14px;

}

.filter-section-search-btn .ico-cat-search .icon {
    width: 100%;
    height: 100%;

}

.filter-section-search-btn .ico-cat-search .icon {
    width: 100%;
    height: 100%;
    vertical-align: top;

}

.filter-section-search-btn .ico-cat-search svg {
    fill: #BAC2CD;

}

.page-section-filter__item {
    padding: 0 9px;
}

.page-catalog__content {
    flex-shrink: 0;
    width: calc(100% - 280px)
}

.page-catalog-sorting {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    padding-left: 15px
}

.page-catalog-sorting .sorting {
    flex-shrink: 0
}

.page-catalog-sorting .pagination-list {
    flex-shrink: 0;
    margin-right: auto
}

.page-catalog-sorting .catalog-list-view {
    flex-shrink: 0;
}

.page-catalog_elastic .page-catalog__content {
    width: calc(100% + 15px);
    margin-left: -15px
}

.page-catalog_elastic .page-catalog__content .catalog-list__item {
    width: calc(100% / 4 - 15.1px)
}

.catalog-product-image-slider {
    position: relative;
    overflow: hidden;
}

.catalog-product-image-slider .swiper-slide {
    text-align: center;
}

.catalog-product-image-slider.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 95%;
}

.is--hidden-pc {
    display: none;
}

.news-product-carousel .product-color {
    z-index: 1;
}

.catalog-list__rests {
    z-index: 2;
}

.product-color {
    z-index: 2;
}

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

.page-inner_cart .page-content {
    width: calc(100% - 320px)
}

/* .page-inner_cart .page-sidebar {
    width: 30px
} */

.page-content {
    flex-shrink: 0;
    width: calc(100% - 400px)
}

.page-sidebar {
    flex-shrink: 0;
    width: 370px
}

#sidebar {
    will-change: min-height;
}

#sidebar .page-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.localization {
    position: relative;
    margin-top: 1px;
    width: 440px;
    padding: 15px 35px;
    background-color: #fafafa;
}

.localization-close {
    cursor: pointer;
    top: 18px;
    right: 35px;
    position: absolute;
    font-size: 19px;
    color: #b3b3b3
}

.localization-close:hover {
    color: #7f7f7f;
}

.localization-title {
    padding-right: 34px;
    font-weight: 700;
    font-size: 18px;
}

.localization-search {
    margin-top: 20px;
}

.localization-search-result {
    margin-top: 20px;
}

.localization-search-result-list {
    overflow: auto;
    max-height: 135px;
}

.localization-search-result-list .simplebar-content {
    display: flex;
    flex-direction: column;
}

.localization-search-result-list__item {
    cursor: pointer;
    font-size: 14px
}

.localization-search-result-list__item:not(:first-child) {
    margin-top: 14px;
}

.localization-search-result-list__item span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #ababab;
}

.localization-search-result-list__item:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.localization-search-result-list__item:hover span {
    color: #ababab;
}

.localization-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.localization-list__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 15px);
    margin-bottom: 10px;
    font-size: 14px
}

.localization-list__item:nth-child(2n + 2) {
    margin-left: 30px;
}

.localization-list__item .icon {
    top: 1px;
    position: relative;
    margin-left: 7px;
    font-size: 12px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.localization-list__item .link:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-catalog-main {
    display: flex;
}

.header-catalog-main-list {
    flex-shrink: 0;
    width: 270px;
    padding-bottom: 70px;
    padding-top: 22px;
    background-color: #fafafa
}

.header-catalog-main-list__item {
    display: block;
    cursor: pointer;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #222222;
    color: var(--base-color)
}

.header-catalog-main-list__item.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-catalog-main-list__item:hover {
    background-color: #fff;
}

.header-catalog-main-nav {
    flex: 1 auto;
    display: flex;
    padding: 0 30px;
    color: #222222;
    color: var(--base-color);
}

.header-catalog-main-nav .header-catalog-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3
}

.header-catalog-main-nav__title {
    font-weight: 700;
    font-size: 20px
}

.header-catalog-main-nav__title.link {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(105, 105, 105, 0.2)
}

.header-catalog-main-nav__title.link.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-catalog-main-nav__title.link:hover {
    border-color: transparent;
}

.header-catalog-main-nav__item {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px
}

.header-catalog-main-nav__item:hover,
.header-catalog-main-nav__item.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-catalog-list {
    flex-shrink: 0;
    width: 100%;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    padding: 7px 0 70px;
    color: #222222;
    color: var(--base-color)
}

.header-catalog-list__item {
    page-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-right: 20px;
}

.header-catalog-section {
    display: flex;
}

.header-catalog-section_border {
    padding-bottom: 45px;
    margin-bottom: 5px;
    border-bottom: 2px solid #f2f2f2;
}

.header-catalog-section-content {
    flex: 1 auto;
    padding: 50px 75px 30px 0;
    color: #222222;
    color: var(--base-color);
}

.header-catalog-section__title {
    font-weight: 700;
    font-size: 50px;
}

.header-catalog-section-catalog {
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
}

.header-catalog-section-catalog .catalog-item {
    width: calc((100% - 90px) / 4);
    margin: 40px 0 0 30px;
    padding: 0;
}

.header-catalog-section-catalog .catalog-item__image {
    margin-bottom: 35px;
    padding-top: 160px;
}

.header-catalog-section-catalog .catalog-item__text {
    font-size: 20px;
}

.header-catalog-section-catalog .catalog-item__text .val {
    margin-top: 10px;
}

.header-catalog-section-catalog .catalog-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-catalog-section-catalog .catalog-item:hover .catalog-item__text {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-catalog-section-thumb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #222222;
    color: var(--base-color);
}

.header-catalog-section-thumb .catalog-item {
    width: calc(100%/ 5);
    margin: 40px 0 0 0;
    padding: 0;
    flex-direction: column;
}

.header-catalog-section-thumb .catalog-item__image {
    margin-bottom: 35px;
    width: 100%;
    height: 160px;
}

.header-catalog-section-thumb .catalog-item__text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.header-catalog-section-thumb .catalog-item__text .val {
    margin-top: 10px;
}

.header-catalog-section-thumb .catalog-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-catalog-section-thumb .catalog-item:hover .catalog-item__text {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-catalog-section-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 35px;
    padding-right: 20px;
    border-top: 1px solid #f0f0f0;
}

.header-catalog-section-list__item {
    flex-shrink: 0;
    width: 25%;
    margin-bottom: 20px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 20px;
}

.header-catalog-section-list__item .link:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-catalog-section-block {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    width: 325px;
    padding: 75px 0 40px;
    color: #fff;
    background-color: #000;
}

.header-catalog-section-block__title {
    padding: 0 45px;
    font-weight: 700;
    font-size: 30px;
}

.header-catalog-section-block__text {
    margin: 30px 0 20px;
    padding: 0 45px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.header-catalog-section-block__image {
    margin-top: auto;
}

.header {
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #fff
}

.header-headline {
    position: relative;
    height: 41px;
    border-bottom: 1px solid #e2e2e2;
    border-bottom: 1px solid var(--base-color-grey-border)
}

.header-headline>.box {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
}

.header-headline .dropdown {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-headline .dropdown-content {
    top: calc(100% + 1px);
}

.header-headline .dropdown_local {
    flex-shrink: 0;
    height: auto;
    margin-top: 0;
    margin-left: 35px
}

.header-headline .dropdown_local-val {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.header-headline .dropdown_local-val img {
    width: 15px;
    margin-right: 5px;
}

.header-headline .dropdown_local .dropdown-value {
    height: 26px;
    padding: 0 21px 0 8px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 5px;
}

.header-headline .dropdown_local .dropdown-value .icon {
    right: 6px;
    margin-top: 0;
    color: #b2b2b2;
}

.header-headline .dropdown_local .dropdown-value:hover {
    color: #222222;
    color: var(--base-color);
    border-color: #d8d8d8;
}

.header-headline .dropdown_local .dropdown-list {
    margin-top: -1px;
    padding: 4px 0;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.header-headline .dropdown_local .dropdown-list__item {
    display: flex;
    align-items: center;
    height: 26px;
    padding: 0 6px 0 8px;
}

.header-headline .dropdown_local.is-open .dropdown-value {
    border-radius: 5px 5px 0 0;
}

.header-location {
    height: 100%;
    margin: 1px auto 0 10px;
}

.header-location .dropdown.is-open .icon-caret-down {
    transform: translate(0, -50%) rotate(180deg);
}

.header-contacts {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 1px 5px 0 29px;
}

.header-contacts .icon {
    margin-top: 1px;
    margin-right: 5px;
    font-size: 16px;
    color: #222222;
}

.header-contacts__item:hover {
    color: #545454;
}

.header-contacts__separator {
    opacity: .3;
    margin: 0 10px;
}

.header-content {
    position: relative;
    display: flex;
    align-items: center;
    height: 84px
}

.header-logo {
    flex-shrink: 0;
    margin: -4px 63px 0 3px;
    position: relative;
}

.header-logo img {
    /* max-width: 179px; */
    max-width: 100%;
    margin: -3px 0 0 -1px;
}

.header-search {
    width: 100%;
    max-width: 633px;
    margin: -5px 40px 0 0;
}

.header-menu {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -2px;
}

.header-menu__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 21px;
    font-size: 16px;
    line-height: 1
}

.header-menu__item:first-child {
    margin-left: 0;
    /*margin-right: 4px;*/
}

.header-menu__item .icon {
    flex-shrink: 0;
    margin-right: 0;
    height: 24px;
    color: #222222;
    font-size: 23px;
    line-height: 1;
}

.header-menu__item_login .icon {
    margin-right: 4px;
}

.header-menu__item_login-img {
    border-radius: 100%;
    /* Радиус скругления */
    border: 1px solid var(--base-color);
    /* Параметры рамки */
    background-color: var(--base-color);
    color: #ffffff;
    width: 24px;
    height: 24px;
    margin-right: 9px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.header-menu__item_login-img.no-name-and-avatar {
    background-image: url(../images/avatars/no-name-and-avatar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 14px;
}

.header-menu__item .dropdown-value {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
}

.header-menu__item .dropdown-value .col {
    top: -7px;
    left: -9px !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0 0 1px 1px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    background-color: var(--base-color-blue);
    border-radius: 50%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.header-menu__item .dropdown-value .js-cart-cnt {
    left: 11px !important;
}

.header-menu__item:hover {
    color: #545454;
}

.header-menu__item:hover .icon {
    color: #38a6e2;
}

.header-menu__item_hamburger {
    display: none;
}

.header-main {
    display: none;
}

.after-header-mobile-margin {
    display: none;
}

.header-shops {
    position: relative;
    margin-top: 1px;
    padding: 30px 0;
    background-color: #fafafa;
    box-shadow: 0px 30px 35px rgba(34, 34, 34, 0.05),
        0px 18.1037px 18.4741px rgba(34, 34, 34, 0.0668148),
        0px 3.82963px 4.72593px rgba(34, 34, 34, 0.0431852);
}

.header-shops-wr {
    flex-shrink: 0;
    position: static
}

.header-shops-wr .dropdown-content {
    left: 0;
    right: 0;
}

.header-shops-wr.is-open .icon-caret-down {
    transform: translate(0, -50%) rotate(180deg);
}

.header-shops .box {
    position: relative;
    padding: 0 10px;
}

.header-shops-close {
    cursor: pointer;
    top: -9px;
    right: 15px;
    position: absolute;
    font-size: 19px;
    color: #b3b3b3
}

.header-shops-close:hover {
    color: #7f7f7f;
}

.header-shops__inner-wrapper {
    display: flex;
    width: 100%;
    padding: 27px 0 10px;
}

.header-shops__title {
    padding-right: 34px;
    font-weight: 700;
    font-size: 24px;
}

.header-shops-list {
    display: flex;
    flex-wrap: wrap;
}

.header-shops-list__item {
    flex-shrink: 0;
    width: 25%;
    margin-top: 22px;
    padding-right: 20px
}

.header-shops-block__inner-wrapper {
    display: flex;
    flex-direction: column;
    margin: 42px 0 0 0;
}

.header-shops .header-shops__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    margin: 0;
}

.header-shops .city-shops__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    margin: 0;
}

.city-shops {
    margin: 0 0 39px 0;
}

.city-shops:last-of-type {
    margin: 0;
}

.city-shops-list {
    display: flex;
    margin: 23px 0 0 0;
    padding: 0;
    list-style: none;
}

.city-shops-list__shop {
    display: flex;
    flex-direction: column;
    font-style: normal;
    max-width: 180px;
    margin: 0 64px 0 0;
    color: #222222;
}

.city-shops-list__shop-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #222222;
    margin: 0;
}

.city-shops-list__address {
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    margin: 7px 0 0 0;
    min-height: 32px;
}

.city-shops-list__phone {
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #222222;
    margin: 12px 0 0 0;
}

.city-shops-list__schedule {
    font-size: 12px;
    line-height: 14px;
    margin: 8px 0 0 0;
}

.city-shops-list__detail {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #00AFFF;
    margin: 12px 0 0 0;
}

.header-service-block {
    width: 190px;
    max-width: 190px;
    margin: 0 122px 0 auto;
}

.header-service__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    margin: 0;
}

.header-service-block__inner-wrapper {
    margin: 55px 0 0 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 47px;
}

.service-centers-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-centers-list__center {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
}

.service-centers-list__city {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #222222;
    margin: 0;
}

.service-centers-list__phone {
    max-width: 135px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #222222;
    text-decoration: none;
    margin: 2px 0 0 0;
}

.service-centers-list__schedule {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    margin: 4px 0 0 0;
}

.service-centers-list__detail {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #00AFFF;
    text-decoration: none;
    margin: 12px 0 0 0;
}


.shop-info__text .icon-metro {
    display: inline;
    font-size: 11px;
    color: #ff0014;
}

/* Heaeder Cart */
.header-cart {
    position: relative;
    width: 738px;
    margin-top: 1px;
    padding: 0 30px 30px;
}

.header-cart-wr {
    position: static;
}

.header-cart-wr .dropdown-content {
    right: 0;
    left: auto;
    min-width: auto
}

.header-cart-wr.dropdown-cart .dropdown-content-cart {
    display: none;
    right: -10px;
    left: auto;
    min-width: auto;
    top: 53px;
    /* Осторожнее с параметром, иначе при наведении на иконку корзины не получится попасть на саму выпадашку */
    position: absolute;
    z-index: 14;
    background-color: #fff;
}

.header-cart-wr.dropdown-cart:hover .dropdown-content-cart {
    display: block;
}

.header-cart-wr.dropdown-cart:hover .dropdown-content-cart.is_empty {
    display: none;
}

.header-cart .cart-table-wr {
    overflow: auto;
    max-height: 324px;
    margin-right: -20px;
    padding-right: 20px;
}

.header-cart .cart-table .cart-table__photo {
    width: 150px;
    max-width: 150px;
    padding-left: 0;
}

.header-cart .cart-table .cart-table__title {
    font-size: 16px;
}

.header-cart .cart-table .cart-table__price {
    width: 150px;
    max-width: 150px;
    padding-right: 30px;
}

.header-cart .cart-table .cart-table__price .button {
    right: 0;
}

.header-cart .cart-table .cart-table__price .button-remove .icon {
    margin-right: 0;
    font-size: 16px;
    color: #b3b3b3;
}

.header-cart .cart-table .cart-table__price .button-remove:hover .icon {
    color: #7f7f7f;
}



.header-cart__total {
    display: flex;
    align-items: center;
    width: 224px;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
}

.header-cart__total .total {
    margin-left: 40px;
    font-size: 20px;
}

.header-cart-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-top: 1px solid #efefef;
}

.header-cart-footer .button {
    width: 224px;
}

.header-nav {
    position: relative;
    height: 60px;
    background-color: #222222;
}

.header-nav>.box {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    height: 100%;
}

.header-nav .box {
    padding: 0 10px;
}

.header-nav-dropdown {
    display: flex;
    align-items: center;
    height: 100%
}

.header-nav .icon-cross {
    display: none;
    width: 18px;
}

.header-nav .is-open .icon-cross {
    display: block;
}

.header-nav .is-open .icon-menu {
    display: none;
}

.header-nav__item {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    margin: 0 0 0 19px;
    letter-spacing: 0.02em;
}

.header-nav__item:nth-of-type(1) {
    margin: 0;
}

.header-nav__item:nth-of-type(3),
.header-nav__item:nth-of-type(4) {
    margin: 0 0 0 18px;
}

.header-nav__item:nth-of-type(5) {
    margin: 0 0 0 22px;
}

.header-nav__item:nth-of-type(6) {
    margin: 0 0 0 23px;
}

.header-nav-dropdown .header-nav__item:nth-of-type(1) {
    margin: 0 0 0 19px;
}

.header-nav-dropdown .header-nav__item:nth-of-type(2) {
    margin: 0 0 0 26px;
}

.header-nav-dropdown .header-nav__item:nth-of-type(3) {
    margin: 0 0 0 21px;
}

.header-nav-dropdown .header-nav__item:nth-of-type(4) {
    margin: 0 0 0 5px;
}

.header-nav__item--brands span {
    padding: 0 10px;
}

.header-nav__item span {
    padding: 0;
}

.header-nav__item.dropdown {
    cursor: default;
}

.header-nav__item .icon {
    flex-shrink: 0;
    margin-right: 9px;
    font-size: 32px
}

.header-nav__item:nth-of-type(3) .icon {
    margin-right: 3px;
}

.header-nav__item:nth-of-type(4) .icon {
    margin-right: 3px;
}

.header-nav-dropdown .header-nav__item:nth-of-type(1) .icon {
    margin-right: 6px;
}

.header-nav__item:not(.link).header-nav__item_hamburger {
    width: 48px;
    height: 36px;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('/local/templates/doctorhead/images/menu-border-dotted.svg'), url('/local/templates/doctorhead/images/menu-border-dotted.svg');
    background-repeat: repeat-y, repeat-y;
    background-position: left, right;
}

.header-nav__item_hamburger .icon {
    margin-right: 0;
    font-size: 24px;
}

.header-nav__item_hamburger .icon-cross {
    font-size: 22px;
}

.header-nav__item_more {
    display: none
}

.header-nav__item:hover {
    color: #5CCCFF;
}

.header-nav__item:not(.link) {
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.1);
}

.header-nav__item .dropdown-value {
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    white-space: nowrap
}

.header-nav__item .dropdown-value:hover {
    color: #5CCCFF;
}

.header-nav__item .dropdown-value,
.header-nav-dropdown .header-nav__item {
    font-size: 14px;
    font-weight: normal;
}

.header-nav__item .dropdown-content {
    right: 0;
    left: 0;
    min-width: calc(100% - 30px);
}

.header-advantages {
    display: flex;
    width: 101.5%;
    margin: 0 0 0 -5px;
    align-items: center
}

.header-advantages__item {
    width: calc(100% / 3 - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    margin: 8px 0 4px 0;
    font-size: 18px;
    border-right: 1px solid #c4c4c4;
    /* border-right: 1px solid var(--base-color-grey-border) */
}

.header-advantages__item .link:hover {
    color: var(--base-color-blue);
}

.header-advantages__item:first-child {
    border-left: 1px solid #c4c4c4;
    /* border-left: 1px solid var(--base-color-grey-border); */
}

.header-advantages__item:nth-child(2) {
    width: calc(100% / 3 + 10px);
}

.header-main {
    position: relative;
}

.header-main__trigger {
    position: relative;
    font-size: 20px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-main__content {
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    display: flex;
    flex-direction: column;
    background: #fff;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.header-main-headline {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 0 15px;
    border-bottom: 1px solid #f1f1f1;
}

.header-main-headline .header-main__trigger {
    flex-shrink: 0;
    margin-right: 0;
    font-size: 22px;
    color: #222222;
}

.header-main-headline-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-main-headline-nav__item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

.header-main-headline-nav__item .col {
    top: -6px;
    left: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding-bottom: 1px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background-color: #e0be85;
    background-color: var(--base-color-gold);
    border-radius: 50%;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
}

.header-main__title {
    margin-right: 10px;
    font-weight: 700;
    font-size: 28px;
}

.header-main-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 45px;
}

.header-pin__icon {
    width: 17px;
    height: 21px;
    margin: -7px 0 0 0;
}

.header-main-nav__item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 0 15px;
    font-size: 14px
}

.header-main-nav__item span {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header-main-nav__item .icon {
    flex-shrink: 0;
    margin-top: 3px;
    margin-left: 8px;
    font-size: 6px;
    color: #00AEFF;
    color: var(--base-color-blue);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header-main-login {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #222222;
    background-color: var(--base-color);
}

.header-main-login .link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 15px;
}

.header-main-login .link .user-photo {
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    border-radius: 50%;
}

.header-main-login .link .user-photo img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-main-login .link .user-name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header-main-login .link .icon {
    margin: 0 14px 0 5px;
    font-size: 24px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-main-login .link_logout {
    flex-shrink: 0;
    width: 50px;
    padding: 0 15px;
}

.header-main-login .link_logout .icon {
    margin: 0;
    font-size: 22px;
    color: #b3b3b3;
}

.header-main__link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #00AEFF;
    background: var(--base-color-blue);
}

.header-main-catalog {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
    height: auto;
    padding: 16px 15px 15px;
    margin: 23px 0 0 0;
}

.header-main-subcatalog {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    height: auto;
    padding: 20px 0;
    margin: 23px auto 0;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.header-main-subcatalog__item {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
}

.header-main-subcatalog__icon {
    width: 32px;
    height: 32px;
    fill: none;
}

.header-main-catalog__item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
}

.header-main-catalog__item_more {
    padding-right: 20px
}

.header-main-catalog__item .icon {
    font-size: 32px;
}

.header-main-catalog__item .icon-wr {
    width: 26px;
    margin-right: 25px;
}

.header-main-catalog__item.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.header-main-catalog__item.is-active .icon {
    color: #222222;
    color: var(--base-color);
}

.header-main-contacts {
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
    padding: 25px 15px;
    font-size: 14px;
    color: #FFFFFF;
}

.header-contacts__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-contacts__item span {
    margin-top: 10px;
    color: #888989;
    font-weight: normal;
    font-size: 14px;
}

.header-main-contacts .icon {
    flex-shrink: 0;
    font-size: 40px;
    color: #FFFFFF;
}

.header-main-contacts .link {
    padding: 0 8px;
    color: #222222;
    color: var(--base-color);
}

.header-main.is-open .header-main__content {
    opacity: 1;
    visibility: visible;
}

.header-mobile-cart {
    position: relative;
    padding-right: 9px;
}

.header-mobile-cart .col {
    top: -6px;
    left: 19px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background-color: #e0be85;
    background-color: var(--base-color-gold);
    border-radius: 50%;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
}

.header-mobile-cart .icon {
    font-size: 25px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -8px;
    margin-bottom: -10px;
}

.social-list__item {
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 50%
}

.social-list__item:hover {
    border-color: #d2d2d2;
}

.social-list__item .icon {
    font-size: 24px;
}

.footer {
    margin-top: auto;
    /* padding-top: 80px */
}

.footer-headline {
    background: #fff;
    border-bottom: 1px solid #e8e8e8
}

.footer-subscribe {
    display: flex;
    align-items: center;
    min-height: 84px;
    padding: 20px 0
}

.footer-subscribe-lucifer {
    position: absolute;
    z-index: -1;
}

.footer-subscribe__title {
    margin-right: auto;
    padding-right: 25px;
    font-weight: 700;
    font-size: 21px
}

.footer-subscribe-form {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.footer-subscribe__checkbox {
    flex-shrink: 0;
    width: 260px;
    margin-left: 35px
}

.footer-subscribe__field {
    flex-shrink: 0;
    position: relative;
    width: 220px
}

.footer-subscribe__field .field {
    height: 46px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px solid #e2e2e2;
    border-bottom: 1px solid var(--base-color-grey-border)
}

.footer-subscribe__field .field.js-validate-error-field {
    color: #222 !important;
    border-width: 0 0 1px 0 !important;
    border-color: #c46060 !important;
    border-color: var(--base-color-red) !important
}

.footer-subscribe__field .field.js-validate-error-field:focus~.field-label,
.footer-subscribe__field .field.js-validate-error-field.not-empty~.field-label {
    display: none;
}

.footer-subscribe__field .field:focus~.field-label,
.footer-subscribe__field .field.not-empty~.field-label {
    top: 0;
    font-size: 10px;
}

.footer-subscribe__field .field-label {
    top: 15px;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 0 5px;
    font-size: 14px;
    color: #c8c8c8;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: top, font-size;
    -o-transition-property: top, font-size;
    transition-property: top, font-size;
}

.footer-subscribe__field .js-validate-error-label {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 5px;
    font-size: 10px;
    color: #c46060 !important;
    color: var(--base-color-red) !important;
}

.footer-subscribe__button {
    flex-shrink: 0;
    width: 230px;
    height: 46px;
    margin-left: 35px;
    padding: 0 19px;
    letter-spacing: 0.5px;
    color: #000000;
}

.footer-subscribe__button .icon {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.footer-inner {
    padding: 77px 0 0;
    background-color: #222222
}

.footer-inner .box {
    display: flex;
    flex-wrap: wrap
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.footer-nav {
    display: grid;
    grid-template-columns: 185px 192px 172px 184px 135px 78px;
    grid-column-gap: 47px
}

.footer-nav-col {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.footer-nav-col a.link:hover,
.footer-nav-col a.link:hover {
    color: #5CCCFF;
}

/* .footer-nav-col:nth-of-type(1) {
     margin: 0 47px 0 0;
 }
 .footer-nav-col:nth-of-type(2) {
     margin: 0 43px 0 0;
 }
 .footer-nav-col:nth-of-type(3) {
     margin: 0 61px 0 0;
 }
 .footer-nav-col:nth-of-type(4) {
     margin: 0 23px 0 0;
 }
 .footer-nav-col:nth-of-type(6) {
     margin: 0 0 0 auto;
 } */

.footer-nav-sublink-wr {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-nav__link {
    margin-bottom: 29px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #C4C4C4;
}

.footer-nav__link:first-of-type {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    white-space: nowrap;
}

.footer-nav__sublink {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
    letter-spacing: 0.02em;
}

.footer-nav__sublink.link-selected {
    color: #5CCCFF;
}

.footer-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(240, 240, 240, 0.5);
    padding: 25px 0;
    margin-top: 5px;
}

.footer-info__item {
    font-size: 12px;
    color: #C4C4C4;
    line-height: 150%;
    display: flex;
    align-items: center;
    flex: 1;
}

.footer-info__item a {
    color: var(--base-color-blue);
    text-decoration: none;
}

.footer-info__item:first-child {

}

.footer-info__item:nth-of-type(2) {
    margin: 0;
    text-align: center;
    position: relative;
    padding-right: 40px;
}

.footer-info__item:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 85%;
    background-color: rgba(240, 240, 240, 0.5);
    margin: auto;
}

.footer-info__item:nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9%;
    width: 1px;
    height: 85%;
    background-color: rgba(240, 240, 240, 0.5);
    margin: auto;
}

.footer-info__item:last-child {
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}

.footer-info__item .footer-info__copyright h1 {
    font-size: 12px;
}

.footer-info_en .footer-info__item {
    font-size: 11px;
}

.footer-info_en .footer-info__item h1 {
    font-size: 11px;
}

.footer-info_en .footer-info__item:last-child {
    white-space: wrap;
    text-align: right;
}

.footer-info_en .footer-info__item:nth-of-type(2) {
    padding: 0 35px;
}

.footer-info_en .footer-info__item:nth-child(2):before {
    left: 0;
}

.footer-info_en .footer-info__item:first-child {
    padding-right: 30px;
}

.footer-owner {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.24px;
    color: #C4C4C4;
    border-radius: 10px;
    background-color: #363636;
    padding: 19px 15px 21px;
    margin: 18px auto 0;
}

.footer-logo {
    flex-shrink: 0;
    display: block;
}

.footer-cards {
    display: flex;
    align-items: center
}

.footer-cards img {
    flex-shrink: 0
}

.footer-cards img:not(:first-of-type) {
    margin-left: 10px;
}

.alert {
    display: grid;
    grid-template-columns: 1fr 20px;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    z-index: 12;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.alert-close {
    cursor: pointer;
    font-size: 16px;
    color: inherit;
    height: 20px;
    width: 20px;
    z-index: 10;
}

.alert p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.alert .marquee-text {
    animation: marquee-text 26s infinite linear;
    padding-left: 100%;
    white-space: nowrap;
}

.alert .marquee-text:hover {
    animation-play-state: paused;
}

@keyframes marquee-text {
    0%{
        transform: translate(0, 0);
    }
    
    100%{
        transform: translate(-120%, 0);
    }
}

.alert a {
    color: inherit
}

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

.alert_blue {
    color: #fff;
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
}

.alert_blue a {
    position: relative;
}

.custom-alert {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-alert-content {
    width: 400px;
    max-width: calc(100% - 30px);
    padding: 30px 40px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 17px 49px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 17px 49px 0px rgba(0, 0, 0, 0.24);
    -ms-transform: translate(-50%, -50%)
}

.custom-alert-content .page-section {
    padding: 20px 0;
}

.custom-alert-content .page-section__title {
    margin: 0;
}

.custom-alert-content .products-section-list {
    margin: 0 0 20px;
}

.custom-alert-content  .product-minicard {
    height: auto !important;
}

.custom-alert-content .product-minicard__description-title {
    white-space: wrap;
}

.custom-alert-content  .product-cart{
    justify-content: flex-start;
    gap: 10px;
}


.custom-alert__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.custom-alert__title:not(:empty) {
    margin-bottom: 14px;
}

.custom-alert__text {
    font-size: 16px;
    text-align: center;
}

.custom-alert__buttons {
    display: flex;
    margin-top: 30px
}

.custom-alert__buttons .button {
    flex: 1 auto
}

.custom-alert__buttons .button+.button {
    margin-left: 24px
}

.breadcrumbs+.page-title,
.breadcrumbs+.box .page-title {
    margin-top: -16px
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 30px 0
}

.breadcrumbs-list__item {
    margin-bottom: 5px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #b8b8b8;
    border-bottom: 1px solid transparent
}

.breadcrumbs-list__item.link {
    color: inherit;
    border-color: rgba(34, 34, 34, 0.11)
}

.breadcrumbs-list__item.link:hover {
    border-color: transparent;
}

.breadcrumbs-list__separator {
    margin: 0 5px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #b8b8b8;
    border-bottom: 1px solid transparent;
}

.product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
    margin-bottom: 0;
    padding: 46px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* overflow: hidden; */
    -webkit-transition: height .2s ease-in-out, margin-bottom .2s ease-in-out, padding .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: height .2s ease-in-out, margin-bottom .2s ease-in-out, padding .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -o-transition: height .2s ease-in-out, margin-bottom .2s ease-in-out, padding .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: height .2s ease-in-out, margin-bottom .2s ease-in-out, padding .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: height .2s ease-in-out, margin-bottom .2s ease-in-out, padding .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.product:hover {
    z-index: 1;
    height: 420px;
    padding: 46px 20px 40px;
    -webkit-box-shadow: 0px 3px 53px 0px rgba(82, 82, 82, 0.13);
    box-shadow: 0px 3px 53px 0px rgba(82, 82, 82, 0.13);
}

.product:hover .product-status {
    opacity: 1;
    visibility: visible;
    gap: 5px;
}

.product:hover .product-quick {
    opacity: .8;
    visibility: visible
}

.product:hover .product-quick:hover {
    opacity: 1;
}

.product-labels {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50px;
    top: 20px;
    left: 0;
    position: absolute;
    z-index: 13;
    padding: 0 0 0 20px;
}

/* .product-labels:has(.price-label-cont)  .product-label_sale,
.product-labels:has(.price-label-cont)  .product-label--green {
  display: none;
} */

.product-labels:has(.markdown) .product-label_sale {
    display: none;
}

.catalog-list .product-labels:hover,
.products-grid__item .product-labels:hover {
    width: 100%;
}

.product-labels .product-gift__content {
    cursor: pointer;
    text-align: center;
}

.product-labels .product-gift__content .icon {
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.product-labels .product-gift .html-title-content {
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: -20px;
    bottom: auto;
    left: 75px;
    right: auto;
    position: absolute;
    width: calc(100% - 75px);
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #222222;
    color: var(--base-color);
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: -10px 14px 31px 0px rgba(0, 0, 0, 0.2);
    transition: opacity .1s ease-in-out;
    transform: translate(0);
}

.product-labels .product-gift:hover .html-title-content {
    opacity: 1;
    visibility: visible;
}


.product-labels .product-gift .tooltip-window:before {
    display: none
}

.product-labels .product-gift .tooltip-window p {
    margin: 0;
}

.product-labels:has(.product-label_lowprice) .product-label_sale {
    /* display: none; */
};

.product-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 25px;
    padding-left: 3px;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.product-gift.tooltip {
    position: static;
}

.product-label .icon {
    font-size: 28px;
}

.product-label_new .icon {
    color: #e0be85;
    color: var(--base-color-gold);
}

.product-label_sale .icon {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.product-label_best .icon {
    color: #e67979;
}

.product-label.product-label_award {
    width: 50px;
    height: auto;
    justify-content: flex-start;
}

.product-label_award a,
.article-content .product-label_award a {
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #222222;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: initial;
    border: 0;
}

.product-label_award a,
.product-label_award a.winner {
    z-index: 2001;
}

.product-label_award a.winner {
    color: #00AFFF;
}

.product-label_award a svg {
    fill: #222222;
    stroke: #222222;
    pointer-events: none;
}

.product-label_award a.winner svg {
    fill: #00AFFF;
    stroke: #00AFFF;
}

.product-label_award a p {
    margin: 0;
    font-size: 10px;
    line-height: 100%;
}

/* Product labal Custom */
.product-custom-label {
    cursor: pointer;
}

.product-label.product-label-custom {
    width: 100%;
}

.product-label-custom .product-label__custom .icon-label{
    cursor: pointer;
}

.product-label__custom {
    width: inherit;
    height: 25px;
}

.product-label-custom .icon-label { 
    stroke: none;
}

.product-label__custom + .custom-label-descr {
    position: absolute;
    top: -20px;
    left: 75px;
    z-index: 2000;

    opacity: 0;
    visibility: hidden;

    width: calc(100% - 75px);

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    white-space: wrap;
    text-transform: none;

    color: #222222;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: -10px 14px 31px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 0;
}

.product-label__custom:hover + .custom-label-descr {
    opacity: 1;
    visibility: visible;
}

.custom-label-descr__bold {
    font-weight: 700;
}

.custom-label-descr__gradient {
    font-weight: 700;
    background: conic-gradient(from 180deg at 50% 50%, #ED4261 0deg, #425DED 65.21063804626465deg, #BFC9FF 133.4766447544098deg, #42A5ED 195.4675269126892deg, #C142ED 252.55643606185913deg, #EDD242 323.99999141693115deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-label-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-label-content__title {
    font-weight: 600;
    margin: 0
}

.product-label-content__descr {
    margin: 0
}


.bx-no-touch .product-label_award .html-title-content {
    text-transform: initial;
    white-space: initial;
    letter-spacing: normal;
}

.product-badge {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.product-badge .icon {
    margin-right: 9px;
    font-size: 18px;
    color: #fac661;
}

.product-info {
    flex-shrink: 0;
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 12;
    display: flex;
}

.product-info__item {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #b3b3b3
}

.product-info__item:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.index-mobile-blog {
    height: 0;
    opacity: 0;
    padding-bottom: 0;
    margin: 0;
}

.catalog-plug {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 400px 400px;
}

.catalog-plug__element {
    background-color: #f4f4f4;
}

.catalog-plug__element:first-child {
    grid-area: 1 / 1 / 2 / 2;
}

.catalog-plug__element:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.catalog-plug__element:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.catalog-plug__element:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
}

.catalog-plug__element:last-child {
    grid-area: 1 / 3 / 3 / 5;
}

.catalog-plug--reverse .catalog-plug__element:first-child {
    grid-area: 1 / 1 / 3 / 3;
}

.catalog-plug--reverse .catalog-plug__element:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
}

.catalog-plug--reverse .catalog-plug__element:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
}

.catalog-plug--reverse .catalog-plug__element:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
}

.catalog-plug--reverse .catalog-plug__element:last-child {
    grid-area: 2 / 4 / 3 / 5;
}

/* Modal form */

.modal_form .field-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out, font-size 0.2s ease-in-out;
    color: #C4C4C4;
}

.modal_form .field-wr .field-label_required:after {
    color: #ed4261;
    right: -10px;
    top: -2px;
    position: absolute;
}

.modal_form .field {
    height: auto;
    border: none;
    border-bottom: 1px solid var(--base-color-grey-border);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.modal-form .modal-form-row_full textarea.field {
    border: 1px solid var(--base-color-grey-border);
    height: 100% !important;
}

.modal_form .field::placeholder {
    color: transparent;
}

.modal-form .modal-form-row_full textarea.field::placeholder {
    color: var(--base-color-grey-border);
}

.modal_form .field:focus+.field-label,
.modal_form .field:not(:placeholder-shown)+.field-label,
.modal_form .field:focus~.field-label,
.modal_form .field:not(:placeholder-shown)~.field-label {
    transform: translateY(-14px);
    font-size: 12px;
}

.modal_form .js-order-phone:focus::placeholder,
.modal_form #url_field:focus::placeholder,
.modal_form .field[type="phone"]:focus::placeholder {
    color: #e2e2e2;
}

.modal_form .field-wr .field.js-validate-error-field {
    border: none !important;
    border-bottom: 1px solid #ed4261 !important;
    color: #ed4261 !important;
}

.modal_form .field-wr .field.js-validate-error-field~.field-label {
    transform: translateY(-14px);
    font-size: 12px;
    color: #ed4261;
}

.modal_form .field-wr .js-validate-error-label {
    top: -67%;
    left: auto;
    right: 0;
    color: #ed4261 !important;
    margin: 0 !important;
    font-size: 12px;
}

.modal_form .field-wr .field.js-validate-error-field:focus~.js-validate-error-label {
    color: transparent !important;
}

.modal_form .field-wr .field:-webkit-autofill,
.modal_form .field-wr .field:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.modal-form.cheaper-form textarea.field {
    border: 1px solid var(--base-color-grey-border);
    height: 73px !important;
    padding: 10px;
}

.modal-form .captcha-word-field {
    width: 172px;
}

.modal-form .captcha-img {
    margin: 0 0 25px 0;
}

/* Auth Form */
.modal-wr[data-modal="login"] .modal-social {
    padding-top: 0;
}

.modal-wr[data-modal="login"] .modal-form-row {
    margin-bottom: 40px;
}

.modal-wr[data-modal="register"] .modal-form-row {
    margin-bottom: 26px;
}

.modal-wr[data-modal="login"] .field-wr .field,
.modal-wr[data-modal="register"] .field-wr .field,
.modal-wr[data-modal="recovery"] .field-wr .field {
    height: auto;
    border: 0;
    border-bottom: 1px solid var(--base-color-grey-border);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}



.modal-wr[data-modal="login"] .field-wr .field-label,
.modal-wr[data-modal="register"] .field-wr .field-label,
.modal-wr[data-modal="recovery"] .field-wr .field-label,
.modal-wr[data-modal="requestAnalog"] .field-wr .field-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    transition: transform .2s ease-in-out, font-size .2s ease-in-out;
    color: #c4c4c4;
}



.modal-wr[data-modal="login"] .field:focus+.field-label,
.modal-wr[data-modal="login"] .field:not(:placeholder-shown)+.field-label,
.modal-wr[data-modal="register"] .field:focus~.field-label,
.modal-wr[data-modal="register"] .field:not(:placeholder-shown)~.field-label,
.modal-wr[data-modal="recovery"] .field:focus+.field-label,
.modal-wr[data-modal="recovery"] .field:not(:placeholder-shown)+.field-label,
.modal-wr[data-modal="requestAnalog"] .field:focus~.field-label,
.modal-wr[data-modal="requestAnalog"] .field:not(:placeholder-shown)~.field-label {
    transform: translateY(-14px);
    font-size: 12px;
}

.modal-wr[data-modal="error-report"] .field:focus~.field-label,
.modal-wr[data-modal="error-report"] .field:not(:placeholder-shown)~.field-label {
    transform: translateY(0);
    font-size: 12px;
    opacity: 1;
}

.modal-wr[data-modal="error-report"] .modal-form-row .field-wr {
    padding: 14px 0 0;
}

.modal-wr[data-modal="login"] .field-wr .field.js-validate-error-field,
.modal-wr[data-modal="register"] .field-wr .field.js-validate-error-field,
.modal-wr[data-modal="recovery"] .field-wr .field.js-validate-error-field {
    border: none !important;
    border-bottom: 1px solid #ed4261 !important;
}

.modal-wr[data-modal="login"] .field-wr .field.js-validate-error-field~.field-label,
.modal-wr[data-modal="recovery"] .field-wr .field.js-validate-error-field~.field-label {
    transform: translateY(-14px);
    font-size: 12px;
    color: #ed4261;
}

.modal-wr[data-modal="register"] .field-wr .field.js-validate-error-field~.field-label {
    transform: translateY(-9px);
    font-size: 12px;
    color: #ed4261;
}


.modal-wr[data-modal="login"] .field-wr .js-validate-error-label,
.modal-wr[data-modal="register"] .field-wr .js-validate-error-label,
.modal-wr[data-modal="recovery"] .field-wr .js-validate-error-label {
    color: #ed4261 !important;
    top: -67%;
    left: auto;
    right: 0;
    color: #ed4261 !important;
    margin: 0 !important;
    font-size: 12px;
}

.modal-wr[data-modal="login"] .field-wr .field:-webkit-autofill,
.modal-wr[data-modal="register"] .field-wr .field:-webkit-autofill,
.modal-wr[data-modal="recovery"] .field-wr .field:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.modal-wr[data-modal="login"] .field-wr .field-button,
.modal-wr[data-modal="register"] .field-wr .field-button {
    bottom: 6px;
}

.modal-content.modal-auth .field-wr .field-button {
    bottom: 33px;
}

.modal-wr[data-modal="login"] .button_primary,
.modal-wr[data-modal="register"] .button_primary {
    height: 40px;
}

.modal-wr[data-modal="login"] .field::placeholder,
.modal-wr[data-modal="register"] .field::placeholder,
.modal-wr[data-modal="recovery"] .field::placeholder {
    color: transparent;
}

.modal-wr[data-modal="register"] .field[name="USER_EMAIL"]:focus::placeholder {
    color: #e2e2e2;
}

.product-info__item.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.product-info__item.is-active .icon {
    fill: currentColor;
}

.product-info__item:not(:first-child) {
    margin-left: 10px;
}

.bx-no-touch .product-info__item[data-title]:after {
    opacity: 0;
    visibility: hidden;
    content: attr(data-title);
    top: calc(100% + 7px);
    right: -6px;
    position: absolute;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    color: #222222;
    color: var(--base-color);
    background: #fff;
    border: 1px solid #00AEFF;
    border: 1px solid var(--base-color-blue);
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.bx-no-touch .product-info__item[data-title]:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    top: calc(100% + -4px);
    right: calc(50% - 7px);
    position: absolute;
    border: 7px solid transparent;
    border-bottom-color: #00AEFF;
    border-bottom-color: var(--base-color-blue);
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.bx-no-touch .product-info__item[data-title]:hover:before,
.bx-no-touch .product-info__item[data-title]:hover:after {
    opacity: 1;
    visibility: visible;
}

.product-bonus {
    flex-shrink: 0;
    top: 44px;
    right: 20px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}

.product-bonus .icon, .product-bonuses .icon {
    margin-right: 5px;
    font-size: 17px;
    color: #00acec;
}

.product-bonuses .icon {
    top: -1px;
    position: relative;
}

.product-image {
    overflow: hidden;
    flex: 1 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.product-image img,
.product-img__img {
    max-width: none;
    max-width: 200px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-color {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-color .more {
    cursor: pointer;
    margin: 0 6px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #dedede;
    border-radius: 100px
}

.product-selector {
    display: flex;
    align-items: center;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-selector label {
    flex-shrink: 0;
    padding-right: 20px;
    font-size: 14px
}

.product-selector .select {
    max-width: 200px;
}

.product-selector .select .ss-single-selected {
    height: 28px
}

.product-selector .select .ss-single-selected .placeholder {
    line-height: 26px
}

.product-selector .select .ss-single-selected .ss-arrow span {
    width: 6px;
    height: 12px;
}

.product-selector .select .ss-content .ss-list .ss-option {
    padding: 5px 16px
}

.product-descr {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.product-descr__link {
    text-decoration: none;
    color: var(--base-color);
}

.product-descr__link br {
    display: none;
}

.product-title {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    height: 2.4em;
    font-weight: 600;
    font-size: 16px
}

.product-descr__link:hover .product-title,
.product-title.link:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.product-cart {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 48px;
}

.product-cart .button {
    flex-shrink: 0;
    margin-top: 3px;
}

.product-cart .button_base,
.product-cart .button_dropdown {
    min-width: 100px;
    padding: 0 10px;
}

.product-cart .button_base {
    letter-spacing: .5px;
}

.product-cart .button_base .icon {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.product-cart .button_base:hover .icon {
    color: #fff;
}

.product-cart .button_base.is-active .icon {
    margin-right: 7px;
    font-size: 11px;
    color: #fff;
}

.product-cart .minicard-buy-btn .icon-cart {
    display: none;
}

.product-cart .button_base--constructor .icon-constructor {
    display: none;
}

.product-cart .button_base--constructor {
    color: var(--base-color);
    background-color: #ffffff;
}

.product-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.product-price .old {
    display: flex;
    /* align-items: center; */
    margin-top: 9px;
    font-weight: 400;
}

.product-price .val {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
    color: #989898;
}

.product-price .sale {
    flex-shrink: 0;
    margin-left: 5px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
    background-color: #ED4261;
    border-radius: 3px;
}

.product-archive {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    color: #989898
}

.product-status {
    opacity: 0;
    visibility: hidden;
    right: 20px;
    bottom: 13px;
    left: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 14px;
    -webkit-transition: .1s ease-in-out .2s;
    -o-transition: .1s ease-in-out .2s;
    transition: .1s ease-in-out .2s;
    -webkit-transition-property: opacity, hidden;
    -o-transition-property: opacity, hidden;
    transition-property: opacity, hidden
}

.product-status .icon {
    margin-right: 8px;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.product-status .icon-gift {
    font-size: 20px;
}

.product-rating {
    display: none;
    align-items: center;
    font-size: 16px;
}

.product-rating .rating {
    margin-right: 7px;
}

.product-category {
    font-size: 14px;
    max-height: 2.4em;
    overflow: hidden;
    margin-bottom: 2px;
    display: block;
}

.product-text {
    display: none;
    font-size: 14px;
    line-height: 1.714;
    color: #989898;
}

.product-text p {
    margin: 0;
}

.product-quick {
    opacity: 0;
    visibility: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    top: 188px;
    position: absolute;
    z-index: 10;
    width: auto;
    height: 35px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, hidden;
    -o-transition-property: opacity, hidden;
    transition-property: opacity, hidden
}

.product-quick .icon {
    margin-right: 8px;
    font-size: 10px;
    color: #b2b2b2;
}

.products-grid {
    display: flex;
    flex-direction: column;
    /* padding-bottom: 45px; */
}

.compare .products-grid {
    padding-bottom: 0;
}

.products-grid .pagination {
    width: 100%
}

.products-grid+.pagination {
    margin-top: -45px;
}

.products-grid__group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px
}

.products-grid__group_full {
    overflow: hidden;
    flex-direction: column;
    max-height: 936px;
    margin: -53px -60.5px;
    padding: 53px
}

.products-grid__item {
    width: calc(25% - 15px);
    margin: 0 7.5px 15px
}

/* .products-grid__item:nth-child(5) {
    display: none;
} */

.products-grid__item:hover {
    margin-bottom: -5px
}

.products-grid__item_big {
    width: calc(50% - 15px);
    height: 815px;
    padding: 45px 30px 20px
}

.products-grid__item_big .product-image img,
.products-grid__item_big .product-img__img {
    max-width: none;
}

.products-grid__item_big:hover {
    height: 835px;
    padding: 45px 30px 40px
}

.products-grid__item_big .product-labels {
    left: 0;
}

.products-grid__item_big .product-info,
.products-grid__item_big .product-bonus {
    right: 30px;
}

.products-grid__item_big .product-title {
    font-size: 24px;
}

.products-grid__item_big .product-cart {
    height: auto;
}

.products-grid__item_big .product-price {
    font-size: 24px;
}

.products-grid__item_big .product-status {
    right: 30px;
    left: 30px;
}

.products-grid__item_big .product-quick {
    top: 595px
}

.index-news-section .page-section-headline .link_main,
.index-popular-section .page-section-headline .link_main {
    display: none;
}

.product {}

.commerce-block .box {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 360px;
    padding: 0 66px
}

.commerce-block__item {
    display: flex;
    flex-direction: column;
    height: auto;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

.commerce-block__item_pseudohero {
    background-size: auto 100%;
    background-position: 50% 50%;
}

.commerce-block-content {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-width: 440px;
    max-width: 700px;
    padding: 40px 40px 40px 0
}

.commerce-block__title {
    font-weight: 700;
    font-size: 44px;
    word-break: break-word
}

.commerce-block__image {
    flex: 1 auto;
    margin: 20px 0;
    text-align: center;
}

.commerce-block__text {
    opacity: .6;
    max-width: 500px;
    margin-top: 15px;
    font-size: 24px;
    line-height: 1.5
}

.commerce-block__price {
    flex-shrink: 0;
    margin: 10px 0;
    font-size: 24px;
    line-height: 1.5;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.commerce-block__price .button {
    min-width: 120px;
    height: 40px;
    padding: 0 24px;
    line-height: 1.2;
    color: #fff
}

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

.commerce-block-price .commerce-block__title {
    flex-grow: 0;
    font-size: 100px;
    line-height: 1;
    word-break: break-word
}

.commerce-block-price .commerce-block__title:not(:empty) {
    margin-right: 33px;
    margin-left: -3px;
}

.commerce-block_carousel {
    width: 100%;
}

.commerce-block_carousel .box {
    align-items: stretch;
    padding: 20px 95px 40px;
    padding: 0 95px
}

.commerce-block_carousel .commerce-block__item {
    padding: 0
}

.commerce-block_carousel .commerce-block__item.align-left .commerce-block-content {
    order: 1;
    padding-right: 0;
    padding-left: 60px
}

.commerce-block_carousel .commerce-block-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    min-width: auto;
    max-width: none;
    width: 560px;
    padding: 20px 60px 40px 0
}

.commerce-block_carousel .commerce-block__title {}

.commerce-block_carousel .commerce-block__image {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.commerce-block.swiper-container-horizontal>.swiper-pagination-bullets {
    z-index: 1;
    bottom: 16px;
}

.commerce-block.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.hero-carousel.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: none;
    opacity: .9;
    margin: 0 3px;
    background: #dedede;
}

.commerce-block.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.hero-carousel.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #e0be85;
    background: var(--base-color-gold);
}

.commerce-block .swiper-button-prev,
.commerce-block .swiper-button-next {
    outline: none;
    z-index: 1;
    width: 20px;
    height: 38px;
    margin-top: -25px;
    font-size: 38px;
    color: #fff;
    background: none
}

.commerce-block .swiper-button-prev .icon,
.commerce-block .swiper-button-next .icon {
    pointer-events: none;
}

.commerce-block .swiper-button-prev:hover,
.commerce-block .swiper-button-next:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.commerce-block .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -585px
}

.commerce-block .swiper-button-next {
    left: auto;
    right: 50%;
    margin-right: -585px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.news {
    display: flex;
    padding: 20px;
    background-color: #fff
}

.news-col {
    width: 364px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-col_wide {
    width: calc(100% - 364px - 47px);
    margin-left: 47px;
    padding-left: 28px;
    border-left: 1px solid #e2e2e2;
    border-left: 1px solid var(--base-color-grey-border)
}

.news-col_wide .news-col__title {
    margin-left: 20px
}

.news-col__title {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.news-col__title .val {
    margin-right: 11px;
    padding: 0 1px 1px 0;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #e2e2e2;
    border-bottom: 1px solid var(--base-color-grey-border);
}

.news-col__title .col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #e0be85;
    background: var(--base-color-gold);
    border-radius: 50%;
}

.news-col__title.link:hover .val {
    border-color: transparent;
}

.news .news-subscribe {
    justify-content: flex-end;
    width: 100%;
    margin-left: 20px;
    padding-top: 14px;
    border-top: 1px solid #e2e2e2;
    border-top: 1px solid var(--base-color-grey-border)
}

.news-carousel {
    margin-top: 20px;
}

.news-carousel__item {
    width: 160px;
    /* padding-bottom: 5px */
}

/* .news-carousel__image {
    padding-top: 75px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
} */

/* .news-carousel__new-blog-mobile .news-carousel__image {
    padding-top: 120px;
} */

.news-carousel__title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
}

.news-carousel__date {
    margin-top: 5px;
    font-size: 12px;
    color: #6c6c6c;
}

/* .news-product-carousel__item {
    width: 160px
} */

.news-product-carousel .product {
    z-index: unset;
    height: 270px;
    padding: 0
}

.news-product-carousel .product:hover {
    z-index: unset;
    height: 270px;
    padding: 0;
}

.news-product-carousel .product-labels {
    top: 1px;
    left: 1px;
    width: 100%;
}

.news-product-carousel .product-label {
    width: 100%;
    height: 18px;
    font-size: 8px;
    letter-spacing: 2px;
    color: transparent;
}

.news-product-carousel .product-label+.product-label {
    margin-top: 4px;
}

.news-product-carousel .product-label .icon {
    font-size: 18px;
}

.news-product-carousel .product-bonus {
    top: 1px;
    right: 1px;
}

.news-product-carousel .product-bonus .icon {
    font-size: 15px;
}

.news-product-carousel .product-info {
    top: 0;
    right: 0;
}

.news-product-carousel .product-image {
    margin: 20px 0 10px;
}

.news-product-carousel .product-color {
    right: 0;
    bottom: 100px;
    left: 0;
    position: absolute;
    margin: 0;
}

.news-product-carousel .product-color .color__box {
    width: 14px;
    height: 14px;
    margin: 5px 5px
}

.news-product-carousel .product-color .color__box-svg {
    width: 16px;
    height: 16px;
}

.news-product-carousel .product-color .color__box:before {
    width: 20px;
    height: 20px;
}

.news-product-carousel .product-descr {
    display: block;
    margin-bottom: 0;
}

.news-product-carousel .product-title {
    margin-bottom: 5px;
    font-size: 14px;
}

.news-product-carousel .product-cart {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 35px
}

.news-product-carousel .product-cart>.button {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 12;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 35px;
    min-width: auto;
    margin-top: auto;
    font-size: 0;
    text-indent: 1000px;
}

.news-product-carousel .product-cart>.button .icon {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-product-carousel .product-cart>.button_base.is-active .icon {
    font-size: 13px;
}

.news-product-carousel .product-price {
    width: 100%;
    padding-right: 15px;
    font-size: 15px;
}

.news-product-carousel .product-price .old {
    display: block;
    margin-right: -15px;
}

.news-product-carousel .product-price .val {
    display: block;
}

.news-product-carousel .product-price .sale {
    display: none;
    margin-left: 0;
    padding: 0 3px;
}

.news-product-carousel .product-badge {
    width: 100%;
    height: 35px;
    margin-top: auto;
}

.news-product-carousel .product-nav {
    display: none !important;
    top: 1px;
    right: 1px;
    position: absolute;
}

.news-product-carousel .product-nav__button {
    width: auto !important;
    margin: -5px !important;
    padding: 5px;
    font-size: 12px;
    color: #999;
}

.news-product-carousel .product-nav-list {
    display: none;
    opacity: 0;
    top: 100%;
    position: absolute;
    left: auto !important;
    right: 0 !important;
    z-index: 12;
    width: 110px;
    margin-top: 4px;
    padding: 6px 0;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.news-product-carousel .product-nav-list__item {
    cursor: pointer;
    padding: 6px 12px;
    font-size: 12px
}

.news-product-carousel .product-nav-list__item.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.news-product-carousel .product-nav.is-open .product-nav-list {
    display: block;
    opacity: 1;
}

.news .article-list.article-list_big .article-list__item:nth-child(n+9) {
    display: none;
}

.modal-wr {
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
    z-index: 1001;
    align-items: center;
    justify-content: center;
    background: rgba(67, 107, 129, 0.7);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.modal-wr.is-open {
    opacity: 1;
    display: flex;
}

.modal {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 430px;
    max-height: calc(100vh - 40px);
    padding: 40px 44px 40px 64px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 17px 49px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 17px 49px 0px rgba(0, 0, 0, 0.24)
}

.modal.is-hidden {
    z-index: 1
}

.modal-wr[data-modal="login"] .modal,
.modal-wr[data-modal="register"] .modal,
.modal-wr[data-modal="recovery"] .modal {
    padding: 40px;
}

.modal-wr[data-modal="login"] .modal .modal-content.auth-combo,
.modal-wr[data-modal="recovery"] .modal .modal-content.auth-combo {
    flex-direction: column;
    overflow: inherit;
}

.modal-wr[data-modal="register"] .modal .modal-content.auth-combo {
    overflow: inherit;
}

.modal.is-hidden:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    background: rgba(67, 107, 129, .7);
}

.modal:not(.modal_quick) .simplebar-content {
    padding-right: 20px !important
}

.modal:not(.modal_quick) .modal-title {
    padding-right: 20px;
}

.modal_full {
    width: 100%;
    max-width: 1170px
}

.modal_wide {
    width: 660px;
    padding: 45px 45px 50px 65px;
}

.modal_wide .modal-footer {
    display: flex;
    padding-top: 30px
}

.modal_wide .modal-footer .button {
    width: 210px;
    height: 40px;
    padding: 0 10px
}

.modal_wide .modal-footer .button:not(:first-child) {
    margin-left: 15px
}

.modal_wide .modal-footer .button.field_file .icon {
    margin-right: 8px;
    font-size: 13px;
    color: #a3a3a3;
}

.modal_wide .modal-footer .button.field_file span {
    padding: 0;
    font-size: 12px;
    line-height: 1;
    border: none;
}

.modal.modal_quick,
.modal.modal_pickup {
    width: 100%;
    max-width: 1170px;
    padding: 0;
}

.modal_pickup .modal-title {
    margin-right: -20px;
}

.modal_form {
    width: 900px;
    padding: 50px 45px 36px 65px;
    max-width: calc(100% - 40px)
}

.modal_popd {
    z-index: 2;
    width: 900px;
    max-width: calc(100% - 40px)
}

.modal_zoom {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    padding: 0;
}

.modal_zoom .zoom-image {
    height: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.modal_app .modal-title {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 48px 10px 15px !important;
    border-bottom: 1px solid #efefef
}

.modal-close {
    cursor: pointer;
    top: 15px;
    right: 15px;
    position: absolute;
    z-index: 1;
    font-size: 19px;
    color: #b3b3b3
}

.modal-close:hover {
    color: #7f7f7f;
}

.modal .back-link {
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 14px;
    font-size: 12px;
    color: #cbcbcb;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.modal-title {
    flex-shrink: 0;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 30px
}

.modal-text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5
}

.modal-text p {
    margin: 0 0 20px;
}

.modal-inner {
    overflow: auto;
    height: 100%;
    margin-top: 10px;
}

.modal-inner .localization {
    width: auto;
    margin-top: 0;
    padding: 0 15px;
    background: none;
}

.modal-inner .localization-search {
    margin-top: 10px;
}

.modal-inner .localization-search .search-block__field {
    height: 40px;
    font-size: 14px;
}

.modal-inner .localization-list__item {
    width: 100%;
    margin-bottom: 15px
}

.modal-inner .localization-list__item:nth-child(2n + 2) {
    margin-left: 0;
}

.modal-inner .modal-catalog-carousel {
    margin-bottom: 20px;
    padding: 0 15px;
}

.modal-inner .modal-catalog-carousel__item {
    width: 130px;
    text-align: center
}

.modal-inner .modal-catalog-carousel__item.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.modal-inner .modal-catalog-carousel__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.modal-inner .modal-catalog-carousel__image img {
    max-height: 100%;
}

.modal-inner .modal-catalog-carousel__title {
    margin-top: 10px;
    font-size: 14px
}

.modal-inner .modal-catalog-carousel__title.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.modal-inner .header-main-catalog {
    height: auto;
    gap: 10px;
}

.modal-inner .header-main-catalog__item {
    height: 45px;
}

.modal-inner .header-main-catalog__item_more {
    padding-right: 15px;
}

.modal-inner .header-main-catalog__item .icon-wr {
    width: 22px;
    margin-right: 13px;
}

.modal-inner .header-main-catalog__item .icon-wr .icon {
    font-size: 22px;
}

.modal-content {
    overflow: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.modal-content.modal-auth {
    overflow: inherit;
}

.modal-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 65px);
}

.modal-gallery img {
    max-height: 100%;
}

.modal-form {
    margin-top: 14px;
    padding-right: 1px;
    /* border-bottom: 1px solid #e2e2e2;
         border-bottom: 1px solid var(--base-color-grey-border); */
}

.modal-form_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.modal-form_col .modal-form-row {
    flex-shrink: 0;
    width: 100%;
}

.modal-form:last-child {
    border: none;
}

.modal-form:last-child .modal-form-row:last-child {
    margin-bottom: 16px;
}

.modal-form-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 26px;
}

.modal-form-row .field-wr,
.modal-form-row .check-list {
    width: 100%;
}

.modal-form-row .check {
    width: 100%;
    margin-top: -2px
}

.modal-form-row .check:not(:first-child) {
    margin-top: 15px;
}

.modal-form-row .check .link {
    margin-left: 0;
    font-size: 14px;
}

.modal-form-row .link {
    margin-left: 30px;
    font-size: 16px
}

.modal-form-row .button {
    flex: 1 auto
}

/* .modal-form-row .button + .button {
                     margin-left: 20px;
                 } */
.modal-form-row_add .field-label {
    margin-bottom: 0;
}

.modal-form-row_add .check-list .check:not(:first-child) {
    margin-top: 8px;
}

.modal-form-row_add .add-field-wr {
    margin-top: 15px;
}

.modal-form-col {
    flex-shrink: 0;
    width: 300px;
    margin-right: 30px;
    margin-bottom: 10px
}

.modal-form-col_full .modal-form-row_full {
    align-items: flex-start;
    height: calc(100% - 16px)
}

.modal-form-col_full .modal-form-row_full:not(:first-child) {
    height: calc(100% - 112px)
}

.modal-form-col_full .modal-form-row_full .field-wr {
    height: 100%
}

.modal-form-col_full .modal-form-row_full .field-wr textarea.field {
    height: calc(100% - 26px)
}

.modal-form-col+.modal-form-col {
    width: calc(100% - 330px);
    margin-right: 0
}

.modal-form__text {
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0 0;
}

.modal-social {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-bottom: 1px solid var(--base-color-grey-border);
}

.modal-social__title {
    margin-bottom: 16px;
    font-size: 16px;
}

.modal-social .social-list {
    justify-content: center;
}

.modal-social .social-list__item {
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

#ya-socserv-auth iframe, .yaPreloadingSuggestBlockContainer {
    height: 28px !important;
}

.modal-footer {
    flex-shrink: 0;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.modal-footer .separator {
    margin: 0 12px;
    font-size: 16px;
    color: #ccc;
}

.product-carousel {
    position: relative;
    padding-bottom: 32px
}

.product-carousel-wr {
    position: relative;
    margin: 0 -32px;
    padding: 0 32px
}

.product-carousel-wr .swiper-button-prev,
.product-carousel-wr .swiper-button-next {
    outline: none;
    z-index: 1;
    width: 16px;
    height: 30px;
    margin-top: -31px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.3);
    background: none
}

.product-carousel-wr .swiper-button-prev .icon,
.product-carousel-wr .swiper-button-next .icon {
    pointer-events: none;
}

.product-carousel-wr .swiper-button-prev:hover,
.product-carousel-wr .swiper-button-next:hover {
    color: rgba(0, 0, 0, 0.5);
}

.product-carousel-wr .swiper-button-prev {
    left: 0;
    right: auto;
}

.product-carousel-wr .swiper-button-next {
    left: auto;
    right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.product-carousel__item:hover {
    margin-bottom: -20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-carousel.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

.product-carousel.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: none;
    opacity: .9;
    margin: 0 3px;
    background: #dedede;
}

.product-carousel.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #e0be85;
    background: var(--base-color-gold);
}

.alert-product-carousel {
    display: none;
    text-align: left;
}

.has-carousel .alert-product-carousel {
    display: block;
}

.product-carousel-stub {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.product-carousel-item-stub {
    margin-right: 16px;
    height: 400px;
    background-color: #f4f4f4;
    width: calc(100% - 48px);
}

.product-carousel-item-stub:last-child {
    margin-right: 0;
}

.category-carousel {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.category-carousel__item {
    height: 435px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.category-carousel__item .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.category-carousel__text {
    font-weight: 700;
    font-size: 80px;
    color: #fff;
}

.category-carousel.swiper-container-horizontal>.swiper-pagination-bullets {
    z-index: 1;
    bottom: 20px;
}

.category-carousel.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: none;
    opacity: .9;
    margin: 0 3px;
    background: #dedede;
}

.category-carousel.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #e0be85;
    background: var(--base-color-gold);
}

.category-carousel .swiper-button-prev,
.category-carousel .swiper-button-next {
    outline: none;
    z-index: 1;
    width: 20px;
    height: 38px;
    margin-top: -55px;
    font-size: 38px;
    color: #fff;
    background: none;
}

.category-carousel .swiper-button-prev .icon,
.category-carousel .swiper-button-next .icon {
    pointer-events: none;
}

.category-carousel .swiper-button-prev:hover,
.category-carousel .swiper-button-next:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.category-carousel .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -585px;
}

.category-carousel .swiper-button-next {
    left: auto;
    right: 50%;
    margin-right: -585px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* Catalog Categories */

.catalog-categories {
    padding: 0;
}



.catalog-categories .box {
    padding: 0 6px;
}

.catalog-categories__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color:  #222;
    margin: 0;
}

.catalog-categories-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 20px;
    list-style: none;
    padding: 20px 0;
    margin: 38px auto 0;
}

.catalog-categories-list__link {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px;
    gap: 20px;
    border: 1px solid #F0F0F0;
}

.catalog-categories-list__link:hover,
.catalog-categories-list__link:focus {
    border-color: #00AEFF;
}

.catalog-categories-list__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    max-height: 88px;
}


.catalog-categories-list__title {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color:  #222222;
    margin: 0;
}

.catalog-categories-list__image {
    width: 100%;
    max-width: 120px;
    height: auto;
    min-height: 120px;
}

.catalog-categories-list__product-count {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    color: var(--base-color-grey);
    margin: 20px 0 0;
}


.catalog {
    margin-bottom: -10px;
}

.catalog .box {
    display: flex;
    flex-wrap: wrap
}

.catalog-item {
    display: flex;
    align-items: center;
    width: calc((100% - 45px) / 3);
    margin: 0 0 15px 15px;
    padding: 15px 20px 15px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.catalog-item:nth-child(3n + 1) {
    margin-left: 0
}

.catalog-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin-bottom: 0
}

.catalog-item__image img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-item__text {
    padding-left: 10px;
    font-weight: 700;
    font-size: 17px;
    width: 60%;
    text-align: center
}

.catalog-item__text .val {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    color: var(--base-color-grey);
}

.catalog-item:hover {
    -webkit-box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.06)
}

.catalog-list {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.catalog-list-view {
    display: flex;
    margin-left: 13px
}

.catalog-list-view__item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 15px;
    color: #9b9b9b;
    border-radius: 3px
}

.catalog-list-view__item:hover {
    color: #838383;
}

.catalog-list-view__item.is-active {
    color: #00AEFF;
    color: var(--base-color-blue);
    background-color: #fff;
}

.catalog-list__item {
    width: calc(100% / 3 - 15.1px);
    margin-left: 15px;
    margin-bottom: 15px
}

.catalog-list__item:hover {
    margin-bottom: -5px
}

.quick-view {
    display: flex;
}

.quick-view .simplebar-content-wrapper {
    height: 100% !important;
}

.quick-view .simplebar-content {
    height: 100% !important;
}

.quick-view-wrapper {
    flex-shrink: 0;
    display: flex;
    width: 100%;
    max-height: calc(100vh - 40px);
}

.quick-view-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.quick-view-inner .quick-view-preview-gallery-wr .quick-view-preview-gallery .quick-view-preview-gallery__item.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 500px;
}

.quick-view-inner .icon.icon-arrow {
    display: none !important;
}

.quick-view-inner .quick-view-preview-gallery-wr .quick-view-preview-gallery img {
    width: auto;
    max-height: 500px;
    max-width: 500px;
}

.quick-view-preview {
    position: relative;
    width: calc(100% - 460px);
    padding: 16px 50px;
}

.quick-view-preview .product-labels {
    top: 36px;
    left: 45px;
}

.quick-view-preview .product-gift {
    top: 36px;
    right: 50px;
    position: absolute;
    z-index: 10;
}

.quick-view-preview .product-gift__content {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}

.quick-view-preview .product-gift__content .icon {
    margin-bottom: 5px;
    font-size: 36px;
    color: #00AEFF;
    color: var(--base-color-blue)
}

.quick-view-preview .product-gift .tooltip-window {
    right: -30px;
    left: auto;
    width: 220px;
    margin-top: 10px;
    padding: 20px 25px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.quick-view-preview .product-gift .tooltip-window:before {
    margin-left: 30px;
}

.quick-view-preview__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 50px;
}

.quick-view-preview__button {
    height: 40px;
    padding: 0 28px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.quick-view-preview-nav {
    display: flex;
    align-items: center;
}

.quick-view-preview-nav__item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: inherit;
}

.quick-view-preview-nav__item:first-child .icon {
    margin: 0 8px 0 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.quick-view-preview-nav__item span {
    padding-bottom: 3px;
    border-bottom: 1px solid #e1e1e1;
}

.quick-view-preview-nav__item .icon {
    position: relative;
    top: -1px;
    margin: 0 0 0 8px;
    font-size: 10px;
    color: rgba(34, 34, 34, 0.3)
}

.quick-view-preview-nav__item:hover span {
    border-color: transparent;
}

.quick-view-preview-nav__item:hover .icon {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.quick-view-preview-nav__separator {
    margin: 0 8px;
    padding-bottom: 4px;
    font-weight: 700;
    font-size: 13px;
    color: #b2b2b2;
}

.quick-view-description {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 152px;
    grid-template-areas:
        "info info"
        "price price"
        "split split"
        "color color"
        "btns btns"
        "additinalInfo additinalInfo";
}

.quick-view-description>div {
    flex-shrink: 0;
}

.quick-view-title {
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 14px -3px;
}

.quick-view-rating {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.quick-view-rating .rating {
    margin-right: 10px;
}

.quick-view-add {
    display: flex;
    align-items: flex-end;
    margin-top: 18px
}

.quick-view-add+.quick-view-price {
    margin-top: 14px;
}

.quick-view-price .link[data-modal-trigger="cheaper"] {
    background-color: #F8A531;
    border-radius: 5px;
    color: #000;
    padding: 16px 17px;
    font-size: 16px;
    font-weight: bold;
}

.quick-view-add__item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #989898
}

.quick-view-add__item:not(:first-child) {
    margin-left: 24px;
}

.quick-view-add__item .icon {
    margin-right: 8px;
    font-size: 16px;
}

.quick-view-add__item .icon-compare {
    margin-right: 10px;
}

.quick-view-add__item:hover .icon,
.quick-view-add__item.is-active .icon {
    fill: #00AEFF;
    fill: var(--base-color-blue);
    stroke: #00AEFF;
    stroke: var(--base-color-blue);
}

.quick-view-selector {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.quick-view-selector label {
    padding-right: 20px;
    font-size: 14px;
}

.quick-view-color {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.quick-view-color__item {
    margin-right: 5px;
    margin-bottom: 5px;
}

.quick-view-color .color__field:checked+.color__box:before {
    width: 34px;
    height: 34px;
}

.quick-view-color .color__box {
    width: 22px;
    height: 22px;
    margin: 6px;
}

.quick-view-color .color__box-svg {
    width: 24px;
    height: 24px;
}

.quick-view-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 6px;
}

.quick-view-price .product-archive {
    text-align: left;
}

.quick-view-price .price,
.quick-view-price .product-price {
    flex-shrink: 0;
    margin-right: 20px;
    font-weight: 600;
    font-size: 34px;
}

.quick-view-price .price .old,
.quick-view-price .product-price .old {
    display: flex;
    align-items: center;
    margin-top: 2px;
    font-weight: 400;
}

.quick-view-price .price .val,
.quick-view-price .product-price .val {
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through;
    color: #989898;
}

.quick-view-price .price .sale,
.quick-view-price .product-price .sale {
    margin-left: 10px;
    padding: 0 11px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    background-color: #e0be85;
    background-color: var(--base-color-gold);
    border-radius: 5px;
}

.quick-view-price .link {
    font-size: 14px;
    color: #989898
}

.quick-view-price .link:hover {
    text-decoration: underline;
}

.quick-view-buttons {
    display: flex;
    margin: 16px -7px 0;
}

.quick-view-buttons .button {
    flex: 1 auto;
    width: 50%;
    height: 50px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
}

.quick-view-buttons .button .icon {
    margin-right: 10px;
    font-size: 22px;
}

.quick-view-buttons .button {
    margin: 0 7px;
}

.quick-view-buttons .button_subscribe {
    padding: 0;
}

.quick-view-buttons .button_subscribe span:not(.button_subscribe-icon) {
    padding: 0 20px;
}

.quick-view-buttons .button_subscribe .button_subscribe-icon {
    height: 48px;
    padding: 0 14px;
    font-size: 16px;
}

.quick-view-buttons .button_subscribe .icon {
    margin-right: 0;
}

.quick-view-bonuses {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 16px 0;
}

.quick-view-bonuses .link {
    margin-right: 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00AEFF;
    color: var(--base-color-blue)
}

.quick-view-bonuses .link:hover {
    text-decoration: underline;
}

.quick-view-bonuses-id {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
    margin: 0 0 8px 0;
}

.quick-view-bonuses-id .bonuses {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.quick-view-bonuses-id .bonuses-value {
    display: flex;
    align-items: flex-end;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.quick-view-bonuses-id .bonuses-value .icon {
    top: -2px;
    position: relative;
    margin-right: 4px;
    font-size: 18px;
    color: var(--base-color-blue);
}

.quick-view-bonuses-id .bonuses-label {
    margin-right: 11px;
    font-weight: 600;
    font-size: 14px;
}

.quick-view-info {
    margin-top: 16px;
    margin-bottom: 0;
}

.quick-view-info__row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 18px 0;
}

.quick-view-info__row .label {
    color: #989898;
}

.quick-view-info__row .value {
    font-weight: 600;
}

.quick-view-info__row .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 9px;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.quick-view-info__row .link {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.quick-view-info__row:not(:first-child) {
    margin-top: 5px;
}

.quick-view-shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    border-top: 1px solid #f0f0f0;
}

.quick-view-shipping .text {
    font-size: 14px;
    color: #989898;
}

.quick-view-shipping .timer {
    flex-shrink: 0;
    margin-left: 30px;
    font-size: 32px;
}

.quick-view-char {
    width: 100%;
    margin-bottom: 54px
}

.quick-view-char__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px
}

.quick-view-char__row {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 18px
}

.quick-view-char__row:not(:first-child) {
    margin-top: 15px;
}

.quick-view-char__row .label {
    position: relative;
    flex: 1 auto;
    padding-right: 16px;
}

.quick-view-char__row .label span {
    position: relative;
    padding-bottom: 1px;
    padding-right: 8px;
    background-color: #fff
}

.quick-view-char__row .label span:after {
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 1px solid #fff;
}

.quick-view-char__row .label:before {
    content: '';
    top: calc(100% - 5px);
    right: 8px;
    left: 0;
    position: absolute;
    border-bottom: 1px dashed #bebebe;
}

.quick-view-char__row .value {
    flex-shrink: 0;
    width: 130px
}

.quick-view-footer {
    margin: auto -60px 0 -50px;
    padding: 20px 60px 37px 50px;
    color: #fff;
    background-color: #3f3f3f;
}

.quick-view-footer-list {
    margin-top: 14px;
}

.quick-view-footer__row {
    display: flex;
    align-items: center;
    font-size: 14px
}

.quick-view-footer__row:not(:first-child) {
    margin-top: 15px;
}

.quick-view-footer__row .title {
    margin-right: auto;
    padding-right: 10px;
    font-weight: 700;
    font-size: 20px
}

.quick-view-footer__row .title-text {
    display: block;
    font-weight: 400;
    font-size: 18px
}

.quick-view-footer__row .title br {
    display: none;
}

.quick-view-footer__row .title .value {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.quick-view-footer__row .label {
    margin-right: auto;
}

.quick-view-footer__row .value_main {
    flex-shrink: 0;
    width: 121px;
    font-weight: 600;
    font-size: 44px;
    color: #00AEFF;
    color: var(--base-color-blue);
    text-align: right;
}

.quick-view-footer__row .val {
    width: 20px;
    text-align: right;
}

.quick-view-footer__row .rating {
    --rating-color: var(--base-color-blue);

    margin-right: 11px;
}

.quick-view-about {
    margin-top: 25px
}

.quick-view-about__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px
}

.quick-view-about-list__item {
    display: flex;
    align-items: flex-start;
    font-size: 14px
}

.quick-view-about-list__item:not(:first-child) {
    margin-top: 15px;
}

.quick-view-about-list__item .value {
    flex-shrink: 0;
    width: 100px;
    margin-left: auto;
    padding-left: 20px;
    text-align: right;
}

.quick-view-section .social-consultation-section {
    display: flex;
    flex-wrap: wrap;
}

.quick-view-section .social-consultation {
    margin: 10px 0;
}

.quick-view-section .social-consultation-item {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    align-items: center;
    text-decoration: none;
    margin: 0;
}

.quick-view-section .social-consultation_heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.quick-view-section .social-consultation .icon,
.quick-view-section .social-consultation img {
    height: 36px;
    width: 36px;
    margin-right: 10px;
}

.quick-view-section .social-consultation-item:nth-child(1),
.quick-view-section .social-consultation-item:nth-child(3) {
    width: 190px;
}

.quick-view-section .social-consultation-item:nth-child(3),
.quick-view-section .social-consultation-item:nth-child(4) {
    margin-top: 10px;
}

.quick-view-section .social-consultation_whatsapp:hover {
    text-decoration: underline;
    color: #00E50B;
}

.quick-view-section .social-consultation_telegram:hover {
    text-decoration: underline;
    color: #00AEFF;
}

.quick-view-section .social-consultation_telegram .icon {
    width: 33px;
}

.quick-view-section .quick-view-info__row {
    line-height: 29px;
}

h2.tabs-header__item, 
h2.quick-view-char__title {
    margin: 0;
}

h2.quick-view-char__title {
    margin-bottom: 20px;
}

.quick-view-color .color__field.active_color + .color__box:before {
    width: 34px;
    height: 34px;
}

.quick-view-info__row-text {
    line-height: inherit;
}

.quick-view-id, 
.quick-view-article {
    font-size: 14px;
}

.quick-view-article {
    overflow: hidden;
    white-space: nowrap;
}

.quick-view-info__divider {
    border-bottom: 1px solid #f0f0f0;
    margin: 17px 0;
}

.quick-view-price.black-friday-edition .link {
    color: #fffb00;
    font-size: 16px;
}

.quick-view-price.black-friday-edition .link:hover {
    text-decoration: none;
}

.product-main .quick-view-price .price .sale-percent .sale {
    color: #fff;
    font-size: 20px;
}

.quick-view-bonuses.align-justify {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.quick-view-bonuses.align-justify a {
    margin-right: 0;
}

.quick-view-category {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 8px;
}

.quick-view-inner .quick-view-category {
    margin-bottom: 0;
}



/* ? Quick View New ? */
.modal.modal_quick {
    overflow: visible;
}

.quick-view-columns {
    display: grid;
    grid-template-columns: auto 380px;
    gap: 20px;
    background-color: #FAFAFA;
    padding: 15px 30px;
}

.quick-view-left-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.quick-view-right-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* .modal-wr .quick-view-left-column .quick-view-preview-gallery-wr .swiper-container-thumbs {
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
} */

.quick-view-product .quick-view-product-gallery {
    max-width: 710px;
    max-height: 420px;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: flex-start;
    overflow: hidden;
    gap: 20px;
}

.quick-view-product .quick-view-preview-gallery { 
    background-color: #ffffff;
    border-radius: 8px;
}

.quick-view-product .quick-view-product-thumbs-gallery {
    flex-shrink: 0;
    width: 80px;
    height: 358px;
    overflow: hidden;
    margin: 36px 0 ;
}

.quick-view-product .quick-view-product-thumbs-gallery .quick-view-preview-carousel__item {
    max-height: 80px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px !important;
    overflow: hidden;
}

.quick-view-product .quick-view-product-thumbs-gallery .quick-view-preview-carousel__item.swiper-slide-thumb-active {
    border-color: #00afff;
}

.quick-view-product .quick-view-product-gallery .swiper-button-prev-1, 
.quick-view-product .quick-view-product-gallery .swiper-button-next-1 {
    cursor: pointer;
    outline: 0;
    z-index: 1;
    position: absolute;
    bottom: 21px;
    width: 80px;
    height: 25px;
    margin-top: 0;
    font-size: 25px;
    border-radius: 8px;
    background-color: #fff;
}

.quick-view-product .quick-view-product-gallery .swiper-button-prev-1 {
    top: 0;
    left: 0;
}

.quick-view-product .quick-view-product-gallery .swiper-button-next-1 {
    bottom: 0;
    left: 0;
}

.quick-view-product .quick-view-product-gallery .swiper-button-prev-1:before, 
.quick-view-product .quick-view-product-gallery .swiper-button-next-1:before,
.quick-view-product .quick-view-product-gallery .swiper-button-prev-1:after, 
.quick-view-product .quick-view-product-gallery .swiper-button-next-1:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    top: 13px;
    background-color: #222;
}

.quick-view-product .quick-view-product-gallery .swiper-button-prev-1:before {
    left: 42%;
    transform: rotate(136deg);
}

.quick-view-product .quick-view-product-gallery .swiper-button-prev-1:after {
    right: 41%;
    transform: rotate(-136deg);
}

.quick-view-product .quick-view-product-gallery .swiper-button-next-1:before {
    left: 42%;
    transform: rotate(-136deg);
}

.quick-view-product .quick-view-product-gallery .swiper-button-next-1:after {
    right: 41%;
    transform: rotate(136deg);
}

.quick-view-product .quick-view-product-gallery .quick-view-preview-carousel__item img {
    object-fit: cover;
    height: 80px;
}

.quick-view-product .quick-view-inner .quick-view-preview-gallery-wr .quick-view-preview-gallery .quick-view-preview-gallery__item.swiper-slide {
    max-height: 420px;
}

.quick-view-inner .quick-view-preview-gallery-wr .quick-view-preview-gallery img {
    max-height: 420px;
}

.quick-view-product .quick-view-preview-gallery .swiper-button-prev,
.quick-view-product .quick-view-preview-gallery .swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: none
}

.quick-view-product .quick-view-preview-gallery .swiper-button-prev::before,
.quick-view-product .quick-view-preview-gallery .swiper-button-next::before,
.quick-view-product .quick-view-preview-gallery .swiper-button-prev::after,
.quick-view-product .quick-view-preview-gallery .swiper-button-next::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    top: 14px;
    background-color: #222
}

.quick-view-product .quick-view-preview-gallery .swiper-button-prev::before {
    left: 13px;
    transform: rotate(136deg)
}

.quick-view-product .quick-view-preview-gallery .swiper-button-prev::after {
    top: 24px;
    left: 13px;
    transform: rotate(-136deg)
}

.quick-view-product .quick-view-preview-gallery .swiper-button-next::before {
    left: 13px;
    transform: rotate(-136deg)
}

.quick-view-product .quick-view-preview-gallery .swiper-button-next::after {
    top: 24px;
    left: 13px;
    transform: rotate(136deg)
}

.quick-view-product .quick-view-preview-gallery .swiper-button-prev:hover::before,
.quick-view-product .quick-view-preview-gallery .swiper-button-next:hover::before,
.quick-view-product .quick-view-preview-gallery .swiper-button-prev:hover::after,
.quick-view-product .quick-view-preview-gallery .swiper-button-next:hover::after {
    background-color: #00afff
}

.quick-view-heading {
    padding: 15px 30px;
    border-bottom: 1px solid #F0F0F0;
}

.quick-view-heading__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #222222;
    margin: 0;
}

.quick-view-product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    grid-area: info;
}

.quick-view-product-info__category {
    font-size: 14px;
    line-height: 1;
    color: rgba(34, 34, 34, 0.5);
    margin: 0;
}

.quick-view-product-info__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.quick-view-product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quick-view-product-rating__reviews {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: rgba(34, 34, 34, 0.5);
    padding: 4px 0 0 0;
    margin: 0;
}

.quick-view-product-rating__reviews:hover {
    color: #00afff;
}

.quick-view-product-price {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
    grid-area: price
}

.quick-view-product-price .product-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    color: #222;
    margin: 0
}

.quick-view-product-price .product-price .old {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0
}

.quick-view-product-price .product-price .old .val {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-decoration: line-through;
    color: rgba(34,34,34,0.5);
    margin: 0
}

.quick-view-product-price .product-price .old .sale {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 4px;
    background-color: #ff445f;
    padding: 3px 5px;
    margin: 0
}

.quick-view-product-color {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 24px;
    grid-area: color;
    border-bottom: 1px solid #f0f0f0
}

.quick-view-color.quick-view-product-color {
    margin: 0
}

.quick-view-color.quick-view-product-color .color__box {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin: 0
}

.quick-view-color.quick-view-product-color .color__box:before {
    content: '';
    opacity: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #dedede;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .1s ease-in-out;
    border-radius: 8px
}

.quick-view-color.quick-view-product-color .color__field.active_color+.color__box:before {
    border-color: #02aeff
}

.quick-view-color.quick-view-product-color .color__field.active_color+.color__box:before {
    width: 38px;
    height: 38px
}

.quick-view-product-btns {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 15px;
    grid-area: btns;
}

.quick-view-product-main-btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quick-view-product-sub-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.quick-view-product-sub-btns.no-content {
    margin: -25px 0 0;
}

.product-main-btns .button .icon {
    display: none
}

.product-btns__btn {
    font-family: var(--font-harmonia);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    background-color: #00afff;
    border: 1px solid #00afff;
    color: #fff;
    cursor: pointer;
    padding: 18px 0;
}

.product-btns__btn--black {
    background-color: #222;
    border-color: #222
}

.product-btns__btn--grey {
    color: #00AFFF;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

.quick-view-product-sub-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.quick-view-product-sub-btns:empty {
    display: none
}

.quick-view-product-sub-btns__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #00afff
}

.quick-view-product-sub-btns__btn {
    font-family: var(--font-harmonia);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #00afff;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.quick-view-product-additinal-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
    grid-area: additinalInfo;
}

.quick-view-product-identifier {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.quick-view-product-additinal-info__product-id,
.quick-view-product-additinal-info__product-article {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(34, 34, 34, 0.5);
    margin: 0;
}

.quick-view-product-additinal-info__brand-logo {
    max-width: 165px;
    height: 33px;
}

.quick-view-product-availability {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quick-view-product-availability-stores {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 17px 18px;
}

.quick-view-product-availability-stores__text {
    font-size: 14px;
    line-height: 1;
    color: #222;
    margin: 0;
}

.quick-view-product-availability-stores__value {
    color: #00afff;
    margin: 0;
}

.quick-view-stock-list {
    width: 100%;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    z-index: 13;
    border-radius: 8px;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 
    0 30px 35px 0 rgba(34, 34, 34, 0.05), 
    0 18px 18px 0 rgba(34, 34, 34, 0.07), 
    0 4px 5px 0 rgba(34, 34, 34, 0.04);
    opacity: 0;
    display: none;
}

.quick-view-stock-list.js-active {
    opacity: 1;
    display: block;
}

.quick-view-stock-list:before {
    content: '';
    top: 100%;
    left: calc(50% - 10px);
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    transform: rotate(180deg);
}

.quick-view-stock-list .stock {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    gap: 5px 15px;
    grid-template-areas:
        "logo title status"
        "logo address status";
    border-bottom: 1px solid #f0f0f0;
    padding:15px;
}

.quick-view-stock-list .stock--no-address {
    gap: 0 15px;
    grid-template-areas: "logo title status";
    align-items: center
}

.quick-view-stock-list .stock--no-address .stock__address {
    display: none;
}

.quick-view-stock-list .stock:last-child {
    border-bottom: none;
}

.quick-view-stock-list .stock__logo {
    grid-area: logo;
    margin: auto;
}

.quick-view-stock-list .stock__title {
    grid-area: title;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #222;
    margin: 0;
}

.quick-view-stock-list .stock__subtitle {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    line-height: 1;
    margin: 0;
}

.quick-view-stock-list .stock__title--link {
    color: #00afff;
    text-decoration: none;
}

.quick-view-stock-list .stock__address {
    grid-area: address;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(34, 34, 34, 0.5);
    margin: 0;
}

.quick-view-stock-list .stock__status {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 5px;
    row-gap: 5px;
    justify-content: end;
    justify-items: end;
    align-items: center;
    grid-area: status;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0 auto;
    align-self: start;
}

.quick-view-stock-list .stock__status svg {
    grid-column: 1;
    grid-row: 1;
}

.quick-view-stock-list .stock__status-text {
    grid-column: 1 / -1;
    grid-row: 2;
    font-weight: 400;
    text-align: right;
    margin: 0;
}

.quick-view-stock-list .stock__subtitle {
    grid-column: 2;
    grid-row: 1;
}

/* Labels */


.quick-view-product .product-labels {
    width: 50px;
    display: flex;
    position: absolute;
    gap: 15px;
    top: 20px;
    left: 120px;
    padding: 0;
}

.quick-view-left-column .product-labels:empty {
    padding: 0;
    margin-top: calc(var(--gap) * -1);
}

.quick-view-product .product-labels .price-label-cont { 
    margin: 0;
}

.quick-view-product .product-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    height: 24px;
    /* color: #222222;
    padding: 0 8px;
    background-color: #FAFAFA; */
    border-radius: 8px;
}

/* .quick-view-product .product-label .icon {
    display: none;
} */

.quick-view-product .product-label + .product-label {
    margin: 0;
}

/* .quick-view-product .product-label.product-label--award, */
.quick-view-product .product-label.product-label-custom,
.quick-view-product .product-label__custom {
    width: auto;
    margin: 0;
}

.quick-view-product .product-label--award svg {
    stroke: #00afff;
    fill: #00afff;
}

.quick-view-product .product-label--award p {
    margin: 0;
}

.quick-view-product .product-label--award a {
    text-decoration: none;
    color: #222222;
}

.product-label-custom .custom-label-gradient {
    font-weight: 400;
    background: conic-gradient(from 180deg at 50% 50%, #ED4261 0deg, #425DED 65.21063804626465deg, #BFC9FF 133.4766447544098deg, #42A5ED 195.4675269126892deg, #C142ED 252.55643606185913deg, #EDD242 323.99999141693115deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quick-view-product .product-label span {
    display: none;
}

.quick-view-product .product-label--yellow {
    display: none;
}

/* .product-label--red,
.quick-view-product .product-label--red  {
    border: 1px solid #ea8989;
}

.product-label--yellow,
.quick-view-product .product-label--yellow {
    border: 1px solid #e4c694;
}

.product-label--green,
.quick-view-product .product-label--green {
    border: 1px solid #59af41;
}

.product-label--blue,
.quick-view-product .product-label--blue {
    border: 1px solid #00afff;
} */

/* .quick-view-product .product-label.product-label--award {
    background-color: #E11882;
} */

/* .quick-view-product  .product-label.product-label--award a {
    color: #ffffff;
} */

.quick-view-product .product-label__custom {
    height: auto;
}

.quick-view-product  .product-label--markdown {
    background-color: #e8d001;
    color: #ffffff;
}

.product-carousel__item .product-labels .html-title-content,
.bx-no-touch .product-label[data-html-title]:before,
.product-carousel__item .product-labels .product-gift .tooltip-window,
.product-carousel__item .product-label__custom + .custom-label-descr {
    display: none !important;
}

.quick-view-product .product-labels .price-label-cont {
    position: relative;
}

.quick-view-product .product-labels .price-label-cont .html-title-content, 
.quick-view-product .product-labels .product-label .html-title-content {
    top: -18px;
    right: auto;
    left: 70px;
    box-shadow: none;
    border-radius: 10px;
    position: absolute;
    width: 200px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    background-color: rgb(241 241 241);
    border: none;
    transition: opacity 0.1s ease-in-out;
}

.quick-view-product .product-labels .price-label-cont .html-title-content::before {
    content: "";
    top: 31%;
    left: -24px;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: rgb(241 241 241);
    transform: rotate(270deg);
}

.quick-view-product .product-label.product-label-custom.tooltip {
    position: relative;
}

.quick-view-product  .product-label .custom-label-descr span {
    display: inline-block;
}

.quick-view-product .product-label.product-label--award .tooltip-window,
.quick-view-product .product-label.product-label-custom .tooltip-window {
    top: -30px;
    right: auto;
    height: max-content;
    left: 230px;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    transition: opacity .1s ease-in-out;
}

.quick-view-product .product-label.product-label--award .tooltip-window:before,
.quick-view-product .product-label.product-label-custom .tooltip-window:before {
    content: "";
    top: 31%;
    left: -24px;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: rgb(241 241 241);
    transform: rotate(270deg);
}

/* Delivery */
.deliveries .quick-view-info__delivery {
    border-radius: 8px;
    overflow: hidden
}
/* 
.delivery-methods {
    background-color: #fff;
    padding: 0;
    margin: 0
}

.delivery-method {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 5px 13px;
    grid-template-areas: "logo title" "logo cost";
    padding: 15px;
}

.delivery-method:last-child {
    border: 0
}

.delivery-method__logo {
    grid-area: logo;
    margin: auto
}

.delivery-method__title,.delivery-method__cost {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

.delivery-method__title {
    grid-area: title;
    color: #222
}

.delivery-method__cost {
    display: flex;
    align-items: center;
    gap: 5px;
    grid-area: cost;
    color: rgba(34,34,34,0.5)
} */

.deliveries .quick-view-info__delivery .quick-view-info__row {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 5px 13px;
    grid-template-areas: "logo title" "logo cost";
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 15px;
    margin: 0
}

.deliveries .quick-view-info__delivery .quick-view-info__row .label {
    grid-area: title;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #222;
    margin: 0
}

.deliveries .quick-view-info__delivery .quick-view-info__row .value {
    grid-area: cost;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(34,34,34,0.5);
    border-color: none
}

.deliveries .delivery_info_block .brand-blue-underline {
    font-weight: 400;
    border: 0
}

.product-price-block .quick-view-badges {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
}

.product-price-block .quick-view-badges .ya-badge:nth-of-type(1) {
    display: none;
}

.quick-view-delivery {
    border-radius: 8px;
    overflow: hidden;
}

.quick-view-delivery .delivery-methods {
    display: grid;
    grid-template-areas: 
    "selfDelivery expressDelivery"
    "pickup pickup";
}

.delivery-method.express-delivery {
    grid-area: expressDelivery;
}

.delivery-method.pickup {
    grid-area: pickup;
    border-top: 1px solid #f0f0f0
}

.delivery-method.self-delivery {
    grid-area: selfDelivery;
    border-right: 1px solid #f0f0f0
}

/* ? Product  Controls ? */
.quick-view-product-controls {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    grid-area: controls;
    padding: 10px 15px;
    background-color: transparent;
}

.quick-view-product-controls__control {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-harmonia);
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.quick-view-product-controls__control svg {
    fill: rgba(34, 34, 34, 0.5);
}

.quick-view-product-controls__control:hover svg {
    fill: #222222;
}

.quick-view-product-controls .quick-view-add {
    display: block;
    margin: 0;
}

.quick-view-product-controls .icon-compare {
    width: 16px;
    height: 16px;
}

.quick-view-product-controls .icon-favorite {
    width: 18px;
    height: 17px;
}

.quick-view-product-controls__control.is-active .icon-compare, 
.quick-view-product-controls__control.is-active .icon-favorite {
    fill: #02aeff;
}

/* * Share * */
.quick-view-product-controls .share-block {
    width: 210px;
    top: 40px;
    left: -168px;
    position: absolute;
    z-index: 2;
    display: none;
}

.quick-view-product-controls .share-link-list {
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 30px 35px 0px rgba(34, 34, 34, 0.05), 0px 18.104px 18.474px 0px rgba(34, 34, 34, 0.07), 0px 3.83px 4.726px 0px rgba(34, 34, 34, 0.04);
}

.quick-view-product-controls .share-link-list__item {
    border-bottom: 1px solid #F0F0F0;
}

.quick-view-product-controls .share-link-list__item .ya-share2__title {
    display: block !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1 !important;
    white-space: nowrap;
    padding: 4px 0 0;
    color: #222222;
}

.quick-view-product-controls .share-link-list__item .ya-share2__list .ya-share2__item {
    width: 100%;
}

.quick-view-product-controls .share-link-list__item .ya-share2__link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 15px;
}

.quick-view-product-controls .share-link-list__item .ya-share2__badge {
    border-radius: 50%;
}

.quick-view-product-controls .share-link-list__item .ya-share2__title {
    margin: 0 !important;
}

.quick-view-product-controls .control-share {
    position: relative;
}

.quick-view-product-controls .copy-link-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1 !important;
    white-space: nowrap;
    color: #222222;
    cursor: pointer;
    background-color: transparent;
}

.quick-view-product-controls .copy-link-btn__copied-text {
    display: none;
}

/* ? ^^^ Quick View New ^^^ ? */

.pagination {
    display: flex;
    justify-content: flex-end
}

.pagination-list {
    display: flex;
    align-items: center
}

.pagination-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: inheritж
}

.pagination-list__item:first-child {
    margin-left: 0;
}

.pagination-list__item.link {
    width: 27px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px
}

.pagination-list__item.link:hover {
    color: #fff;
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.pagination-list__item.link:hover .icon {
    color: #fff;
}

.pagination-list__item.link.is-active {
    color: #222222;
    color: var(--base-color);
    background-color: transparent;
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.pagination-list__item_prev,
.pagination-list__item_next {
    width: 83px !important
}

.pagination-list__item_prev .icon,
.pagination-list__item_next .icon {
    margin: 0 0 0 6px;
    font-size: 7px;
    color: #222222;
    color: var(--base-color)
}

.pagination-list__item_prev .icon {
    margin: 0 6px 0 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}


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

.range .mod-from,
.range .mod-to {
    position: relative;
    flex-shrink: 0;
    width: calc(50% - 10px)
}

.range .mod-from input + label,
.range .mod-to input + label {
    top: 50%;
    left: 10px;
    /* right: calc(100% - 25px); */
    position: absolute;
    margin-top: -1px;
    font-size: 14px;
    color: #222222;
    color: var(--base-color);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.range-field {
    height: 34px;
    text-align: right;
    padding: 0 10px 0 30px;
    font-size: 14px;
    color: #aaa;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    border-radius: 5px;
}

.range-slider {
    flex-shrink: 0;
    width: 100%;
    height: 5px;
    margin: 16px 0 6px;
}

.noUi-target {
    background-color: #e8e8e8;
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 5px;
}

.noUi-connect {
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-handle {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    border: 1px solid var(--base-color-grey-border);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.04)
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-handle:hover,
.noUi-handle.noUi-active {
    border-color: rgb(180, 180, 180);
}

.noUi-horizontal .noUi-handle {
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
}


.widget {
    margin-bottom: 25px;
    padding: 25px 30px;
    background-color: #fff
}

.widget-col {
    flex: 1 auto;
}

.widget-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px
}

.widget-text {
    font-size: 16px;
    line-height: 1.5;
    color: #868686;
    color: var(--base-color-grey)
}

.widget .link_show-all {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}

.widget-form {
    padding-bottom: 5px;
}

.widget-form__field {
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.widget-form__field .field {
    height: 46px;
    padding: 0;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px solid #e2e2e2;
    border-bottom: 1px solid var(--base-color-grey-border)
}

.widget-form__field .field.js-validate-error-field {
    color: #222 !important;
    border-width: 0 0 1px 0 !important;
    border-color: #c46060 !important;
    border-color: var(--base-color-red) !important
}

.widget-form__field .field.js-validate-error-field:focus~.field-label,
.widget-form__field .field.js-validate-error-field.not-empty~.field-label {
    display: none;
}

.widget-form__field .field:focus~.field-label,
.widget-form__field .field.not-empty~.field-label {
    top: 0;
    font-size: 10px;
}

.widget-form__field .field-label {
    top: 15px;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 14px;
    color: #c8c8c8;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: top, font-size;
    -o-transition-property: top, font-size;
    transition-property: top, font-size;
}

.widget-form__field .js-validate-error-label {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 10px;
    color: #c46060 !important;
    color: var(--base-color-red) !important;
}

.widget-form__button {
    flex-shrink: 0;
    width: 100%;
    height: 46px;
    margin-top: 23px;
    letter-spacing: 0.5px;
}

.widget-form__button .icon {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.widget_search {
    display: flex
}

.widget_search .widget-col:last-child {
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 132px;
    margin-left: 38px;
    padding-left: 33px;
    border-left: 1px solid #e2e2e2;
    border-left: 1px solid var(--base-color-grey-border)
}

.widget_search .search-block {
    margin-bottom: 23px;
    z-index: 12;
}

.widget_search .search-block-results {
    width: 100%
}

.widget_search .check-list {
    margin-top: -2px
}

.widget_search .check-list .check:not(:first-child) {
    margin-top: 6px
}

.confirm-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #868686;
    color: var(--base-color-grey)
}

.confirm-text__info {
    display: flex;
    align-items: center;
    margin-left: 28px;
    color: #222222;
    color: var(--base-color)
}

.confirm-text__info .icon {
    margin-right: 9px;
    font-size: 15px;
    color: #e0be85;
    color: var(--base-color-gold);
}

.confirm-button {
    height: 40px;
    margin-top: 20px;
    padding: 0 17px;
    letter-spacing: 0.5px
}

.profile-form {
    margin-top: 25px;
    margin-bottom: -5px
}

.profile-form_recovery {
    margin-top: 0;
    margin-bottom: 25px
}

.profile-form_recovery:not(:first-child) {
    margin-top: 25px;
}

.profile-form .field-wr {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.profile-form .field-wr .radio {
    margin-right: 35px;
    margin-bottom: 5px;
}

.profile-form .field-wr .field-label {
    flex: 0 0 125px;
    margin: 0;
    padding-right: 10px
}

.profile-form .field-wr .field-label_top {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 5px;
}

.profile-form .field-wr .field {
    flex: 1 auto
}

.profile-form .field-wr .field_small {
    flex: 0 1 175px;
    width: 175px
}

.profile-form .field-wr .field_middle {
    flex: 0 1 300px;
    width: 300px
}

.profile-form .field-wr .field_middle~.field-button {
    right: auto;
    left: calc(425px - 32px);
}

.profile-form .field-wr textarea.field {
    height: 98px;
}

.profile-form .field-wr .js-validate-error-label {
    left: 125px;
}

.profile-form .field-wr .date-picker-x {
    margin-left: 125px
}

.profile-form .field-wr_confirm {
    align-items: flex-start;
}

.profile-form .field-wr_confirm .field-label {
    margin-top: 3px
}

.profile-form .field-wr_confirm .confirm-text {
    font-size: 14px
}

.profile-form .field-wr_confirm .confirm-text:not(:empty)+.confirm-button {
    margin-top: 10px;
}

.profile-form .field-wr_confirm .confirm-button {
    margin-top: 0
}

.profile-form .field-wr_confirm .confirm-button .icon {
    margin-right: 9px;
    font-size: 14px;
    color: #a3a3a3;
}

.profile-form .field-wr_radio {
    flex-wrap: wrap;
    margin-bottom: 15px
}

.profile-form .field-wr_radio .radio {
    margin-bottom: 10px;
}

.profile-form__button {
    width: calc(100% - 125px);
    margin-left: 125px
}

.profile-form__button_middle {
    width: 300px;
}

.profile-form__link {
    width: calc(100% - 125px);
    margin-top: 20px;
    margin-left: 125px;
}

.profile-form__link_middle {
    width: 300px;
    text-align: center;
}

.profile-social-list {
    display: flex;
    flex-wrap: wrap;
}

.profile-social-list__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-right: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    background-color: #fafafa;
    border-radius: 50%
}

.profile-social-list__item>.icon {
    fill: #afafaf;
}

.profile-social-list__item.is-active>.icon,
.profile-social-list__item:hover>.icon {
    fill: #fff;
}

.profile-social-list__item.is-active.profile-social-list__item_vk,
.profile-social-list__item:hover.profile-social-list__item_vk {
    background-color: #45668e;
}

.profile-social-list__item.is-active.profile-social-list__item_fb,
.profile-social-list__item:hover.profile-social-list__item_fb {
    background-color: #3b5998;
}

.profile-social-list__item.is-active.profile-social-list__item_ok,
.profile-social-list__item:hover.profile-social-list__item_ok {
    background-color: #ed812b;
}

.profile-social-remove {
    top: -2px;
    right: -6px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #afafaf;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18);
}

.profile-avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: -5px;
    border: 1px solid #ececec;
    border-radius: 5px
}

.profile-avatar__photo {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 206px;
    background-image: url('../images/avatars/avatar-placeholder.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
}

.profile-avatar__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-avatar__button {
    height: 40px;
    margin-top: 28px;
    padding: 0 14px;
}

.profile-avatar__button .icon {
    margin-right: 9px;
    font-size: 14px;
    color: #a3a3a3;
}

.profile-avatar__text {
    margin-top: 22px;
}

.profile-avatar__text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #868686;
    color: var(--base-color-grey);
}

.avatar-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px
}

.avatar-list__item {
    display: block;
    width: calc((100% - 45px) / 4);
    margin-left: 15px;
    margin-bottom: 15px
}

.avatar-list__item:nth-child(4n + 1) {
    margin-left: 0
}

.avatar-list__item input {
    display: none
}

.avatar-list__item input:checked+span {
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.avatar-list__item span {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 100%;
    border: 1px solid #ececec;
    background-color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
    border-radius: 50%;
}

/* Cart Table */
.cart-table {
    background: #fff
}

.cart-table tr td {
    position: relative;
    padding: 20px 30px 20px 0
}

.cart-table .cart-table__title {
    font-weight: 700;
    font-size: 18px
}

.cart-table .cart-table__photo {
    width: 180px;
    max-width: 180px;
    padding-left: 30px;
    text-align: center
}

.cart-table .cart-table__title .link:hover {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.cart-table .product-status {
    opacity: 1;
    visibility: visible;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    margin-top: 10px;
    font-weight: 400
}

.cart-table .delivery_info_block {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #656565;
}

.cart-table .date_delivery {
    font-size: 15px;
    color: #222222;
    color: var(--base-color)
}

.cart-table .cart-table__count {
    width: 135px;
    max-width: 135px;
    padding: 40px 30px 40px 0;
    font-size: 14px;
    text-align: center;
    color: #989898
}

.cart-table .counter + span {
    top: calc(50% + 22px);
    right: 30px;
    left: 0;
    position: absolute
}

.cart-table .product-price .old {
    margin-top: 8px;
}

.cart-table .cart-table__price {
    width: 200px;
    max-width: 200px;
    padding-right: 60px
}

.cart-table .cart-table__price .button {
    top: 50%;
    right: 30px;
    position: absolute
}

.cart-table .cart-table__price .button-favorite {
    flex-wrap: nowrap;
    top: auto;
    bottom: 16px;
    font-size: 14px;
    white-space: nowrap
}

.cart-table .button-favorite .icon {
    margin-right: 7px;
    font-size: 16px;
    color: #b3b3b3
}

.cart-table .cart-table__price .button-favorite.is-active .icon {
    fill: #00AEFF;
    fill: var(--base-color-blue);
    color: #00AEFF;
    color: var(--base-color-blue);
}

.cart-table .icon-warning {
    color: #E8D000;
    width: 0.9em;
}

.cart-table .cart-table__price .button-remove {
    margin-top: -8px;
    font-size: 16px;
    color: #b3b3b3
}

.cart-table .cart-table__price .button-remove:hover {
    color: #7f7f7f;
}

.cart-table .cart-table__price .button-return {
    z-index: 2;
    right: 71px;
    margin-top: -11px;
    font-size: 20px;
    color: #00AEFF;
    color: var(--base-color-blue)
}

.cart-table tr:not(:first-child) td {
    border-top: 1px solid #efefef
}

/* Cart Table Disabled */

.cart-table ._disabled td {
    padding: 10px 30px;
}

.cart-table ._disabled .cart-table__title {
    color: #c4c4c4;
}

.cart-table ._disabled .product-price,
.cart-table ._disabled .product-status {
    display: none;
}

.cart-table ._disabled .button {
    position: absolute;
    top: 10px;
    left: auto;
    right: 30px;
    width: 20px;
    height: 20px;
    margin: 0;
}

.cart-table ._disabled .button-favorite {
    top: 11px;
    right: 94px;
}

.cart-table ._disabled .button-return {
    right: 60px;
}

.cart-table ._disabled .icon {
    margin: 0;
}

.cart-table ._disabled .button {
    z-index: 2;
}

.cart-table ._disabled .button-return .icon,
.cart-table ._disabled .button-favorite .icon,
.cart-table ._disabled .button-remove .icon {
    font-size: 19px;
}

.cart-table ._disabled .button-favorite.is-active .icon {
    color: var(--base-color-blue);
}

.cart-table ._disabled .button-remove .icon {
    color: var(--base-color-blue);
}



.search-catalog {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.search-catalog__item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: calc((100% - 75px) / 6);
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 20px;
    background: #fff
}

.search-catalog__item:nth-child(6n + 1) {
    margin-left: 0
}

.search-catalog__item:hover {
    -webkit-box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.06);
}

.search-catalog__image {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 113px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.search-catalog__title {
    font-weight: 700;
    font-size: 16px
}

.search-catalog__title span {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.feed-add-post div.bx-html-editor {
    min-width: 280px !important
}

.bxhtmled-iframe-cnt {
    width: 100% !important;
}

.category-mobile {
    padding: 20px 0;
    background: #fff;
}

.category-mobile-carousel__item {
    width: 94px;
    padding: 0 8px;
}

.category-mobile-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.category-mobile-item__image img {
    max-height: 100%;
}

.category-mobile-item__title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.modal-form-row.bitrix-captcha .field-wr .field-label {
    position: relative;
    margin-bottom: 5px;
}

/* Brands header */
.brand-blue {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.brand-blue-underline {
    border-bottom: 1px solid #00AEFF;
}


.brands-dropdown {
    width: 70%;
    max-width: 750px;
    margin: 0 0 0 auto;
    background-color: white;
    border: 1px solid #f9f9f9;
    padding: 24px;
}

.brands-navigator-nav-row {
    display: flex;
}


.brands-dropdown__alphabetical-index {
    margin: 0 0 15px 0;
}

.brands-dropdown__title {
    font: 700 23px/1 var(--font-harmonia);
    color: #333333;
    padding: 0 0 15px;
    margin: 0;
}

.brand-list-header {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.brand-list-header li {
    width: 18%;
    height: auto;
    margin: 10px 14px 10px 0;
}

.brand-list-header li:hover {
    opacity: 0.5;
}

.dropdown-content--brands {
    box-shadow: none;
    background-color: transparent;
}

.header-nav__item--brands:hover {
    color: #00AEFF;
}

.brands-navigator-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 27px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    border-radius: 3px;
    color: #222222;
    background-color: #f9f9f9;
    margin: 0 4px 4px 0;
    cursor: pointer;
}

.brands-navigator-nav-row > span.brands-navigator-nav__item {
    font-size: 11px !important;
    background-image: unset !important;
    padding: 0 !important;
    width: 23px !important;
    height: 27px !important;
}

.brands-navigator-nav__item:hover {
    background-color: #f2f2f2;
}

.brands-navigator-nav__item.disabled {
    color: #d9d9d9;
    cursor: default;
}

.brands-navigator-nav__item.disabled:hover {
    background-color: #f9f9f9;
}

.brand-catalog .brand-catalog-nav__link {
    margin-bottom: 17px;
}

.product-status .icon-warning {
    color: #E8D000;
    width: 0.9em;
}

/* Go to cart */

#go_to_cart {
    flex-direction: column;
}

#go_to_cart .box {
    padding: 0;
}

#go_to_cart .custom-alert-content {
    width: 500px;
    text-align: center;
}

#go_to_cart .custom-alert-content-note {
    width: auto;
    display: inline-block;
    position: relative;
}

#go_to_cart.has-carousel .custom-alert-content {
    width: 1180px;
    padding: 30px 20px;
}

#go_to_cart .button.product-quick {
    display: none;
}

#go_to_cart.has-carousel .alert-product-carousel button.button {
    flex-basis: auto;
}

#go_to_cart .custom-alert__buttons {
    gap: 15px;
}

#go_to_cart .custom-alert__buttons .button {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
}

#go_to_cart button.button_primary {
    padding: 0 26px;
}

.custom-alert.custom-alert__go-to-cart {
    top: 100px;
    bottom: auto;
}

#go_to_cart .info-block-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 21px 15px;
}

#go_to_cart .info-block-heading__title {
    display: flex;
    gap: 2px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #222;
    margin: 0;
}

#go_to_cart .info-block-heading__title sup {
    top: -1px;
    font-size: 16px;
    color: #00afff;
}

#go_to_cart .info-block-triggers {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

#go_to_cart .info-block-triggers__trigger {
    font-family: var(--font-harmonia);
    font-size: 16px;
    line-height: 1;
    color: rgba(34, 34, 34, 0.5);
    padding: 0 15px;
    border: 0;
    border-right: 1px solid #f0f0f0;
    background-color: transparent;
    cursor: pointer;
}

#go_to_cart .info-block-triggers__trigger.is-active {
    color: rgb(0, 175, 255);
}

#go_to_cart .info-block-content {
    padding: 15px 0;
}

#go_to_cart .product-carousel-stub {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

#go_to_cart .product-carousel-item-stub {
    height: 334px !important;
    width: calc(100% / 6 - 15px) !important;
}

#go_to_cart .custom-alert-content .related-products-show_more-wrapper {
    display: flex;
}

/*  */

.breadcrumbs-list__item h1 {
    margin: 0;
    display: inline;
    font-size: inherit;
    font-weight: normal;
}

.color__field.active_color + .color__box:before {
    opacity: 1;
}

.swiper-slide {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.commerce-block .swiper-button-prev, .commerce-block .swiper-button-next {
    min-height: 70px;
    padding-top: 15px;
    margin-top: -40px;
}

.modal-onecol {
    width: 429px;
}

.page-section-divider {
    margin-top: 50px;
}

.colored-link {
    color: var(--base-color-blue);
}

div.product-price a.span-like {
    text-decoration: none;
    color: #222;
    cursor:  auto;
    border-bottom: none;
}

.catalog-selection {
    display: grid;
    grid-template-areas: 
    "title title"
    "tags btn";
    gap: 15px;
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    margin: 20px 0;
}

.catalog-selection__title {
    grid-area: title;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.selection__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
}

.checkout-form .delivery-dscr {
    min-height: 87px;
}

.checkout-form .delivery_payment .delivery-dscr {
    min-height: auto;
}

.show-more-block.is-open:after {
    background: none;
}

.hidden,
.header-menu__item .dropdown-value .col.hidden,
.header-mobile-cart .col.hidden,
.header-main-headline-nav__item .col.hidden{
    display: none;
}

.page-content.page-content-full_width {
    width: 100%;
}

.mobile-visible {

}

.range + .check-list {
    margin-top: 15px;
}

.check-action .check__field + .check__box {
    border-color: #ED4A81;
}

.check-action .check__field:checked + .check__box {
    background-color: #ED4A81;
    border-color: #ED4A81;
}

.check-action-bf {
    padding-bottom: 2px;
    border-bottom: 3px solid #FCE302;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.error-report-selected_text--container {
    font-size: 16px;
}

.footer-info-right {
    flex-direction: row-reverse;
}

#banner-stories {
    position: relative;
    font-size: 16px;
}

#banner-stories .stories:empty {
    padding:0;
}

#rbs-stories.stories.carousel .story > a > .info {
    overflow: visible;
}

.carousel-stub-opacity {
    opacity: 0.3;
}

.carousel-stub-gray {
    background-color: #f4f4f4;
}

.button_primary-left {
    display: inline-flex;
}

.range + .check-list {
    margin-top: 15px;
}

.check-action .check__field + .check__box {
    border-color: #ED4A81;
}

.check-action .check__field:checked + .check__box {
    background-color: #ED4A81;
    border-color: #ED4A81;
}

.cheaper-bf-container {
    background-color: #F8A531;
    border-radius: 5px;
    color: #000;
    padding: 16px 17px;
    font-size: 16px;
    font-weight: bold;
}

.black-friday-edition .product-price, 
.black-friday-edition .price {
    margin-right: 0;
}

.product-price.sale-percent .sale {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 0.32px;
    color: #ffffff;
    background-color: #ED4261;
    padding: 3px 2px 3px 2px;
    margin: -3px 0 0 8px;
}

.product-pack-content__total .product-price.sale-percent .old .sale {
    font-size: 20px;
}

.header-cart .product-price.sale-percent .sale {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.32px;
}

.product-cart .button-load-preorder svg {
    display: none;
}

.manager-float-menu-container {
    opacity: 1;
    left: 0;
    z-index: 1000;
    bottom: 40%;
    position: fixed;
    z-index: 100;
}

.manager-float-menu, .seo-float-menu-button {
    cursor: pointer;

    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;
    width: 58px;
    height: 64px;
    font-size: 16px;
    color: #00AEFF;
    color: var(--base-color-blue);
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(205, 205, 205, 0.4);
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 44px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

.seo-float-menu-button {
    bottom: 35%;
}

#frmManagerOrderSearch input[type='text'] {
    width: 300px;
}

#frmManagerOrderSearch  button {
    display: inline;
    width: 130px;
}

.certificates-list__item__small img {
    height: 115px;
}

.link.link-gray {
    color: #989898;
}

.modal-form-row.credit-select-buttons {
    justify-content: start;
}

.modal-form-row.credit-select-buttons .button {
    flex: none;
    width: auto;
    height: 50px;
}

.credit-select-buttons button {
    width: 100%;
    height: 50px;
    padding: 6px;
    border: 1px solid #989898;
    height: 50px;
    margin: 0 10px 0 0;
}

.credit-select-buttons img {
    height: 100%;
}

div.modal-form-row-title {
    color: #989898;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
}

.button.selected {
    border: 1px solid #43ade7;
}

.page-section.page-section_margin-top {
    margin-top: 40px;
}

.dropdown-content {
    right: 0;
    left: 0;
    min-width: calc(100% - 30px);
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 14;
    display: none;
}

.compare-content {
    position: relative;
}

.compare-content-stiky {
    position: sticky;
    top: 0;
}

/* Tags */

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-list .swiper-wrapper {
    gap: 10px;
}

.search-block-suggestions .tags-list {
    margin: 8px 0;
}

.tags-list-catalog {
    grid-area: tags;
    max-width: 980px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    margin: 0;
}

.tags-list_category .swiper-wrapper,
.tags-list-catalog .swiper-wrapper {
    flex-wrap: wrap;
    align-items: center;
}

.page-title .tags-list {
    margin: 0 0 10px 0;
    padding-left: 20px
}

.tags-list-wr {
    margin: 30px 0 20px;
}

.tag-list-preset-filter {
    margin: 0 0 10px;
}

.tags-list__item {
    display: flex;
    height: 30px;
    white-space: nowrap;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    border: 1px dashed #C4C4C4;
    background-color: #ffffff;
    color: #222222;
}

.tags-list__item.swiper-slide {
    width: auto;
}


.tags-list__item.link {
    padding: 5px 15px;
}

.tags-list__item .link {
    padding: 5px 15px;
}

.tags-list__item_all {
    background-color: #fff;
    border-color: #e2e2e2;
    border-color: var(--base-color-grey-border);
}

.tags-list__item_all .icon {
    margin-left: 9px;
    font-size: 8px;
    color: #868686;
    color: var(--base-color-grey);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.tags-list_color .tags-list__item span {
    margin-left: 4px;
    color: #00AEFF;
    color: var(--base-color-blue);
}

.tags-list_color .tags-list__item:hover {
    color: #fff;
    background-color: #00AEFF;
    background-color: var(--base-color-blue);
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.tags-list_color .tags-list__item:hover span {
    color: #fff;
}

.tags-list_color .tags-list__item.is-active {
    color: inherit;
    background-color: transparent;
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}

.tags-list-catalog + .show-all-tags-btn {
    position: relative;
    font-family: var(--font-harmonia);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    margin: 0;
    grid-area: btn;
    padding: 8px 40px 8px 15px;
    margin: auto 0 0 0;
}

.tags-list-catalog + .show-all-tags-btn::before,
.tags-list-catalog + .show-all-tags-btn::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    left: auto;
    top: 15px;
    background-color: #222222;
    transition: transform 0.3s ease-in-out;
}

.tags-list-catalog + .show-all-tags-btn::before {
    right: 16px;
    transform: rotate(-45deg);
}

.tags-list-catalog + .show-all-tags-btn::after {
    right: 22px;
    transform: rotate(45deg);
}

.tags-list-catalog.js-open + .show-all-tags-btn::before {
    transform: rotate(45deg);
}

.tags-list-catalog.js-open + .show-all-tags-btn::after {
    transform: rotate(-45deg);
}

.tags-list-catalog + .show-all-tags-btn:hover {
    border-color: #00AEFF;
}

.tags-list-catalog + .show-all-tags-btn.hidden {
    display: none;
}

/* Hover / Active */

.tags-list__item.is-active {
    border-color: #222222;
    background-color: #222222;
    color: #ffffff;
}

.tags-list__item.is-active:hover,
.tags-list__item.is-active:focus {
    border-color: #222222;
    background-color: #222222;
    color: #ffffff;
}

.tags-list__item:hover,
.tags-list__item:focus {
    border: 1px solid #00afff;
    background-color: #ffffff;
}

.tags-list__item:active {
    background-color: #F0F0F0;
}

/* Preloader */

.preloader {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.preloader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #cef;
    border-radius: 50%;
    animation: preloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #cef transparent transparent transparent;
}

.preloader div:nth-child(1) {
    animation-delay: -0.45s;
}

.preloader div:nth-child(2) {
    animation-delay: -0.3s;
}

.preloader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

/* Informer */

.informer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -150px;
    background-color: #ffffff;
    padding: 25px 0;
    z-index: 100;
    transition: bottom 0.3s ease-in-out;
    box-shadow: 0px -5px 14px -11px rgba(34, 60, 80, 0.6);
}

.informer.js-show {
    bottom: 0;
}

.informer-wrapper {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.informer-content {
    display: grid;
    grid-template-columns: 50px auto 140px 40px;
    gap: 5px 10px;
    grid-template-areas:
        'img name link close'
        'img count link close';
}

.informer-product-img {
    width: 50px;
    height: 50px;
    grid-area: img;
}

.informer-product-name {
    grid-area: name;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: auto 0 0 0;
}

.informer-product-count {
    grid-area: count;
    font-size: 16px;
    line-height: 1;
    color: rgb(34 34 34 / 50%);
    margin: 0;
}

.informer-link {
    display: block;
    grid-area: link;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00AEFF;
    color: #ffffff;
    background-color: #02aeff;
    padding: 5px 15px;
    margin: auto 0;
}

.informer-link:hover,
.informer-link:focus {
    background-color: #ffffff;
    color: #02aeff;
}

.informer-close-btn {
    grid-area: close;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: auto 0;
}

.informer-close-btn:hover .icon {
    fill: #02aeff;
}

.fixed-footer-link {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background-color: white;
    border-radius: 50%;
}

.fixed-footer-link svg {
    width: 40px;
    height: 40px;
}

.footer-payment-method {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin: 0 0 20px auto;
}

.footer-payment-method__title {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}

.footer-payment-method-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.footer-payment-method-list__method {
    display: flex;
    width: 60px;
    height: auto;
    min-height: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 5px;
}


/* ? Modals ? */
.modal.cheaper-modal,
.modal.oneclick-buy-modal {
    width: calc(100% - 20px);
    max-width: 900px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 0;
}

.cheaper-modal-content,
.oneclick-modal-content {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 20px;
    background-color: #FAFAFA;
    padding: 15px 30px;
}

.modal-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    padding: 15px 30px;
}

.modal-heading__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #222222;
    margin: 0;
}

.modal-heading__close-btn {
    width: 24px;
    height: 24px;
    background-color: transparent;
    padding: 0;
    border: none;
}

.modal-heading__close-btn.modal-close {
    position: relative;
    top: 0;
    right: 0;
}

.modal-heading__close-btn::before,
.modal-heading__close-btn::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 1px;
    top: 15px;
    left: 5px;
    background-color: #222222;
}

.modal-heading__close-btn::before {
    transform: rotate(45deg);
}

.modal-heading__close-btn::after {
    transform: rotate(-45deg);
}

.modal-heading__close-btn:hover::before,
.modal-heading__close-btn:hover::after {
    background-color: #00AFFF;
}

.modal-left-column {
    display: flex;
}

.modal-content-box {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 15px;
}

.modal-content-box-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 0 15px 0;
}

.modal-content-box-heading__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #222222;
    margin: 0;
}

.modal-content-box-heading__btn {
    display: none;
    font-family: var(--font-harmonia);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: transparent;
    border: none;
    color: #00AFFF;
    padding: 0;
}

.modal-small-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    padding: 15px;
    margin: 0;
}

.how-work-stages {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 15px 0 0;
    margin: 0;
}

.how-work-stage {
    position: relative;
    counter-increment: stage 1;
    border-radius: 8px;
    background-color: #FAFAFA;
    padding: 19px 15px 8px 43px;
}

.how-work-stage::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 400;
    top: 20px;
    left: 18px;
    width: 14px;
    height: 14px;
    background-color: #222;
    color: white;
    content: counter(stage);
}

.how-work-stages--no-counter .how-work-stage {
    padding: 15px;
}

.how-work-stages--no-counter .how-work-stage::before {
    display: none;
}

.how-work-stage__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    margin: 0;
}

.how-work-stage__descr {
    font-size: 14px;
    line-height: 21px;
    color: rgba(34, 34, 34, 0.5);
    margin: 0;
}

.form-input-group {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.form-input-group--captcha {
    grid-template-columns: 180px auto;
}

.form-input-block {
    width: 100%;
    position: relative;
}

.form-input-block__input,
.form-input-block__textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    outline: none;
    color: #222222;
    padding: 14px;
}

.form-input-block__input:focus,
.form-input-block__textarea:focus {
    border-color: #00AFFF;
}

.form-input-block__input.captcha-word-field {
    width: 100%;
}

.form-input-block__textarea {
    max-height: 45px;
    resize: none;
    font-family: var(--font-harmonia);
}

.form-input-block__input::placeholder,
.form-input-block__textarea::placeholder {
    font-family: var(--font-harmonia);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(34,34,34,0.5);
}

.cheaper-form,
.oneclick-buy-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cheaper-form input.button_primary,
.oneclick-buy-form .button_primary {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    height: 56px;
    border-radius: 8px;
    background-color: #222222;
    border: 1px solid #222222;
}

.cheaper-form input.button_primary:hover,
.oneclick-buy-form .button_primary:hover {
    background-color: #ffffff;
    color: #222222;
}

.form-input-block .js-validate-error-field {
    color: #ed4261 !important;
    border: 1px solid #ed4261 !important;
}

.form-input-block .js-validate-error-label {
    color: #ed4261 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 0 0;
}

.form-input-block .js-validate-error-label::before {
    position: absolute;
    content: '!';
    width: 20px;
    height: auto;
    background-color: #ed4261;
    border-radius: 50%;
    color: #fff;
    top: 13px;
    right: 12px;
    display: flex;
    justify-content: center;
    transform: scale(0.8);
    padding: 4px 0 2px 0;
}

.modal-success {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    height: 100%;
}

.modal-success__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #222222;
    margin: 0;
}

.modal-success__text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 21px;
    color: #222222;
    margin: 0;
}



/* ? Тест для одной формы ("Нашли дешевле)? */

.cheaper-captcha.bitrix-captcha,
.oneclick-buy-captcha.bitrix-captcha {
    display: flex !important;
    align-items: flex-end;
    margin: 0;
}

.cheaper-captcha .captcha-img[src=""],
.cheaper-captcha .captcha-img[src=""] ~ .form-input-block--col-reverse,
.oneclick-buy-captcha .captcha-img[src=""],
.oneclick-buy-captcha .captcha-img[src=""] ~ .form-input-block--col-reverse {
    display: none;
}

.cheaper-captcha .captcha-img,
.oneclick-buy-captcha .captcha-img {
    margin: 0;
}

.cheaper-captcha .form-input-block--col-reverse,
.oneclick-buy-captcha .form-input-block--col-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.cheaper-captcha .form-input-block__input.captcha-word-field,
.oneclick-buy-captcha .form-input-block__input.captcha-word-field {
    padding: 11px 14px;
}

.cheaper-captcha .form-input-block__label,
.oneclick-buy-captcha .form-input-block__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 5px;
}

/* ? New minicards ? */

.page-section-with-product-slider .info-block-content {
    padding: 15px 12px;
}

.page-section-with-product-slider .product-carousel-wr {
    padding: 0;
    margin: 0;
}

/* ? Product Item ? */

.page-section-with-product-slider .product-item {
    width: 100%;
    max-width: 177px !important;
    gap: 5px;
    margin: 0;
}

.page-section-with-product-slider .product-item .product-labels {
    display: none;
    padding: 0;
    margin-top: calc(15px * -1);
} 

.page-section-with-product-slider .product-item {
    justify-content: flex-start;
    overflow: visible;
    max-width: 180px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    padding: 15px 15px 30px;
}

.page-section-with-product-slider .product.product-item {
    overflow: visible;
}

.page-section-with-product-slider .catalog-product-image-slider {
    overflow: hidden;
}

.page-section-with-product-slider .product.product-item:hover {
    overflow: visible;
    height: auto;
    padding: 15px 15px 30px;
    overflow: visible;
    box-shadow: 0px 3px 53px 0px rgba(82, 82, 82, 0.13);
    margin: 0;
}

.page-section-with-product-slider .product.product-item:hover .product-quick {
    opacity: 0;
    visibility: hidden;
}

.page-section-with-product-slider .product-item .product-img__img {
    width: 148px;
    height: 120px;
    object-fit: contain;
    margin: 0;
}

.page-section-with-product-slider .product-item .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    height: auto;
    /* min-height: 42px; */
}

.page-section-with-product-slider .product-title-box {
    position: relative;
}

.product-title-promt {
    display: none;
}

.page-section-with-product-slider .product-title-promt {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    max-width: 150px;
    position: absolute;
    transform: translateY(-65%);
    top: -60%;
    left: 0;
    background: #f0f0f0;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
    z-index: 10;
}

.page-section-with-product-slider .product-title-box:hover .product-title-promt {
    opacity: 1;
    visibility: visible;
}

.page-section-with-product-slider .product-item .product-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 32px;
    font-size: 16px;
    font-weight: 600;
}

.page-section-with-product-slider .product-item .product-price .old {
    margin: 0;
}

.page-section-with-product-slider .product-item .product-price .old .sale {
    font-size: 14px;
    font-weight: 600;
    padding: 0 4px;
    margin: -2px 0 0 5px;
}

.page-section-with-product-slider .product-item .product-status {
    bottom: 7px;
    right: auto;
    left: 15px;
    gap: 5px;
    opacity: 1;
    visibility: visible;
}

.page-section-with-product-slider .product-item .product-status span {
    width: max-content;
    padding: 2px 0 0;
}

.page-section-with-product-slider .product-item .product-status:hover span {
    opacity: 1;
}

.page-section-with-product-slider .product-item .product-status--custom {
    max-width: 100px;
    top: 10px;
    right: auto;
    left: 15px;
    bottom: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.page-section-with-product-slider .product-item .product-status--custom span {
    line-height: 14px;
    opacity: 1;
    position: static;
    pointer-events: none;
    opacity: 1;
    width: max-content;
    top: 0;
    right: 0;
    background: transparent;
    padding: 0;
    background: conic-gradient(from 180deg at 50% 50%, #ed4261 0, #425ded 65.21063804626465deg, #bfc9ff 133.4766447544098deg, #42a5ed 195.4675269126892deg, #c142ed 252.55643606185913deg, #edd242 323.99999141693115deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-section-with-product-slider .product-item .product-info,
.page-section-with-product-slider .product-item .product-bonus {
    display: none;
}

.page-section-with-product-slider .product-item .product-category {
    display: none;
    min-height: 24px;
    font-size: 12px;
    line-height: 14px;
    color: rgb(34, 34, 34, 0.5);
    margin: 0;
}

.page-section-with-product-slider .product-item .product-cart {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    gap: 10px;
    /* margin: auto 0 0 0; */
}

.page-section-with-product-slider .product-item .product-descr {
    gap: 5px;
    margin: 0;
}

.page-section-with-product-slider .product-item .button {
    width: 100%;
    border-color: #222222;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 0;
    color: #222222;
    margin: 0;
}

.page-section-with-product-slider .product-item .button .icon {
    display: none;
}

.page-section-with-product-slider .product-item .button .icon-bell {
    display: block;
}

.page-section-with-product-slider .product-item .button:hover {
    background-color: #222222;
    color: #ffffff;
}

.page-section-with-product-slider .product-item .button:hover .button_subscribe-icon {
	background-color: transparent;
}


.page-section-with-product-slider .product-item .button.in-cart {
    background-color: #222222;
    color: #ffffff;
}

.page-section-with-product-slider .product-item .product-color {
    margin: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 8px;
    bottom: auto;
    height: auto;
    right: 8px;
}

.page-section-with-product-slider .product-item .product-selector {
	display: none;
}

/* ? Product Carousel ? */

.product-carousel-controls {
    top: -66px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    right: 18px;
    padding: 7px 3px;
}

.page-section-with-product-slider .product-carousel-wr .swiper-button-prev,
.page-section-with-product-slider .product-carousel-wr .swiper-button-next {
    position: relative;
    width: 24px;
    height: 24px;
    background-image: none;
    margin: 0;
}


.page-section-with-product-slider .product-carousel-wr .swiper-button-next::before,
.page-section-with-product-slider .product-carousel-wr .swiper-button-prev::before,
.page-section-with-product-slider .product-carousel-wr .swiper-button-next::after,
.page-section-with-product-slider .product-carousel-wr .swiper-button-prev::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    left: 6px;
    border-radius: 2px;
    background-color: #222222;
}

.page-section-with-product-slider .product-carousel-wr .swiper-button-next::before,
.page-section-with-product-slider .product-carousel-wr .swiper-button-prev::before {
    top: 8px;
    transform: rotate(-45deg);
}

.page-section-with-product-slider .product-carousel-wr .swiper-button-next::after,
.page-section-with-product-slider .product-carousel-wr .swiper-button-prev::after {
    top: 13px;
    transform: rotate(45deg);
}

.page-section-with-product-slider .product-carousel-wr .swiper-button-next:hover::before,
.page-section-with-product-slider .product-carousel-wr .swiper-button-prev:hover::before,
.page-section-with-product-slider .product-carousel-wr .swiper-button-next:hover::after,
.page-section-with-product-slider .product-carousel-wr .swiper-button-prev:hover::after {
    background-color: #00AFFF;
}

.page-section-with-product-slider  .swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    z-index: 10;
    width: max-content;
    position: static;
    height: 24px;
}

.page-section-with-product-slider .product-selector {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px;
}

.product-carousel-item-stub {
    height: 334px !important;
    width: calc(100% / 6 - 15px) !important;
}

.page-section-with-product-slider .product-item .product-archive {
	position: absolute;
    bottom: 15px;
	text-align: left;
    font-size: 14px;
}

.product.product-carousel__item .product-img { 
    display: flex;
    justify-content: center;
}

@media (max-width: 1280px) {
    .product-carousel-wr {
        margin: 0
    }
}

@media (max-width: 1275px) {
    .header-nav__item {
        margin: 0 0 0 3px;
    }

    .header-nav__item:nth-of-type(3),
    .header-nav__item:nth-of-type(4) {
        margin: 0 0 0 3px;
    }

    .header-nav__item:nth-of-type(5) {
        margin: 0 0 0 3px;
    }

    .header-nav__item:nth-of-type(6) {
        margin: 0 0 0 3px;
    }

    .header-nav-dropdown .header-nav__item:nth-of-type(1),
    .header-nav-dropdown .header-nav__item:nth-of-type(2),
    .header-nav-dropdown .header-nav__item:nth-of-type(3),
    .header-nav-dropdown .header-nav__item:nth-of-type(4),
    .header-nav-dropdown .header-nav__item:nth-of-type(5),
    .header-nav-dropdown .header-nav__item:nth-of-type(6) {
        margin: 0 0 0 8px !important;
    }
}

@media (max-width: 1200px) {
    .header-logo img {
        margin: -3px 0 0 5px;
    }

    .header-logo::before {
        top: -21px;
        left: -22px;
    }

    #sidebar .page-sidebar {
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    #sidebar .invoice-info {
        opacity: 0;
        height: 0;
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    .header .modal .back-link {
        display: none;
    }

    .header-content {
        height: 84px;
    }

    .header-nav .box {
        padding: 0 16px;
    }

    .header-nav__item .link span,
    .header-nav__item.link span {
        font-size: 12px;
    }

    .link.header-nav__item .dropdown-value .icon {
        font-size: 32px;
    }

    .header-nav__item_more {
        display: none !important;
    }

    .page-title {
        font-size: 48px
    }

    .page-title__h {
        padding-right: 70px
    }

    .page-content {
        width: calc(100% - 360px)
    }

    .page-sidebar {
        width: 330px
    }

    .header-catalog-main-list {
        width: 240px
    }

    .header-logo {
        width: 170px;
        margin-right: 40px
    }

    .header-shops-list__item {
        width: calc(100% / 3)
    }

    .header-nav-dropdown {
        display: flex !important;
        position: static !important;
        border: none;
        background-color: #222222 !important;
    }

    /* 
         .header-nav-dropdown {
                 display: none;
                 top: 100%;
                 right: 0;
                 position: absolute;
                 height: auto;
                 padding: 10px 0 12px;
                 background: url('../images/header-bg.jpg') repeat;
                 border-top: 2px solid #373737;
         } */

    .header-nav-dropdown .header-nav__item {
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }

    .header-nav-dropdown .header-nav__item .icon {
        display: none;
    }

    .header-nav__item {
        flex: 1 auto;
        padding: 0
    }

    .header-nav__item_more {
        display: flex !important;
        margin-right: -15px;
        background: none !important;
    }

    .header-nav__item_more .header-mav-more__button {
        padding: 0 15px;
    }

    .header-nav__item_more .header-mav-more__button .icon {
        margin: 0;
        font-size: 16px;
        color: rgba(255, 255, 255, .5);
    }

    .header-nav__item_more:hover .header-mav-more__button .icon {
        color: #fff;
    }

    .footer-subscribe__checkbox {
        margin-left: 25px
    }

    .footer-subscribe__button {
        width: 200px;
        margin-left: 25px
    }

    .product {
        height: 350px
    }

    .product:hover {
        height: 370px
    }

    .product-cart .button_subscrie {
        max-width: 110px
    }

    .product-quick {
        top: 160px
    }

    .products-grid__group_full {
        max-height: 836px
    }

    .products-grid__item {
        width: calc(28% - 15px)
    }

    .products-grid__item_big {
        width: calc(44% - 15px);
        height: 715px
    }

    .products-grid__item_big:hover {
        height: 735px
    }

    .products-grid__item_big .product-quick {
        top: 507px
    }

    .commerce-block-content {
        min-width: 500px;
        max-width: 500px
    }

    .commerce-block__text {
        font-size: 22px
    }

    .commerce-block_carousel .box {
        min-height: 300px;
        padding: 0 65px
    }

    .commerce-block_carousel .commerce-block-content {
        min-width: auto;
        max-width: none
    }

    .commerce-block .swiper-button-prev {
        left: 15px;
        margin-left: 0
    }

    .commerce-block .swiper-button-next {
        right: 15px;
        margin-right: 0
    }

    .news-subscribe__text {
        margin-bottom: 10px
    }

    .news-subscribe__field {
        margin-right: 20px
    }

    .news-subscribe-form {
        flex-wrap: wrap
    }

    .modal_full {
        max-width: calc(100% - 40px);
        padding-right: 20px;
        padding-left: 40px
    }

    .modal_quick,
    .modal_pickup {
        max-width: calc(100% - 40px)
    }

    .quick-view-footer__row .title {
        font-size: 18px
    }

    .quick-view-footer__row .title-text {
        font-size: 16px
    }

    .confirm-button {
        margin-top: 16px
    }


    .subscribe-title {
        font-size: 22px
    }

    .subscribe-text {
        font-size: 14px
    }

    /* Cart Table */
    .cart-table tr td {
        padding-right: 20px
    }

    .cart-table .cart-table__photo {
        width: 140px;
        max-width: 140px;
        padding-left: 20px
    }

    .cart-table .cart-table__title {
        font-size: 16px
    }

    .cart-table .cart-table__count {
        width: 125px;
        max-width: 125px;
        padding-right: 20px
    }

    .cart-table .cart-table__count .counter + span {
        right: 20px
    }

    .search-catalog__item {
        width: calc((100% - 60px) / 5)
    }

    .search-catalog__item:nth-child(6n + 1) {
        margin-left: 15px
    }

    .search-catalog__item:nth-child(5n + 1) {
        margin-left: 0
    }

   .fixed {
        position: fixed;
        left: 0;
    }

    .marketing-banner.fixed {
        position: fixed;
        width: 100%;
        z-index: 100;
    }

 /* 
    .header.fixed {
        animation-name: showHeaderLine;
        animation-fill-mode: forwards;
        animation-duration: 1s;
    }

     .header {
        top: 0 !important;
    }
    .header.fixed--marketing {
        position: fixed;
        top: 39px !important;
        left: 0;
        animation-name: showHeaderWithMarketing;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    .marketing-banner.fixed {
        top: 0;
        width: 100%;
        z-index: 100;
        animation-name: showMarketingBanner;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    .header.fixed.fixed--marketing {
        top: 0 !important;
        animation-name: showMarketingBanner;
    } */

    .page-title .tags-list {
        margin: 0;
        margin-left: auto
    }

    .page-section-with-product-slider .product-item .product-status {
        display: block;
        bottom: 70px;
    }

    /* @keyframes showHeaderLine {
        0% {
            transform: translateY(-84px);
        }
    
        100% {
            transform: translateY(0);
        }
    }

    @keyframes showHeaderWithMarketing {
        0% {
            transform: translateY(-84px);
        }
    
        100% {
            transform: translateY(39px);
        }
    }

    @keyframes showMarketingBanner {
        0% {
            transform: translateY(-39px);
        }
    
        100% {
            transform: translateY(0);
        }
    } */
}

@media (max-width: 1199px) {
    .alert_blue {
        width: 100%;
        z-index: 103;
    }

    .after-header-mobile-margin {
        display: block;
    }

    .after-header-mobile-margin--marketing-banner {
        display: block;
    }

    .tooltip-close {
        right: 15px;
        font-size: 16px;
        color: #222222;
    }

    .header-menu {
        padding: 0;
    }

    .header-menu .header-menu__item {
        font-size: 23px;
    }

    .header-menu__item_hamburger {
        /* display: flex; */
        /*position: relative;*/
        /*margin-bottom: -2px;*/
    }

    .header-menu__item_hamburger .icon {
        width: 24px;
        height: 22px;
        margin: 0;
    }

    .header-main-bg {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 13;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    }

    .header-main-bg.is-active {
        opacity: 1;
        visibility: visible;
    }

    .header-main {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 375px;
        height: 100%;
        z-index: 14;
        transition: 0.5s;
        transform: translateX(100%);
    }

    .header-main.is-open {
        transform: translateX(0%);
    }

    .header-main__content {
        overflow: auto;
        width: 375px;
        right: 0;
        left: auto;
        background-color: #222222;
        transition: 0.5s;
    }

    .header-main__content .header-main-headline {
        background-color: #FFFFFF;
    }

    .header-main-headline-nav {
        margin-left: 0;
    }

    .header-main .search-block {
        width: 100%;
        padding: 0 13px;
        margin: 24px 0 0 0;
    }

    .header-main .search-block__field {
        background-color: transparent;
        color: #FFFFFF;
        font-size: 16px;
    }

    .header-main .search-block__button {
        right: 30px;
        top: 20px
    }

    .header-main .header-main-catalog__item {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 18px;
        border-bottom: none;
    }

    .header-main .header-main-catalog__item.selected {
        color: #5CCCFF;
    }

    .header-main .header-main-catalog__item-simple {
        background-image: url('/local/templates/doctorhead/images/dotted.svg');
        background-repeat: repeat-x;
        background-position: top;
        background-size: 767px;
    }

    .header-main .header-main-catalog__item-simple:last-child {
        background-image: url('/local/templates/doctorhead/images/dotted.svg'), url('/local/templates/doctorhead/images/dotted.svg');
        background-repeat: repeat-x, repeat-x;
        background-position: top, bottom;
        background-size: 767px;
    }

    .header-main-catalog .header-main-catalog__item:nth-of-type(9) {
        /* background-image: url('/local/templates/doctorhead/images/dotted.svg'); */
        background-repeat: repeat-x;
        background-position: top;
        background-size: 767px;
    }

    .header-preferenses {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 15px 30px;
        color: #FFFFFF;
        text-align: center;
        justify-content: right;
        height: auto;
    }

    .header-preferenses__item {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        text-decoration: none;
        border: 2px solid var(--base-color-grey-border);
        border-radius: 6px;
        color: #FFFFFF;
        height: 50px;
    }

    .header-main .header-main-nav {
        display: flex;
        align-items: center;
        gap: 0;
        color: #FFFFFF;
        height: auto;
        padding: 0 17px;
    }

    .header-main .header-main-nav__item {
        font-size: 18px;
        padding: 0;
    }

    .header-main .header-main-nav__item .icon {
        color: #FFFFFF;
    }

    .header-main .header-main-nav__item:first-child {
        justify-content: left;
        gap: 7px;
    }

    .header-main .header-main-nav__item:last-child {
        justify-content: flex-end;
    }

    .header-main .search-block-results.is-open {
        opacity: 1;
        visibility: visible;
        display: block !important;
        padding: 20px;
    }

    .modal-wr[data-modal="catalogMobile"] .modal {
        width: 100%;
        height: 100%;
        max-height: 100%;
        padding: 0 0 15px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tablet-hidden {
        display: none !important
    }

    .tablet-visible {
        display: block !important
    }

    .tablet-visible_flex {
        display: flex !important
    }

    .tablet-visible_inline {
        display: inline !important
    }

    .link_more:hover {
        text-decoration: none
    }

    .add-field-wr input {
        font-size: 14px
    }

    .file-field {
        max-width: 320px
    }

    .set-rating-list__item {
        font-size: 14px
    }

    .set-rating-list__item .set-rating {
        margin-top: 1px
    }

    .search-block-wr {
        width: 100%;
        display: none;
    }

    .search-block-results {
        width: 100%
    }

    .header-main .search-block-results {
        width: calc(100% - 32px);
        top: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 10px;
    }

    .search-block .search-product .product-status {
        display: flex
    }

    .page-title {
        margin-bottom: 20px;
        font-size: 40px
    }

    .page-title__h {
        padding-right: 60px
    }

    .page-section-headline {
        flex-wrap: wrap;
        gap: 20px;
    }

    .page-section-filter {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start
    }

    .page-section__title {
        margin-top: 44px;
        margin-bottom: 15px
    }

    /* .page-catalog {
            flex-direction: column
     } */

    .page-catalog .filters {
        width: 100%;
        margin-bottom: 30px
    }

    .page-catalog .filters-wr {
        /* width: 100%; */
        margin-bottom: 30px;
    }

    .page-catalog .filters-wr .filters {
        margin-bottom: 0;
    }

    /* .page-catalog__content {
                 width: 100%
         } */

    .page-catalog-sorting {
        margin-bottom: 25px;
        padding-left: 0
    }

    .page-catalog_elastic .page-catalog__content {
        width: 100%;
        margin: 0
    }

    .page-catalog_elastic .page-catalog__content .catalog-list {
        margin-bottom: 5px
    }

    .page-catalog_elastic .page-catalog__content .catalog-list__item {
        width: calc((100% - 30px) / 3);
        margin-bottom: 15px;
        margin-left: 15px
    }

    .page-catalog_elastic .page-catalog__content .catalog-list__item:nth-child(2n + 1) {
        margin-left: 15px;
    }

    .page-catalog_elastic .page-catalog__content .catalog-list__item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .page-inner {
        flex-direction: column;
        justify-content: flex-start
    }

    .page-inner_article .page-content {
        width: 100%
    }

    .page-inner_article .page-sidebar {
        width: 100%;
        margin-top: 25px
    }

    .page-inner_cart .page-content {
        width: 100%
    }

    .page-inner_cart .page-sidebar {
        width: 100%;
        margin-top: 0
    }

    /* .page-inner_cart .page-sidebar__inner {
        margin-top: 30px
    } */

    .page-content {
        width: 100%
    }

    .page-sidebar {
        width: 100%;
        margin-top: 50px
    }

    .header-catalog-main-list {
        width: 225px;
        padding: 15px 0
    }

    .header-catalog-main-list__item {
        padding: 15px 20px;
        font-size: 16px
    }

    .header-catalog-main-nav .header-catalog-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }

    .header-catalog-main-nav__title {
        font-size: 18px
    }

    .header-catalog-list {
        padding-top: 0
    }

    .header-headline .dropdown_local {
        margin-left: 20px
    }

    .header-location {
        margin-right: 20px
    }

    .header-contacts {
        margin-left: auto
    }

    .header-logo {
        width: 180px;
        margin: -2px 38px 0 -2px;
    }

    .header-search {
        margin: -4px 38px 0 12px;
        width: 70%;
        max-width: 100%;
    }

    .header-shops-wr {
        margin-right: 20px
    }

    .header-cart-wr .dropdown-content {
        margin-top: -84px
    }

    .header-nav__item .icon {
        font-size: 24px
    }

    .header-nav__item_more .header-mav-more__button .icon {
        font-size: 16px;
    }

    .header-advantages {
        display: none
    }

    .footer-subscribe {
        flex-direction: column
    }

    .footer-subscribe__title {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }

    .footer-subscribe-form {
        width: 100%
    }

    .footer-subscribe__field {
        flex: 1 auto;
        width: auto
    }

    .footer-cards {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .footer-cards p {
        flex-shrink: 0;
        width: 100%;
        margin: 0 0 10px;
        font-size: 14px;
        color: #929292;
    }

    .breadcrumbs-list {
        padding: 25px 0
    }

    .product {
        height: 400px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .product:hover {
        height: 400px;
        padding: 46px 20px 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product:hover .product-status,
    .product:hover .product-quick {
        display: none;
    }

    .product-cart .button_subscrie {
        max-width: none
    }

    .product-status {
        display: none
    }

    .product-quick {
        display: none
    }

    .products-grid__group {
        margin: 0 -10px
    }

    .products-grid__group_full {
        flex-direction: row;
        max-height: none;
        margin: 0 -10px;
        padding: 0
    }

    .products-grid__item {
        order: 3;
        width: calc(50% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px
    }

    .products-grid__item:nth-of-type(1),
    .products-grid__item:nth-of-type(2) {
        order: 1;
    }

    .products-grid__item:hover {
        margin-bottom: 20px
    }

    .products-grid__item_big {
        order: 2;
        width: calc(100% - 20px);
        height: 740px
    }

    .products-grid__item_big:hover {
        height: 740px;
        padding: 45px 30px 20px
    }

    .commerce-block .box {
        min-height: 170px;
        padding-right: 100px
    }

    .commerce-block-content {
        min-width: 350px;
        max-width: 380px
    }

    .commerce-block__title {
        font-size: 34px
    }

    .commerce-block__text {
        max-width: 350px;
        margin-top: 10px;
        font-size: 16px
    }

    .commerce-block__price .button {
        min-width: 110px;
        height: 30px;
        padding: 0 15px
    }

    .commerce-block-price .commerce-block__title {
        font-size: 80px
    }

    .commerce-block_carousel .box {
        min-height: 194px;
        padding-right: 65px
    }

    .commerce-block_carousel .commerce-block__item.align-left .commerce-block-content {
        padding-right: 0;
        padding-left: 40px
    }

    .commerce-block_carousel .commerce-block-content {
        min-width: auto;
        max-width: none;
        width: 420px;
        padding-right: 40px
    }

    .commerce-block .swiper-button-prev,
    .commerce-block .swiper-button-next {
        height: 32px;
        margin-top: -16px;
        font-size: 32px
    }

    .news-subscribe__title {
        margin-bottom: 10px
    }

    .news-subscribe__field+.news-subscribe__field {
        order: initial;
        width: 154px;
        margin-top: 0;
        margin-right: 20px
    }

    .news-subscribe__button {
        width: 240px
    }

    .news-subscribe-form {
        flex-wrap: nowrap
    }

    .news {
        flex-direction: column;
    }

    .news-col {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .news-col .news-card_bg:nth-child(2n + 2) {
        margin-left: 0;
    }

    .news-col .news-card_bg:nth-child(3) {
        display: flex;
        margin-left: 20px;
    }

    .news-col .news-card_bg:nth-child(n + 4) {
        display: none;
    }

    .news-col_wide {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
        padding-top: 25px;
        padding-left: 0;
        border-top: 1px solid #e2e2e2;
        border-top: 1px solid var(--base-color-grey-border);
        border-left: none
    }

    .news-col_wide .news-col__title {
        margin-left: 0
    }

    .news-col__title {
        width: 100%;
        margin-bottom: 20px
    }

    .news .news-subscribe {
        margin-top: 10px;
        margin-left: 0;
        padding-top: 24px
    }

    .modal_quick {
        display: none
    }

    .modal_form {
        padding-right: 20px;
        padding-left: 40px
    }

    .product-carousel-wr {
        padding: 0
    }

    .product-carousel-wr .swiper-button-prev,
    .product-carousel-wr .swiper-button-next {
        display: none
    }

    .product-carousel__item:hover {
        margin-bottom: 0
    }

    .catalog-item {
        width: calc((100% - 40px) / 2);
        margin: 0 0 20px 20px
    }

    .catalog-item:nth-child(3n + 1) {
        margin-left: 20px
    }

    .catalog-item:nth-child(2n + 1) {
        margin-left: 0
    }

    .catalog-item__image {
        height: 120px
    }

    .catalog-list-view {
        display: none
    }

    /* .catalog-list__item {
             width: calc((100% - 20px) / 2);
             margin-bottom: 20px;
             margin-left: 20px
     } */

    /* .catalog-list__item:nth-child(2n + 1) {
                 margin-left: 0;
             } */

    .catalog-list__item:hover {
        margin-bottom: 20px
    }

    .quick-view-selector .select {
        max-width: 250px
    }

    .quick-view-char__title {
        font-size: 24px
    }

    .quick-view-char__row .value {
        width: auto
    }

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget_search .widget-col:last-child {
        min-width: 106px;
        margin-left: 26px;
        padding-left: 26px
    }

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

    .widget_subscribe .widget-title {
        width: 100%;
        padding-right: 345px;
    }

    .widget_subscribe .widget-text {
        width: calc(100% - 345px);
    }

    .widget_subscribe .widget-form {
        width: 315px;
        margin-top: -40px;
    }

    .subscribe-list__item {
        padding-top: 395px
    }

    .subscribe-button {
        margin-top: 10px
    }

    .profile-form {
        margin: 0
    }

    .profile-form_recovery {
        margin: 0 0 25px
    }

    .profile-form_recovery:not(:first-child) {
        margin-top: 25px;
    }

    .profile-form .field-wr {
        margin-bottom: 15px
    }

    .profile-form .field-wr_confirm .confirm {
        margin-top: 0
    }

    .profile-avatar {
        margin-bottom: 0
    }

    .search-catalog__item {
        width: calc((100% - 60px) / 4);
        margin-bottom: 20px;
        margin-left: 20px
    }

    .search-catalog__item:nth-child(6n + 1) {
        margin-left: 20px
    }

    .search-catalog__item:nth-child(5n + 1) {
        margin-left: 20px
    }

    .search-catalog__item:nth-child(4n + 1) {
        margin-left: 0
    }

    .header-main-nav__item--shops {
        visibility: hidden;
    }

    .header-preferenses__item--shops {
        border-color: #00AEFF;
    }

    .menu-brands {
        padding: 0 18px;
    }

    .quick-view-price.black-friday-edition .link {
        font-size: 12px;
    }

    .cheaper-bf-container {
        padding: 16px 9px;
        font-size: 14px;
    }

    #banner-stories {
        margin-bottom: 0;
    }

    #banner-stories ~ .page-section .page-section-inner {
        margin-top: 0;
    }

    #banner-stories + .page-section .page-section__title {
        margin-top: 0px;
    }

    .black-friday-edition .product-price {
        margin-right: 10px;
    }

    .menu-actions {
        padding: 0 18px;
        margin-left: 0;
    }
}

@media (max-width: 1180px) {
    .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 78px;
        grid-column-gap: 39px;
    }

    .footer-nav-col {
        max-width: 100%;
    }

    .footer-info__item:nth-of-type(2) {
        margin: 0;
        padding-right: 0;
    }
    .footer-info__item:nth-of-type(2):before {
        display: none;
    }
    .footer-info__item:nth-of-type(2):after {
        display: none;
    }
}

@media (max-width: 1140px) {
    .page-catalog_elastic .page-catalog__content .catalog-list__item {
        width: calc(100% / 3 - 15.1px)
    }

    .news-subscribe__field+.news-subscribe__field {
        order: 1;
        width: 100%;
        margin-top: 10px;
        margin-right: 0
    }

    .catalog-list__item {
        width: calc(100% / 2 - 15.1px)
    }
}

@media (max-width: 1120px) {
    .product-carousel-stub.minicards .product-carousel-item-stub {
        width: calc(100% / 3 - 12px);
    }
    .product-carousel-stub.minicards .product-carousel-item-stub:last-child {
        display: none;
    }
}

@media (max-width: 1100px) {
    .header-nav .box {
        padding: 0 2px;
    }

    .header-nav>.box {
        justify-content: space-between;
    }

    .header-nav__item {
        flex: inherit;
        /* padding: 0 0 0 6px; */
        padding: 0;
    }

    .header-nav-dropdown .header-nav__item:nth-of-type(1),
    .header-nav-dropdown .header-nav__item:nth-of-type(2),
    .header-nav-dropdown .header-nav__item:nth-of-type(3),
    .header-nav-dropdown .header-nav__item:nth-of-type(4) .header-nav-dropdown .header-nav__item:nth-of-type(5),
    .header-nav-dropdown .header-nav__item:nth-of-type(6) {
        margin: 0 0 0 12px !important;
    }

    .link.header-nav__item .dropdown-value .icon {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {

    .box--blog,
    .box--main-subscribe {
        padding: 0 16px;
    }

    .box--blog {
        overflow: hidden;
    }

    .box--footer {
        padding: 0 32px;
    }

    .page-title--blog {
        font-size: 36px;
        line-height: 43px;
        margin: 2px 0 0 0px !important;
    }

    .page-catalog .filters-wr {
        width: 100%;
        margin-bottom: 30px;
    }

    .page-catalog .filters {
        width: 100%;
        margin-bottom: 30px
    }

    .catalog-list__item {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
        margin-left: 20px
    }

    .page-catalog__content {
        width: 100%;
    }

    .catalog-list__item {
        width: calc(100% / 2 - 15.1px);
    }

    .catalog-list__item:nth-child(2n + 1) {
        margin-left: 0;
    }

    .products-grid__item_big {
        height: auto;
    }

    #popular_products .catalog-list.row-cnt-4 .catalog-list__item {
        width: 100%;
    }

    .page-catalog_elastic .page-catalog__content .catalog-list__item:nth-child(2n + 1) {
        margin-left: 15px;
    }

    .page-catalog_elastic .page-catalog__content .catalog-list__item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .page-catalog {
        flex-direction: column
    }



    .product-labels {
        /* width: 50%; */
        width: 100%;
    }

    .header-headline,
    .header-nav,
    .header-menu>.header-menu__item:not(.header-menu__item_cart, .header-menu__item_hamburger),
    .header-cart-wr.dropdown-cart:hover .dropdown-content-cart {
        display: none;
    }

    .header-menu__item_hamburger {
        display: flex;
    }

    .catalog-plug {
        display: none;
    }

    .alert_blue {
        z-index: 99;
        /* max-height: 36px;
        min-height: 36px; */
    }

    .footer-inner {
        padding: 67px 0 0 0;
    }

    .footer-content {
        width: 100%
    }

    .footer-info {
        flex-wrap: wrap;
    }

    .footer-info__item {
        flex: auto;
    }



    .footer-nav {
        display: block;
        margin-top: 0;
    }

    .footer-nav-col {
        width: 100%;
        max-width: 100%;
        margin: 0 0 21px 0;
        box-sizing: border-box;
    }

    .footer-nav-sublink-wr {
        display: flex;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 25px 0 0 0;
        transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
    }

    .footer-nav__link:first-of-type {
        margin: 0;
    }

    .footer-nav__li_parent.is-active+.footer-nav-sublink-wr.showContent {
        /* max-height: 500px; */
        max-height: 100vh;
        opacity: 1;
        transition: opacity 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
    }

    .footer-nav__link {
        margin-bottom: 49px;
        padding-right: 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: none;
    }

    .footer-nav__link:first-of-type {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        padding: 0 0 6px 0;
    }

    .footer-nav__li_parent {
        position: relative;
        padding: 0 16px 4px 0;
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
    }

    .footer-nav__li_parent:before {
        content: '';
        top: calc(50% - 6px);
        right: 0;
        position: absolute;
        width: 12px;
        height: 8px;
        background: url('/local/templates/doctorhead/images/icons/menu-footer-arrow.svg') no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        transition: transform .1s ease-in-out;
    }

    .footer-nav__link_parent.is-active:before {
        transform: rotate(-180deg);
    }

    .footer-nav__sublink {
        margin-bottom: 16px;
        width: 100%;
        padding: 2px 0 20px 0;
        color: #FFFFFF;
        font-weight: 400;
        background: url('/local/templates/doctorhead/images/icons/footer-sublink-line.svg') no-repeat bottom;
    }

    .footer-nav__sublink:last-child {
        margin-bottom: 0;
        padding-bottom: 25px;
        background: none;
    }

    .footer-info__item:last-child {
        margin-top: 10px;
        justify-content: center;
        text-align: center;
        white-space: wrap;
    }

    .footer-info__item:first-child {
        justify-content: center;
        text-align: center;
    }

    .footer-info__item:nth-of-type(2) {
        margin-top: 10px;
        text-align: center;
        justify-content: center;
    }

    .footer-info_en .footer-info__item:nth-of-type(2) {
        padding: 0;
    }
    .footer-info_en .footer-info__item:first-child {
        padding-right: 0;
    }

    .footer-info_en .footer-info__item {
        flex-basis: 100%;
    }

    .footer-info_en .found-error {
        display: none;
    }

    .footer-info__item.mobile-hidden {
        display: none;
    }

    .footer-owner {
        margin: 22px auto 0;
    }

    .page-section .brands {
        padding: 0 20px;
    }

    /* Catalog Categories */

    .catalog-categories .box {
        padding: 0 16px;
    }

    .catalog-categories__title {
        padding: 0 0 0 16px;
    }

    .catalog-categories-list {
        grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
        gap: 20px;
        margin: 25px auto 0;
    }

    .catalog-categories-list__link {
        padding: 10px 14px 10px 11px;
    }

    .catalog-list.row-cnt-4 .catalog-list__item {
        width: calc((100% - 20px) / 2);
    }

    .product-carousel-item-stub {
        margin-right: 0;
        height: 270px;
        width: calc(100% - 48px);
        overflow: hidden;
    }

    .product-carousel-item-stub:nth-child(-n+2) {
        margin-right: 16px;
    }

    .product-carousel-item-stub:last-child {
        display: none;
    }

    .cheaper-bf-container {
        justify-content: flex-start;
        padding: 17px 18px;
        font-size: 16px;
    }

    /* Tags */

    .tags-list-catalog + .show-all-tags-btn:hover {
        color: #222222;
    }

    .tags-list__item:hover,
    .tags-list__item:focus {
        border-color: #C4C4C4;
        background-color: #ffffff;
    }

    /* Alert / Marketing Banner */

    .alert .marquee-text {
        animation: marquee-text 20s infinite linear;
        padding-left: 100%;
    }

    /* JivoChat */
    .__jivoMobileButton {
        bottom: 50px !important;
    }

    /* ? New Minicards ? */
    .product-carousel-stub {
        justify-content: flex-start !important;
        gap: 15px !important;
    }

    .product-carousel-item-stub {
        width: 100% !important;
    }

    .page-section-with-product-slider .product-item {
        padding: 15px 15px 30px;
    }

    .page-section-with-product-slider .product-title-promt {
        display: none;
    }

    .page-section-with-product-slider .product-item .product-status {
        display: flex;
        bottom: 7px;
        right: auto;
    }

    .page-section-with-product-slider .product-item .product-status--custom {
        max-width: 100%;
        top: auto;
        left: 10px;
        bottom: 7px;
    }

    .page-section-with-product-slider .product-item .product-status span {
        display: block;
        position: static;
        opacity: 1;
        background-color: transparent;
    }

    .page-section-with-product-slider .product-item .product-status--custom span {
        font-size: 11px;
    }

    .page-section-with-product-slider .product.product-item:hover .product-status {
        display: flex;
    }

    /* ?  Minicard Container ? */
    .page-section-with-product-slider .minicards-container {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important
    }

    .page-section-with-product-slider .minicards-container .product-item {
        max-width: 100% !important
    }

    /* New */
    .products-grid {
        gap: 10px;
    }

    .products-grid__group_full {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
    }

    .products-grid__item {
        width: 100%;
        margin: 0;
    }

    .products-grid__item:hover {
        margin-bottom: 0;
    }

    .products-grid__group_full .products-grid__item:nth-of-type(4) {
        width: 200%;
    }

    .products-grid__item_big {
        width: 100%;
        height: 400px;
        grid-area: 2 / 3 / 3 / 4;
        padding: 45px 20px 20px;
    }
    
    .products-grid__item_big:hover {
        height: 400px;
        padding: 45px 20px 20px;
    }

    .products-grid__item_big .product-title {
        font-size: 16px;
    }

    .products-grid__item_big .product-price {
        font-size: 20px;
    }

    .products-grid__item_big .product-image img, 
    .products-grid__item_big .product-img__img {
        max-width: stretch;
    }

    .products-grid__item:nth-child(5) {
        display: flex;
        grid-area: 1 / 3 / 2 / 4;
    }
}

@media (max-width: 1000px) {
    .is--hidden-pc {
        display: block;
    }

    .products-grid__group_full {
        grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    }
}

@media(max-width: 800px) {
    .page-section-with-product-slider .minicards-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important
    }

}

@media (max-width: 768px) {
    .quick-view-section .social-consultation {
        margin: 0 0 10px 0;
    }

    .quick-view-section .social-consultation-section {
        justify-content: space-between;
    }

    .quick-view-section .social-consultation-item:nth-child(1),
    .quick-view-section .social-consultation-item:nth-child(3) {
        width: auto;
    }

    .quick-view-section .social-consultation-item {
        margin-top: 10px;
    }

    .cheaper-bf-container {
        margin-right: 0;
        padding: 17px 9px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .box + .page-section {
        margin-top: 20px;
    }
    
    .box--mobile {
        padding: 0;
    }

    .box--footer {
        padding: 0 16px;
    }

    .header-logo {
        width: 136px;
        margin: -1px 0 0 1px;
    }

    .header-logo::before {
        width: 51px;
        top: -18px;
        left: -15px;
    }

    .box--header-content,
    .box--shops-slider {
        padding: 0;
    }

    .box--header-content .header-content {
        padding: 0 15px;
    }

    .page-section {
        background-color: #ffffff;
        padding: 0;
    }

    .index-news-section,
    .index-popular-section {
        padding: 25px 0;
    }

    .index-news-section .page-section-headline .link_main,
    .index-popular-section .page-section-headline .link_main {
        flex-shrink: 0;
        display: inline-block;
        margin-top: 2px;
        margin-left: 20px;
        font-weight: 600;
        font-size: 14px;
    }

    .index-news-section .products-grid .pagination,
    .index-popular-section .products-grid .pagination {
        display: none;
    }

    .index-news-section .news-product-carousel__item.swiper-slide {
        max-width: 165px;
    }

    .index-popular-section .news-product-carousel__item.swiper-slide {
        max-width: 165px;
    }

    .page-section--mb-pd,
    .page-section-inner {
        padding: 25px 0;
    }

    .page-blog-section.page-section--no-pd .info-block-content {
        padding: 0;
    }

    .main-hero-carousel + .page-section {
        padding: 0;
    }

    .box--header-content .header-logo,
    .box--header-content .header-menu {}

    .product-image img {
        max-width: 100%;
    }

    .header-main {
        width: 100%;
    }

    .header-main .header-search {
        display: none
    }

    .header-search {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: 16px;
        z-index: -1;
        transition: .3s ease-in-out
    }

    .search-block__input-controls {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        top: 50%;
        right: 87%;
        width: 48px
    }

    .icon-clear {
        margin-top: 0
    }

    .icon-search {
        margin-top: -1px
    }

    .header-search--show c {
        background-color: transparent;
        border: 0;
        outline: 0;
        cursor: pointer;
        top: 50%;
        right: 0;
        z-index: 1;
        font-size: 16px;
        color: #cecece;
        transform: translate(0,-50%);
        padding: 0
    }

    .header-search--hide {
        opacity: 0;
        z-index: -1;
        /* width: 0 */
    }

    .header-search--show {
        opacity: 1;
        z-index: 1;
        /* width: 100% */
    }

    .header-search--show .search-block__input-controls {
        right: 20px;
        transition: .3s ease-in-out;
    }

    .header-search form {
        width: 0;
        transition: .3s 0.2s ease-in-out;
        overflow: hidden;
        position: relative;
    }

    .header-search--show form {
        width: 100%;
        transition: 0.6s ease-in-out;
    }

    .search-block__field { 
        padding: 0 16px;
    }

    .header-show-search-btn {
        display: block;
        background-color: transparent;
        border: 0;
        outline: 0;
        width: 24px;
        height: 24px;
        padding: 0
    }

    .icon-search {
        fill: #222
    }

    .icon-search-btn {
        width: 24px;
        height: 24px
    }

    .icon-search-cross {
        width: 22px;
        height: 22px
    }

    .box--header-content .search-block__button,
    .box--header-content .search-block__clear-input {
        position: static;
    }

    .header-main .search-block__button .icon-search {
        fill: #ffffff;
        right: 20px;
    }

    .search-block__field {
        border: 1px solid #222222;
        border: 1px solid var(--base-color);
    }

    .header-main .search-block__field {
        border: 1px solid #e2e2e2;
        border: 1px solid var(--base-color-grey-border);
    }

    .search-block__close-btn {
        display: block;
        background-color: transparent;
        border: 0;
        outline: 0;
        width: 22px;
        height: 22px;
        padding: 0;
        margin: 2px 0 0 auto;
        transition: 0.5s linear;
        opacity: 0;
    }

    .header-main .header-search {
        display: block;
        position: relative;
        background-color: transparent;
        z-index: 1000;
    }

    .header-main .header-search form {
        width: 100%;
    }

    .header-search--show .search-block__close-btn {
        opacity: 1;
    }

    .header-menu__item .dropdown-value .col {
        padding: 0;
    }
    
    .news-carousel__label {
        font-weight: bold;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 12px 0 0 0;
        padding: 8px 8px 8px;
        background: #D9BF8C;
        border-radius: 4px;
        text-align: center;
        display: inline-block;
    }

    :root {
        --base-color: #353535
    }

    hr {
        margin: 20px 0
    }

    .drift-zoom-pane.drift-inline {
        width: 90px;
        height: 90px;
        border-radius: 0;
    }

    .drift-zoom-pane:not(.drift-inline) {
        left: 30px !important;
        width: calc(100% - 60px);
        height: 300px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .mobile-hidden {
        display: none !important
    }

    .mobile-visible {
        display: block !important
    }

    .mobile-visible_flex {
        display: flex !important
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .empty-result {
        margin: 20px 0
    }

    .empty-result-suggestions {
        margin: 20px 0 0 0;
    }

    .empty-result p {
        font-size: 14px
    }

    .button_base .icon {
        font-size: 16px
    }

    .field-wr_date .field {
        width: 100% !important;
        max-width: 290px
    }

    .field-wr_date .icon {
        top: 40px;
        left: calc(290px - 29px)
    }

    .radio-wr {
        margin-bottom: 15px
    }

    .radio-wr .radio {
        margin-bottom: 8px
    }

    .radio-wr p {
        margin-bottom: 6px;
        font-size: 13px
    }

    .radio-wr p .value {
        font-size: 14px
    }

    .date-picker-x {
        top: 50%;
        left: 50%;
        position: fixed;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .arrow-top {
        bottom: 20%;
        width: 39px;
        height: 44px;
        font-size: 13px
    }

    .page .see-all {
        top: auto;
        padding-bottom: 0
    }

    .page-title {
        display: block;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 28px;
    }

    .page-title--blog {
        margin: 15px 0 0 0px !important;
    }

    .page-title_compare {
        padding-right: 115px
    }

    .page-title_compare+.compare .compare-remove {
        top: -52px;
    }

    .page-title__h {
        padding-right: 42px
    }

    .page-anchors {
        flex-wrap: wrap;
        margin: 0 -12px 5px;
        padding-top: 10px
    }

    .page-anchors__item {
        margin: 0 12px 15px;
        font-size: 14px
    }

    .page-section-headline .page-section__title_all {
        flex: 1 auto;
    }

    .page-section__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
        font-size: 20px
    }

    .page-section-headline__link {
        display: block;
        flex-shrink: 0;
        display: inline-block;
        margin-top: 2px;
        margin-left: 20px;
        font-weight: 600;
        font-size: 14px;
    }


    .page-section--best-offers {
        background-color: #ffffff;
    }

    .page-section__title--best-offers {
        display: flex;
        font-size: 20px;
        margin-top: 20px;
    }

    .page-section__title .link {
        flex-shrink: 0;
        display: inline-block;
        margin-top: 2px;
        margin-left: 20px;
        font-weight: 600;
        font-size: 14px;
    }

    .page-section__title .link_main {
        padding-bottom: 1px;
    }

    .page-section-inner .page-section__title {
        font-size: 20px;
        margin: 0 0 25px;
    }

    .page-section-inner .page-section__title:not(:first-child) {
        margin: 15px -15px 0;
        padding: 25px 15px 0;
        border-top: 1px solid #f1f1f1;
    }

    .page-section-inner .page-section__title .col {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-right: auto;
        margin-left: 6px;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        color: #fff;
        background: #e0be85;
        background: var(--base-color-gold);
        border-radius: 50%;
    }

    .page-catalog .filters-wr {
        width: calc(100% + 30px);
        margin: 20px -15px 0
    }

    .page-catalog-sorting {
        margin-bottom: 0
    }

    .page-catalog-sorting .sorting {
        position: absolute;
        top: -50px;
        right: -15px;
        width: 210px;
    }

    .page-catalog-sorting .sorting-dropdown {
        width: 100%;
        margin-left: 0;
        border-left: 1px solid #4e4e4e;
    }

    .page-catalog-sorting .sorting-dropdown .drop-down-headline {
        justify-content: center;
        height: 50px;
        color: #fff;
        background: transparent;
        border-radius: 0;
    }

    .page-catalog-sorting .sorting-dropdown .drop-down-headline .icon {
        color: #00AEFF;
        color: var(--base-color-blue);
    }

    .page-catalog-sorting .sorting-dropdown .drop-down-headline .icon-arrow {
        display: none;
    }

    .page-catalog-sorting .sorting-dropdown .drop-down-content {
        background: #3b3b3b;
    }

    .page-catalog-sorting .sorting-dropdown-list {
        padding-bottom: 5px;
        border-color: #4e4e4e;
    }

    .page-catalog-sorting .sorting-dropdown-list__item {
        padding: 0 10px 0 24px;
        color: #fff;
    }

    .page-catalog-sorting .sorting-dropdown-list__item .icon {
        color: #00AEFF;
        color: var(--base-color-blue);
    }

    .page-catalog-sorting .sorting-dropdown-list__item:hover .icon {
        color: #fff;
    }

    .page-catalog-sorting .sorting-dropdown-list__item.is-selected {
        color: #00AEFF;
        color: var(--base-color-blue);
    }

    .page-catalog-sorting .sorting-dropdown-list__item.is-selected .icon {
        color: #00AEFF;
        color: var(--base-color-blue);
    }

    .page-catalog-sorting .pagination-list {
        display: none
    }

    .page-catalog_elastic {
        position: relative;
        padding-top: 50px
    }

    .page-catalog_elastic:before {
        content: '';
        top: 0;
        right: -15px;
        left: -15px;
        position: absolute;
        height: 50px;
        background: #3b3b3b;
    }

    .page-catalog_elastic .page-catalog__content .catalog-list {
        margin-bottom: 0
    }

    .page-catalog_elastic .page-catalog__content .catalog-list__item {
        width: 50%;
        margin-bottom: 0;
        margin-left: 0
    }

    .page-catalog_elastic .page-catalog__content .catalog-list__item:nth-child(2n + 1) {
        margin-left: 0;
    }

    .header-main__content {
        overflow-y: scroll;
        /*max-width: 375px;*/
        width: 100%;
        right: 0;
        left: auto;
        background-color: #222222;
    }

    .header-main .search-block__button {
        right: 20px;
    }

    /* .header-search {
             display: none;
     } */
    /* .header-main .header-search {
         display: block;
     } */


    .footer-headline {
        border: none
    }

    .footer-subscribe {
        padding: 25px 0
    }

    .footer-subscribe__title {
        margin-bottom: 10px;
        font-size: 18px
    }

    .footer-subscribe-form {
        display: block
    }

    .footer-subscribe__checkbox {
        width: auto;
        margin-top: 10px;
        margin-left: 0
    }

    .footer-subscribe__button {
        width: 100%;
        max-width: 320px;
        margin-top: 20px;
        margin-left: 0
    }

    .footer-owner {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.2px;
    }

    .alert p {
        text-align: center
    }

    .custom-alert-content {
        padding: 20px;
        -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2)
    }

    .custom-alert__buttons {
        margin-top: 20px
    }

    .custom-alert__buttons .button {
        height: 40px
    }

    .custom-alert__buttons .button+.button {
        margin-left: 15px
    }

    #go_to_cart .box {
        padding: 0;
    }

    #go_to_cart .custom-alert__buttons  {
        flex-direction: column;
        gap: 15px;
    }   

    #go_to_cart  .custom-alert__buttons .button+.button {
        margin: 0;
    }

    #go_to_cart .info-block-heading {
        padding: 15px 8px;
    }

    #go_to_cart .info-block-heading__title {
        font-size: 16px;
        font-weight: 600;
        gap: 5px;
    }

    #go_to_cart .info-block-triggers {
        flex-wrap: nowrap;
        overflow: scroll;
        padding: 12px 0;
        margin: 0 0 12px;
    }

    #go_to_cart .info-block-triggers__trigger {
        flex-shrink: 0;
        white-space: nowrap;
        font-size: 14px;
        padding: 0 8px;
    }

    .breadcrumbs-list {
        flex-wrap: nowrap;
        overflow-y: scroll;
        gap: 10px;
        padding: 10px 0;
        margin: 5px 0 5px 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .breadcrumbs-list::-webkit-scrollbar {
        display: none;
    }    

    .breadcrumbs-list__item {
        font-size: 14px;
        white-space: nowrap;
    }

    .breadcrumbs-list__separator {
        margin: 0;
    }

    .breadcrumbs+.page-title,
    .breadcrumbs+.box .page-title {
        margin-top: 20px
    }

    .product-labels .product-gift .tooltip-window {
        display: none !important
    }

    .product-labels .product-gift .tooltip-window {
        left: -10px;
        width: 160px;
        padding: 20px 15px 15px;
    }

    .product-labels .product-gift .tooltip-window p {
        font-size: 13px;
    }

    .product-labels .product-gift .tooltip-window:before {
        left: 13px
    }

    .product-label+.product-gift,
    .price-label-cont+.product-gift {
        margin-top: 10px
    }

    .catalog-list__item.product .product-label.product-label_award {
        height: auto;
    }

    .product-label_award svg,
    .product-label_award img {
        width: 24px;
        height: auto;
    }

    .product-selector label {
        padding-right: 10px;
        font-size: 13px
    }

    .product-selector .select .ss-content .ss-list {
        padding: 5px 0;
    }

    .product-selector .select .ss-single-selected {
        padding: 0 0 0 9px;
    }

    .product-selector .select .ss-single-selected .placeholder {
        padding-right: 10px
    }

    .product-selector .select .ss-content .ss-list .ss-option {
        padding: 3px 10px
    }

    .product-descr .quick-view-size label {
        width: 50%;
        padding: 0;
    }

    .select .ss-single-selected .ss-arrow {
        margin: 0 7px 0 0;
    }

    .page-section-filter {
        display: none;
        width: auto;
        max-width: 1000px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 0 15px;
        margin: 0 -15px;
    }

    .page-section-filter__item {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0;
        text-transform: none;
    }

    .product-archive {
        font-size: 12px;
        line-height: 20px;
        text-align: left
    }

    .products-grid .pagination {
        margin-top: 20px
    }

    .products-grid__group {
        position: relative;
        width: calc(100% + 30px);
        margin: 0 -15px;
        background: #fff
    }

    .products-grid__group:after {
        content: '';
        z-index: 1;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 1px;
        background: #fff;
    }

    .products-grid__group_full {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        /* overflow-x: scroll; */
    }

    .products-grid__item {
        order: 1;
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8
    }

    .products-grid__item:nth-of-type(2n + 2) {
        border-right: none;
    }

    .products-grid__item:hover {
        margin: 0
    }

    .products-grid__item_big {
        order: 1;
        width: 50%;
        height: 295px;
        padding: 0
    }

    .products-grid__item_big:hover {
        height: 295px;
        padding: 0
    }

    .products-grid__item.product {
        height: 295px;
        padding: 30px 15px 15px
    }

    .products-grid__item.product:hover {
        height: 295px;
        padding: 30px 15px 15px;
    }

    .products-grid__item.product .product-labels {
        top: 10px;
        left: 15px;
        width: 35px;
    }

    .products-grid__item.product .product-label {
        width: 35px;
        height: 18px;
        font-size: 8px;
        letter-spacing: 2px;
    }

    .products-grid__item.product .product-label .icon {
        font-size: 18px;
    }

    .products-grid__item.product .product-info {
        top: 10px;
        right: 15px;
        display: flex !important;
    }

    .products-grid__item.product .product-bonus {
        top: 10px;
        right: 15px;
    }

    .products-grid__item.product .product-color {
        right: 15px;
        bottom: 84px;
        left: 15px;
        position: absolute;
        margin: 0;
    }

    .products-grid__item.product .product-descr {
        margin-bottom: 0;
    }

    .products-grid__item.product .product-title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .products-grid__item.product .product-price {
        width: 100%;
        padding-right: 15px;
        font-size: 16px;
    }

    .products-grid__item.product .product-price .old {
        display: block;
        margin-right: -15px;
    }

    .products-grid__item.product .product-price .val {
        display: block;
    }

    .products-grid__item.product .product-price .sale {
        display: none;
        margin: 0;
        padding: 0 3px;
    }

    .products-grid__item.product .product-cart {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 35px
    }

    .products-grid__item.product .product-cart>.button {
        right: 15px;
        bottom: 15px;
        position: absolute;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 35px;
        min-width: auto;
        margin-top: auto;
        font-size: 0;
        text-indent: 1000px;
    }

    .products-grid__item.product .product-cart>.button .icon {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .products-grid__item.product .product-cart>.button_base.is-active .icon {
        font-size: 13px;
    }

    .products-grid__item.product .product-nav {
        display: none !important;
        top: 10px;
        right: 15px;
        position: absolute;
    }

    .products-grid__item.product .product-nav__button {
        width: auto !important;
        margin: -5px !important;
        padding: 5px;
        font-size: 12px;
        color: #999;
    }

    .products-grid__item.product .product-nav-list {
        display: none;
        opacity: 0;
        bottom: 100%;
        position: absolute;
        width: 170px;
        margin-bottom: 4px;
        padding: 6px 0;
        background: #fff;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        -webkit-transition: opacity .1s ease-in-out;
        -o-transition: opacity .1s ease-in-out;
        transition: opacity .1s ease-in-out;
    }

    .products-grid__item.product .product-nav-list__item {
        cursor: pointer;
        padding: 6px 12px;
        font-size: 12px
    }

    .products-grid__item.product .product-nav-list__item.is-active {
        color: #00AEFF;
        color: var(--base-color-blue);
    }

    .products-grid__item.product .product-nav.is-open .product-nav-list {
        display: block;
        opacity: 1;
    }

    .commerce-block {
        display: none
    }

    .news-product-carousel .product-archive {
        line-height: 17px
    }

    .modal:not(.individual-production-container)  {
        width: 100%;
        height: 100%;
        max-height: 100%;
        padding: 40px 5px 25px 15px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .modal:not(.modal_quick) .simplebar-content {
        padding-right: 10px !important
    }

    .modal_full {
        max-width: none
    }

    .modal_wide .modal-footer {
        flex-direction: column
    }

    .modal_wide .modal-footer .button {
        width: 100%;
        max-width: 290px;
        margin: 0 auto
    }

    .modal_wide .modal-footer .button:not(:first-child) {
        margin-top: 15px;
        margin-left: auto
    }

    .modal_quick,
    .modal_pickup {
        max-width: none
    }

    .modal_pickup {
        padding: 0;
    }

    .modal_pickup .modal-close {
        top: 0;
        right: 0;
        padding: 10px;
        background: rgba(255, 255, 255, .5);
    }

    .modal_form {
        max-width: 100%
    }

    .modal_popd {
        max-width: 100%
    }

    .modal_app {
        padding: 0 0 15px
    }

    .modal_app .modal-title {
        font-size: 18px
    }

    .modal-title {
        font-size: 24px
    }

    .modal-text {
        font-size: 14px
    }

    .modal-form_col {
        display: block
    }

    .modal-form-row .link {
        margin: 20px auto 0
    }

    .modal-form-row .button {
        width: 100%
    }

    .modal-form-col {
        width: 100%;
        margin-right: 0
    }

    .modal-form-col_full .modal-form-row_full {
        height: auto
    }

    .modal-form-col_full .modal-form-row_full:not(:first-child) {
        height: auto
    }

    .modal-form-col_full .modal-form-row_full .field-wr {
        height: auto
    }

    .modal-form-col_full .modal-form-row_full .field-wr textarea.field {
        height: 186px
    }

    .modal-form-col+.modal-form-col {
        width: 100%
    }

    .product-carousel {
        padding-bottom: 0;
    }

    .product-carousel-wr {
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 15px 15px 20px;
        background: #fff
    }

    .product-carousel__item {
        width: 160px !important
    }

    .product-carousel__item .product-label.product-label_award,
    .news-product-carousel .product-label.product-label_award {
        height: auto;
    }

    .product-carousel__item .product-price.sale-percent .sale {
        display: none;
    }

    .product-carousel .product {
        z-index: unset;
        height: 270px;
        padding: 0
    }

    .product-carousel .product:hover {
        z-index: unset;
        height: 270px;
        padding: 0;
    }

    .product-carousel .product-labels {
        top: 1px;
        left: 4px;
        width: 100%;
        padding: 0;
    }

    .product-carousel .product-label {
        width: 100%;
        height: 18px;
        font-size: 8px;
        letter-spacing: 2px;
        color: transparent;
    }

    .product-carousel .product-label+.product-label {
        margin-top: 4px;
    }

    .product-carousel .product-label .icon {
        font-size: 18px;
    }

    .product-carousel .product-bonus {
        top: 1px;
        right: 1px;
    }

    .product-carousel .product-bonus .icon {
        font-size: 15px;
    }

    .product-carousel .product-image {
        margin: 20px 0 10px;
    }

    .product-carousel .product-color {
        right: 0;
        bottom: 100px;
        left: calc(50% - 100px /2);
        position: absolute;
        margin: 0;
    }

    .product-carousel .product-color .color__box {
        width: 14px;
        height: 14px;
        margin: 5px 4px
    }

    .product-carousel .product-color .color__box-svg {
        width: 16px;
        height: 16px;
    }

    .product-carousel .product-color .color__box:before {
        width: 20px;
        height: 20px;
    }

    .product-carousel .product-descr {
        display: block;
        margin-bottom: 0;
    }

    .product-carousel .product-category, .news-product-carousel .product-category {
        font-size: 12px;
        max-height: 2.2em;
    }

    .product-carousel .product-title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .product-carousel .product-info {
        top: 0;
        right: 0;
    }

    .product-carousel .product-cart {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 35px
    }

    .product-carousel .product-cart>.button {
        right: 0;
        bottom: 0;
        position: absolute;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 35px;
        min-width: auto;
        margin-top: auto;
        font-size: 0;
        text-indent: 1000px;
    }

    .product-carousel .product-cart>.button .icon {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .product-carousel .product-cart>.button_base.is-active .icon {
        font-size: 13px;
    }

    .product-carousel .product-price {
        width: 100%;
        padding-right: 15px;
        font-size: 15px;
    }

    .product-carousel .product-price .old {
        display: block;
        margin-right: -15px;
    }

    .product-carousel .product-price .val {
        display: block;
    }

    .product-carousel .product-price .sale {
        display: none;
        margin: 0;
        padding: 0 3px;
    }

    .product-carousel .product-badge {
        width: 100%;
        height: 35px;
        margin-top: auto;
    }

    .product-carousel .product-nav {
        display: none !important;
        top: 1px;
        right: 1px;
        position: absolute;
    }

    .product-carousel .product-nav__button {
        width: auto !important;
        margin: -5px !important;
        padding: 5px;
        font-size: 12px;
        color: #999;
    }

    .product-carousel .product-nav-list {
        display: none;
        opacity: 0;
        top: 100%;
        position: absolute;
        left: auto !important;
        right: 0 !important;
        z-index: 12;
        width: 110px;
        margin-top: 4px;
        padding: 6px 0;
        background: #fff;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        -webkit-transition: opacity .1s ease-in-out;
        -o-transition: opacity .1s ease-in-out;
        transition: opacity .1s ease-in-out;
    }

    .product-carousel .product-nav-list__item {
        cursor: pointer;
        padding: 6px 12px;
        font-size: 12px
    }

    .product-carousel .product-nav-list__item.is-active {
        color: #00AEFF;
        color: var(--base-color-blue);
    }

    .product-carousel .product-nav.is-open .product-nav-list {
        display: block;
        opacity: 1;
    }

    .product-carousel.swiper-container-horizontal>.swiper-pagination-bullets {
        display: none
    }

    .catalog .box {
        flex-direction: column
    }

    .catalog-item {
        flex-direction: row;
        width: calc(100% + 30px);
        margin: 0 -15px 2px;
        padding: 15px 20px
    }

    .catalog-item:nth-child(3n + 1) {
        margin-left: -15px
    }

    .catalog-item:nth-child(2n + 1) {
        margin-left: -15px
    }

    .catalog-item__image {
        flex-shrink: 0;
        width: 66px;
        height: 100%;
        min-height: 72px;
        margin-right: 20px;
        margin-bottom: 0
    }

    .catalog-item__text {
        font-size: 14px;
        text-align: left
    }

    .catalog-item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    /* Catalog Categories */
    #catalog-categories-slider {
        position: relative;
        overflow: hidden;
        padding: 0 0 50px;
    }

    #catalog-categories-slider .swiper-pagination-bullets {
        bottom: 18px;
    }

    #catalog-categories-slider .swiper-pagination-bullet-active {
        background: var(--base-color-gold);
    }

    .catalog-categories .box {
        padding: 0 16px;
    }

    .catalog-categories__title {
        font-size: 20px;
        padding: 0;
    }

    .catalog-categories-list {
        display: flex;
        gap: 0;
        margin: 18px auto 0;
    }

    .catalog-categories-list__item {
        max-width: 134px;
    }

    .catalog-categories-list__info {
        align-items: center;
    }

    .catalog-categories-list__link {
        flex-direction: column;
        gap: 35px;
        padding: 16px 5px 12px;
    }

    .catalog-categories-list__image {
        max-width: 100px;
        min-height: 100px;
    }

    .catalog-categories-list__title {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        min-height: 48px;
    }

    .catalog-list {
        width: calc(100% + 30px);
        margin: 0 -15px;
        background: #fff
    }

    .catalog-list:after {
        content: '';
        z-index: 1;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 1px;
        background: #fff;
    }

    .catalog-list~.pagination {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .catalog-list__item {
        width: 50%;
        margin-bottom: 0;
        margin-left: 0;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8
    }

    .catalog-list__item:nth-child(2n + 2) {
        border-right: none;
    }

    .catalog-list__item:hover {
        margin-bottom: 0
    }

    .catalog-list__item.product {
        height: 295px;
        padding: 30px 15px 15px
    }

    .catalog-list__item.product:hover {
        z-index: 10;
        height: 295px;
        padding: 30px 15px 15px;
    }

    .catalog-list__item.product .product-labels {
        /* top: 10px;
        left: 15px;
        width: 35px; */

        width: 100%;
        top: 16px;
        left: 0;
        padding: 0 0 0 13px;
    }

    .catalog-list__item.product .product-label {
        width: 35px;
        height: 18px;
        font-size: 8px;
        letter-spacing: 2px;
    }

    .catalog-list__item.product .product-label.product-label-custom {
        width: 100%;
    }

    .product-label__custom + .custom-label-descr {
        top: -16px;
    }

    .catalog-list__item.product .product-label.product-label_award {
        width: 100%;
        height: auto;
    }

    .catalog-list__item.product .product-label .icon {
        font-size: 18px;
    }

    .catalog-list__item.product .product-info,
    .compare-content-list__item.product .product-info {
        top: 10px;
        right: 15px;
        display: flex !important;
    }

    .catalog-list__item.product .product-bonus {
        top: 34px;
        right: 15px;
    }

    .catalog-list__item.product .product-selector {
        right: 15px;
        bottom: 90px;
        left: 15px;
        position: absolute;
        width: calc(100% - 30px);
        margin: 0;
        justify-content: space-between;
    }

    .product-descr .product-selector {
        justify-content: space-between;
    }

    .catalog-list__item.product .quick-view-size {
        position: static;
        margin: 0 0 10px 0;
        justify-content: space-between;
        width: 100%;
    }

    .catalog-list__item.product .product-color {
        right: 15px;
        bottom: 104px;
        left: 15px;
        position: absolute;
        margin: 0;
    }

    .catalog-list__item.product .product-descr {
        margin-bottom: 0;
    }

    .catalog-list__item.product .product-category {
        font-size: 12px;
        max-height: 1.2em;
    }

    .catalog-list__item.product .product-title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .catalog-list__item.product .product-price {
        width: 100%;
        padding-right: 15px;
        font-size: 16px;
    }

    .catalog-list__item.product .product-price .old {
        display: block;
        margin-right: -15px;
        margin-top: 0;
    }

    .catalog-list__item.product .product-price .val {
        display: block;
    }

    .catalog-list__item.product .product-cart {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        height: 35px
    }

    .catalog-list__item.product .product-cart>.button {
        right: 15px;
        bottom: 13px;
        z-index: 12;
        position: absolute;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 35px;
        min-width: auto;
        margin-top: auto;
        font-size: 0;
        text-indent: 1000px;
    }

    .product-cart .minicard-buy-btn .icon-cart {
        display: block;
    }

    .catalog-list__item.product .product-cart>.button .icon {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .catalog-list__item.product .product-cart>.button_base.is-active .icon {
        font-size: 13px;
    }

    .catalog-list__item.product .product-nav {
        display: none !important;
        top: 10px;
        right: 15px;
        position: absolute;
    }

    .catalog-list__item.product .product-nav__button {
        width: auto !important;
        margin: -5px !important;
        padding: 5px;
        font-size: 12px;
        color: #999;
    }

    .catalog-list__item.product .product-nav-list {
        display: none;
        opacity: 0;
        top: 100%;
        position: absolute;
        left: auto !important;
        right: 0 !important;
        z-index: 12;
        width: 110px;
        margin-top: 4px;
        padding: 6px 0;
        background: #fff;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        -webkit-transition: opacity .1s ease-in-out;
        -o-transition: opacity .1s ease-in-out;
        transition: opacity .1s ease-in-out;
    }

    .catalog-list__item.product .product-nav-list__item {
        cursor: pointer;
        padding: 6px 12px;
        font-size: 12px
    }

    .catalog-list__item.product .product-nav-list__item.is-active {
        color: #00AEFF;
        color: var(--base-color-blue);
    }

    .catalog-list__item.product .product-nav.is-open .product-nav-list {
        display: block;
        opacity: 1;
    }

    .catalog-list.row-cnt-4 .catalog-list__item {
        width: 50%;
    }

    .catalog-list__item.product .product-price.sale-percent .val {
        display: inline-block;
    }

    .catalog-list__item.product .product-price.sale-percent .sale {
        padding: 1px 3px;
    }

    .catalog_section-show_more {
        margin-left: 0;
    }

    .quick-view-bonuses .link {
        margin-right: 0
    }

    .quick-view-char {
        margin-bottom: 20px
    }

    .quick-view-char__title {
        display: none
    }

    .quick-view-about {
        margin-top: 0
    }

    .quick-view-about__title {
        display: none
    }

    .quick-view-about-list {
        margin-bottom: 20px
    }

    .quick-view-price.black-friday-edition .link {
        font-size: 16px;
    }

    .quick-view-bonuses.align-justify {
        flex-direction: row;
        align-items: center;
    }

    .pagination {
        justify-content: center
    }

    .pagination-list {
        justify-content: center
    }

    .pagination-list__item_prev,
    .pagination-list__item_next {
        width: 27px !important
    }

    .pagination-list__item_prev .icon,
    .pagination-list__item_next .icon {
        margin: 0
    }

    .pagination-list__item_prev .icon {
        margin: 0
    }

    .widget {
        margin: 0 -15px 20px;
        padding: 20px 15px
    }

    .widget-title {
        font-size: 20px
    }

    .widget-text {
        font-size: 14px
    }

    .widget-form__button {
        max-width: 320px;
        margin-top: 20px
    }

    .widget_search {
        flex-direction: column
    }

    .widget_search .widget-col:last-child {
        min-width: auto;
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        padding-left: 0;
        border: none
    }

    .widget_search .search-block {
        margin-bottom: 15px
    }

    .widget_search .search-block-results {
        padding: 0 15px
    }

    .widget_search .check-list {
        display: flex;
        flex-wrap: wrap;
        max-width: 290px;
        margin-bottom: -10px
    }

    .widget_search .check-list .check {
        width: 50%;
        margin-bottom: 10px
    }

    .widget_search .check-list .check:not(:first-child) {
        margin-top: 0
    }

    .widget_subscribe {
        display: block;
    }

    .widget_subscribe .widget-title {
        padding-right: 0;
    }

    .widget_subscribe .widget-text {
        width: 100%;
    }

    .widget_subscribe .widget-form {
        width: 100%;
        margin-top: 5px;
    }

    .confirm-text {
        display: block;
        font-size: 14px
    }

    .confirm-text__info {
        margin-top: 10px;
        margin-left: 0
    }

    .confirm-button {
        width: 100%
    }

    .subscribe {
        padding-bottom: 30px
    }

    .subscribe-check {
        left: 15px
    }

    .subscribe-content {
        right: 15px;
        bottom: 20px;
        left: 15px
    }

    .subscribe-content:before {
        right: -15px;
        bottom: -20px;
        left: -15px
    }

    .profile-form .field-wr {
        flex-direction: column;
        align-items: flex-start;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .profile-form .field-wr_radio {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        max-width: none;
    }

    .profile-form .field-wr .field-label {
        flex: initial;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .profile-form .field-wr .field-label br {
        display: none;
    }

    .profile-form .field-wr .field {
        flex: initial
    }

    .profile-form .field-wr .field_small {
        flex: initial;
        width: 100%;
        max-width: 175px
    }

    .profile-form .field-wr .field_middle {
        flex: initial;
        width: 100%
    }

    .profile-form .field-wr .field_middle~.field-button {
        right: 13px;
        left: auto;
    }

    .profile-form .field-wr .date-picker-x {
        top: 50%;
        left: 50%;
        position: fixed;
        margin-left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .profile-form .field-wr_confirm .field-label {
        margin-top: 0
    }

    .profile-form .field-wr_confirm .confirm {
        width: 100%
    }

    .profile-form .field-wr_confirm .confirm-button {
        width: 100%;
        max-width: 290px
    }

    .profile-form .field-wr_radio {
        margin-bottom: 10px
    }

    .profile-form__button {
        width: 100%;
        max-width: 290px;
        margin-left: 0
    }

    .profile-form__link {
        width: 100%;
        max-width: 290px;
        margin-left: 0
    }

    .profile-avatar {
        margin-top: -28px;
        padding: 26px
    }

    .avatar-list {
        margin-bottom: -20px
    }

    /* Cart Table */

    .cart-table {
        display: block;
        width: calc(100% + 30px);
        margin: 0 -15px
    }

    .cart-table tbody {
        display: block
    }


    .cart-table tbody tr {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 45px 15px 18px
    }


    .cart-table tr td {
        position: static;
        padding: 0
    }

    .cart-table tr:not(:first-child) {
        border-top: 1px solid #efefef
    }

    .cart-table tr:not(:first-child) td {
        border: none
    }

    .cart-table .cart-table__photo {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        max-width: none;
        margin-right: 15px;
        margin-bottom: 15px;
        padding-left: 0;
    }

    .cart-table .cart-table__photo img {
        max-height: 100%;
    }

    .cart-table .cart-table__title {
        flex-grow: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 90px);
        min-height: 75px;
        margin-bottom: 15px
    }

    .cart-table .delivery_info_block .date_delivery {
        font-size: 14px
    }

    .cart-table .cart-table__count {
        flex-shrink: 0;
        width: 105px;
        max-width: none;
        padding: 0
    }

    .cart-table .cart-table__count .counter + span {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        display: block;
        margin-top: 5px
    }

    .cart-table .cart-table__price {
        width: auto;
        max-width: none;
        padding-right: 0
    }

    .cart-table .cart-table__price .button-favorite {
        top: 15px;
        right: 50px;
        bottom: auto;
    }

    .cart-table .button-favorite .icon {
        font-size: 18px;
        margin: 0;
    }

    .cart-table .cart-table__price .button-favorite span {
        display: none !important
    }

    .cart-table .cart-table__price .button-remove {
        top: 15px;
        right: 15px;
        margin-top: 0;
        font-size: 18px;
    }

    /* Cartt Disabled */
    .cart-table tbody tr._disabled {
        padding: 0 10px;
    }

    .cart-table tbody tr._disabled td {
        padding: 10px;
        margin: 0;
    }

    .cart-table tr._disabled .cart-table__price .button-favorite {
        top: 50%;
        transform: translateY(-50%);
        right: 85px;
    }

    .cart-table ._disabled .button-return {
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
    }

    .cart-table ._disabled .cart-table__price .button-remove {
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }

    .search-catalog__item {
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
        margin-left: 15px;
        padding: 15px
    }

    .search-catalog__item:nth-child(6n + 1) {
        margin-left: 15px
    }

    .search-catalog__item:nth-child(5n + 1) {
        margin-left: 15px
    }

    .search-catalog__item:nth-child(4n + 1) {
        margin-left: 15px
    }

    .search-catalog__item:nth-child(2n + 1) {
        margin-left: 0
    }

    .search-catalog__image {
        padding-top: 75px
    }

    .search-catalog__title {
        font-size: 14px
    }

    .all-brand-items {
        margin: 20px 0 0 0;
    }

    .news {
        padding: 0 20px 0;
    }

    .news .article-list_big {
        display: none;
    }

    .news-carousel {
        margin-top: -25px;
    }

    .index-mobile-blog {
        height: auto;
        opacity: 1;
        padding-bottom: 25px;
    }

    .product-cart .button_base--constructor .icon-constructor {
        display: block;
        width: 24px;
        margin: 3px 0 0 0;
    }

    .product-cart .button_base--constructor .fill {
        fill: #00AEFF;
    }

    .product-cart .button_base--constructor .text {
        display: none;
    }

    .catalog-list__item.product .product-cart>.button_base--constructor {
        min-width: inherit;
    }

    .product-cart .button_base--constructor .icon-constructor svg {
        display: block;
        width: 24px;
        margin: -3px 0 0 0;
        fill: #00AEFF;
    }

    .button_base--constructor.is-active:hover .icon-constructor svg {
        fill: #fff;
    }

    #popular_products .catalog-list.row-cnt-4 .catalog-list__item {
        width: 50%;
    }

    /* .product-info__item:hover,
    .product-info__item:active,
    .product-info__item:focus,
    .product-info__item:visited {
        color: #b3b3b3
    } */

    .product-info__item.is-active .icon {
        fill: #00AEFF;
    }

    .product-info__item:hover {
        color: #b3b3b3;
    }

    .product-info__item.is-active .icon {
        fill: #00AEFF;
    }

    .product-info__item:hover {
        color: #b3b3b3;
    }

    /* Modal form */

    .modal_form {
        width: calc(100% - 20px);
        height: auto;
        padding: 20px 16px;
    }

    .modal_form .modal-form {
        width: 100%;
    }

    .modal:not(.modal_quick) .modal-title {
        padding-right: 0;
    }

    .modal-form .modal-form-row_full textarea.field {
        border: 1px solid var(--base-color-grey-border);
        height: 100% !important;
        max-height: 88px;
        padding: 10px;
    }

    .modal-form .check__label,
    .modal-form .check__label .link {
        font-size: 12px;
    }

    .modal-form-col+.modal-form-col {
        margin: 26px 0 0 0;
    }

    .modal-form .captcha-img {
        margin: 0 0 25px 0;
    }

    /* Tooltips */

    .tooltip-window {
        width: 250px;
        padding: 16px;
        margin-bottom: 18px;
    }

    .tooltip_right .tooltip-window {
        right: -8px;
    }

    .tooltip_right .tooltip-window:before {
        right: 10px;
        top: 99%;
    }

    /* Auth */
    .modal-wr[data-modal="login"] .modal,
    .modal-wr[data-modal="register"] .modal,
    .modal-wr[data-modal="recovery"] .modal {
        padding: 36px 16px;
    }

    .modal-wr[data-modal="login"] .modal-form .modal-wr[data-modal="register"] .modal-form {
        padding: 36px 0 0 0;
    }


    .modal-wr[data-modal="recovery"] .modal-form-row .button {
        margin-bottom: 20px;
    }

    .modal-wr[data-modal="recovery"] .modal {
        padding: 36px 16px;
    }

    .modal-form__text {
        font-size: 12px;
        margin: 10px 0 0 24px;
    }

    .modal-form-row.credit-select-buttons {
        justify-content: flex-start;
    }

    .bx-touch .page .fancybox-navigation .fancybox-button--arrow_left,
    .bx-touch .page .fancybox-navigation .fancybox-button--arrow_right {
        display: none;
    }

    .page-section .brands {
        margin: 45px 0 0 0;
        padding: 0;
    }

    #go_to_cart.has-carousel .custom-alert-content-note {
        width: auto;
        top: 0;
    }

    /* #banner-stories + .page-section .page-section__title {
        margin-top: 10px;
    } */

    #rbs-stories.stories.carousel {
        padding-bottom: 0;
    }

    #frmManagerOrderSearch .modal-form-row .button {
        width: 130px;
        display: inline;
    }

    #frmManagerOrderSearch input[type='text'] {
        width: 240px;
    }

    .product-cart .button-load-preorder svg {
        font-size: 25px;
        display: inline-block;
    }

    .cheaper-bf-container {
        padding: 16px 15px;
        font-size: 15px;
    }

    .black-friday-edition .product-price {
        margin-right: 18px;
    }

    .checkout-form .delivery-dscr {
        min-height: auto;
    }

    .selection__title {
        font-size: 20px;
        padding: 0 10px;
    }

    .product-price a.span-like {
        cursor: pointer;

    }

    .product-price a.span-like:hover {
        color: var(--base-color-blue);
    }

    .search-block-wr {
        display: none;
    }

    /* Tags */

    .page-title .tags-list {
        margin: 12px 0 -10px;
        padding: 0
    }

    .tags-list_category .swiper-wrapper {
        flex-wrap: initial;
        align-items: initial
    }

    /* Alert / Marketing Banner */
    .alert {
        padding: 10px;
    }

    .alert p,
    .alert .marquee-text {
        position: relative;
    }


    .alert-close {
        position: absolute;
        width: 16px;
        height: 16px;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
    }
    

    .alert .marquee-text {
        animation: marquee-text 10s infinite linear;
        padding-left: 100%;
    }

    /* Informer */

    .informer {
        padding: 15px 0;
    }

    .informer-content {
        grid-template-columns: auto 120px 40px;
        gap: 5px 10px;
        grid-template-areas: 'name link close';
    }

    .informer-product-img {
        display: none;
    }

    .informer-product-name {
        font-size: 16px;
        margin: auto 0;
    }

    .informer-product-count {
        font-size: 14px;
        display: none;
    }

    .informer-link {
        font-size: 14px;
        padding: 5px 10px;
    }

    .informer-link:hover,
    .informer-link:focus {
        color: #ffffff;
        background-color: #02aeff;
    }

    .informer-close-btn {
        height: auto;
    }

    /* JivoChat */
    .wrap__soDR9 {
        bottom: 55px !important;
    }

    @keyframes marquee-text {
        0%{
            transform: translate(50%, 0);
        }
        
        100%{
            transform: translate(-150%, 0);
        }
    }

    @keyframes show-header-marketing {
        0% {
            top: 0;
        }

        100% {
            top: 39px;
        }
    }

    .product-price-block .quick-view-badges {
        bottom: 10px;
        right: 0;
        left: auto;
        height: auto;
    }

    .footer-payment-method {
        align-items: flex-start;
        gap: 10px;
        margin: 0 0 20px 0;
    }
    
    .footer-payment-method__title {
        font-size: 16px;
        line-height: 1;
    }
    
    .footer-payment-method-list {
        flex-wrap: wrap;
        gap: 10px;
    }

    .jv-mobile ._orientationRight__t_pik.wrap__lNRsh {
        bottom: 45px !important;
    }

    /* ? New Minicards ? */

    .page-section-with-product-slider .product-carousel-wr {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .page-section-with-product-slider .product-item {
        width: 156px !important;
        border-radius: 8px;
        background-color: #FAFAFA;
        border: none;
        height: auto !important;
        padding: 8px 8px 30px ! important;
    }

    .page-section-with-product-slider .product-item .product-status--custom span {
        font-size: 9px;
    }

    .page-section-with-product-slider .product-item .button {
        position: relative !important;
        width: 100%  !important;
        font-size: 14px  !important;
        font-weight: 600  !important;
        height: 40px !important;
        text-indent: initial !important;
    }

    .page-section-with-product-slider .product-item .product-cart > .button .icon {
        display: none !important; 
    }

    .page-section-with-product-slider .product-item .product-img__img {
        width: 140px;
    }

    .page-section-with-product-slider .product-carousel-wr .product-item .product-img,
    .page-section-with-product-slider .product-carousel-wr .product-item .product-image {
        width: 140px;
        height: 120px;
        margin: 0;
        background: white;
        overflow: hidden;
        border-radius: 16px;
    }

    .page-section-with-product-slider .product-item .product-color {
        right: 10px;
        bottom: auto;
        left: auto;
        z-index: 14;
    }

    .page-section-with-product-slider  .product-item .product-title {
        font-weight: 600;
    }

    .page-section-with-product-slider .product-item .product-price .old {
        display: flex;
        gap: 10px;
        margin: 0;
    }

    .page-section-with-product-slider .product-item .product-price .old .sale {
        display: block;
    }

    .product-carousel-controls {
        top: -59px;
    }

    .product-carousel-stub {
        gap: 10px !important;
    }

    .product-carousel-item-stub {
        margin: 0 !important;
    }

    .product-carousel-item-stub:nth-of-type(3),
    .product-carousel-item-stub:nth-of-type(4),
    .product-carousel-item-stub:nth-of-type(5),
    .product-carousel-item-stub:nth-of-type(6) {
        display: none !important;
    }

    .page-related-section .product-carousel-wr{
        padding: 15px 0;
    }

    .page-related-section .swiper-pagination {
        display: none;
    }

    .product-image img, 
    .product-img__img {
        max-width: 100%;
    }
    
    .page-analog-section .swiper-pagination {
        display: none;
    }


    .catalog-selection {
        grid-template-areas:
            "title"
            "tags";
        margin: 0;
    }

    .catalog-selection__title {
        font-size: 21px;
    }

    .tag-list-preset-filter {
        padding: 0 10px;
        margin: 0 0 10px;
    }

    .h2_sup {
        padding: 0 10px 0 0;
    }
}

@media (max-width: 480px) {
    .color__box {
        width: 14px;
        height: 14px;
        margin: 5px 5px
    }

    .color__box-svg {
        width: 16px;
        height: 16px;
    }

    .color__box:before {
        width: 20px;
        height: 20px
    }

    .product-color .more {
        margin: 0 4px;
        padding: 0 7px;
        font-size: 10px
    }

    .news-carousel__item {
        width: 116px
    }

    .news-carousel__new-blog-mobile .news-carousel__item {
        width: 138px
    }

    /* .news-product-carousel__item {
        width: 116px
    } */

    .product-carousel__item {
        width: 116px !important
    }

    .page-section-with-product-slider .product-item {
        width: 156px !important;
    }
}

@media (max-width: 456px) {
    .feed-add-post div.bx-html-editor {
        overflow: auto
    }

    .bxhtmled-area-cnt {
        top: 60px !important
    }

    .bxhtmled-toolbar-cnt {
        height: 60px !important
    }
}

@media (max-width: 420px) {

    .avatar-list__item {
        width: calc((100% - 30px) / 3)
    }

    .avatar-list__item:nth-child(4n + 1) {
        margin-left: 15px
    }

    .avatar-list__item:nth-child(3n + 1) {
        margin-left: 0
    }
}

@media (max-width: 375px) {
    .modal_form .field-label {
        font-size: 14px;
    }

    .modal-form-col+.modal-form-col {
        margin: 20px 0 0 0;
    }

    .modal_form .modal-form-row {
        margin: 0 0 20px 0;
    }

    .modal-form {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-top: 0;
        padding-right: 1px;
        padding-top: 20px;
    }

    .modal-form::-webkit-scrollbar {
        -webkit-appearance: none;
        display: none;
        width: 0;
        height: 0;
    }

    .modal:not(.modal_quick) .modal-title {
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 330px) {
    .alert p {
        font-size: 11px;
    }
}

@media(max-width: 499px) {
    #banner-stories {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .product-carousel-stub.minicards .product-carousel-item-stub {
        height: 150px;
        width: calc(100% / 4 - 12px);
        margin: 12px 0 0 0;
    }
}

@media (min-width: 768px) {
    .drift-zoom-pane {
        top: 0 !important;
        left: 40px !important;
        width: calc(100% - 80px);
        height: 560px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 1025px) {

    .catalog-list[data-view="list"] .catalog-list__item {
        width: calc(100% - 15px)
    }

    .catalog-list[data-view="list"] .product {
        flex-direction: row;
        justify-content: flex-start;
        height: 230px;
        padding: 16px 26px
    }

    .catalog-list[data-view="list"] .product:hover {
        height: 230px;
        margin-bottom: 15px;
        padding: 16px 26px;
    }

    .catalog-list[data-view="list"] .product-image {
        align-self: center;
        flex-shrink: 0;
        width: 134px;
        height: 198px;
        margin-right: 25px;
    }

    .catalog-list[data-view="list"] .product-descr {
        flex-shrink: 0;
        width: calc(100% - 134px - 25px - 160px);
        justify-content: center;
        margin-bottom: 0;
        padding-right: 26px;
    }

    .catalog-list[data-view="list"] .product-title {
        overflow: hidden;
        flex-shrink: 0;
        order: 0;
        height: auto;
        font-weight: 700;
        font-size: 18px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .catalog-list[data-view="list"] .product-rating {
        flex-shrink: 0;
        order: 1;
        display: flex;
        margin-top: 10px;
    }

    .catalog-list[data-view="list"] .product-text {
        flex-shrink: 0;
        order: 1;
        display: block;
        margin-top: 10px;
    }

    .catalog-list[data-view="list"] .product-color {
        flex-shrink: 0;
        order: 1;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .catalog-list[data-view="list"] .product-info {
        flex-shrink: 0;
        order: 1;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        margin-top: 15px;
    }

    .catalog-list[data-view="list"] .product-cart {
        flex-shrink: 0;
        width: 160px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        margin: 20px 0;
        padding: 0 0 0 30px;
        border-left: 1px solid #e8e8e8;
    }

    .catalog-list[data-view="list"] .product-archive {
        font-size: 14px;
    }

    .catalog-list[data-view="list"] .product-price {
        margin-top: -3px;
        margin-bottom: 12px;
        font-size: 24px;
    }

    .catalog-list[data-view="list"] .product-price .old {
        margin-top: 9px;
        margin-bottom: 2px;
    }

    .catalog-list[data-view="list"] .product-bonus {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        margin-bottom: 14px;
    }

    .catalog-list[data-view="list"] .product-status {
        opacity: 1;
        visibility: visible;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        margin-bottom: 12px;
    }

    .catalog-list[data-view="list"] .product-quick {
        top: calc(50% - 20px);
        right: auto;
        left: 26px;
        width: 174px;
        padding: 0 10px;
        font-size: 12px;
    }

}

@media (min-width: 1200px) {
    .header-nav-dropdown {
        display: flex !important
    }
}

@media (min-width: 1140px) {
    .catalog-list[data-view="list"] .product-image {
        width: 174px;
        margin-right: 35px;
    }

    .catalog-list[data-view="list"] .product-descr {
        width: calc(100% - 174px - 35px - 160px);
    }
}

@media (min-width: 1200px) and (max-width: 1275px) {
    .header-nav__item {
        padding: 0 7px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .header-catalog-section-thumb {
        flex-wrap: nowrap;
    }

    .header-nav__item_more {
        display: none !important;
    }

    .header-nav-dropdown .header-nav__item {
        padding: 0;
    }

    .header-nav-dropdown .header-nav__item .icon {
        display: block;
    }

    .products-grid__group_full {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 400px 400px;
        margin: 0 0 20px 0;
    }

    .products-grid__group_full .products-grid__item {
        width: 100%;
        margin: 0;
    }

    .products-grid__group_full .product:hover {
        height: 100%;
        padding: 46px 12px 20px;
    }

    .products-grid__group_full .products-grid__item:first-child {
        grid-area: 1 / 1 / 2 / 2;
    }

    .products-grid__group_full .products-grid__item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .products-grid__group_full:nth-of-type(1) .products-grid__item:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .products-grid__group_full .products-grid__item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .products-grid__group_full .products-grid__item_big {
        grid-area: 1 / 3 / 3 / 5;
        height: 100%;
    }

    #ajax_indexpopularorder .products-grid__group_full .products-grid__item:first-child {
        grid-area: 1 / 1 / 3 / 3;
    }

    #ajax_indexpopularorder .products-grid__group_full .products-grid__item:nth-child(3) {
        grid-area: 2 / 4 / 3 / 5;
    }

    #ajax_indexpopularorder .products-grid__group_full .products-grid__item:nth-child(4) {
        grid-area: 2 / 4 / 3 / 5;
    }

    .index-popular-section .products-grid__group_full .products-grid__item_big {
        grid-area: 1 / 1 / 3 / 3;
    }

    .index-popular-section .products-grid__group_full .products-grid__item:nth-child(2) {
        grid-area: 1 / 3 / 2 / 4;
    }
    .index-popular-section .products-grid__group_full .products-grid__item:nth-child(3) {
        grid-area: 1 / 4 / 2 / 5;
    }
    .index-popular-section .products-grid__group_full .products-grid__item:nth-child(4) {
        grid-area: 2 / 3 / 3 / 4;
    }
    .index-popular-section .products-grid__group_full .products-grid__item:nth-child(5) {
        grid-area: 2 / 4 / 3 / 5;
    }

    .products-grid__item_big .product-image {
        margin: auto 0;
        flex: none;
        height: auto;
    }

    .products-grid__item_big .product-image img {
        max-width: 300px;
    }

    #popular_products .catalog-list.row-cnt-4 .catalog-list__item {
        width: 100%;
    }

    .catalog-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 10px;
        margin: 0 0 0 15px;
    }

    .catalog-list__item {
        width: 100%;
        margin: 0;
    }

    .product-image img {
        max-width: 200px;
    }

    .product {
        padding: 46px 12px 20px;
    }

    .catalog-list__item:hover {
        margin-bottom: 0;
        padding: 46px 12px 20px;
    }

    .catalog-list__item:hover .product-title {
        color: #00aeff;
        color: var(--base-color-blue);
    }

    .product-carousel__item {
        max-width: auto;
    }

    .product-carousel__item:hover {
        padding: 46px 12px 20px;
    }
}

@media (min-width: 1015px) and (max-width: 1024px) {
    .catalog-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
        grid-gap: 10px;
        margin: 0;
    }

    .catalog-list__item {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1015px) {
    #popular_products .catalog-list.row-cnt-4 .catalog-list__item {
        width: 100%;
    }

    .catalog-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(239px, 1fr));
        grid-gap: 10px;
        margin: 0;
    }

    .catalog-list__item {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }

    .catalog-list__item .product {
        padding: 46px 10px 20px;
        max-width: 196px;
    }

    .product-image img {
        max-width: 196px;
    }
}
