

/* Start:/static/css/styles.css?1727066712357248*/
@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-ExtraBold.woff2");
    src: local("Raleway-ExtraBold"), url("/static/fonts/Raleway-ExtraBold.woff2") format("woff2"), url("/static/fonts/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-Bold.woff2");
    src: local("Raleway-Bold"), url("/static/fonts/Raleway-Bold.woff2") format("woff2"), url("/static/fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-SemiBold.woff2");
    src: local("Raleway-SemiBold"), url("/static/fonts/Raleway-SemiBold.woff2") format("woff2"), url("/static/fonts/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-Medium.woff2");
    src: local("Raleway-Medium"), url("/static/fonts/Raleway-Medium.woff2") format("woff2"), url("/static/fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-Regular.woff2");
    src: local("Raleway-Regular"), url("/static/fonts/Raleway-Regular.woff2") format("woff2"), url("/static/fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-Light.woff2");
    src: local("Raleway-Ligh"), url("/static/fonts/Raleway-Light.woff2") format("woff2"), url("/static/fonts/Raleway-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
    pointer-events: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
    margin: 0;
}

/* Some lines are redudant. I just want to make sure its clear what is needed for a single instance. */
/* scrollbar1 */
#scrollbar1 {
    padding: 0 25px 0 0;
    margin: 0 0 10px;
    position: relative;
}

#scrollbar1 .viewport {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

#scrollbar1 .scrollbar {
    background: transparent url(/static/css/../images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

#scrollbar1 .track {
    background: transparent url(/static/css/../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 15px;
    position: relative;
}

#scrollbar1 .thumb {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}

#scrollbar1 .thumb .end {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* scrollbar2 */
#scrollbar2 {
    width: 251px;
    margin: 0 0 10px;
}

#scrollbar2 .viewport {
    width: 236px;
    height: 125px;
    overflow: hidden;
    position: relative;
}

#scrollbar2 .overview {
    list-style: none;
    width: 1416px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar2 .overview img {
    float: left;
}

#scrollbar2 .scrollbar {
    background: transparent url(/static/css/../images/bg-scrollbar-track-x.png) no-repeat 0 0;
    position: relative;
    margin: 0 0 5px;
    clear: both;
    height: 15px;
}

#scrollbar2 .track {
    background: transparent url(/static/css/../images/bg-scrollbar-trackend-x.png) no-repeat 100% 0;
    width: 100%;
    height: 15px;
    position: relative;
}

#scrollbar2 .thumb {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;
    height: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -5px;
}

#scrollbar2 .thumb .end {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%;
    overflow: hidden;
    height: 25px;
    width: 5px;
}

#scrollbar2 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* scrollbar3 */
#scrollbar3 {
    padding: 0 25px 0 0;
    margin: 0 0 10px;
    position: relative;
}

#scrollbar3 .viewport {
    height: 300px;
    overflow: hidden;
    position: relative;
}

#scrollbar3 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

#scrollbar3 .scrollbar {
    background: transparent url(/static/css/../images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

#scrollbar3 .track {
    background: transparent url(/static/css/../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 15px;
    position: relative;
}

#scrollbar3 .thumb {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}

#scrollbar3 .thumb .end {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#scrollbar3 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#scrollbar4 {
    margin: 0 0 10px;
    padding: 0 25px 0 0;
    position: relative;
}

#scrollbar4 .viewport {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#scrollbar4 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar4 .scrollbar {
    background: transparent url(/static/css/../images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

#scrollbar4 .track {
    background: transparent url(/static/css/../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 15px;
    position: relative;
}

#scrollbar4 .thumb {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}

#scrollbar4 .thumb .end {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#scrollbar4 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#scrollbar5 {
    margin: 0 0 10px;
    padding: 0 25px 0 0;
    position: relative;
}

#scrollbar5 .viewport {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#scrollbar5 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar5 .scrollbar {
    background: transparent url(/static/css/../images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

#scrollbar5 .track {
    background: transparent url(/static/css/../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 15px;
    position: relative;
}

#scrollbar5 .thumb {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}

#scrollbar5 .thumb .end {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#scrollbar5 .disable {
    display: none;
}

.scrollbar5text {
    display: none;
}

.scrollbar5button {
    display: block;
    padding: 10px 0;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#scrollbar6 {
    padding: 0 25px 0 0;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
}

#scrollbar6 .viewport {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#scrollbar6 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar6 .scrollbar {
    background: transparent url(/static/css/../images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

#scrollbar6 .track {
    background: transparent url(/static/css/../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 15px;
    position: relative;
}

#scrollbar6 .thumb {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}

#scrollbar6 .thumb .end {
    background: transparent url(/static/css/../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#scrollbar6 .disable {
    display: none;
}

.scrollbar6button {
    display: block;
    padding: 10px 0;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#scroll6load {
    display: block;
    float: left;
    padding: 0 10px 0 0;
}

#scroll6load2 {
    display: block;
    float: left;
    padding: 0 10px 0 0;
}

#scroll6load3 {
    display: block;
    float: left;
    padding: 0 10px 0 0;
}

.lightboxed {
    cursor: pointer;
}

div#lightboxed--cache {
    position: fixed;
    left: -99999999px;
}

div#lightboxed--container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 110;
}

div#lightboxed--stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div#lightboxed--content {
    position: absolute;
    top: 0;
    left: 0;
}

div#lightboxed--content .lightboxed--frame {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

div#lightboxed--content .lightboxed--frame img,
div#lightboxed--content .lightboxed--frame iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    div#lightboxed--content .lightboxed--frame img,
    div#lightboxed--content .lightboxed--frame iframe {
        max-width: 520px;
    }
}

@media (min-width: 1024px) {
    div#lightboxed--content .lightboxed--frame img,
    div#lightboxed--content .lightboxed--frame iframe {
        max-width: 650px;
    }
}

@media (min-width: 1920px) {
    div#lightboxed--content .lightboxed--frame img,
    div#lightboxed--content .lightboxed--frame iframe {
        max-width: 1052px;
    }
}

div#lightboxed--content .lightboxed--frame .lightboxed--caption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    color: #fff !important;
}

div#lightboxed--thumbs {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

div#lightboxed--thumbs .lightboxed--thumb {
    float: left;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
}

div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    transition: 500ms background;
    border-radius: 4px;
}

div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border {
    background: rgba(255, 255, 255, 0.7);
    transition: 500ms background;
}

div#lightboxed--thumbs .lightboxed--thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
}

div#lightboxed--bttn_close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("/static/img/close.svg") center no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

@media (min-width: 768px) {
    div#lightboxed--bttn_close {
        right: calc((100% - 720px) / 2);
    }
}

@media (min-width: 1024px) {
    div#lightboxed--bttn_close {
        right: calc((100% - 976px) / 2);
    }
}

@media (min-width: 1328px) {
    div#lightboxed--bttn_close {
        right: calc((100% - 1280px) / 2);
    }
}

div#lightboxed--bttn_next {
    display: none !important;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff url("/static/img/arrow-right.svg") center no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    div#lightboxed--bttn_next {
        background: url("/static/img/arrow-mobile.svg") center no-repeat;
        width: 48px;
        transform: rotate(180deg);
        right: calc((100% - 720px) / 2);
    }
}

@media (min-width: 1024px) {
    div#lightboxed--bttn_next {
        right: calc((100% - 976px) / 2);
    }
}

@media (min-width: 1328px) {
    div#lightboxed--bttn_next {
        right: calc((100% - 1280px) / 2);
    }
}

div#lightboxed--bttn_prev {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff url("/static/img/arrow-mobile.svg") center no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    div#lightboxed--bttn_prev {
        background: url("/static/img/arrow-mobile.svg") center no-repeat;
        width: 55px;
        transform: translateY(-50%);
        left: calc((100% - 720px) / 2);
    }
}

@media (min-width: 1024px) {
    div#lightboxed--bttn_prev {
        left: calc((100% - 976px) / 2);
    }
}

@media (min-width: 1328px) {
    div#lightboxed--bttn_prev {
        left: calc((100% - 1280px) / 2);
    }
}

