/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

:root {
    --border-radius: 10px;
    --card-border-radius: 20px;
    --main-border-radius: 15px;
    --small-border-radius: 5px;
    --round-border-radius: 50%;
    --main-font: "Nunito Sans", sans-serif;
    --main-font-size: '16px';
    --font-weight: 400;
    --font-weight-bold: 600;
    --black: #140106;
    --blackabs: #000000;
    --white: #fff;
    --footer-color: #140106;
    --theme-color: var(--black);
    --theme-font-color: var(--white);
    --theme-font-color-alt: #CCCCC9;
    --gray: #F2F2F2;
    --gray2: #CCCCC9;
    --gray3: #858585;
    --gray4: #595957;
    --blue: #0D2AC6;
    --red: #E12D06;
    --green: #23A41F;
    --yellow: #F6DF10;
    --btn-hover: #474244;
    --black-transparent: rgba(20, 1, 6, 0.25);
    --white-transparent: rgba(255, 255, 255, 0.35);
    --container-width: 1350px;
    --input-height: 50px;
    --button-height: 54px;
    --input-padding-vertical: 15px;
    --input-padding-horizontal: 15px;
    --button-sm-padding-vertical: 12px;
    --button-sm-padding-horizontal: 25px;
    --row-item-count: 4;
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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

body {
    font-family: var(--main-font);
    font-weight: var(--font-weight);
    font-size: var(--main-font-size);
    line-height: 22px;
    color: var(--black);
    background: var(--white);
    scroll-behavior: smooth;
}

body.is-menu {
    overflow: hidden;
}

body.is-menu .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.is-menu .header__logo {
    position: absolute;
    padding-top: 18px;
    z-index: 9999;
    background: var(--white);
    top: 0;
}

@media (max-width: 991px) {
    body.is-catalog {
        overflow: hidden;
    }

    body.is-catalog .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body.is-catalog .header__logo {
        position: absolute;
        top: 18px;
        z-index: 99999;
        background: var(--white);
    }

    body.is-catalog .header__logo.visible-catalog {
        z-index: 0;
    }
}

.container {
    margin: 0 auto;
    max-width: var(--container-width);
    padding: 0 15px;
}

@media (min-width: 640px) {
    .container {
        padding: 0 30px;
    }
}

a {
    color: var(--black);
}

a,
button {
    text-decoration: none;
}

a:hover,
button:hover {
    cursor: pointer;
    color: var(--black);
}

a:hover,
a:active {
    text-decoration: underline;
    color: var(--black);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--main-font);
    font-weight: var(--font-weight-bold);
    margin: 0;
    line-height: 1.1;
}



h2,
.h2 {
    font-size: 28px;
    line-height: 34px;
}



h3,
.h3 {
    font-size: 20px;
    line-height: 24px;
}



h5,
.h5 {
    font-size: 16px;
    line-height: 20px;
}


@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 36px;
        font-weight: var(--font-weight-bold);
    }

    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 28px;
    }
}



/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    overflow: hidden;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* min-width: 100%; */
}

.slick-vertical .slick-track {
    flex-direction: column;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    /* min-height: 100%; */
    /* max-height: 100%; */
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img,
.slick-slide video {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    /* padding: 0; */
    /* margin-bottom: 0; */
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    /* height: auto; */
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: 100%;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: var(--black);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: var(--white);
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-radius: var(--card-border-radius);
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    /* background: transparent; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
    border-radius: var(--border-radius);
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: var(--blackabs)
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: var(--white)
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: var(--white);
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: var(--white)
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: var(--white);
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 0;
    right: 20px;
    top: 20px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: var(--white);
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: var(--white);
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }


    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: var(--small-border-radius);
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: var(--small-border-radius);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: var(--white)
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: var(--white)
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: var(--border-radius);
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}




.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    right: -8px;
    top: -7px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    background: var(--gray2);
    border-radius: 3cqb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: var(--theme-color);
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border-radius: 50%;
    background: var(--theme-color);
    cursor: pointer;
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: var(--small-border-radius);
    background: var(--white);
    color: var(--blackabs);
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

[data-action=stop],
[data-action=start] {
    display: none !important;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.slick-dots li {
    list-style: none;
    font-size: 0;
}

.slick-dots button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid var(--gray2);
    margin-right: 8px;
}



.slick-dots .slick-active button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: var(--gray2);
}


.slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    padding: 0;
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-arrow:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62562 9.26344H21.9549M21.9549 9.26344L14.3314 1.63995M21.9549 9.26344L14.3314 16.8869' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-prev.slick-arrow {
    margin-right: 12px;
}

.slick-prev.slick-arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-arrow.slick-disabled {
    opacity: 0.6;
    /* pointer-events: none; */
}

.jqtip {
    position: absolute;
    display: none;
    padding: 15px;
    pointer-events: auto;
    background: var(--white);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
    box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
    border-radius: var(--border-radius);
}

.jqtip.is-open {
    display: block;
}

.jqtip a {
    color: #8fd3ff;
    text-decoration: underline;
}

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

.jqtip__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--white);
    transform: translate(-50%, -50%) rotate(45deg);
    display: none;
}

.jqtip[data-placement="top"] .jqtip__arrow {
    bottom: -5px;
    top: auto;
}

.jqtip[data-placement="bottom"] .jqtip__arrow {
    top: 0px;
}

.jqtip[data-placement="left"] .jqtip__arrow {
    right: -5px;
    left: auto;
    transform: translate(50%, -50%) rotate(45deg);
}

.jqtip[data-placement="right"] .jqtip__arrow {
    left: 0px;
    transform: translate(-50%, -50%) rotate(45deg);
}


.scrollbar {
    overflow: hidden;
    overflow-y: auto;
}

.overscroll-behavior__contain {
    overscroll-behavior: contain;
}

@media (any-hover: hover) {
    :root {
        --scrollbar-main-width: 8px;
        --scrollbar-width: 5px;
    }

    html::-webkit-scrollbar {
        width: var(--scrollbar-main-width);
        height: var(--scrollbar-main-width)
    }

    .scrollbar::-webkit-scrollbar {
        width: var(--scrollbar-width);
        height: var(--scrollbar-width)
    }

    html::-webkit-scrollbar-track,
    .scrollbar::-webkit-scrollbar-track {
        border-radius: var(--small-border-radius);
    }

    html::-webkit-scrollbar-thumb,
    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: var(--small-border-radius);
        background: var(--gray2);
        border: 1px solid #fff;
        border-color: var(--gray2);
    }

    html::-webkit-scrollbar-thumb:window-inactive-thumb,
    .scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb {
        background: var(--gray2);
        border: 2px solid #fff;
        border-color: var(--gray2);
    }
}

@supports not selector(::-webkit-scrollbar) {
    .scrollbar {
        scrollbar-width: thin
    }
}

.scrollbar.scrollbar__horizontal {
    overflow: hidden;
    overflow-x: auto;
    overscroll-behavior: auto;
}

.scrollbar.scrollbar__overscroll-auto {
    overscroll-behavior: auto;
}

.scrollbar.scrollbar__gutter-stable {
    scrollbar-gutter: stable;
}


.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--button-height);
    /* min-width: 300px; */
    padding: var(--input-padding-vertical) 25px;
    font-size: 100%;
    font-weight: var(--font-weight-bold);
    color: var(--theme-font-color);
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    background: var(--theme-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
    position: relative;
    max-width: 100%;
}

.btn:hover {
    cursor: pointer;
    border-color: var(--btn-hover);
    background: var(--btn-hover);
    color: var(--white);
}

.btn.btn-sm {
    min-width: 220px;
    height: calc(var(--button-height) * 0.9);
    padding: var(--button-sm-padding-vertical) var(--button-sm-padding-horizontal);
}

.btn.btn-outline {
    background: 0;
    color: var(--theme-color);
}

.btn.btn-outline:hover {
    color: var(--theme-font-color);
    background: var(--theme-color);
}

.btn.btn-white {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--white);
}

.btn.btn-white.btn-outline {
    color: var(--white);
    background-color: transparent;
}

.btn.btn-white.btn-outline:hover {
    color: var(--black);
    background: var(--white);
}

.btn.btn-lg {
    width: 100%;
}

.btn.btn-auto {
    min-width: none;
    width: auto;
}

.btn.btn-link {
    padding: 0;
    height: auto;
    width: auto;
    color: var(--black);
    background: none;
    border: none;
    text-decoration: underline;
}

.btn.btn-link:hover {
    text-decoration: none;
}

.bar-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px 8px;
    font-weight: var(--font-weight-bold);
    text-align: center;
    color: var(--theme-font-color);
    background: var(--theme-color);
    z-index: 3;
    position: relative;
}

a.bar-widget:hover {
    color: var(--white);
}


.height-auto {
    height: auto;
}

.header {
    /* overflow-x: hidden; */
}

.wrapper {
    overflow: hidden;
}

.main {
    margin-bottom: 35px;
}

@media (min-width: 1200px) {
    .main {
        margin-bottom: 110px;
    }
}

.main__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px -25px;
}

@media (min-width: 992px) {
    .main__grid {
        margin: 0 -15px -30px;
    }
}

.main__col {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 25px;
}

@media (min-width: 640px) {
    .main__col {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .main__col.col-50 {
        width: 50%;
    }

    .main__col.col-33 {
        width: 50%;
    }

    .main__col.col-25 {
        width: 50%;
    }

    .main__col.col-20 {
        width: 50%;
    }

    .main__col.col-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) {
    .main__col.col-25 {
        width: 33.33%;
    }

    .main__col.col-20 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .main__col.col-33 {
        width: 33.33%;
    }

    .main__col.col-25 {
        width: 25%;
    }

    .main__col.col-20 {
        width: 20%;
    }

    .main__col.col-order {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }
}


.menu {
    padding: 0;
    margin: 0 auto 0 0;
    list-style-type: none;
    align-items: center;
}

.header__search .menu {
    display: none;
}

.header__city~.menu {
    margin: 0 auto;
}

.menu__item {
    margin-right: 24px;
    position: relative;
}

@media (max-width: 991px) {
    .menu__item {
        margin-bottom: 25px;
    }
}

.menu__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: var(--gray4); */
    /* font-weight: var(--font-weight-bold); */
    white-space: nowrap;
}

.menu__link:hover {
    color: var(--red);
}

.menu__link.is-promo {
    color: var(--red);
}

.menu__link.is-promo:hover {
    color: var(--black);
}

.menu__link svg {
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.menu__item-submenu {
    display: none;
}



.menu__item .active~.menu__item-submenu {
    display: block;
}

.menu__item-submenu ul,
.menu__item-submenu ul li {
    list-style: none;
    padding: 0;
}

.menu__item-submenu ul li {
    width: 100%;
    padding: 15px;
    cursor: pointer;
    display: block;
    margin: 0;
}

.menu__item-submenu ul li:hover {
    background: var(--gray);
}

@media (min-width: 992px) {
    .menu__item-submenu {
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--white);
        z-index: 99999;
        -webkit-box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
        box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
        width: auto;
        border-radius: var(--border-radius);
        overflow: hidden;
    }

    .menu__item .active~.menu__item-submenu {
        display: none;
    }

    .menu__item:hover .menu__item-submenu {
        display: block;
    }

    .menu__item-submenu ul li {
        border-top: 1px solid var(--gray);
        font-size: 14px;
    }

    .menu__item-submenu ul li:first-child {
        border: none;
    }

    .menu__item-submenu .menu__link {
        white-space: nowrap;
    }

}

.city-widget__current,
.currency-widget__current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: var(--black6);
    line-height: 16px;
}

.city-widget__current svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0;
    stroke: var(--black);
}

.city-widget__current.city-widget__current-select::after,
.currency-widget__current.currency-widget__current-select::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 4.125L6 7.875L2.25 4.125' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.location__list {
    display: block;
    column-count: 2;
    /* margin-top: 20px; */
    padding: 20px 10px 10px;
}

.location__list-item {
    cursor: pointer;
}

.location__list-item.selected {
    font-weight: bold;
}

.js-toggle-search {
    cursor: pointer;
}

.search-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.search-widget__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 100%;
    stroke: var(--theme-font-color);
    color: var(--theme-font-color);
    background: var(--theme-color);
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
    cursor: pointer;
}

.header__type-simple .search-widget__btn {
    border-radius: var(--border-radius);
}

.search-widget__btn svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 5px;
    pointer-events: none;
}

.search-widget__btn.active svg {
    display: none;
}

.search-widget__btn.active::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 18L18 6M6 6L18 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.search-widget__field {
    position: relative;
    width: 100%;
}


.search-widget__input {
    width: 100%;
    height: calc(var(--input-height) * 0.9);
    padding: 10px 75px 10px 20px;
    border-radius: var(--border-radius);
    border: 1px solid var(--gray2);

    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.search-widget__input:focus {
    border-color: var(--black);
}

.header:not(.header__type-simple) .search-widget__btn~.search-widget__field .search-widget__input {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    border-left: 0;
}

.search-widget__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0;
    padding: 0;
    outline: none;
    border: 0;
    stroke: var(--black);
    position: absolute;
    right: 15px;
    top: 10px;
}



.search-widget__send+.search-widget__send {
    right: 53px;
}

.search-widget__dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 15px;
    border-radius: var(--border-radius);
    background: var(--white);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(89, 89, 87, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(89, 89, 87, 0.1);
    /* display: none; */
    z-index: 2;
}

.search-widget__footer {
    padding: 15px;
}

.search-widget__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    color: var(--theme-color);
    font-weight: var(--font-weight-bold);
    border-radius: var(--border-radius);
    border: 1px solid var(--theme-color);
}

.search-widget__result:hover {
    color: var(--theme-font-color);
    background: var(--theme-color);
}

.search-widget__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 320px;
    overflow: auto;
    /* margin-top: 20px; */
}

.search-widget__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px;
    color: var(--black);
    font-weight: var(--font-weight-bold);
}

.search-widget__photo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: var(--small-border-radius);
    overflow: hidden;
    margin-right: 10px;
}

.search-widget__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}

.header__type-simple .search-widget__field {
    position: absolute;
    right: 0;
    width: calc(100% - 152px);
    display: none;
}

.header__type-simple .search-widget__dropdown {
    display: none;
}

.header__type-simple .search-widget.active .search-widget__field {
    display: block;
}

.header__type-simple .search-widget.active .search-widget__dropdown {
    display: block;
}

.header__city {
    margin-right: 23px;
}

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

.header__contacts-address {
    margin-right: auto;
    font-size: 90%;
    color: var(--gray4);
}

.header__tel {
    color: var(--black);
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
}

.header__tel:hover {
    color: var(--red);
}

.header__callback {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
    color: var(--black);

    border-left: 1px solid var(--gray2);
    white-space: nowrap;
}

.header__callback:hover {
    color: var(--red);
}

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

.header__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
}

.header__close svg {
    width: 15px;
    height: 15px;
    stroke: var(--black);
}

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

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__actions svg {
    stroke: var(--black);
    fill: transparent;
}

@media (max-width: 991px) {
    .header__type-simple .search-widget {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .header__type-simple .search-widget__btn {
        display: none;
    }

    .header__type-simple .search-widget.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        z-index: 2;
        margin: 0;
        padding: 0;
    }

    .header__type-simple .search-widget.active .search-widget__field {
        width: 100%;
        top: calc(100% + 15px);
    }

    .header__type-simple .search-widget__dropdown {
        top: calc(var(--input-height) + 15px);
    }

    .header__contacts {
        margin-top: 20px;
        /* -webkit-box-orient: vertical; */
        /* -webkit-box-direction: normal; */
        -ms-flex-direction: column;
        /* flex-direction: column; */
        order: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header__contacts-address {
        width: 100%;
        margin-bottom: 20px;
    }

    .header__callback {
        /* margin-top: 10px; */
        border: 0;
        padding-left: 0;
        margin-left: 0;
        /* margin-bottom: 10px; */
    }

    .header__top {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: var(--white);
        z-index: 4999;
        overflow: auto;
        padding-bottom: 100px;
    }

    .header__city {
        margin-top: 25px;
        margin-right: 0;
        order: 1;
    }

    .header__menu,
    .header__city~.menu {
        margin: 25px 0 0;
        order: 3;
    }

    .header__content {
        padding: 20px 0;
    }

    .header.fixed .header__content {
        padding: 5px 0;
    }

    .header__info {
        display: none;
    }
}

@media (min-width: 992px) {
    .header {
        position: relative;
    }

    .header__contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__type-simple .header__contacts-phones {
        margin-left: 20px;
    }
}

.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 8px;
}

.header__item a,
a.header__item {
    text-decoration: none;
}

.header__item:last-child {
    margin-right: 0;
}

.header__item svg {
    width: 25px;
    height: 25px;
}

@media (min-width: 360px) {
    .header__item {
        margin-right: 10px;
    }

    .header__item svg {
        width: 31px;
        height: 31px;
    }
}

.header__actions-mobile .header__item svg {
    width: 24px;
    height: 24px;
}

.header__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: -6px;
    width: 20px;
    height: 20px;
    color: var(--white);
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
    border-radius: 50%;
    background: var(--red);
}

.header__counter.header__counter-active {
    background: var(--green);
}

.header__actions-mobile .header__item .header__counter {
    left: 26px;
}

.header__search {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--gray2);
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 40%;
    width: 165px;
    max-height: 100%;
    min-width: 120px;
}

.header__logo svg {
    max-width: 100%;
}

.header__logo img {
    max-width: 100%;
}

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5999;
    padding: 10px 0;
    background: var(--white);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
    box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
}

body:not(.is-menu) .header.fixed .header__top {
    display: none;
}

.header__actions-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 5999;
}

.header__actions-mobile .header__actions {
    justify-content: space-between;
    background: var(--white);
    padding: 0;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(89, 89, 87, 0.08);
    box-shadow: 0px 0px 15px 4px rgba(89, 89, 87, 0.08);
}

.header__actions-mobile .header__actions .header__item {
    padding: 20px 15px 25px;
}

.header__actions-mobile .header__actions .header__item:first-child {
    padding-left: 25px;
}

.header__actions-mobile .header__actions .header__item:last-child {
    padding-right: 25px;
}

.header__actions-mobile .header__actions .header__item .header__counter {
    top: 12px;
}

.section__slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section__slider:not(.js-section-slider) {
    /* overflow: hidden; */
}


.section__slider.slick-slider:before,
.section__slider.slick-slider:after {
    content: '';
    position: absolute;
    top: -20px;
    left: calc(-100% - 25px);
    height: calc(100% + 70px);
    width: 100%;
    background: var(--white);
    z-index: 1;
}

.section__slider.slick-slider:after {
    left: auto;
    right: calc(-100% - 30px);
}

.section__slider .slick-list {
    overflow: visible;
    margin: 0 -15px;
}



.section__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px;
    padding: 0;
}




@media (min-width: 640px) {
    .section__slider.slick-dotted {
        margin-bottom: -37px;
    }
}

