

/* Start:/bitrix/templates/skyshop/assets/css/main.css?1750757814230964*/
/*! 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 {
    --main-font: "Nunito Sans", sans-serif;
    --black: #140106;
    --theme-color: #140106;
    --white: #fff;
    --theme-font-color: #fff;
    --theme-font-color-alt: #CCCCC9;
    --gray: #F2F2F2;
    --gray2: #CCCCC9;
    --gray3: #858585;
    --gray4: #595957;
    --blue: #0D2AC6;
    --red: #E12D06;
    --green: #23A41F;
    --yellow: #F6DF10;
    --btn-hover: #474244;
}

* {
    -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;
}

html,
body {
    /* height: 100%; */
    /*! overflow-x: hidden; */
    overflow-x: hidden;
}

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

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;
    top: 18px;
    z-index: 9999;

}

@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: #fff;
    }

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

.container {
    margin: 0 auto;
    max-width: 1350px;
    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: 600;
    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: 44px;
        font-weight: 600;
    }

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

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

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

.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: 54px;
    min-width: 300px;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
    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: 10px;
    border: 1px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
}

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

.btn.btn-sm {
    min-width: 220px;
    height: 48px;
    padding: 12px 30px;
}

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

.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: 600;
    text-align: center;
    color: var(--theme-font-color);
    background: var(--theme-color);
}

a.bar-widget:hover {
    color: #fff;
}

.height-auto {
    height: auto;
}

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

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

.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;
    }
    .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 .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);
    font-weight: 600;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

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

.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: 10px 0px 0px 10px;
    cursor: pointer;
}

.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: 45px;
    padding: 10px 50px 10px 20px;
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--gray2);
    border-left: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.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__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: 10px;
    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: 600;
    border-radius: 10px;
    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;
}

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

.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: 60px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 8px;
}

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

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

.header__city {
    margin-right: 23px;
}

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

@media (max-width: 991px) {
    .header__contacts {
        margin-top: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .header__contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__tel {
    color: var(--black);
    font-weight: 800;
    line-height: 20px;
}

.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);
    font-weight: 600;
    border-left: 1px solid var(--gray2);
}

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

@media (max-width: 991px) {
    .header__callback {
        margin-top: 10px;
        border: 0;
        padding-left: 0;
        margin-left: 0;
    }
}

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

@media (max-width: 991px) {
    .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: 9999;
        overflow: auto;
    }
}

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

@media (max-width: 991px) {
    .header__city {
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .header__menu {
        margin: 35px 0 0;
    }
}

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

@media (max-width: 991px) {
    .header__content {
        padding: 20px 0;
    }
}

.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__info {
        display: none;
    }
}

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

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

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

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

@media (min-width: 360px) {
    .header__item svg {
        width: 31px;
        height: 31px;
    }
}

.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: 600;
    line-height: 20px;
    border-radius: 50%;
    background: var(--red);
}

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

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

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

.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: 10px;
    z-index: 1;
}

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

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

.promo-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: -1;
}

.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);
    background: rgba(20, 1, 6, 0.25);
}

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

@media (min-width: 992px) {
    .promo-card__data {
        max-width: 735px;
        padding: 28px 36px;
        border-radius: 15px;
        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: 8px;
    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: 600;
    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;
}

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

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

@media (min-width: 992px) {
    .grid__col.col-66 {
        width: 66.66%;
    }
}

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .grid__col.col-30 {
        width: 41.8%;
    }
}

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

@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: 15px;
    background: var(--gray);
}

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

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

.category-card__img {
    max-width: 100px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .category-card__img {
        max-width: 120px;
    }
}

@media (min-width: 1200px) {
    .category-card__img {
        margin-top: 0;
        max-width: 80%;
        max-height: 80%;
    }
}

.category-card__data {
    margin-top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

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

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

.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>.grid__col {
    width: 50%;
}

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

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

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

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

@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__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.section__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

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

@media (min-width: 992px) {
    .section__page-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 48px;
    }
}

.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 .tns-controls {
    position: absolute;
    right: 0;
    top: -52px;
}

@media (min-width: 992px) {
    .section .tns-controls {
        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: 12px 25px;
        border-radius: 10px;
        border: 1px solid var(--black);
    }
}

.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 {
        padding-bottom: 54px;
    }

    .product-card::before {
        content: "";
        position: absolute;
        left: -20px;
        top: -15px;
        bottom: -24px;
        right: -20px;
        background: var(--white);
        z-index: -1;
        border-radius: 20px;
        -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:hover {
        z-index: 9999;
    }

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

    .product-card:hover .product-card__wrapper {
        -webkit-transition: 0.1s;
        transition: 0.1s;
        padding-bottom: 24px;
        -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);
    }

    .product-card:hover .product-card__size,
    .product-card:hover .is-available .product-card__counter {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.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: 15px;
    overflow: hidden;
    margin-bottom: 12px;
}

.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: #fff;
}

.product-card__badge {
    position: absolute;
    left: 16px;
    top: 16px;
    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: 16px;
    top: 16px;
    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: var(--black);
}

.product-card__btn.is-active svg {
    fill: var(--black);
}

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

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