/**
 * Swiper 6.6.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 11, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.hint {
    display: inline;
    margin-left: 12px;
}

.hint__icon {
    display: flex;
    cursor: pointer;
}

.hint__icon svg {
    fill: none;
    stroke: #333;
}

.hint__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 12px;
}

.hint__tooltip[data-show] {
    display: block;
}

.hint__tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.hint__tooltip {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    min-width: 45px;
    max-width: 374px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    z-index: 200;
}

.hint__tooltip[data-popper-placement^='bottom'] > .hint__tooltip-arrow {
    top: -8px;
}

.hint__tooltip[data-popper-placement^='top'] > .hint__tooltip-arrow {
    bottom: -8px;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.ui-datepicker {
    background-color: #fff;
    padding: 20px 14px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.ui-datepicker [data-handler=prev],
.ui-datepicker [data-handler=next],
.ui-datepicker [data-handler=hide],
.ui-datepicker [data-handler=today] {
    display: none;
}

html,
body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    -webkit-tap-highlight-color: transparent;
    font-variant-numeric: lining-nums;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #333;
}

button:focus,
input:focus {
    outline: none;
}

img {
    display: block;
    width: 100%;
}

p,
h1,
h2,
h3,
h4,
ol,
ul {
    margin: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.body-noscroll {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.img_filter {
    position: relative;
}

.img_filter::after {
    content: '';
    background: rgba(0, 0, 0, 0.03);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 16px;
}

@media (min-width: 768px) {
    .img_filter::after {
        border-radius: 24px;
    }
}

a {
    transition: color .3s;
}

a:hover {
    transition: color .3s;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.12);
    z-index: 140;
    transition: .3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.ui-datepicker {
    box-sizing: border-box;
}

.ui-datepicker td,
.ui-datepicker th {
    font-weight: 400;
    color: #333;
    text-align: center;
}

.ui-datepicker td.ui-state-disabled,
.ui-datepicker th.ui-state-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.ui-datepicker td.ui-state-disabled .ui-state-default,
.ui-datepicker th.ui-state-disabled .ui-state-default {
    color: #c7c7cc;
    font-weight: 400;
}

.ui-datepicker td.ui-state-disabled:hover .ui-state-default,
.ui-datepicker th.ui-state-disabled:hover .ui-state-default {
    color: #c7c7cc;
}

.ui-datepicker td:hover .ui-state-default,
.ui-datepicker th:hover .ui-state-default {
    color: #e53e3e;
}

.ui-datepicker th {
    height: 32px;
    width: 32px;
    font-size: 14px;
}

.ui-datepicker-title {
    margin-left: 6px;
    margin-bottom: 7px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    padding-left: 7px;
    font-weight: 400;
    font-size: 14px;
}

.ui-datepicker-month {
    width: 112px;
}

.ui-datepicker-year {
    margin-left: 16px;
    width: 84px;
}

td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    font-weight: 400;
    color: #6e6e6e;
}

td.ui-datepicker-current-day .ui-state-active {
    color: #e53e3e;
    border: 1px solid #e53e3e;
    border-radius: 8px;
}

.ui-datepicker-today .ui-state-default {
    color: #e53e3e;
}

.ui-state-default {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 1px solid transparent;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ui-datepicker-buttonpane {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.ui-datepicker-clear,
.ui-datepicker-today {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #333;
}

.ui-datepicker-clear {
    color: #e53e3e;
}

.container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .container {
        width: 1280px;
    }
}

.footer {
    background: #333;
    color: #fff;
    padding: 32px 0 48px;
    margin-top: 33px;
}

.footer__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .footer__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .footer__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .footer__container {
        width: 1280px;
    }
}

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

.footer__top,
.footer__contacts {
    order: -1;
}

.footer__logo {
    display: block;
    width: 137px;
    margin-bottom: 32px;
}

.footer__socials {
    margin-bottom: 32px;
    display: flex;
}

.footer__social-link {
    width: 40px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 4px;
}

.footer__social-link svg {
    fill: #fff;
    stroke: none;
}

.footer__social-link + .footer__social-link {
    margin-left: 22px;
}

.footer__links,
.footer__contacts {
    display: flex;
    flex-direction: column;
}

.footer__links + .footer__links {
    margin-top: 16px;
}

.footer__link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.footer__link + .footer__link {
    margin-top: 16px;
}

.footer__phone,
.footer__email {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.footer__time {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    margin-left: 28px;
}

.footer__email {
    border-bottom: 1px dashed #fff;
}

.footer__contacts {
    margin-bottom: 32px;
}

.footer__contact,
.footer__address {
    margin-bottom: 16px;
}

.footer__address {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.footer__copyright {
    margin-top: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #c7c7c7;
}

.footer__address,
.footer__mail,
.footer__tel {
    display: flex;
    align-items: center;
}

.footer__address svg,
.footer__mail svg,
.footer__tel svg {
    fill: none;
    stroke-width: 1.5px;
    stroke: #fff;
    margin-right: 4px;
}

@media (min-width: 768px) {
    .footer {
        padding: 32px 0 35px;
        margin-top: 64px;
    }

    .footer__wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer__top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        width: 100%;
    }

    .footer__logo {
        margin-bottom: 0;
    }

    .footer__socials {
        margin-bottom: 0;
    }

    .footer__top,
    .footer__contacts {
        order: inherit;
    }

    .footer__links + .footer__links {
        width: 193px;
        margin: 0 60px;
    }

    .footer__link + .footer__link {
        margin-top: 12px;
    }

    .footer__address,
    .footer__contact {
        margin-bottom: 24px;
    }

    .footer__contacts {
        margin-bottom: 0;
    }

    .footer__copyright {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    .footer {
        padding: 48px 0 32px;
        margin-top: 40px;
    }

    .footer__top {
        flex-direction: column;
        width: 226px;
        margin-right: 56px;
        margin-bottom: 0;
    }

    .footer__links + .footer__links {
        margin: 0 40px;
    }

    .footer__link + .footer__link {
        margin-top: 16px;
    }

    .footer__link:hover {
        color: #8c8c8c;
    }

    .footer__phone:hover,
    .footer__email:hover {
        color: #8c8c8c;
        border-color: #8c8c8c;
    }

    .footer__tel svg,
    .footer__mail svg {
        transition: .3s;
    }

    .footer__tel:hover svg,
    .footer__mail:hover svg {
        stroke: #8c8c8c;
        transition: .3s;
    }

    .footer__social-link {
        cursor: pointer;
    }
}

@media (min-width: 1328px) {
    .footer {
        margin-top: 44px;
    }

    .footer__top {
        width: 232px;
        margin-right: 130px;
    }

    .footer__links + .footer__links {
        margin: 0 130px;
    }

    .footer__link {
        font-size: 16px;
        line-height: 22px;
    }

    .footer__link + .footer__link {
        margin-top: 12px;
    }

    .footer__phone,
    .footer__email,
    .footer__address,
    .footer__copyright {
        font-size: 16px;
        line-height: 22px;
    }

    .footer__copyright {
        margin-top: 60px;
        color: #fff;
    }

    .footer__contact {
        display: flex;
    }

    .footer__time {
        margin-top: 0;
        margin-left: 4px;
    }
}

.header__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .header__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .header__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .header__container {
        width: 1280px;
    }
}

.header__top-wrap {
    background: #333;
}

.header__top {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.header__logo_tablet {
    width: 105px;
}

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

.header__tel svg {
    stroke: #fff;
    stroke-width: 1.5px;
    fill: none;
}

.header__phone {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 4px;
    text-decoration: none;
}

.header__time,
.header__top-menu,
.header__logo,
.header__catalog-text,
.header__catalog,
.header__icons {
    display: none;
}

.header__menu {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header__search-reset {
    display: none;
    position: absolute;
    top: 8px;
    right: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    height: 24px;
    background: transparent;
    cursor: pointer;
}

.header__search-reset svg {
    stroke-width: 1.5px;
    stroke: #333;
}

.header__search {
    width: 100%;
    height: 40px;
    position: relative;
}

.header__search input {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 0 34px 0 8px;
    background: #f5f5f5 url("/static/img/search.svg") right 8px center no-repeat;
    font-size: 14px;
    line-height: 17px;
    transition: .3s;
}

.header__search input::-moz-placeholder {
    color: #8c8c8c;
}

.header__search input::placeholder {
    color: #8c8c8c;
}

.header__search input::-ms-clear {
    display: none;
}

.header__search input:-ms-input-placeholder {
    color: #8c8c8c;
}

.header__search input:active,
.header__search input:focus {
    transition: .3s;
    border-color: #c7c7c7;
}

.header__search input:active::-moz-placeholder,
.header__search input:focus::-moz-placeholder {
    color: transparent;
}

.header__search input:active::placeholder,
.header__search input:focus::placeholder {
    color: transparent;
}

.header__search input:active::-ms-clear,
.header__search input:focus::-ms-clear {
    color: transparent;
}

.header__search input:hover {
    transition: .3s;
    border-color: #c7c7c7;
}

.header__search_active .header__search-reset {
    display: block;
}

.header__search_active input {
    padding-right: 64px;
}

.header__search_active .search-history {
    display: block;
}

.header__search_active .search-result {
    display: block;
}

@media (min-width: 768px) {
    .header__top {
        height: 67px;
    }

    .header__phone {
        font-size: 16px;
        line-height: 22px;
        margin-left: 4px;
    }

    .header__time {
        display: block;
        margin-left: 4px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }

    .header__contacts {
        display: flex;
    }

    .header__catalog {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        width: 48px;
        border-radius: 8px;
        background: #e53e3e;
        box-sizing: border-box;
    }

    .header__catalog_open .header__line:nth-child(1) {
        transform: rotate(45deg);
        top: 3px;
    }

    .header__catalog_open .header__line:nth-child(2) {
        display: none;
    }

    .header__catalog_open .header__line:nth-child(3) {
        transform: rotate(-45deg);
        top: -2px;
    }

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

    .header__line {
        transition: .3s;
        height: 2px;
        width: 17px;
        border-radius: 100px;
        position: relative;
        background: #fff;
    }

    .header__line + .header__line {
        margin-top: 3px;
    }

    .header__search {
        width: 492px;
        height: 48px;
        margin-left: 20px;
        box-sizing: border-box;
    }

    .header__search input {
        height: 48px;
        padding: 0 40px 0 16px;
        background: #f5f5f5 url("/static/img/search.svg") right 13px center no-repeat;
    }

    .header__search_active input {
        padding-right: 78px;
    }

    .header__search-reset {
        top: 12px;
        right: 50px;
    }

    .header__icons {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

    .header__icon {
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .header__icon svg {
        stroke: #333;
        stroke-width: 1.5px;
        fill: none;
        transition: .3s;
        width: 32px;
        height: 32px;
    }

    .header__icon-counter {
        position: relative;
    }

    .header__icon-text {
        display: none;
    }

    .header__compare_empty svg {
        stroke: #c7c7c7;
    }

    .header__compare_empty .counter {
        display: none;
    }

    .header__menu {
        padding-bottom: 16px;
    }
}

@media (min-width: 1024px) {
    .header__top {
        height: 56px;
    }

    .header__logo_tablet {
        display: none;
    }

    .header__top-menu {
        display: flex;
        align-items: center;
    }

    .header__top-link {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
    }

    .header__top-link + .header__top-link {
        margin-left: 24px;
    }

    .header__top-link:hover {
        color: #8c8c8c;
    }

    .header__phone:hover {
        color: #8c8c8c;
    }

    .header__tel svg {
        transition: .3s;
    }

    .header__tel:hover svg {
        transition: .3s;
        stroke: #8c8c8c;
    }

    .header__logo {
        display: block;
    }

    .header__catalog {
        margin-left: 20px;
        width: 143px;
        cursor: pointer;
    }

    .header__catalog_open .header__line:nth-child(1) {
        top: 2px;
    }

    .header__catalog_open .header__line:nth-child(3) {
        top: -3px;
    }

    .header__catalog-text {
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-left: 19px;
    }

    .header__search {
        width: 344px;
    }

    .header__icon {
        transition: .3s;
        margin-left: 13px;
    }

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

    .header__icon:hover .header__icon-text {
        color: #8c8c8c;
        transition: .3s;
    }

    .header__icon:hover svg {
        transition: .3s;
        stroke: #8c8c8c;
    }

    .header__icon-text {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        white-space: nowrap;
    }

    .header__compare_empty .header__icon-text {
        color: #c7c7c7;
    }

    .header__menu {
        padding-bottom: 21px;
    }
}

@media (min-width: 1328px) {
    .header__top-link + .header__top-link {
        margin-left: 32px;
    }

    .header__logo {
        width: 140px;
        height: 32px;
    }

    .header__logo img {
        height: auto;
    }

    .header__catalog {
        margin-left: 24px;
        width: 198px;
    }

    .header__catalog-text {
        font-size: 16px;
        line-height: 22px;
    }

    .header__menu {
        padding-bottom: 20px;
        padding-top: 24px;
    }

    .header__search {
        margin-left: 24px;
        width: 519px;
    }

    .header__search input {
        font-size: 16px;
        line-height: 22px;
    }

    .header__icon {
        margin-left: 12px;
    }
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 320px;
}

.page__container {
    flex: 1 0 auto;
}

.page__content {
    height: 100%;
}

.page__footer {
    flex: 0 0 auto;
    overflow: hidden;
    margin-bottom: 54px;
}

.page__top {
    background: #e53e3e;
    color: #fff;
    width: 44px;
    height: 44px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 16px;
    bottom: 60px;
    opacity: 0;
    transition: .3s;
    z-index: 99;
}

.page__top_active {
    opacity: 1;
    transition: .3s;
}

.page__top svg {
    stroke: #fff;
    stroke-width: 1.5px;
    fill: none;
}

.page__top-text {
    display: none;
}

@media (min-width: 768px) {
    .page__top {
        left: 24px;
        bottom: 24px;
    }

    .page__footer {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .page__top {
        cursor: pointer;
    }
}

@media (min-width: 1328px) {
    .page__top {
        width: 121px;
        height: 40px;
    }

    .page__top-text {
        display: flex;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        margin-left: 8px;
    }
}

.main__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .main__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .main__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .main__container {
        width: 1280px;
    }
}

.main__slider,
.main__product,
.main__info,
.main__advantage,
.main__news,
.main__popular,
.main__hit,
.main__sale,
.main__promo,
.main__view {
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .main__slider,
    .main__product,
    .main__info,
    .main__advantage,
    .main__news,
    .main__popular,
    .main__hit,
    .main__sale,
    .main__promo,
    .main__view {
        margin-bottom: 48px;
    }
}

@media (min-width: 1024px) {
    .main__slider,
    .main__product,
    .main__info,
    .main__advantage,
    .main__news,
    .main__popular,
    .main__hit,
    .main__sale,
    .main__promo,
    .main__view {
        margin-bottom: 60px;
    }
}

@media (min-width: 1328px) {
    .main__slider,
    .main__product,
    .main__info,
    .main__advantage,
    .main__news,
    .main__popular,
    .main__hit,
    .main__sale,
    .main__promo,
    .main__view {
        margin-bottom: 80px;
    }
}

.counter {
    min-width: 18px;
    height: 18px;
    background: #e53e3e;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    padding: 0 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .counter {
        top: -2px;
        right: -4px;
    }
}

@media (min-width: 1024px) {
    .counter {
        top: -6px;
        right: -11px;
    }
}

.cookies {
    opacity: 0;
    display: none;
    position: fixed;
    bottom: 94px;
    left: 16px;
    right: 16px;
    z-index: 200;
    transition: .2s;
    box-sizing: border-box;
}

.cookies__wrapper {
    padding: 24px 16px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    background: #f5f5f5;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.cookies__text {
    max-width: 256px;
    margin-bottom: 16px;
    text-align: center;
}

.cookies__link {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    height: 32px;
    width: 141px;
    background: #e53e3e;
    box-sizing: border-box;
    border-radius: 8px;
}

.cookies__link:hover {
    opacity: .9;
}

@media (min-width: 768px) {
    .cookies {
        bottom: 48px;
    }

    .cookies__wrapper {
        padding: 25px 40px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 90px;
        box-sizing: border-box;
        width: 720px;
        margin: auto;
    }

    .cookies__text {
        max-width: 100%;
        margin-bottom: 0;
    }

    .cookies__link {
        width: 149px;
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .cookies__wrapper {
        padding: 21px 32px 21px 40px;
        width: 853px;
    }

    .cookies__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .cookies__link {
        width: 205px;
        height: 48px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        cursor: pointer;
    }
}

@media (min-width: 1328px) {
    .cookies {
        bottom: 60px;
    }
}

.link-btn {
    text-decoration: none;
    background: #e53e3e;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #e53e3e;
    box-sizing: border-box;
}

.link-btn svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linecap: round;
}

.link-btn_add {
    background: #fff;
}

.link-btn_add svg {
    stroke: #e53e3e;
}

@media (min-width: 1024px) {
    .link-btn {
        width: 48px;
        height: 48px;
        border: 1px solid transparent;
        transition: .3s;
        box-sizing: border-box;
    }

    .link-btn svg {
        width: 24px;
        height: 24px;
    }

    .link-btn_add {
        border-color: #e53e3e;
    }

    .link-btn_add svg {
        stroke: #e53e3e;
    }
}

.main-banner {
    position: relative;
}

.main-banner .swiper-initialized .main-slider__image {
    opacity: 1;
}

.main-banner__img {
    display: block;
    z-index: 1;
    background: linear-gradient(90deg, #fff -28.62%, rgba(255, 255, 255, 0) 73.33%);
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.main-banner__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    height: auto;
}

.main-banner__info {
    position: absolute;
    z-index: 3;
    top: 24px;
    left: 12px;
    right: 16px;
}

@media (min-width: 375px) {
    .main-banner__info {
        left: 16px;
    }
}

.main-banner__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #333;
    margin-bottom: 19px;
}

.main-banner__title span {
    color: #e53e3e;
}

@media (min-width: 375px) {
    .main-banner__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
    }
}

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

.main-banner__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    max-width: 188px;
    color: #333;
}

@media (min-width: 375px) {
    .main-banner__text {
        font-size: 14px;
        line-height: 22px;
        max-width: 215px;
    }
}

.main-banner__buttons {
    display: none;
}

.main-banner .swiper-pagination {
    position: relative;
    white-space: nowrap;
    bottom: auto;
    left: auto;
    margin: 6px auto 0;
}

.main-banner .swiper-pagination-bullet {
    margin: 0 4px !important;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    transition: border-color .2s ease 0s;
    border: 1px solid transparent;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    position: relative;
}

.main-banner .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
}

.main-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #f5b2b2;
}

.main-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #e53e3e;
}

.main-banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.main-banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(1);
}

@media (min-width: 768px) {
    .main-banner__img {
        height: 300px;
        padding-bottom: 0;
    }

    .main-banner__img img {
        position: static;
    }

    .main-banner__info {
        top: 48px;
        margin-left: 24px;
        left: calc((100% - 720px) / 2);
    }

    .main-banner__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
        max-width: 344px;
    }

    .main-banner__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-banner__text {
        font-size: 14px;
        line-height: 22px;
        max-width: 400px;
    }

    .main-banner .link-btn {
        margin-top: 24px;
    }

    .main-banner .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 12px;
        transform: translate(-50%, 0);
    }

    .main-banner .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
    }

    .main-banner .swiper-pagination-bullet::before {
        width: 8px;
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
    }
}

@media (min-width: 1024px) {
    .main-banner:hover .link-btn {
        background: transparent;
        transition: .3s;
        border: 1px solid #e53e3e;
    }

    .main-banner:hover .link-btn svg {
        stroke: #e53e3e;
    }

    .main-banner__img {
        height: 369px;
    }

    .main-banner__info {
        top: 73px;
        margin-left: 83px;
        left: calc((100% - 976px) / 2);
    }

    .main-banner__title {
        font-size: 36px;
        line-height: 44px;
        max-width: 387px;
    }

    .main-banner__text {
        max-width: 411px;
        font-size: 16px;
        line-height: 24px;
    }

    .main-banner .swiper-pagination {
        bottom: 20px;
    }

    .main-banner__buttons {
        display: flex;
        left: 16px;
        right: 16px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 100;
    }

    .main-banner__button {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        transition: .3s;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #c7c7c7;
    }

    .main-banner__button svg {
        fill: none;
        stroke: #e53e3e;
        stroke-width: 1.5px;
    }

    .main-banner__button:hover {
        transition: .3s;
        border-color: #333;
    }

    .main-banner__button.swiper-button-disabled {
        pointer-events: none;
    }

    .main-banner__button.swiper-button-disabled svg {
        stroke: #8c8c8c;
    }

    .main-banner__button_prev {
        transform: rotate(180deg);
    }

    .main-banner__button_next {
        right: 0;
        position: absolute;
    }
}

@media (min-width: 1328px) {
    .main-banner__img {
        height: 400px;
    }

    .main-banner__title {
        font-size: 44px;
        max-width: 473px;
        line-height: 56px;
    }

    .main-banner .link-btn {
        margin-top: 32px;
    }

    .main-banner__info {
        top: 72px;
        margin-left: 100px;
        left: calc((100% - 1280px) / 2);
    }
}

.slider-apple {
    margin-left: 16px;
}

.slider-apple__buttons,
.slider-apple .link-btn {
    display: none;
}

.slider-apple__top {
    margin-bottom: 16px;
}

.slider-apple__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .slider-apple__title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1328px) {
    .slider-apple__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.slider-apple__item {
    background: #f5f6fa;
    height: 151px;
    width: 140px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding-top: 32px;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.slider-apple__img {
    position: absolute;
    right: -7px;
    top: 26px;
    z-index: -1;
    width: 66px;
    height: 99px;
}

.slider-apple__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .slider-apple {
        margin-left: calc((100% - 720px) / 2);
    }

    .slider-apple__top {
        padding: 0;
        width: 720px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .slider-apple__item {
        width: 229px;
        height: 247px;
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 24px;
        display: flex;
        flex-direction: column;
        border-radius: 24px;
    }

    .slider-apple__img {
        width: 137px;
        height: 167px;
        right: -13px;
        top: 40px;
    }

    .slider-apple .link-btn {
        display: flex;
        margin-top: auto;
    }

    .slider-apple__buttons {
        display: flex;
    }

    .slider-apple__buttons button {
        display: none;
    }

    .slider-apple__buttons_active {
        display: flex;
        justify-content: flex-end;
    }

    .slider-apple__buttons_active button {
        display: flex;
    }

    .slider-apple__button_prev,
    .slider-apple__button_next {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        transition: .3s;
        width: 24px;
        height: 24px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

    .slider-apple__button_prev svg,
    .slider-apple__button_next svg {
        fill: none;
        stroke: #e53e3e;
        stroke-width: 1.5px;
    }

    .slider-apple__button_prev:hover,
    .slider-apple__button_next:hover {
        transition: .3s;
        border-color: #333;
    }

    .slider-apple__button_prev.swiper-button-disabled,
    .slider-apple__button_next.swiper-button-disabled {
        pointer-events: none;
    }

    .slider-apple__button_prev.swiper-button-disabled svg,
    .slider-apple__button_next.swiper-button-disabled svg {
        stroke: #8c8c8c;
    }

    .slider-apple__button_prev svg,
    .slider-apple__button_next svg {
        stroke-width: 2px;
    }

    .slider-apple__button_prev {
        transform: rotate(180deg);
    }

    .slider-apple__button_next {
        margin-left: 16px;
    }
}

@media (min-width: 1024px) {
    .slider-apple {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .slider-apple {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .slider-apple {
        width: 976px;
    }
}

@media (min-width: 1024px) and (min-width: 1328px) {
    .slider-apple {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .slider-apple__top {
        width: 976px;
    }

    .slider-apple__item {
        width: 232px;
        height: 250px;
        font-size: 20px;
        line-height: 22px;
        transition: .3s;
        padding-bottom: 67px;
    }

    .slider-apple__item:hover {
        color: #e53e3e;
        transition: .3s;
    }

    .slider-apple__item:hover .link-btn {
        background: transparent;
        transition: .3s;
        border: 1px solid #e53e3e;
    }

    .slider-apple__item:hover .link-btn svg {
        stroke: #e53e3e;
        transition: .3s;
    }

    .slider-apple__img {
        width: 137px;
        height: 167px;
    }

    .slider-apple .link-btn {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1328px) {
    .slider-apple__top {
        width: 1280px;
        margin-bottom: 24px;
    }

    .slider-apple__item {
        width: 302px;
        height: 340px;
        padding-left: 40px;
        padding-top: 80px;
        padding-bottom: 80px;
        font-size: 24px;
        line-height: 32px;
    }

    .slider-apple__img {
        width: 183px;
        height: 227px;
    }

    .slider-apple .link-btn {
        width: 48px;
        height: 48px;
    }
}

.main-info {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .main-info {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .main-info {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .main-info {
        width: 1280px;
    }
}

.main-info__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .main-info__title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1328px) {
    .main-info__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.main-info__title_mobile {
    margin-bottom: 16px;
}

.main-info__title_desctop {
    display: none;
}

.main-info__img {
    display: block;
    margin-bottom: 16px;
}

.main-info__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.main-info__text + .main-info__text {
    margin-top: 8px;
}

.main-info__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 32px;
    border-radius: 8px;
    background: #e53e3e;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .main-info {
        display: flex;
    }

    .main-info__img {
        width: 267px;
        height: 322px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .main-info__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main-info__wrap {
        margin-left: 16px;
    }

    .main-info__title {
        margin-bottom: 20px;
    }

    .main-info__title_mobile {
        display: none;
    }

    .main-info__title_desctop {
        display: block;
    }

    .main-info__text {
        font-size: 14px;
        line-height: 22px;
    }

    .main-info__text span {
        font-weight: 700;
    }

    .main-info__text + .main-info__text {
        margin-top: 12px;
    }

    .main-info__link {
        width: 189px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
        font-weight: 500;
    }
}

@media (min-width: 1024px) {
    .main-info__img {
        width: 397px;
        height: 278px;
    }

    .main-info__link {
        border: 1px solid transparent;
        box-sizing: border-box;
        transition: .3s;
    }

    .main-info__link:hover {
        background: #fff;
        color: #e53e3e;
        border-color: #e53e3e;
        transition: .3s;
    }
}

@media (min-width: 1328px) {
    .main-info__img {
        width: 519px;
        height: 404px;
    }

    .main-info__wrap {
        margin-left: 60px;
    }

    .main-info__title {
        margin-top: 44px;
        margin-bottom: 24px;
    }

    .main-info__text {
        font-size: 16px;
        line-height: 24px;
    }

    .main-info__link {
        margin-top: 24px;
        width: 205px;
        height: 48px;
        font-size: 16px;
        line-height: 22px;
    }
}

.advantage {
    margin-left: 16px;
}

.advantage__item {
    width: 140px;
    height: 114px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    border-radius: 16px;
    background: #f5f6fa;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 16px;
    box-sizing: border-box;
}

.advantage__item svg {
    fill: none;
    stroke: #e53e3e;
    stroke-width: 1.5px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .advantage {
        margin-left: calc((100% - 720px) / 2);
    }

    .advantage__item {
        width: 190px;
        height: 144px;
        font-size: 14px;
        line-height: 22px;
        padding: 16px 25px 21px;
    }

    .advantage__item svg {
        margin-bottom: 9px;
        width: 32px;
        height: 32px;
        stroke-width: 2px;
    }
}

@media (min-width: 1024px) {
    .advantage {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
        margin-left: 0;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .advantage {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .advantage {
        width: 976px;
    }
}

@media (min-width: 1024px) and (min-width: 1328px) {
    .advantage {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .advantage__item {
        width: 232px;
        height: 145px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        padding: 20px;
    }

    .advantage__item svg {
        margin-bottom: 6px;
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1328px) {
    .advantage__item {
        width: 302px;
        height: 145px;
        font-size: 16px;
        line-height: 22px;
        padding: 24px;
    }

    .advantage__item svg {
        margin-bottom: 18px;
        width: 38px;
        height: 38px;
    }
}

.slider-product {
    margin-left: 16px;
}

.slider-product__buttons {
    display: none;
}

.slider-product__top {
    margin-bottom: 16px;
}

.slider-product__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .slider-product__title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1328px) {
    .slider-product__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.slider-product__item {
    width: 140px;
    height: 262px;
}

@media (min-width: 768px) {
    .slider-product {
        margin-left: calc((100% - 720px) / 2);
    }

    .slider-product__top {
        padding: 0;
        width: 720px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .slider-product__buttons {
        display: flex;
    }

    .slider-product__buttons button {
        display: none;
    }

    .slider-product__buttons_active {
        display: flex;
        justify-content: flex-end;
    }

    .slider-product__buttons_active button {
        display: flex;
    }

    .slider-product__button_prev,
    .slider-product__button_next {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        transition: .3s;
        width: 24px;
        height: 24px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

    .slider-product__button_prev svg,
    .slider-product__button_next svg {
        fill: none;
        stroke: #e53e3e;
        stroke-width: 1.5px;
    }

    .slider-product__button_prev:hover,
    .slider-product__button_next:hover {
        transition: .3s;
        border-color: #333;
    }

    .slider-product__button_prev.swiper-button-disabled,
    .slider-product__button_next.swiper-button-disabled {
        pointer-events: none;
    }

    .slider-product__button_prev.swiper-button-disabled svg,
    .slider-product__button_next.swiper-button-disabled svg {
        stroke: #8c8c8c;
    }

    .slider-product__button_prev svg,
    .slider-product__button_next svg {
        stroke-width: 2px;
    }

    .slider-product__button_prev {
        transform: rotate(180deg);
    }

    .slider-product__button_next {
        margin-left: 16px;
    }

    .slider-product__item {
        width: 229px;
        height: 308px;
    }
}

@media (min-width: 1024px) {
    .slider-product {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .slider-product {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .slider-product {
        width: 976px;
    }
}

@media (min-width: 1024px) and (min-width: 1328px) {
    .slider-product {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .slider-product__top {
        width: 976px;
    }

    .slider-product__item {
        width: 232px;
    }

    .slider-product__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }
}

@media (min-width: 1328px) {
    .slider-product__top {
        width: 1280px;
        margin-bottom: 24px;
    }

    .slider-product__item {
        width: 302px;
        height: 346px;
    }

    .slider-product__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.product-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 140px;
    height: 100%;
}

.product-card__not-available {
    display: none;
}

.product-card_disabled .product-card__img,
.product-card_disabled .product-card__button {
    opacity: .3;
}

.product-card_disabled .product-card__wrap {
    display: none;
}

.product-card_disabled .product-card__footer {
    align-items: center;
}

.product-card_disabled .product-card__not-available {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.product-card__img {
    border-radius: 16px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 8px;
    height: 134px;
    flex-shrink: 0;
}

.product-card__img img {
    height: 72.89%;
    width: 74.5%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.product-card__image {
    position: absolute;
    left: 50%;
    top: 50%;
}

.product-card__fav,
.product-card__compare {
    position: absolute;
    z-index: 2;
    right: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: transparent;
}

.product-card__fav svg,
.product-card__compare svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #c7c7c7;
    stroke-width: 1.5px;
}

.product-card__fav_add svg,
.product-card__compare_add svg {
    stroke: #e53e3e;
    fill: #e53e3e;
}

.product-card__fav {
    top: 5px;
}

.product-card__compare {
    top: 34px;
}

.product-card__badges {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
}

.product-card__badge {
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    border-radius: 8px;
}

.product-card__badge + .product-card__badge {
    margin-top: 4px;
}

.product-card__badge_sale {
    background: #3e77e5;
}

.product-card__badge_black {
    background: #333;
}

.product-card__badge_new {
    background-color: #10a85f;
}

.product-card__badge_hit {
    background-color: #fdb13e;
}

.product-card__name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 56px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 375px) {
    .product-card__name {
        height: 36px;
        -webkit-line-clamp: 2;
    }
}

.product-card__from {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.product-card__prices {
    display: flex;
    flex-direction: column-reverse;
    height: 33px;
}

.product-card__price {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.product-card__price_old {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    text-decoration: line-through;
    white-space: nowrap;
}

.product-card__button {
    border: 0;
    background: transparent;
    padding: 0;
}

.product-card .link-btn {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    box-sizing: border-box;
}

.product-card .link-btn svg {
    stroke-width: 2px;
}

@media (min-width: 768px) {
    .product-card {
        padding: 0;
        height: auto;
    }

    .product-card__img {
        width: 229px;
        height: 190px;
        margin-bottom: 16px;
        padding-bottom: 0;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-card__img img {
        transform: none;
        position: static;
        width: 164px;
        height: 150px;
    }

    .product-card__fav,
    .product-card__compare {
        width: 24px;
        height: 24px;
        right: 14px;
    }

    .product-card__fav svg,
    .product-card__compare svg {
        width: 24px;
        height: 24px;
    }

    .product-card__fav {
        top: 16px;
    }

    .product-card__compare {
        top: 52px;
    }

    .product-card__badge {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 16px;
    }

    .product-card__name {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        -webkit-line-clamp: 2;
    }

    .product-card__footer {
        align-items: flex-start;
    }

    .product-card__from {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .product-card__prices {
        flex-direction: row;
    }

    .product-card__price {
        font-size: 16px;
        line-height: 22px;
    }

    .product-card__price_old {
        margin-left: 12px;
        font-size: 14px;
        line-height: 22px;
    }

    .product-card__button,
    .product-card .link-btn {
        width: 40px;
        height: 40px;
        margin: 0;
        margin-top: 2px;
    }

    .product-card_disabled .product-card__not-available {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .product-card__img {
        width: 232px;
    }

    .product-card__fav,
    .product-card__compare {
        right: 16px;
    }

    .product-card__fav:hover svg,
    .product-card__compare:hover svg {
        stroke: #f5b2b2;
    }

    .product-card:hover {
        transition: .3s;
    }

    .product-card:hover .link-btn {
        background: transparent;
        transition: .3s;
        border: 1px solid #e53e3e;
    }

    .product-card:hover .link-btn svg {
        stroke: #e53e3e;
    }

    .product-card:hover .product-card__image {
        transform: scale(1.1);
        transition: .3s;
    }
}

@media (min-width: 1328px) {
    .product-card__img {
        width: 302px;
        height: 220px;
    }

    .product-card__img img {
        width: 204px;
        height: 188px;
    }

    .product-card__fav svg {
        width: 24px;
        height: 24px;
    }

    .product-card__compare {
        top: 56px;
    }

    .product-card__name {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }

    .product-card__from {
        font-size: 16px;
        line-height: 24px;
    }

    .product-card__price {
        font-size: 20px;
        line-height: 22px;
    }

    .product-card__price_old {
        font-size: 16px;
        line-height: 24px;
    }

    .product-card__button,
    .product-card .link-btn {
        width: 48px;
        height: 48px;
        margin-top: 0;
    }

    .product-card__badges {
        top: 12px;
        left: 12px;
    }

    .product-card_disabled .product-card__not-available {
        font-size: 20px;
    }
}

.slider-popular {
    margin-left: 16px;
    position: relative;
}

.slider-popular__buttons {
    display: none;
}

.slider-popular__top {
    margin-bottom: 16px;
}

.slider-popular__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .slider-popular__title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1328px) {
    .slider-popular__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.slider-popular__item {
    background: #f5f6fa;
    height: 140px;
    width: 140px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.slider-popular__img {
    position: absolute;
    right: -20px;
    bottom: -15px;
    z-index: -1;
    transform: scale(0.75);
}

.slider-popular__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0 0 16px;
}

.slider-popular__link {
    display: block;
    text-decoration: none;
    margin-top: 23px;
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

@media (min-width: 768px) {
    .slider-popular {
        margin-left: calc((100% - 720px) / 2);
    }

    .slider-popular__top {
        padding: 0;
        width: 720px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .slider-popular__item {
        width: 229px;
        height: 229px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        padding-top: 24px;
        padding-left: 24px;
        border-radius: 24px;
    }

    .slider-popular__img {
        right: -12px;
        bottom: -7px;
        z-index: -1;
        transform: scale(0.9);
    }

    .slider-popular__buttons {
        display: flex;
    }

    .slider-popular__buttons button {
        display: none;
    }

    .slider-popular__buttons_active {
        display: flex;
        justify-content: flex-end;
    }

    .slider-popular__buttons_active button {
        display: flex;
    }

    .slider-popular__button_prev,
    .slider-popular__button_next {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        transition: .3s;
        width: 24px;
        height: 24px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

    .slider-popular__button_prev svg,
    .slider-popular__button_next svg {
        fill: none;
        stroke: #e53e3e;
        stroke-width: 1.5px;
    }

    .slider-popular__button_prev:hover,
    .slider-popular__button_next:hover {
        transition: .3s;
        border-color: #333;
    }

    .slider-popular__button_prev.swiper-button-disabled,
    .slider-popular__button_next.swiper-button-disabled {
        pointer-events: none;
    }

    .slider-popular__button_prev.swiper-button-disabled svg,
    .slider-popular__button_next.swiper-button-disabled svg {
        stroke: #8c8c8c;
    }

    .slider-popular__button_prev svg,
    .slider-popular__button_next svg {
        stroke-width: 2px;
    }

    .slider-popular__button_prev {
        transform: rotate(180deg);
    }

    .slider-popular__button_next {
        margin-left: 16px;
    }

    .slider-popular__link {
        position: absolute;
        top: 9px;
        left: 472px;
        margin-top: 0;
        font-weight: 500;
        font-size: 14px;
        z-index: 100;
    }
}

@media (min-width: 1024px) {
    .slider-popular {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .slider-popular {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .slider-popular {
        width: 976px;
    }
}

@media (min-width: 1024px) and (min-width: 1328px) {
    .slider-popular {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .slider-popular__top {
        width: 976px;
    }

    .slider-popular__item {
        width: 232px;
        height: 232px;
        font-size: 16px;
        transition: .3s;
    }

    .slider-popular__item:hover {
        color: #e53e3e;
        transition: .3s;
    }

    .slider-popular__link {
        left: 728px;
        top: 7px;
        transition: .3s;
    }

    .slider-popular__link:hover {
        color: #e53e3e;
        transition: .3s;
    }
}

@media (min-width: 1328px) {
    .slider-popular__top {
        width: 1280px;
        margin-bottom: 24px;
    }

    .slider-popular__item {
        width: 302px;
        height: 302px;
        padding-left: 32px;
        padding-top: 32px;
        padding-right: 32px;
        font-size: 20px;
        overflow: hidden;
    }

    .slider-popular__link {
        left: 992px;
        font-size: 16px;
        top: 11px;
    }

    .slider-popular__img {
        right: -43px;
        bottom: -37px;
        z-index: -1;
        transform: scale(0.75);
    }
}

.slider-sale {
    margin-left: 16px;
    position: relative;
}

.slider-sale__buttons {
    display: none;
}

.slider-sale__top {
    margin-bottom: 16px;
}

.slider-sale__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .slider-sale__title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1328px) {
    .slider-sale__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.slider-sale__item {
    width: 140px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
}

.slider-sale__img {
    width: 140px;
    height: 100px;
    border-radius: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(91.14deg, #dbe3ef -26.64%, rgba(255, 255, 255, 0.17) 61.99%, #dbe3ef 114.35%), #f5f8fd;
}

.slider-sale__img img {
    width: 124px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
}

.slider-sale__name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-sale__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.slider-sale__link {
    display: block;
    text-decoration: none;
    margin-top: 23px;
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

@media (min-width: 768px) {
    .slider-sale {
        margin-left: calc((100% - 720px) / 2);
    }

    .slider-sale__top {
        padding: 0;
        width: 720px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .slider-sale__item {
        width: 352px;
    }

    .slider-sale__img {
        width: 352px;
        height: 210px;
        margin-bottom: 16px;
        border-radius: 24px;
    }

    .slider-sale__img img {
        width: 280px;
        height: 169px;
    }

    .slider-sale__name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        height: 20px;
        -webkit-line-clamp: 1;
    }

    .slider-sale__date {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .slider-sale__buttons {
        display: flex;
    }

    .slider-sale__buttons button {
        display: none;
    }

    .slider-sale__buttons_active {
        display: flex;
        justify-content: flex-end;
    }

    .slider-sale__buttons_active button {
        display: flex;
    }

    .slider-sale__button_prev,
    .slider-sale__button_next {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        transition: .3s;
        width: 24px;
        height: 24px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

    .slider-sale__button_prev svg,
    .slider-sale__button_next svg {
        fill: none;
        stroke: #e53e3e;
        stroke-width: 1.5px;
    }

    .slider-sale__button_prev:hover,
    .slider-sale__button_next:hover {
        transition: .3s;
        border-color: #333;
    }

    .slider-sale__button_prev.swiper-button-disabled,
    .slider-sale__button_next.swiper-button-disabled {
        pointer-events: none;
    }

    .slider-sale__button_prev.swiper-button-disabled svg,
    .slider-sale__button_next.swiper-button-disabled svg {
        stroke: #8c8c8c;
    }

    .slider-sale__button_prev svg,
    .slider-sale__button_next svg {
        stroke-width: 2px;
    }

    .slider-sale__button_prev {
        transform: rotate(180deg);
    }

    .slider-sale__button_next {
        margin-left: 16px;
    }

    .slider-sale__link {
        position: absolute;
        top: 9px;
        left: 472px;
        margin-top: 0;
        font-weight: 500;
        font-size: 14px;
        z-index: 100;
    }
}

@media (min-width: 1024px) {
    .slider-sale {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .slider-sale {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .slider-sale {
        width: 976px;
    }
}

@media (min-width: 1024px) and (min-width: 1328px) {
    .slider-sale {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .slider-sale__top {
        width: 976px;
    }

    .slider-sale__item {
        width: 315px;
        overflow: hidden;
    }

    .slider-sale__item:hover img {
        transform: scale(1.25);
        transition: transform .3s;
    }

    .slider-sale__img {
        width: 315px;
        overflow: hidden;
    }

    .slider-sale__img img {
        transition: transform .3s;
    }

    .slider-sale__link {
        left: 716px;
        top: 7px;
        transition: .3s;
    }

    .slider-sale__link:hover {
        color: #e53e3e;
        transition: .3s;
    }
}

@media (min-width: 1328px) {
    .slider-sale__top {
        width: 1280px;
        margin-bottom: 24px;
    }

    .slider-sale__item {
        width: 411px;
    }

    .slider-sale__img {
        width: 411px;
        height: 220px;
    }

    .slider-sale__img img {
        width: 332px;
        height: 201px;
    }

    .slider-sale__name {
        font-size: 16px;
        line-height: 22px;
        height: 22px;
    }

    .slider-sale__date {
        font-size: 16px;
        line-height: 24px;
    }

    .slider-sale__link {
        font-size: 16px;
        left: 979px;
        top: 11px;
    }
}

.toolbar {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    height: 54px;
    background: #fff;
    z-index: 101;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.toolbar .counter {
    top: -6px;
    right: -9px;
}

.toolbar__menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.toolbar__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}

.toolbar__link svg {
    fill: none;
    stroke-width: 1.2px;
    stroke: rgba(0, 0, 0, 0.4);
}

.toolbar__link_active {
    color: #333;
}

.toolbar__link_active svg {
    stroke: #333;
}

.toolbar__wrap {
    position: relative;
}

@media (min-width: 768px) {
    .toolbar {
        display: none;
    }
}

.menu-mobile {
    position: fixed;
    background: #fff;
    width: 100%;
    right: -200%;
    transition: .3s;
    top: 0;
    bottom: 54px;
    z-index: 12;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.menu-mobile_open {
    right: 0;
    transition: .3s;
}

.menu-mobile__body {
    padding: 48px 16px 0;
    flex: 1 0 auto;
}

.menu-mobile__menu {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.menu-mobile__link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #333;
}

.menu-mobile__link + .menu-mobile__link {
    margin-top: 16px;
}

.menu-mobile__next {
    margin-left: auto;
}

.menu-mobile__next svg {
    fill: none;
    stroke: #c7c7c7;
    stroke-width: 1.5px;
    margin-right: 8px;
    margin-bottom: -2px;
}

.menu-mobile__footer {
    background: #f5f5f5;
    padding: 30px 16px 22px;
    flex: 0 0 auto;
}

.menu-mobile__footer svg {
    stroke: #333;
}

.menu-mobile .header__contacts {
    display: flex;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #ededed;
}

.menu-mobile .header__phone {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.menu-mobile .header__time {
    display: block;
    margin-left: 8px;
    color: #333;
    font-weight: 400;
    font-size: 10px;
    line-height: 21px;
}

.menu-mobile__footer-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
    display: block;
    color: #333;
    text-decoration: none;
}

.menu-mobile__footer-link + .menu-mobile__footer-link {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
}

.catalog-categories {
    position: fixed;
    background: #fff;
    width: 100%;
    right: -200%;
    transition: .3s;
    top: 47px;
    bottom: 54px;
    z-index: 100;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 0 8px;
}

.catalog-categories_open {
    right: 0;
    transition: .3s;
}

.catalog-categories__back {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    display: flex;
    padding-top: 2px;
    position: fixed;
    top: 47px;
    background: #fff;
    width: 100%;
}

.catalog-categories__back svg {
    margin-right: 8px;
    stroke-width: 1.5px;
    stroke: #333;
    fill: none;
}

.catalog-categories__menu {
    padding: 34px 13px 0 32px;
}

.catalog-categories__item {
    height: 28px;
}

.catalog-categories__item + .catalog-categories__item {
    margin-top: 8px;
}

.catalog-categories__menu-item + .catalog-categories__menu-item {
    display: none;
}

.catalog-categories__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

.catalog-categories__link_only {
    color: #333;
}

.catalog-categories__link_active + .submenu {
    right: 0;
    transition: .3s;
    padding-bottom: 120px;
}

.catalog-categories__link_active + .submenu .submenu__footer {
    bottom: 54px;
    opacity: 1;
    transition: .3s;
}

.catalog-categories__link svg {
    stroke-width: 1.5px;
    stroke: #c7c7c7;
    fill: none;
}

.catalog-categories__link_wrap {
    display: flex;
}

.catalog-categories__link_wrap svg {
    stroke: #333;
    stroke-width: 1px;
    margin-right: 6px;
    flex-shrink: 0;
}

.catalog-categories__title {
    display: none;
}

@media (min-width: 768px) {
    .catalog-categories {
        top: 141px;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 740px;
        bottom: auto;
        opacity: 0;
        z-index: -1;
        padding: 0;
        background: #fff;
        transition: none;
    }

    .catalog-categories_open {
        z-index: 104;
        opacity: 1;
        transition: none;
    }

    .catalog-categories_open + .catalog-categories__overlay {
        opacity: 1;
        transition: none;
        z-index: 13;
    }

    .catalog-categories__menu {
        overflow: auto;
        height: 100%;
        width: 100%;
        background: #f8f8f8;
        padding: 24px 11px 24px 24px;
        padding-left: calc((100% - 720px) / 2);
        box-sizing: border-box;
        max-height: calc(100vh - 147px);
    }

    .catalog-categories__title {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
        color: #333;
        text-decoration: none;
    }

    .catalog-categories__back {
        display: none;
    }

    .catalog-categories__overlay {
        position: fixed;
        background: rgba(0, 0, 0, 0.12);
        left: 0;
        right: 0;
        top: 147px;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        transition: none;
    }

    .catalog-categories__item {
        width: 248px;
        margin: 0;
        height: 28px;
        box-sizing: border-box;
    }

    .catalog-categories__item_open-desk .submenu {
        right: 0;
        z-index: 15;
        opacity: 1;
        padding-top: 17px;
    }

    .catalog-categories__item + .catalog-categories__item {
        margin-top: 8px;
    }

    .catalog-categories__item_active {
        border-color: transparent;
        background: #fafafa;
        border-radius: 4px;
    }

    .catalog-categories__item_active .catalog-categories__link {
        background: #fff;
        color: #e53e3e;
        position: relative;
        z-index: 1;
    }

    .catalog-categories__item_active .catalog-categories__link::before {
        content: '';
        position: absolute;
        height: 28px;
        left: -100%;
        right: -32px;
        background: #fff;
        z-index: -1;
    }

    .catalog-categories__item_active svg {
        stroke: #e53e3e;
    }

    .catalog-categories__link {
        width: 248px;
        padding: 2px 4px 2px 0;
        box-sizing: border-box;
        cursor: pointer;
    }

    .catalog-categories__link_active + .submenu {
        right: 0;
        z-index: 150;
        transition: none;
        opacity: 1;
        padding-bottom: 0;
        bottom: 0;
        padding-top: 17px;
    }

    .catalog-categories__menu-item + .catalog-categories__menu-item {
        display: block;
        margin-top: 34px;
    }
}

@media (min-width: 1024px) {
    .catalog-categories {
        width: 100%;
        max-height: 542px;
        left: 0;
    }

    .catalog-categories__menu {
        padding-left: calc((100% - 975px) / 2);
        width: 100%;
        padding-top: 13px;
    }

    .catalog-categories__link {
        transition: color .3s;
    }

    .catalog-categories__link:hover {
        color: #e53e3e;
        transition: color .3s;
    }

    .catalog-categories__link_active + .submenu {
        padding-top: 14px;
    }

    .catalog-categories__item_active .catalog-categories__link::before {
        left: -500%;
    }
}

@media (min-width: 1328px) {
    .catalog-categories {
        max-height: 696px;
        top: 148px;
    }

    .catalog-categories__overlay {
        top: 151px;
    }

    .catalog-categories__menu {
        padding-left: calc((100% - 1280px) / 2);
        padding-top: 40px;
    }

    .catalog-categories__link_active + .submenu {
        padding-top: 40px;
    }

    .catalog-categories__item_open-desk .submenu {
        padding-top: 40px;
    }
}

.submenu {
    z-index: 15;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: fixed;
    background: #fff;
    width: 100%;
    right: -200%;
    transition: .3s;
    top: 47px;
    bottom: 54px;
    padding: 27px 8px 0;
}

.submenu__back {
    padding-top: 2px;
    display: flex;
    position: fixed;
    top: 47px;
    background: #fff;
    width: 100%;
}

.submenu__back svg {
    margin-right: 8px;
    stroke-width: 1.5px;
    stroke: #333;
    fill: none;
}

.submenu__back-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    text-decoration: none;
}

.submenu__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-decoration: none;
    height: 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submenu__subtitle svg {
    stroke-width: 1.5px;
    stroke: #c7c7c7;
    fill: none;
}

.submenu__items {
    padding: 11px 13px 0 32px;
}

.submenu__link {
    display: none;
}

.submenu__link_more {
    display: none;
}

.submenu__item_active .sub-submenu {
    right: 0;
    transition: .3s;
    padding-bottom: 120px;
}

.submenu__item_active .sub-submenu .submenu__footer {
    display: block;
}

.submenu__item + .submenu__item {
    margin-top: 4px;
}

.submenu__footer {
    opacity: 0;
    bottom: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
    padding: 6px 16px;
    transition: .3s;
    z-index: 17;
}

.submenu__button {
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    width: 100%;
    height: 32px;
    text-align: center;
    background: #e53e3e;
    display: block;
}

.submenu__logo,
.submenu__show {
    display: none;
}

@media (min-width: 768px) {
    .submenu {
        position: absolute;
        z-index: 1;
        left: calc((100% - 203px) / 2);
        top: 0;
        right: 0;
        width: auto;
        opacity: 0;
        bottom: auto;
        padding: 0;
        max-height: calc(100vh - 147px);
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        transition: none;
    }

    .submenu__back {
        display: flex;
        align-items: center;
        position: static;
        padding-top: 8px;
        padding-left: 32px;
        box-sizing: border-box;
    }

    .submenu__back svg {
        display: none;
    }

    .submenu__back-title {
        font-weight: 800;
        font-size: 20px;
        line-height: 22px;
        color: #333;
        text-decoration: none;
    }

    .submenu__items {
        display: grid;
        grid-template-columns: 200px 200px;
        grid-auto-rows: max-content;
        grid-auto-flow: dense;
        grid-row-gap: 36px;
        grid-column-gap: 20px;
        padding: 22px 0 0 32px;
    }

    .submenu__item {
        position: relative;
        padding-bottom: 2px;
    }

    .submenu__item + .submenu__item {
        margin-top: 0;
    }

    .submenu__item_more {
        max-height: 211px;
        overflow: hidden;
    }

    .submenu__item_active .sub-submenu {
        transition: none;
    }

    .submenu__subtitle {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: -9px;
    }

    .submenu__subtitle svg {
        display: none;
    }

    .submenu__logo {
        display: block;
        width: 19px;
        height: 23px;
        margin-left: 23px;
    }

    .submenu__show {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #333;
        text-decoration: none;
        margin-left: auto;
        width: 200px;
        margin-right: 33px;
    }

    .submenu__show svg {
        display: block;
        margin-right: 0;
        margin-left: 11px;
        stroke: #6e6e6e;
        stroke-width: 1px;
    }

    .submenu__link {
        display: block;
        border: 0;
        padding: 0;
        min-height: 22px;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-decoration: none;
        color: #333;
    }

    .submenu__link + .submenu__link {
        margin-top: 8px;
    }

    .submenu__link_more {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #8c8c8c;
        border-bottom: 1px dashed;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        background: #fff;
    }

    .submenu__footer {
        display: none;
    }

    .submenu__button {
        width: auto;
        border: 1px solid rgba(45, 45, 45, 0.2);
        box-sizing: border-box;
        border-radius: 6px;
        padding: 0 40px;
        background: transparent;
        display: inline-block;
        margin-top: 39px;
        transition: .3s;
        cursor: pointer;
    }

    .submenu__button:hover {
        background: #e53e3e;
        transition: .3s;
    }
}

@media (min-width: 1024px) {
    .submenu {
        left: calc((100% - 470px) / 2);
        display: flex;
        flex-direction: row;
        padding-right: 24px;
        padding-bottom: 24px;
        justify-content: space-between;
        height: 542px;
    }

    .submenu__items {
        grid-column-gap: 20px;
        grid-template-columns: 200px 200px 200px;
        padding: 21px 0 0 38px;
    }

    .submenu__show {
        margin-right: 0;
        transition: color .3s;
    }

    .submenu__show:hover {
        transition: .3s;
        color: #e53e3e;
    }

    .submenu__show:hover svg {
        stroke: #e53e3e;
    }

    .submenu__back {
        padding-top: 0;
        padding-left: 37px;
    }

    .submenu__back-title {
        transition: color .3s;
    }

    .submenu__back-title:hover {
        transition: color .3s;
        color: #e53e3e;
    }

    .submenu__link {
        transition: color .3s;
    }

    .submenu__link:hover {
        color: #e53e3e;
        transition: color .3s;
    }

    .submenu__subtitle {
        transition: color .3s;
    }

    .submenu__subtitle:hover {
        transition: color .3s;
        color: #e53e3e;
    }
}

@media (min-width: 1328px) {
    .submenu {
        left: calc((100% - 730px) / 2);
        height: 696px;
        max-height: calc(100vh - 108px - 41px);
    }

    .submenu__items {
        padding: 30px 0 0 38px;
    }
}

.banner-one {
    display: none;
}

@media (min-width: 1328px) {
    .banner-one {
        display: block;
        position: absolute;
        left: 710px;
        opacity: 1;
        width: 297px;
        height: 411px;
        box-sizing: border-box;
    }
}

.hamburger {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 6px;
}

.hamburger__line {
    width: 18px;
    height: 1.5px;
    border-radius: 5px;
    background: #333;
    position: absolute;
    right: -4px;
    top: 11px;
}

.hamburger__line:nth-child(1) {
    transform: rotate(-45deg);
}

.hamburger__line:nth-child(2) {
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .hamburger {
        display: none;
    }
}

.catalog-header {
    right: -200%;
}

.menu-mobile_open .catalog-header,
.catalog-categories_open .catalog-header {
    padding: 8px 16px 16px;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    transition: right .3s;
    display: flex;
    justify-content: space-between;
}

.catalog-categories_open .catalog-header {
    transition: none;
}

.catalog-header__logo {
    display: block;
    width: 109px;
    height: 23px;
}

@media (min-width: 768px) {
    .catalog-categories_open .catalog-header {
        display: none;
    }
}

.sub-submenu {
    z-index: 15;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: fixed;
    background: #fff;
    width: 100%;
    right: -200%;
    transition: .3s;
    top: 47px;
    bottom: 54px;
    padding: 27px 8px 0;
}

.sub-submenu__back {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    padding-top: 2px;
    display: flex;
    position: fixed;
    top: 47px;
    background: #fff;
    width: 100%;
}

.sub-submenu__back svg {
    margin-right: 8px;
    stroke-width: 1.5px;
    stroke: #333;
    fill: none;
}

.sub-submenu__links {
    padding: 0 13px 0 32px;
}

.sub-submenu__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin: 4px 0;
    color: #333;
    text-decoration: none;
    min-height: 28px;
    box-sizing: border-box;
}

.sub-submenu .banner-one,
.sub-submenu .banner-mini {
    display: none;
}

@media (min-width: 768px) {
    .sub-submenu {
        display: none;
    }
}

.catalog__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .catalog__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .catalog__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .catalog__container {
        width: 1280px;
    }
}

.catalog_mobile {
    display: block;
}

.catalog_desktop {
    display: none;
}

.catalog__header {
    margin-bottom: 16px;
}

.catalog__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-bottom: 24px;
}

@media (min-width: 375px) {
    .catalog__title {
        display: flex;
        align-items: center;
    }
}

.catalog__num {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #c7c7c7;
    margin-top: 4px;
}

@media (min-width: 375px) {
    .catalog__num {
        margin-top: 0;
        margin-left: 8px;
    }
}

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

.catalog__sort-icon {
    display: flex;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    align-items: center;
    justify-content: center;
}

.catalog__sort-icon svg {
    stroke: none;
    fill: #333;
}

.catalog__sort-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    transition: .3s;
    cursor: pointer;
}

.catalog__sort-dropdown_active .dropdown-menu {
    display: block;
}

.catalog__sort-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    white-space: nowrap;
}

.catalog__filter-mobile {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.catalog__filter-mobile .filters {
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 320px;
    transition: .3s;
    z-index: -1;
}

.catalog__filter-mobile.active .filters {
    opacity: 1;
    transition: .3s;
    z-index: 110;
}

.catalog__filter-mobile.active .filters__overlay {
    opacity: 1;
    background: rgba(51, 51, 51, 0.12);
    z-index: 104;
}

.catalog__filter-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.catalog__filter-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.catalog__filter-icon svg {
    stroke: #333;
}

.catalog__filter-link {
    display: flex;
    align-items: center;
}

.catalog__grid {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    margin: 0 0 28px;
}

@media (min-width: 468px) {
    .catalog__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.catalog__info {
    margin-bottom: 42px;
}

.catalog__slider {
    margin-bottom: 40px;
}

.catalog__empty {
    grid-column: 1 / -1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    max-width: 569px;
    margin: auto;
    text-align: center;
}

.catalog__empty-link {
    display: inline;
    border-bottom: 1px dashed #8c8c8c;
}

.catalog .main__advantage {
    margin-bottom: 40px;
}

.catalog__text-block {
    margin-bottom: 29px;
}

.catalog__subttle {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.catalog__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.catalog__text + .catalog__text {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .catalog__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 24px 0 16px;
    }

    .catalog__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        margin: 0;
    }

    .catalog__subttle {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 21px;
    }

    .catalog__num {
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        margin-left: 24px;
    }

    .catalog__grid {
        grid-column-gap: 16px;
        grid-row-gap: 32px;
        margin: 0 0 20px;
    }

    .catalog__info {
        margin-bottom: 48px;
    }

    .catalog__slider {
        margin-bottom: 48px;
    }

    .catalog__filter-mobile .filters {
        width: 337px;
    }

    .catalog__sort-mobile {
        width: 100%;
        margin-top: 24px;
    }

    .catalog__filter-text {
        display: block;
        font-weight: 500;
        font-size: 14px;
        color: #333;
    }

    .catalog .main__advantage {
        margin-bottom: 48px;
    }

    .catalog__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .catalog__text + .catalog__text {
        margin-top: 12px;
    }

    .catalog__text-block {
        margin-bottom: 48px;
    }
}

@media (min-width: 1024px) {
    .catalog_desktop {
        display: block;
    }

    .catalog__filter-mobile {
        display: none;
    }

    .catalog__sort-dropdown {
        margin-left: auto;
    }

    .catalog__header {
        margin: 16px 0;
    }

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

    .catalog__slider {
        margin-bottom: 60px;
    }

    .catalog__sort-link {
        margin-left: 24px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #333;
        cursor: pointer;
        transition: .3s;
        white-space: nowrap;
    }

    .catalog__sort-link_active {
        font-weight: 600;
        color: #333;
    }

    .catalog__sort-link:hover {
        color: #816a55;
        transition: .3s;
    }

    .catalog__cols {
        display: flex;
        margin-bottom: 60px;
    }

    .catalog__filter {
        width: 224px;
        margin-right: 24px;
        margin-top: -34px;
    }

    .catalog__info {
        width: 724px;
        margin-bottom: 0;
    }

    .catalog .main__advantage {
        margin-bottom: 60px;
    }

    .catalog__text-block {
        max-width: 728px;
        margin-bottom: 19px;
    }
}

@media (min-width: 1328px) {
    .catalog__info {
        width: 954px;
    }

    .catalog__header {
        margin: 24px 0 30px;
    }

    .catalog__title {
        font-weight: 800;
        font-size: 36px;
        line-height: 44px;
    }

    .catalog__subttle {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .catalog__num {
        font-size: 36px;
        line-height: 44px;
    }

    .catalog__filter {
        width: 286px;
        margin-right: 40px;
        margin-top: -39px;
    }

    .catalog__grid {
        grid-column-gap: 24px;
        grid-row-gap: 40px;
    }

    .catalog__cols {
        margin-bottom: 78px;
    }

    .catalog__slider {
        margin-bottom: 82px;
    }

    .catalog .main__advantage {
        margin-bottom: 80px;
    }

    .catalog__text + .catalog__text {
        margin-top: 16px;
    }

    .catalog__text-block {
        margin-bottom: 85px;
    }
}

.breadcrumbs {
    margin-bottom: 16px;
    white-space: nowrap;
    position: relative;
}

.breadcrumbs__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .breadcrumbs__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .breadcrumbs__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .breadcrumbs__container {
        width: 1280px;
    }
}

.breadcrumbs__container svg {
    fill: none;
    stroke: #333;
    margin-left: -6px;
    margin-right: 8px;
}

.breadcrumbs__container_desktop {
    display: none;
}

.breadcrumbs__container_mobile {
    display: flex;
}

.breadcrumbs__container_mobile svg {
    transform: rotate(-180deg);
}

.breadcrumbs__container_tablet {
    display: none;
}

.breadcrumbs__link,
.breadcrumbs__current {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    border: none;
}

.breadcrumbs__current {
    color: #8c8c8c;
}

@media (min-width: 768px) {
    .breadcrumbs__link svg,
    .breadcrumbs__curerent svg {
        stroke: #333;
    }

    .breadcrumbs__link,
    .breadcrumbs__current {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .breadcrumbs__container_desktop {
        display: flex;
    }

    .breadcrumbs__container_mobile {
        display: none;
    }

    .breadcrumbs__container svg {
        margin: 0 8px;
        stroke: #c7c7c7;
        width: 16px;
        height: 16px;
    }

    .breadcrumbs__container_tablet {
        display: flex;
    }

    .breadcrumbs__container_tablet svg {
        transform: rotate(-180deg);
    }

    .breadcrumbs__container_tablet + .breadcrumbs__container_desktop {
        display: none;
    }
}

@media (min-width: 1024px) {
    .breadcrumbs {
        margin: 3px 0 16px;
        border-top: none;
        border-bottom: none;
    }

    .breadcrumbs__link,
    .breadcrumbs__current {
        font-size: 12px;
        font-weight: 400;
        text-align: left;
    }

    .breadcrumbs__link {
        transition: .3s;
    }

    .breadcrumbs__link:hover {
        transition: .3s;
    }

    .breadcrumbs__container_tablet {
        display: none;
    }

    .breadcrumbs__container + .breadcrumbs__container_desktop {
        display: flex;
    }
}

@media (min-width: 1328px) {
    .breadcrumbs__link,
    .breadcrumbs__current {
        font-size: 14px;
        line-height: 22px;
    }
}

.checkbox {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.checkbox + .checkbox {
    margin-top: 12px;
}

.checkbox__text {
    padding-left: 27px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    cursor: pointer;
}

.checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox__input:checked ~ .checkbox__span {
    border-color: #e53e3e;
    transition: .3s;
    background: #e53e3e;
}

.checkbox__input:checked ~ .checkbox__span svg {
    opacity: 1;
    stroke: #fff;
    fill: none;
    stroke-width: 2px;
}

.checkbox__input:disabled ~ .checkbox__span {
    border-color: #c7c7c7;
    background: #f5f5f5;
    pointer-events: none;
}

.checkbox__input:disabled ~ .checkbox__text {
    color: #8c8c8c;
}

.checkbox__span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    background: #fff;
    transition: .3s;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    cursor: pointer;
}

.checkbox__span svg {
    position: absolute;
    opacity: 0;
    left: 1px;
    bottom: 1px;
    transition: stroke .3s;
}

@media (min-width: 1024px) {
    .checkbox:hover .checkbox__span {
        border-color: #e53e3e;
    }

    .checkbox:hover .checkbox__text {
        color: #e53e3e;
    }

    .checkbox:hover .checkbox__input:disabled ~ .checkbox__span {
        border-color: #c7c7c7;
        background: #f5f5f5;
        pointer-events: none;
    }

    .checkbox:hover .checkbox__input:disabled ~ .checkbox__text {
        color: #8c8c8c;
        pointer-events: none;
    }
}

.dropdown-menu {
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 21px;
    right: 0;
    display: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 20px 24px;
    width: 205px;
    box-sizing: border-box;
}

.dropdown-menu__item {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.dropdown-menu__item + .dropdown-menu__item {
    margin-top: 8px;
}

.dropdown-menu__item:hover {
    color: #e53e3e;
}

@media (min-width: 1024px) {
    .dropdown-menu {
        top: 40px;
    }
}

.input {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
}

@media (min-width: 1328px) {
    .input {
        margin-bottom: 24px;
    }
}

.input__clear {
    position: absolute;
    right: 16px;
    top: 38px;
    width: 16px;
    height: 16px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.input__clear svg {
    stroke: #8c8c8c;
}

@media (min-width: 768px) {
    .input__clear {
        top: 44px;
    }
}

@media (min-width: 1328px) {
    .input__clear {
        top: 46px;
    }
}

.input__label {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .input__label {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1328px) {
    .input__label {
        font-size: 16px;
        line-height: 22px;
    }
}

.input__input {
    height: 48px;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    padding: 0 12px;
    resize: none;
    outline: none;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
}

.input__input::-moz-placeholder {
    color: #c7c7c7;
}

.input__input::placeholder {
    color: #c7c7c7;
}

.input__input::-ms-clear {
    display: none;
}

.input__input:-ms-input-placeholder {
    color: #c7c7c7;
}

.input__input[type='number'] {
    -moz-appearance: textfield;
}

.input__input[type='number']::-webkit-outer-spin-button,
.input__input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input__input_error {
    border-color: #e53e3e;
}

.input__input:active,
.input__input:focus {
    border-color: #8c8c8c;
}

.input__input:hover + .input__clear {
    opacity: 1;
    transition: .3s;
}

@media (min-width: 768px) {
    .input__input {
        font-size: 14px;
        padding: 0 16px;
    }
}

@media (min-width: 1328px) {
    .input__input {
        font-size: 16px;
    }
}

.input__error-text {
    display: none;
    color: #e53e3e;
    font-size: 11px;
    line-height: 13px;
    text-transform: none;
    white-space: nowrap;
    margin-top: 3px;
}

@media (min-width: 1328px) {
    .input__error-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        margin-top: 12px;
    }
}

.input_error .input__input {
    border-color: #e53e3e;
}

.input_error .input__label {
    position: relative;
    display: flex;
    color: #e53e3e;
}

.input_error .input__error-text {
    display: block;
}

.input__textarea {
    height: 155px;
    padding: 12px;
    background: #fff;
}

@media (min-width: 768px) {
    .input__textarea {
        height: 150px;
        padding: 20px;
    }
}

.input__textarea-mob {
    display: none;
}

@media (min-width: 768px) {
    .input__textarea-mob {
        display: inline;
        margin-right: 3px;
    }
}

.input__textarea-wrap {
    position: relative;
}

.input__textarea-notice {
    color: #c7c7c7;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

@media (min-width: 768px) {
    .input__textarea-notice {
        right: 20px;
        bottom: 21px;
    }
}

.input_disabled .input__input {
    pointer-events: none;
    background: #f5f5f5;
    border: 1px solid #c7c7c7;
    color: #8c8c8c;
}

.input input[readonly] {
    pointer-events: none;
    background: #333;
}

.input_date input {
    background: url("/static/img/calendar.svg") right 16px center no-repeat;
}

.input_date .input__clear {
    display: none;
}

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

.pagination__pages a {
    text-decoration: none;
}

.pagination__arrow {
    width: 18px;
    height: 20px;
    cursor: pointer;
}

.pagination__arrow svg {
    fill: none;
    stroke: #333;
}

.pagination__arrow_prev {
    transform: rotate(180deg);
}

.pagination__arrow_disabled svg {
    stroke: #c7c7c7;
    pointer-events: none;
}

.pagination__page {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s;
}

.pagination__page_active {
    cursor: default;
    pointer-events: none;
    font-weight: 600;
    border-color: #333;
}

.pagination__page:hover {
    font-weight: 600;
    border-color: #333;
    transition: .3s;
}

.pagination__dots {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination__page {
        width: 50px;
        height: 50px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin: 0 4px;
        border-radius: 8px;
    }

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

    .pagination__arrow svg {
        width: 26px;
        height: 26px;
        stroke-width: 1.5px;
    }

    .pagination__arrow_next svg {
        margin-left: 6px;
    }

    .pagination__arrow_prev svg {
        margin-left: 8px;
    }
}

@media (min-width: 1024px) {
    .pagination__pages {
        margin-bottom: 0;
    }

    .pagination__page:hover {
        color: #333;
    }
}

.range {
    position: relative;
    margin-bottom: 37px;
    width: 224px;
}

.range__progress {
    background: #e0e0e0;
    height: 2px;
}

.range__progress-inner {
    background: #333;
    height: 2px;
}

.range__handler {
    cursor: pointer;
    background: #333;
    height: 12px;
    width: 12px;
    border-radius: 4px;
    border: 2px solid #fff;
    top: -7px;
    position: absolute;
}

.range__num {
    position: absolute;
    bottom: -21px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    white-space: nowrap;
    color: #333;
    transform: translate(-50%, 0);
    left: 50%;
    display: none;
}

.range .rc-slider {
    border-radius: 0;
    height: 2px;
    padding: 0;
    width: 215px;
    margin-left: 5px;
}

.range .rc-slider-rail,
.range .rc-slider-track {
    border-radius: 0;
    height: 2px;
}

.range .rc-slider-rail {
    background-color: #e0e0e0;
}

.range .rc-slider-track {
    background-color: #f2e6db;
}

.range .rc-slider-step {
    height: 2px;
}

.range .rc-slider-handle {
    cursor: pointer;
    background: #f2e6db;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    border: 2px solid #fff;
    top: -2px;
    outline: none;
}

.range .rc-slider-handle:hover,
.range .rc-slider-handle:active,
.range .rc-slider-handle:focus {
    border-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.range .rc-slider-handle-click-focused {
    border: 2px solid #fff !important;
    box-shadow: none !important;
}

.custom-scroll {
    width: auto;
    position: relative;
}

.custom-scroll .viewport {
    max-width: inherit;
    max-height: inherit;
    overflow: hidden;
}

.custom-scroll .overview {
    list-style: none;
    position: relative;
}

.custom-scroll .thumb {
    background-color: #6e6e6e;
    height: 76px;
    width: 3px;
    border-radius: 100px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.custom-scroll .thumb .end {
    background-color: #6e6e6e;
    overflow: hidden;
    border-radius: 100px;
    height: 5px;
    width: 4px;
}

.custom-scroll .scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}

.custom-scroll .track {
    background-color: #f5f5f5;
    height: 100%;
    width: 3px;
    position: relative;
}

.custom-scroll .disable {
    display: none;
}

.noSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.show-text {
    margin-bottom: 30px;
    color: #333;
    margin-top: 20px;
}

.show-text__text {
    font-size: 10px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}

.show-text__text_more {
    height: 100%;
    overflow: visible;
    color: #333;
}

.show-text__link {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c;
    cursor: pointer;
}

.show-text__link span {
    border-bottom: 1px dashed #8c8c8c;
    transition: color .3s;
}

.show-text__hide {
    display: none;
}

.show-text__show {
    display: block;
}

.show-text_open .show-text__show {
    display: none;
}

.show-text_open .show-text__hide {
    display: block;
}

@media (min-width: 768px) {
    .show-text {
        margin: 80px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .show-text__text {
        font-size: 12px;
        line-height: 19px;
        height: 57px;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(to bottom, #767676, #767676, rgba(0, 0, 0, 0));
    }

    .show-text__text_more {
        height: 100%;
        overflow: visible;
        color: #333;
    }

    .show-text__link {
        margin-top: 16px;
    }
}

@media (min-width: 1024px) {
    .show-text {
        margin-top: 100px;
        margin-left: 0;
        margin-right: 0;
    }
}

.filters {
    box-sizing: border-box;
}

.filters__buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    padding: 12px 16px;
    width: 320px;
    box-sizing: border-box;
}

.filters__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 160px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #e53e3e;
    border-radius: 8px;
    transition: .3s;
    border: 1px solid #e53e3e;
}

.filters__button:hover {
    transition: .3s;
    color: #e53e3e;
    background: #fff;
}

.filters__button span {
    display: none;
}

.filters__reset {
    border: 0;
    margin-right: 23px;
    margin-left: 11px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    color: #e53e3e;
    transition: .3s;
    background: #fff;
}

.filters__reset:hover {
    transition: .3s;
    color: #e53e3e;
    background: #fff;
    border-color: #e53e3e;
}

.filters__reset-text span {
    display: none;
}

.filters__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    cursor: pointer;
}

.filters__title sup {
    right: 0;
    color: #e53e3e;
    font-weight: 500;
    line-height: 22px;
}

.filters__block {
    position: relative;
    padding: 15px 0;
    border-top: 1px dashed #c7c7c7;
}

.filters__set {
    margin: 16px 0 24px;
}

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

.filters__list_scroll {
    max-height: 170px;
    overflow: hidden;
}

.filters__list_scroll-more {
    max-height: 100%;
    overflow: visible;
}

.filters__list_column {
    margin: -5px 0;
    grid-template-columns: 1fr 1fr;
}

.filters__hide {
    display: none;
}

.filters__show {
    display: block;
}

.filters__input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.filters__input-group .filters__input {
    width: 130px;
    height: 40px;
    border: 1px solid #8c8c8c;
    padding: 0 8px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border-radius: 8px;
}

.filters__input-group .filters__input::-moz-placeholder {
    color: #8c8c8c;
}

.filters__input-group .filters__input::placeholder {
    color: #8c8c8c;
}

.filters__input-group .filters__input::-ms-clear {
    display: none;
}

.filters__input-group .filters__input:-ms-input-placeholder {
    color: #8c8c8c;
}

.filters__input-group .filters__input:active,
.filters__input-group .filters__input:focus {
    border-color: #333;
}

.filters .input__input {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}

.filters__input-search {
    margin-bottom: 12px;
}

.filters__input-sep {
    height: 2px;
    width: 12px;
    background: #8c8c8c;
    border-radius: 4px;
}

.filters__accordion-link {
    transition: .3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters__accordion-link svg {
    transform: rotate(180deg);
    fill: none;
    stroke: #333;
    stroke-width: 1.5px;
}

.filters__accordion .filters__accordion-panel {
    display: grid;
    margin-top: 12px;
    transition: .3s;
}

.filters__accordion_close .filters__accordion-panel {
    opacity: 0;
    height: 0;
    transition: .3s;
    margin-top: 0;
}

.filters__accordion_close .filters__accordion-link svg {
    transform: none;
}

.filters__header {
    padding: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters__close svg {
    stroke: #333;
    fill: none;
}

.filters__mobile-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

.filters__accordion-panel_open .filters__show {
    display: none;
}

.filters__accordion-panel_open .filters__hide {
    display: block;
}

.filters__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.filters__form {
    height: calc(100% - 120px);
    overflow: auto;
    padding: 5px 16px;
}

.filters .checkbox {
    display: flex;
    align-items: center;
}

.filters__overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -5;
}

.filters__categories {
    padding: 16px;
}

.filters__search-link {
    display: block;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.filters__search-link + .filters__search-link {
    margin-top: 12px;
}

.filters__hint {
    display: none;
}

@media (min-width: 768px) {
    .filters__header {
        padding: 24px 27px 15px 24px;
    }

    .filters__close {
        margin-right: 3px;
    }

    .filters__form {
        padding: 5px 27px 24px 24px;
        height: calc(100% - 150px);
    }

    .filters__buttons {
        width: 337px;
        padding: 16px 24px 20px 33px;
    }

    .filters__button {
        font-size: 16px;
        height: 48px;
        width: 180px;
    }

    .filters__reset {
        width: 66px;
        margin-left: 0;
        margin-right: 34px;
    }
}

@media (min-width: 1024px) {
    .filters__header {
        display: none;
    }

    .filters__block:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .filters__form {
        height: auto;
        overflow: visible;
        margin-top: 0;
        padding: 0;
    }

    .filters__buttons {
        position: relative;
        z-index: 10;
        background: transparent;
        box-shadow: none;
        padding: 0;
        flex-direction: column;
        width: 224px;
        margin-top: 17px;
    }

    .filters__button {
        width: 224px;
    }

    .filters__button span {
        display: inline;
        margin-right: 5px;
        margin-left: 5px;
    }

    .filters__reset {
        width: 224px;
        height: 48px;
        margin-right: 0;
        margin-top: 24px;
        justify-content: center;
        border: 1px solid #c7c7c7;
        border-radius: 8px;
        color: #333;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .filters__reset-text span {
        display: inline-block;
        margin-left: 4px;
    }

    .filters__list_scroll {
        max-height: 328px;
    }

    .filters__list_column {
        grid-row-gap: 10px;
    }

    .filters__list_column .checkbox + .checkbox {
        margin: 0;
    }

    .filters__link {
        margin-top: 15px;
    }

    .filters__set {
        margin-bottom: 32px;
    }

    .filters__input-group .filters__input {
        width: 100px;
    }

    .filters__categories {
        padding: 0;
        margin-bottom: 32px;
    }

    .filters__search-link {
        font-size: 16px;
    }

    .filters__hint {
        position: absolute;
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 8px;
        padding: 12px;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
        z-index: 100;
        right: -290px;
        left: auto;
    }

    .filters__hint::before {
        content: '';
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-right: 8px solid #fff;
        position: absolute;
        left: -8px;
    }

    .filters__hint-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .filters__hint-num {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-left: 8px;
    }

    .filters__hint-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        margin-left: 12px;
        color: #e53e3e;
        cursor: pointer;
    }

    .filters__hint-close {
        margin-left: 12px;
        cursor: pointer;
        height: 16px;
    }
}

@media (min-width: 1328px) {
    .filters__input-group .filters__input {
        width: 130px;
    }

    .filters__buttons,
    .filters__button,
    .filters__reset {
        width: 286px;
    }
}

.product {
    margin-top: 12px;
}

.product__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .product__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .product__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .product__container {
        width: 1280px;
    }
}

.product__left {
    margin-bottom: 40px;
}

.product__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
}

.product__name_mobile {
    display: block;
}

.product__price {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
}

.product__vendor {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: -8px;
    display: flex;
    align-items: center;
}

.product__buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.product__advantages {
    margin-top: 26px;
}

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

.product__stars-num {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0 8px;
}

.product__stars-rew {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-decoration: none;
}

.product__info {
    margin-top: 20px;
}

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

.product__description {
    background: #fff;
    padding: 16px 16px 0 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
}

.product__desk {
    margin-top: 32px;
}

.product__desk .product__title {
    margin-bottom: 16px;
}

.product__characteristics {
    margin-top: 32px;
}

.product__characteristics .product__title {
    margin-bottom: 16px;
}

.product__popular {
    margin-top: 32px;
}

.product__reviews {
    margin-top: 29px;
    margin-bottom: 16px;
}

.product__reviews-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.product__reviews-num {
    margin-left: 8px;
    color: #e53e3e;
    font-weight: 600;
    font-size: 13px;
    line-height: 32px;
}

.product__reviews-stars-num {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-left: auto;
}

.product__reviews-stars {
    margin-left: 8px;
}

.product__reviews-stars .stars {
    margin: 0;
}

.product__reviews-header-col {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product__reviews-button {
    height: 40px;
    background: #e53e3e;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border: 1px solid transparent;
    margin-bottom: 16px;
    transition: .3s;
    width: 100%;
}

.product__reviews-button:hover {
    background: transparent;
    border-color: #e53e3e;
    color: #e53e3e;
    transition: .3s;
}

.product__viewed {
    margin-top: 30px;
    margin-bottom: 38px;
}

.product .product-card__badges {
    top: 16px;
    left: 16px;
}

.product__bayer,
.product__btn-scroll {
    display: none;
}

.product__right {
    margin: 0 16px;
}

.product__sale {
    background: #f5f6fa;
    border-radius: 16px;
    padding: 24px 20px;
}

.product__sale svg {
    fill: none;
    stroke: #e53e3e;
    stroke-width: 2px;
    margin-right: 13px;
}

.product__sale-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.product__sale-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: 36px;
}

.product__sellers {
    margin-left: 16px;
    margin-top: 32px;
}

.product__sellers-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.product__sort {
    margin-bottom: 15px;
}

.product__sort-item {
    width: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px dashed;
    display: flex;
    align-items: center;
}

.product__sort-item svg {
    margin-left: 7px;
    fill: #333;
    transform: rotate(180deg);
}

.product__sort-item_active {
    color: #e53e3e;
    border-color: #e53e3e;
}

.product__sort-item_active svg {
    transform: none;
    fill: #e53e3e;
}

.product__sort-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    border-bottom: 0;
}

.product__characteristics-item + .product__characteristics-item {
    margin-top: 16px;
}

.product__characteristics-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.product__characteristics-subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.product__characteristics-more,
.product__characteristics-collapse {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    margin-top: 16px;
    transition: .3s;
}

.product__characteristics-more_close,
.product__characteristics-collapse_close {
    display: none;
}

.product__characteristics-more:hover,
.product__characteristics-collapse:hover {
    color: #e53e3e;
    transition: .3s;
}

.product__characteristics-show {
    display: none;
}

.product__characteristics-show_open {
    display: block;
}

.product__desc {
    margin-top: 32px;
}

.product__desc-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.product__desc-subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    margin-top: 12px;
}

.product__desc-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.product__desc-wrap {
    height: 306px;
    overflow: hidden;
}

.product__desc-wrap_open {
    height: auto;
    overflow: visible;
}

.product__desc-collapse,
.product__desc-show {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    margin-top: 7px;
    transition: .3s;
}

.product__desc-collapse_close,
.product__desc-show_close {
    display: none;
}

.product__desc-collapse:hover,
.product__desc-show:hover {
    color: #e53e3e;
    transition: .3s;
}

.product__view {
    margin-top: 48px;
}

.product__fix-wrap {
    position: fixed;
    bottom: 54px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    right: 0;
    left: 0;
}

.product__fix-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e53e3e;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
    border: 0;
}

.product__slider {
    position: relative;
}

.product__slider .product-card__badge {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
}

@media (min-width: 768px) {
    .product__fix-wrap {
        display: none;
    }

    .product__main {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
        display: flex;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .product__main {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .product__main {
        width: 976px;
    }
}

@media (min-width: 768px) and (min-width: 1328px) {
    .product__main {
        width: 1280px;
    }
}

@media (min-width: 768px) {
    .product__name {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .product__top-row {
        display: flex;
        margin-bottom: 13px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product__vendor {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    .product__bayer {
        display: block;
        width: 297px;
        padding: 24px 24px 28px;
        box-sizing: border-box;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
        border-radius: 16px;
    }

    .product__bayer + .product__bayer {
        margin-top: 16px;
    }

    .product__bayer .product__price {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        width: auto;
    }

    .product__bayer .product__price_old {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .product__prices sup {
        margin-left: 8px;
        text-decoration: none;
        color: #e53e3e;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .product__price {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 11px;
        width: 100%;
    }

    .product__price_old {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-left: 8px;
        color: #c7c7c7;
        text-decoration: line-through;
    }

    .product__instock {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #6e6e6e;
        margin-top: 13px;
    }

    .product__reviews-header {
        display: flex;
    }

    .product__reviews-button {
        margin-bottom: 0;
        margin-left: auto;
        width: 218px;
    }

    .product__reviews-header-col {
        margin: 0;
    }

    .product__reviews-stars-num {
        margin-left: 8px;
    }

    .product__reviews-block {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .product__star {
        margin-left: 16px;
        margin-right: 4px;
        height: 20px;
    }

    .product__star svg {
        fill: #e53e3e;
    }

    .product__reiting {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    .product__rew {
        font-weight: 400;
        color: #8c8c8c;
        font-size: 14px;
        line-height: 20px;
        margin-left: 5px;
    }

    .product__left {
        width: 376px;
    }

    .product__right {
        margin-left: 46px;
        position: sticky;
        top: 0;
    }

    .product__info {
        padding: 0;
    }

    .product__description {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border-radius: 12px;
        padding: 32px;
    }

    .product__desk {
        margin-top: 0;
        width: 314px;
        margin-right: 52px;
    }

    .product__desk .product__title {
        margin-bottom: 24px;
    }

    .product__reviews {
        margin-top: 48px;
        margin-bottom: 16px;
    }

    .product__reviews-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }

    .product__reviews-num {
        margin-left: 8px;
    }

    .product__credit {
        display: flex;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        position: relative;
    }

    .product__credit svg {
        fill: none;
        stroke: #333;
        margin-left: 12px;
        cursor: pointer;
    }

    .product__credit svg:hover ~ .product__credit-text {
        opacity: 1;
        transition: opacity .1s;
        z-index: 1;
    }

    .product__credit-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        display: block;
        margin-bottom: 12px;
    }

    .product__credit-text {
        opacity: 0;
        transition: opacity .1s;
        position: absolute;
        top: 36px;
        right: 0;
        min-width: 45px;
        max-width: 374px;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
        padding: 16px;
        z-index: -1;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .product__credit-text::before {
        content: '';
        position: absolute;
        top: -8px;
        right: 13px;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 10px;
        border-left-width: 10px;
        border-bottom: 10px solid #fff;
    }

    .product .product-card__badges {
        top: 24px;
        left: 0;
    }

    .product .product-card__badge {
        height: 38px;
        line-height: 38px;
        font-weight: 600;
        font-size: 16px;
    }

    .product__prices,
    .product__reviews-block {
        display: flex;
        align-items: center;
    }

    .product .counter-input {
        display: none;
    }

    .product__button {
        width: 250px;
        height: 40px;
        background: #e53e3e;
        border-radius: 8px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        border: 1px solid transparent;
        margin-top: 24px;
        margin-bottom: 10px;
        transition: .3s;
    }

    .product__button:hover {
        background: transparent;
        border-color: #e53e3e;
        color: #e53e3e;
        transition: .3s;
    }

    .product__button_add {
        font-weight: 400;
        font-size: 14px;
        color: #e53e3e;
        border-color: #e53e3e;
        background: transparent;
        transition: .3s;
        margin-top: 12px;
    }

    .product__button_add:hover {
        background: #e53e3e;
        border-color: #e53e3e;
        color: #fff;
        transition: .3s;
    }

    .product__button-wrap_add {
        display: flex;
        flex-direction: column;
    }

    .product__button-wrap_add .counter-input {
        display: flex;
    }

    .product__button-wrap_add .product__button {
        color: #e53e3e;
        border-color: #e53e3e;
        background: transparent;
        transition: .3s;
        margin-top: 12px;
    }

    .product__button-wrap_add .product__button:hover {
        background: #e53e3e;
        border-color: #e53e3e;
        color: #fff;
        transition: .3s;
    }

    .product__btn-scroll {
        font-weight: 500;
        font-size: 14px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        background: #f5f6fa;
        border-radius: 12px;
        margin: 16px 0;
        color: #333;
        display: block;
        text-decoration: none;
    }

    .product__sale {
        padding: 24px 15px 33px 24px;
    }

    .product__sale-title {
        font-size: 16px;
        line-height: 22px;
    }

    .product__sellers {
        margin-top: 48px;
        margin-left: calc((100% - 720px) / 2);
    }

    .product__sellers-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .product__sort {
        margin-bottom: 25px;
    }

    .product__sort-item {
        margin-right: 24px !important;
        font-size: 14px;
    }

    .product__sort-item svg {
        margin-left: 4px;
    }

    .product__sort-name {
        margin-right: 16px !important;
    }

    .product .pagination {
        justify-content: flex-start;
    }

    .product__characteristics {
        width: 458px;
        margin-top: 48px;
    }

    .product__characteristics-item + .product__characteristics-item {
        margin-top: 24px;
    }

    .product__characteristics-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .product__characteristics-subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .product__characteristics-more,
    .product__characteristics-collapse {
        margin-top: 14px;
    }

    .product__characteristics-more_open,
    .product__characteristics-collapse_open {
        display: inline-block;
    }

    .product__desc {
        margin-top: 48px;
    }

    .product__desc-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .product__desc-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        margin-top: 16px;
    }

    .product__desc-text {
        font-size: 14px;
        line-height: 22px;
    }

    .product__desc-wrap {
        height: 300px;
        overflow: hidden;
    }

    .product__desc-wrap_open {
        height: auto;
        overflow: visible;
    }

    .product__desc-collapse,
    .product__desc-show {
        margin-top: 16px;
    }

    .product__desc-collapse_close,
    .product__desc-show_close {
        display: none;
    }
}

@media (min-width: 1024px) {
    .product__left {
        width: 480px;
    }

    .product__top {
        padding-top: 24px;
    }

    .product__top-row {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .product__price {
        width: auto;
        margin-bottom: 0;
    }

    .product__prices {
        margin-bottom: 14px;
    }

    .product__prices sup {
        margin-bottom: -6px;
    }

    .product__vendor {
        margin-left: auto;
    }

    .product__stars {
        margin-left: 32px;
    }

    .product__main {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
        display: flex;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .product__main {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .product__main {
        width: 976px;
    }
}

@media (min-width: 1024px) and (min-width: 1328px) {
    .product__main {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .product__right {
        margin-left: 99px;
    }

    .product__bayer {
        width: 397px;
        padding-bottom: 24px;
    }

    .product__button {
        width: 100%;
        margin-top: 22px;
        margin-bottom: 14px;
    }

    .product__info {
        margin-top: 32px;
    }

    .product__sellers {
        margin-top: 60px;
        margin-left: calc((100% - 976px) / 2);
    }

    .product__characteristics {
        margin-top: 60px;
    }

    .product__characteristics-more,
    .product__characteristics-collapse {
        margin-top: 32px;
    }

    .product__desc {
        margin-top: 60px;
    }

    .product__desc-title {
        margin-bottom: 26px;
    }

    .product__desc-wrap {
        max-width: 737px;
    }

    .product__view,
    .product__reviews {
        margin-top: 60px;
    }

    .product__reviews {
        margin-bottom: 12px;
    }

    .product__reviews-stars-num {
        margin-left: 26px;
    }

    .product__sort-item {
        cursor: pointer;
    }
}

@media (min-width: 1328px) {
    .product__left {
        width: calc(519px + 24px + 350px);
        display: flex;
        flex-shrink: 0;
    }

    .product__name {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .product__price {
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
    }

    .product__vendor {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .product__stars {
        margin-left: 24px;
    }

    .product__stars-rew {
        font-size: 16px;
        line-height: 24px;
    }

    .product__main {
        justify-content: space-between;
    }

    .product__bayer {
        width: 350px;
    }

    .product__right {
        margin-left: 37px;
        position: static;
    }

    .product__slider .product-swiper {
        position: sticky;
        top: 0;
    }

    .product__stars-num {
        font-size: 16px;
        line-height: 22px;
    }

    .product__info {
        margin-top: 0;
        margin-left: 24px;
    }

    .product__sellers {
        margin-top: 80px;
        margin-left: calc((100% - 1280px) / 2);
    }

    .product__sellers-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .product__sort {
        margin-bottom: 32px;
    }

    .product__sort-item {
        font-size: 16px;
        line-height: 24px;
        margin-right: 24px !important;
    }

    .product__sort-item svg {
        margin-left: 7px;
    }

    .product__characteristics {
        width: 100%;
        margin-top: 80px;
    }

    .product__characteristics-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 300px;
        overflow: hidden;
    }

    .product__characteristics-items_full {
        height: auto;
        overflow: visible;
    }

    .product__characteristics-item {
        width: 628px;
    }

    .product__characteristics-item:nth-child(even) {
        margin-left: 24px;
    }

    .product__characteristics-item:nth-child(2) {
        margin-top: 0;
    }

    .product__characteristics-item.product__characteristics-item_second {
        display: block;
    }

    .product__characteristics-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .product__desc {
        margin-top: 80px;
    }

    .product__desc-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .product__desc-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .product__desc-text {
        font-size: 16px;
        line-height: 24px;
    }

    .product__desc-collapse,
    .product__desc-show {
        margin-top: 32px;
    }

    .product__view {
        margin-top: 74px;
    }

    .product__reviews {
        margin-top: 48px;
    }

    .product__reviews-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product__reviews-num {
        font-size: 15px;
    }

    .product__button-wrap_add {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 12px;
        margin-top: 24px;
    }

    .product__button-wrap_add .product__button {
        margin: 0;
        width: 159px;
    }

    .product__button-wrap_add .counter-input {
        margin: 0;
        width: 131px;
        flex-shrink: 0;
    }

    .product__button-wrap_add .counter-input__input {
        width: 55px;
    }
}

.product-info {
    margin-top: 10px;
}

.product-info__header {
    display: flex;
    align-items: center;
    margin-bottom: -6px;
}

.product-info__vendor,
.product-info__name {
    display: none;
}

.product-info__fav {
    margin-left: 12px;
}

.product-info__fav,
.product-info__compare {
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    height: 24px;
}

.product-info__fav svg,
.product-info__compare svg {
    fill: none;
    stroke: #8c8c8c;
    stroke-width: 1.5;
}

.product-info__fav span,
.product-info__compare span {
    display: none;
}

.product-info__fav_add svg,
.product-info__compare_add svg {
    fill: #e53e3e;
    stroke: #e53e3e;
}

.product-info__color {
    margin-left: 16px;
    font-weight: 600;
    font-size: 12px;
    color: #8c8c8c;
}

.product-info__color span {
    color: #333;
    margin-left: 4px;
}

.product-info__sizes {
    margin-top: 18px;
}

.product-info__sizes-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #8c8c8c;
    margin-left: 16px;
}

.product-info .sizes-items {
    display: flex;
}

.product-info__sizes-row {
    margin-left: 15px;
    margin-top: 12px;
}

.product-info__sizes-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    margin: 12px 0 22px;
    color: #8c8c8c;
}

.product-info__sizes-link span {
    border-bottom: 1px dashed #8c8c8c;
}

.product-info__prices {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.product-info .product-card__prices {
    margin-bottom: 0;
    padding: 0;
}

.product-info .product-card__price {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

.product-info .product-card__price span {
    font-size: 18px;
    margin-right: 5px;
}

.product-info .product-card__price_old {
    margin-left: 12px;
    font-size: 16px;
    line-height: 22px;
}

.product-info__bonus {
    margin-left: auto;
}

.product-info__button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e53e3e;
    border-radius: 6px;
    height: 40px;
    border: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 32px;
    width: 100%;
}

.product-info__button svg {
    margin-right: 12px;
}

.product-info__button_checkout {
    background: transparent;
    border: 1px solid #333;
    color: #e53e3e;
}

.product-info__footer-item {
    display: flex;
    align-items: center;
}

.product-info__footer-item .product-info__footer-link {
    margin-top: 0;
}

.product-info__footer-link {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.product-info__footer-link svg {
    flex-shrink: 0;
    margin-right: 12px;
}

.product-info__footer-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #8c8c8c;
    border-bottom: 1px dashed #8c8c8c;
    text-decoration: none;
    cursor: pointer;
}

.product-info__info {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #e53e3e;
    margin-left: 8px;
}

.product-info__weight {
    margin: 19px 0 -8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
}

.product-info__weight span {
    color: #8c8c8c;
}

.product-info__characteristics {
    display: none;
}

@media (min-width: 768px) {
    .product-info {
        margin-top: 32px;
    }

    .product-info__sizes-row {
        margin-top: 12px;
        display: flex;
    }

    .product-info__fav,
    .product-info__compare {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        display: flex;
        align-items: center;
        margin-left: 24px;
    }

    .product-info__fav span,
    .product-info__compare span {
        display: block;
        margin-left: 8px;
    }

    .product-info__header {
        margin-bottom: 20px;
    }

    .product-info__reviews {
        margin-left: 24px;
        line-height: 16px;
    }

    .product-info .sizes-items {
        width: 398px;
    }

    .product-info__sizes-link {
        margin: 11px 0 0 16px;
        line-height: 23px;
    }

    .product-info__bonus {
        margin-left: 40px;
    }

    .product-info__prices {
        margin-bottom: 32px;
        align-items: flex-start;
    }

    .product-info .product-card__price {
        font-size: 28px;
        line-height: 26px;
    }

    .product-info .product-card__price span {
        font-size: 20px;
    }

    .product-info .product-card__price_old {
        margin-left: 24px;
        font-size: 20px;
    }

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

    .product-info__footer-link {
        margin-top: 0;
    }

    .product-info__button {
        height: 48px;
        margin-bottom: 30px;
    }

    .product-info__color,
    .product-info__sizes-row,
    .product-info__sizes-title {
        margin-left: 0;
    }

    .product-info__sizes-title {
        margin-top: 24px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    .product-info__color {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1024px) {
    .product-info {
        width: 480px;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .product-info__vendor {
        margin-left: 40px;
    }

    .product-info__reviews {
        margin-top: 0;
    }

    .product-info__reviews:hover {
        color: #8c8c8c;
        border-color: #8c8c8c;
    }

    .product-info__header {
        margin-bottom: 29px;
    }

    .product-info__name {
        margin-bottom: 0;
    }

    .product-info__weight {
        margin: 14px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .product-info__sizes {
        margin-bottom: 0;
        margin-top: 0;
    }

    .product-info__sizes-row {
        flex-direction: column;
    }

    .product-info .sizes-items {
        width: 100%;
    }

    .product-info__sizes-link {
        margin: 10px 0 0;
        cursor: pointer;
    }

    .product-info__sizes-link span {
        transition: .3s;
    }

    .product-info__sizes-link:hover {
        transition: .3s;
    }

    .product-info__sizes-link:hover span {
        border-color: #8c8c8c;
        transition: .3s;
    }

    .product-info__sizes-title {
        margin-top: 24px;
    }

    .product-info__prices {
        margin-bottom: 22px;
        margin-top: auto;
    }

    .product-info__bonus {
        margin-left: 34px;
    }

    .product-info__button {
        margin: 0 0 auto;
        width: 240px;
        transition: .3s;
    }

    .product-info__button:hover {
        transition: .3s;
        background: #8c8c8c;
    }

    .product-info__button_checkout:hover {
        background: #e53e3e;
        color: #333;
        transition: .3s;
        border-color: #e53e3e;
    }

    .product-info__footer {
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .product-info__footer-item {
        width: 100%;
        margin-bottom: 14px;
    }

    .product-info__footer-link + .product-info__footer-link {
        margin-left: 28px;
    }

    .product-info__footer-text {
        transition: .3s;
    }

    .product-info__footer-text:hover {
        color: #8c8c8c;
        border-color: #8c8c8c;
    }

    .product-info__fav,
    .product-info__compare {
        margin-left: 32px;
        transition: .3s;
    }

    .product-info__fav svg,
    .product-info__compare svg {
        transition: .3s;
    }

    .product-info__fav:hover,
    .product-info__compare:hover {
        color: #e53e3e;
        transition: .3s;
    }

    .product-info__fav:hover svg,
    .product-info__compare:hover svg {
        stroke: #e53e3e;
        transition: .3s;
    }

    .product-info__fav.active svg,
    .product-info__compare.active svg {
        stroke: #c4c4c4;
        fill: #c4c4c4;
        transition: .3s;
    }
}

@media (min-width: 1328px) {
    .product-info {
        width: 350px;
    }

    .product-info__sizes-row {
        flex-direction: row;
    }

    .product-info__sizes-link {
        margin-left: 16px;
    }

    .product-info__footer {
        margin-top: 65px;
        flex-wrap: nowrap;
    }

    .product-info__footer-item {
        width: auto;
        margin-bottom: 0;
        margin-right: 28px;
    }

    .product-info__fav,
    .product-info__compare {
        font-size: 16px;
        line-height: 24px;
        margin-left: 40px;
    }

    .product-info__sizes-title {
        margin-top: 16px;
    }

    .product-info .sizes-items {
        z-index: auto;
    }

    .product-info__characteristics {
        display: block;
        margin-top: 24px;
        width: 350px;
    }

    .product-info__characteristics-all {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #8c8c8c;
        display: inline-block;
        margin-top: 8px;
        text-decoration: none;
        border-bottom: 1px dashed;
        transition: .3s;
    }

    .product-info__characteristics-all:hover {
        color: #e53e3e;
        transition: .3s;
    }

    .product-info .characteristics__row-wrap {
        width: 202px;
    }

    .product-info .characteristics__name {
        max-width: 178px;
    }

    .product-info .characteristics__val {
        max-width: 138px;
    }
}

.product-swiper__img {
    display: block;
    opacity: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.product-swiper__img img {
    height: 90%;
    width: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-swiper.swiper-initialized .product-swiper__img {
    opacity: 1;
}

.product-swiper__slide.swiper-slide-active {
    transition: .3s;
}

.product-swiper .swiper-pagination {
    position: static;
    margin-top: -9px;
}

.product-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    opacity: 1;
    background: #333;
    border-radius: 50%;
}

.product-swiper .swiper-pagination-bullet-active {
    background: #e53e3e;
}

@media (min-width: 768px) {
    .product-swiper__img {
        padding-bottom: 0;
        height: 376px;
        width: 376px;
    }

    .product-swiper__img img {
        width: 100%;
        height: 100%;
    }

    .product-swiper__slide {
        width: 376px;
    }

    .product-swiper .swiper-pagination {
        display: none;
    }
}

@media (min-width: 1024px) {
    .product-swiper__wrapper {
        width: 480px;
    }

    .product-swiper__img {
        height: 480px;
        width: 480px;
    }

    .product-swiper__slide {
        width: 480px !important;
    }
}

@media (min-width: 1328px) {
    .product-swiper__wrapper {
        width: 519px;
    }

    .product-swiper__img {
        width: 519px;
        height: 519px;
    }

    .product-swiper__slide {
        width: 519px !important;
    }
}

.image-mini-slider {
    display: none;
}

@media (min-width: 768px) {
    .image-mini-slider {
        display: block;
        flex-shrink: 0;
        margin-top: 24px;
        box-sizing: border-box;
        width: 376px;
        padding: 0 48px;
    }

    .image-mini-slider__buttons {
        display: flex;
    }

    .image-mini-slider__slide {
        transition: opacity .3s ease;
        width: 56px;
        height: 56px;
    }

    .image-mini-slider__slide.swiper-slide-thumb-active .image-mini-slider__image {
        border: 1px solid #e53e3e;
    }

    .image-mini-slider__image {
        cursor: pointer;
        height: 56px;
        width: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-radius: 8px;
        border: 1px solid transparent;
    }

    .image-mini-slider__image img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 40px;
        width: 40px;
    }
}

@media (min-width: 1024px) {
    .image-mini-slider {
        margin-top: 24px;
        width: 480px;
        padding: 0 62px;
    }

    .image-mini-slider__image {
        width: 60px;
        height: 60px;
    }

    .image-mini-slider__image img {
        width: 48px;
        height: 48px;
    }

    .image-mini-slider__slide {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1328px) {
    .image-mini-slider {
        margin-top: 32px;
        position: sticky;
        top: 539px;
        width: 518px;
        height: 76px;
        padding: 0 55px;
    }

    .image-mini-slider__image {
        width: 76px;
        height: 76px;
    }

    .image-mini-slider__image img {
        width: 60px;
        height: 60px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

@media (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: flex;
        position: absolute;
        height: 40px;
        width: 40px;
        box-sizing: border-box;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        color: #e53e3e;
        font-size: 16px;
        font-weight: 900;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        position: absolute;
        padding: 13px 15px;
    }

    .swiper-button-next::before,
    .swiper-button-prev::before {
        content: '';
        position: absolute;
        width: 55px;
        height: 76px;
        background: #fff;
    }

    .swiper-button-next:focus,
    .swiper-button-prev:focus {
        outline: none;
    }

    .swiper-button-next:active,
    .swiper-button-prev:active {
        transition: .3s;
    }

    .swiper-button-next:active::after,
    .swiper-button-prev:active::after {
        color: #333;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .swiper-button-next,
    .swiper-button-prev {
        transition: .3s;
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        transition: .3s;
        border-color: #e53e3e;
    }

    .swiper-button-next:hover::after,
    .swiper-button-prev:hover::after {
        color: #e53e3e;
    }
}

@media (min-width: 768px) {
    .swiper-button-next {
        right: 0;
    }

    .swiper-button-next::before {
        left: -1px;
    }
}

@media (min-width: 768px) {
    .swiper-button-prev {
        left: 0;
    }
}

.product-zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s linear;
    z-index: 100;
}

.product-zoom__image {
    background-size: 200%;
    width: 100%;
    height: 100%;
}

.product-zoom_active {
    opacity: 1;
}

.sizes-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 40px));
    grid-gap: 8px;
}

.sizes-items__item {
    display: flex;
    align-items: center;
    align-self: baseline;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    height: 45px;
    min-width: 45px;
    width: auto;
    padding: 0 11px;
    justify-content: center;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color .3s;
}

.sizes-items__item_disabled {
    background: #f5f5f5;
    border: 1px dashed #c7c7c7;
    color: #8c8c8c;
    pointer-events: none;
}

.sizes-items__item_highlight {
    border-color: #e53e3e;
}

.sizes-items__item:hover {
    border-color: #e53e3e;
    transition: border-color .3s;
}

.sizes-items__input[type='checkbox'],
.sizes-items__input[type='radio'] {
    display: none;
}

@media (min-width: 1328px) {
    .sizes-items .swiper-wrapper {
        flex-wrap: wrap;
        margin: -6px;
    }

    .sizes-items__item {
        margin: 6px;
    }
}

.colors-list {
    display: flex;
}

.colors-list__item {
    width: 40px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    transition: border 0.3s;
    border: 1px solid transparent;
    border-radius: 50%;
}

.colors-list__item_break {
    flex-basis: 100%;
    height: 0;
}

.colors-list__item_selected {
    border: 1px solid #e53e3e;
}

.colors-list__item_disabled {
    border: 1px dashed #c7c7c7;
    pointer-events: none;
}

.colors-list__item_disabled .colors-list__link {
    background: #dedede;
}

.colors-list__link {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.colors-list__link svg {
    fill: #fff;
}

.colors-list__link_belyj {
    border-color: #c7c7c7;
}

.colors-list__hint {
    z-index: -1;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    width: 171px;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    display: none;
    align-items: center;
}

.colors-list__hint::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #fff;
}

.colors-list__img {
    width: 37px;
    height: 37px;
}

.colors-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.colors-list__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: 12px;
    color: #333;
}

.colors-list__slider {
    margin: 0;
}

@media (min-width: 768px) {
    .colors-list__slider {
        width: 376px;
    }
}

@media (min-width: 1024px) {
    .colors-list__slider {
        width: 480px;
    }
}

@media (min-width: 1328px) {
    .colors-list__slider {
        width: 350px;
    }

    .colors-list__slider .swiper-wrapper {
        flex-wrap: wrap;
        margin: -5px;
    }

    .colors-list__slider.swiper-container {
        overflow: visible;
        z-index: 2;
    }

    .colors-list__link {
        position: relative;
    }

    .colors-list__item {
        margin: 5px;
        cursor: pointer;
    }

    .colors-list__item:hover .colors-list__hint {
        z-index: 100;
        display: flex;
    }
}

.stars {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.stars__item {
    display: flex;
}

.stars__item svg {
    fill: #e53e3e;
}

.stars__item_empty svg {
    fill: #c7c7c7;
}

@media (min-width: 768px) {
    .stars {
        margin-bottom: 0;
    }
}

.counter-input {
    height: 40px;
    border-radius: 8px;
    background: #f5f5f5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 24px;
}

.counter-input__button {
    padding: 14px 9px;
    border: 0;
    background: transparent;
}

.counter-input__minus,
.counter-input__plus {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    border-radius: 10px;
    height: 2px;
    background: #e53e3e;
}

.counter-input__minus_disabled,
.counter-input__plus_disabled {
    pointer-events: none;
    background: #6e6e6e;
}

.counter-input__plus::after {
    content: '';
    width: 16px;
    border-radius: 10px;
    height: 2px;
    background: #e53e3e;
    transform: rotate(90deg);
}

.counter-input__plus_disabled::after {
    background: #6e6e6e;
}

.counter-input__input {
    height: 24px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    border: 0;
    padding: 0;
    background: #f5f5f5;
}

@media (min-width: 768px) {
    .counter-input__input {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .counter-input__input {
        font-size: 16px;
    }

    .counter-input__minus:hover,
    .counter-input__plus:hover {
        transition: .3s;
        color: #e53e3e;
    }
}

.seller-item {
    border-top: 1px solid #efefef;
    padding-top: 16px;
    margin-bottom: 25px;
}

.seller-item__prices {
    display: flex;
    align-items: baseline;
}

.seller-item__prices sup {
    margin-left: 17px;
    text-decoration: none;
    color: #e53e3e;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
}

.seller-item__prices .seller-item__price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    width: auto;
}

.seller-item__prices .seller-item__price_old {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-left: 17px;
}

.seller-item__price {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 11px;
    width: 100%;
}

.seller-item__price_old {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
    color: #c7c7c7;
    text-decoration: line-through;
}

.seller-item__instock {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6e6e6e;
}

.seller-item__reviews-block {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.seller-item__star {
    margin-left: 13px;
    margin-right: 4px;
    height: 16px;
}

.seller-item__star svg {
    height: 16px;
    width: 16px;
    fill: #e53e3e;
}

.seller-item .counter-input {
    display: none;
}

.seller-item__button-wrap_add {
    display: flex;
    margin: 16px 0 10px;
}

.seller-item__button-wrap_add .counter-input {
    display: flex;
    margin: 0;
    width: 120px;
    box-sizing: border-box;
    padding: 0 22px 0 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.seller-item__button-wrap_add .counter-input__input {
    width: 41px;
}

.seller-item__button-wrap_add .seller-item__button {
    font-weight: 400;
    font-size: 14px;
    color: #e53e3e;
    border-color: #e53e3e;
    background: transparent;
    transition: .3s;
    width: calc(100% - 120px - 12px);
    margin: 0;
}

.seller-item__button-wrap_add .seller-item__button:hover {
    background: #e53e3e;
    border-color: #e53e3e;
    color: #fff;
    transition: .3s;
}

.seller-item__button {
    width: 100%;
    height: 40px;
    background: #e53e3e;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border: 1px solid transparent;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: .3s;
}

.seller-item__button:hover {
    background: transparent;
    border-color: #e53e3e;
    color: #e53e3e;
    transition: .3s;
}

.seller-item__credit {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.seller-item__credit svg {
    fill: none;
    stroke: #333;
    margin-left: 12px;
    cursor: pointer;
}

.seller-item__credit svg:hover ~ .seller-item__credit-text {
    opacity: 1;
    transition: opacity .1s;
    z-index: 1;
}

.seller-item__credit-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 12px;
}

.seller-item__credit-text {
    opacity: 0;
    transition: opacity .1s;
    position: absolute;
    top: 36px;
    right: 0;
    min-width: 45px;
    max-width: 374px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    padding: 16px;
    z-index: -1;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.seller-item__credit-text::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 13px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #fff;
}

.seller-item__header {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

.seller-item__reiting {
    font-weight: 600;
    font-size: 12px;
}

.seller-item__info-wrap {
    margin-bottom: 16px;
}

.seller-item__info + .seller-item__info {
    margin-top: 8px;
}

.seller-item__name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.seller-item__val {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.seller-item__advantages {
    margin-bottom: 16px;
}

.seller-item .product-advantage__text {
    font-size: 12px;
    line-height: 18px;
}

.seller-item__review {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
    color: #6e6e6e;
}

.seller-item__reit {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .seller-item {
        padding-top: 24px;
        display: flex;
        align-items: baseline;
        margin-bottom: 23px;
    }

    .seller-item__col {
        display: flex;
        flex-direction: column-reverse;
        width: 255px;
        flex-shrink: 0;
        margin-left: auto;
    }

    .seller-item__header {
        display: flex;
        flex-direction: column;
        width: 124px;
        margin-right: 32px;
        flex-shrink: 0;
        align-items: flex-start;
        font-size: 16px;
        line-height: 22px;
    }

    .seller-item__reit {
        margin-top: 16px;
    }

    .seller-item__reiting {
        font-size: 14px;
    }

    .seller-item__star {
        margin-left: 0;
    }

    .seller-item__name {
        font-size: 14px;
        line-height: 20px;
    }

    .seller-item__val {
        font-size: 14px;
        line-height: 22px;
    }

    .seller-item__prices {
        align-items: flex-start;
        margin-bottom: 3px;
    }

    .seller-item__prices .seller-item__price {
        font-size: 20px;
        line-height: 22px;
        margin-top: -3px;
    }

    .seller-item__prices .seller-item__price_old {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-left: 9px;
        margin-top: -5px;
    }

    .seller-item__prices sup {
        margin-left: 8px;
        font-size: 15px;
        margin-bottom: 0;
    }

    .seller-item__button {
        margin: 24px 0 12px;
    }

    .seller-item__advantages {
        margin-bottom: 0;
        margin-top: 26px;
    }

    .seller-item .product-advantage__text {
        font-size: 14px;
        line-height: 22px;
    }

    .seller-item .seller-item__button {
        width: 100%;
        margin-top: 24px;
    }

    .seller-item__button-wrap_add {
        flex-direction: column;
        margin: 32px 0 12px;
    }

    .seller-item__button-wrap_add .seller-item__button {
        margin-top: 12px;
    }

    .seller-item__button-wrap .counter-input {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .seller-item {
        padding-top: 21px;
    }

    .seller-item__col {
        flex-direction: row;
        width: auto;
    }

    .seller-item__header {
        margin-right: 16px;
        transition: .3s;
    }

    .seller-item__header:hover {
        color: #e53e3e;
        transition: .3s;
    }

    .seller-item__header:hover .seller-item__reiting {
        transition: none;
        color: #333;
    }

    .seller-item__advantages {
        width: 302px;
        margin-top: 0;
    }

    .seller-item__col-sub {
        width: 220px;
        margin-left: 16px;
    }

    .seller-item__info-wrap {
        margin-bottom: 0;
        width: 282px;
    }

    .seller-item__prices .seller-item__price {
        margin-top: 0;
    }

    .seller-item__prices .seller-item__price_old {
        margin-top: 0;
    }

    .seller-item__prices sup {
        margin-top: 4px;
    }
}

@media (min-width: 768px) and (min-width: 1328px) {
    .seller-item {
        padding-top: 28px;
        margin-bottom: 30px;
    }

    .seller-item__header {
        font-size: 18px;
        line-height: 22px;
        margin-right: 50px;
    }

    .seller-item__info-wrap {
        width: 398px;
    }

    .seller-item__col-sub {
        margin-left: 50px;
        width: 304px;
    }

    .seller-item__prices {
        align-items: baseline;
        margin-top: -5px;
        margin-bottom: 8px;
    }

    .seller-item__prices .seller-item__price {
        font-size: 24px;
        line-height: 32px;
    }

    .seller-item__prices .seller-item__price_old {
        font-size: 16px;
        line-height: 24px;
    }

    .seller-item__button-wrap_add {
        flex-direction: row;
        margin-top: 24px;
    }

    .seller-item__button-wrap_add .counter-input {
        width: 131px;
    }

    .seller-item__button-wrap_add .seller-item__button {
        margin-top: 0;
    }

    .seller-item__credit-text {
        padding: 20px 24px;
    }
}

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

.product-advantage__item svg {
    fill: none;
    stroke: #6e6e6e;
}

.product-advantage__item + .product-advantage__item {
    margin-top: 4px;
}

.product-advantage__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6e6e6e;
    margin-left: 13px;
}

.product-advantage__text span {
    font-weight: 500;
}

.characteristics__row-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.characteristics__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.characteristics__row + .characteristics__row {
    margin-top: 8px;
}

.characteristics__line {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.25);
    margin: 0 10px;
    width: 100%;
}

.characteristics__name {
    color: #6e6e6e;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    max-width: 124px;
    width: auto;
    flex-shrink: 0;
}

.characteristics__val {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    width: 122px;
    flex-shrink: 0;
    max-width: 122px;
}

.characteristics__hint {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.characteristics__hint svg {
    fill: none;
    stroke: #333;
    margin-left: 12px;
    cursor: pointer;
}

.characteristics__text {
    opacity: 0;
    transition: opacity .1s;
    position: absolute;
    top: 36px;
    right: 0;
    width: 420px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    padding: 16px;
    z-index: -1;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
    box-sizing: border-box;
}

.characteristics__text::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 13px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #fff;
}

@media (min-width: 768px) {
    .characteristics__name {
        font-size: 14px;
        line-height: 22px;
        max-width: 199px;
    }

    .characteristics__val {
        font-size: 14px;
        line-height: 22px;
        width: 143px;
        max-width: 143px;
    }
}

@media (min-width: 1328px) {
    .characteristics__name {
        font-size: 14px;
        line-height: 22px;
        max-width: 309px;
    }

    .characteristics__val {
        font-size: 14px;
        line-height: 22px;
        width: auto;
        max-width: 319px;
    }

    .characteristics__row {
        justify-content: flex-start;
    }

    .characteristics__row-wrap {
        width: 309px;
    }
}

.reviews {
    margin-left: 16px;
}

.reviews__img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #eaeaea;
}

.reviews__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews__items {
    margin-top: 16px;
    margin-bottom: 16px;
}

.reviews__item {
    padding-top: 16px;
    margin-right: 16px;
    border-top: 1px solid #efefef;
}

.reviews__item + .reviews__item {
    margin-top: 15px;
}

.reviews__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
}

.reviews__buttons {
    display: none;
}

.reviews .product__sort {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 16px;
}

.reviews .product__sort-item {
    margin-right: 24px;
}

.reviews .product__sort-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-right: 16px;
    color: #333;
}

.reviews .pagination {
    margin-right: 16px;
}

@media (min-width: 768px) {
    .reviews {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .reviews {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .reviews {
        width: 976px;
    }
}

@media (min-width: 768px) and (min-width: 1328px) {
    .reviews {
        width: 1280px;
    }
}

@media (min-width: 768px) {
    .reviews .pagination {
        margin-top: 0;
    }

    .reviews__img-check {
        margin-top: 15px;
        margin-right: 2px;
    }

    .reviews__img {
        width: 76px;
        height: 76px;
        cursor: pointer;
    }

    .reviews__items {
        margin-bottom: 0;
    }

    .reviews__item {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .reviews__item + .reviews__item {
        margin-top: 0;
    }

    .reviews__title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .reviews .product__sort {
        margin-top: 33px;
    }

    .reviews .product__sort-name {
        font-size: 14px;
        line-height: 20px;
    }

    .reviews__buttons {
        display: flex;
    }

    .reviews__buttons_active {
        display: flex;
        justify-content: flex-end;
    }

    .reviews__buttons_active button {
        display: flex;
    }

    .reviews__button_prev,
    .reviews__button_next {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        transition: .3s;
        width: 24px;
        height: 24px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

    .reviews__button_prev svg,
    .reviews__button_next svg {
        fill: none;
        stroke: #e53e3e;
        stroke-width: 1.5px;
    }

    .reviews__button_prev:hover,
    .reviews__button_next:hover {
        transition: .3s;
        border-color: #333;
    }

    .reviews__button_prev.swiper-button-disabled,
    .reviews__button_next.swiper-button-disabled {
        pointer-events: none;
    }

    .reviews__button_prev.swiper-button-disabled svg,
    .reviews__button_next.swiper-button-disabled svg {
        stroke: #8c8c8c;
    }

    .reviews__button_prev svg,
    .reviews__button_next svg {
        stroke-width: 2px;
    }

    .reviews__button_prev {
        transform: rotate(180deg);
    }

    .reviews__button_next {
        margin-left: 16px;
    }

    .reviews__top {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .reviews__img-check {
        margin-right: 0;
    }

    .reviews .pagination {
        margin-top: 8px;
    }
}

@media (min-width: 1328px) {
    .reviews__img {
        width: 100px;
        height: 100px;
    }

    .reviews__items {
        margin-top: 19px;
    }

    .reviews__item {
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .reviews__title {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .reviews .product__sort-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .reviews .product__sort {
        margin-top: 48px;
    }
}

.reviews-empty {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
    margin-top: 32px;
}

@media (min-width: 768px) {
    .reviews-empty {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .reviews-empty {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .reviews-empty {
        width: 1280px;
    }
}

.reviews-empty__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}

.reviews-empty__button {
    border: 0;
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-radius: 8px;
    background: #e53e3e;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.reviews-empty__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .reviews-empty {
        margin-top: 48px;
    }

    .reviews-empty__title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .reviews-empty__text {
        font-size: 14px;
        line-height: 22px;
    }

    .reviews-empty__button {
        width: 218px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .reviews-empty__button {
        transition: .3s;
    }

    .reviews-empty__button:hover {
        transition: .3s;
        background: #fff;
        color: #e53e3e;
        border-color: #e53e3e;
    }
}

@media (min-width: 768px) and (min-width: 1328px) {
    .reviews-empty {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .reviews-empty__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .reviews-empty__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .reviews-empty__button {
        width: 304px;
    }
}

.review__header {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.review__name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.review__date {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    margin-left: 24px;
}

.review__stars {
    margin-bottom: 2px;
}

.review .stars__item {
    width: 20px;
    height: 20px;
}

.review__info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.review__item {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.review__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.review__item-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
}

.review__item-val {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px;
}

.review .reviews__imgs {
    margin-top: 0;
}

.review__img-wrap {
    margin: 16px -16px 16px 0;
}

.review__img {
    width: 60px;
    height: 60px;
}

.review__img img {
    border-radius: 8px;
}

.review__msg {
    margin-top: 16px;
    background: #f5f6fa;
    border-radius: 8px;
    padding: 12px;
}

.review__msg-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
}

.review__msg-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.review__good {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
}

.review__status {
    margin-left: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.review__status_ok {
    color: #10a85f;
}

.review__status_not {
    color: #e53e3e;
}

.review__status_moderation {
    color: #3e77e5;
}

.review__button-edit {
    font-weight: 500;
    font-size: 14px;
    height: 48px;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .review__row {
        display: flex;
        margin-bottom: 8px;
    }

    .review__item {
        margin-top: 0;
        margin-bottom: 0;
    }

    .review__info {
        margin-left: 16px;
        margin-bottom: 0;
    }

    .review__stars {
        margin-bottom: 0;
    }

    .review__item-name {
        font-size: 14px;
        line-height: 17px;
    }

    .review__item-val {
        font-size: 14px;
        line-height: 22px;
        margin-left: 9px;
    }

    .review__name {
        font-size: 14px;
    }

    .review__name svg {
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }

    .review__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .review__img-wrap {
        margin-right: 0;
    }

    .review__img {
        width: 76px;
        height: 76px;
        cursor: pointer;
    }

    .review__msg {
        padding: 16px 24px;
    }

    .review__msg-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .review__msg-text {
        font-size: 14px;
        line-height: 22px;
    }

    .review__date {
        font-size: 14px;
    }

    .review__header {
        margin-bottom: 10px;
    }

    .review__good {
        width: auto;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        transition: .3s;
    }

    .review__good:hover {
        transition: .3s;
        color: #e53e3e;
    }

    .review__status {
        width: 100%;
        margin: 0;
        font-size: 14px;
        margin-top: 4px;
    }

    .review__button-edit {
        width: 300px;
        margin-top: 24px;
    }
}

@media (min-width: 1024px) {
    .review__text {
        max-width: 843px;
    }

    .review__msg {
        max-width: 811px;
        box-sizing: border-box;
    }

    .review__status {
        width: auto;
        margin-left: auto;
        margin-top: 0;
    }
}

@media (min-width: 1328px) {
    .review__name {
        font-size: 16px;
        line-height: 22px;
    }

    .review__row {
        margin-bottom: 16px;
    }

    .review__date {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .review__text {
        font-size: 16px;
        line-height: 24px;
    }

    .review__item-name {
        font-size: 16px;
        line-height: 22px;
    }

    .review__item-val {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .review__img-wrap {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .review__img {
        width: 100px;
        height: 100px;
    }

    .review__msg-title {
        font-size: 16px;
        line-height: 22px;
    }

    .review__msg-text {
        font-size: 16px;
        line-height: 24px;
    }

    .review__good,
    .review__status {
        font-size: 16px;
        line-height: 22px;
    }

    .review__button-edit {
        font-size: 16px;
    }
}

.product-menu {
    top: -100px;
    transition: top .3s;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    z-index: 100;
    padding: 12px 16px;
    height: 38px;
    box-sizing: border-box;
}

.product-menu_active {
    display: block;
    top: 0;
}

.product-menu__left {
    display: flex;
}

.product-menu__item {
    font-weight: 600;
    font-size: 12px;
    color: #8c8c8c;
    text-decoration: none;
    margin-right: 16px;
}

.product-menu__item_desktop {
    display: none;
}

.product-menu__item_mobile {
    display: block;
}

.product-menu__item_active {
    color: #333;
    position: relative;
}

.product-menu__item_active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e53e3e;
    border-radius: 15px;
}

.product-menu__item sup {
    color: #e53e3e;
    margin-left: 2px;
}

.product-menu__main {
    display: none;
}

.product-menu__img {
    height: 38px;
}

.product-menu__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .product-menu {
        height: 68px;
        padding: 12px 24px;
    }

    .product-menu__main {
        display: flex;
        margin-left: auto;
        justify-content: flex-end;
        align-items: center;
        width: 44px;
        margin-right: 0 !important;
    }

    .product-menu__left {
        width: calc(100% - 44px - 110px);
        align-items: center;
    }

    .product-menu__good {
        display: none;
    }

    .product-menu__img {
        height: 44px;
    }

    .product-menu__item {
        font-size: 14px;
        line-height: 20px;
        margin-right: 40px;
    }

    .product-menu__item_active::after {
        height: 3px;
        bottom: -24px;
    }

    .product-menu .swiper-wrapper {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .product-menu .swiper-wrapper {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .product-menu .swiper-wrapper {
        width: 976px;
    }
}

@media (min-width: 768px) and (min-width: 1328px) {
    .product-menu .swiper-wrapper {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .product-menu__left {
        width: calc(100% - 305px);
    }

    .product-menu__main {
        width: 305px;
        text-decoration: none;
    }

    .product-menu__good {
        display: flex;
        margin-left: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        transition: .3s;
    }

    .product-menu__good:hover {
        color: #e53e3e;
        transition: .3s;
    }

    .product-menu__img {
        flex-shrink: 0;
    }
}

@media (min-width: 1328px) {
    .product-menu {
        padding: 10px 0;
        height: 80px;
    }

    .product-menu__left {
        width: calc(100% - 313px - 16px - 60px);
    }

    .product-menu__main {
        width: 389px;
    }

    .product-menu__good {
        margin-left: 16px;
        font-size: 16px;
        line-height: 22px;
        color: #333;
    }

    .product-menu__item {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-right: 44px;
    }

    .product-menu__item_active::after {
        height: 4px;
        bottom: -29px;
    }

    .product-menu__img {
        width: 60px;
        height: 60px;
    }
}

.popup {
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15000;
    background-color: #fff;
    transition: 0.3s;
    overflow: auto;
    padding: 16px;
}

.popup_active {
    opacity: 1;
    visibility: visible;
}

.popup__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
}

.popup__close {
    position: absolute;
    top: 18px;
    right: 16px;
    cursor: pointer;
    z-index: 2;
}

.popup__close svg {
    stroke: #333;
    stroke-width: 1.5px;
}

.popup__thanks-feedback {
    height: 235px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 288px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 40px 22px;
    text-align: center;
}

.popup__thanks-feedback .popup__close {
    display: none;
}

.popup__thanks-feedback .popup__title {
    margin-bottom: 28px;
}

.popup__thanks-feedback .popup__content .popup-thanks-feedback__close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    height: 40px;
    background: #e53e3e;
    color: #fff;
    border: 1px solid #e53e3e;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    margin: 28px auto 0;
    width: 205px;
}

.popup__forbidden-feedback {
    height: 249px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 288px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 35px 22px 40px;
    text-align: center;
    overflow: visible;
}

.popup__forbidden-feedback .popup__close {
    display: none;
}

.popup__forbidden-feedback .popup__title {
    margin-bottom: 25px;
}

.popup__forbidden-feedback .popup__content .popup-forbidden-feedback__close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    height: 40px;
    background: #e53e3e;
    color: #fff;
    border: 1px solid #e53e3e;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    margin: 28px auto 0;
    width: 205px;
}

.popup__clear-basket {
    text-align: center;
    width: 288px;
    height: 313px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 36px 20px;
    overflow: visible;
}

.popup__clear-basket .popup__close {
    display: none;
}

.popup__city .popup__title {
    margin-bottom: 24px;
}

.popup__login {
    padding: 30px 16px;
}

.popup__login .popup__title {
    margin-bottom: 24px;
    font-weight: 600;
}

.popup__login .popup__close {
    top: 32px;
}

@media (min-width: 768px) {
    .popup {
        padding: 40px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 580px;
        bottom: auto;
        max-height: 100%;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
        border-radius: 24px;
    }

    .popup__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .popup__close {
        top: 40px;
        right: 40px;
        height: 32px;
    }

    .popup__close svg {
        width: 32px;
        height: 32px;
    }

    .popup__thanks-feedback {
        width: 460px;
        height: 299px;
        padding: 54px 60px 60px;
        box-sizing: border-box;
    }

    .popup__thanks-feedback .popup__title {
        margin-bottom: 33px;
    }

    .popup__thanks-feedback .popup__content .popup-thanks-feedback__close-btn {
        font-weight: 500;
        font-size: 16px;
        margin-top: 37px;
        box-sizing: border-box;
        height: 48px;
    }

    .popup__forbidden-feedback {
        width: 513px;
        height: 328px;
        padding: 54px 60px 60px;
    }

    .popup__forbidden-feedback .popup__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 27px;
    }

    .popup__forbidden-feedback .popup__content .popup-forbidden-feedback__close-btn {
        height: 48px;
        font-size: 16px;
        margin-top: 34px;
    }

    .popup__clear-basket {
        padding: 53px 60px 60px;
        width: 513px;
        height: 400px;
    }

    .popup__city {
        width: 704px;
    }

    .popup__login {
        width: 490px;
        padding: 40px;
    }

    .popup__login .popup__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
    }

    .popup__login .popup__close {
        top: 40px;
    }

    .popup__login .popup__close svg {
        stroke-width: 1.3px;
    }
}

@media (min-width: 1024px) {
    .popup__review {
        width: 710px;
    }

    .popup__forbidden-feedback {
        width: 558px;
        height: 329px;
        box-sizing: border-box;
    }

    .popup__forbidden-feedback .popup__title {
        max-width: 376px;
        margin: 0 auto 27px;
    }

    .popup__clear-basket {
        padding: 53px 62px 60px;
        width: 558px;
        height: 329px;
    }

    .popup__city {
        padding: 60px;
        width: 768px;
    }

    .popup__city .popup__title {
        margin-bottom: 32px;
    }

    .popup__city .popup__close {
        top: 59px;
        right: 60px;
    }
}

@media (min-width: 1328px) {
    .popup {
        padding: 60px;
    }

    .popup__review {
        width: 956px;
    }

    .popup__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;
    }

    .popup__thanks-feedback {
        width: 609px;
        height: 299px;
        padding-top: 49px;
    }

    .popup__thanks-feedback .popup__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 36px;
    }

    .popup__thanks-feedback .popup__content .popup-thanks-feedback__close-btn {
        margin-top: 43px;
    }

    .popup__forbidden-feedback {
        width: 581px;
        height: 340px;
        padding-top: 50px;
    }

    .popup__forbidden-feedback .popup__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .popup__forbidden-feedback .popup__content .popup-forbidden-feedback__close-btn {
        margin-top: 32px;
    }

    .popup__clear-basket {
        padding: 71px 65px 60px;
        width: 581px;
        height: 340px;
    }

    .popup__clear-basket .popup__title {
        margin-bottom: 43px;
    }

    .popup__city {
        width: 800px;
    }

    .popup__login {
        padding: 40px;
    }
}

.popup-review__review {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.popup-review__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    color: #333;
}

.popup-review__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-right: 20px;
}

.popup-review__stars {
    display: flex;
    align-items: center;
}

.popup-review__stars:hover > .popup-review__star svg {
    fill: #e53e3e;
    stroke: #e53e3e;
}

.popup-review__stars > .popup-review__star:hover ~ .popup-review__star svg {
    fill: none;
    stroke: #333;
}

.popup-review__star {
    cursor: pointer;
    height: 24px;
}

.popup-review__star + .popup-review__star {
    padding-left: 4px;
}

.popup-review__star_default {
    display: block;
}

.popup-review__star_default svg {
    stroke: #333;
    fill: none;
}

.popup-review__star_default:hover svg {
    fill: #e53e3e;
    stroke: #e53e3e;
}

.popup-review__star_select {
    display: none;
}

.popup-review__star_select svg {
    fill: #e53e3e;
    stroke: #e53e3e;
}

.popup-review__star_selected .popup-review__star_default {
    display: none;
}

.popup-review__star_selected .popup-review__star_select {
    display: block;
}

.popup-review__add {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 8px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #333;
    margin: 4px 8px 4px 0;
    border: 0;
    position: relative;
}

.popup-review__input-file {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0;
    z-index: -1;
}

.popup-review__photos {
    display: flex;
    flex-wrap: wrap;
}

.popup-review__photos .popup-review__add {
    display: flex;
}

.popup-review__photo {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 4px 0;
    margin-right: 8px;
}

.popup-review__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.popup-review__photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.popup-review__photo-notice {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #6e6e6e;
    margin-top: 12px;
}

.popup-review__photo-del {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background: transparent;
}

.popup-review__photo-del svg {
    stroke: #fff;
    stroke-width: 2px;
}

.popup-review__button {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    background: #e53e3e;
    color: #fff;
    border: 1px solid #e53e3e;
    margin-top: 16px;
}

.popup-review__button[disabled] {
    background: #c7c7c7;
    pointer-events: none;
    border-color: #c7c7c7;
}

.popup-review__msg {
    border: 4px solid;
    padding: 16px;
    margin-bottom: 25px;
    color: #333;
}

.popup-review__msg a {
    color: #333;
    text-decoration: none;
    border-bottom: 3px solid #e53e3e;
    transition: .3s;
}

.popup-review__msg a:hover {
    border-bottom-color: #333;
    transition: .3s;
}

.popup-review__msg-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.popup-review__msg-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.popup-review__msg-text + .popup-review__msg-text {
    margin-top: 20px;
}

.popup-review .textfield__textarea-wrap {
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .popup-review__review {
        margin-bottom: 24px;
    }

    .popup-review__name {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .popup-review__form .input__input {
        width: 411px;
    }

    .popup-review__form .input__textarea {
        width: 100%;
    }

    .popup-review__add {
        width: 76px;
        height: 76px;
        font-weight: 600;
        font-size: 10px;
        padding: 0 32px;
        box-sizing: border-box;
        margin: 12px 24px 12px 0;
    }

    .popup-review__input-file {
        width: 76px;
        height: 76px;
        cursor: pointer;
    }

    .popup-review__photos {
        margin: -12px 0;
    }

    .popup-review__photo {
        width: 76px;
        height: 76px;
        margin: 12px 0;
        margin-right: 24px;
    }

    .popup-review__photo-notice {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }

    .popup-review__photo-del svg {
        width: 32px;
        height: 32px;
    }

    .popup-review__button {
        height: 60px;
        line-height: 60px;
        font-weight: 600;
        font-size: 18px;
        margin-top: 24px;
    }
}

@media (min-width: 1024px) {
    .popup-review__add {
        color: #8c8c8c;
    }

    .popup-review__add:hover {
        color: #e53e3e;
    }

    .popup-review__name {
        font-size: 18px;
    }

    .popup-review__text {
        font-size: 16px;
        line-height: 22px;
    }

    .popup-review__star {
        height: 28px;
    }

    .popup-review__star svg {
        width: 28px;
        height: 28px;
    }

    .popup-review__button {
        transition: .3s;
    }

    .popup-review__button:hover {
        transition: .3s;
        background: #fff;
        color: #e53e3e;
        border-color: #e53e3e;
    }
}

@media (min-width: 1328px) {
    .popup-review__name {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .popup-review__text {
        font-weight: 600;
        font-size: 18px;
    }

    .popup-review__star {
        height: 32px;
    }

    .popup-review__star svg {
        width: 32px;
        height: 32px;
    }

    .popup-review__review {
        margin-bottom: 32px;
    }

    .popup-review__add,
    .popup-review__photo {
        width: 80px;
        height: 80px;
    }

    .popup-review__photo-notice {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .popup-review__button {
        margin-top: 32px;
        font-weight: 600;
        font-size: 20px;
    }
}

.popup-thanks-feedback__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .popup-thanks-feedback__text {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 1328px) {
    .popup-thanks-feedback__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
}

.popup-forbidden-feedback__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .popup-forbidden-feedback__text {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1328px) {
    .popup-forbidden-feedback__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
}

.page-cart {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 320px;
}

.page-cart__container {
    flex: 1 0 auto;
}

.page-cart__content {
    height: 100%;
}

.page-cart__footer {
    flex: 0 0 auto;
    overflow: hidden;
    margin-bottom: 54px;
}

.page-cart__top {
    background: #e53e3e;
    color: #fff;
    width: 44px;
    height: 44px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 16px;
    bottom: 60px;
    opacity: 0;
    transition: .3s;
    z-index: 99;
}

.page-cart__top_active {
    opacity: 1;
    transition: .3s;
}

.page-cart__top svg {
    stroke: #fff;
    stroke-width: 1.5px;
    fill: none;
}

.page-cart__top-text {
    display: none;
}

@media (min-width: 768px) {
    .page-cart__top {
        left: 24px;
        bottom: 24px;
    }

    .page-cart__footer {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .page-cart__top {
        cursor: pointer;
    }
}

@media (min-width: 1328px) {
    .page-cart__top {
        width: 121px;
        height: 40px;
    }

    .page-cart__top-text {
        display: flex;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        margin-left: 8px;
    }
}

@media (min-width: 1024px) {
    .header-cart .header__logo_tablet {
        display: block;
    }
}

.basket__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .basket__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .basket__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .basket__container {
        width: 1280px;
    }
}

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

.basket__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
}

.basket__num {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-left: 8px;
    color: #c7c7c7;
}

.basket__top {
    border-bottom: 8px solid #f5f5f5;
}

.basket__breadcrumbs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.basket__breadcrumb-link,
.basket__clear {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #8c8c8c;
    display: flex;
    align-items: center;
}

.basket__breadcrumb-link svg,
.basket__clear svg {
    margin-right: 4px;
    fill: none;
    stroke: #8c8c8c;
}

.basket__delete {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    margin: 24px 0;
}

.basket__delete::after {
    content: '';
    position: absolute;
    height: 8px;
    left: -16px;
    right: -16px;
    bottom: -24px;
    background: #f5f5f5;
}

.basket__delete-img {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.basket__delete-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
}

.basket__delete-text b {
    font-weight: 500;
}

.basket__delete-return {
    background: transparent;
    padding: 0;
    border: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.basket__delete-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: transparent;
    border: 0;
    padding: 0;
}

.basket__delete-close svg {
    stroke: #8c8c8c;
    stroke-width: 2px;
}

.basket__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.basket__btns-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.basket__col-num {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
}

.basket__col-price {
    font-weight: 500;
    font-size: 14px;
}

.basket__button {
    border: 0;
    background: #e53e3e;
    color: #fff;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .basket__top {
        border: 0;
    }

    .basket__main {
        border-top: 1px solid #efefef;
    }

    .basket__subtitle {
        font-size: 20px;
    }

    .basket__delete {
        padding: 16px;
        display: flex;
        align-items: center;
        margin: 31px 0;
    }

    .basket__delete::after {
        content: none;
    }

    .basket__delete + .basket-item {
        border-top: 1px solid #efefef;
    }

    .basket__delete-close {
        right: 18px;
        top: 18px;
    }

    .basket__delete-wrap {
        margin-left: 24px;
        max-width: 359px;
    }

    .basket__delete-img {
        width: 80px;
        height: 80px;
        margin: 0;
    }

    .basket__delete-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .basket__delete-return {
        font-size: 14px;
        line-height: 20px;
    }

    .basket__header {
        margin-bottom: 24px;
        margin-top: 24px;
    }

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

    .basket__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
    }

    .basket__num {
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        margin-left: 24px;
    }

    .basket__breadcrumb-link,
    .basket__clear {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .basket__breadcrumb-link svg,
    .basket__clear svg {
        margin-right: 8px;
    }

    .basket__sidebar {
        width: 348px;
        align-self: flex-end;
    }

    .basket__btns-fixed {
        display: none;
    }
}

@media (min-width: 1024px) {
    .basket__header {
        margin-bottom: 16px;
    }

    .basket__body {
        flex-direction: row;
        justify-content: space-between;
    }

    .basket__main {
        width: 654px;
        margin-bottom: 20px;
    }

    .basket__sidebar {
        width: 282px;
        align-self: auto;
    }

    .basket__delete {
        margin: 23px 0;
    }

    .basket__clear {
        cursor: pointer;
    }

    .basket__clear:hover {
        color: #e53e3e;
    }

    .basket__clear:hover svg {
        stroke: #e53e3e;
    }
}

@media (min-width: 1328px) {
    .basket__header {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .basket__title {
        font-size: 36px;
        line-height: 44px;
    }

    .basket__main {
        width: 872px;
        margin-bottom: 64px;
    }

    .basket__num {
        font-size: 36px;
        line-height: 44px;
    }

    .basket__sidebar {
        width: 368px;
    }

    .basket__delete-text,
    .basket__delete-return {
        font-size: 16px;
        line-height: 24px;
    }

    .basket__delete {
        margin: 31px 0;
    }

    .basket__delete-wrap {
        max-width: 632px;
    }

    .basket__subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .basket__breadcrumbs {
        padding-bottom: 24px;
    }
}

.basket-empty__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .basket-empty__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .basket-empty__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .basket-empty__container {
        width: 1280px;
    }
}

.basket-empty__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.basket-empty__hit,
.basket-empty__viewed {
    margin: 32px 0;
}

.basket-empty .basket__delete::after {
    content: none;
}

.basket-empty__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.basket-empty__text_main {
    margin-top: 24px;
}

.basket-empty__text + .basket-empty__text {
    margin-top: 12px;
}

.basket-empty__link {
    color: #e53e3e;
    font-weight: 600;
    text-decoration: none;
}

.basket-empty__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e53e3e;
    color: #fff;
    background: #e53e3e;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    margin-top: 24px;
    font-weight: 600;
    font-size: 14px;
}

@media (min-width: 768px) {
    .basket-empty {
        margin-top: 20px;
    }

    .basket-empty__title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .basket-empty__hit {
        margin: 60px 0 48px;
    }

    .basket-empty__viewed {
        margin: 48px 0;
    }

    .basket-empty__msg {
        width: 654px;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .basket-empty__text {
        max-width: 480px;
        font-size: 14px;
        line-height: 22px;
    }

    .basket-empty__button {
        width: 232px;
    }
}

@media (min-width: 1024px) {
    .basket-empty__hit {
        margin: 80px 0 60px;
    }

    .basket-empty__viewed {
        margin: 60px 0;
    }

    .basket-empty .slider-product__title {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
    }

    .basket-empty__text {
        line-height: 20px;
    }

    .basket-empty__goods {
        width: 654px;
    }

    .basket-empty__button {
        transition: .3s;
    }

    .basket-empty__button:hover {
        transition: .3s;
        color: #e53e3e;
        background: #fff;
    }
}

@media (min-width: 1328px) {
    .basket-empty__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
    }

    .basket-empty .slider-product__title {
        font-size: 32px;
        line-height: 40px;
    }

    .basket-empty__hit {
        margin: 100px 0 80px;
    }

    .basket-empty__viewed {
        margin: 80px 0;
    }

    .basket-empty__msg,
    .basket-empty__goods {
        width: 872px;
        margin-bottom: 40px;
    }

    .basket-empty__text {
        max-width: 600px;
        font-size: 16px;
        line-height: 24px;
    }

    .basket-empty__button {
        width: 302px;
    }
}

.basket-sidebar {
    padding-top: 16px;
}

.basket-sidebar__promo {
    margin-bottom: 16px;
}

.basket-sidebar__promo_error .basket-sidebar__input-err {
    display: block;
    color: #e53e3e;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}

.basket-sidebar__promo_error .basket-sidebar__wrap,
.basket-sidebar__promo_error .basket-sidebar__promo-button {
    border-color: #e53e3e;
}

.basket-sidebar__wrap {
    background: #f5f6fa;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f5f6fa;
    box-sizing: border-box;
}

.basket-sidebar__input-err {
    display: none;
}

.basket-sidebar__input {
    background: #f5f6fa;
    border: 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    resize: none;
    outline: none;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.basket-sidebar__input::-moz-placeholder {
    color: #8c8c8c;
}

.basket-sidebar__input::placeholder {
    color: #8c8c8c;
}

.basket-sidebar__input::-ms-clear {
    display: none;
}

.basket-sidebar__input:-ms-input-placeholder {
    color: #8c8c8c;
}

.basket-sidebar__input[type='number'] {
    -moz-appearance: textfield;
}

.basket-sidebar__input[type='number']::-webkit-outer-spin-button,
.basket-sidebar__input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.basket-sidebar__promo-button {
    background: #f5f6fa;
    border: 0;
    color: #e53e3e;
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 0 38px;
    width: 90px;
    text-align: left;
    height: 46px;
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.basket-sidebar__promo-button svg {
    display: none;
    stroke: #e53e3e;
    stroke-width: 3px;
}

.basket-sidebar__promo-button_add {
    border-left: 0;
    padding-left: 57px;
}

.basket-sidebar__promo-button_add svg {
    display: block;
}

.basket-sidebar__promo-button_add span {
    display: none;
}

.basket-sidebar__body {
    background: #f5f6fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

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

.basket-sidebar__row + .basket-sidebar__row {
    margin-top: 16px;
}

.basket-sidebar__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.basket-sidebar__name_bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
}

.basket-sidebar__val {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.basket-sidebar__val_bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
}

.basket-sidebar__total {
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 4px;
}

.basket-sidebar__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #8c8c8c;
}

.basket-sidebar__button {
    height: 48px;
    width: 100%;
    background: #e53e3e;
    color: #fff;
    border: 1px solid #e53e3e;
    box-sizing: border-box;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.basket-sidebar__btn-link {
    margin-top: 8px;
    height: 48px;
    width: 100%;
    background: #fff;
    color: #e53e3e;
    border: 1px solid #e53e3e;
    box-sizing: border-box;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.basket-sidebar__promo-add {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.basket-sidebar__add-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
}

.basket-sidebar__add-promo {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.basket-sidebar__offer {
    margin-top: 24px;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.basket-sidebar__offer a {
    color: #333;
    text-decoration: none;
}

@media (min-width: 768px) {
    .basket-sidebar {
        padding-top: 32px;
    }

    .basket-sidebar__promo,
    .basket-sidebar__body {
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .basket-sidebar {
        padding-top: 0;
        position: sticky;
        top: 0;
    }

    .basket-sidebar__promo-button {
        padding: 0 0 0 32px;
        width: 84px;
    }

    .basket-sidebar__promo-button_add {
        width: 65px;
    }

    .basket-sidebar__promo,
    .basket-sidebar__body {
        margin-bottom: 16px;
    }

    .basket-sidebar__button {
        transition: .3s;
    }

    .basket-sidebar__button:hover {
        transition: .3s;
        background: #fff;
        color: #e53e3e;
    }

    .basket-sidebar__button.disable {
        background: #fff;
        color: #e53e3e;
        cursor: not-allowed;
    }

    .basket-sidebar__btn-link {
        transition: .3s;
    }

    .basket-sidebar__btn-link:hover {
        transition: .3s;
        background: #e53e3e;
        color: #fff;
    }
}

@media (min-width: 1328px) {
    .basket-sidebar__promo,
    .basket-sidebar__body {
        margin-bottom: 24px;
    }

    .basket-sidebar__btn-link {
        margin-top: 24px;
    }
}

.basket-item {
    padding: 16px 0;
    position: relative;
    margin-bottom: 8px;
}

.basket-item::after {
    content: '';
    position: absolute;
    height: 8px;
    left: -16px;
    right: -16px;
    bottom: -8px;
    background: #f5f5f5;
}

.basket-item__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.basket-item__img {
    width: 68px;
    height: 70px;
    flex-shrink: 0;
    margin-right: 8px;
}

.basket-item__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.basket-item__prices {
    align-items: center;
    margin-bottom: 6px;
}

.basket-item__prices_mobile {
    display: flex;
}

.basket-item__prices_desktop {
    display: none;
}

.basket-item__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}

.basket-item__price_old {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: line-through;
    color: #8c8c8c;
    margin-left: 8px;
    white-space: nowrap;
}

.basket-item__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-decoration: none;
}

.basket-item__info {
    padding-top: 15px;
    border-top: 1px solid #efefef;
    margin-top: 15px;
}

.basket-item__info_desktop {
    display: none;
}

.basket-item__info_mobile {
    display: flex;
    flex-wrap: wrap;
    margin: -2px 0;
}

.basket-item__row {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.basket-item__row_col {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.basket-item__row_col .basket-item__info-val {
    margin: 0;
    margin-top: 2px;
}

.basket-item__vendor {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6e6e6e;
    margin-bottom: 2px;
}

.basket-item__info-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
}

.basket-item__info-val {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px;
}

.basket-item__btn {
    background: transparent;
    border: 0;
    padding: 0;
    height: 24px;
}

.basket-item__btn + .basket-item__btn {
    margin-left: 32px;
}

.basket-item__btn span {
    display: none;
}

.basket-item .counter-input {
    width: 105px;
    height: 40px;
    margin: 0;
}

.basket-item .counter-input__minus,
.basket-item .counter-input__plus {
    width: 11px;
}

.basket-item .counter-input__input {
    width: 45px;
}

.basket-item__btns {
    margin-left: auto;
    height: 24px;
}

.basket-item__btns svg {
    fill: none;
    stroke: #c7c7c7;
}

.basket-item__link-empty {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #8c8c8c;
}

.basket-item__wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.basket-item__review {
    margin-top: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.basket-item__review_mobile {
    display: block;
}

.basket-item__review_desktop {
    display: none;
}

@media (min-width: 768px) {
    .basket-item {
        border-bottom: 1px solid #efefef;
        display: flex;
        padding: 31px 0;
        margin: 0;
    }

    .basket-item::after {
        content: none;
    }

    .basket-item__col {
        width: 324px;
    }

    .basket-item__prices_mobile {
        display: none;
    }

    .basket-item__prices_desktop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .basket-item__price {
        font-weight: 800;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .basket-item__price_old {
        margin-left: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .basket-item .counter-input {
        width: 131px;
        margin-bottom: 20px;
        padding: 18px 8px;
    }

    .basket-item .counter-input__input {
        font-size: 16px;
    }

    .basket-item .counter-input__minus,
    .basket-item .counter-input__plus {
        width: 16px;
    }

    .basket-item__info {
        border: 0;
    }

    .basket-item__info_desktop {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 0;
    }

    .basket-item__info_mobile {
        display: none;
    }

    .basket-item__btns {
        height: auto;
    }

    .basket-item__btn {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #8c8c8c;
        height: auto;
    }

    .basket-item__btn + .basket-item__btn {
        margin-left: 0;
        margin-top: 12px;
    }

    .basket-item__btn span {
        display: block;
    }

    .basket-item__btn svg {
        display: none;
    }

    .basket-item__img {
        width: 140px;
        height: 140px;
        margin-right: 16px;
    }

    .basket-item__item {
        margin-bottom: 0;
        align-items: flex-start;
    }

    .basket-item__item_col {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 109px;
        width: 131px;
        flex-shrink: 0;
    }

    .basket-item__name {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        display: inline-block;
    }

    .basket-item__vendor {
        margin-bottom: 4px;
    }

    .basket-item__row {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .basket-item__link-empty {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 12px;
    }

    .basket-item__wrap {
        flex-direction: column;
    }

    .basket-item__review_mobile {
        display: none;
    }

    .basket-item__review_desktop {
        display: block;
    }
}

@media (min-width: 1024px) {
    .basket-item {
        padding: 23px 0;
    }

    .basket-item__item_col {
        margin-left: 43px;
    }

    .basket-item__btn,
    .basket-item__link-empty {
        transition: .3s;
    }

    .basket-item__btn:hover,
    .basket-item__link-empty:hover {
        color: #e53e3e;
        transition: .3s;
    }
}

@media (min-width: 1328px) {
    .basket-item {
        padding: 31px 0;
    }

    .basket-item__img {
        width: 180px;
        height: 180px;
        margin-right: 20px;
    }

    .basket-item__item_col {
        margin-left: 32px;
        flex-direction: row-reverse;
        width: 265px;
        flex-shrink: 0;
    }

    .basket-item__item_empty {
        flex-direction: column;
    }

    .basket-item__item_empty .basket-item__wrap {
        width: auto;
        margin-right: 0;
    }

    .basket-item__btns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }

    .basket-item__wrap {
        align-items: flex-start;
        width: 131px;
        margin-right: 32px;
    }

    .basket-item__name {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .basket-item__prices_desktop {
        align-items: flex-end;
        width: 108px;
    }

    .basket-item__price {
        margin-bottom: 9px;
    }

    .basket-item .counter-input {
        margin-bottom: 24px;
    }

    .basket-item__col {
        width: 375px;
    }
}

.popup-clear-basket__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 25px 0 28px;
}

.popup-clear-basket__button {
    height: 40px;
    background: #e53e3e;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #e53e3e;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    margin: 0 auto;
    box-sizing: border-box;
}

.popup-clear-basket__button.popup-clear-basket__button_close {
    border-color: #c7c7c7;
    color: #333;
    background: #fff;
    margin-top: 24px;
    position: static;
    display: flex;
}

.popup-clear-basket__button.popup-clear-basket__button_close svg {
    display: none;
}

@media (min-width: 768px) {
    .popup-clear-basket__text {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-top: 28px;
        margin-bottom: 35px;
    }

    .popup-clear-basket__button {
        height: 48px;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .popup-clear-basket__btns {
        display: flex;
        flex-direction: row-reverse;
    }

    .popup-clear-basket__button.popup-clear-basket__button_close {
        margin-top: 0;
        margin-right: 24px;
    }
}

@media (min-width: 1328px) {
    .popup-clear-basket__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.radiobutton__label {
    display: block;
    position: relative;
    padding-left: 49px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: bold;
}

.radiobutton__label input[type='radio'] {
    display: none;
}

.radiobutton__label input:checked ~ .radiobutton__span {
    transition: .3s;
}

.radiobutton__label input:checked ~ .radiobutton__span::after {
    opacity: 1;
    background: #e53e3e;
}

.radiobutton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiobutton__span {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 14px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #e53e3e;
    border-radius: 50%;
    box-sizing: border-box;
}

.radiobutton__span::after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: .3s;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
}

@media (min-width: 768px) {
    .radiobutton__span {
        top: 18px;
        left: 18px;
        width: 18px;
        height: 18px;
        border-width: 2px;
    }

    .radiobutton__span::after {
        left: 2px;
        top: 2px;
    }
}

.checkout {
    margin-top: 16px;
}

.checkout__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .checkout__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .checkout__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .checkout__container {
        width: 1280px;
    }
}

.checkout__top {
    border-bottom: 8px solid #f5f5f5;
    margin: 0 -16px;
    padding: 0 16px 16px;
}

.checkout__block {
    padding: 16px;
    margin: 0 -16px;
    border-bottom: 8px solid #f5f5f5;
}

.checkout__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.checkout__back {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.checkout__back svg {
    fill: none;
    stroke: #8c8c8c;
    transform: rotate(180deg);
}

.checkout__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

.checkout__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}

.checkout__inputs .input:last-child {
    margin-bottom: 0;
}

.checkout__city-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.checkout__city-link span {
    border-bottom: 1px dashed #8c8c8c;
    transition: .3s;
}

.checkout__city-link span:hover {
    border-color: #e53e3e;
    transition: .3s;
}

.checkout__city-link svg {
    stroke: #8c8c8c;
    fill: none;
    margin-right: 8px;
}

.checkout__delivery {
    display: flex;
}

.checkout__label {
    padding: 0;
    margin: 4px;
    width: 140px;
    box-sizing: border-box;
}

.checkout__label input:checked ~ .checkout__item {
    border-color: #e53e3e;
}

.checkout__item {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 38px 12px 14px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 100%;
}

.checkout__radio-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
}

.checkout__days {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.checkout .radiobutton__span {
    background: #fff;
    top: 14px;
    left: 12px;
}

.checkout__wrap {
    margin-top: 16px;
    background: #f5f6fa;
    border-radius: 8px;
    padding: 12px;
}

.checkout__icon-row {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.checkout__icon-row svg {
    margin-right: 12px;
    flex-shrink: 0;
    fill: none;
    stroke: #333;
}

.checkout__icon-row + .checkout__icon-row {
    margin-top: 16px;
}

.checkout__icon-row_copy {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

.checkout__delivery-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.checkout .select {
    margin-bottom: 16px;
}

.checkout__address {
    position: relative;
}

.checkout__address .popup-city__cities-list_open {
    z-index: 100;
}

.checkout__address-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.checkout__address-input svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    stroke-width: 2px;
}

.checkout__address-input .input__error-text {
    align-self: baseline;
}

.checkout__pay {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.checkout__pay .checkout__days {
    line-height: 14px;
    white-space: normal;
    margin-top: 4px;
}

.checkout__notice {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6e6e6e;
    margin-top: 4px;
}

.checkout .input__textarea-wrap {
    margin-bottom: 0;
}

.checkout .input__textarea-wrap label {
    display: none;
}

.checkout .input__textarea-wrap .input__textarea {
    height: 102px;
}

.checkout__goods {
    margin-top: 16px;
}

.checkout__goods .checkout__goods_all {
    display: none;
}

.checkout__goods_open .checkout__goods_all {
    display: block;
    margin-top: 8px;
}

.checkout__goods_open .checkout__show-good {
    display: none;
}

.checkout__show-good,
.checkout__close-good {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed #8c8c8c;
    margin-top: 8px;
    display: inline-block;
}

@media (min-width: 768px) {
    .checkout {
        margin-top: 24px;
    }

    .checkout__top,
    .checkout__block {
        margin: 0;
        border: 0;
        padding: 0;
    }

    .checkout__block {
        margin-top: 32px;
    }

    .checkout__block:first-child {
        margin-top: 24px;
    }

    .checkout__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .checkout__back {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .checkout__subtitle {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }

    .checkout__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .checkout__inputs {
        width: 411px;
    }

    .checkout__delivery {
        margin: -8px -12px;
    }

    .checkout__label {
        width: 260px;
        margin: 8px 12px;
    }

    .checkout__item {
        padding: 16px 24px 15px 49px;
    }

    .checkout__radio-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .checkout .radiobutton__span {
        top: 17px;
        left: 15px;
    }

    .checkout__wrap {
        width: 544px;
        box-sizing: border-box;
        padding: 16px;
    }

    .checkout .select {
        margin-bottom: 24px;
        padding-left: 16px;
    }

    .checkout__pay {
        margin: 0 -12px;
    }

    .checkout__pay .checkout__days {
        line-height: 18px;
    }

    .checkout__notice {
        margin-top: 6px;
    }

    .checkout .input__textarea-wrap .input__textarea {
        width: 544px;
        height: 130px;
        padding: 16px;
    }

    .checkout .input__textarea-wrap .input__textarea-notice {
        font-size: 14px;
        right: 191px;
        bottom: 15px;
    }

    .checkout__total {
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #efefef;
    }

    .checkout .basket-sidebar {
        width: 348px;
        padding-top: 0;
    }

    .checkout .basket-sidebar__promo {
        display: none;
    }

    .checkout__sticky {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .checkout__goods {
        margin-top: 0;
        width: 348px;
    }

    .checkout__show-good,
    .checkout__close-good {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .checkout {
        margin-bottom: 20px;
    }

    .checkout__items {
        display: flex;
    }

    .checkout__item {
        transition: border-color .3s;
    }

    .checkout__item:hover {
        border-color: #e53e3e;
        transition: border-color .3s;
    }

    .checkout__info {
        width: 544px;
    }

    .checkout__total {
        width: 372px;
        margin-top: 89px;
        border: 0;
        margin-left: 60px;
    }

    .checkout .basket-sidebar {
        width: 372px;
        position: relative;
    }

    .checkout__sticky {
        position: sticky;
        top: 0;
        flex-direction: column;
    }

    .checkout__goods {
        width: 372px;
        margin-bottom: 16px;
    }

    .checkout .input__textarea-wrap .input__textarea-notice {
        right: 20px;
    }

    .checkout__icon-row + .checkout__icon-row {
        margin-top: 8px;
    }
}

@media (min-width: 1328px) {
    .checkout {
        margin-top: 40px;
    }

    .checkout__info {
        width: 625px;
    }

    .checkout__block {
        margin-top: 48px;
    }

    .checkout__block:first-child {
        margin-top: 24px;
    }

    .checkout__total {
        width: 503px;
        margin-top: 109px;
        margin-left: 153px;
    }

    .checkout .basket-sidebar {
        width: 503px;
    }

    .checkout__title {
        font-size: 36px;
        line-height: 44px;
    }

    .checkout__subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .checkout__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .checkout__city-link {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .checkout__label {
        width: 300px;
        margin: 12px;
    }

    .checkout__delivery {
        margin: -12px;
    }

    .checkout__wrap {
        margin-top: 24px;
        width: 624px;
        padding: 20px;
    }

    .checkout__item {
        padding: 20px 20px 20px 53px;
    }

    .checkout__radio-title {
        font-size: 16px;
        line-height: 22px;
    }

    .checkout__days {
        font-size: 14px;
        line-height: 22px;
    }

    .checkout .radiobutton__span {
        top: 20px;
        left: 20px;
    }

    .checkout__icon-row {
        font-size: 14px;
        line-height: 22px;
    }

    .checkout__icon-row + .checkout__icon-row {
        margin-top: 4px;
    }

    .checkout__icon-row:first-child {
        margin-top: 16px;
    }

    .checkout__notice {
        line-height: 18px;
    }

    .checkout .input__textarea-wrap .input__textarea {
        width: 625px;
        height: 130px;
        padding: 20px;
    }

    .checkout__goods {
        width: 503px;
        margin-bottom: 24px;
    }
}

.select {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding-right: 44px;
    padding-left: 12px;
    background: #fff;
    height: 48px;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
}

.select_disabled .select__current::after {
    display: none;
}

.select__current {
    outline: none;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select__current::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -30px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: #8c8c8c;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
    transition: transform .3s ease;
}

.select__current_opened::after {
    transform: rotate(135deg);
    top: 10px;
}

.select__input {
    display: none;
}

.select__list {
    position: absolute;
    width: 100%;
    top: 51px;
    right: 0;
    max-height: 0;
    opacity: 0;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
    overflow-y: scroll;
    transition: 0.3s;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px 32px 12px 12px;
}

.select__item {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s;
}

.select__item + .select__item {
    margin-top: 8px;
}

.select__item:hover {
    color: #e53e3e;
}

.select__item_hidden {
    display: none;
}

.select_open {
    border-color: #333;
}

.select_open .select__list {
    max-height: 285px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.select_open .select__current::after {
    transform: rotate(133deg);
}

@media (min-width: 768px) {
    .select__current {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .select__catalog {
        text-transform: uppercase;
    }

    .select__cart-color {
        width: 127px;
    }

    .select__cart-color,
    .select__cart-size {
        height: 40px;
        line-height: 40px;
    }
}

.popup-city__form {
    text-align: left;
    position: relative;
    margin-bottom: 24px;
}

.popup-city__form svg {
    display: block;
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    stroke: #8c8c8c;
    fill: none;
}

.popup-city__form svg:hover {
    stroke: #e53e3e;
}

.popup-city__cities-list {
    display: none;
    border: 1px solid #333333;
    border-radius: 8px;
    background: #fff;
    padding: 12px 32px 12px 12px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 51px;
    flex-direction: column;
}

.popup-city__cities-list_open {
    display: flex;
    z-index: 10;
}

.popup-city__city {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}

.popup-city__city + .popup-city__city {
    margin-top: 8px;
}

.popup-city__city:hover {
    color: #e53e3e;
    transition: .3s;
}

.popup-city__scroll {
    background: #fff;
}

.popup-city__label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
}

.popup-city__input {
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 48px;
    height: 48px;
    padding: 0 48px 0 16px;
    border: 1px solid #c7c7c7;
    width: 100%;
    border-radius: 8px;
}

.popup-city__input svg {
    display: none;
}

.popup-city__input:focus,
.popup-city__input:active {
    border: 1px solid #333;
}

.popup-city__input:focus + svg,
.popup-city__input:active + svg {
    stroke: #8c8c8c;
    display: block;
}

.popup-city__items {
    height: calc(100vh - 150px);
    box-sizing: border-box;
}

.popup-city__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: block;
    margin-bottom: 16px;
    cursor: pointer;
}

.popup-city__link:last-child {
    margin-bottom: 0;
}

.popup-city__link_selected {
    color: #e53e3e;
}

@media (min-width: 768px) {
    .popup-city__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-height: 182px;
        box-sizing: border-box;
        height: 100%;
        grid-template-rows: repeat(6, 17px);
        grid-auto-flow: column;
        grid-gap: 16px;
    }

    .popup-city__link:nth-last-child(-n+2),
    .popup-city__link:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .popup-city__link:hover {
        color: #e53e3e;
    }

    .popup-city__link:nth-last-child(-n+4) {
        margin-bottom: 0;
    }

    .popup-city__form {
        margin-bottom: 32px;
    }
}

@media (min-width: 1328px) {
    .popup-city__link {
        font-size: 16px;
        line-height: 22px;
    }

    .popup-city__items {
        max-height: 220px;
        grid-template-rows: repeat(6, 22px);
    }
}

.basket-good {
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    padding: 1px 3px;
    display: flex;
    align-items: center;
}

.basket-good + .basket-good {
    margin-top: 8px;
}

.basket-good__img {
    flex-shrink: 0;
    border-radius: 8px;
    width: 52px;
    height: 52px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-good__img img {
    width: 80%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.basket-good__name {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
}

.basket-good__price {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
}

@media (min-width: 768px) {
    .basket-good {
        padding: 3px;
    }

    .basket-good__name {
        font-size: 14px;
        line-height: 22px;
    }

    .basket-good .basket-sidebar {
        padding-top: 0;
    }
}

.thanks__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .thanks__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .thanks__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .thanks__container {
        width: 1280px;
    }
}

.thanks__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.thanks__info {
    margin-bottom: 24px;
}

.thanks__top {
    margin-bottom: 16px;
}

.thanks__vendor {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.thanks__num {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.thanks__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 24px;
}

.thanks__status {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #e53e3e;
}

.thanks__row + .thanks__row {
    margin-top: 8px;
}

.thanks__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
}

.thanks__value {
    margin-top: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.thanks__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}

.thanks .checkout__goods {
    margin-top: 0;
}

.thanks .basket-sidebar__button-wrap {
    position: fixed;
    bottom: 54px;
    left: 0;
    right: 0;
    padding: 8px 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #efefef;
}

@media (min-width: 768px) {
    .thanks__title {
        font-size: 28px;
        line-height: 32px;
    }

    .thanks__info {
        margin-bottom: 40px;
    }

    .thanks__top {
        margin-bottom: 16px;
        display: flex;
    }

    .thanks__vendor {
        margin-bottom: 0;
    }

    .thanks__num {
        font-size: 16px;
        line-height: 22px;
    }

    .thanks__date {
        font-size: 15px;
        line-height: 22px;
    }

    .thanks__status {
        font-size: 15px;
        line-height: 22px;
        margin-left: 24px;
    }

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

    .thanks__value {
        margin-top: 0;
        margin-left: 16px;
    }

    .thanks__subtitle {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .thanks .basket-sidebar__button-wrap {
        position: static;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border-bottom: 0;
    }

    .thanks .checkout__sticky {
        flex-direction: column;
    }

    .thanks .checkout__total {
        padding-top: 0;
        border-top: 0;
        margin-top: 0;
    }

    .thanks .checkout__goods {
        width: 478px;
    }

    .thanks .basket-sidebar {
        padding-top: 16px;
        width: 478px;
    }

    .thanks .basket-sidebar__body {
        margin-bottom: 16px;
    }

    .thanks .basket-sidebar__btn-link {
        margin-top: 16px;
    }
}

@media (min-width: 1024px) {
    .thanks__container {
        display: flex;
    }

    .thanks .thanks__info {
        width: 438px;
    }

    .thanks .checkout__total {
        width: 478px;
        margin-top: 55px;
    }

    .thanks .checkout__sticky {
        position: static;
    }

    .thanks .basket-sidebar {
        padding-top: 0;
    }
}

@media (min-width: 1328px) {
    .thanks {
        margin-bottom: 56px;
        margin-top: 24px;
    }

    .thanks__title {
        font-weight: 800;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    .thanks__top {
        margin-bottom: 24px;
    }

    .thanks__num {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .thanks__date,
    .thanks__status {
        font-size: 16px;
        line-height: 22px;
    }

    .thanks .thanks__info {
        width: 490px;
    }

    .thanks__name,
    .thanks__value {
        font-size: 16px;
        line-height: 24px;
    }

    .thanks__subtitle {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .thanks .checkout__total {
        width: 503px;
        margin-left: 80px;
        margin-top: 76px;
    }

    .thanks .basket-sidebar__body {
        margin-bottom: 24px;
    }

    .thanks .basket-sidebar__btn-link {
        margin-top: 24px;
    }
}

.personal__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .personal__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .personal__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .personal__container {
        width: 1280px;
    }
}

.personal__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 23px;
}

.personal__menu {
    margin-bottom: 32px;
}

.personal__menu_not-auth .personal__menu-link_orders,
.personal__menu_not-auth .personal__menu-link_reviews,
.personal__menu_not-auth .personal__menu-link_personal {
    pointer-events: none;
}

.personal__menu_not-auth .personal__menu-link_orders .personal__menu-text,
.personal__menu_not-auth .personal__menu-link_reviews .personal__menu-text,
.personal__menu_not-auth .personal__menu-link_personal .personal__menu-text {
    color: #c7c7c7;
    pointer-events: none;
}

.personal__menu_not-auth .personal__menu-link_orders .personal__menu-text sup,
.personal__menu_not-auth .personal__menu-link_reviews .personal__menu-text sup,
.personal__menu_not-auth .personal__menu-link_personal .personal__menu-text sup {
    display: none;
}

.personal__menu_not-auth .personal__menu-link_orders svg,
.personal__menu_not-auth .personal__menu-link_reviews svg,
.personal__menu_not-auth .personal__menu-link_personal svg {
    stroke: #c7c7c7;
}

.personal__menu_not-auth .personal__menu-btn {
    display: none;
}

.personal__menu-links {
    margin-bottom: 32px;
}

.personal__menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px dashed #c7c7c7;
}

.personal__menu-link svg {
    fill: none;
    stroke: #333;
}

.personal__menu-link:last-child {
    border-bottom: 1px dashed #c7c7c7;
}

.personal__menu-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333;
}

.personal__menu-text sup {
    color: #e53e3e;
    margin-left: 6px;
    font-size: 12px;
}

.personal__icon-row {
    display: flex;
    align-items: center;
}

.personal__icon-row svg {
    fill: none;
    stroke: #333;
    margin-right: 12px;
}

.personal__icon-row + .personal__icon-row {
    margin-top: 4px;
    align-items: flex-start;
}

.personal__phone,
.personal__time {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-decoration: none;
}

.personal__menu-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
}

.personal__menu-btn {
    height: 48px;
    margin-top: 32px;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #c7c7c7;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .personal__title {
        font-size: 28px;
    }

    .personal__wrapper {
        display: flex;
        align-items: flex-start;
        margin-bottom: 60px;
    }

    .personal__slider {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .personal__slider {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .personal__slider {
        width: 976px;
    }
}

@media (min-width: 768px) and (min-width: 1328px) {
    .personal__slider {
        width: 1280px;
    }
}

@media (min-width: 768px) {
    .personal .slider-product__title {
        font-size: 20px;
        line-height: 22px;
    }

    .personal__menu {
        width: 190px;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 24px;
    }
}

@media (min-width: 1024px) {
    .personal__menu {
        width: 224px;
    }

    .personal__menu-title {
        font-size: 16px;
        line-height: 22px;
    }

    .personal__menu-btn,
    .personal__menu-text {
        font-size: 16px;
        transition: .3s;
    }

    .personal__menu-link {
        transition: .3s;
    }

    .personal__menu-link:hover .personal__menu-text {
        color: #e53e3e;
        transition: .3s;
    }
}

@media (min-width: 1328px) {
    .personal__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    .personal__wrapper {
        margin-bottom: 80px;
    }

    .personal__menu {
        width: 286px;
        margin-right: 40px;
    }

    .personal .slider-product__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.personal-favorites .personal__slider,
.personal-favorites .personal__menu,
.personal-favorites .product-card__fav_default {
    display: none;
}

.personal-favorites .product-card__fav svg {
    width: 20px;
    height: 20px;
    stroke-width: 1px;
}

.personal-favorites__empty-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
}

.personal-favorites__empty-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.personal-favorites__empty-text + .personal-favorites__empty-text {
    margin-top: 24px;
    display: none;
}

.personal-favorites__empty-text a {
    color: #e53e3e;
    font-weight: 600;
    text-decoration: none;
}

.personal-favorites__auth {
    display: none;
}

.personal-favorites__not-auth .personal-favorites__empty-text + .personal-favorites__empty-text {
    display: block;
}

.personal-favorites__not-auth .personal-favorites__auth {
    display: flex;
    border: 1px solid #e53e3e;
    background: #fff;
    color: #e53e3e;
    border-radius: 8px;
    height: 48px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .personal-favorites {
        position: relative;
    }

    .personal-favorites .personal__menu-link_fav .personal__menu-text {
        color: #e53e3e;
        font-weight: 600;
    }

    .personal-favorites .personal__menu-link_fav svg {
        stroke: #e53e3e;
    }

    .personal-favorites .personal__menu {
        display: block;
    }

    .personal-favorites .catalog__grid {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 32px;
        width: 482px;
    }

    .personal-favorites .product-card__fav svg {
        width: 24px;
        height: 24px;
    }

    .personal-favorites__empty-title {
        font-size: 18px;
    }

    .personal-favorites__empty-text {
        line-height: 20px;
    }

    .personal-favorites__not-auth .personal-favorites__auth {
        width: 232px;
    }
}

@media (min-width: 1024px) {
    .personal-favorites .catalog__grid {
        grid-template-columns: 1fr 1fr 1fr;
        width: 728px;
        grid-column-gap: 16px;
    }

    .personal-favorites__empty,
    .personal-favorites__not-auth {
        max-width: 480px;
    }
}

@media (min-width: 1328px) {
    .personal-favorites .catalog__grid {
        width: 954px;
        grid-column-gap: 24px;
        grid-row-gap: 40px;
    }
}

.personal-main__right {
    display: none;
}

.personal-main__item {
    padding: 19px 24px;
    border: 1px solid #efefef;
    border-radius: 8px;
    width: 502px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: #333;
}

.personal-main__item + .personal-main__item {
    margin-top: 16px;
}

.personal-main__title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}

.personal-main__title svg {
    fill: none;
    stroke: #e53e3e;
    margin-right: 12px;
    stroke-width: 1.5px;
}

.personal-main__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.personal-main__text_icon {
    display: flex;
    align-items: center;
}

.personal-main__text_icon svg {
    fill: none;
    stroke: #333;
    margin-left: 16px;
}

.personal-main__more {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.personal-main__more svg {
    fill: none;
    stroke: #333;
    margin-left: 16px;
}

.personal-main__goods {
    display: flex;
    margin: 4px 0 10px;
}

.personal-main__good {
    background: #f8f8f8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
}

.personal-main__good img {
    width: 31px;
    height: 31px;
    -o-object-fit: contain;
    object-fit: contain;
}

.personal-main__good + .personal-main__good {
    margin-left: 8px;
}

.personal-main__good:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(:last-child) {
    display: none;
}

.personal-main__good-more {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #efefef;
    margin-left: 8px;
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 768px) {
    .personal-main__right {
        display: block;
    }
}

@media (min-width: 1024px) {
    .personal-main__items {
        display: flex;
        flex-wrap: wrap;
    }

    .personal-main__title svg {
        width: 40px;
        height: 40px;
    }

    .personal-main__item {
        width: 356px;
        height: 196px;
        transition: color, background .3s;
    }

    .personal-main__item:hover {
        transition: color, background .3s;
        background: #f5f6fa;
        border-color: #f5f6fa;
    }

    .personal-main__item:hover .personal-main__good {
        background: #fff;
    }

    .personal-main__item + .personal-main__item {
        margin-top: 0;
    }

    .personal-main__item:first-child {
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .personal-main__item:nth-child(3) {
        margin-right: 16px;
    }

    .personal-main__good:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:last-child) {
        display: none;
    }
}

@media (min-width: 1328px) {
    .personal-main__item {
        width: 465px;
        height: 208px;
        padding: 20px 32px;
    }

    .personal-main__item:first-child {
        margin-right: 24px;
        margin-bottom: 24px;
    }

    .personal-main__item:nth-child(3) {
        margin-right: 24px;
    }

    .personal-main__title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .personal-main__title svg {
        width: 46px;
        height: 46px;
        margin-right: 16px;
    }

    .personal-main__text {
        font-size: 16px;
        line-height: 24px;
    }

    .personal-main__good:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:last-child) {
        display: none;
    }

    .personal-main__good:nth-child(5),
    .personal-main__good:nth-child(6) {
        display: flex !important;
    }

    .personal-main__more {
        font-size: 16px;
        line-height: 24px;
    }
}

.personal-order__row,
.personal-order__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personal-order__info {
    margin-bottom: 16px;
}

.personal-order__top {
    margin-bottom: 21px;
}

.personal-order__row {
    margin-bottom: 12px;
}

.personal-order__back,
.personal-order__cansel {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8c8c8c;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 -4px;
}

.personal-order__back svg,
.personal-order__cansel svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #8c8c8c;
    transform: rotate(180deg);
    margin: 0 4px;
}

.personal-order__cansel svg {
    stroke-width: 2px;
}

.personal-order__num {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.personal-order__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.personal-order .personal__menu,
.personal-order .personal__title,
.personal-order .personal__slider,
.personal-order__status-text {
    display: none;
}

.personal-order .personal-orders__status_err {
    display: none;
}

.personal-order__grey {
    background: #f5f6fa;
    border-radius: 24px;
    padding: 24px 16px;
    margin-bottom: 24px;
}

.personal-order__subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.personal-order__icon-row {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.personal-order__icon-row + .personal-order__icon-row {
    margin-top: 4px;
}

.personal-order__icon-row svg {
    margin-right: 12px;
    fill: none;
    stroke: #333;
    flex-shrink: 0;
}

.personal-order__col + .personal-order__col {
    margin-top: 24px;
}

.personal-order__grey-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.personal-order__grey-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personal-order__grey-row_total .personal-order__grey-left,
.personal-order__grey-row_total .personal-order__grey-right {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.personal-order__grey-row + .personal-order__grey-row {
    margin-top: 4px;
}

.personal-order__grey-left {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.personal-order__grey-right {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.personal-order__good-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.personal-order__good-status {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
}

.personal-order__good-status_suc {
    color: #10a85f;
}

.personal-order__good-status_err {
    color: #e53e3e;
}

.personal-order__good-status_done {
    color: #3e77e5;
}

.personal-order__goods {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: calc(60px - 33px);
}

.personal-order__good {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
}

.personal-order__good + .personal-order__good {
    padding-top: 24px;
    border-top: 8px solid #f5f5f5;
}

.personal-order__good:last-child {
    padding-bottom: 0;
}

.personal-order .basket-item {
    margin-bottom: 0;
}

.personal-order .basket-item:first-child {
    padding-top: 0;
}

.personal-order .basket-item:last-child {
    padding-bottom: 0;
}

.personal-order .basket-item:last-child::after {
    content: none;
}

.personal-order .basket-item__prices {
    margin-bottom: 4px;
}

.personal-order .basket-item__item {
    margin-bottom: 0;
}

.personal-order .basket-item__info {
    border: 0;
}

.personal-order .basket-item::after {
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #efefef;
}

@media (min-width: 768px) {
    .personal-order .personal-orders__status_err,
    .personal-order__status-text {
        display: block;
    }

    .personal-order__top {
        margin-bottom: 24px;
    }

    .personal-order__row {
        margin-bottom: 0;
    }

    .personal-order .personal__menu-link_orders .personal__menu-text {
        color: #e53e3e;
        font-weight: 600;
    }

    .personal-order .personal__menu-link_orders svg {
        stroke: #e53e3e;
    }

    .personal-order__status-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-left: auto;
    }

    .personal-order__status-text_suc {
        color: #10a85f;
    }

    .personal-order__status-text_err {
        color: #e53e3e;
    }

    .personal-order__status-text_done {
        color: #3e77e5;
    }

    .personal-order__info {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .personal-order__date,
    .personal-order .personal-orders__status {
        margin-left: 24px;
    }

    .personal-order .personal__content {
        width: 100%;
    }

    .personal-order .personal-orders__button {
        margin-left: auto;
    }

    .personal-order__back,
    .personal-order__cansel {
        margin: 0 -8px;
    }

    .personal-order__back svg,
    .personal-order__cansel svg {
        margin: 0 8px;
    }

    .personal-order__grey {
        display: flex;
        flex-wrap: wrap;
        padding: 24px;
        margin-bottom: 32px;
    }

    .personal-order__col:nth-child(1) {
        max-width: 393px;
    }

    .personal-order__col:nth-child(2) {
        margin-top: 0;
        width: 208px;
        margin-left: 60px;
    }

    .personal-order__col:nth-child(3) {
        width: 233px;
    }

    .personal-order__good-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .personal-order__good-status {
        margin-top: 0;
    }

    .personal-order__goods {
        margin: 0;
    }

    .personal-order__good {
        padding: 0;
        padding-bottom: 32px;
    }

    .personal-order__good + .personal-order__good {
        padding-top: 32px;
        border-top: 1px solid #efefef;
    }

    .personal-order .personal__wrapper {
        margin-bottom: 0;
    }

    .personal-order .basket-item__item_col,
    .personal-order .basket-item__prices_desktop {
        align-items: flex-end;
    }

    .personal-order .basket-item {
        border: 0;
        padding-bottom: 0;
    }

    .personal-order .basket-item + .basket-item {
        padding-top: 24px;
    }
}

@media (min-width: 1024px) {
    .personal-order .personal__menu {
        display: block;
    }

    .personal-order__col:nth-child(2) {
        width: 221px;
    }

    .personal-order__goods {
        margin-bottom: 20px;
    }

    .personal-order .personal__title {
        display: block;
    }
}

@media (min-width: 1328px) {
    .personal-order__grey {
        padding: 32px 40px;
    }

    .personal-order__col:nth-child(1) {
        width: 264px;
    }

    .personal-order__col:nth-child(2) {
        width: 204px;
        margin-left: 80px;
        margin-right: 80px;
    }

    .personal-order__col + .personal-order__col {
        margin-top: 0;
    }

    .personal-order__goods {
        margin-bottom: 80px;
    }

    .personal-order__good-title {
        font-size: 18px;
        line-height: 22px;
    }

    .personal-order__good-status {
        font-size: 16px;
        line-height: 22px;
    }

    .personal-order .basket-item__name {
        font-size: 16px;
    }

    .personal-order .basket-item__item_col {
        flex-direction: column;
    }

    .personal-order__num {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }

    .personal-order__date {
        font-size: 16px;
        line-height: 22px;
    }

    .personal-order__subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}

.personal-orders__right {
    margin-bottom: 32px;
}

.personal-orders .personal__menu {
    display: none;
}

.personal-orders__item {
    padding: 16px 0;
    display: block;
    text-decoration: none;
    color: #333;
}

.personal-orders__item + .personal-orders__item {
    border-top: 8px solid #f5f5f5;
}

.personal-orders__item:first-child {
    padding-top: 0;
}

.personal-orders__num {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.personal-orders__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: 8px;
}

.personal-orders__status {
    margin-top: 9px;
    width: 100%;
}

.personal-orders__status_err .personal-orders__status-btn {
    border: 1px solid #e53e3e;
    color: #e53e3e;
    max-width: 111px;
}

.personal-orders__status_part .personal-orders__status-btn {
    border: 1px solid #3e77e5;
    color: #3e77e5;
    max-width: 166px;
}

.personal-orders__status_success .personal-orders__status-btn {
    border: 1px solid #10a85f;
    color: #10a85f;
    max-width: 101px;
}

.personal-orders__status_cansel .personal-orders__status-btn {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    max-width: 102px;
}

.personal-orders__status-btn {
    height: 33px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
}

.personal-orders__quantity {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin: 8px 0;
}

.personal-orders__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}

.personal-orders__button {
    height: 48px;
    border-radius: 8px;
    color: #fff;
    background: #e53e3e;
    border: #e53e3e;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.personal-orders__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.personal-orders__paid {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
}

.personal-orders__empty {
    margin-bottom: 32px;
}

.personal-orders__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
}

.personal-orders__empty-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}

.personal-orders__empty-text a {
    font-weight: 500;
    color: #e53e3e;
    text-decoration: none;
}

.personal-orders__btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    background: #e53e3e;
    border: 1px solid #e53e3e;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .personal-orders .personal__menu {
        display: block;
    }

    .personal-orders__right {
        margin-bottom: 0;
        width: 506px;
        box-sizing: border-box;
    }

    .personal-orders .personal__menu-link_orders .personal__menu-text {
        color: #e53e3e;
        font-weight: 600;
    }

    .personal-orders .personal__menu-link_orders svg {
        stroke: #e53e3e;
    }

    .personal-orders__items {
        margin-bottom: 16px;
    }

    .personal-orders__item {
        border: 1px solid #efefef;
        border-radius: 24px;
        padding: 23px;
    }

    .personal-orders__item:first-child {
        padding-top: 24px;
    }

    .personal-orders__item + .personal-orders__item {
        border-top: 1px solid #efefef;
        margin-top: 16px;
    }

    .personal-orders__num {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .personal-orders__date {
        font-size: 18px;
        line-height: 22px;
        margin-left: 16px;
    }

    .personal-orders__status {
        margin-top: 0;
        margin-left: 16px;
        width: auto;
    }

    .personal-orders__status_err .personal-orders__status-btn {
        max-width: none;
    }

    .personal-orders__status_part .personal-orders__status-btn {
        max-width: none;
    }

    .personal-orders__status_success .personal-orders__status-btn {
        max-width: none;
    }

    .personal-orders__status_cansel .personal-orders__status-btn {
        max-width: none;
    }

    .personal-orders__status-btn {
        height: 38px;
        font-weight: 600;
        font-size: 16px;
        padding: 0 16px;
    }

    .personal-orders__quantity {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin: 12px 0 8px;
    }

    .personal-orders__text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .personal-orders__button {
        width: 206px;
        height: 48px;
        font-size: 16px;
    }

    .personal-orders__subtitle {
        font-size: 18px;
    }

    .personal-orders__btn-link {
        width: 232px;
    }

    .personal-orders__paid {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .personal-orders__date,
    .personal-orders__status {
        margin-left: 24px;
    }

    .personal-orders__right {
        width: auto;
    }

    .personal-orders__items {
        margin-bottom: 24px;
    }

    .personal-orders__item {
        width: 728px;
        box-sizing: border-box;
        display: flex;
        transition: background, border .3s;
    }

    .personal-orders__item:hover {
        background: #f5f6fa;
        border-color: #f5f6fa;
        transition: background, border .3s;
    }

    .personal-orders__button {
        margin-left: auto;
    }

    .personal-orders__num,
    .personal-orders__date {
        font-size: 18px;
        line-height: 22px;
    }

    .personal-orders__text {
        margin-bottom: 0;
    }

    .personal-orders__paid {
        font-size: 16px;
        line-height: 22px;
        margin-left: auto;
        margin-top: 8px;
    }

    .personal-orders__btn-link {
        transition: .3s;
    }

    .personal-orders__btn-link:hover {
        transition: .3s;
        color: #e53e3e;
        background: #fff;
        border-color: #e53e3e;
    }
}

@media (min-width: 1328px) {
    .personal-orders__item {
        width: 954px;
    }

    .personal-orders__num,
    .personal-orders__date {
        font-size: 20px;
    }

    .personal-orders__text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
    }

    .personal-orders__quantity {
        font-size: 16px;
        line-height: 22px;
    }
}

.personal-info {
    margin-bottom: calc(80px - 33px);
}

.personal-info .personal__menu,
.personal-info .personal__slider {
    display: none;
}

.personal-info__button {
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    background: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}

.personal-info__button_primary {
    border-color: #e53e3e;
    background: #e53e3e;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .personal-info {
        margin-bottom: 0;
    }

    .personal-info .personal__wrapper {
        margin-bottom: 0;
    }

    .personal-info .personal__menu-link_personal .personal__menu-text {
        color: #e53e3e;
        font-weight: 600;
    }

    .personal-info .personal__menu-link_personal svg {
        stroke: #e53e3e;
    }

    .personal-info .personal__menu {
        display: block;
    }

    .personal-info__form {
        width: 411px;
    }

    .personal-info .input {
        margin-bottom: 24px;
    }

    .personal-info__button_primary {
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .personal-info .personal__wrapper {
        margin-bottom: 20px;
    }

    .personal-info__button {
        transition: .3s;
    }

    .personal-info__button:hover {
        transition: .3s;
        background: #fff;
        color: #333;
        border-color: #c7c7c7;
    }
}

.personal-reviews .personal__menu,
.personal-reviews .personal__slider {
    display: none;
}

.personal-reviews__item + .personal-reviews__item {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 8px solid #f5f5f5;
}

.personal-reviews .review__date {
    margin: 0;
}

.personal-reviews .review__header {
    margin-bottom: 8px;
    width: 100%;
    flex-wrap: wrap;
}

.personal-reviews .pagination {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .personal-reviews .personal__menu {
        display: block;
    }

    .personal-reviews .personal__menu-link_reviews .personal__menu-text {
        color: #e53e3e;
        font-weight: 600;
    }

    .personal-reviews .personal__menu-link_reviews svg {
        stroke: #e53e3e;
    }

    .personal-reviews__item {
        box-sizing: border-box;
        width: 507px;
        border: 1px solid #efefef;
        border-radius: 24px;
        padding: 24px;
    }

    .personal-reviews__item + .personal-reviews__item {
        margin-top: 24px;
        border-top-width: 1px;
    }

    .personal-reviews .review__date {
        margin-left: auto;
    }

    .personal-reviews .review__img-wrap {
        margin: 24px 0;
    }

    .personal-reviews .pagination {
        margin-top: 24px;
    }
}

@media (min-width: 1024px) {
    .personal-reviews__item {
        width: 728px;
        padding: 24px;
    }

    .personal-reviews .review__date {
        margin-left: 24px;
    }

    .personal-reviews .review__img-wrap {
        margin: 24px 0;
    }

    .personal-reviews .pagination {
        margin-top: 24px;
    }

    .personal-reviews .review__img {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1328px) {
    .personal-reviews__item {
        width: 954px;
        padding: 32px 24px;
    }
}

.page-404__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .page-404__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .page-404__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .page-404__container {
        width: 1280px;
    }
}

.page-404__img {
    width: 185px;
    height: 137px;
    margin-bottom: 32px;
}

.page-404__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-404__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

.page-404__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.page-404__text a {
    font-weight: 600;
    color: #e53e3e;
    text-decoration: none;
}

.page-404__text + .page-404__text {
    margin-top: 12px;
}

.page-404 .slider-popular__link {
    margin-bottom: 32px;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .page-404 {
        margin-top: 44px;
    }

    .page-404 .slider-popular__link {
        margin-bottom: 36px;
        margin-top: 0;
    }

    .page-404__container {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 48px;
    }

    .page-404__img {
        width: 241px;
        height: 178px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .page-404__info {
        margin-left: 47px;
    }

    .page-404__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .page-404__img {
        width: 324px;
        height: 239px;
    }

    .page-404__info {
        margin-left: 60px;
        max-width: 496px;
    }

    .page-404__container {
        margin-bottom: 60px;
        align-items: center;
    }

    .page-404 .slider-product__title {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1328px) {
    .page-404__img {
        width: 367px;
        height: 270px;
    }

    .page-404__info {
        margin-left: 80px;
        max-width: 676px;
    }

    .page-404__container {
        margin-bottom: 80px;
    }

    .page-404 .slider-product__title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
    }

    .page-404__title {
        font-weight: 800;
        font-size: 40px;
        line-height: 48px;
    }

    .page-404__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.search__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .search__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .search__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .search__container {
        width: 1280px;
    }
}

.search .catalog__title {
    font-size: 18px;
    line-height: 22px;
    flex-wrap: wrap;
}

.search .catalog__num {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    margin-left: 0;
}

.search__text {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.search__subtitle {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
}

.search__subtitle-empty,
.search__text-empty,
.search__title-empty {
    display: none;
}

.search_empty .search__text,
.search_empty .catalog__header {
    display: none;
}

.search_empty .search__subtitle-empty,
.search_empty .search__text-empty,
.search_empty .search__title-empty {
    display: block;
}

.search__title-empty {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .search__subtitle-empty {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .search__title-empty {
        margin-bottom: 20px !important;
    }

    .search__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .search__text-empty {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .search .catalog__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .search .catalog__header {
        margin: 0;
    }

    .search .catalog__num {
        font-size: 24px;
        line-height: 32px;
        margin-top: 4px;
    }

    .search .catalog__sort-mobile {
        margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {
    .search .catalog__num {
        width: auto;
        margin-top: 0;
        margin-left: 24px;
    }

    .search_empty .catalog__filter {
        display: none;
    }

    .search_empty .catalog__info {
        width: 100%;
    }

    .search_empty .catalog__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .search__text {
        margin-bottom: 12px;
    }

    .search__text-empty {
        margin-bottom: 32px;
    }
}

@media (min-width: 1328px) {
    .search__text {
        font-size: 18px;
        line-height: 22px;
    }

    .search .catalog__title {
        font-size: 32px;
        line-height: 40px;
    }

    .search .catalog__sort-mobile {
        margin-top: 32px;
    }

    .search .catalog__num {
        font-size: 28px;
        line-height: 40px;
    }

    .search__subtitle-empty {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .search__title-empty {
        margin-bottom: 24px !important;
    }
}

.search-box {
    background: #fff;
    position: absolute;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    padding: 20px;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 100;
}

@media (min-width: 768px) {
    .search-box {
        padding: 16px 20px;
        top: 52px;
    }
}

@media (min-width: 1024px) {
    .search-box {
        padding: 20px;
    }
}

.search-box__delimiter {
    border-top: 1px dashed #c7c7c7;
    margin-top: 14px;
    margin-bottom: 14px;
    height: 1px;
}

.search-box-history__title {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .search-box-history__title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {
    .search-box-history__title {
        transition: .3s;
    }

    .search-box-history__title:hover {
        color: #e53e3e;
        transition: .3s;
    }
}

.search-box-history__items {
    display: flex;
    flex-direction: column;
}

.search-box-history__row {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .search-box-history__row {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .search-box-history__row {
        min-height: 26px;
        cursor: pointer;
    }
}

@media (min-width: 1328px) {
    .search-box-history__row {
        min-height: 28px;
    }
}

.search-box-history__clear {
    margin-left: auto;
    height: 16px;
}

.search-box-history__clear svg {
    stroke: #8c8c8c;
    stroke-width: 2px;
}

.search-box-history__clear span {
    display: none;
}

@media (min-width: 768px) {
    .search-box-history__clear {
        height: 22px;
    }

    .search-box-history__clear svg {
        display: none;
    }

    .search-box-history__clear span {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #8c8c8c;
    }
}

@media (min-width: 1024px) {
    .search-box-history__clear span:hover {
        color: #e53e3e;
    }
}

.search-box-history-item {
    display: flex;
    align-items: center;
}

.search-box-history-item svg {
    fill: #8c8c8c;
    margin-right: 8px;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .search-box-history-item:hover {
        color: #e53e3e;
    }

    .search-box-history-item:hover svg {
        fill: #e53e3e;
    }
}

.search-box-popular__row {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .search-box-popular__row {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .search-box-popular__row {
        min-height: 26px;
        cursor: pointer;
    }
}

@media (min-width: 1328px) {
    .search-box-popular__row {
        min-height: 28px;
    }
}

.search-box-popular-item {
    display: flex;
    align-items: center;
}

.search-box-popular-item svg {
    stroke: #8c8c8c;
    fill: none;
    margin-right: 8px;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .search-box-popular-item:hover {
        color: #e53e3e;
    }

    .search-box-popular-item:hover svg {
        stroke: #e53e3e;
    }
}

.search-box-products-item {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
}

@media (min-width: 1024px) {
    .search-box-products-item:hover .search-box-products-item__name {
        color: #e53e3e;
    }
}

.search-box-products-item + .search-box-products-item {
    margin-top: 10px;
}

.search-box-products-item__info {
    display: block;
}

.search-box-products-item__name {
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .search-box-products-item__name {
        font-size: 14px;
        line-height: 18px;
    }
}

.search-box-products-item__price {
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
}

@media (min-width: 768px) {
    .search-box-products-item__price {
        font-size: 14px;
        line-height: 18px;
    }
}

.search-box-products-item__image {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.search-box-products-item__image img {
    width: 32px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}

.search-box-categories__item {
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: inherit;
    display: block;
}

.search-box-categories__item + .search-box-categories__item {
    margin-top: 7px;
}

@media (min-width: 768px) {
    .search-box-categories__item {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .search-box-categories__item:hover {
        color: #e53e3e;
    }
}

.search-box-button {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7c7c7;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 18px;
    text-decoration: none;
    color: inherit;
}

.stock__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .stock__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .stock__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .stock__container {
        width: 1280px;
    }
}

.stock__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.stock__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -12px 0 12px;
}

.stock__item {
    width: 48.62%;
    margin: 12px 0;
}

.stock .slider-sale__item {
    width: 100%;
    display: block;
}

.stock .slider-sale__img {
    width: 100%;
}

.stock .catalog__slider {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .stock__title {
        font-size: 28px;
    }

    .stock__item {
        width: 352px;
    }

    .stock .catalog__slider {
        margin-top: 48px;
    }
}

@media (min-width: 1024px) {
    .stock__item {
        width: 315px;
    }

    .stock .catalog__slider {
        margin-top: 60px;
    }

    .stock .slider-product__title {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1328px) {
    .stock__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    .stock__items {
        margin: -16px 0 16px;
    }

    .stock__item {
        width: 411px;
        margin: 16px 0;
    }

    .stock .catalog__slider {
        margin-top: 80px;
    }

    .stock .slider-product__title {
        font-size: 28px;
    }
}

.stock-detail__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .stock-detail__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .stock-detail__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .stock-detail__container {
        width: 1280px;
    }
}

.stock-detail .main-banner__slide {
    position: relative;
}

.stock-detail__banner {
    margin-bottom: 24px;
}

@media (min-width: 375px) {
    .stock-detail__banner {
        margin-bottom: 16px;
    }
}

.stock-detail__subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.stock-detail__list {
    padding-left: 16px;
    margin-bottom: 24px;
}

@media (min-width: 375px) {
    .stock-detail__list {
        margin-bottom: 16px;
    }
}

.stock-detail__item {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.stock-detail .catalog__header {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .stock-detail .main-banner__title {
        max-width: 432px;
    }

    .stock-detail .main-banner__info {
        top: 32px;
        margin-left: 32px;
    }

    .stock-detail .main-banner__text {
        font-weight: 600;
        line-height: 20px;
    }

    .stock-detail .main-banner__img {
        height: 180px;
    }

    .stock-detail .main-banner__img img {
        height: 100%;
        border-radius: 24px;
    }

    .stock-detail__banner {
        margin-bottom: 24px;
    }

    .stock-detail__item {
        font-size: 14px;
        line-height: 22px;
    }

    .stock-detail .catalog__sort-mobile {
        margin-top: 0;
    }

    .stock-detail .catalog__header {
        margin-top: 24px;
    }
}

@media (min-width: 1024px) {
    .stock-detail .main-banner__info {
        top: 40px;
        margin-left: 40px;
    }

    .stock-detail .main-banner__title {
        margin-bottom: 24px;
    }

    .stock-detail .main-banner__img {
        height: 214px;
    }

    .stock-detail .main-banner__text {
        line-height: 22px;
    }

    .stock-detail__subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .stock-detail__item {
        font-size: 14px;
        line-height: 22px;
    }

    .stock-detail__list {
        margin-bottom: 24px;
    }

    .stock-detail .catalog__header {
        margin-top: 16px;
    }
}

@media (min-width: 1328px) {
    .stock-detail .catalog__header {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .stock-detail .catalog__filter {
        margin-top: -46px;
    }

    .stock-detail .main-banner__info {
        top: 60px;
        margin-left: 60px;
    }

    .stock-detail .main-banner__img {
        height: 278px;
    }

    .stock-detail__subtitle {
        margin-bottom: 16px;
    }

    .stock-detail__item {
        font-size: 16px;
        line-height: 24px;
    }

    .stock-detail__list {
        margin-bottom: 32px;
        max-width: 700px;
    }

    .stock-detail__banner {
        margin-bottom: 32px;
    }
}

.merchant__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .merchant__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .merchant__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .merchant__container {
        width: 1280px;
    }
}

.merchant__card {
    position: relative;
}

.merchant__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    margin-left: 16px;
}

.merchant__logo {
    position: absolute;
    top: 0;
    right: 16px;
    width: 51px;
    height: 23px;
}

.merchant__logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.merchant__item {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 8px 12px;
    width: auto;
}

.merchant .swiper-container {
    padding-bottom: 24px;
    padding-top: 12px;
    padding-left: 16px;
}

.merchant__head {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.merchant__head svg {
    fill: none;
    stroke: #e53e3e;
    margin-right: 4px;
    flex-shrink: 0;
}

.merchant__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.merchant__tabs-links {
    display: flex;
}

.merchant__tab-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    padding-bottom: 12px;
    position: relative;
}

.merchant__tab-link + .merchant__tab-link {
    margin-left: 32px;
}

.merchant__tab-link.current {
    color: #333;
}

.merchant__tab-link.current::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #e53e3e;
    border-radius: 8px;
}

.merchant__tab-content {
    margin-top: 24px;
    display: none;
}

.merchant__tab-content.current {
    display: inherit;
}

.merchant .catalog__sort-mobile {
    margin-bottom: 16px;
}

.merchant__subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.merchant__text-main {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}

.merchant .link-btn svg {
    stroke-width: 1.4px;
}

.merchant .product-card__from {
    display: none;
}

.merchant .product-card__footer {
    align-items: center;
}

.merchant .product-card__prices {
    height: auto;
}

@media (min-width: 768px) {
    .merchant__card {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
        background: #f5f6fa;
        border-radius: 24px;
        padding: 24px;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .merchant__card {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .merchant__card {
        width: 976px;
    }
}

@media (min-width: 768px) and (min-width: 1328px) {
    .merchant__card {
        width: 1280px;
    }
}

@media (min-width: 768px) {
    .merchant__title {
        padding-top: 24px;
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        margin-left: 24px;
    }

    .merchant__logo {
        width: 156px;
        height: 90px;
        border-radius: 16px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 24px;
        right: 24px;
    }

    .merchant__logo img {
        width: 132px;
        height: 60px;
    }

    .merchant__item {
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .merchant__head {
        font-size: 16px;
        line-height: 22px;
    }

    .merchant__text,
    .merchant__text-main {
        font-size: 14px;
        line-height: 22px;
    }

    .merchant .link-btn svg {
        width: 28px;
        height: 28px;
    }
}

@media (min-width: 1024px) {
    .merchant__card {
        padding: 32px;
    }

    .merchant__title {
        padding-top: 0;
        font-size: 32px;
        line-height: 40px;
        margin-left: 0;
        margin-bottom: 12px;
    }

    .merchant__logo {
        width: 200px;
        height: 100px;
        top: 32px;
        right: 32px;
    }

    .merchant__logo img {
        width: 172px;
        height: 76px;
    }

    .merchant__text {
        font-size: 16px;
        line-height: 24px;
    }

    .merchant .swiper-container {
        padding: 0;
    }

    .merchant__tab-link {
        font-size: 16px;
        line-height: 22px;
    }

    .merchant__subtitle {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .merchant__text-main {
        max-width: 700px;
    }
}

@media (min-width: 1328px) {
    .merchant__tab-content {
        margin-top: 32px;
    }

    .merchant .link-btn svg {
        width: 32px;
        height: 32px;
    }
}

.popup-login__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
}

.popup-login__agreement {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    margin-top: 24px;
}

.popup-login__agreement a {
    color: #3e77e5;
    text-decoration: none;
}

@media (min-width: 768px) {
    .popup-login__agreement {
        font-size: 12px;
        line-height: 18px;
    }
}

.popup-login .input__label,
.popup-login .input {
    margin-bottom: 12px;
}

.popup-login .input__input {
    padding: 0 16px;
    font-size: 14px;
}

.popup-login .input__error-text {
    margin-top: 8px;
}

.popup-login .input_error .input__label {
    color: #333;
}

.popup-login .input_error .input__input {
    color: #e53e3e;
}

.popup-login__button {
    margin-top: 24px;
    padding: 0;
    border: 1px solid #e53e3e;
    background: #e53e3e;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.popup-login__button_disabled {
    pointer-events: none;
    background: #c7c7c7;
    border-color: #c7c7c7;
}

.popup-login__col {
    margin-bottom: 12px;
}

.popup-login__link {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    display: inline-block;
}

.popup-login__notice {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
}

@media (min-width: 768px) {
    .popup-login__row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .popup-login__text {
        font-size: 16px;
        line-height: 24px;
    }

    .popup-login .input__label {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .popup-login .input__input {
        font-size: 16px;
    }

    .popup-login__button {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }

    .popup-login__col {
        margin-bottom: 0;
    }

    .popup-login__link {
        white-space: nowrap;
        font-size: 14px;
        line-height: 22px;
        cursor: pointer;
    }

    .popup-login__notice {
        font-size: 14px;
        line-height: 22px;
        max-width: 217px;
    }
}

.loader {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.loader__wrap {
    height: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.loader div {
    animation: loader--spinner 1.2s linear infinite;
    transform-origin: 1px 10px;
}

.loader div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 20%;
    height: 6px;
    width: 2px;
    background: #e53e3e;
}

.loader div:nth-child(1) {
    animation-delay: -1.1s;
    transform: rotate(0deg);
}

.loader div:nth-child(2) {
    animation-delay: -1s;
    transform: rotate(45deg);
}

.loader div:nth-child(3) {
    animation-delay: -0.9s;
    transform: rotate(90deg);
}

.loader div:nth-child(4) {
    animation-delay: -0.8s;
    transform: rotate(135deg);
}

.loader div:nth-child(5) {
    animation-delay: -0.7s;
    transform: rotate(180deg);
}

.loader div:nth-child(6) {
    animation-delay: -0.6s;
    transform: rotate(225deg);
}

.loader div:nth-child(7) {
    animation-delay: -0.5s;
    transform: rotate(270deg);
}

.loader div:nth-child(8) {
    animation-delay: -0.4s;
    transform: rotate(315deg);
}

@media (min-width: 768px) {
    .loader {
        top: 6px;
    }

    .loader__wrap {
        height: 56px;
        margin-top: 32px;
    }
}

@media (min-width: 1024px) {
    .loader {
        width: 32px;
        height: 32px;
        margin-left: 16px;
        top: 0;
    }

    .loader__wrap {
        height: 64px;
    }

    .loader div {
        transform-origin: 1px 16px;
    }

    .loader div::after {
        height: 9px;
        width: 3px;
        border-radius: 40%;
    }
}

@keyframes loader--spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.catalog-main__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .catalog-main__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .catalog-main__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .catalog-main__container {
        width: 1280px;
    }
}

.catalog-main__item {
    margin-bottom: 40px;
}

.catalog-main__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    color: #333;
    text-decoration: none;
}

.catalog-main .slider-popular h2 {
    display: none;
}

.catalog-main .slider-popular__title {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 16px;
}

.catalog-main .slider-popular__title svg {
    fill: none;
    stroke: #333;
    stroke-width: 2px;
}

.catalog-main .slider-popular__link {
    display: none;
}

.catalog-main__bottom {
    margin-bottom: 29px;
}

.catalog-main__subtitle {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.catalog-main__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.catalog-main__text + .catalog-main__text {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .catalog-main__title {
        font-size: 28px;
    }

    .catalog-main__item {
        margin-bottom: 48px;
    }

    .catalog-main .slider-popular__title svg {
        width: 32px;
        height: 32px;
        margin-left: 16px;
        stroke-width: 1.5px;
    }

    .catalog-main .slider-popular__top {
        margin-bottom: 24px;
    }

    .catalog-main__bottom {
        margin-bottom: 23px;
    }

    .catalog-main__subtitle {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .catalog-main__text {
        font-size: 14px;
        line-height: 22px;
        max-width: 728px;
    }

    .catalog-main__text + .catalog-main__text {
        margin-top: 12px;
    }
}

@media (min-width: 1024px) {
    .catalog-main__item {
        margin-bottom: 60px;
    }

    .catalog-main .slider-product__title {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
    }

    .catalog-main__bottom {
        margin-bottom: 20px;
    }

    .catalog-main .slider-popular {
        width: auto;
        margin-left: calc((100% - 976px) / 2);
    }
}

@media (min-width: 1328px) {
    .catalog-main__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    .catalog-main__item {
        margin-bottom: 80px;
    }

    .catalog-main .slider-popular {
        width: auto;
        margin-left: calc((100% - 1280px) / 2);
    }

    .catalog-main .slider-popular__title {
        font-size: 28px;
        line-height: 32px;
    }

    .catalog-main .slider-popular__item {
        width: 232px;
        height: 232px;
        padding-left: 24px;
        padding-top: 24px;
        font-size: 16px;
        line-height: 22px;
        margin-right: 30px !important;
    }

    .catalog-main .slider-product__title {
        font-size: 28px;
    }

    .catalog-main__bottom {
        margin-bottom: 80px;
    }

    .catalog-main__subtitle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .catalog-main__text {
        font-size: 16px;
        line-height: 24px;
    }

    .catalog-main__text + .catalog-main__text {
        margin-top: 14px;
    }
}

.compare__container {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .compare__container {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .compare__container {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .compare__container {
        width: 1280px;
    }
}

.compare__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 16px;
}

.compare__empty-item {
    background: #f8f8f8;
    width: 100%;
    height: 287px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.compare__emty-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    margin-bottom: 36px;
    width: 220px;
}

.compare__add-btn {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e53e3e;
    border: 1px solid #e53e3e;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare__add-btn svg {
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
}

.compare__nav {
    margin-left: 16px;
    margin-bottom: 24px;
}

.compare__nav-list {
    padding: 0;
}

.compare__nav-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #8c8c8c;
    width: auto;
    list-style-type: none;
    padding-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.compare__nav-item span {
    position: relative;
}

.compare__nav-item span::after {
    content: '';
    height: 4px;
    background: transparent;
    width: 100%;
    border-radius: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.compare__nav-item_active {
    color: #333;
}

.compare__nav-item_active span::after {
    background: #e53e3e;
}

.compare__nav-sup {
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #e53e3e;
    margin-left: 9px;
    margin-top: -3px;
}

.compare__actions {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.compare__action {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #8c8c8c;
}

.compare__action + .compare__action {
    margin-left: 36px;
}

.compare__action svg {
    flex-shrink: 0;
    margin-right: 4px;
    fill: none;
    stroke: #8c8c8c;
}

.compare__nav-button_next,
.compare__nav-button_prev {
    display: none;
}

.compare .slider-product__item {
    height: 291px;
}

.compare .product-card__name,
.compare .product__stars {
    margin-bottom: 5px;
}

.compare__table {
    margin-top: 23px;
    margin-left: 16px;
}

.compare .stars {
    margin-bottom: 0;
}

.compare .stars__item {
    display: none;
}

.compare .stars__item:first-child {
    display: flex;
    width: 12px;
    height: 12px;
}

.compare .stars__item:first-child svg {
    width: 12px;
    height: 12px;
}

.compare .product__stars-num {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 4px;
}

.compare .product__stars-rew {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.compare .product-card__prices {
    height: 43px;
}

.compare .product-card__price {
    margin-bottom: 18px;
}

.compare .link-btn {
    margin-right: 8px;
    margin-bottom: 11px;
}

.compare .checkbox__text {
    font-size: 12px;
    padding-left: 28px;
}

.compare__goods {
    margin-left: 16px;
    margin-bottom: 12px;
}

.compare__goods_scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.06);
    border-bottom: 0;
    z-index: 1000;
    transition: top .7s;
    margin-left: 0;
    background: #fff;
    padding: 8px 0 8px 16px;
}

.compare__goods_scrolled .slider-product__item {
    background: #fff;
    height: auto;
}

.compare__goods_scrolled .product-card__img {
    margin-bottom: 4px;
    height: 40px;
    width: 40px;
    border-radius: 4px;
}

.compare__goods_scrolled .img_filter::after {
    border-radius: 4px;
}

.compare__goods_scrolled .product-card__name {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 4px;
    height: 36px;
}

.compare__goods_scrolled .product-card__from,
.compare__goods_scrolled .link-btn,
.compare__goods_scrolled .product-card__fav,
.compare__goods_scrolled .product-card__badges,
.compare__goods_scrolled .product-card__compare,
.compare__goods_scrolled .product__stars-rew {
    display: none;
}

.compare__goods_scrolled .product-card__footer {
    margin-left: auto;
}

.compare__goods_scrolled .product-card__prices {
    height: auto;
}

.compare__goods_scrolled .product-card__price {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 0;
}

.compare__goods_scrolled .product__stars {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    height: 19px;
}

@media (min-width: 768px) {
    .compare__title {
        font-size: 28px;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .compare .checkbox__text {
        font-size: 14px;
    }

    .compare__empty-item {
        width: 229px;
        height: 350px;
    }

    .compare__emty-text {
        margin-bottom: 48px;
    }

    .compare__nav {
        margin-left: calc((100% - 720px) / 2);
        margin-bottom: 21px;
    }

    .compare__nav-item {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 12px;
    }

    .compare__nav-item span::after {
        bottom: -12px;
    }

    .compare__actions,
    .compare .slider-product__top {
        margin-bottom: 0;
    }

    .compare__action {
        font-size: 14px;
        line-height: 17px;
    }

    .compare__action + .compare__action {
        margin-left: 32px;
    }

    .compare__action svg {
        margin-right: 10px;
    }

    .compare .slider-product__item {
        height: 353px;
    }

    .compare__flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .compare .slider-product__top {
        width: auto;
    }

    .compare .product-card__name,
    .compare .product__stars {
        margin-bottom: 20px;
    }

    .compare .link-btn {
        margin-top: 0;
    }

    .compare .product-card__prices {
        height: auto;
    }

    .compare .slider-product__buttons button {
        display: flex;
    }

    .compare .slider-product__buttons_fixed button {
        position: fixed;
        top: 39px;
        z-index: 1002;
        width: 48px;
        height: 48px;
        transition: none;
        background: #fff;
    }

    .compare .slider-product__buttons_fixed button svg {
        width: 12px;
        height: 22px;
        stroke-linecap: round;
    }

    .compare .slider-product__buttons_fixed .slider-product__button_prev {
        left: calc((100% - 728px) / 2);
    }

    .compare .slider-product__buttons_fixed .slider-product__button_next {
        right: 20px;
    }

    .compare__line {
        height: 1px;
        background: #efefef;
        margin-top: 24px;
    }

    .compare__table {
        margin-left: calc((100% - 720px) / 2);
    }

    .compare .stars__item {
        display: flex;
    }

    .compare .stars__item:first-child {
        width: 20px;
        height: 20px;
    }

    .compare .stars__item:first-child svg {
        width: 20px;
        height: 20px;
    }

    .compare .product__stars-num {
        font-size: 14px;
        line-height: 20px;
        margin: 0 8px;
    }

    .compare .product__stars-rew {
        font-size: 14px;
        line-height: 22px;
    }

    .compare__goods {
        margin-left: calc((100% - 720px) / 2);
        margin-bottom: 24px;
    }

    .compare__goods_scrolled {
        margin-left: 0;
        padding: 24px 0 24px calc((100% - 720px) / 2);
    }

    .compare__goods_scrolled .product-card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .compare__goods_scrolled .product-card__img {
        flex-shrink: 0;
        height: 80px;
        width: 80px;
        margin-right: 4px;
    }

    .compare__goods_scrolled .product-card__img img {
        height: 80%;
        width: 80%;
    }

    .compare__goods_scrolled .product-card__name {
        height: 54px;
        width: 145px;
        flex-shrink: 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        -webkit-line-clamp: 3;
    }

    .compare__goods_scrolled .product-card__footer {
        margin-left: auto;
        position: absolute;
        bottom: 0;
        right: -32px;
        height: 29px;
        line-height: 22px;
    }

    .compare__goods_scrolled .product-card__price {
        line-height: 29px;
    }

    .compare__goods_scrolled .slider-product__item {
        height: auto;
    }

    .compare__goods_scrolled .product__stars {
        margin-bottom: 0;
        height: 29px;
        left: 84px;
    }

    .compare__goods_scrolled .stars__item {
        display: none;
    }

    .compare__goods_scrolled .stars__item:first-child {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .compare__title {
        margin-top: 17px;
        margin-bottom: 11px;
    }

    .compare__empty-item {
        width: 232px;
    }

    .compare__emty-text {
        margin-bottom: 48px;
    }

    .compare__action {
        cursor: pointer;
    }

    .compare__nav {
        box-sizing: border-box;
        min-width: 320px;
        padding: 0 16px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .compare__nav {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .compare__nav {
        width: 976px;
    }
}

@media (min-width: 1024px) and (min-width: 1328px) {
    .compare__nav {
        width: 1280px;
    }
}

@media (min-width: 1024px) {
    .compare__nav .swiper-button-disabled {
        display: none;
    }

    .compare__nav-item {
        cursor: pointer;
    }

    .compare__nav-item span {
        transition: .3s;
    }

    .compare__nav-item:hover span::after {
        background: #e53e3e;
        transition: .3s;
    }

    .compare__nav-list {
        height: 48px;
        padding-top: 12px;
        box-sizing: border-box;
    }

    .compare__nav-button_prev,
    .compare__nav-button_next {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        transition: .3s;
        width: 24px;
        height: 24px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        position: absolute;
        z-index: 111;
        top: 0;
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 8px;
    }

    .compare__nav-button_prev svg,
    .compare__nav-button_next svg {
        fill: none;
        stroke: #e53e3e;
        stroke-width: 1.5px;
    }

    .compare__nav-button_prev:hover,
    .compare__nav-button_next:hover {
        transition: .3s;
        border-color: #333;
    }

    .compare__nav-button_prev.swiper-button-disabled,
    .compare__nav-button_next.swiper-button-disabled {
        pointer-events: none;
    }

    .compare__nav-button_prev.swiper-button-disabled svg,
    .compare__nav-button_next.swiper-button-disabled svg {
        stroke: #8c8c8c;
    }

    .compare__nav-button_prev svg,
    .compare__nav-button_next svg {
        stroke-width: 2px;
    }

    .compare__nav-button_prev svg,
    .compare__nav-button_next svg {
        width: 10px;
        height: 20px;
        stroke-linecap: round;
    }

    .compare__nav-button_prev {
        transform: rotate(180deg);
    }

    .compare__nav-button_next {
        margin-left: 16px;
        right: 0;
    }

    .compare__goods {
        margin-left: calc((100% - 976px) / 2);
    }

    .compare__goods_scrolled {
        margin-left: 0;
        padding: 24px 0 24px calc((100% - 976px) / 2);
    }

    .compare__goods_scrolled .product-card {
        transition: none;
    }

    .compare__goods_scrolled .product-card:hover {
        transition: none;
    }

    .compare__table {
        margin-left: calc((100% - 976px) / 2);
    }

    .compare .slider-product__buttons_fixed .slider-product__button_prev {
        left: calc((100% - 984px) / 2);
    }

    .compare .product__stars {
        margin-left: 0;
    }
}

@media (min-width: 1328px) {
    .compare__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .compare__empty-item {
        width: 302px;
        height: 345px;
    }

    .compare__emty-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 64px;
    }

    .compare .slider-product__item {
        height: 393px;
    }

    .compare__line {
        margin-top: 32px;
    }

    .compare__table {
        margin-top: 32px;
        margin-left: calc((100% - 1280px) / 2);
    }

    .compare .product__stars-num {
        font-size: 16px;
        line-height: 22px;
    }

    .compare .product__stars-rew {
        font-size: 16px;
        line-height: 24px;
    }

    .compare .slider-product__buttons_fixed .slider-product__button_prev {
        left: calc((100% - 1328px) / 2);
        top: 49px;
    }

    .compare .slider-product__buttons_fixed .slider-product__button_next {
        right: 56px;
        top: 49px;
    }

    .compare__goods {
        margin-left: calc((100% - 1280px) / 2);
        margin-bottom: 34px;
    }

    .compare__goods_scrolled {
        margin-left: 0;
        padding: 34px 0 31px calc((100% - 1280px) / 2);
    }

    .compare__goods_scrolled .product-card__name {
        height: 44px;
        width: 216px;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        -webkit-line-clamp: 2;
    }

    .compare__goods_scrolled .slider-product__item {
        height: auto;
    }

    .compare__goods_scrolled .product-card__price {
        font-size: 20px;
        font-weight: 600;
    }
}

.compare-acc__link {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: sticky;
    left: 0;
}

.compare-acc__link svg {
    flex-shrink: 0;
    transition: .3s;
    fill: none;
    stroke: #333;
    stroke-width: 1.5px;
    margin-left: 16px;
    stroke-linecap: round;
}

.compare-acc__link_active ~ .compare-acc__panel {
    height: auto;
    font-size: 12px;
    transition: height, margin-top .3s;
    margin-top: 12px;
    width: 100%;
}

.compare-acc__link_active svg {
    transform: rotate(180deg);
    transition: .3s;
}

.compare-acc__panel {
    height: 0;
    font-size: 0;
    transition: height, margin-top .3s;
}

.compare-acc__panel .compare-acc__row:first-child .compare-acc__title {
    margin-top: 0;
}

.compare-acc__item {
    overflow: auto;
}

.compare-acc__item + .compare-acc__item {
    margin-top: 16px;
}

.compare-acc__title {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #6e6e6e;
    margin-bottom: 8px;
    position: sticky;
    left: 0;
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.compare-acc__row {
    display: flex;
}

.compare-acc__col {
    width: 140px;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.compare-acc__col + .compare-acc__col {
    margin-left: 8px;
}

@media (min-width: 768px) {
    .compare-acc__link {
        font-size: 16px;
        line-height: 22px;
    }

    .compare-acc__link_active ~ .compare-acc__panel {
        margin-top: 16px;
    }

    .compare-acc__item + .compare-acc__item {
        margin-top: 24px;
    }

    .compare-acc__col {
        width: 229px;
        padding: 7px 0 11px;
    }

    .compare-acc__col + .compare-acc__col {
        margin-left: 24px;
    }

    .compare-acc__title {
        margin-bottom: 3px;
    }

    .compare-acc__title,
    .compare-acc__col {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .compare-acc__col {
        width: 232px;
    }
}

@media (min-width: 1328px) {
    .compare-acc__item + .compare-acc__item {
        margin-top: 32px;
    }

    .compare-acc__col {
        width: 302px;
    }
}

.contacts__info {
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .contacts__info {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .contacts__info {
        width: 976px;
    }
}

@media (min-width: 1328px) {
    .contacts__info {
        width: 1280px;
    }
}

.contacts__item {
    padding: 16px 12px;
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    margin-bottom: 16px;
}

.contacts__map {
    position: relative;
    height: 288px;
    border-radius: 8px;
    border: 2px solid #e53e3e;
    box-sizing: border-box;
}

.contacts__map iframe {
    border-radius: 8px;
}

.contacts__header {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 15px;
}

.contacts__header svg {
    stroke: #e53e3e;
    stroke-width: 1.5px;
    fill: none;
    margin-right: 12px;
}

.contacts__header-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.contacts__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #333;
    display: block;
    text-decoration: none;
}

.contacts__text + .contacts__text {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .contacts__info {
        display: flex;
    }

    .contacts__item {
        padding: 16px;
        width: 303px;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .contacts__item + .contacts__item {
        margin-top: 24px;
    }

    .contacts__map {
        width: 401px;
        height: 445px;
        margin-left: 16px;
    }
}

@media (min-width: 1024px) {
    .contacts__map {
        width: 633px;
        height: 564px;
        margin-left: 24px;
    }

    .contacts__item {
        padding: 23px;
        width: 319px;
    }

    .contacts__header {
        padding-bottom: 24px;
        margin-bottom: 23px;
    }

    .contacts__header-text,
    .contacts__text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1328px) {
    .contacts__map {
        width: 752px;
        height: 566px;
        margin-left: 40px;
    }

    .contacts__item {
        width: 488px;
    }
}

.static h1,
.static h2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #333;
}

.static h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
}

.static p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
}

.static p + h3 {
    margin-top: 32px;
}

.static a {
    text-decoration: none;
    color: #333;
}

.static__margin {
    margin-left: 16px;
}

.static ul,
.static ol {
    padding: 0;
    margin-left: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
}

.static li + li {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .static h1,
    .static h2 {
        font-size: 28px;
    }

    .static h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .static p {
        font-size: 14px;
        line-height: 22px;
    }

    .static ul,
    .static ol {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .static h3 {
        font-size: 18px;
    }

    .static p,
    .static ul,
    .static ol {
        font-size: 16px;
        line-height: 24px;
    }

    .static__margin {
        margin-left: 20px;
    }
}

@media (min-width: 1328px) {
    .static h1,
    .static h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
    }
}
/* End */