@media (min-width: 992px) {
    .section__slider .slick-track {
        display: flex;
    }
}

.section__banner--fullscreen .section__container {
    padding: 0;
    max-width: 100%;
}



.banner__slide {
    position: relative;
}

.promo-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .promo-card {
        /* height: 365px; */
        /* padding: 30px; */
        border-radius: var(--border-radius);
    }
}

.js-promo-slider .slick-list {
    margin: 0;
    overflow: hidden;
}

.js-promo-slider.adaptive-height .slick-list {
    overflow: visible;
}

.js-promo-slider .banner__slide {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.promo-card__img {
    height: 100%;
    border-radius: var(--main-border-radius);
    overflow: hidden;
}

.section__banner--fullscreen .promo-card,
.section__banner--fullscreen .promo-card__img {
    border-radius: 0;
}

.promo-card__img img,
.promo-card__img video {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    z-index: -1; 
    bottom: 0; */
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.adaptive-height .promo-card__img img,
.adaptive-height .promo-card__img video {
    height: 100%;
}


.promo-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 100%; */
    width: 100%;
    padding: 25px;
    text-align: center;
    color: var(--white);
    border-radius: var(--main-border-radius);
}



@media (min-width: 768px) {
    .promo-card__data {
        padding: 50px 25px;
    }
}

@media (min-width: 992px) {
    .promo-card__data {
        max-width: 735px;
        padding: 28px 36px;

        height: auto;
    }
}

.promo-card__title {
    font-size: 32px;
    line-height: 38px;
}

@media (min-width: 1200px) {
    .promo-card__title {
        font-size: 44px;
        line-height: 50px;
    }
}

.promo-card__caption {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
}

.promo-card__btn {
    margin-top: 30px;
}

.more-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black);
    font-weight: var(--font-weight-bold);
    stroke: var(--black);
}

.more-link svg {
    margin-left: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.more-link:hover {
    text-decoration: underline;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px -14px;
}

@media (min-width: 992px) {
    .grid {
        margin: 0 -15px -30px;
    }
}

.grid__col {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 14px;
}

.grid__col.col-25 {
    width: 50%;
}

.grid__col.col-6 {
    width: 50%;
}

@media (min-width: 640px) {
    .grid__col.col-3 {
        width: 50%;
    }

    .grid__col.col-6 {
        width: 33.33%;
    }

    .grid__col.col-33 {
        width: 50%;
    }

    .grid__col.col-25 {
        width: 50%;
    }
}


@media (min-width: 768px) {
    .grid__col.col-70 {
        width: 50%;
    }

    .grid__col.col-30 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .grid__col {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .grid__col.col-70 {
        width: 58.2%;
    }

    .grid__col.col-66 {
        width: 66.66%;
    }

    .grid__col.col-50 {
        width: 50%;
    }

    .grid__col.col-33 {
        width: 33.33%;
    }

    .grid__col.col-30 {
        width: 41.8%;
    }

    .grid__col.col-25 {
        width: 33.33%;
    }

    .grid__col.col-20 {
        width: 25%;
    }

    .grid__col.col-3 {
        width: 33.33%;
    }

    .grid__col.col-6 {
        width: 16.66%;
    }
}

@media (min-width: 1200px) {
    .grid__col.col-33 {
        width: 33.33%;
    }

    .grid__col.col-25 {
        width: 25%;
    }

    .grid__col.col-20 {
        width: 20%;
    }
}



.grid__short-news {
    padding: 15px 0;
    border-bottom: 1px solid var(--gray2);
}

@media (min-width: 992px) {
    .grid__short-news {
        padding: 30px 0;
    }
}

.grid__short-news:first-child {
    /* border-top: 1px solid var(--gray2); */
    padding-top: 0;
}

.grid__short-news:last-child {
    /* border-top: 1px solid var(--gray2); */
    padding-bottom: 0;
    border-bottom: 0;
}

@media (max-width: 991px) {
    .grid__preview-img {
        display: none !important;
    }
}

.category-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 15px; */
    /* min-height: 190px; */
    color: var(--black);
    border-radius: var(--main-border-radius);
    background: var(--gray);
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100%;
}


.category-card.category-card__catalog {
    height: auto;
    padding: 0;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
    .category-card {
        /* padding: 22px 24px; */
        /* height: 274px; */
        /*-webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;*/
        /* padding-bottom: 66%; */
    }

}

.category-card:hover {
    -webkit-box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.4);
    box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.4);
    text-decoration: none;
}

.category-card__img {
    /* max-width: 100px; */
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.category-card__catalog .category-card__img {
    flex: 1;
    display: flex;
    position: static;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    width: auto;
    height: auto;
}

.category-card__catalog .category-card__img img {
    object-fit: contain;
    padding: 15px;
    object-position: center;
    position: relative;
    height: 100%;
    margin: auto;
    width: 100%;
}


@media (min-width: 1200px) {
    .category-card__img {
        margin-top: 0;
        max-width: 100%;
        /* max-height: calc(100% - 65px); */
    }
}

.category-card__data {
    margin-top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
    border-radius: var(--border-radius);
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

.category-card__data.panel--white,
.category-card__data.panel--black {
    padding: 15px;
}

.category-card__catalog .category-card__data {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 5px;
    position: relative;
    margin-top: auto;
    flex: 0 0 auto;
}

.category-card__title {
    font-size: 18px;
    text-align: center;
}

@media (min-width: 768px) {
    .category-card__title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .category-card__title {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .category-card__title {
        text-align: left;
        font-size: 18px;
    }

    .category-card__data {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

.category-card__more {
    display: none;
}

@media (min-width: 1200px) {
    .category-card__more {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 15px;
    }
}

.category-grid__center .grid {
    justify-content: center;
}

.category-grid>.grid__col.col-50 {
    width: 50%;
}

@media (min-width: 992px) {
    .category-grid .col-100 .category-card {
        padding-bottom: 67%;
    }
}

@media (min-width: 1200px) {
    .category-grid .col-100 .category-card {
        /*-webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
         flex-direction: row-reverse; */
        /* height: 420px; */
        /* padding: 30px 26px; */
    }

    .category-grid .col-100 .category-card__data {
        left: 30px;
        bottom: 26px;
        width: calc(100% - 60px);
    }
}

@media (min-width: 1200px) {
    .category-grid .col-100 .category-card__img {
        margin: 0 0 0 auto;
        /* max-width: 50%; */
        max-height: 100%;
    }
}

.section {
    margin-bottom: 35px;
    position: relative;
}

@media (min-width: 1200px) {
    .section {
        margin-bottom: 110px;
    }

    .section__banner {
        margin-bottom: 55px;
    }
}

@media (max-width: 480px) {
    .section.has-slider .section__header {
        padding-right: 75px;
    }
}

.has-slider .section__container {
    /* overflow-y: visible;
    overflow-x: hidden; */
}

.section__header {
    margin-bottom: 25px;
}

@media (min-width: 640px) {
    .section__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .section__header {
        margin-bottom: 45px;
    }
}

.section__nav-list {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .section__nav-list {
        margin-bottom: 45px;
    }
}


.section__page-nav {
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__services-card {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gray2);
}


@media (min-width: 992px) {
    .section__services-card {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .section__page-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 48px;
    }
}


.section .tns-controls,
.section .slick-arrow {
    position: absolute;
    right: 0;
    top: -52px;
}

.section .slick-arrow.slick-prev {
    margin-right: 35px;
}

.js-recomend-slider .slick-list {
    margin: 0 -7.5px;
}

.js-recomend-slider .section__slide {
    margin: 0 7.5px;
}

@media (min-width: 992px) {

    .section .tns-controls,
    .section .slick-arrow {
        top: -78px;
    }
}

@media (max-width: 639px) {
    .section.has-arrow {
        position: relative;
        padding-bottom: 70px;
    }

    .section.has-arrow .section__more {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80%;
        max-width: 300px;
        padding: var(--button-sm-padding-vertical) var(--button-sm-padding-horizontal);
        border-radius: var(--border-radius);
        border: 1px solid var(--black);
    }
}

.js-section-slider {
    z-index: 3;
    overflow: visible;

}

.js-section-slider:not(.slick-initialized) {
    display: flex;
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: var(--button-height);
    background: var(--gray);
    border-radius: var(--border-radius);
    /* font-size: 125%; */
}

.counter__value {
    /* color: var(--gray4); */
    /* font-size: 125%; */
    line-height: 26px;
    min-width: 30px;
    text-align: center;
    outline: none;
}

input.counter__value {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    width: 70px;
    text-align: center;
}

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

.counter__value-measure {
    margin-left: 10px;
    /* font-size: 125%; */
}

.counter__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    stroke: var(--gray4);
}

.counter__button:hover {
    background: var(--gray2);
    border-radius: var(--border-radius);
}



.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .product-card:hover {
        z-index: 999;
    }
}

.product-card__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-bottom: 75%;
    /* max-height: 356px; */
    position: relative;
    border-radius: var(--main-border-radius);
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 100%;
}

.product-card>.product-card__photo {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .product-card__photo {
        /* padding-bottom: 80%; */
    }
}

@media (min-width: 1200px) {
    .product-card__photo {
        /* padding-bottom: 0; */
        /* height: 356px; */
    }
}

.product-card__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background: var(--white);
}

.product-card__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
}

.product-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}

.product-card__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0;
    padding: 5px;
    outline: none;
    stroke: var(--black);
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.product-card__btn:not(:last-child) {
    margin-bottom: 12px;
}

.product-card__btn svg {
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: transparent;
    stroke: #140106;
}

.product-card__btn.is-active svg {
    fill: #140106;
}

.product-card__price {
    margin-bottom: 8px;
}

.product-card__status {
    /* margin-bottom: 8px; */
}

.product-status:before {
    content: '';
    background-image: url("../img/icons/note.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    margin: 0 5px 3px 0;
}

.product-status.is-success:before {
    background-image: url("../img/icons/check.svg");
}

.product-card__title-container {
    display: flex;
    align-items: center;
    height: 35px;
    overflow: hidden;
    margin-bottom: 8px;
}

.product-card__title {
    display: block;
    display: -webkit-box;
    /* margin-bottom: 8px; */
    color: var(--black);
    font-family: var(--main-font);
    /* font-weight: var(--font-weight-bold); */
    line-height: 20px;
    /* height: 25px; */
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card__title:hover {
    text-decoration: underline;
}

.product-card__size {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card__wrapper .product-card__size:first-child {
    padding-top: 18px;
}

.product-card__wrapper .product-card__size:last-child {
    margin-bottom: 0;
}

.product-card__container {
    padding-top: 18px;
}


.product-card__counter {
    margin-bottom: 10px;
}

.product-card__add-to-cart {
    width: 100%;
    min-width: 100%;
}

.product-card__basket {
    display: none;
}

.is-available .product-card__basket {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.is-available .product-card__subscribe {
    display: none;
}

.is-available .product-card__subscribe.product-card__unsubscribe {
    display: inline-flex;
    margin-top: 10px;
}

.product-card__wrapper {
    margin-top: auto;
    background: var(--white);
}

.product-card__wrapper .size-widget__item {
    /* margin-bottom: 0; */
}

.product-card__inner.is-available [data-quantity-cart] .product-card__counter {
    display: none !important;
    margin-bottom: 0;
}

.active-cart .product-card__inner [data-quantity-cart] .product-card__add-to-cart {
    order: -1;
    pointer-events: none;
    width: auto;
    min-width: auto;
    background: none;
    color: var(--black);
    padding: 0;
    border: none;
    display: none;
}

.active-cart .product-card__inner [data-quantity-cart] .product-card__counter {
    display: flex !important;
    /* width: auto; */
    margin-left: auto;
}


.product__btns--mini .product-card__container {
    display: flex;
    justify-content: space-between;
}

.product__btns--mini .product-card__container .counter {
    width: calc(100% - var(--button-height) - 5px)
}

.product__btns--mini .product-card__container .product-card__basket,
.product__btns--mini .product-card__container .product-card__subscribe,
.product__btns--mini__sync .product-card__container .btn.product-card__basket,
.product__btns--mini__sync .product-card__container .btn.product-card__subscribe {
    font-size: 0;
    border-radius: var(--round-border-radius);
    width: var(--button-height);
    height: var(--button-height);
    min-width: var(--button-height);
    margin-left: auto;
    min-height: var(--button-height);
    padding: var(--input-padding-vertical);
}

.product__btns--mini .product-card__basket:before,
.product__btns--mini .product-card__subscribe:before,
.product__btns--mini__sync .product-card__basket:before,
.product__btns--mini__sync .product-card__subscribe:before {
    content: '';
    background-image: url('../img/icons/basket.svg');
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.product__btns--mini .product-card__subscribe:before,
.product__btns--mini__sync .product-card__subscribe:before {
    background-image: url('../img/icons/pencil.svg');
}

.product__btns--mini .product-card__unavailable,
.product__btns--mini__sync .product-card__unavailable {
    display: none !important;
}

.product__btns--mini__sync .product-card__inner,
.product__btns--mini__sync .product-card__wrapper {
    position: relative;
}

.product__btns--mini__sync .product-card__container {
    position: absolute;
    padding: 0;
}


.product__btns--mini:not(.product__has-offers) .counter__button,
.product__btns--mini__sync .counter__button {
    font-size: 14px;
    width: 30px;
}

.product__btns--mini:not(.product__has-offers) .counter__button svg,
.product__btns--mini__sync .counter__button svg {
    width: 18px;
}

.product__btns--mini:not(.product__has-offers) .counter__value-content,
.product__btns--mini__sync .counter__value-content {
    padding: 0 5px;
}

.product__btns--mini:not(.product__has-offers) .counter__value-measure,
.product__btns--mini__sync .counter__value-measure {
    display: none;
}

.product__btns--mini:not(.product__has-offers) .counter__value,
.product__btns--mini__sync .counter__value {
    font-size: 16px;
}


.product__btns--mini__sync .product-card__container {
    top: -50px;
    right: 0px;
}

.product__btns--mini__sync.product__has-offers .product-card__sku {
    width: calc(100% - var(--button-height))
}

.product__btns--mini__sync.product__has-offers.active-cart .product-card__sku {
    /* width: calc(100% - var(--button-height)*2); */
}

.product__btns--mini__sync.product__has-offers .product-card__container {
    top: calc(100% - var(--button-height));
    right: 0;
}

/*--------------------*/
.main__grid .col-100 .product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: unset;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0;
}

.main__grid .col-100 .product-card .product-card__container .counter,
.main__grid .col-100 .product-card .product-card__container .btn {
    max-width: 200px;
    min-width: unset;
    margin-right: auto;
    margin-left: 0;
}

.main__grid .col-100 .product-card .product-card__photos {
    width: 25%;
}

.main__grid .col-100 .product-card .product-card__inner {
    width: 75%;
    display: flex;
    /* flex-direction: column; */
    padding-left: 20px;
    position: static;
    justify-content: space-between;
}

.main__grid .col-100 .product-card .product-card__inner-info {
    display: flex;
    flex-direction: column;
}

.main__grid .col-100 .product-card .product-card__wrapper {
    margin-top: 0;
}



.main__grid .col-100 .product-card .product-card__title-container {
    height: auto;
    order: -1;
}

.main__grid .col-100 .product-card .product-card__title {
    order: -1;
    padding-top: 24px;
    font-size: 20px;
    margin-bottom: 15px;
}

.main__grid .col-100 .product-card .product-card__info {
    margin-bottom: 15px;
}

.product-card .product-card__properties {
    margin-bottom: 15px;
    font-size: 15px;
}

.main__grid .col-100 .product-card .product-card__status {
    order: 3;
    /* margin-bottom: 25px; */
}

.main__grid .col-100 .product-card__container {
    flex-direction: row;
    /* display: flex; */
}

.main__grid .col-100 .product__btns--mini__sync .product-card__inner,
.main__grid .col-100 .product__btns--mini__sync .product-card__wrapper {
    position: static;
}

.main__grid .col-100 .product__btns--mini__sync.product__has-offers.active-cart .product-card__container {
    position: static;
}

.main__grid .col-100 .product__btns--mini__sync.product__has-offers:not(.active-cart) .product-card__sku {
    width: auto;
}

.main__grid .col-100 .product__btns--mini__sync:not(.product__has-offers) .product-card__container {
    top: auto;
    bottom: 0;
}


@media (min-width: 992px) {
    .product__exp--hvr .product-card__container {
        /* position: absolute; */
        width: 100%;
    }

    .product__exp--hvr .product-card__container {
        display: none;
    }

    .product__exp--hvr:hover .product-card__container,
    .product__exp--hvr.product__btns--mini__sync.active-cart:not(.product__has-offers) .product-card__container {
        display: flex;
        flex-direction: column;
    }


    .product__exp--hvr.product__btns--mini:hover .product-card__container,
    .product__exp--hvr.product__btns--mini__sync:hover .product-card__container {
        flex-direction: row;
    }

    .product__exp--hvr.product__btns--mini__sync .product-card__container {
        width: auto;
    }

    .product__exp--hvr.product__btns--mini__sync.product__has-offers.active-cart .product-card__container {
        /* position: absolute; */
        /* width: 100%; */
        /* top: 100%; */
    }

    .product__offers--hvr .product-card__sku {
        display: none;
    }

    .product__offers--hvr:hover .product-card__sku {
        display: block;
    }

    .product__offers--hvr:hover .product-card__wrapper,
    .product__exp--hvr:hover .product-card__wrapper {
        position: absolute;
        top: auto;
        width: 100%;
    }


    .product__offers--hvr.product__btns--mini__sync:hover .product-card__wrapper {
        top: 100%;
    }

    .product__offers--hvr.product__btns--mini__sync.product__has-offers:not(.active-cart) .product-card__container {
        position: relative;
        text-align: right;
        margin-top: 0;
    }

    .product__offers--hvr.product__btns--mini__sync.product__has-offers:not(.active-cart):hover .product-card__container {
        position: absolute;
        top: calc(100% - var(--button-height));
    }

    .product__offers--hvr.product__btns--mini__sync.product__has-offers.active-cart .product-card__container {
        position: absolute;
        width: 100%;
    }

    .product__offers--hvr.product__btns--mini__sync.product__has-offers.active-cart:hover .product-card__container {
        position: relative;
    }

    .product__offers--hvr.product__btns--mini:hover .product-card__wrapper {
        top: auto;
    }

    .product__offers--hvr.product__exp--hvr.product__btns--mini__sync:not(.product__has-offers) .product-card__container {
        position: absolute;
    }


    .product-card__border::before {
        content: "";
        position: absolute;
        left: -20px;
        top: -15px;
        bottom: -24px;
        right: -20px;
        background: var(--white);
        z-index: -1;
        border-radius: var(--card-border-radius);
        -webkit-box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
        box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
        opacity: 0;
    }

    .product-card__border:hover::before {
        opacity: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .product-card__border.product__offers--hvr:hover .product-card__wrapper:after,
    .product-card__border.product__exp--hvr:hover .product-card__wrapper:after {
        content: "";
        width: calc(100% + 40px);
        height: calc(100% + 30px);
        position: absolute;
        left: -20px;
        right: -20px;
        top: 0;
        background: var(--white);
        z-index: -1;
        -webkit-transition: 0.1s;
        transition: 0.1s;
        border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
        -webkit-box-shadow: 0px 20px 25px 0px rgba(89, 89, 87, 0.15);
        box-shadow: 0px 20px 25px 0px rgba(89, 89, 87, 0.15)
    }

    .main__grid .col-100 .product__offers--hvr:hover .product-card__wrapper,
    .main__grid .col-100 .product__exp--hvr:hover .product-card__wrapper {
        width: auto;
        position: static;
    }

    .main__grid .col-100 .product__offers--hvr.product__exp--hvr.product__btns--mini__sync:not(.product__has-offers) .product-card__container {
        position: relative;
    }

    .main__grid .col-100 .product-card__border.product__btns--mini__sync.product__has-offers.active-cart:hover .product-card__container:after,
    .main__grid .col-100 .product-card__border.product__offers--hvr:hover .product-card__wrapper:after {
        content: none;
    }

    .main__grid .col-100 .product__offers--hvr.product__btns--mini__sync.product__has-offers.active-cart:hover .product-card__container {
        position: absolute;
        top: calc(100% - var(--button-height));
        width: auto;
        right: 0;
    }
}

@media (max-width: 991px) {

    .product-card .hvr__sectors,
    .product-card .hvr__dots {
        display: none;
    }
}

.product-card .hvr__dots {
    margin-bottom: 12px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.product-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--red);
    font-size: 14px;
    line-height: 20px;
}

.product-status svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    stroke: var(--red);
}

.product-status.is-success {
    color: var(--green);
}

.product-status.is-success svg {
    stroke: var(--green);
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    white-space: nowrap;
}

.price__old {
    margin-left: 14px;
    color: var(--gray4);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.price__discount {
    margin-left: 10px;
    color: var(--red);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
}

.price__economy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray4);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
}

.price__economy span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 6px;
    margin-left: 5px;
    color: var(--white);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 14px;
    white-space: nowrap;
    background: var(--red);
    border-radius: var(--small-border-radius);
}

.price__measure {
    margin-left: 5px;
    font-size: 85%;
}

.price__measure span {
    margin-left: 5px;
}

.hvr {
    position: relative;
}

.hvr__images {
    position: relative;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hvr__sector {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.image {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    opacity: 0;
}

.image:first-child:not(.is-visible) {
    opacity: 1;
}

.image.is-visible {
    opacity: 1;
}

.hvr__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hvr__dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid var(--gray2);
    margin-right: 4px;
}

.hvr__dot:last-child {
    margin-right: 0;
}

.hvr__dot--active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: var(--gray2);
}

.size-widget {

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -10px; */
}

.size-widget__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
    margin-bottom: 8px;
    padding: 4px 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: var(--small-border-radius);
    border: 1px solid var(--gray2);
    min-width: 32px;
    height: 32px;
    font-size: 90%;
}