.product-status:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='pencil' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M10.2413 2.73045L11.366 1.60512C11.6005 1.37067 11.9184 1.23895 12.25 1.23895C12.5816 1.23895 12.8995 1.37067 13.134 1.60512C13.3685 1.83957 13.5002 2.15755 13.5002 2.48912C13.5002 2.82068 13.3685 3.13867 13.134 3.37312L6.05467 10.4524C5.70222 10.8047 5.26758 11.0636 4.79 11.2058L3 11.7391L3.53333 9.94912C3.67552 9.47154 3.93442 9.0369 4.28667 8.68445L10.2413 2.73045ZM10.2413 2.73045L12 4.48912M11 9.07245V12.2391C11 12.6369 10.842 13.0185 10.5607 13.2998C10.2794 13.5811 9.89782 13.7391 9.5 13.7391H2.5C2.10218 13.7391 1.72064 13.5811 1.43934 13.2998C1.15804 13.0185 1 12.6369 1 12.2391V5.23912C1 4.84129 1.15804 4.45976 1.43934 4.17846C1.72064 3.89715 2.10218 3.73912 2.5 3.73912H5.66667' stroke='%23E12D06' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    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("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='%2323A41F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product-card__title {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--black);
    font-family: var(--main-font);
    font-weight: 600;
    line-height: 20px;
}

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

.product-card__info {
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .product-card__info {
        margin-bottom: 32px;
    }
}

.product-card__size {
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .product-card__size {
        display: none !important;
    }
}

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

@media (min-width: 992px) {
    .product-card__counter {
        display: none !important;
    }
}

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

.product-card__wrapper {
    margin-top: auto;

}

/*-----------------------*/
.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__container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main__grid .col-100 .product-card__container .product-card__add-to-cart {
    min-width: 45%;
    width: 45%;
}

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

.main__grid .col-100 .product-card .product-card__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

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

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

.main__grid .col-100 .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__wrapper {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.main__grid .col-100 .product-card__size {
    display: flex !important;
}

.main__grid .col-100 .product-card__counter {
    display: flex !important;
    width: 45%;
}

/***********************/


@media (min-width: 992px) {
    .product-card__wrapper {
        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;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        left: -20px;
        right: -20px;
        top: calc(100% - 54px);
        background: #fff;
        z-index: 995;
        -webkit-transition: 0.1s;
        transition: 0.1s;
        border-radius: 0 0 20px 20px;
    }

    .product-card__wrapper.is-available [data-product-quantity] {
        display: block;
    }
}

@media (max-width: 991px) {

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

.product-card .hvr__dots {
    margin-bottom: 12px;
}

.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: 20px;
    font-weight: 700;
    line-height: 22px;
}

.price__old {
    margin-left: 14px;
    color: var(--gray4);
    font-size: 14px;
    font-weight: 600;
    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: 600;
    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: 600;
    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: 600;
    line-height: 14px;
    white-space: nowrap;
    background: var(--red);
    border-radius: 5px;
}

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

.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: 54px;
    background: var(--gray);
    border-radius: 10px;
}

.counter__value {
    color: var(--gray4);
    font-size: 20px;
    line-height: 26px;
}

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

.size-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 10px;
    margin-bottom: 10px;
    padding: 4px 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    border: 1px solid var(--gray2);
    min-width: 32px;
    height: 32px;
}

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

.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: #000;
    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%;
}

.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: 600;
    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: 4px 5px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: var(--theme-font-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 5px;
    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: 10px;
    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: "";
    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: 10px;
    background: rgba(20, 1, 6, 0.25);
}

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

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

.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: 20px;
    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: 767px) {
    .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 {
    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: 15px;
    background: rgba(255, 255, 255, 0.25);
}

@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: 767px) {
    .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: 767px) {
    .short-news__date {
        margin-top: 0;
        margin-left: 15px;
    }
}

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

@media (min-width: 767px) {
    .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: 20px;
}

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

.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("data:image/svg+xml,%3Csvg width='49' height='39' viewBox='0 0 49 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.34 38.9V26.12C0.34 21.2 1.12 16.64 2.68 12.44C4.36 8.23999 7.18 4.09999 11.14 0.0199955L18.16 5.23999C15.52 8.11999 13.6 10.82 12.4 13.34C11.2 15.74 10.48 18.14 10.24 20.54H18.7V38.9H0.34ZM30.22 38.9V26.12C30.22 21.2 31 16.64 32.56 12.44C34.24 8.23999 37.06 4.09999 41.02 0.0199955L48.04 5.23999C45.4 8.11999 43.48 10.82 42.28 13.34C41.08 15.74 40.36 18.14 40.12 20.54H48.58V38.9H30.22Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
}

.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: 767px) {
    .review-card.is-large .review-card__body {
        margin-left: auto;
        width: 630px;
    }
}

@media (min-width: 380px) {
    .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: 767px) {
    .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: 10px;
    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: 600;
    -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: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

.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: 20px;
}

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

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

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

@media (min-width: 767px) {
    .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

.marquee__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
}

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

.store-list {
    position: relative;
}