/* Start:/static/css/app.css?17109190112035*/
.text-collapse-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    margin-top: 16px;
    transition: .3s;
}

@media (min-width: 1024px) {
    .text-collapse-btn {
        margin-top: 32px;
    }
}

@media (min-width: 768px) {
    .text-collapse-btn {
        margin-top: 14px;
    }
}

[data-collapse-hidden] {
    overflow: hidden;
    position: relative;
}

[data-collapse-hidden]::after {
    content: '';
    position: absolute;
    z-index: 1;
    height: inherit;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 95%);
    bottom: 0;
    display: block;
}

.colors-list__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product__characteristics-items {
    height: auto;
}
.product-swiper__img img, .product-swiper img {
    object-fit: contain !important;
}
.product__fix-wrap {
    transition: bottom 0.3s;
}

.header__search-search-fake {
    position: absolute;
    right: 1px;
    width: 40px;
    height: 100%;
    background: transparent;
    border: transparent;
}

@media (min-width: 1024px) {
    .header__search-search-fake {
        position: absolute;
        right: 0;
        width: 50px;
        height: 100%;
        background: transparent;
        border: transparent;
    }
}

@media (min-width: 768px) {
    .header__search-search-fake {
        position: absolute;
        right: 1px;
        width: 48px;
        height: 100%;
        background: transparent;
        border: transparent;
    }
}

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