.size-widget__item:hover {
    cursor: pointer;
    /* -webkit-transition: 0.5s; */
    /* transition: 0.5s; */
    /* background: var(--gray); */
}

.size-widget__item.is-active,
.size-widget__item[data-active] {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--theme-font-color);
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.product-card__sku .size-widget .size-widget__item:last-child {
    margin-right: 0;
}

.size-widget__imagetext {
    /* width: 100%; */
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    margin-right: 10px;
}

.size-widget__item input,
.size-widget__image input {
    display: none;
}

input:checked+.size-widget__item {
    border-color: var(--blackabs);
    position: relative;
}

input:checked+.size-widget__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='check' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.5L5 9.5L11 0.5' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color: #ffffff75;
}

.size-widget__image .size-widget__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 5px;
}


.product-card__sku .custom-select__item .size-widget__item,
.product-card__sku .custom-select__current .size-widget__item {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.product-card__sku .custom-select.custom-select__offers {
    margin-top: 10px;
    min-width: unset;
    display: block;
}

.product__btns--mini__sync.active-cart .product-card__sku .custom-select.custom-select__offers:last-child {
    margin-bottom: 10px;
}


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

.product-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: var(--gray4);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
}

.product-info__item svg {
    margin-right: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-info__item:not(:last-child) {
    margin-right: 15px;
}

.product-info__item.is-comments {
    stroke: var(--gray4);
}

.badge-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-bottom: -4px;
}

.badge-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: var(--theme-font-color);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
    /* text-transform: uppercase; */
    border-radius: var(--small-border-radius);
    background: var(--theme-color);
}

.recomend-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 450px;
    padding: 24px;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;

}

.recomend-card:hover {
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .recomend-card {
        height: 540px;
    }
}

.recomend-card.is-large {
    max-height: 430px;
}

.recomend-card::before {
    content: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.25;
    z-index: -1;
}

.recomend-card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.recomend-card__img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -21;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.recomend-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    padding: 8px 16px;
    color: var(--white);
    /* border-radius: var(--border-radius); */
    /* background: var(--black-transparent); */
}

.recomend-card__title {
    max-width: 220px;
}

.recomend-card__caption {
    margin-top: 8px;
}

.recomend-card.gallery-card {
    height: auto;
    aspect-ratio: 1 / 1;
}

.recomend-card.gallery-card .recomend-card__img {
    object-fit: contain;
}

.type-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: var(--card-border-radius);
    overflow: hidden;
    height: 100%;
    padding: 15px 15px 110px 15px;
}

@media (min-width: 992px) {
    .type-card {
        padding: 30px 32px 110px;
    }
}

@media (min-width: 1200px) {
    .type-card {
        padding-bottom: 182px;
    }
}

@media (min-width: 768px) {
    .type-card.is-large {
        padding: 50px 50px;
    }
}

@media (min-width: 1200px) {
    .type-card.is-large {
        padding: 106px 52px;
    }
}

.type-card.is-large .type-card__data {
    max-width: 655px;
}

.type-card img,
.type-card video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.type-card__data {
    padding: 15px;
    color: var(--black);
    border-radius: var(--main-border-radius);

}


@media (min-width: 992px) {
    .type-card__data {
        padding: 18px 22px;
    }
}

@media (min-width: 1200px) {
    .type-card__data {
        max-width: 96.5%;
        padding: 22px 28px;
    }
}

.type-card__caption {
    margin-top: 8px;
    color: var(--gray4);
}

@media (min-width: 1200px) {
    .type-card__caption {
        font-size: 18px;
        line-height: 24px;
    }
}

.type-card__btn {
    min-width: none;
    width: 100%;
    margin-top: 20px;
    max-width: 220px;
}

@media (min-width: 1200px) {
    .type-card__btn {
        margin-top: 30px;
    }
}

.short-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .short-news__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.short-news__title {
    color: var(--black);
}

.short-news__date {
    margin-top: 10px;
    color: var(--black);
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .short-news__date {
        margin-top: 0;
        margin-left: 15px;
    }
}

.short-news__text {
    font-size: 14px;
    margin-top: 10px;
    color: var(--gray4);
}

@media (min-width: 768px) {
    .short-news__text {
        margin-top: 15px;
        font-size: 16px;
    }
}

.preview-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    border-radius: var(--main-border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-img {
    border-radius: 0;
}

.user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: var(--gray);
}

.user__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user__name {
    color: var(--black);
    font-weight: var(--font-weight-bold);
}

.user__date {
    color: var(--gray4);
    font-size: 12px;
    line-height: 18px;
    /* 150% */
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating__item {
    max-width: 16px;
    margin-right: 4px;
    filter: grayscale(1);
}

.rating__item.is-active {
    filter: none;
}

.rating__item:last-child {
    margin-right: 0;
}

.review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.review-card::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 49px;
    height: 39px;
    margin-bottom: 25px;
    background-image: url("../img/icons/quotes.svg");
}

.review-card.is-large {
    padding: 30px 0;
    border-top: 1px solid var(--gray2);
}

.review-card.is-large::before {
    display: none;
}

.review-card.is-large .review-card__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .review-card__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}

@media (min-width: 640px) {
    .review-card__right {
        gap: 24px;
    }
}

.review-card__answer-card {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid var(--gray2);
}

.review-card__answer-card::before {
    display: none;
}

.review-card__answer-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.review-card__answer-card .review-card__body {
    max-width: inherit !important;
}

.review-card__data {
    font-size: 14px;
    color: var(--gray4);
}

@media (min-width: 768px) {
    .review-card__data {
        font-size: inherit;
    }
}

.review-card__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin-top: 15px;
}

.review-card__img {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.review-card__img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-card__answer {
    margin-top: 30px;
    color: var(--black);
    font-weight: var(--font-weight-bold);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.review-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-card__text.expanded {
    -webkit-line-clamp: unset;
}

.review-card__text-block {
    margin-bottom: 10px
}

.review-card__text-block .h4 {
    font-size: 17px;
    color: var(--black);
}

.review-card__body {
    margin-top: 20px;
    color: var(--gray4);
}

.review-card__body .h4 {
    margin-bottom: 5px;
}

.review-card__body.is-active .review-card__show-all {
    display: none;
}

.review-card__body.is-active .review-card__text {
    -webkit-line-clamp: inherit;
}

.review-card__show-all {
    color: var(--black);
    cursor: pointer;
    font-weight: var(--font-weight-bold);
    text-decoration: underline;
    margin-top: 10px;
}

.mission-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background: var(--gray);
    border-radius: var(--card-border-radius);
    height: 100%;
}

@media (min-width: 992px) {
    .mission-card {
        padding: 48px 40px 70px;
    }
}

.mission-card__text {
    margin-top: 24px;
    color: var(--gray4);
}

.mission-card__more {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .mission-card__more {
        margin-top: 32px;
    }
}

.marquee {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: nowrap;
    /* flex-wrap: nowrap; */
    padding: 20px 0;
    border-top: 1px solid var(--gray2);
    border-bottom: 1px solid var(--gray2);
    /* overflow: hidden; */
}

@media (min-width: 992px) {
    .marquee {
        padding: 40px 0;
    }
}

.marquee__list:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.marquee__list.slick-slider .slick-track {
    display: flex;
}

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

.marquee__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* margin-right: 50px; */
    max-height: 100px;
    max-width: 80%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .marquee__item {
        /* margin-right: 150px; */
    }
}

.store-list {
    position: relative;
}

@media (min-width: 768px) {
    .store-list {
        padding: 50px 70px;
        border-radius: var(--card-border-radius);
        overflow: hidden;
        min-height: 500px;
    }
}

@media (min-width: 992px) {
    .store-list {
        padding: 50px 70px 65px;
    }
}

@media (min-width: 992px) {
    .store-list.is-big {
        height: 500px;
    }
}

.store-list.is-big .store-list__data {
    margin: 0 auto;
    width: auto;
}

@media (min-width: 992px) {
    .store-list.is-big .store-list__data {
        padding: 30px 36px 30px 24px;
    }
}

.store-list__map {
    max-width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .store-list__map {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        /* z-index: -1; */
    }
}

.store-list__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    position: relative;
    overflow: auto;
    max-height: 500px;
}

@media (min-width: 768px) {
    .store-list__data {
        padding: 30px;
        border-radius: var(--card-border-radius);
        background: var(--white);
        max-width: 535px;
    }
}

@media (min-width: 992px) {
    .store-list__data {
        padding: 50px 15px 40px 40px;
    }
}

.store-list__list {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .store-list__list {
        max-height: 400px;
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .store-list__list {
        margin-top: 32px;
        max-height: 445px;
    }
}

.store-list__list::-webkit-scrollbar {
    width: 5px;
}

.store-list__list::-webkit-scrollbar-thumb {
    background-color: var(--gray2);
}

.store-list__list::-webkit-scrollbar-button {
    display: none;
}

.store-list__list::-webkit-scrollbar-track {
    background-color: transparent;
}

.store-list__list::-moz-scrollbar {
    width: 5px;
}

.store-list__list::-moz-scrollbar-thumb {
    background-color: var(--gray2);
}

.store-list__list::-moz-scrollbar-button {
    display: none;
}

.store-list__list::-moz-scrollbar-track {
    background-color: transparent;
}

.store-list__list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.store-list__list::-webkit-scrollbar-thumb {
    background-color: var(--gray2);
}

.store-list__item {
    margin-bottom: 22px;
    min-height: 42px;
}

.store-list__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .store-list__item {
        max-width: 415px;
    }
}

.store-card {
    padding-left: 54px;
    position: relative;
}

.store-card::before {
    content: "";
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/icons/store.svg");
}

.store-card__place {
    margin-bottom: 12px;
    cursor: pointer;
    max-width: 300px;
}

.store-card__phone,
.store-card__info {
    margin-top: 3px;
    color: var(--gray4);
    font-size: 14px;
    line-height: 20px;
}

.store-card__phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* margin-top: 12px; */
}

.store-card__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 8px;
    color: var(--gray4);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.store-card__link:hover {
    text-decoration: none !important;
}

.feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    margin: 0 -24px;
    border-radius: var(--card-border-radius);
    background: var(--gray);
}

@media (min-width: 768px) {
    .feedback {
        margin: 0;
        padding: 45px 45px 50px;
        text-align: center;
    }
}

.feedback__title {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .feedback__title {
        margin-bottom: 38px;
    }
}

.feedback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
}

@media (min-width: 768px) {
    .feedback__form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.feedback__form .error-message {
    display: none;
}

.feedback__input {
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
    width: 100%;
    height: var(--input-height);
    border-radius: var(--border-radius);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--gray2);
    outline: none;
    font-size: 14px;
    color: var(--dark);
    background: transparent;
}

.feedback__input:focus {
    border-color: var(--black);
}

.feedback__input::-webkit-input-placeholder {
    color: var(--gray4);
}

.feedback__input::-moz-placeholder {
    color: var(--gray4);
}

.feedback__input:-ms-input-placeholder {
    color: var(--gray4);
}

.feedback__input::-ms-input-placeholder {
    color: var(--gray4);
}

.feedback__input::placeholder {
    color: var(--gray4);
}

@media (min-width: 768px) {
    .feedback__input {
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }
}

.feedback__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    height: var(--input-height);
    font-weight: var(--font-weight-bold);
    color: var(--theme-font-color);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: var(--border-radius);
}

.feedback__send:hover {
    color: var(--black);
    background: transparent;
}

@media (min-width: 768px) {
    .feedback__send {
        margin-top: 0;
        width: 166px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }
}

.feedback__policy {
    margin-top: 20px;
    color: var(--gray4);
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    max-width: 750px;
}

.feedback__policy a {
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .feedback__policy {
        margin-top: 12px;
    }
}

.feedback__socials {
    margin-top: 30px;
}

.socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.socials__item {
    margin-right: 15px;
}

.socials__item:last-child {
    margin-right: 0;
}

.socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: var(--gray4);
    stroke: var(--gray4);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.socials__link .fill-bg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    fill: var(--gray4);
}

.socials__link:hover {
    fill: var(--black);
    stroke: var(--black);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.socials__link:hover .fill-bg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    fill: var(--black);
}

.footer {
    padding: 30px 0 120px;
    background: var(--footer-color);
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .footer {
        padding: 70px 0 30px;
    }
}

.footer__title {
    margin-bottom: 32px;
    padding-bottom: 10px;
    position: relative;
    color: var(--white);
    font-family: var(--main-font);
    font-weight: var(--font-weight-bold);
    line-height: 20px;
}

.footer__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background: var(--white);
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
    max-height: 350px;
    flex-wrap: wrap;
}

.footer__item {
    margin-bottom: 10px;
    margin-right: 20px;
}

.footer__item:last-child {
    margin-bottom: 0;
}

.footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: var(--gray2); */
    color: var(--gray2);
    max-width: 300px;
}

.footer__link svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* stroke: var(--gray2); */
    stroke: var(--gray2);
}

@media (min-width: 992px) {
    .footer__link svg {
        margin-right: 15px;
    }
}

a.footer__link:hover {
    text-decoration: underline;
    color: var(--white);
}

.footer__bottom {
    margin-top: 30px;
    padding-top: 30px;
    /* border-top: 1px solid var(--gray2); */
    border-top: 1px solid var(--gray2);
}

@media (min-width: 768px) {
    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .footer__bottom {
        padding-top: 40px;
        margin-top: 40px;
        padding-bottom: 0;
    }
}

.footer__copyright {
    /* color: var(--gray2); */
    color: var(--gray2);
}

.footer__copyright a {
    color: var(--gray2);
    font-weight: bold;
}

.footer__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-right: -16px;
    margin-bottom: -10px;
}

@media (min-width: 768px) {
    .footer__payment {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .footer__payment {
        margin-bottom: 0;
        margin-right: 0;
    }
}

.footer__payment::before {
    content: attr(data-title);
    /* color: var(--gray2); */
    margin-right: 15px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--gray2);
}

@media (min-width: 992px) {
    .footer__payment::before {
        width: auto;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .footer__payment::before {
        margin-right: 30px;
    }
}

.footer__payment img {
    margin-right: 16px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .footer__payment img {
        margin-bottom: 0;
    }

    .footer__payment img:last-child {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -5px;
    }
}

@media (min-width: 768px) {
    .footer__col {
        padding: 0 5px;
    }
}

.footer .socials__link {
    /* fill: var(--gray2); */
    /* stroke: var(--gray2); */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    fill: var(--gray2);
    stroke: var(--gray2);
}

.footer .socials__link .fill-bg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* fill: var(--gray2); */
    fill: var(--gray2);
}

.footer .socials__link:hover {
    fill: var(--white);
    stroke: var(--white);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer .socials__link:hover .fill-bg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    fill: var(--white);
}

.shop-info {
    margin: 0 -15px;
    padding: 20px;
    border-radius: var(--card-border-radius);
    background: var(--gray);
}

@media (min-width: 768px) {
    .shop-info {
        margin: 0;
        padding: 50px 30px 75px;
    }
}

@media (min-width: 992px) {
    .shop-info {
        border-radius: var(--card-border-radius);
    }
}

@media (min-width: 1200px) {
    .shop-info {
        padding: 50px;
    }
}

.shop-info__title {
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .shop-info__title {
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) {
    .shop-info__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* margin: 0 -15px; */
    }
}

.shop-info__col {
    margin-bottom: 20px;
}

.shop-info__col:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .shop-info__col {
        width: 50%;
        padding: 0 15px;
    }

    .shop-info__cols {
        column-count: 2;
        column-gap: 30px;
    }
}

.shop-info p,
.shop-info li {
    /* font-weight: var(--font-weight-bold); */
    /* color: var(--gray4); */
}

.shop-info strong {
    display: block;
    font-weight: var(--font-weight-bold);
    margin-bottom: 12px;
}

.shop-info p,
.shop-info ul {
    margin-top: 0;
    margin-bottom: 20px;
}

.shop-info p:last-child,
.shop-info ul:last-child {
    margin-bottom: 0;
}

.shop-info ul {
    padding-left: 22px;
}