@media (min-width: 767px) {
    .store-list {
        padding: 50px 70px;
        border-radius: 20px;
        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: 767px) {
    .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;
}

@media (min-width: 767px) {
    .store-list__data {
        padding: 30px;
        border-radius: 20px;
        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: 767px) {
    .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: 767px) {
    .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("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.25 18.375C26.25 19.7674 25.6969 21.1027 24.7123 22.0873C23.7277 23.0719 22.3924 23.625 21 23.625C19.6076 23.625 18.2723 23.0719 17.2877 22.0873C16.3031 21.1027 15.75 19.7674 15.75 18.375C15.75 16.9826 16.3031 15.6473 17.2877 14.6627C18.2723 13.6781 19.6076 13.125 21 13.125C22.3924 13.125 23.7277 13.6781 24.7123 14.6627C25.6969 15.6473 26.25 16.9826 26.25 18.375Z' stroke='%23595957' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.125 18.375C34.125 30.8735 21 38.0625 21 38.0625C21 38.0625 7.875 30.8735 7.875 18.375C7.875 14.894 9.25781 11.5556 11.7192 9.09422C14.1806 6.63281 17.519 5.25 21 5.25C24.481 5.25 27.8194 6.63281 30.2808 9.09422C32.7422 11.5556 34.125 14.894 34.125 18.375Z' stroke='%23595957' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.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: 600;
    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: 20px;
    background: var(--gray);
}

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

.feedback__title {
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    .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: 767px) {
    .feedback__form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.feedback__input {
    padding: 15px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    -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: 767px) {
    .feedback__input {
        border-radius: 10px 0 0 10px;
    }
}

.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: 50px;
    font-weight: 600;
    color: var(--theme-font-color);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
}

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

@media (min-width: 767px) {
    .feedback__send {
        margin-top: 0;
        width: 166px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 0 10px 10px 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: 767px) {
    .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;
    background: var(--black);
}

@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: 600;
    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;
}

.footer__item {
    margin-bottom: 10px;
}

.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: #fff;
}

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

@media (min-width: 767px) {
    .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__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: 767px) {
    .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: 767px) {
    .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: 767px) {
    .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: 20px;
    background: var(--gray);
}

@media (min-width: 767px) {
    .shop-info {
        margin: 0;
        padding: 50px 30px 75px;
    }
}

@media (min-width: 992px) {
    .shop-info {
        border-radius: 30px;
    }
}

@media (min-width: 1200px) {
    .shop-info {
        padding: 50px 110px 75px;
    }
}

.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: 15px;
    }
}

.shop-info p,
.shop-info li {
    font-weight: 600;
    color: var(--gray4);
}

.shop-info strong {
    display: block;
    font-weight: 600;
    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: 15px;
    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: 600;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
    border: 1px solid var(--gray2);
}

@media (min-width: 767px) {
    .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;
    white-space: nowrap;
}

.category-widget {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .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: 6px;
    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("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='M8.25 6.75H20.25M8.25 12H20.25M8.25 17.25H20.25M3.75 6.75H3.757V6.758H3.75V6.75ZM4.125 6.75C4.125 6.84946 4.08549 6.94484 4.01516 7.01516C3.94484 7.08549 3.84946 7.125 3.75 7.125C3.65054 7.125 3.55516 7.08549 3.48483 7.01516C3.41451 6.94484 3.375 6.84946 3.375 6.75C3.375 6.65054 3.41451 6.55516 3.48483 6.48484C3.55516 6.41451 3.65054 6.375 3.75 6.375C3.84946 6.375 3.94484 6.41451 4.01516 6.48484C4.08549 6.55516 4.125 6.65054 4.125 6.75ZM3.75 12H3.757V12.008H3.75V12ZM4.125 12C4.125 12.0995 4.08549 12.1948 4.01516 12.2652C3.94484 12.3355 3.84946 12.375 3.75 12.375C3.65054 12.375 3.55516 12.3355 3.48483 12.2652C3.41451 12.1948 3.375 12.0995 3.375 12C3.375 11.9005 3.41451 11.8052 3.48483 11.7348C3.55516 11.6645 3.65054 11.625 3.75 11.625C3.84946 11.625 3.94484 11.6645 4.01516 11.7348C4.08549 11.8052 4.125 11.9005 4.125 12ZM3.75 17.25H3.757V17.258H3.75V17.25ZM4.125 17.25C4.125 17.3495 4.08549 17.4448 4.01516 17.5152C3.94484 17.5855 3.84946 17.625 3.75 17.625C3.65054 17.625 3.55516 17.5855 3.48483 17.5152C3.41451 17.4448 3.375 17.3495 3.375 17.25C3.375 17.1505 3.41451 17.0552 3.48483 16.9848C3.55516 16.9145 3.65054 16.875 3.75 16.875C3.84946 16.875 3.94484 16.9145 4.01516 16.9848C4.08549 17.0552 4.125 17.1505 4.125 17.25Z' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@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: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

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

.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: 600;
    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: 50%;
    background: var(--gray);
}

.product-type__photo img {
    max-width: 100%;
    max-height: 100%;
}

.product-type__title {
    margin-top: 16px;
    color: var(--black);
    font-weight: 600;
    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:not(:last-child) {
    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 {
    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-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

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

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

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

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

.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: 600;
    line-height: 24px;
    border-radius: 6px;
    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;
    }
}

@media (min-width: 992px) {
    .main__content.is-short {
        max-width: 850px;
        margin-left: auto;
    }
}

.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 {
    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 {
        left: -55px;
    }
}

.main__slider-wrapper .tns-controls button[data-controls=next] {
    left: auto;
    right: 0;
}

@media (min-width: 1380px) {
    .main__slider-wrapper .tns-controls button[data-controls=next] {
        right: -55px;
    }
}

.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: 18px;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
}

.switch span {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 25px;
    border-radius: 20px;
    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: 50%;
    -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: 5px;
    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-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' stroke='%23140106'/%3E%3Crect x='5' y='5' width='10' height='10' rx='2' fill='%23140106'/%3E%3C/svg%3E%0A"); */
    background: var(--theme-color);
    width: 14px;
    height: 14px;
    left: 3px;
    top: 4px;
    border-radius: 4px;
    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;
    /* background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' stroke='%23595957'/%3E%3C/svg%3E%0A"); */
    border: 1px solid var(--black);
    border-radius: 6px;
    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: 20px;
        font-weight: 600;
        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: 6px;
        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("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 3.5H10.9655C10.719 1.5275 9.0395 0 7 0C4.9605 0 3.281 1.5275 3.0345 3.5H0.5V4.5H3.0345C3.281 6.4725 4.9605 8 7 8C9.0395 8 10.719 6.4725 10.9655 4.5H19.5V3.5ZM7 7C5.346 7 4 5.654 4 4C4 2.346 5.346 1 7 1C8.654 1 10 2.346 10 4C10 5.654 8.654 7 7 7Z' fill='%23140106'/%3E%3Cpath d='M19.5 11.5H16.9655C16.719 9.5275 15.0395 8 13 8C10.9605 8 9.281 9.5275 9.0345 11.5H0.5V12.5H9.0345C9.281 14.4725 10.9605 16 13 16C15.0395 16 16.719 14.4725 16.9655 12.5H19.5V11.5ZM13 15C11.346 15 10 13.654 10 12C10 10.346 11.346 9 13 9C14.654 9 16 10.346 16 12C16 13.654 14.654 15 13 15Z' fill='%23140106'/%3E%3C/svg%3E%0A");
}

@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__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: 18px;
    font-weight: 700;
    line-height: 22px;
}

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