.header__icon-text {
    white-space: nowrap;
}

.main-info__img {
    border-radius: 20px;
    overflow: hidden;
}

.main-banner__img{
    border-radius: 20px;
    overflow: hidden;
}
.body-noscroll {
    position: fixed;
}

@media screen and (min-width: 768px){
    .body-noscroll {
        position: initial;
    }
}
/* End */


/* Start:/static/css/vue-components.css?17079792341914*/
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:16px;padding-left:16px}@media (min-width: 768px){.container{max-width:768px;padding-right:24px;padding-left:24px}}@media (min-width: 1024px){.container{max-width:1024px;padding-right:24px;padding-left:24px}}@media (min-width: 1328px){.container{max-width:1328px;padding-right:24px;padding-left:24px}}.vue-component :is(.visible){visibility:visible}.vue-component :is(.block){display:block}.vue-component :is(.flex){display:flex}.vue-component :is(.max-h-full){max-height:100%}.vue-component :is(.max-w-full){max-width:100%}.vue-component :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.vue-component :is(.border-b-\[8px\]){border-bottom-width:8px}.vue-component :is(.border-\[\#f5f5f5\]){--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity))}.vue-component :is(.object-cover){-o-object-fit:cover;object-fit:cover}.vue-component :is(.opacity-100){opacity:1}.vue-component :is(.filter){filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease!important}.fade-enter-from,.fade-leave-to{opacity:0!important}.slide-enter-active,.slide-leave-active{transition:all .2s ease-out}.slide-enter-from,.slide-leave-to{opacity:0;transform:translateY(-30px)}@media (min-width: 768px){.vue-component :is(.sm\:flex){display:flex}.vue-component :is(.sm\:flex-col){flex-direction:column}.vue-component :is(.sm\:border-0){border-width:0px}}@media (min-width: 1024px){.vue-component :is(.md\:flex-row){flex-direction:row}.vue-component :is(.md\:justify-between){justify-content:space-between}}

/* End */
/* /static/css/styles.css?1727066712357248 */
/* /static/css/app.css?17109190112035 */
/* /static/css/vue-components.css?17079792341914 */