.cat-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cat-card__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 184px;
    border-radius: var(--card-border-radius);
    background: var(--gray);
}

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

.cat-card__data {
    margin-top: 16px;
}

.cat-card__title {
    display: block;
}

.cat-card__list {
    margin-top: 20px;
}

.cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: -14px;
}

.cat-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 8px;
    margin-right: 8px;
    margin-bottom: 14px;
    color: var(--gray4);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: var(--border-radius);
    border: 1px solid var(--gray2);
}

@media (min-width: 768px) {
    .cat-list__link {
        padding: 4px 16px;
        font-size: 16px;
    }
}

.cat-list__link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--white);
    background: var(--gray4);
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item::after {
    content: "/";
    margin: 0 5px;
    color: var(--gray4);
    font-size: 14px;
    line-height: 20px;
}

.breadcrumbs__item:last-child::after {
    display: none;
}

.breadcrumbs__item a:hover {
    text-decoration: underline;
}

.breadcrumbs__link {
    color: var(--gray4);
    font-size: 14px;
    line-height: 20px;

}

.category-widget {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .category-widget__content {
        display: none;
    }
}

.category-widget.is-active .category-widget__content {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.category-widget.is-active .category-widget__title::before {
    width: 18px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.75L13.5 5.25M4.5 5.25L13.5 14.75' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.category-widget__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    border-radius: var(--small-border-radius);
    border: 1px solid var(--gray2);
}

.category-widget__title::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-image: url("../img/icons/list.svg");
}

@media (min-width: 992px) {
    .category-widget__title {
        display: none;
    }
}

.category-widget__list {
    /* display: none; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 992px) {
    .category-widget__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.category-widget__item {
    position: relative;
    margin-bottom: 8px;

}

.category-widget__item a {
    width: 100%;
    display: block;
}

.category-widget__item-parent {
    padding-right: 20px;
}

.category-widget__item-parent>a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.625 6.1875L9 11.8125L3.375 6.1875' stroke='%23595957' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.category-widget__item:last-child {
    margin-bottom: 0;
}

.category-widget__item:hover {
    cursor: pointer;
}

.category-widget__item:hover>a>span {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--black);
    background: var(--gray);
}

.category-widget__item span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 8px;
    border-radius: var(--small-border-radius);
    /* font-weight: var(--font-weight-bold); */
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .category-widget__item span {
        font-size: 16px;
    }
}

.category-widget__item.active>a>span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--black);
    background: var(--gray);
}

.category-widget__item.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category-widget__item.active>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category-widget__item ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0 0 0;
    padding: 0;
    list-style-type: none;
    margin-left: 24px;
}

.category-widget__item ul li {
    margin-bottom: 12px;
}

.category-widget__item ul li:last-child {
    margin-bottom: 0;
}

.category-widget__item ul a {
    color: var(--gray4);
    /* font-weight: var(--font-weight-bold); */
    line-height: 24px;
}

.category-widget__item ul a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .category-widget__item ul a {
        font-size: 18px;
    }
}

.category-widget__item ul ul {
    margin-left: 16px;
}

.product-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-type__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 163px;
    height: 163px;
    overflow: hidden;
    border-radius: var(--main-border-radius);
    background: var(--gray);
}

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

.product-type__title {
    margin-top: 16px;
    color: var(--black);
    font-weight: var(--font-weight-bold);
    text-align: center;
}

.main-header {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .main-header {
        margin-bottom: 45px;
    }
}

.main-header__breadcrumbs:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .main-header__breadcrumbs:not(:last-child) {
        margin-bottom: 20px;
    }
}

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

.main-header__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray4);
    font-size: 14px;
    line-height: 20px;
    stroke: var(--gray4);
}

.main-header__back svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}


.main__remove-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 12px;
    margin-bottom: 28px;
    color: var(--gray4);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
    border-radius: var(--small-border-radius);
    border: 0;
    background: var(--gray);
}

.main__remove-all::after {
    content: "";
    width: 18px;
    height: 20px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.75L13.5 5.25M4.5 5.25L13.5 14.75' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.main__remove-all:hover {
    background: var(--gray2);
}

@media (min-width: 992px) {
    .main__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .main__aside {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280px;
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .main__aside {
        width: 300px;
    }

    .main__content.is-short {
        max-width: calc(100% - 310px);
    }
}

@media (min-width: 992px) {
    .main__content.is-short {
        max-width: calc(100% - 330px);
        margin-left: auto;
    }
}

.main__slider.slick-initialized {
    overflow: visible;
}

.main__slider:not(.slick-initialized) {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.main__slider-wrapper {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .main__slider-wrapper {
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) {
    .main__slider-wrapper .tns-ovh {
        overflow: hidden;
    }

    .main__slider-wrapper .tns-ovh [aria-hidden=true] {
        opacity: 1;
    }
}


.main__slider-wrapper .tns-controls button,
.main__slider-wrapper .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 80px;
    width: 43px;
    height: 43px;
    padding: 5px;
    border-radius: 50%;
    background: var(--white);
    -webkit-box-shadow: 0px 4px 15px rgba(89, 89, 87, 0.1);
    box-shadow: 0px 4px 15px rgba(89, 89, 87, 0.1);
    z-index: 65;
}

@media (min-width: 1380px) {

    .main__slider-wrapper .tns-controls button,
    .main__slider-wrapper .slick-arrow {
        left: 0;
    }
}

.main__slider-wrapper .tns-controls button[data-controls=next],
.main__slider-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

@media (min-width: 1380px) {

    .main__slider-wrapper .tns-controls button[data-controls=next],
    .main__slider-wrapper .slick-arrow.slick-next {
        right: 0;
    }
}

/* .main__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} */

@media (min-width: 992px) {
    .main__widget {
        margin-bottom: 60px;
    }

    .main__widget:last-child {
        margin-bottom: 0;
    }
}

.main__page-nav {
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .main__page-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 48px;
    }
}

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
}

.switch span {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 25px;
    border-radius: var(--card-border-radius);
    background: var(--gray2);
    -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    background: var(--white);
    border-radius: var(--round-border-radius);
    -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch input {
    display: none;
}

.switch input:checked+span {
    background: var(--theme-color);
}

.switch input:checked+span::before {
    left: 29px;
    background: var(--white);
}

.range-slider {
    padding-bottom: 7px;
}

.range-slider__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.range-slider__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray2);
}

.range-slider__col input {
    width: 82px;
    height: 32px;
    padding: 5px;
    text-align: center;
    margin-left: 10px;
    border-radius: var(--small-border-radius);
    border: 1px solid var(--gray2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.range-slider__input {
    margin: 0 5px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox input:checked+span {
    color: var(--black);
}

.custom-checkbox input:checked+span::after {
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: var(--theme-color);
    width: 14px;
    height: 14px;
    left: 3px;
    top: 4px;
    border-radius: var(--small-border-radius);
    border: none;
    position: absolute;
}

.custom-checkbox span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    /* color: var(--gray4); */
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
}

.custom-checkbox span:hover {
    color: var(--black);
    cursor: pointer;
}

.custom-checkbox span::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid var(--black);
    border-radius: var(--small-border-radius);
    position: absolute;
    top: 1px;
    left: 0;
}

.filter-widget.is-active .filter-widget__body {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .filter-widget.is-active .filter-widget__title::before {
        content: "";
        display: block;
        width: 18px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.75L13.5 5.25M4.5 5.25L13.5 14.75' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
}

.filter-widget__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .filter-widget__title {
        margin-bottom: 32px;
        color: var(--black);
        font-family: var(--main-font);
        font-size: 18px;
        font-weight: var(--font-weight-bold);
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .filter-widget__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 45px;
        margin-bottom: 20px;
        border-radius: var(--small-border-radius);
        border: 1px solid var(--gray2);
    }

    .filter-widget__title:not(:first-child) {
        margin-top: 10px;
    }
}

.filter-widget__title::before {
    content: "";
    width: 20px;
    height: 16px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    background-image: url("../img/icons/filter.svg");
}

@media (max-width: 991px) {
    .filter-widget__body {
        display: none;
    }
}

.filter-widget__field {
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .filter-widget__field {
        margin-bottom: 24px;
    }
}

.filter-widget__field i {
    font-style: normal;
    display: flex;
    margin-right: auto;
    margin-left: 5px;
}

.filter-widget__content {
    display: none;
}

.filter-widget__field.active .filter-widget__content {
    display: block;
}

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

.filter-widget__field.active .filter-widget__heading::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-widget__heading {
    margin-bottom: 15px;
    position: relative;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.filter-widget__heading.is-dropdown {
    padding-right: 20px;
}

.filter-widget__heading.is-dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.625 6.1875L9 11.8125L3.375 6.1875' stroke='%23595957' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.filter-widget__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    max-height: 250px;
}

@media (min-width: 992px) {
    .filter-widget__list {
        max-height: 330px;
    }
}

.filter-widget__list::-webkit-scrollbar {
    width: 5px;
}

.filter-widget__list::-webkit-scrollbar-thumb {
    background-color: var(--gray2);
}

.filter-widget__list::-webkit-scrollbar-button {
    display: none;
}

.filter-widget__list::-webkit-scrollbar-track {
    background-color: transparent;
}

.filter-widget__list::-moz-scrollbar {
    width: 5px;
}

.filter-widget__list::-moz-scrollbar-thumb {
    background-color: var(--gray2);
}

.filter-widget__list::-moz-scrollbar-button {
    display: none;
}

.filter-widget__list::-moz-scrollbar-track {
    background-color: transparent;
}

.filter-widget__list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.filter-widget__list::-webkit-scrollbar-thumb {
    background-color: var(--gray2);
}

.filter-widget__item {
    margin-bottom: 15px;
    width: 100%;
}


.filter-widget__item:last-child {
    margin-bottom: 0;
}

.custom-select.filter-widget__select,
.custom-select.custom-select__offers {
    padding: 5px;
    border-radius: var(--small-border-radius);
    border: 1px solid var(--gray2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
}



.custom-select__offers .custom-select__list {
    width: 100%;
}

.custom-select__item .size-widget__item,
.custom-select__current .size-widget__item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.filter-widget__content i {
    font-style: normal;
    margin-left: 4px;
    font-size: 15px;
}

.filter-widget__content .custom-select__list {
    width: 100%;
}

.filter-widget__reset {
    width: 100%;
    min-width: none;
}

.filter-widget__reset+.filter-widget__reset {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .filter-widget__reset {
        margin-top: 8px;
    }
}

.custom-select {
    position: relative;
}

.custom-select.active .custom-select__list {
    display: block;
}

.custom-select__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black);
    cursor: pointer;
    padding-right: 21px;
}

@media (max-width: 991px) {
    .custom-select__current {
        font-size: 14px;
    }

    .city-widget__current {
        padding-right: 0;
    }
}

.custom-select__current::before {
    content: attr(data-preview);
    color: var(--gray3);
    margin-right: 8px;
    font-size: inherit;
}

.currency-widget__current-select::before {
    content: none;
}

.custom-select__current.city-widget__current-select::after,
.custom-select__current.currency-widget__current-select::after {
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.625 6.1875L9 11.8125L3.375 6.1875' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.custom-select__list {
    position: absolute;
    right: 0;
    right: 0;
    top: 100%;
    background: var(--white);
    display: none;
    z-index: 9999;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
    box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-top: 5px;
    width: fit-content;
    padding: 0;
}

.custom-select__item {
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
    border-top: 1px solid var(--gray);
    font-size: 14px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

.custom-select__item:hover,
.custom-select__item[data-active],
.custom-select__item.selected {
    background: var(--gray);
}

.custom-select__item input {
    display: none;
}

.custom-select__item__value {
    display: flex;
    flex-wrap: wrap;
}


.selected-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: -8px;
}

@media (min-width: 992px) {
    .selected-list {
        margin-right: -12px;
        margin-bottom: -12px;
    }

    .custom-select.custom-select__offers {
        min-width: 250px;
        display: inline-block;
    }
}

.selected-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: var(--black);
    border-radius: var(--small-border-radius);
    border: 1px solid var(--gray2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .selected-list__item {
        padding: 6px 13px;
        margin-right: 12px;
        margin-bottom: 12px;
    }
}

.selected-list__item::after {
    content: "";
    width: 18px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.75L13.5 5.25M4.5 5.25L13.5 14.75' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.selected-list__item:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    color: var(--gray4);
    background: var(--gray2);
}

.selected-list__item.is-accent {
    color: var(--gray4);
    background: var(--gray2);
}

.suggestion__result {
    display: block;
}

.popup .suggestion__result {
    position: fixed;
    top: auto;
    left: auto;
    right: auto;
    z-index: 99999;
}

.location__tooltip {
    --button-height: 35px;
}

.location__tooltip-buttons {
    margin-top: 10px;
    justify-content: center;
    display: flex;
}

.location__tooltip-buttons .btn {
    min-width: unset;
    font-size: 100%;
}

.location__tooltip-buttons .btn+.btn {
    margin-left: 5px
}

.location__tooltip-text {
    text-align: center;
}

.main__content {
    width: 100%;
}

.main-sorting {
    margin-bottom: 30px;
}

.main-sorting__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-sorting__view-btn {
    fill: var(--black);
    display: flex;
}

.main-sorting__view-btn:not(:first-child) {
    stroke: var(--black);
    margin-left: 12px;
}

.main-sorting__bottom {
    margin-top: 20px;
}

.main-sorting__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.main__page-lazy {
    justify-content: center;
}

.page-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: var(--small-border-radius);
    color: var(--gray2);
    font-size: 22px;
    width: 40px;
    height: 40px;
}

@media (min-width: 768px) {
    .page-nav__link {
        font-size: 18px;
        padding: 6px;
    }
}

.page-nav__link:hover {
    color: var(--black);
}

.page-nav__link.is-accent {
    color: var(--gray4);
    background: var(--gray);
}

.page-nav__link.is-current {
    color: var(--black);
}

.detail__slider-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 340px;
    justify-content: center;
}

.detail__set {
    margin-top: 80px;
    margin-bottom: 0;
}

.set__constructor {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.set__items {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* justify-content: center; */
    /* align-items: center; */
    max-height: 410px;
    padding: 5px 10px;
    /* margin: -15px 0 -40px; */
}

.set__item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    position: relative;
    overflow: visible;
    opacity: 0.5;
}

.set__item+.set__item {
    margin-top: 10px;
}

.set__item.active {
    opacity: 1;
}

.set__item-picture {
    width: 48px;
    height: 48px;
}

.set__item-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.set__constructor .main__grid {
    justify-content: space-between;
}

.set__item-price .price,
.set__total-price .price {
    margin: 0;
    flex-direction: column;
    align-items: flex-end;
}

.set__total-price .price {
    align-items: center;
}

.set__item-price .price__old,
.set__total-price .price__old {
    margin: 0;
}

.price__price-measure,
.price__old-discount {
    display: flex;
}

.set__item-action {
    padding: 5px;
}

.set__item-action .check__button {
    display: flex;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    border: 2px solid var(--black);
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: var(--small-border-radius);

}

.set__item.active .set__item-action .check__button {
    background: var(--black);
}

.set__item.active .set__item-action .check__button svg path {
    stroke: var(--white);
}

.set__item .set__item-action svg {
    display: none;
}

.set__item.active .set__item-action svg {
    /* transform: rotate(45deg); */
    display: block;
    padding: 2px;
    stroke-width: 2px;
}

.set__item-title {
    margin-right: auto;
    margin-left: 10px;
}

.set__item-price {
    text-align: right;
    margin-left: 10px;
}

.set__total {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.set__total-title {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    margin-top: 15px;
}

.set__total-items {
    padding: 20px 20px 20px 40px;
    /* padding: 0; */
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    list-style: none;
}

.set__total-items li {
    position: relative;
}

.set__total-items li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='check' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.5L5 9.5L11 0.5' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -23px;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}

.set__total-items li+li {
    margin-top: 10px;
}

.set__total-content {
    margin-top: auto;
    width: 100%;
}

.set__total-buttons {
    margin-top: 20px;
}

.set__total-price .price {
    font-size: 25px;
}

.set__constructor .product-card::before,
.set__item:before,
.set__total:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -15px;
    bottom: -24px;
    right: -20px;
    background: var(--white);
    z-index: -1;
    border-radius: var(--card-border-radius);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(89, 89, 87, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(89, 89, 87, 0.15);
    opacity: 1;
}

.set__item:before {
    left: 0;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: var(--border-radius);
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(89, 89, 87, 0.15); */
    /* box-shadow: 0px 0px 10px 0px rgba(89, 89, 87, 0.15); */
}

.set__items-total:before {
    content: '=';
    position: absolute;
    top: 50%;
    left: -60px;
    font-size: 50px;
    color: var(--gray3);
}

.set__items-main,
.set__items-child,
.set__items-total {
    padding: 0 10px;
}

.set__items-main {
    position: relative;
    width: 20%;
}

.set__items-child {
    width: 50%;
}

.set__items-total {
    position: relative;
    width: 20%;
}

.set__items-main:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: -60px;
    font-size: 50px;
    color: var(--black);
    opacity: 0.5;
}


@media (min-width: 992px) {
    .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
    }

    .detail__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: stretch;
        width: 45%;
        margin-right: 30px;
        position: relative;
        /* padding-left: 95px; */
        position: sticky;
        top: 30px;
        align-items: stretch;
    }

    .detail__set {
        margin-top: 0;
    }

    .detail__slider-wrapper {
        /* align-items: stretch; */
    }
}



.detail__slider .slick-slider:before,
.detail__slider .slick-slider:after {
    content: none;
}

.detail__slider .slick-list {
    /* overflow: hidden; */
    /* margin: 0; */
    /* width: 100%; */
}

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

.detail__slider img,
.detail__slider video {
    max-width: 100%;
    max-height: 100%;
    max-height: 600px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: var(--main-border-radius);
}


.detail__slider [aria-hidden=true] {
    opacity: 1 !important;
}

.detail__slider .tns-ovh {
    overflow: hidden;
}

.detail__big-slider {
    position: relative;
    width: 100%;
}

.detail__big-slider .tns-controls button,
.detail__big-slider .slick-arrow {
    position: absolute;
    left: 15px;
    top: calc(50% - 20px);
}

@media (min-width: 992px) {

    .detail__big-slider .tns-controls button,
    .detail__big-slider .slick-arrow {
        left: 24px;
    }
}

.detail__big-slider .tns-controls button[data-controls=next],
.detail__big-slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
}

@media (min-width: 992px) {

    .detail__big-slider .tns-controls button[data-controls=next],
    .detail__big-slider .slick-arrow.slick-next {
        right: 24px;
    }
}

.detail__badge {
    position: absolute;
    left: 15px;
    top: 14px;
    right: 50px;
    z-index: 55;
}

@media (min-width: 992px) {
    .detail__badge {
        left: 28px;
        top: 28px;
    }
}

.detail__art {
    color: var(--gray4);
}

.detail__nav-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 55;
}