.filter-widget__item:last-child {
    margin-bottom: 0;
}

.custom-select.filter-widget__select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--gray2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-select__item .size-widget__item {
    display: inline-block;
    vertical-align: middle;
}

.filter-widget__content i {
    font-style: normal;
    margin-left: 4px;
    font-size: 15px;
}

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

.custom-select__current::before {
    content: attr(data-preview);
    color: var(--gray2);
    margin-right: 8px;
    font-size: inherit;
}

.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;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--white);
    display: none;
    z-index: 85;
    -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);
}

.custom-select__item {
    padding: 15px;
    border-top: 1px solid var(--gray);
    font-size: 14px;
    cursor: pointer;
    display: block;
}

.custom-select__item.selected {
    background: var(--gray);
}

.custom-select__item input {
    display: none;
}

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

.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: 6px;
    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);
}

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

@media (max-width: 991px) {
    .main-sorting__view {
        display: none;
    }
}

.main-sorting__view-btn {
    fill: var(--black);
}

.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: 2px 6px;
    border-radius: 6px;
    color: var(--gray2);
    font-size: 14px;
}

@media (min-width: 767px) {
    .page-nav__link {
        font-size: 18px;
        padding: 6px 11px;
    }
}

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

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

@media (min-width: 992px) {
    .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: flex-start;
        width: 50%;
        margin-right: 30px;
        position: relative;
        /* padding-left: 95px; */
        position: sticky;
        top: 30px;
        align-items: center;
    }
}


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

.detail__slider img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.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 {
    position: absolute;
    left: 15px;
    top: calc(50% - 20px);
}

@media (min-width: 992px) {
    .detail__big-slider .tns-controls button {
        left: 24px;
    }
}

.detail__big-slider .tns-controls button[data-controls=next] {
    left: auto;
    right: 15px;
}

@media (min-width: 992px) {
    .detail__big-slider .tns-controls button[data-controls=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: 28px;
        top: 28px;
    }
}

.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: var(--white);
    min-width: 23px;
}

@media (min-width: 767px) {
    .detail__nav-btn {
        width: 50px;
        height: 50px;
    }
}

.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: 15px;
    /* background: #D9D9D9; */
}

@media (min-width: 1200px) {
    .detail__slide {
        /* height: 615px; */
    }
}

@media (max-width: 991px) {
    .detail__thumbs {
        display: none;
    }
}

@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__thumb {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.detail__thumb.has-video::after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.0002' cy='21.8085' r='21.2766' fill='%23140106' fill-opacity='0.4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6172 16.4068C15.6172 15.1932 16.9185 14.4238 17.9823 15.0085L27.8036 20.4111C28.9057 21.017 28.9057 22.6009 27.8036 23.2068L17.9831 28.6094C16.9193 29.194 15.618 28.4247 15.618 27.2111L15.6172 16.4068Z' fill='white'/%3E%3C/svg%3E%0A");
    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 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.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__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__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: 600;
    text-transform: uppercase;
}

.detail__price {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .detail__price {
        margin-top: 37px;
    }
}

.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 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .detail__size {
        margin-top: 34px;
    }
}

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

@media (min-width: 1200px) {
    .detail__buttons {
        margin-top: 40px;
        -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;
}

@media (min-width: 1200px) {
    .detail__counter {
        margin-bottom: 0;
        max-width: 150px;
    }
}

.detail__buy {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .detail__buy {
        margin-top: 0;
        max-width: 300px;
    }
}

.detail__content {
    margin-top: 30px;
}

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

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

.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("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.17472 0.675045C1.63033 0.219433 2.36902 0.219433 2.82463 0.675045L8.99967 6.85009L15.1747 0.675045C15.6303 0.219433 16.369 0.219433 16.8246 0.675045C17.2802 1.13066 17.2802 1.86935 16.8246 2.32496L9.82463 9.32496C9.36902 9.78057 8.63033 9.78057 8.17472 9.32496L1.17472 2.32496C0.719105 1.86935 0.719105 1.13066 1.17472 0.675045Z' fill='%23595957'/%3E%3C/svg%3E%0A");
}

.detail-info__dropdown {
    display: none;
    margin-top: 15px;
}

.detail-info__dropdown p {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--gray4);
}

@media (max-width: 766px) {
    .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;
}

.detail-info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    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: 600;
    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: 20px;
}

.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: 50%;
}

.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: 50%;
    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: 766px) {
    .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: 600;
}