@media (min-width: 992px) {
    .detail__nav-btns {
        right: 24px;
        top: 24px;
    }
}

.detail__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.detail__nav-btn:last-child {
    margin-bottom: 0;
}

.detail__nav-btn svg {
    stroke: var(--theme-color);
    fill: none;
    min-width: 23px;
}

@media (min-width: 768px) {
    .detail__nav-btn {
        width: 43px;
        height: 43px;
    }
}

.detail__nav-btn.is-active svg {
    fill: var(--theme-color);
}

.detail__slide {
    /* display: -webkit-box !important; */
    display: -ms-flexbox !important;
    /* display: flex !important; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    /* height: 420px; */
    overflow: hidden;
    border-radius: var(--main-border-radius);
    /* background: #D9D9D9; */
    position: relative;
}



@media (max-width: 991px) {
    .detail__thumbs {
        /* display: none; */
        margin-top: 10px;
    }

    .detail__thumbs-slider:not(.slick-initialized) {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    .detail__thumbs {
        /* position: absolute; */
        left: 0;
        top: 0;
        bottom: 0;
        width: 80px;
        height: 100%;
        margin-right: 15px;
        align-self: flex-start;
    }

    .detail__thumbs .tns-outer,
    .detail__thumbs .tns-ovh {
        height: 100%;
    }

    .detail__thumbs .tns-controls button {
        position: absolute;
        top: 0;
        left: 17px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .detail__thumbs .tns-controls button[data-controls=next] {
        top: auto;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .detail__thumbs-slider {
        height: 100%;
    }
}

.detail__thumbs .tns-slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.detail__thumbs-slider_small .slick-track {
    transform: none !important;
}

.detail__thumb {
    position: relative;
    width: 80px;
    /* max-width: 80px; */
    height: 80px;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 10px;
}

.detail__thumb.has-video::after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    background-image: url("../img/icons/video.svg");
    z-index: 2;
}

.detail__thumb:not(.tns-nav-active)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    opacity: 0.6;
    z-index: 1;
}

.detail__thumb.slick-current::before {
    content: none;
}

.detail__thumb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.detail .tns-controls button,
.detail .slick-arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    min-width: 43px;
    padding: 5px;
    border-radius: 50%;
    background: var(--white);
    -webkit-box-shadow: 0px 4px 15px rgba(89, 89, 87, 0.1);
    box-shadow: 0px 4px 15px rgba(89, 89, 87, 0.1);
    z-index: 65;
}

.detail__thumbs-slider.slick-vertical .slick-arrow.slick-disabled {
    display: none !important;
}

.detail__thumbs-slider.slick-vertical .slick-arrow {
    /* transform:rotate(90deg); */
    width: 100%;
    height: 25px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* display: block; */
    flex-direction: row;
    padding: 3px;
}

.detail__thumbs-slider.slick-vertical .slick-arrow:before {
    height: 15px;
    background-position: center;
}

.detail__thumbs-slider.slick-vertical .slick-arrow.slick-prev:before {
    transform: rotate(270deg);
}

.detail__thumbs-slider.slick-vertical .slick-arrow.slick-next:before {
    transform: rotate(90deg);
}

.detail__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .detail__data {
        width: calc(55% - 30px);
        max-width: calc(55% - 30px);
    }

    .detail__top {
        margin-top: 0;
        margin-bottom: 16px;
    }
}

.detail__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black);
    background: 0;
    padding: 0;
    outline: none;
    stroke: var(--black);
    border: 0;
}

.detail__share svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
}

.detail__description,
.detail__properties {
    margin-top: 20px;
    font-size: 90%;
    max-height: 150px;
    overflow: hidden;
}

.detail__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    gap: 16px;
}

.detail__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    color: var(--gray4);
}

@media (min-width: 992px) {
    .detail__brand {
        margin-top: 16px;
    }
}

.detail__brand a {
    display: inline-block;
    margin-left: 5px;
    text-decoration: underline;
    color: var(--black);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
}

.detail__price {
    margin-top: 30px;
    font-size: 30px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .detail__price {
        margin-top: 30px;
    }
}

.detail__price-message {
    white-space: normal;
}

.detail__cheaper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    color: var(--gray4);
    background: 0;
    padding: 0;
    outline: none;
    stroke: var(--gray4);
    border: 0;
    text-decoration: underline;
}

.detail__cheaper svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
}

.detail__size,
.detail__store {
    margin-top: 30px;
}

@media (min-width: 992px) {

    .detail__size,
    .detail__store {
        margin-top: 34px;
    }
}

.detail__size-header,
.detail__store-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 465px;
    margin-bottom: 15px;
    color: var(--gray4);
}

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

.detail__size-widget .size-widget__item {
    margin-right: 8px;
}

.detail__size-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray4);
    background: 0;
    padding: 0;
    outline: none;
    stroke: var(--gray4);
    border: 0;
    text-decoration: underline;
}

.detail__size-table svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
}

.detail__color-widget {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .detail__color-widget {
        margin-top: 35px;
    }
}

.detail__store-item {
    display: grid;
    grid-template-columns: 150px 100px 20px;
    padding: 5px 0;
    border-bottom: 1px solid var(--gray);
}

.detail__store-item--quantity {
    text-align: center;
}

.detail__store-item--checkbox {
    display: flex;
    justify-content: right;
}

.detail__store {
    display: flex;
    flex-direction: column;
    width: 270px;
}

.detail__store .detail__store-item:last-child {
    border: none;
}

.detail__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.detail__buttons.detail__buttons--simple {
    flex-direction: column;
}

.detail__buttons .detail__buttons {
    margin-top: 0;
}

.detail__buttons .btn {
    min-width: 250px;
}

@media (min-width: 1200px) {
    .detail__buttons {
        margin-top: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        margin-bottom: 20px;
    }
}

.detail__counter {
    margin-bottom: 15px;
}

[data-quantity-cart] .detail__counter {
    display: none !important;
}

.active-cart [data-quantity-cart] .product-card__basket {
    display: none;
}

.active-cart [data-quantity-cart] .detail__counter {
    display: flex !important;
    min-width: 250px;
}

@media (min-width: 1200px) {
    .detail__counter {
        margin-bottom: 0;
        max-width: 250px;
    }
}

.detail__buy {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .detail__buy {
        margin-top: 0;
        max-width: 300px;
    }
}

.detail__content {
    margin-top: 30px;
}

.detail__content-tabs_titles {
    display: flex;
    width: 100%;
    min-width: 100%;
    border-bottom: 1px solid var(--gray2);
    /* padding-bottom: 10px; */
}

.detail__content-tabs_titles .btn {
    min-width: unset;
    width: auto;
}

.detail__content-tabs_titles .btn+.btn {
    margin-left: 20px;
}

.detail__content-tabs_titles .btn.active {
    color: var(--theme-font-color);
    background: var(--theme-color);
}

.detail__content-tabs_titles .tab-item {
    padding: 0 35px 10px;
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    cursor: pointer;
}

.detail__content-tabs_titles .tab-item.active {
    border-bottom: 3px solid var(--theme-color);
}



@media (min-width: 992px) {
    .detail__content {
        margin-top: 45px;
    }

    .detail__content-tabs_titles~.detail__content-body .detail-info {
        border: none;
    }
}



.detail-info {
    padding: 24px 0;
    border-top: 1px solid var(--gray2);
}

.detail-info:last-child {
    border-bottom: 1px solid var(--gray2);
}

.detail-info.active .detail-info__dropdown {
    display: block;
}

.detail-info.active .detail-info__title::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.detail-info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.detail-info__title::after {
    content: "";
    width: 18px;
    height: 10px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url("../img/icons/angle-down.svg");
}

.detail-info__dropdown {
    display: none;
    margin-top: 15px;
}

.detail-info__dropdown p {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--gray4);
}

@media (max-width: 767px) {
    .detail-info__dropdown p {
        font-size: 14px;
    }
}

.detail-info__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.detail-info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: var(--font-weight-bold);
    color: var(--black);
    stroke: var(--black);
}

.detail-info__link svg {
    margin-left: 8px;
}

.color-widget__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: var(--font-weight-bold);
    color: var(--black);
}

.color-widget__selected::before {
    content: attr(data-title);
    color: var(--gray4);
    margin-right: 8px;
    font-weight: 400;
}

.color-widget__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.product-card .color-widget__list {
    margin-top: 0;
}

.color-widget__item {
    margin-right: 10px;
}

.color-widget__item input {
    display: none;
}

.color-widget__item input:checked+span::before,
.color-widget__item[data-active] span::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid var(--theme-color);
    border-radius: var(--round-border-radius);
}

.color-widget__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: var(--round-border-radius);
    border: 1px solid var(--gray2);
    background-position: center;
    background-size: cover;
}

.color-widget__item:last-child {
    margin-right: 0;
}

.chars-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .chars-list__item {
        font-size: 14px;
        flex-direction: column;
    }

}

.chars-list__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 50%;
    height: 1px;
    border-bottom: 1px dashed var(--gray2);
}

.chars-list__item:last-child {
    margin-bottom: 0;
}

.chars-list__item span {
    padding: 0 5px;
    margin: 0 -5px;
    z-index: 1;
    position: relative;
    background: var(--white);
    color: var(--gray4);
    max-width: 49%;
}

.chars-list__item span:last-child {
    width: 50%;
    color: var(--black);
    font-weight: var(--font-weight-bold);
}

@media (max-width: 767px) {

    .chars-list__item span {
        width: 100%;
        max-width: 100%;
    }

    .chars-list__item span:last-child {
        width: 100%;
        max-width: 100%;
    }
}

.load-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    /* height: 154px; */
    border-radius: var(--border-radius);
    border: 1px solid var(--gray2);
    cursor: pointer;
}

.load-file__name {
    position: relative;
    padding-left: 36px;
    color: var(--gray4);
    /* text-decoration: underline; */
}

@media (min-width: 992px) {
    .load-file__name {
        font-size: 16px;
        line-height: 24px;
    }
}

.load-file__name::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-image: url("../img/icons/link.svg");
}

.load-file__name span {
    text-decoration: underline;
}

.load-file input {
    display: none;
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.star-rating input {
    display: none;
}

.star-rating input:checked~label:before {
    background-image: url("../img/icons/star.svg");
}

.star-rating input:hover~label {
    cursor: pointer;
}

.star-rating input:hover~label::before {
    background-image: url("../img/icons/star.svg");
}

.star-rating label::before {
    content: "";
    margin: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons/star-empty.svg");
}

.reviews-widget {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-widget.is-active .reviews-widget__add-review {
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .reviews-widget.is-active .reviews-widget__add-review {
        margin-bottom: 50px;
    }
}

.reviews-widget__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .reviews-widget__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .reviews-widget__header {
        margin-bottom: 45px;
    }
}

.reviews-widget__toggle-review {
    margin-top: 15px;
    min-width: inherit;
}

@media (min-width: 768px) {
    .reviews-widget__toggle-review {
        width: 300px;
        margin-top: 0;
    }
}

.reviews-widget__add-review {
    display: none;
}

.reviews-widget__page-nav {
    margin-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.add-review__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
}

.add-review__field.is-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.add-review__field.is-flex .add-review__heading {
    margin-bottom: 0;
}

.add-review__field.is-flex .star-rating {
    margin-top: 3px;
}

.add-review__field.is-flex .star-rating::after {
    margin: 0 15px;
    content: "-";
    color: var(--black);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
}

@media (min-width: 768px) {
    .add-review__field.is-flex .star-rating::after {
        margin: 0 35px;
    }
}

.add-review__field:last-child {
    margin-bottom: 0;
}

.add-review__heading {
    margin-bottom: 8px;
    color: var(--black);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 26px;
}

@media (min-width: 768px) {
    .add-review__heading {
        font-size: 20px;
    }
}

.add-review__heading span {
    color: var(--red);
}

.add-review__input {
    width: 100%;
    height: var(--input-height);
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
    border-radius: var(--border-radius);
    border: 1px solid var(--gray2);
}

.add-review__textarea {
    width: 100%;
    height: 154px;
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
    border-radius: var(--border-radius);
    border: 1px solid var(--gray2);
}

.add-review__textarea.is-sm {
    height: 94px;
}

.add-review__robot {
    max-width: 295px;
}

.add-review__send {
    min-width: inherit;
}

@media (min-width: 640px) {
    .add-review__send {
        width: 300px;
    }
}

.questions-widget {
    margin: 0 -15px;
    padding: 35px 20px;
    border-radius: var(--main-border-radius);
    background: var(--gray);
}

@media (min-width: 992px) {
    .questions-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px;
        margin: 0;
        padding: 50px 30px 75px;
        border-radius: var(--main-border-radius);
    }
}

@media (min-width: 1200px) {
    .questions-widget {
        padding: 52px 140px 88px 90px;
    }
}

@media (min-width: 992px) {
    .questions-widget__data {
        max-width: 420px;
    }
}

@media (min-width: 992px) {
    .questions-widget__form {
        max-width: 530px;
        margin-left: auto;
    }
}

.form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
}

.form__field:last-child {
    margin-bottom: 0;
}

.form__field input:focus,
.form__field textarea:focus {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: var(--theme-color);
}

.form__field input:not(:-moz-placeholder-shown)~label,
.form__field textarea:not(:-moz-placeholder-shown)~label {
    font-size: 14px;
    color: var(--black);
    top: -8px;
    left: 15px !important;
    background: var(--white);
    padding: 0px 5px;
}

.form__field input:not(:-ms-input-placeholder)~label,
.form__field textarea:not(:-ms-input-placeholder)~label {
    font-size: 14px;
    color: var(--black);
    top: -8px;
    left: 15px !important;
    background: var(--white);
    padding: 0px 5px;
}

.form__field input:focus~label,
.form__field input:not(:placeholder-shown)~label,
.form__field textarea:not(:placeholder-shown)~label,
.form__field textarea:focus~label {
    font-size: 14px;
    color: var(--black);
    top: -8px;
    left: 15px !important;
    background: var(--white);
    padding: 0px 5px;
}

.questions-widget .form__field input:focus~label,
.questions-widget .form__field input:not(:placeholder-shown)~label,
.questions-widget .form__field textarea:not(:placeholder-shown)~label,
.questions-widget .form__field textarea:focus~label {
    background: var(--gray);
}

.form__field label {
    font-size: 16px;
    color: var(--gray4);
    background: none;
    position: absolute;
    top: 14px;
    left: 16px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}

.form__field .bx-authform-input-container label {
    position: static;
    pointer-events: all;
}

.form__field label span {
    color: var(--red);
}

.form__field input[type=tel]+label {
    left: 40px;
}


.form__flag {
    position: absolute;
    left: 15px;
    top: 16px;
}

.form__input,
.form-control {
    width: 100%;
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: 0;
    color: var(--black);
    border-radius: var(--border-radius);
    /* -webkit-transition: 0.5s; */
    /* transition: 0.5s; */
    border: 1px solid var(--gray2);
}

.form__input {
    height: var(--input-height);
}

.form__input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--gray4);
}

.form__input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--gray4);
}

.form__input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--gray4);
}

.form__input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: var(--gray4);
}

.form__input::placeholder,
.form-control::placeholder {
    color: var(--gray4);
}

.form__input[type=tel],
.form-control[type=tel] {
    padding-left: 45px;
}

.form__input.error,
.form-control.error {
    border-color: var(--red);
}

.form .error-message {
    color: var(--red);
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
}

.form__textarea {
    width: 100%;
    height: 100px;
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: 0;
    color: var(--black);
    border-radius: var(--border-radius);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid var(--gray2);
}

.form__textarea::-webkit-input-placeholder {
    color: var(--gray4);
}

.form__textarea::-moz-placeholder {
    color: var(--gray4);
}

.form__textarea:-ms-input-placeholder {
    color: var(--gray4);
}

.form__textarea::-ms-input-placeholder {
    color: var(--gray4);
}

.form__textarea::placeholder {
    color: var(--gray4);
}

.form__captcha {
    display: flex;
}

.form__captcha-block {
    position: relative;
    display: flex;
    margin-right: 10px;
}

.form__captcha {
    margin-top: 20px;
    align-items: center;
}


.form__captcha-block:after {
    content: '';
    position: absolute;
    right: 7px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/refresh.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.3;
}

.form__captcha .form__field-block {
    width: 100%;
}

.form__footer {
    margin-top: 28px;
}

.form__footer-buttons {
    display: flex;
    /* justify-content: center; */
}

.form__footer-buttons .btn {
    min-width: inherit;
    width: 100%;
    max-width: 300px;
}

.form__send {
    min-width: inherit;
    width: 100%;
    max-width: 300px;
}

.form__terms {
    margin-top: 12px;
    color: var(--gray4);
    font-size: 12px;
    line-height: 18px;
}

.form__terms a {
    color: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

@media (min-width: 992px) {
    .form__terms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.form__checkbox,
[data-bx-user-consent] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.form__checkbox input,
[data-bx-user-consent] input[type="checkbox"] {
    display: none;
}


.form__checkbox span,
[data-bx-user-consent] .main-user-consent-request-announce-link {
    position: relative;
    padding-left: 29px;
    text-align: left;
    color: var(--gray4);
    font-size: 12px;
    line-height: 18px;
}

.form__checkbox span::before,
.form__checkbox input:checked~span::after,
[data-bx-user-consent] .main-user-consent-request-announce-link:before,
[data-bx-user-consent] .main-user-consent-request-announce-link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid var(--theme-color);
    border-radius: var(--small-border-radius);
}

.form__checkbox input.is-invalid~span::before {
    border-color: red;
}

.form__checkbox input:checked~span::after {
    border-color: var(--theme-color);
}

.form__checkbox input:checked~span::after,
[data-bx-user-consent] input[type="checkbox"]:checked+.main-user-consent-request-announce-link:after {
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: var(--theme-color);
    width: 14px;
    height: 14px;
    left: 3px;
    top: 5px;
    border-radius: calc(var(--small-border-radius) - 2px);
    border: none;
}

.form__checkbox span a {
    color: inherit;
    text-decoration: underline;
}

.form__checkbox .error-message {
    order: 999;
    padding-left: 30px;
}

.cart-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .cart-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.cart-block__photo {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-bottom: 60%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

@media (min-width: 768px) {
    .cart-block__photo {
        padding-bottom: 45%;
    }
}

@media (max-width: 1199px) {
    .cart-block__photo {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .cart-block__photo {
        width: 146px;
        height: 185px;
        padding: 0;
        margin-right: 20px;
    }
}

.cart-block__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-block__favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 8px;
    top: 8px;
    background: 0;
    padding: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    stroke: var(--black);
    border: 0;
    border-radius: 50%;
    background: var(--white);
    z-index: 5;
}

@media (min-width: 1200px) {
    .cart-block__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 246px;
        justify-content: center;
    }
}

.cart-block__title {
    font-family: var(--main-font);
    font-weight: var(--font-weight-bold);
    line-height: 20px;
    color: var(--black);
}

.cart-block__art {
    margin-top: 8px;
    color: var(--gray4);
    font-size: 14px;
    line-height: 20px;
}

.cart-block__size {
    margin-top: 14px;
}

.cart-block__color-widget {
    margin-top: 9px;
}

@media (max-width: 1199px) {
    .cart-block__counter {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .cart-block__counter {
        width: 132px;
        margin: auto 50px auto auto;
    }
}

.cart-block__val {
    text-align: center;
    margin-top: 8px;
    color: var(--gray4);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
}

.cart-block__price {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .cart-block__price {
        margin: auto 0;
    }
}

.cart-block__remove {
    margin-top: 10px;
    text-decoration: underline;
    color: var(--black);
    stroke: var(--black);
}

.cart-block__remove svg {
    display: none;
}

@media (min-width: 1200px) {
    .cart-block__remove {
        width: 24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0;
        margin: auto 0 auto 50px;
    }

    .cart-block__remove svg {
        display: block;
        width: 12px;
        height: 12px;
    }
}

.cart-block .color-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cart-block .color-widget__selected {
    font-size: 0;
}

.cart-block .color-widget__selected::before {
    font-size: 14px;
}

.cart-block .color-widget__list {
    margin-top: 0;
}

.cart-block .color-widget__item span {
    width: 20px;
    height: 20px;
}

.cart-block .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    gap: 4px;
}

@media (min-width: 1200px) {
    .cart-block .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cart-block .price__old {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 1200px) {
    .cart-block .price__old {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        width: auto;
    }
}

.cart-block .size-widget__list {
    margin-bottom: -8px;
    display: flex;
}

.cart-block .size-widget__item {
    padding: 2px 7px;
    font-size: 14px;
    margin-bottom: 8px;
}

.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: var(--main-border-radius);
    background: var(--gray);
}

.cart-total__title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 28px;
    font-family: var(--main-font);
}