@media (max-width: 766px) {

    .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: 30px;
    width: 100%;
    /* height: 154px; */
    border-radius: 10px;
    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: 18px;
        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("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.19 7.68803C12.8399 7.99828 13.4057 8.45996 13.8401 9.03427C14.2745 9.60857 14.5648 10.2787 14.6865 10.9885C14.8081 11.6982 14.7577 12.4268 14.5394 13.113C14.3212 13.7992 13.9414 14.423 13.432 14.932L8.93203 19.432C8.08811 20.2759 6.94351 20.7501 5.75003 20.7501C4.55655 20.7501 3.41195 20.2759 2.56803 19.432C1.72411 18.5881 1.25 17.4435 1.25 16.25C1.25 15.0565 1.72411 13.9119 2.56803 13.068L4.32503 11.311M17.675 10.689L19.432 8.93203C20.2759 8.08811 20.7501 6.94351 20.7501 5.75003C20.7501 4.55655 20.2759 3.41195 19.432 2.56803C18.5881 1.72411 17.4435 1.25 16.25 1.25C15.0565 1.25 13.9119 1.72411 13.068 2.56803L8.56803 7.06803C8.05866 7.57703 7.67889 8.20084 7.46061 8.88705C7.24233 9.57326 7.19191 10.3018 7.3136 11.0116C7.43528 11.7213 7.72552 12.3915 8.15992 12.9658C8.59432 13.5401 9.1602 14.0018 9.81003 14.312' stroke='%23595957' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.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("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='white'/%3E%3Cpath d='M7.65311 2.33265C7.6813 2.26387 7.72932 2.20503 7.79105 2.16362C7.85279 2.12221 7.92544 2.1001 7.99977 2.1001C8.07411 2.1001 8.14676 2.12221 8.2085 2.16362C8.27023 2.20503 8.31825 2.26387 8.34644 2.33265L9.76311 5.73998C9.78963 5.80374 9.83322 5.85894 9.88909 5.89952C9.94496 5.9401 10.0109 5.96448 10.0798 5.96998L13.7584 6.26465C14.0911 6.29131 14.2258 6.70665 13.9724 6.92331L11.1698 9.32465C11.1174 9.36944 11.0784 9.42778 11.057 9.49328C11.0356 9.55878 11.0326 9.62891 11.0484 9.69598L11.9051 13.286C11.9223 13.358 11.9178 13.4335 11.8921 13.503C11.8665 13.5724 11.8208 13.6327 11.7609 13.6763C11.7009 13.7198 11.6295 13.7445 11.5555 13.7475C11.4815 13.7504 11.4083 13.7313 11.3451 13.6926L8.19511 11.7693C8.13627 11.7335 8.06869 11.7145 7.99977 11.7145C7.93086 11.7145 7.86328 11.7335 7.80444 11.7693L4.65444 13.6933C4.59128 13.732 4.51808 13.7511 4.44408 13.7481C4.37008 13.7452 4.29861 13.7204 4.23869 13.6769C4.17877 13.6334 4.13308 13.5731 4.10741 13.5036C4.08174 13.4342 4.07722 13.3587 4.09444 13.2866L4.95111 9.69598C4.967 9.62891 4.96408 9.55876 4.94267 9.49325C4.92126 9.42773 4.8822 9.36939 4.82978 9.32465L2.02711 6.92331C1.97098 6.87505 1.93038 6.81128 1.91041 6.74C1.89043 6.66873 1.89198 6.59314 1.91485 6.52274C1.93772 6.45235 1.9809 6.39028 2.03895 6.34436C2.097 6.29844 2.16734 6.2707 2.24111 6.26465L5.91978 5.96998C5.98861 5.96448 6.05459 5.9401 6.11046 5.89952C6.16633 5.85894 6.20992 5.80374 6.23644 5.73998L7.65311 2.33265Z' fill='%23F7DF10' stroke='%23F7DF10' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.star-rating input:hover~label {
    cursor: pointer;
}

.star-rating input:hover~label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='white'/%3E%3Cpath d='M7.65311 2.33265C7.6813 2.26387 7.72932 2.20503 7.79105 2.16362C7.85279 2.12221 7.92544 2.1001 7.99977 2.1001C8.07411 2.1001 8.14676 2.12221 8.2085 2.16362C8.27023 2.20503 8.31825 2.26387 8.34644 2.33265L9.76311 5.73998C9.78963 5.80374 9.83322 5.85894 9.88909 5.89952C9.94496 5.9401 10.0109 5.96448 10.0798 5.96998L13.7584 6.26465C14.0911 6.29131 14.2258 6.70665 13.9724 6.92331L11.1698 9.32465C11.1174 9.36944 11.0784 9.42778 11.057 9.49328C11.0356 9.55878 11.0326 9.62891 11.0484 9.69598L11.9051 13.286C11.9223 13.358 11.9178 13.4335 11.8921 13.503C11.8665 13.5724 11.8208 13.6327 11.7609 13.6763C11.7009 13.7198 11.6295 13.7445 11.5555 13.7475C11.4815 13.7504 11.4083 13.7313 11.3451 13.6926L8.19511 11.7693C8.13627 11.7335 8.06869 11.7145 7.99977 11.7145C7.93086 11.7145 7.86328 11.7335 7.80444 11.7693L4.65444 13.6933C4.59128 13.732 4.51808 13.7511 4.44408 13.7481C4.37008 13.7452 4.29861 13.7204 4.23869 13.6769C4.17877 13.6334 4.13308 13.5731 4.10741 13.5036C4.08174 13.4342 4.07722 13.3587 4.09444 13.2866L4.95111 9.69598C4.967 9.62891 4.96408 9.55876 4.94267 9.49325C4.92126 9.42773 4.8822 9.36939 4.82978 9.32465L2.02711 6.92331C1.97098 6.87505 1.93038 6.81128 1.91041 6.74C1.89043 6.66873 1.89198 6.59314 1.91485 6.52274C1.93772 6.45235 1.9809 6.39028 2.03895 6.34436C2.097 6.29844 2.16734 6.2707 2.24111 6.26465L5.91978 5.96998C5.98861 5.96448 6.05459 5.9401 6.11046 5.89952C6.16633 5.85894 6.20992 5.80374 6.23644 5.73998L7.65311 2.33265Z' fill='%23F7DF10' stroke='%23F7DF10' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.star-rating label::before {
    content: "";
    margin: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='white'/%3E%3Cpath d='M7.65311 2.33265C7.6813 2.26387 7.72932 2.20503 7.79105 2.16362C7.85279 2.12221 7.92544 2.1001 7.99977 2.1001C8.07411 2.1001 8.14676 2.12221 8.2085 2.16362C8.27023 2.20503 8.31825 2.26387 8.34644 2.33265L9.76311 5.73998C9.78963 5.80374 9.83322 5.85894 9.88909 5.89952C9.94496 5.9401 10.0109 5.96448 10.0798 5.96998L13.7584 6.26465C14.0911 6.29131 14.2258 6.70665 13.9724 6.92331L11.1698 9.32465C11.1174 9.36944 11.0784 9.42778 11.057 9.49328C11.0356 9.55878 11.0326 9.62891 11.0484 9.69598L11.9051 13.286C11.9223 13.358 11.9178 13.4335 11.8921 13.503C11.8665 13.5724 11.8208 13.6327 11.7609 13.6763C11.7009 13.7198 11.6295 13.7445 11.5555 13.7475C11.4815 13.7504 11.4083 13.7313 11.3451 13.6926L8.19511 11.7693C8.13627 11.7335 8.06869 11.7145 7.99977 11.7145C7.93086 11.7145 7.86328 11.7335 7.80444 11.7693L4.65444 13.6933C4.59128 13.732 4.51808 13.7511 4.44408 13.7481C4.37008 13.7452 4.29861 13.7204 4.23869 13.6769C4.17877 13.6334 4.13308 13.5731 4.10741 13.5036C4.08174 13.4342 4.07722 13.3587 4.09444 13.2866L4.95111 9.69598C4.967 9.62891 4.96408 9.55876 4.94267 9.49325C4.92126 9.42773 4.8822 9.36939 4.82978 9.32465L2.02711 6.92331C1.97098 6.87505 1.93038 6.81128 1.91041 6.74C1.89043 6.66873 1.89198 6.59314 1.91485 6.52274C1.93772 6.45235 1.9809 6.39028 2.03895 6.34436C2.097 6.29844 2.16734 6.2707 2.24111 6.26465L5.91978 5.96998C5.98861 5.96448 6.05459 5.9401 6.11046 5.89952C6.16633 5.85894 6.20992 5.80374 6.23644 5.73998L7.65311 2.33265Z' fill='%23CCCCC9' stroke='%23CCCCC9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.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: 767px) {
    .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: 767px) {
    .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: 600;
    line-height: 24px;
}

@media (min-width: 767px) {
    .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: 600;
    line-height: 26px;
}

@media (min-width: 767px) {
    .add-review__heading {
        font-size: 20px;
    }
}

.add-review__heading span {
    color: var(--red);
}

.add-review__input {
    width: 100%;
    height: 49px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--gray2);
}

.add-review__textarea {
    width: 100%;
    height: 154px;
    padding: 15px;
    border-radius: 10px;
    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: 20px;
    border-radius: 20px;
    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: 30px;
    }
}

@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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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: #f2f2f2;
}

.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: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: 0;
    color: var(--black);
    border-radius: 10px;
    /* -webkit-transition: 0.5s; */
    /* transition: 0.5s; */
    border: 1px solid var(--gray2);
}

.form__input {
    height: 49px;
}

.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: 203px;
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: 0;
    color: var(--black);
    border-radius: 10px;
    -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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M463.5 224l8.5 0c13.3 0 24-10.7 24-24l0-128c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l119.5 0z'/%3E%3C/svg%3E");
    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__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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.form__checkbox input {
    display: none;
}


.form__checkbox span {
    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 {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' stroke='%23595957'/%3E%3C/svg%3E%0A"); */
    border: 1px solid var(--theme-color);
    border-radius: 6px;
}

.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 {
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='5' fill='%2323A41F'/%3E%3Cpath d='M5.1875 11.0312L9.4375 15.2812L15.8125 5.71875' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); */
    background: var(--theme-color);
    width: 14px;
    height: 14px;
    left: 3px;
    top: 3px;
    border-radius: 4px;
    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: 10px;
    overflow: hidden;
}

@media (min-width: 767px) {
    .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: 600;
    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: 600;
    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;
}

.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: 15px;
    background: var(--gray);
}

.cart-total__title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    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: 600;
    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: 50px;
    padding: 15px;
    border-radius: 10px 0 0 10px;
    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: 50px;
    border-radius: 0 10px 10px 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("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_93_12459)'%3E%3Cpath d='M6.09901 16.2635H26.4283M26.4283 16.2635L18.8048 8.63998M26.4283 16.2635L18.8048 23.887' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_93_12459'%3E%3Crect width='23' height='23' fill='white' transform='translate(16.2637) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.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: 600;
    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: 600;
    line-height: 24px;
    border-radius: 6px;
    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: 600;
    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("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.72 13.829C6.48 13.859 6.24 13.891 6 13.925M6.72 13.829C10.2263 13.3891 13.7737 13.3891 17.28 13.829M6.72 13.829L6.34 18M17.28 13.829C17.52 13.859 17.76 13.891 18 13.925M17.28 13.829L17.66 18L17.889 20.523C17.9032 20.6787 17.8848 20.8356 17.8349 20.9837C17.7851 21.1319 17.7049 21.268 17.5995 21.3834C17.4942 21.4989 17.3659 21.5911 17.2229 21.6542C17.0799 21.7173 16.9253 21.7499 16.769 21.75H7.231C6.569 21.75 6.051 21.182 6.111 20.523L6.34 18M6.34 18H5.25C4.65326 18 4.08097 17.7629 3.65901 17.341C3.23705 16.919 3 16.3467 3 15.75V9.456C3 8.375 3.768 7.441 4.837 7.281C5.47295 7.18587 6.11074 7.10352 6.75 7.034M17.658 18H18.749C19.0446 18.0001 19.3372 17.942 19.6103 17.829C19.8834 17.716 20.1316 17.5503 20.3406 17.3413C20.5497 17.1324 20.7155 16.8843 20.8286 16.6113C20.9418 16.3382 21 16.0456 21 15.75V9.456C21 8.375 20.232 7.441 19.163 7.281C18.5271 7.18588 17.8893 7.10353 17.25 7.034M17.25 7.034C13.7603 6.6543 10.2397 6.6543 6.75 7.034M17.25 7.034V3.375C17.25 2.754 16.746 2.25 16.125 2.25H7.875C7.254 2.25 6.75 2.754 6.75 3.375V7.034M18 10.5H18.008V10.508H18V10.5ZM15 10.5H15.008V10.508H15V10.5Z' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

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

.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: 600;
    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: 15px;
}

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

@media (min-width: 767px) {
    .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;
    }
}