.cart-total__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--gray4);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
    margin-bottom: 10px;
}

.cart-total__item span {
    color: var(--black);
}

.cart-total__item span.is-red {
    color: var(--red);
}

.cart-total__item:last-child {
    margin-bottom: 0;
}

.cart-total__promo {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-total__promo input {
    width: 100%;
    height: var(--input-height);
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    border: 1px solid var(--gray2);
}

.cart-total__send-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 63px;
    height: var(--input-height);
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    background: var(--theme-color);
    border: 0;
}

.cart-total__send-promo::before {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/promo-btn.svg");
}

.cart-total__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 28px;
    color: var(--black);
    text-align: right;
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 26px;
}

.cart-total__total::before {
    content: attr(data-title);
    font-size: 18px;
}

.cart-total__btns {
    margin-top: 20px;
}

.cart-total__btn {
    width: 100%;
    min-width: inherit;
}

.cart-total__btn:not(:first-child) {
    margin-top: 15px;
}

.cart-total__terms {
    margin-top: 8px;
    color: var(--gray4);
    font-size: 13px;
    line-height: 18px;
}

.cart-total__terms a {
    color: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 992px) {
    .cart {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.cart__remove-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 12px;
    margin-bottom: 20px;
    color: var(--gray4);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
    border-radius: var(--small-border-radius);
    border: 0;
    background: var(--gray);
}

@media (min-width: 992px) {
    .cart__remove-all {
        margin-left: auto;
    }
}

.cart__remove-all::after {
    content: "";
    width: 18px;
    height: 20px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.75L13.5 5.25M4.5 5.25L13.5 14.75' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cart__remove-all:hover {
    background: var(--gray2);
}

.cart__print {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
}

@media (min-width: 992px) {
    .cart__print {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 7px;
        margin-bottom: 26px;
    }
}

.cart__print::after {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 8px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/print.svg");
}

.cart__print:hover {
    text-decoration: underline;
    cursor: pointer;
}

.cart__item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gray2);
}

.cart__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.cart__aside {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .cart__aside {
        margin-bottom: 0;
        margin-left: 25px;
        width: 320px;
    }
}

@media (min-width: 1200px) {
    .cart__aside {
        width: 410px;
    }
}

@media (min-width: 992px) {
    .cart__main {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (min-width: 992px) {
    .cart__cart-total {
        position: sticky;
        top: 30px;
    }
}

.cart-stub {
    max-width: 620px;
}

.cart-stub__caption {
    margin-top: 20px;
}

.cart-stub__btn {
    margin-top: 25px;
    min-width: inherit;
    width: 100%;
    max-width: 300px;
}

@media (min-width: 992px) {
    .cart-stub__btn {
        margin-top: 45px;
    }
}

.navigator {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .navigator {
        margin-bottom: 80px;
        margin-top: -5px;
    }
}

.navigator [aria-hidden=true] {
    opacity: 1;
}

.navigator .tns-autowidth {
    display: inline-block !important;
}

@media (min-width: 992px) {
    .navigator .tns-autowidth {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.navigator__inner {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--gray2);
    border-bottom: 1px solid var(--gray2);
}

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

.navigator__item {
    padding-right: 20px;
}

.navigator__item:last-child {
    padding-right: 0;
}

.navigator__item.is-current a {
    color: var(--black);
}

.navigator__item.is-current a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--black);
}

.navigator__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0px;
    position: relative;
    color: var(--gray3);
    font-family: var(--main-font);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .navigator__link {
        font-size: 20px;
        line-height: 28px;
        padding-top: 23px;
        padding-bottom: 24px;
    }
}

.about__caption {
    margin-top: 20px;
    max-width: 850px;
    color: var(--gray4);
}

@media (min-width: 992px) {
    .about__caption {
        margin-top: 45px;
        font-size: 18px;
        line-height: 24px;
    }
}

.about__preview {
    margin-top: 20px;
    max-width: 100%;
    overflow: hidden;
    border-radius: var(--main-border-radius);
}

.about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-card__title {
    font-size: 28px;
}

@media (min-width: 768px) {
    .about-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-card.is-revert {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .about-card.is-revert .about-card__preview {
        margin-left: 0;
        margin-right: 30px;
    }
}

.about-card__text {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .about-card__text {
        margin-top: 30px;
    }
}

.about-card__text p {
    margin-bottom: 15px;
    color: var(--gray4);
    margin-top: 0;
}

.about-card__text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .about-card__text p {
        font-size: 18px;
        line-height: 24px;
    }
}

.about-card__preview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    max-width: 100%;
    overflow: hidden;
    border-radius: var(--main-border-radius);
}

@media (min-width: 768px) {
    .about-card__preview {
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-left: 30px;
        position: sticky;
        top: 30px;
    }
}

@media (min-width: 1200px) {
    .about-card__preview {
        width: 100%;
        max-width: 520px;
    }
}

.contacts-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding: 24px;
    border-radius: var(--card-border-radius);
    background: var(--gray);
}

@media (min-width: 992px) {
    .contacts-widget {
        padding: 50px 30px 75px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .contacts-widget {
        padding: 37px 153px 66px 116px;
    }
}

@media (min-width: 992px) {
    .contacts-widget__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }
}

.contacts-widget__col {
    margin-bottom: 20px;
    max-width: 320px;
}

.contacts-widget__col:last-child {
    margin-bottom: 0;
}

.contacts-widget__title {
    margin-bottom: 15px;
    color: var(--black);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
}

.contacts-widget__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contacts-widget__item {
    margin-bottom: 10px;
    /* color: var(--gray4); */
    /* font-weight: var(--font-weight-bold); */
}

.contacts-widget__item:last-child {
    margin-bottom: 0;
}

.contacts-widget__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: inherit;
    stroke: var(--gray4);
}

.contacts-widget__link svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.contacts-widget__socials {
    margin-top: 15px;
}

.contacts__header {
    margin-bottom: 28px;
}

.contacts__caption {
    margin-top: 15px;
    color: var(--gray4);
    max-width: 890px;
}

@media (min-width: 992px) {
    .contacts__caption {
        margin-right: 45px;
        font-size: 18px;
        line-height: 24px;
    }
}

.contacts__col {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray2);
}

@media (min-width: 992px) {
    .contacts__col {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.contacts__col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contacts__heading {
    margin-bottom: 15px;
    color: var(--black);
}

@media (min-width: 992px) {
    .contacts__heading {
        margin-bottom: 30px;
    }
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .contacts__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (min-width: 992px) {
    .contacts__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.contacts__row:last-child {
    margin-bottom: 0;
}

.contacts__row a:hover {
    text-decoration: underline;
}

.contacts__item {
    color: var(--black);
    font-weight: 700;
    margin-bottom: 15px;
}

.contacts__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .contacts__item:first-child {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .contacts__item:first-child {
        width: auto;
    }
}

.contacts__store-list {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .contacts__store-list {
        margin-top: 45px;
    }
}

.nav-list {
    overflow: hidden;
}

.nav-list [aria-hidden=true] {
    opacity: 1;
}

.nav-list .tns-autowidth {
    display: inline-block !important;
}

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

.nav-list__item {
    padding-right: 20px;
}

.nav-list__item:last-child {
    padding-right: 0;
}

.nav-list__item.is-active a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--white);
    background: var(--black);
    border-color: var(--black);
}

.nav-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 25px;
    color: var(--gray4);
    font-weight: var(--font-weight-bold);
    border-radius: var(--border-radius);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid var(--gray2);
}

.nav-list__link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--white);
    background: var(--black);
    border-color: var(--black);
}

@media (min-width: 992px) {
    .nav-list__link {
        font-size: 20px;
        line-height: 24px;
    }
}



.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-card__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 60%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

@media (min-width: 992px) {
    .news-card__photo {
        border-radius: var(--card-border-radius);
    }
}

.news-card__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card__data {
    margin-top: 24px;
}

.news-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.news-card__date {
    color: var(--black);
    font-size: 14px;
    line-height: 20px;
}

.news-card__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    padding: 5px 15px;
    color: var(--black);
    font-size: 14px;
    line-height: 20px;
    border-radius: var(--small-border-radius);
    border: 1px solid var(--black);
}

.news-card__title {
    color: var(--black);
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 28px;
}

.news-card__text {
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--gray4);
}

.brands__grid .news-card__data {
    display: flex;
    justify-content: center;
}

.brands__nav {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
    font-weight: bold;
}

.brands__group {
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--gray2);
}

.brands__items .brands__group:first-child {
    border: none;
}

.brands__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.brands__list {
    margin: 10px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: start;
    gap: 10px;
}

.news-detail {
    margin-bottom: 40px;
}

.news-detail__promo,
.news-detail__promo-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 15px;

    /* overflow: hidden; */
    min-height: 250px;
}

.news-detail__promo-full {
    padding: 0;
    min-height: unset;
    margin-bottom: 40px;
}

.news-detail__promo-full .article__share,
.news-detail__promo .article__share {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.news-detail__body~.article__share {
    margin-top: 20px;
}

.article__share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    border-radius: var(--main-border-radius);
    background: var(--black-transparent);
    border: none;
}

.article__share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    color: var(--white)
}

.article__share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    filter: invert(1) !important;
    ;
}

.news-detail__promo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    border-radius: var(--border-radius);
}

.news-detail__promo-full img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .news-detail__promo {
        min-height: 400px;
        padding: 50px;
    }

    .news-detail__promo img {
        border-radius: var(--card-border-radius);
    }

    .news-detail__promo-full img {
        border-radius: var(--card-border-radius);
    }
}

.news-detail__title {
    color: var(--white);
    padding: 20px;
}

@media (min-width: 992px) {
    .news-detail__title {
        max-width: 910px;
        padding: 28px 36px;
        text-align: center;
    }
}

.news-detail__date {
    text-align: center;
    font-weight: bold;
}

.news-detail__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 0;
    color: var(--black);
}

.news-detail__body {
    margin: 30px auto 0;
    /* max-width: 850px; */
    color: var(--black);
    font-weight: var(--font-weight);
}


.article__share {
    margin-left: auto;
}

.brand__detail {
    margin-bottom: 0;
}

.brand__detail .main-header__title {
    text-align: left;
    margin: 0;
}

.brand__detail .news-detail__title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand__detail .news-detail__title-container img {
    max-width: 100%;
    max-height: 100%;
}

.brand__detail .news-detail__title-container .news-detail__image {
    width: 100px;
    height: 55px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .news-detail__head,
    .news-detail__body {
        font-size: 18px;
        line-height: 24px;
    }
}

.popup .news-detail__body {
    margin-top: 0;
}

.news-detail__body h1,
.news-detail__body h2,
.news-detail__body h3,
.news-detail__body h4,
.news-detail__body h5,
.news-detail__body h6 {
    color: var(--black);
    margin-bottom: 20px;
    line-height: normal;
}

@media (max-width: 991px) {

    .news-detail__head,
    .news-detail__body {
        margin: 15px auto 0
    }

    .news-detail__body h1,
    .news-detail__body h2,
    .news-detail__body h3,
    .news-detail__body h4,
    .news-detail__body h5,
    .news-detail__body h6 {
        font-size: 18px;
    }
}

.news-detail__body td,
.news-detail__body th {
    border: 1px solid var(--blackabs);
    padding: 5px;
}

.news-detail__body ul,
.news-detail__body ol {
    padding-left: 20px;
}

.news-detail__body li {
    margin-bottom: 5px;
}

.news-detail__body li:last-child {
    margin-bottom: 0;
}

.news-detail__body li ul {
    margin: 10px 0;
}

.news-detail__body i {
    margin-bottom: 15px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--card-border-radius);
    background: var(--gray);
    color: var(--black);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
}

.news-detail__body table {
    border-collapse: collapse;
}

.news-detail__body img {
    max-width: 100%;
}

.services-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 640px) {
    .services-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.services-card__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 60%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

@media (min-width: 640px) {
    .services-card__photo {
        width: 250px;
        height: 230px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-bottom: 0%;
        margin-right: 24px;
    }
}

@media (min-width: 992px) {
    .services-card__photo {
        border-radius: var(--main-border-radius);
        width: 410px;
    }
}

.services-card__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services-card__data {
    margin-top: 24px;
}

@media (min-width: 640px) {
    .services-card__data {
        margin-top: 0;
    }
}

.services-card__title {
    color: var(--black);
}

@media (max-width: 991px) {
    .services-card__title {
        font-size: 18px;
    }
}

.services-card__text {
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--gray4);
}

.services-card__more {
    margin-top: 24px;
}

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

@media (max-width: 991px) {
    .services-widget {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .services-widget.width-gap .services-widget {
        white-space: nowrap;
    }

    .services-widget.width-gap .services-widget__col:first-child {
        width: 67.5%;
        padding: 45px;
    }

    .services-widget.width-gap .services-widget__col.col-5:last-child {
        width: 32.5%;
        margin-left: 30px;
    }

    .services-widget.width-gap .services-widget__title {
        max-width: 590px;
    }

    .services-widget.width-gap .services-widget__caption {
        max-width: 740px;
        font-size: 16px;
    }
}

.services-widget__img {
    border-radius: var(--card-border-radius);
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {

    .services-widget__img {
        /* display: none;*/
        position: relative;
        width: 100%;
        object-fit: contain;
    }
}

.services-widget__col:first-child {
    margin: 0 -15px;
    padding: 20px;
    border-radius: var(--card-border-radius);
    background: var(--gray);
}


@media (min-width: 768px) {
    .services-widget__col:first-child {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .services-widget__col:first-child {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .services-widget__col:first-child {
        width: 50%;
        padding: 45px;
    }
}

.services-widget__col.col-5:last-child {
    position: relative;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .services-widget__col:first-child {
        margin: 0;
    }

    .services-widget__col:last-child {
        width: 100%;
        order: -1;
    }
}

@media (min-width: 1200px) {
    .services-widget__col.col-5:last-child {
        width: 50%;
    }
}

.services-widget__col.col-10 {
    width: 100%;
    display: block !important;
}

.services-widget__caption {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .services-widget__caption {
        margin-top: 22px;
        font-size: 18px;
    }
}

.services-widget__btns {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

@media (max-width: 480px) {
    .services-widget__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .services-widget__btns {
        margin-top: 32px;
    }
}

.services-widget__btn {
    min-width: 215px;
}

@media (max-width: 480px) {
    .services-widget__btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.services-widget__btn:last-child {
    margin-bottom: 0;
}

.service__prices .h2 {
    font-size: 28px;
}

.service__prices .section__header {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .about-services__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
    }
}

.about-services__col p {
    color: var(--gray4);
}

.about-services__col h2 {
    margin-bottom: 25px;
    font-size: 28px;
}

@media (min-width: 992px) {
    .about-services__col {
        /* column-count: 2; */
        /* column-gap: 30px; */
        /* width: 50%; */
    }

    .about-services__col p {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 18px;
        /* font-weight: var(--font-weight-bold); */
        line-height: 24px;
    }

    .about-services__col p.is-accent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--black);
        padding: 20px 30px;
        border-radius: var(--card-border-radius);
        background: var(--gray);
    }
}

.services-cost {
    max-width: 850px;
}

.services-cost__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    color: var(--black);
    font-weight: var(--font-weight-bold);
    border-bottom: 1px solid var(--gray2);
}

.services-cost__item span {
    font-weight: 700;
}

.services-cost__item:first-child {
    padding-top: 0;
}

@media (min-width: 992px) {
    .services-cost__item {
        padding: 25px 0;
        font-size: 20px;
        line-height: 24px;
    }
}

.gallery-news {
    margin-top: 30px;
}

.gallery__thumb-inner {
    position: relative;
    width: 145px;
    height: 145px;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-right: 24px;
}

.gallery__thumb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: auto;
}

@media (max-width: 1199px) {
    .gallery__slider {
        height: auto;
    }
}

.gallery__slider-big {
    background: var(--white);
    width: 100%;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    /* z-index: 465; */
}

@media (max-width: 1199px) {
    .gallery__slider-big {
        position: static;
    }
}

@media (max-width: 991px) {
    .gallery__slider-big {
        width: 100%;
    }
}

.gallery__slider-big .tns-ovh {
    overflow: hidden;
}

.gallery__slider-big .tns-inner {
    overflow: hidden;
}

.gallery__slider-big .tns-controls {
    position: static;
}

.gallery__slider-big .tns-controls button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: calc(50% - 17px);
    width: 43px;
    height: 43px;
    padding: 5px;
    border-radius: 50%;
    background: var(--white);
    -webkit-box-shadow: 0px 4px 15px rgba(89, 89, 87, 0.1);
    box-shadow: 0px 4px 15px rgba(89, 89, 87, 0.1);
    z-index: 65;
}

.gallery__slider-big .tns-controls button[data-controls=next] {
    left: auto;
    right: 15px;
}

.gallery__slide-inner {
    /* width: 630px; */
    /* height: 390px; */
    position: relative;
    border-radius: var(--border-radius);
    margin: 0 auto;
    /* overflow: hidden; */
}

@media (max-width: 991px) {
    .gallery__slide-inner {
        width: 100%;
        /* padding-bottom: 60%; */
    }
}

.gallery__slide-inner a {
    display: block;
}

.gallery__slide-inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: var(--border-radius);
}

.gallery__thumbs {
    margin-left: -108px;
}

@media (max-width: 1199px) {
    .gallery__thumbs {
        margin-top: 30px;
        margin-left: 0;
    }

    .gallery__thumbs [aria-hidden=true] {
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.compare__header {
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .compare__header {
        margin-bottom: 45px;
    }
}

.compare__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
}

.compare__item {
    margin-right: 15px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .compare__item {
        margin-right: 70px;
    }
}

.compare__item:last-child {
    margin-right: 0;
}

.compare__item.is-active {
    border-bottom: 1px solid var(--black);
}

.compare__item.is-active a {
    color: var(--black);
}

.compare__link {
    color: var(--gray4);
    font-family: var(--main-font);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .compare__link {
        font-size: 20px;
        line-height: 28px;
    }
}

.compare__remove-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 12px;
    margin-top: 28px;
    color: var(--gray4);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 24px;
    border-radius: var(--small-border-radius);
    border: 0;
    background: var(--gray);
}

.compare__remove-all::after {
    content: "";
    width: 18px;
    height: 20px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.75L13.5 5.25M4.5 5.25L13.5 14.75' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.compare__remove-all:hover {
    background: var(--gray2);
}

.compare__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compare__action {
    margin-bottom: 12px;
}

.compare__action:last-child {
    margin-bottom: 0;
}

.compare__slide {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px;
}

@media (min-width: 768px) {
    .compare__slide {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .compare__slide {
        width: 25%;
    }
}

.compare__slide:first-child .compare-card__row {
    color: var(--gray4);
}

.compare__slide .product-card {
    /* margin-right: 30px; */
}

.compare__slide:last-child .product-card {
    margin-right: 0;
}

.compare__slide:last-child .compare-card__row {
    padding-right: 0;
}

@media (max-width: 1199px) {
    .compare .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .compare .price div {
        margin-left: 0;
    }
}

.compare [aria-hidden=true] {
    opacity: 1;
}

.compare-card__row {
    color: var(--black);
    padding: 24px 30px 24px 0;
    font-weight: var(--font-weight-bold);
    border-bottom: 1px solid var(--gray2);
    margin: 0 -30px 0 0;
}

.catalog-dropdown {
    display: none;
}

.catalog-dropdown.active {
    display: block;
}

@media (min-width: 992px) {
    .catalog-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
        height: 690px;
        padding: 40px 0 34px;
        background: var(--white);
        overflow: auto;
        max-height: calc(100vh - 60px);
    }

    .header__catalog-dropdown__alt {
        height: 600px;
        max-height: calc(100vh - 60px);
    }
}

@media (max-width: 991px) {
    .catalog-dropdown {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: var(--white);
        z-index: 9999;
        overflow: auto;
        padding-top: 70px;
    }
}

.catalog-dropdown__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 24px;
    height: 24px;
    stroke: var(--black);
}

@media (min-width: 992px) {
    .catalog-dropdown__close {
        display: none;
    }
}

.catalog-dropdown__item {
    display: flex;
    align-items: center;
}

.catalog-dropdown__item-image {
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    align-items: center;
}

.catalog-dropdown__item-image img {
    max-width: 100%;
    max-height: 100%;
}

.catalog-dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 992px) {
    .catalog-dropdown ul {
        position: relative;
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul {
        flex-direction: unset;
        flex-wrap: wrap;
    }
}

.catalog-dropdown ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .catalog-dropdown ul>li {
        width: 300px;
        margin-bottom: 8px;
    }

    .catalog-dropdown ul>li:last-child {
        margin-bottom: 0;
    }

    .catalog-dropdown ul>li.active .catalog-dropdown__inner {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .catalog-dropdown ul>li:hover a,
    .catalog-dropdown ul>li.active a {
        color: var(--black);
        background: var(--gray);
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul>li:hover a,
    .header__catalog-dropdown__alt.catalog-dropdown ul>li.active a {
        color: var(--black);
        background: none;
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul>li {
        display: block;
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul li.catalog-dropdown__heading {
        font-size: 16px;
        display: block;
        font-weight: unset;
        color: var(--gray4);
        padding: 0;
    }
}

.catalog-dropdown ul>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 20px 9px 0px;
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    .catalog-dropdown ul>li a {
        color: var(--black);
    }
}

@media (min-width: 992px) {
    .catalog-dropdown ul>li a {
        padding: 9px 30px 9px 18px;
        color: var(--gray4);
        font-size: 18px;
        border-radius: var(--small-border-radius);
    }

    .catalog-dropdown ul>li a::after {
        right: 12px !important;
    }

    .catalog-dropdown ul>li a:hover {
        text-decoration: none !important;
        color: var(--black);
        background: var(--gray);
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul>li.catalog-dropdown__parent>a,
    .header__catalog-dropdown__alt.catalog-dropdown ul>li.catalog-dropdown__alone>a {
        font-weight: bold;
        display: block;
        padding: 0 0 0 30px;
        width: auto;
        margin-bottom: 8px;
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul>li.catalog-dropdown__alone>a {
        padding: 0;
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul>li.catalog-dropdown__parent a::after,
    .header__catalog-dropdown__alt.catalog-dropdown ul>li.catalog-dropdown__alone a::after {
        content: none;
    }

    .header__catalog-dropdown__alt.catalog-dropdown ul>li a:hover {
        text-decoration: none !important;
        color: var(--black);
        background: none;
    }
}

.catalog-dropdown ul>li.catalog-dropdown__parent a::after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1875 3.375L11.8125 9L6.1875 14.625' stroke='%23595957' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
    .catalog-dropdown__inner {
        position: absolute;
        left: 300px;
        right: 0;
        top: 0;
        padding-left: 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        height: 100%;
    }

    .header__catalog-dropdown__alt .catalog-dropdown__inner {
        position: static;
        visibility: visible;
        opacity: 1;
        height: auto;
        padding: 0 0 0 30px;
        left: 0;
        display: block;
        transition: none;
        width: auto;
    }
}

@media (max-width: 991px) {
    .catalog-dropdown__inner {
        padding: 24px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99999;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .catalog-dropdown__inner.visible {
        background: var(--white);
        overflow: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 1;
        visibility: visible;
        height: calc(100vh - 70px);
    }
}

.catalog-dropdown__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog-dropdown__inner ul li {
    margin-top: 8px;
}

@media (min-width: 992px) {
    .catalog-dropdown__inner ul li {
        margin-top: 0;
    }
}

.catalog-dropdown__inner ul li a {
    padding: 0;
    font-size: 16px;
    color: var(--gray4);
    background: 0 !important;
}

.catalog-dropdown__inner ul li a::after {
    display: none !important;
}

.catalog-dropdown__inner ul li a:hover {
    text-decoration: underline !important;
}

@media (min-width: 992px) {
    .catalog-dropdown__inner ul li a {
        font-size: 16px;
    }
}

.catalog-dropdown .js-menu-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.catalog-dropdown .js-menu-back::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../img/icons/back.svg");
}

@media (min-width: 992px) {
    .catalog-dropdown .js-menu-back {
        display: none;
    }
}

@media (min-width: 992px) {
    .catalog-dropdown__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -28px -28px;
    }

    .header__catalog-dropdown__alt .catalog-dropdown__grid {
        display: block;
        margin: 0;
    }

    .header__catalog-dropdown__alt-columns .catalog-dropdown__grid {
        display: block;
        columns: 3;
        column-gap: 10px;
    }

}

@media (min-width: 992px) {
    .catalog-dropdown__col {
        width: 33.33%;
        padding: 0 28px;
        margin-bottom: 28px;
    }

    .header__catalog-dropdown__alt .catalog-dropdown__col {
        margin-bottom: 8px;
        width: 100%;
        padding: 0;
    }

    .header__catalog-dropdown__alt .catalog-dropdown__grid .catalog-dropdown__col:last-child {
        margin-bottom: 28px;
    }

    .catalog-dropdown__col-submenu li {
        padding: 0 0 0 20px;
    }

    .header__catalog-dropdown__alt-columns .catalog-dropdown__col {
        width: 100%;
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
    }
}

.catalog-dropdown__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--main-font);
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .catalog-dropdown__title {
        margin-bottom: 32px;
    }

    .header__catalog-dropdown__alt .catalog-dropdown__title {
        display: none;
    }
}

.catalog-dropdown__heading {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

@media (min-width: 992px) {
    .catalog-dropdown__heading {
        font-size: 18px;
    }
}

.catalog-dropdown__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    color: var(--blue);
    font-weight: var(--font-weight-bold);
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .catalog-dropdown__more {
        margin-top: 0;
        font-size: 16px;
        padding-left: 20px;
    }
}

.catalog-dropdown__more:hover {
    text-decoration: underline;
}

.catalog-dropdown__more::after {
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 8px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url("../img/icons/more.svg");
}

.catalog-dropdown__more.is-active::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}





.js-promo-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    top: calc(50% - 60px);
    left: -75px;
    background: var(--black-transparent);
    border-radius: 50%;
    padding: 60px;
    visibility: hidden;
    /* height: 9px; */
    /* opacity: 0.5; */
}

.js-promo-slider:hover .slick-arrow {
    visibility: visible;
}

.js-promo-slider .slick-arrow:hover {
    cursor: pointer;
    border-color: var(--btn-hover);
    background: var(--btn-hover);
    color: var(--white);
}

.js-promo-slider .slick-arrow.slick-next {
    left: auto;
    right: -75px;
}

.js-promo-slider .slick-arrow:before {
    /* filter: invert(1); */
    margin-right: 60px;
    height: 37px;
    width: 32px;
    background-image: url("../img/icons/arrow.svg");
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.js-promo-slider .slick-arrow.slick-prev:before {
    margin-right: 0;
    margin-left: 60px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.js-promo-slider.adaptive-height,
.js-promo-slider.adaptive-height .slick-list,
.js-promo-slider.adaptive-height .slick-track,
.js-promo-slider.adaptive-height .banner__slide {
    max-height: calc(100vh - 160px);
}

.js-promo-slider.adaptive-height-half,
.js-promo-slider.adaptive-height-half .slick-list,
.js-promo-slider.adaptive-height-half .slick-track,
.js-promo-slider.adaptive-height-half .banner__slide {
    height: calc(100vh - 440px);
    min-height: 300px;
    max-height: 320px;
}

.js-promo-slider .slick-track {
    display: block;
}

.js-promo-slider.adaptive-height .slick-track {
    display: flex;
}

.header--transparent .js-promo-slider.adaptive-height,
.header--transparent .js-promo-slider.adaptive-height .slick-list,
.header--transparent .js-promo-slider.adaptive-height .slick-track,
.header--transparent .js-promo-slider.adaptive-height .banner__slide {
    max-height: 100vh;
}

.header--transparent .js-promo-slider.adaptive-height-half,
.header--transparent .js-promo-slider.adaptive-height-half .slick-list,
.header--transparent .js-promo-slider.adaptive-height-half .slick-track,
.header--transparent .js-promo-slider.adaptive-height-half .banner__slide {
    height: calc(100vh - 250px);
}

.header--transparent .js-promo-slider .slick-list {
    margin: 0;
}

.header--transparent .js-promo-slider .banner__slide {
    margin: 0;
    width: 100%;
}




.popup__title {
    padding: 0 52px 28px;
    text-align: center;
    font-size: 34px;
    line-height: 44px;
    color: var(--blackabs);
    font-weight: var(--font-weight-bold);
}

.popup__description {
    margin-bottom: 20px;
}


.popup {
    max-width: 633px;
    border-radius: var(--card-border-radius);
    width: 100%;
}

.popup__wide {
    max-width: 100%;
    width: 1000px;
}

.popup .form__footer-buttons {
    justify-content: center;
    gap: 10px;
}

[data-product-offervalue][data-disabled] {
    opacity: 0.5;
}

.page404 {
    text-align: center;
    margin-bottom: 50px;
}

.page404__title {
    font-size: 190px;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    margin-bottom: 36px;
}

.page404__subtitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 36px;
}

.page404__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 36px;
}

.detail__slide {
    flex-shrink: 0;
    /* width: 100% !important; */
}

.detail__wrapper:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
}

.detail__big-slider {
    overflow: hidden;
}

.in_loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.loading-screen {
    display: inline-block;
    width: 84px;
    height: 84px;
    background: rgba(0, 0, 0, 0.5) !important;
    position: fixed !important;
    border: none !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 0 !important;
    z-index: 999999999;
    transform: translateZ(1px);
}

.loading-screen .loader {
    position: relative;
    width: 100px;
    height: 16px;
    position: fixed;
    left: calc(50% - 50px);
    top: calc(50% - 8px);
}

.loading-screen .loader:before,
.loading-screen .loader:after,
.in_loading:before,
.in_loading:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 32px 0 var(--white);
    left: 0;
    top: 0;
    animation: ballMoveX 1s linear infinite;
    z-index: 99;
}

.in_loading:before,
.in_loading:after {
    background: var(--theme-color);
    box-shadow: 32px 0 var(--theme-color);
    left: calc(50% - 50px);
    top: calc(50% - 8px);
}

.loading-screen .loader:after {
    box-shadow: none;
    transform-origin: 40px 0;
    transform: rotate(-153deg);
    animation: rotateLoader 1s linear infinite;
}

@keyframes rotateLoader {

    0%,
    10% {
        transform: rotate(-153deg);
    }

    90%,
    100% {
        transform: rotate(0deg);
    }
}

@keyframes ballMoveX {

    0%,
    10% {
        transform: translateX(0)
    }

    90%,
    100% {
        transform: translateX(32px)
    }
}


.alert {
    margin-bottom: 8px;
    /* border-radius: 5px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--blackabs);
    font-size: 16px;
    border-radius: var(--card-border-radius);
    line-height: 22px;
    padding: 12px 20px;
    position: relative;
}

.alert:before,
.btn-success:after {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.btn-success:after {
    margin-right: 0;
    margin-left: 15px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

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

.alert__content .btn {
    margin-top: 10px;
    width: auto;
    font-size: 90%;
    word-break: break-word;
    padding: 10px;
    height: auto;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: inherit;
}

.alert-success {
    color: var(--blackabs);
    background-color: rgba(35, 164, 31, 0.15);
    border-color: rgba(35, 164, 31, 0.15);
}

.alert-success:before,
.btn-success:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19' r='19' fill='%2323A41F' fill-opacity='0.7'/%3E%3Cpath d='M11.2793 19.8221L17.8562 26.399L27.7216 11.601' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: var(--blackabs);
    background-color: #ffd600;
    border-color: #ffd600;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    /* color: #a94442; */
    background-color: rgba(225, 45, 6, 0.15);
    border-color: rgba(225, 45, 6, 0.15);
}

.alert-danger:before {
    content: '';
    background-image: url("../img/icons/alert.svg");
}

.form__body .alert {
    margin-bottom: 20px;
}

.hidden {
    display: none !important;
}

[data-tabs] [data-tab] {
    display: none;
}

@media (max-width: 991px) {
    [data-tabs] [data-tab].no-hide-mobile {
        display: block;
    }
}

[data-tabs] [data-tab].active {
    display: block;
}

.is-invalid {
    /* background: #ffe0e0 !important; */
    border: 1px solid red;
    -webkit-animation: blink .3s step-end infinite alternate;
    animation: blink .3s step-end infinite alternate;
}

[data-search-result-alt],
[data-search-result] {
    position: absolute;
    background: var(--white);
    width: 100%;
    z-index: 2;
    padding: 20px;
    display: none;
    overflow: auto;
    max-height: 80vh;
    border: 1px solid #B5C1D3;
    border-left: 8px solid #DF2143;
}

[data-search-result].active {
    display: block;
}

.popup__content {
    position: relative;
}

.print_page #bx-panel,
.print_page .header,
.print_page #bx-panel-back,
.print_page .breadcrumbs,
.print_page .item__info,
.print_page .item__controls-wrap,
.print_page .slick-arrow,
.print_page .line-items,
.print_page .stats__link,
.print_page .section,
.print_page .sub-form,
.print_page footer,
.print_page .item__view,
.print_page .item__stats,
.print_page .cookie,
.print_page .onTop {
    display: none !important;
}



.cookie-block {
    display: flex;
}

.cookie .buttons .btn {
    font-size: 14px;
    padding: 10px 20px;
    height: auto;
    line-height: 1;
    white-space: nowrap;
    margin-right: 10px;
}

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

.search-widget__link b {
    /* margin-right: 5px; */
    display: contents;
}

.store-list__map iframe {
    border: none;
}

.toast {
    position: fixed;
    width: 450px;
    max-width: 100%;
    top: 30px;
    right: 30px;
    padding: 20px 40px 20px 20px;
    border-radius: var(--border-radius);
    background: var(--white);
    z-index: 999999;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(89, 89, 87, 0.10);
    box-shadow: 0px 4px 15px 0px rgba(89, 89, 87, 0.10);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
    cursor: pointer;
}

.toast__close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

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

.toast__image {
    width: 75px;
    height: 75px;
    text-align: center;
    margin-right: 10px;
}

.toast__image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.toast__content-title {
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 20px;
}