@media (min-width: 767px) {
    .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: 15px;
}

@media (min-width: 767px) {
    .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: 20px;
    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: 600;
    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: 600;
}

.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: 767px) {
    .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: 767px) {
    .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: 600;
    border-radius: 10px;
    -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: 10px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .news-card__photo {
        border-radius: 20px;
    }
}

.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: 5px;
    border: 1px solid var(--black);
}

.news-card__title {
    color: var(--black);
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 600;
    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 {
    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;
    border-radius: 10px;
    overflow: hidden;
    min-height: 250px;
}

@media (min-width: 992px) {
    .news-detail__promo {
        border-radius: 30px;
        min-height: 400px;
        padding: 50px;
    }
}

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

.news-detail .main-header__title {
    text-align: center;
}

.news-detail__title {
    color: var(--white);
    padding: 20px;
    border-radius: 15px;
    background: rgba(20, 1, 6, 0.25);
}

@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;
    margin-bottom: 20px;
}

.news-detail__body {
    margin: 30px auto 0;
    /* max-width: 850px; */
    color: var(--gray4);
    font-weight: 600;
}

.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: 767px) {
    .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: 992px) {

    .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 #000;
    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: 20px;
    background: var(--gray);
    color: var(--black);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    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: 10px;
    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: 15px;
        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: 992px) {
    .services-card__title {
        font-size: 18px;
    }
}

.services-card__text {
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--gray4);
}

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

@media (min-width: 992px) {
    .services-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@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: 46px 70px 46px 40px;
    }

    .services-widget.width-gap .services-widget__col: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: 20px;
    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;
    }
}

.services-widget__col:first-child {
    margin: 0 -15px;
    padding: 20px;
    border-radius: 20px;
    background: var(--gray);
}

@media (min-width: 767px) {
    .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: 70px 77px 90px 52px;
    }
}

.services-widget__col:last-child {
    position: relative;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media (min-width: 1200px) {
    .services-widget__col: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;
}

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

@media (min-width: 992px) {
    .about-services__col {
        column-count: 2;
        column-gap: 15px;
        /* width: 50%; */
    }

    .about-services__col p {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
        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: 20px;
        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: 600;
    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: 10px;
    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: #fff;
    /* width: 830px; */
    /* 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: 992px) {
    .gallery__slider-big {
        width: 100%;
    }
}

.gallery__slider-big .tns-ovh {
    overflow: hidden;
}

.gallery__slider-big .tns-inner {
    overflow: hidden;
}

.gallery__slider-big [aria-hidden=true] {
    /* opacity: 1; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.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: 10px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 991px) {
    .gallery__slide-inner {
        width: 100%;
        padding-bottom: 60%;
    }
}

.gallery__slide-inner img {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* width: 100%; */
    /* height: 100%; */
    -o-object-fit: cover;
    /* object-fit: cover; */
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.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: 600;
    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: 600;
    line-height: 24px;
    border-radius: 6px;
    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;
}

@media (min-width: 767px) {
    .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: 600;
    border-bottom: 1px solid var(--gray2);
}

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

    .header__catalog-dropdown__alt {
        height: 600px;
        /* max-height: 100vh; */
    }
}

@media (max-width: 991px) {
    .catalog-dropdown {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        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 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: 8px;
    }

    .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 {
        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__parent 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: 10px;
    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;
    }
}

.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: 14px;
    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("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 .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;
    }
}

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

.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: 600;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .catalog-dropdown__more {
        margin-top: 0;
        font-size: 16px;
    }
}

.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("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='%230D2AC6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.catalog-dropdown__more.is-active::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}




.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: 3px;
    background: #fff;
    color: #000;
    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;
}

.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: visible;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    /* opacity: 0; */
    /* visibility: hidden; */
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -moz-calc(100% * 70 / 3);
    width: 2333.3333333333%;
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -moz-calc(100% / 70);
    width: 1.4285714286%;
    height: 10px;
    float: left;
}


[aria-hidden=true] {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tns-outer {
    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;
}

.tns-ovh {
    /* overflow: hidden; */
}

.tns-ovh:hover {
    position: relative;
    z-index: 8;
}

.tns-slider {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

.tns-nav {
    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;
}

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

.tns-nav button:last-child {
    margin-right: 0;
}

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

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

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

.tns-controls button::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");
}

.tns-controls button[data-controls=prev] {
    margin-right: 12px;
}

.tns-controls button[data-controls=prev]::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tns-controls button[disabled] {
    opacity: 0.6;
    pointer-events: 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: #1e1e1e;
    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: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

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

.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: #000
}

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

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.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: #fff;
    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: #fff
}

.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: #fff;
    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: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    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: 3px;
    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: 3px;
    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: #fff
}

.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: #fff
}

.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: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

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

.popup__title {
    padding: 0 52px 28px;
    text-align: center;
    font-size: 34px;
    line-height: 44px;
    color: #000;
    font-weight: 600;
}

.popup {
    max-width: 633px;
    border-radius: 20px;
    width: 100%;
}

.popup__wide {
    max-width: 100%;
    width: 1000px;
}

[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: 600;
    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 {
    /* display: flex; */
    flex-wrap: nowrap;
}

.detail__big-slider {
    overflow: hidden;
}

.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 {
    width: 84px;
    height: 84px;
    position: fixed;
    left: calc(50% - 42px);
    top: calc(50% - 42px);
}

.loading-screen .loader:before,
.loader:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--theme-color);
    animation: push 1s infinite linear alternate;
}

.loading-screen .loader:after {
    top: auto;
    bottom: 0;
    left: 0;
    background: #fff;
    animation-direction: alternate-reverse;
}

@keyframes push {
    0% {
        width: 14px;
        height: 14px;
    }

    100% {
        width: 84px;
        height: 84px;
    }
}



.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: #000;
    font-size: 16px;
    border-radius: 20px;
    line-height: 22px;
    padding: 12px 20px;
    position: relative;
}

.alert:before {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.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: #000;
    background-color: rgba(35, 164, 31, 0.15);
    border-color: rgba(35, 164, 31, 0.15);
}

.alert-success:before {
    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: #000000;
    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("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='%23E12D06'/%3E%3Cpath d='M26.8944 25.8943C28.7229 24.0658 29.7501 21.5859 29.7501 19C29.7501 16.4141 28.7229 13.9342 26.8944 12.1057C25.0659 10.2772 22.5859 9.24994 20.0001 9.24994C17.4142 9.24994 14.9342 10.2772 13.1057 12.1057M26.8944 25.8943C25.0659 27.7228 22.5859 28.7501 20.0001 28.7501C17.4142 28.7501 14.9342 27.7228 13.1057 25.8943C11.2772 24.0658 10.25 21.5859 10.25 19C10.25 16.4141 11.2772 13.9342 13.1057 12.1057M26.8944 25.8943L13.1057 12.1057' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.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: #Fff;
    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: 10px;
    background: #fff;
    z-index: 999;
    -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;
}

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

.toast__image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.toast__content-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.toast__content-text {
    font-family: Nunito Sans;
    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: 20px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 6px;
}

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

.arrow-left:before,
.arrow-right: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")
}

.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 .bx-title {
    text-align: center;
}

.bx-authform .form__footer {
    text-align: center;
}

.bx-authform-note-container {
    font-size: 13px;
    color: #5a6c77;
    /* padding-top: 4px; */
    text-align: center;
}

.bx-authform-link-container {
    text-align: center;
}

.bx-authform-social {
    text-align: center;
}

.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{
    width: 36px;
    height: 36px;
}
.icon-viber{
    background-image: url('/bitrix/templates/skyshop/assets/css/assets/img/icons/viber.svg')
}
.icon-telegram{
    background-image: url('/bitrix/templates/skyshop/assets/css/assets/img/icons/telegram.svg')
}
.icon-whatsapp{
    background-image: url('/bitrix/templates/skyshop/assets/css/assets/img/icons/whatsapp.svg')
}
.icon-vk{
    background-image: url('/bitrix/templates/skyshop/assets/css/assets/img/icons/vk.svg')
} */




@media(max-width: 991px) {
    .cookie-block {
        flex-direction: column;
        justify-content: center;
    }

    .cookie-block .buttons {
        margin-top: 10px;
    }

    .brands__list {
        grid-template-columns: repeat(3, 1fr);
    }

}




@media (max-width:576px) {
    .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.5em;
        padding: 0 0 15px;
    }

    .brands__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .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: 600;
        line-height: 20px;
    }

    .header__actions {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

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

    .js-toggle-menu {
        display: none;
    }

    .search-widget__btn {
        width: 153px;
        height: 50px;
    }

    .search-widget__input {
        height: 50px;
        padding: 15px 55px 15px 24px;
        color: var(--black);
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

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

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

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

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

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

    .search-widget__send {
        top: 13px;
        right: 13px;
    }

    .search-widget__result {
        padding: 15px 25px;
        max-width: 190px;
    }
}

@media (min-width: 1200px) {
    
    .search-widget__dropdown {
        padding-top: 22px;
    }

    .search-widget__link {
        padding: 8px 50px;
    }

    .search-widget__link:hover {
        background: var(--gray);
    }

    .search-widget__footer {
        padding: 28px 50px 37px;
    }

    .header__city {
        margin-right: 30px;
    }

    .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;
    }
}
/* End */


/* Start:/bitrix/templates/skyshop/assets/css/custom.css?175075202924*/
/* your custom styles */
/* End */


/* Start:/bitrix/templates/skyshop/styles.css?175075202910*/
/*styles*/
/* End */


/* Start:/bitrix/templates/skyshop/template_styles.css?175075202910*/
/*styles*/
/* End */
/* /bitrix/templates/skyshop/assets/css/main.css?1750757814230964 */
/* /bitrix/templates/skyshop/assets/css/custom.css?175075202924 */
/* /bitrix/templates/skyshop/styles.css?175075202910 */
/* /bitrix/templates/skyshop/template_styles.css?175075202910 */