.toast__content-text {
    font-family: var(--main-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.toast__content-title+.toast__content-text {
    margin-top: 12px;
}

.category-widget__path {
    /* margin-bottom: 10px; */
}

.category-widget__path+.category-widget__list {
    margin-left: 10px;
}

.category-widget__path-item {
    margin-bottom: 10px;
    color: var(--black);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    border-radius: var(--small-border-radius);
}

.category-widget__path-item:before {
    content: '';
    width: 20px;
    height: 16px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62562 9.26344H21.9549M21.9549 9.26344L14.3314 1.63995M21.9549 9.26344L14.3314 16.8869' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: contain;
}

.category-widget__path .category-widget__path-item:last-child:before {
    content: none;

}

.category-widget__path .category-widget__path-item:last-child {
    color: var(--black);
    background: var(--gray);
    display: inline-flex;
    padding: 4px 8px;
    /* margin: 0 0 0 25px; */
}

.arrow-left,
.arrow-right {
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arrow-left:before,
.arrow-right:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62562 9.26344H21.9549M21.9549 9.26344L14.3314 1.63995M21.9549 9.26344L14.3314 16.8869' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.arrow-left:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.star-rating.error-label {
    border: 1px solid red;
}

.bx-authform {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}

.bx-authform .alert,
.bx_profile .alert {
    margin-bottom: 30px;
}

.bx-authform .bx-title {
    text-align: center;
}

.bx-authform .form__footer {
    text-align: center;
}

.bx-authform-content-container,
.bx-authform-label-container,
.bx-authform-note-container {
    font-size: 13px;
    color: var(--gray4);
    /* padding-top: 4px; */
    text-align: center;
}

.bx-authform .form__footer-buttons {
    justify-content: center;
}

.bx-authform-link-container {
    text-align: center;
    margin-top: 20px;
}

.bx-authform-link-container .btn+.btn {
    margin-top: 20px;
}

.bx-authform-social {
    text-align: center;
}

.auth__settings {
    margin-top: 20px;
}

#bx_register_resend {
    text-align: center;
    margin-top: 10px;
}

.btn-timer {
    display: none;
}

.timer-on .btn-timer {
    display: block;
}

.timer-on .btn-resend {
    display: none;
}

.bx-captcha {
    margin-bottom: 20px;
}

.product-info__item.is-brand {
    margin-left: auto;
}

.page404 img {
    width: 500px;
    max-width: 100%;
}

.product-status-artnumber {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.city-widget.header__city {
    min-width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-widget.header__city .custom-select+.custom-select {
    margin-left: 15px;
}

.city-widget__current-select .custom-select__current-value {
    /* white-space: nowrap; */
}

.page__auth .main-header__title {
    text-align: center;
}

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

.product-card .size-widget {
    max-height: 120px;
    overflow: auto;
}

.news-card__photo-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.icon-play {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    opacity: 0.7;
    top: 0;
}

.icon-play svg {
    fill: var(--black);
}

.icon-sound,
.icon-muted {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 15px;
    display: flex;
    /* background: rgba(255, 255, 255, 0.5); */
    border-radius: var(--round-border-radius);
    /* padding: 5px; */
    cursor: pointer;
    opacity: 0.7;
}

.icon-sound svg {
    stroke: var(--white);
    fill: none;
}

.icon-muted svg {
    stroke: var(--white);
    fill: var(--white);
}


video~.icon-muted {
    display: none;
}

video[muted]~.icon-muted {
    display: flex;
}

video[muted]~.icon-sound {
    display: none;
}

.cookies__accept {
    position: fixed;
    width: 500px;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    background: var(--gray);
    padding: 15px;
    border-radius: var(--border-radius);
    font-size: 13px;
    line-height: 1.2;
    max-width: calc(100% - 20px);
}

.cookies__accept-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookies__block-text a {
    text-decoration: underline;
}

.cookies__block-btn .btn {
    min-width: unset;
}

.btn__up--container {
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 9999;
}

.btn__up--container .btn {
    /* display: block; */
    /* width: 23px; */
    /* min-width: 23px; */
    /* height: 23px; */
    /* background-repeat: no-repeat; */
    border-radius: var(--round-border-radius);
    padding: var(--input-padding-vertical);
    /* background-position: center; */
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--input-height);
}

.header--transparent:not(.is-menu) .header:not(.fixed) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(20, 1, 6, 5%);
    background: linear-gradient(180deg, rgba(20, 1, 6, 20%) 0%, rgba(20, 1, 6, 10%) 50%, rgba(20, 1, 6, 5%) 75%, rgba(0, 0, 0, 0) 100%);
}

.header--transparent #bx-panel~.header:not(.fixed) {
    top: 147px;
}

.header--transparent #bx-panel.bx-panel-folded~.header:not(.fixed) {
    top: 39px;
}




.header--transparent:not(.is-menu) .header:not(.fixed) .custom-select__current,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__contacts .header__tel,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__contacts .header__callback,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__contacts .header__contacts-address,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__item,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__item a,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__item:hover,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__item a:hover,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__item .header__info,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__item .header__info::before,
.header--transparent:not(.is-menu) .header:not(.fixed):not(.header__type-simple) .search-widget__input,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__menu>.menu__item>.menu__link {
    color: var(--white);
}

.header--transparent:not(.is-menu) .header:not(.fixed) .user__icon {
    border-color: var(--white);
}

.header--transparent:not(.is-menu) .header:not(.fixed) .city-widget__current svg,
.header--transparent:not(.is-menu) .header:not(.fixed) .search-widget__send,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__actions .header__item.mobile__hidden svg,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__actions .header__item.js-toggle-search svg,
.header--transparent:not(.is-menu) .header:not(.fixed) .header__actions .header__item.js-toggle-menu svg {
    stroke: var(--white);
}

.header--transparent:not(.is-menu):not(.night-theme) .header:not(.fixed) .custom-select__current.city-widget__current-select::after,
.header--transparent:not(.is-menu):not(.night-theme) .header:not(.fixed) .custom-select__current.currency-widget__current-select::after,
.header--transparent:not(.is-menu):not(.night-theme) .header:not(.fixed) .header__content .header__logo.invert {
    filter: invert(1);
}

.header--transparent:not(.is-menu) .header:not(.fixed) .header__search {
    margin-top: 0;
    border-top: none;
}

.header__logo img.logo-transparent {
    display: none;
}

.header--transparent:not(.is-menu) .header:not(.fixed) .header__content .header__logo img.logo-transparent {
    display: block;
}

.header--transparent:not(.is-menu) .header:not(.fixed) .header__content .header__logo img.logo-transparent~img {
    display: none;
}

.header--transparent:not(.is-menu) .header:not(.fixed) .header__content .header__logo img.grayscale {
    filter: grayscale(1);
}

.header--transparent:not(.is-menu) .header:not(.fixed):not(.header__type-simple) .search-widget__input {
    /* opacity: 0.5; */
    background: none;
    border-color: var(--white);
}


.header--transparent:not(.is-menu) .header:not(.fixed):not(.header__type-simple) .search-widget__input::-webkit-input-placeholder {
    color: var(--white);
}

.header--transparent:not(.is-menu) .header:not(.fixed):not(.header__type-simple) .search-widget__input::-moz-placeholder {
    color: var(--white);
}

.header--transparent:not(.is-menu) .header:not(.fixed):not(.header__type-simple) .search-widget__input:-ms-input-placeholder {
    color: var(--white);
}

.header--transparent:not(.is-menu) .header:not(.fixed):not(.header__type-simple) .search-widget__input::-ms-input-placeholder {
    color: var(--white);
}

.header--transparent:not(.is-menu) .header:not(.fixed):not(.header__type-simple) .search-widget__input::placeholder {
    color: var(--white);
}

.header--transparent .js-promo-slider .banner__slide .promo-card {
    padding-top: 70px;
}

.btn.loading {
    position: relative;
    font-size: 0 !important;
    transition: none;
}

.btn.loading::after {
    content: '';
    display: block;
    width: 80px;
    height: 12px;
    background: radial-gradient(circle 6px at 6px center, var(--white) 100%, transparent 0),
        radial-gradient(circle 6px at 6px center, var(--white) 100%, transparent 0);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    position: relative;
    animation: ballX 1s linear infinite;
}

.btn.loading:before {
    content: "";
    position: absolute;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background: var(--white);
    inset: 0;
    margin: auto;
    animation: moveX 1s cubic-bezier(0.5, 300, 0.5, -300) infinite;
}

.search-widget__send.active {
    stroke: #e12c08 !important;
}

.panel--black {
    background: var(--black-transparent);
}

.panel--white {
    background: var(--white-transparent);
}

.panel__font--white,
.panel__font--white .type-card__caption,
.panel__font--white .category-card__title,
.panel__font--white .more-link {
    color: var(--white);
    stroke: var(--white);
}

.panel__font--black {
    color: var(--black);
}

.panel__type--left .container {
    width: 100%;
    display: flex;
    justify-content: left;
}

.panel__type--left .promo-card__data,
.panel__type--left.type-card,
.panel__type--left.category-card {
    text-align: left;
    align-items: start;
}

.panel__type--center .container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.panel__type--center .promo-card__data,
.panel__type--center.type-card,
.panel__type--center.category-card,
.panel__type--center.category-card .category-card__title {
    text-align: center;
    align-items: center;

}

.panel__type--right .container {
    width: 100%;
    display: flex;
    justify-content: right;
}

.panel__type--right .promo-card__data,
.panel__type--right.type-card,
.panel__type--right.category-card,
.panel__type--right.category-card .category-card__title {
    text-align: right;
    align-items: end;

}

.main-user-consent-request-popup {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.popup-page .main {
    margin: 0;
}

.popup-page .main-header {
    margin-bottom: 30px
}

.popup-page .main-header__title {
    text-align: center;
    font-size: 30px;
}

.popup-page__product {
    width: 1200px;
    max-width: 100%;
    padding: 30px;
}

.popup-page__product h1 {
    zoom: 0.7;
}

.fancybox-slide--html .popup-page__product .fancybox-close-small {
    top: 5px;
    right: 5px;
}

.popup-page__product .detail__share {
    display: none;
}

.popup-page__product .detail__slider img {
    max-height: 475px;
}

.tooltip__menu {
    padding: 0;

}

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

.user__list {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.user__list .user__item {
    /* padding: var(--input-padding-vertical) 15px; */
    border-top: 1px solid var(--gray);
    font-size: 14px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    background: var(--white);
    padding: 0;
}

.user__list .user__item:hover {
    background: var(--gray);
}

.user__list .user__item a {
    display: block;
    color: var(--black);
    text-decoration: none;
    padding: var(--input-padding-vertical) var(--input-padding-horizontal);
}

.user__icon {
    /* border: 1.5px solid var(--black); */
    border-radius: var(--round-border-radius);
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    font-size: 12px;
    text-decoration: none;
    background: var(--black-transparent);
    margin-left: -3px;
    margin-top: 3px;
    position: relative;
    left: 3px;
    top: -3px;
}

.header__actions-mobile .header__item .user__icon {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-top: 0;
    margin-left: -5px;
    top: 0px;
    left: 5px;
}

.bx-yandex-map,
.bx-yandex-view-layout,
.bx-yandex-view-map {
    height: 100%;
    min-height: 500px;
}

.radio__tabs {
    display: flex;
    background: var(--gray);
    padding: 8px;
    margin-bottom: 40px;
    border-radius: var(--border-radius);
    flex-wrap: wrap;
    justify-content: center;
}

.radio__tab input {
    display: none;
}

.radio__tab span {
    display: flex;
    padding: 10px 16px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 30px;
    color: var(--gray4);
}

.radio__tab input:checked~span {
    font-weight: var(--font-weight-bold);
    background: var(--theme-color);
    border-radius: var(--border-radius);
    color: var(--white);
}

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

@keyframes ballX {

    0%,
    25%,
    50%,
    75%,
    100% {
        background-position: 15% 0, 85% 0
    }

    40% {
        background-position: 15% 0, 100% 0
    }

    90% {
        background-position: 0% 0, 85% 0
    }
}

@keyframes moveX {
    100% {
        transform: translate(0.15px)
    }
}

@media(max-width: 1199px) {

    .set__constructor .product-card::before,
    .set__total:before {
        content: none;
    }
}

@media(max-width: 991px) {
    .fancybox-content {
        padding: 35px 25px;
    }

    .mobile__hidden {
        display: none !important;
    }

    .header.fixed .header__search:not(.active) {
        display: none;
    }

    .cookie-block {
        flex-direction: column;
        justify-content: center;
    }

    .cookie-block .buttons {
        margin-top: 10px;
    }

    .brands__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .js-promo-slider.adaptive-height,
    .js-promo-slider.adaptive-height .slick-list,
    .js-promo-slider.adaptive-height .slick-track,
    .js-promo-slider.adaptive-height .banner__slide {
        height: calc(100vh - 240px);
    }

    .js-promo-slider.adaptive-height-half,
    .js-promo-slider.adaptive-height-half .slick-list,
    .js-promo-slider.adaptive-height-half .slick-track,
    .js-promo-slider.adaptive-height-half .banner__slide {
        height: calc(100vh - 470px);
        /* max-height: calc(100vh - 470px); */
        /* max-height: 320px; */
    }

    .header--transparent .js-promo-slider.adaptive-height,
    .header--transparent .js-promo-slider.adaptive-height .slick-list,
    .header--transparent .js-promo-slider.adaptive-height .slick-track,
    .header--transparent .js-promo-slider.adaptive-height .banner__slide {
        height: calc(100vh - 80px);
    }

    .main__col.col-mobile-50 {
        width: 50%;
    }

    .jqtip.tooltip__location-container {
        left: auto !important;
        right: 10px;
        top: 60px !important;
    }

    .jqtip.tooltip__location-container .jqtip__arrow {
        right: 12px;
        left: auto !important;
    }

    .set__items-main,
    .set__items-child,
    .set__items-total {
        padding: 0 10px;
        width: 100%;
        margin-bottom: 70px;
    }

    .set__items-main {
        padding: 0 40px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .set__items-child {
        padding: 0 0px;
        margin-bottom: 60px;
    }

    .set__items-total {
        padding: 0 40px;
        margin-bottom: 0;
    }

    .set__item-price .price {
        font-size: 16px;
    }

    .set__items-main:after {
        top: calc(100% + 5px);
        left: calc(50% - 25px);
    }

    .set__items-total:before {
        top: -35px;
        left: calc(50% - 25px);
    }
}

@media (max-width:767px) {}

@media (max-width:576px) {
    .fancybox-button {
        height: 70px;
        width: 70px;
    }

    .toast {
        max-width: 96%;
        left: 2%;
        top: 10px;
    }

    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }

    h1,
    .h1 {
        font-size: 1.5em;
    }

    .about-card h2,
    .about-card .h2,
    .news-detail__body h2,
    .news-detail__body .h2 {
        font-size: 1.2em;
    }

    .popup__title {
        font-size: 1.8em;
        padding: 0 0 20px;
        line-height: 1;
    }

    .brands__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .cookies__accept-container {
        /* flex-direction: column; */
    }

    .cookies__block-text {
        /* text-align: center; */
        /* line-height: 1.2; */
    }

    .cookies__block-btn {
        /* margin-left: 10px; */
    }
}

@media (max-width: 430px) {
    .category-card__title {
        font-size: 16px;
    }

}

@media (max-width: 375px) {
    .brands__list {
        grid-template-columns: repeat(1, 1fr);
    }

}


@media (min-width: 992px) {

    .desktop__hidden {
        display: none !important;
    }

    .header {
        margin-bottom: 40px;
    }

    .header__close {
        display: none;
    }

    .header__contacts {
        margin-left: auto;
        margin-left: 15px;
    }



    .header__top {
        padding: 20px 0 30px;
    }



    .header__search {
        width: auto;
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        padding-top: 0;
        border-top: 0;
        margin: 0 80px 0 55px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .header__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .header__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        white-space: nowrap;
        font-weight: 700;
        color: var(--black);
        margin-left: 15px;
    }

    .header__info::before {
        content: attr(data-title);
        color: var(--gray4);
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
    }

    .header__actions {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .menu,
    .header__search .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }



    .js-toggle-menu {
        display: none;
    }

    .search-widget__btn {
        width: 153px;
        height: var(--input-height);
    }

    .search-widget__input {
        height: var(--input-height);
        padding: var(--input-padding-vertical) 55px var(--input-padding-vertical) 24px;
        color: var(--black);
        font-size: 14px;

        line-height: 20px;
    }

    .search-widget__input::-webkit-input-placeholder {
        color: var(--gray3);
    }

    .search-widget__input::-moz-placeholder {
        color: var(--gray3);
    }

    .search-widget__input:-ms-input-placeholder {
        color: var(--gray3);
    }

    .search-widget__input::-ms-input-placeholder {
        color: var(--gray3);
    }

    .search-widget__input::placeholder {
        color: var(--gray3);
    }

    .search-widget__send {
        top: calc(50% - 12px);
        right: 13px;
    }



    .search-widget__result {
        padding: 15px 25px;
        max-width: 190px;
    }


    [data-popup-widget] {
        display: none !important;
        grid-template-columns: repeat(4, calc(25% - 25px));
        columns: 3;
        grid-gap: 25px;
        column-gap: 25px;
        position: absolute;
        padding: 30px;
        max-width: calc(var(--container-width) - 60px);
        z-index: 1001;
        background: #fff;
        border-radius: var(--card-border-radius);
        -webkit-box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
        box-shadow: 0px 4px 25px 0px rgba(89, 89, 87, 0.15);
        /* flex-wrap: wrap; */
        width: 100%;
        top: calc(100% + 10px);
        margin: 0 !important;
    }

    [data-popup-widget].active {
        display: block !important;
    }

    .main__inner.main__inner--horizontal {
        flex-direction: column;
        position: relative;
    }

    .main__inner.main__inner--horizontal .main__aside {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .main__inner.main__inner--horizontal .filter-widget__title {
        margin: 0;
        line-height: 1;
        cursor: pointer;
        width: auto;
    }

    .main__inner.main__inner--horizontal .category-widget {
        display: none;
    }

    .main__inner.main__inner--horizontal .main-sorting__top {
        margin-left: 135px;
        z-index: 2;
        position: relative;
    }

    [data-popup-widget].active .filter-widget__field .filter-widget__content {
        max-height: 150px;
        overflow: auto;
        display: block;
    }

    [data-popup-widget].active .filter-widget__heading.is-dropdown::after {
        content: none;
    }

    [data-popup-widget].active .filter-widget__field {
        /* margin: 0; */
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
    }

    [data-popup-widget].active .filter-widget__buttons {
        display: flex;
        align-items: end;
    }

    .main__col.col-20 .product-card__inner {
        /* zoom: 0.9; */
    }

    .main__grid .main__col.col-25 .product__btns--mini .product-card__container .product-card__basket.btn {
        font-size: 0;
    }

    .main__grid .main__col.col-20 .product__btns--mini .product-card__basket,
    .main__grid .main__col.col-20 .product__btns--mini .product-card__container .product-card__subscribe,
    .main__grid .main__col.col-20 .product__btns--mini__sync .product-card__basket,
    .main__grid .main__col.col-20 .product__btns--mini__sync .product-card__container .product-card__subscribe {
        height: var(--button-height);
    }

    .header__search .menu {
        margin-left: 20px
    }


    .header__type-simple .header__contacts {
        flex: 1;
        margin-left: 0;
    }

    .header__type-simple .header__top {
        padding: 10px 0 15px;
    }

    .header__type-simple .header__search {
        margin: 0 30px;
    }

    .header__type-simple .search-widget__btn {
        width: 120px;
    }

    .header__type-simple .search-widget__dropdown {
        width: calc(100% - 150px);
        margin-left: auto;
    }

    .header__type-simple .header__info {
        /* display: none; */
    }
}

@media (min-width: 1200px) {

    .search-widget__dropdown {
        padding-top: 0px;
    }

    .search-widget__link {
        padding: 5px 35px;
    }

    .search-widget__link:hover {
        background: var(--gray);
    }

    .search-widget__footer {
        padding: 15px 35px 35px;
    }

    .header__city {
        margin-right: 30px;
    }

    .header__item {
        margin-right: 20px;
    }

    .header__search .menu {
        margin-left: 40px;
    }

    .header__type-simple .header__search {
        margin: 0 40px;
    }

    .header__type-simple .search-widget__btn {
        width: 150px;
    }

    .header__type-simple .search-widget__dropdown {
        width: calc(100% - 150px);
        margin-left: auto;
    }

    .header__type-simple .header__item {
        margin-right: 10px;
    }
}

@media (min-width: 1300px) {
    .header__type-simple .header__item {
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1170px) {

    .city-widget__current,
    .menu__link,
    .header__tel,
    .header__callback {
        font-size: 14px;
    }

    .menu__item {
        margin-right: 10px;
    }
}