@charset "UTF-8";

:root {
    --black-color: #333;
    --white-color: #fff;
    --dark-color: #141414;

    --medium-grey-color: #808080;
    --grey-color: #585858;
    --light-grey-color: #f5f5f5;

    --mobile-grey-color: #1d1d1d;
    --search-input-border-color: #d6d6d6;
    --beige-color: #d9c8bb;
    --yellow-color: #ddaf31;
    --border-color: rgba(204, 204, 204, 0.60);
    --error-color: #EB4E46;
    --green-color: #057459;
    --in-stock-text-color: #057459;
    --on-backorder-text-color: #141414;
    --text-font: IBMPlexSans, sans-serif;
    --heading-font: GeologicaRoman, sans-serif;
    --header-height: 112.2px;
    --fixed-header-height: 83px;
    --container-width: 280px;
    --section-py: 40px;
    --section-px: 20px;
    --section-px-negative: -20px;
    --price-slider-height: 20px;
    --price-slider-height: 20px
}

@media screen and (min-width: 575.98px) {
    :root {
        --container-width: 536px;
        --section-px: calc(50vw - 268px);
        --section-px-negative: calc((50vw - 268px) * -1)
    }
}

@media screen and (min-width: 767.98px) {
    :root {
        --header-height: 144.17px;
        --fixed-header-height: 84.17px;
        --container-width: 720px;
        --section-py: 50px;
        --section-px: calc(50vw - 360px);
        --section-px-negative: calc((50vw - 360px) * -1)
    }
}

@media screen and (min-width: 991.98px) {
    :root {
        --header-height: 134.17px;
        --fixed-header-height: 81.78px;
        --container-width: 960px;
        --section-py: 65px;
        --section-px: calc(50vw - 480px);
        --section-px-negative: calc((50vw - 480px) * -1)
    }
}

@media screen and (min-width: 1279.98px) {
    :root {
        --container-width: 1160px;
        --section-py: 75px;
        --section-px: calc(50vw - 580px);
        --section-px-negative: calc((50vw - 580px) * -1)
    }
}

@keyframes translateToBottom {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: GeologicaRoman;
    src: url(fonts/GeologicaRoman-ExtraLight.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GeologicaRoman;
    src: url(fonts/GeologicaRoman-Regular.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GeologicaRoman;
    src: url(fonts/GeologicaRoman-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: IBMPlexSans;
    src: url(fonts/IBMPlexSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: IBMPlexSans;
    src: url(fonts/IBMPlexSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: IBMPlexSans;
    src: url(fonts/IBMPlexSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    scrollbar-gutter: stable;
    scroll-behavior: smooth
}

body,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    border: none
}

ol,
ul {
    list-style: none
}

q {
    quotes: "«" "»"
}

input {
    font: inherit;
    padding: 0;
    background-color: #fff !important;
    box-shadow: none !important
}

a,
button {
    background: 0 0;
    border: none;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0
}

a,
button,
pre {
    font: inherit
}

:focus,
a:active,
a:hover {
    outline: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number],
input[type=number]:focus,
input[type=number]:hover {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.menu {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background-color: rgba(0, 0, 0, .7)
}

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

.menu__content {
    padding: 0 var(--section-px) 35px;
    display: flex;
    flex-flow: column;
    min-height: 100%;
    background-color: var(--white-color);
    font: 16px/1.3 var(--text-font)
}

.menu__logo {
    margin: 145px 0 60px;
    flex-shrink: 0;
    display: block;
    width: 205px;
    height: 21px;
    background: center/contain no-repeat
}

.menu__categories {
    margin: 0 0 45px
}

.menu__categories-back {
    margin: 0 0 30px;
    display: none;
    align-items: center;
    font: 700 16px/1 var(--heading-font);
    text-transform: uppercase;
    color: #505050
}

.menu__categories-back::before {
    margin: 0 15px 0 0;
    flex-shrink: 0;
    content: "";
    width: 32px;
    height: 10px;
    background: center/contain no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMzEgOCI+PHBhdGggZmlsbD0iIzE0MTQxNCIgZD0iTS42NDYgNC4zNTRhLjUuNSAwIDAgMSAwLS43MDhMMy44MjguNDY0YS41LjUgMCAxIDEgLjcwOC43MDhMMS43MDcgNGwyLjgyOSAyLjgyOGEuNS41IDAgMSAxLS43MDguNzA4TC42NDYgNC4zNTRaTTMxIDQuNUgxdi0xaDMwdjFaIi8+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMiIgZD0iTS42NDYgNC4zNTRhLjUuNSAwIDAgMSAwLS43MDhMMy44MjguNDY0YS41LjUgMCAxIDEgLjcwOC43MDhMMS43MDcgNGwyLjgyOSAyLjgyOGEuNS41IDAgMSAxLS43MDguNzA4TC42NDYgNC4zNTRaTTMxIDQuNUgxdi0xaDMwdjFaIi8+PC9zdmc+)
}

.menu__categories-back--is-active {
    display: flex
}

.menu__category {
    display: flex;
    flex-flow: column
}

.menu__category.hide {
    display: none
}

.menu__category--is-active .menu__category-sublist {
    display: flex
}

.menu__category-title {
    margin: 0 0 15px;
    font: 500 24px/1.3 var(--heading-font);
    text-transform: uppercase;
    cursor: pointer
}

.menu__category-sublist {
    margin: 15px 0 0;
    display: none;
    flex-flow: column;
    font: 16px/1 var(--text-font);
    color: #858585
}

.menu__category-sublist-item {
    margin: 0 0 15px
}

.menu__category-sublist-item.hide {
    display: none
}

.menu__category-sublist-item--has-subsublist .menu__category-sublist-item-title {
    display: flex;
    align-items: center
}

.menu__category-sublist-item--has-subsublist .menu__category-sublist-item-title::after {
    margin: 0 0 0 auto;
    content: "";
    width: 9px;
    height: 8px;
    background: center/contain no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjExIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNyAxMSI+PHBhdGggc3Ryb2tlPSIjMTQxNDE0IiBkPSJtMSAxIDQuNSA0LjVMMSAxMCIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW9wYWNpdHk9Ii4yIiBkPSJtMSAxIDQuNSA0LjVMMSAxMCIvPjwvc3ZnPg==)
}

.menu__category-sublist-item--is-active .menu__category-sublist-item-title {
    display: none
}

.menu__category-sublist-item--is-active .menu__category-subsublist {
    display: flex
}

.menu__category-sublist-item-title {
    cursor: pointer;
    text-transform: lowercase
}

.menu__category-subsublist {
    display: none;
    flex-flow: column
}

.menu__category-subsublist-item {
    margin: 0 0 15px
}

.menu__category-subsublist-item-title {
    text-transform: lowercase;
    cursor: pointer
}

.menu__nav {
    margin: 0 0 45px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font: 18px/1.3 var(--heading-font);
    text-transform: uppercase;
    color: grey;
    white-space: nowrap
}

.menu__nav-link {
    margin: 0 0 10px
}

.menu__nav-link:last-child {
    margin-bottom: 0
}

.menu__actions {
    white-space: nowrap
}

.menu__actions-login {
    cursor: pointer
}

.menu__actions-login--is-logged {
    cursor: default
}

.menu__actions-login-logout {
    color: grey
}

.menu__actions-item {
    margin: 0 0 15px;
    display: flex;
    align-items: center
}

.menu__actions-item-icon {
    margin: 0 20px 0 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    pointer-events: none
}

.menu__actions-item-text {
    display: flex;
    color: grey
}

.menu__actions-item-text-data {
    color: var(--yellow-color)
}

.menu__actions-cart {
    margin: 0
}

.menu__actions-links {
    margin: 30px 0 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-transform: lowercase
}

.menu__actions-links:empty {
    display: none
}

.menu__actions-link {
    margin: 0 0 10px
}

.menu__actions-link:last-child {
    margin-bottom: 0
}

.menu__phones {
    margin: 45px 0 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font: 500 20px/1.3 var(--heading-font)
}

.menu__tel--order-1 {
    margin: 0 0 10px
}

.menu__email-and-address {
    margin: 0 0 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    color: #585858
}

.menu__email {
    margin: 0 0 10px
}

.button {
    padding: 12px 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
    font: 16px/1 var(--text-font);
    transition: background-color .5s, border-color .5s, color .5s
}

.button--style-primary {
    color: var(--dark-color);
    border: 1px solid
}

.button--style-secondary {
    background-color: #eae6e0;
    color: var(--dark-color);
    border: 1px solid #eae6e0
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out !important;
    transition: background-color 5000s ease-in-out !important;
    box-shadow: inset 0 0 20px 20px #fff !important;
    background-color: #fff !important
}

[hidden] {
    display: none !important
}

body {
    font: 14px/1.4 var(--text-font);
    color: var(--dark-color);
    letter-spacing: .01em
}

body.no-scroll {
    padding-right: 0 !important;
    overflow: hidden
}

.order-status--in-progress {
    background-color: var(--yellow-color);
    color: var(--white-color)
}

.order-status--not-payed {
    border: 1px solid var(--error-color);
    color: var(--error-color)
}

.order-status--is-shipped {
    background-color: var(--green-color);
    color: var(--white-color)
}

.order-status--has-been-payed {
    border: 1px solid var(--green-color);
    color: var(--green-color)
}

.order-status--has-been-delivered {
    background-color: #585858;
    color: var(--white-color)
}

.order-status--partially-paid {
    border: 1px solid var(--yellow-color);
    color: var(--yellow-color)
}

.order-status--is-cancelled,
.order-status--on-paused {
    background-color: #a6a6a6;
    color: #fff
}

.woocommerce-breadcrumb {
    margin: 0 0 -5px;
    padding: 20px var(--section-px) 5px;
    white-space: nowrap;
    overflow-x: auto
}

.woocommerce-breadcrumb__link {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0
}

[id] {
    scroll-margin-top: var(--header-height)
}

.container {
    padding-left: var(--section-px);
    padding-right: var(--section-px)
}

.check-dot {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.check-dot::after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    border-radius: 50%;
    background: currentColor
}

.check-dot__svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%
}

.check-dot__circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 62;
    transition: stroke-dashoffset .5s linear
}

#page-wrapper {
    min-height: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.cf7-form-field {
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    position: absolute
}

#fake-scrollbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 9999;
    pointer-events: none
}

.screen-reader-response,
div.wpcf7-response-output,
span.wpcf7-not-valid-tip {
    display: none !important
}

.link--with-loader {
    position: relative;
    z-index: 0
}

.link--with-loader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: #fff;
    z-index: 1
}

.link--with-loader::after {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.link--with-loader.loading {
    pointer-events: none
}

.link--with-loader.loading::after,
.link--with-loader.loading::before {
    opacity: .75;
    visibility: visible
}

.compensate-for-scrollbar::-webkit-scrollbar {
    width: 0;
    padding-top: 10px
}

.compensate-for-scrollbar::-webkit-scrollbar-thumb {
    background: #1e1e1e
}

.compensate-for-scrollbar::-webkit-scrollbar-track {
    background: #1e1e1e;
    border: 0 solid transparent;
    background-clip: content-box
}

.popup {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(20, 20, 20, .4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    overflow: auto;
    z-index: 5
}

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

.popup__content {
    background-color: #fff;
    color: #000;
    position: relative
}

[name=username] {
    display: none
}

.form-message__title {
    margin: 0 0 20px;
    display: block;
    font: 500 16px/1.4 var(--heading-font);
    text-transform: uppercase !important
}

p.invalid {
    position: absolute;
    left: 0;
    bottom: 3px;
    font: normal .75em/1.4 var(--text-font);
    color: var(--error-color)
}

.form-field,
.form-label {
    display: inline-flex;
    position: relative
}

.form-input {
    padding: 0;
    width: 100%;
    font: 14px/1.3 var(--text-font);
    resize: none;
    background: 0 0;
    border: 0
}

.form-input.invalid {
    color: var(--error-color);
    border-bottom-color: var(--error-color)
}

.form-input::-moz-placeholder {
    text-transform: lowercase;
    font: inherit
}

.form-input::placeholder {
    text-transform: lowercase;
    font: inherit
}

.form-input--style-bordered-bottom {
    padding-bottom: 15px;
    border: 0;
    border-bottom: 1px solid
}

.form-input--style-bordered-bottom:focus,
.form-input--style-bordered-bottom:not(:-moz-placeholder-shown),
.form-input--style-bordered-bottom:not(:placeholder-shown) {
    border-bottom-color: currentColor
}

.form-input--style-bordered {
    padding: 0 10px;
    height: 45px;
    border: 1px solid
}

.form-input--style-bordered:focus,
.form-input--style-bordered:not(:-moz-placeholder-shown),
.form-input--style-bordered:not(:placeholder-shown) {
    border-color: currentColor
}

.form-input--theme-grey {
    border-color: #ccc
}

.form-input--theme-grey::-moz-placeholder {
    color: var(--medium-grey-color)
}

.form-input--theme-grey::placeholder {
    color: var(--medium-grey-color)
}

.icon {
    flex-shrink: 0
}

.icon--type-paper-clip {
    display: flex;
    align-items: center;
    width: 17px;
    height: 17px
}

.icon__svg {
    width: 100%;
    height: 100%
}

.slider-dots {
    display: flex;
    justify-content: center
}

.slider-dots>li {
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-dots>li:nth-last-child(n+2) {
    margin-right: 2px
}

li.slick-active .slider-dot__circle {
    stroke-dashoffset: 62
}

.slider-dot {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.slider-dot::after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    border-radius: 50%;
    background: currentColor
}

.slider-dot__svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%
}

.slider-dot__circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset .5s linear
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y
}

.slick-list {
    width: 100%;
    position: relative
}

.slick-list.draggable {
    cursor: grab
}

.slick-list.grabbing {
    cursor: grabbing
}

.slick-track {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0
}

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

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

.slick-dotted {
    display: flex;
    flex-direction: column
}

.slick-dotted>.slider-dots {
    order: 10
}

.slick-list,
.slick-track {
    transform: translate3d(0, 0, 0)
}

.arrow {
    display: flex;
    transition: opacity .5s, fill .5s
}

.arrow.slick-disabled {
    opacity: .5;
    pointer-events: none
}

.arrow-prev>.arrow__svg {
    transform: rotate(180deg)
}

.arrow__svg {
    pointer-events: none
}

.slider-bottom__controls {
    margin: 20px 0 0
}

.slider-bottom__button {
    margin: 30px 0 0
}

.slider-controls:empty {
    display: none
}

.section {
    padding-top: var(--section-py);
    padding-bottom: var(--section-py)
}

.section-heading {
    display: flex;
    font-family: var(--heading-font);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .01em
}

.section-heading--level-1 {
    font-size: 32px;
    line-height: 1.2
}

.section-heading--level-2 {
    font-size: 20px;
    line-height: 1.3
}

.section-heading__title {
    font-weight: 500
}

.section-heading__count {
    margin: auto 0 2px 10px;
    color: grey
}

.section-heading__count-number {
    color: var(--yellow-color)
}

.section-heading__count-text {
    text-transform: lowercase
}

.section__heading {
    margin-bottom: 40px
}

.product-card {
    padding: var(--card-padding);
    display: flex;
    flex-flow: column;
    border: 1px solid #e0e0e0;
    position: relative
}

.product-card--outofstock .product-card__tag--type-in-stock,
.product-card--outofstock .product-card__tag--type-v-nalichii {
    display: none
}

.product-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-card__top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.product-card__tags {
    --tag-margin-right: 5px;
    margin: 0 calc(var(--tag-margin-right) * -1) 0 0;
    display: flex;
    align-items: center;
    font: var(--tags-font-size)/1 var(--text-font)
}

.product-card__tag {
    margin: 0 var(--tag-margin-right) 0 0;
    padding: 0 .4em;
    height: var(--tag-height);
    display: flex;
    align-items: center;
    justify-content: center
}

.product-card__tag--type-3d {
    order: -1;
    color: var(--dark-color);
    background: var(--beige-color)
}

.product-card__tag--type-new {
    background: var(--yellow-color);
    color: var(--white-color);
    text-transform: lowercase
}

.product-card__tag--type-coming-soon,
.product-card__tag--type-in-stock,
.product-card__tag--type-v-nalichii {
    color: var(--white-color);
    background: var(--grey-color);
    text-transform: lowercase
}

.product-card__favorite {
    --stroke-color: #808080;
    margin: 0 0 0 auto;
    width: var(--favorite-icon-size);
    height: var(--favorite-icon-size)
}

.product-card__favorite--is-active {
    --fill-color: #808080
}

.product-card__favorite-icon {
    width: 100%;
    height: 100%
}

.product-card__picture {
    margin: var(--picture-margin-top) auto var(--picture-margin-bottom);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: var(--picture-height);
    max-height: var(--picture-max-height);
    position: relative;
    z-index: -1
}

.product-card__img {
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-card__colors {
    display: none
}

.product-card__color {
    background-size: 150%;
    background-position: center
}

.product-card__color[data-variation-stock="0"] {
    order: 100
}

.product-card__params {
    display: none;
    white-space: nowrap
}

.product-card__brand {
    margin-bottom: var(--brand-margin-bottom);
    flex-shrink: 0;
    font: 700 var(--brand-font-size)/1 var(--heading-font);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-card__title {
    margin-bottom: var(--title-margin-bottom);
    flex-shrink: 0;
    color: var(--yellow-color);
    font: 500 var(--title-font-size)/1 var(--heading-font);
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-card__bottom {
    flex-shrink: 0;
    height: 2.6em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: var(--grey-color);
    font: var(--bottom-font-size)/1.3 var(--text-font)
}

.product-card__type {
    text-transform: lowercase;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-card__price {
    padding-left: 25px;
    white-space: nowrap
}

.contacts-block {
    margin-bottom: -15px;
    display: flex;
    flex-flow: column;
    align-items: flex-start
}

.contacts-block__item {
    margin-bottom: 10px;
    padding-left: 40px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative
}

.contacts-block__item::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(.75em - 10px);
    left: 0;
    background: center/contain no-repeat
}

.contacts-block__item--type-tel.lazyloaded::before,
.contacts-block__item--type-tel:not(.lazy)::before {
    background-image: url(img/icon-tel.svg)
}

.contacts-block__item--type-email.lazyloaded::before,
.contacts-block__item--type-email:not(.lazy)::before {
    background-image: url(img/icon-email.svg)
}

.contacts-block__item--type-address.lazyloaded::before,
.contacts-block__item--type-address:not(.lazy)::before {
    background-image: url(img/icon-geo.svg)
}

.contacts-block__item-link {
    margin-bottom: 5px
}

.social-links {
    --item-margin-right: 15px;
    --item-size: 40px;
    margin-right: calc(var(--item-margin-right) * -1);
    display: flex;
    align-items: center;
    font-size: 0
}

.social-links__item {
    margin-right: var(--item-margin-right);
    flex-shrink: 0;
    width: var(--item-size);
    height: var(--item-size);
    background: center/contain no-repeat;
    border: 1px solid;
    border-radius: 50%
}

.social-links__item--type-telegram.lazyloaded,
.social-links__item--type-telegram:not(.lazy) {
    background-image: url(img/icon-telegram.svg)
}

.social-links__item--type-instagram.lazyloaded,
.social-links__item--type-instagram:not(.lazy) {
    background-image: url(img/icon-instagram.svg)
}

.social-links__item--type-facebook.lazyloaded,
.social-links__item--type-facebook:not(.lazy) {
    background-image: url(img/icon-facebook.svg)
}

.social-links__item--type-pinterest.lazyloaded,
.social-links__item--type-pinterest:not(.lazy) {
    background-image: url(img/icon-pinterest.svg)
}

.social-links__item--type-whatsapp.lazyloaded,
.social-links__item--type-whatsapp:not(.lazy) {
    background-image: url(img/icon-whatsapp.svg)
}

.search-popup {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--white-color);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    --search-icon-size: 18px
}

.search-popup--is-active,
.search-popup.active {
    opacity: 1;
    visibility: visible
}

.search-popup__content {
    padding: calc(var(--section-py) + 15px) var(--section-px) var(--section-py);
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column
}

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

.search-popup__close {
    margin: 0 0 0 auto
}

.search-popup__close-icon {
    width: var(--search-icon-size);
    height: var(--search-icon-size);
    pointer-events: none
}

.search-popup__form {
    margin: 0 0 30px;
    position: relative;
    z-index: 0
}

.search-popup__form::before {
    content: "";
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px
}

.search-popup__form::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2;
    top: 0;
    left: auto;
    right: 0
}

.search-popup__form.loading {
    pointer-events: none;
    pointer-events: auto
}

.search-popup__form.loading::after,
.search-popup__form.loading::before {
    opacity: .75;
    visibility: visible
}

.search-popup__field {
    display: flex;
    position: relative
}

.search-popup__field-icon {
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    opacity: .3;
    cursor: pointer
}

.search-popup__input {
    padding-right: 25px;
    width: 100%;
    background: 0 0
}

.search-popup__input::-moz-placeholder {
    color: #ccc
}

.search-popup__input::placeholder {
    color: #ccc
}

.search-popup__popular-queries {
    margin: 0 -5px 0 0;
    flex-flow: wrap;
    font-family: var(--heading-font);
    display: none !important
}

.search-popup__popular-queries-title {
    width: 100%;
    text-transform: uppercase
}

.search-popup__popular-queries-query {
    margin: 10px 5px 0 0;
    padding: 3px 8px 5px;
    border: 1px solid var(--light-grey-color);
    background: var(--light-grey-color);
    color: var(--grey-color)
}

.search-popup__popular-items {
    margin: 40px 0 0;
    display: none !important
}

.search-popup__categories-result {
    margin: 10px 0 0;
    font: 14px/1.3 var(--text-font);
    color: var(--medium-grey-color)
}

.search-popup__categories-result-title {
    padding: 0 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-color)
}

.search-popup__categories-result-item {
    margin: 15px -15px 0 0;
    padding: 0 0 15px;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid var(--border-color)
}

.search-popup__categories-result-item--type-category {
    text-transform: lowercase
}

.search-popup__categories-result-item-title {
    width: 100%;
    font: 500 14px/1.3 var(--heading-font);
    text-transform: uppercase;
    color: var(--dark-color)
}

.search-popup__categories-result-item-link {
    margin: 10px 15px 0 0
}

.search-popup__result {
    margin: 40px 0 0
}

.search-popup__result-title {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: var(--medium-grey-color)
}

.search-popup__item {
    margin: 0 0 -1px
}

.search-popup__item .product-card__tags {
    position: static
}

.login-popup {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    visibility: hidden
}

.login-popup.active {
    opacity: 1;
    visibility: visible
}

.login-popup__content {
    padding: 70px 20px;
    margin-left: auto;
    max-width: 420px;
    width: 100%;
    min-height: 100%;
    background: var(--white-color);
    position: relative
}

.login-popup__close {
    right: 20px;
    top: 55px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.login-popup__close-icon {
    width: 100%;
    height: 100%
}

.login-popup__step {
    display: none;
    flex-flow: column
}

.login-popup__step--type-tel-verification[data-verification-step=default] [data-verification-default-text]::before {
    content: attr(data-verification-default-text)
}

.login-popup__step--type-tel-verification[data-verification-step=signup] [data-verification-signup-text]::before {
    content: attr(data-verification-signup-text)
}

.login-popup__step--type-successful[data-successful=enter] [data-successful-enter-text]::before {
    content: attr(data-successful-enter-text)
}

.login-popup__step--type-successful[data-successful=signup] [data-successful-signup-text]::before {
    content: attr(data-successful-signup-text)
}

.login-popup__step--type-successful[data-successful=recovery-password] [data-successful-recovery-password-text]::before {
    content: attr(data-successful-recovery-password-text)
}

.login-popup__step--type-successful[data-successful=recovery-password] .login-popup__successful-link {
    display: none
}

.login-popup__step--type-failure[data-failure=enter] [data-failure-enter-text]::before {
    content: attr(data-failure-enter-text)
}

.login-popup__step--type-failure[data-failure=signup] [data-failure-signup-text]::before {
    content: attr(data-failure-signup-text)
}

.login-popup__step--type-failure[data-failure=recovery-password] [data-failure-recovery-password-text]::before {
    content: attr(data-failure-recovery-password-text)
}

.login-popup__step--type-failure[data-failure=recovery-password] .login-popup__successful-link {
    display: none
}

.login-popup__step--is-active {
    display: flex
}

.login-popup__title {
    font: 700 18px/1.3 var(--heading-font);
    text-transform: uppercase
}

.login-popup__description {
    margin: 15px 0 0;
    color: grey
}

.login-popup__link {
    color: rgba(128, 128, 128, .7);
    text-transform: lowercase;
    font: 14px/1 var(--text-font);
    border-bottom: 1px solid
}

.login-popup__form {
    margin: 45px 0 0;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 0
}

.login-popup__form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.login-popup__form::after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.login-popup__form.loading {
    pointer-events: none
}

.login-popup__form.loading::after,
.login-popup__form.loading::before {
    opacity: .75;
    visibility: visible
}

.login-popup__field--with-title,
.login-popup__field:not(:last-of-type) {
    margin: 0 0 30px
}

.login-popup__field-text {
    font: 700 14px/1 var(--heading-font);
    text-transform: uppercase
}

.login-popup__next-button {
    margin: 45px auto 0
}

.login-popup__prev-button {
    margin: 20px auto 0 0
}

.login-popup__signup-button {
    margin: 20px auto 0
}

.login-popup__signup-note {
    margin: 30px 0 0;
    color: grey
}

.login-popup__signup-note-link {
    text-decoration: underline;
    transition: text-decoration-color .5s ease-in-out;
    transition: text-decoration-color .5s ease-in-out, -webkit-text-decoration-color .5s ease-in-out
}

.login-popup__signup-note-link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.login-popup__field--name-verification {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5
}

.login-popup__input--name-verification {
    margin: auto;
    width: 7ch;
    height: 100%;
    font: 300 40px/1 var(--text-font);
    border: 0;
    background-color: inherit
}

.login-popup__input--name-verification::-moz-placeholder {
    color: #ccc
}

.login-popup__input--name-verification::placeholder {
    color: #ccc
}

.login-popup__send-code-again {
    margin: 20px auto 0;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: lowercase;
    background: #eae6e0
}

.login-popup__send-code-again-timer {
    margin: 0 0 0 5px
}

.login-popup__field {
    display: flex;
    flex-flow: column;
    position: relative
}

.login-popup__field p.invalid {
    bottom: -20px
}

.login-popup__field--name-password>.login-popup__input {
    padding-right: 45px
}

.login-popup__field--name-password.login-popup__field--show-password::after {
    opacity: .5
}

.login-popup__field-show-password-button {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background: center/contain no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE1IDE1Ij48cGF0aCBmaWxsPSIjMTQxNDE0IiBkPSJNNy41IDMuMDAxYy0yLjcxNyAwLTUuNDMgMS41LTcuNSA0LjQ5OCA0LjE0MSA2IDEwLjg1OSA2IDE1IDAtMi4wNy0yLjk5Ny00Ljc4My00LjQ5OC03LjUtNC40OThabTAgNy41YTMuMDA2IDMuMDA2IDAgMCAxLTMuMDA2LTMuMDAyQTMuMDA5IDMuMDA5IDAgMCAxIDcuNSA0LjQ5NGEzLjAwNiAzLjAwNiAwIDAgMSAzLjAwMiAzLjAwNUEzLjAwMiAzLjAwMiAwIDAgMSA3LjUgMTAuNTAxWiIvPjxwYXRoIGZpbGw9IiMxNDE0MTQiIGQ9Ik03LjUgOUExLjUgMS41IDAgMSAwIDcuNSA2YTEuNSAxLjUgMCAwIDAgMCAzLjAwMloiLz48L3N2Zz4=);
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.login-popup__field-show-password-button.active {
    opacity: .25
}

.login-popup__field-text {
    margin: 0 0 10px
}

.login-popup__use-email {
    margin: 20px 0 0 auto
}

.login-popup__rememberme-and-recovery-password {
    display: flex;
    align-items: center
}

.login-popup__rememberme-label {
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    cursor: pointer
}

.login-popup__rememberme-input {
    display: none
}

.login-popup__rememberme-input:checked+.login-popup__rememberme-check .login-popup__rememberme-check-circle {
    stroke-dashoffset: 62
}

.login-popup__rememberme-check {
    margin: 0 10px 0 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    position: relative
}

.login-popup__rememberme-check::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 50%
}

.login-popup__rememberme-check-svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%
}

.login-popup__rememberme-check-circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset .5s linear
}

.login-popup__rememberme-text {
    font: 500 12px/1 var(--heading-font);
    text-transform: uppercase
}

.login-popup__successful-link {
    margin: 30px 0 0
}

.logout-popup {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

.logout-popup__content {
    padding: 30px 20px;
    max-width: 430px;
    position: relative
}

.logout-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px
}

.logout-popup__close-icon {
    width: 100%;
    height: 100%
}

.logout-popup__title {
    margin: 0 0 10px;
    font-family: var(--heading-font);
    font-weight: 700;
    text-transform: uppercase
}

.logout-popup__description {
    margin: 0 0 25px
}

.logout-popup__bottom {
    display: flex;
    align-items: center
}

.logout-popup__cancel {
    margin: 0 auto 0 0;
    max-width: 100px;
    color: grey;
    text-align: left
}

.logout-popup__button {
    width: 88px;
    height: 41px
}

.lost-password-popup__content {
    margin: var(--header-height) auto 0;
    max-width: 375px;
    padding: 20px 20px 40px;
    display: flex;
    flex-flow: column;
    align-items: center
}

.lost-password-popup__close {
    margin: 0 0 30px auto;
    display: flex;
    width: 20px;
    height: 20px
}

.lost-password-popup__close-icon {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.lost-password-popup__description {
    color: grey;
    text-align: center
}

.lost-password-popup__button {
    margin: 15px 0 0;
    position: relative;
    z-index: 0
}

.lost-password-popup__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.lost-password-popup__button::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.lost-password-popup__button.loading {
    pointer-events: none
}

.lost-password-popup__button.loading::after,
.lost-password-popup__button.loading::before {
    opacity: .75;
    visibility: visible
}

.error-popup__content {
    margin: var(--header-height) auto 0;
    max-width: 375px;
    padding: 20px 20px 40px
}

.error-popup__close {
    margin: 0 0 30px auto;
    display: flex;
    width: 20px;
    height: 20px
}

.error-popup__close-icon {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.error-popup__title {
    margin: 0 0 10px;
    text-align: center;
    justify-content: center
}

.error-popup__description {
    color: grey;
    text-align: center
}

.message-popup__content {
    margin: var(--header-height) auto 0;
    max-width: 375px;
    padding: 20px 20px 40px
}

.message-popup__close {
    margin: 0 0 30px auto;
    display: flex;
    width: 20px;
    height: 20px
}

.message-popup__close-icon {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.message-popup__title {
    margin: 0 0 10px;
    text-align: center;
    justify-content: center
}

.message-popup__description {
    color: grey;
    text-align: center
}

.news-card__items {
    --item-padding-bottom: 30px;
    display: flex;
    flex-flow: column
}

.news-card__item {
    border-top: 1px solid #ccc
}

.news-card__item:last-child {
    border-bottom: 1px solid #ccc
}

.news-card__item-link {
    padding: var(--item-padding-bottom) 0;
    display: flex;
    flex-flow: column
}

.news-card__item-date {
    margin: 0 0 20px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: 115px;
}

.news-card__item-date-year {
    margin: 5px 0 0;
    font: 500 20px/1 var(--heading-font)
}

.news-card__item-picture {
    margin: 0 0 30px;
    display: flex;
    width: 100%
}

.news-card__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.57
}

.news-card__item-title {
    margin: 0 0 10px;
    font: 700 14px/1.3 var(--heading-font);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-transform: uppercase
}

.news-card__item-description {
    margin: 0 0 20px;
    font: 16px/1.3 var(--text-font);
    color: var(--medium-grey-color)
}

.news-card__item-button {
    display: inline-block;
    font: 12px/1 var(--text-font);
    text-transform: uppercase;
    border-bottom: 1px solid
}

.news-card__link {
    margin-top: 30px
}

.breadcrumbs {
    display: none
}

.filter-applied-block {
    --item-margin-right: 10px;
    --item-margin-bottom: 10px;
    margin: 0 calc(var(--item-margin-right) * -1) calc(var(--item-margin-bottom) * -1) 0;
    display: inline-flex;
    flex-flow: wrap;
    align-items: center;
    white-space: nowrap;
    position: relative;
    z-index: 0
}

.filter-applied-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.filter-applied-block::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2;
    margin-top: calc(var(--item-margin-bottom) / -2)
}

.filter-applied-block.loading {
    pointer-events: none
}

.filter-applied-block.loading::after,
.filter-applied-block.loading::before {
    opacity: .75;
    visibility: visible
}

.filter-applied-block--is-hidden {
    display: none
}

.filter-applied-block__item {
    margin: 0 var(--item-margin-right) var(--item-margin-right) 0;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    background: #585858;
    font: 14px/1 var(--text-font);
    cursor: pointer
}

.filter-applied-block__item::after {
    flex-shrink: 0;
    content: "";
    margin: 1px 0 0 5px;
    width: 10px;
    height: 10px;
    background: center/contain no-repeat url(img/icon-cross-white.svg)
}

.filter-applied-block__reset {
    margin: 0 0 0 15px;
    font: 14px/1.3 var(--text-font);
    text-transform: lowercase;
    color: var(--medium-grey-color);
    border-bottom: 1px solid
}

.filter-applied-block__reset--is-hidden {
    display: none
}

.catalog-product-card {
    --card-padding: 20px;
    --tags-font-size: 12px;
    --tag-height: 22px;
    --favorite-icon-size: 20px;
    --picture-margin-top: 5px;
    --picture-margin-bottom: 5px;
    --picture-height: calc((100vw - 320px) / (575 - 320) * (379 - 129) + 129px);
    --picture-max-height: 379px;
    --brand-margin-bottom: 5px;
    --brand-font-size: 14px;
    --title-margin-bottom: 8px;
    --title-font-size: 14px;
    --bottom-font-size: 14px
}

.catalog--without-filter .filter,
.catalog--without-filter .filter__applied-items,
.catalog--without-filter .products-catalog__actions,
.catalog--without-filter .products-catalog__sort {
    display: none
}

.catalog__heading-block {
    display: flex;
    align-items: flex-end
}

.catalog__title {
    text-transform: uppercase
}

.catalog__count {
    margin: 2px 0 0 10px;
    font: 500 14px/1.3 var(--heading-font);
    color: grey;
    white-space: nowrap
}

.catalog__count-number {
    color: var(--yellow-color)
}

.products-catalog__actions {
    margin: 0 0 20px;
    display: flex;
    align-items: center
}

.products-catalog__actions.fixed {
    padding: 10px var(--section-px);
    position: fixed;
    top: var(--fixed-header-height);
    left: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    background: #fff;
    animation: .5s translateToBottom;
    z-index: 2
}

.products-catalog__sort {
    margin: 0 0 0 auto
}

.products-catalog__items-wrapper {
    width: 100%;
    display: flex;
    flex-flow: column
}

.products-catalog__card {
    margin: 0 0 -1px
}

.products-catalog__nav {
    margin: 30px auto 0
}

.products-catalog__loadmore {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 0
}

.products-catalog__loadmore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.products-catalog__loadmore::after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.products-catalog__loadmore.loading {
    pointer-events: none
}

.products-catalog__loadmore.loading::after,
.products-catalog__loadmore.loading::before {
    opacity: .75;
    visibility: visible
}

.products-catalog__loadmore.hide {
    display: none
}

.open-filter-button {
    display: flex;
    align-items: center
}

.open-filter-button__icon {
    margin: 0 10px 0 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: center/contain no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjMTQxNDE0IiBkPSJNLjQyOCA0LjQ5aDE3LjE0NGMuMjUgMCAuNDI4LS4yMTMuNDI4LS40MjdzLS4xNDMtLjQ2My0uMzkyLS40NjNILjQyOEEuNDMzLjQzMyAwIDAgMCAwIDQuMDI3YzAgLjIxNC4xNzguNDY0LjQyOC40NjRaTTE3LjYwOCA4Ljk5SC40MjhBLjQzMy40MzMgMCAwIDAgMCA5LjQxOGEuNDYuNDYgMCAwIDAgLjQyOC40MjhoMTcuMTQ0Yy4yNSAwIC40MjgtLjIxNC40MjgtLjQyOHMtLjE0My0uNDI4LS4zOTItLjQyOFpNMTcuNjA4IDE0LjM0NkguNDI4YS40MzMuNDMzIDAgMCAwLS40MjguNDI3LjQ2LjQ2IDAgMCAwIC40MjguNDI4aDE3LjE0NGMuMjUgMCAuNDI4LS4yMTQuNDI4LS40MjggMC0uMjEzLS4xNDMtLjQyNy0uMzkyLS40MjdaIi8+PGNpcmNsZSBjeD0iMTMiIGN5PSI0IiByPSIxLjYiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzE0MTQxNCIgc3Ryb2tlLXdpZHRoPSIuOCIvPjxjaXJjbGUgY3g9IjUiIGN5PSIxNSIgcj0iMS42IiBmaWxsPSIjZmZmIiBzdHJva2U9IiMxNDE0MTQiIHN0cm9rZS13aWR0aD0iLjgiLz48L3N2Zz4=)
}

.tax-product_brand .filter__search-result,
.tax-product_designer .filter__search-result {
    max-height: none !important
}

.filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s
}

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

.filter__content {
    padding: 30px 0 70px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--white-color)
}

.filter__heading {
    margin: 0 0 20px;
    padding: 0 var(--section-px);
    display: flex;
    align-items: center
}

.filter__reset {
    margin: 0 0 0 15px;
    font: 14px/1.3 var(--text-font);
    text-transform: lowercase;
    color: var(--medium-grey-color);
    border-bottom: 1px solid
}

.filter__reset--is-hidden {
    display: none
}

.filter__close {
    top: 30px;
    right: var(--section-px);
    position: fixed;
    width: 15px;
    height: 15px;
    background-color: #fff;
    z-index: 1
}

.filter__close-icon {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.filter__applied-items {
    margin: 0 -10px 0 0;
    padding: 0 var(--section-px) 20px;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid
}

.filter__applied-items .filter__reset,
.filter__applied-items--is-hidden,
.filter__applied-items:empty {
    display: none
}

.filter__applied-item {
    margin: 0 10px 10px 0;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    background: #585858;
    font: 14px/1 var(--text-font)
}

.filter__applied-item[data-applied-item-id=filter-colors],
.filter__applied-item[data-value="В наличии"],
.filter__applied-item[data-value=Скоро] {
    text-transform: lowercase
}

.filter__applied-item::after {
    flex-shrink: 0;
    content: "";
    margin: 1px 0 0 5px;
    width: 10px;
    height: 10px;
    background: center/contain no-repeat url(img/icon-cross-white.svg)
}

.filter__tags {
    margin: 30px -5px 0 0;
    padding: 0 var(--section-px) 25px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    color: var(--grey-color);
    font: 12px/1 var(--heading-font)
}

.filter__tag {
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border: 1px solid #f7f5f3;
    background: #f7f5f3;
    line-height: 1;
    position: relative;
    z-index: 0
}

.filter__tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: #f7f5f3;
    z-index: 1
}

.filter__tag::after {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.filter__tag.loading {
    pointer-events: none
}

.filter__tag.loading::after,
.filter__tag.loading::before {
    opacity: .75;
    visibility: visible
}

.filter__tag--is-lowercase {
    text-transform: lowercase
}

.filter__tag-input {
    display: none
}

.filter__tag-input:checked+.filter__tag-checkbox {
    background-color: currentColor;
    border-color: currentColor
}

.filter__tag-input:checked+.filter__tag-checkbox::after {
    opacity: 1
}

.filter__tag-checkbox {
    margin: 0 10px 0 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--border-color);
    transition: background-color .5s, border-color .5s;
    position: relative;
    flex-shrink: 0;
    border: 1px solid var(--beige-color)
}

.filter__tag-checkbox::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(-45deg);
    width: 7px;
    height: 4px;
    border: 1px solid var(--white-color);
    border-top: 0;
    border-right: 0;
    opacity: 0;
    transition: opacity .5s
}

.filter__attribute {
    padding: 15px var(--section-px);
    border-bottom: 1px solid var(--border-color)
}

.filter__attribute:first-child {
    border-top: 1px solid var(--border-color)
}

.filter__attribute-title {
    font: 700 16px/1 var(--heading-font);
    text-transform: uppercase;
    color: #505050
}

.filter__attribute-content {
    padding: 15px 0 10px
}

.filter__dropdown {
    margin: 0 0 -15px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    color: var(--medium-grey-color);
    text-transform: uppercase;
    font: 500 16px/1.3 var(--heading-font)
}

.filter__dropdown-item {
    margin: 0 0 15px
}

.filter__dropdown-item--is-active>.filter__dropdown-item-title.lazyloaded::before,
.filter__dropdown-item--is-active>.filter__dropdown-item-title:not(.lazy)::before {
    transform: rotate(180deg);
    filter: none
}

.filter__dropdown-item--has-sublist {
    overflow: hidden;
    transition: max-height .5s;
    will-change: max-height
}

.filter__dropdown-item--has-sublist>.filter__dropdown-item-title.lazyloaded::before,
.filter__dropdown-item--has-sublist>.filter__dropdown-item-title:not(.lazy)::before {
    flex-shrink: 0;
    content: "";
    position: absolute;
    top: calc(.7em - 3px);
    left: 0;
    width: 10px;
    height: 5px;
    background: center/contain url(img/icon-dropdown.svg) no-repeat;
    filter: invert(52%) sepia(0) saturate(3893%) hue-rotate(70deg) brightness(98%) contrast(94%);
    transition: filter .5s, transform .5s
}

.filter__dropdown-item-title {
    padding-left: 30px;
    width: 100%;
    position: relative
}

.filter__dropdown-item-label {
    display: flex;
    position: relative;
    z-index: 0
}

.filter__dropdown-item-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.filter__dropdown-item-label::after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.filter__dropdown-item-label.loading {
    pointer-events: none
}

.filter__dropdown-item-label.loading::after,
.filter__dropdown-item-label.loading::before {
    opacity: .75;
    visibility: visible
}

.filter__dropdown-item-input {
    display: none
}

.filter__dropdown-sublist {
    margin: 0 0 -10px;
    padding: 15px 0 0 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font: 500 14px/1.3 var(--heading-font)
}

.filter__dropdown-sublist-item {
    margin: 0 0 10px
}

.filter__dropdown-sublist-item--has-subsublist {
    overflow: hidden;
    transition: max-height .5s;
    will-change: max-height
}

.filter__dropdown-sublist-item--has-subsublist>.filter__dropdown-sublist-item-title::before {
    flex-shrink: 0;
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    width: 1em;
    text-align: center;
    color: grey;
    line-height: .9;
    transition: color .5s
}

.filter__dropdown-sublist-item--is-active>.filter__dropdown-sublist-item-title::before {
    content: "-";
    color: grey
}

.filter__dropdown-sublist-item-label {
    display: flex;
    position: relative;
    z-index: 0
}

.filter__dropdown-sublist-item-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.filter__dropdown-sublist-item-label::after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2;
    left: calc(50% - 7.5px + 10px)
}

.filter__dropdown-sublist-item-label.loading {
    pointer-events: none
}

.filter__dropdown-sublist-item-label.loading::after,
.filter__dropdown-sublist-item-label.loading::before {
    opacity: .75;
    visibility: visible
}

.filter__dropdown-sublist-item-input {
    display: none
}

.filter__dropdown-sublist-item-title {
    padding-left: 20px;
    width: 100%;
    position: relative
}

.filter__dropdown-subsublist {
    margin: 0 0 -5px;
    padding: 10px 0 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-transform: lowercase;
    font-weight: 400
}

.filter__dropdown-subsublist-item {
    margin: 0 0 5px
}

.filter__dropdown-subsublist-item-label {
    display: flex;
    position: relative;
    z-index: 0
}

.filter__dropdown-subsublist-item-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.filter__dropdown-subsublist-item-label::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2;
    left: calc(50% - 5px + 10px)
}

.filter__dropdown-subsublist-item-label.loading {
    pointer-events: none
}

.filter__dropdown-subsublist-item-label.loading::after,
.filter__dropdown-subsublist-item-label.loading::before {
    opacity: .75;
    visibility: visible
}

.filter__dropdown-subsublist-item-input {
    display: none
}

.filter__dropdown-subsublist-item-title {
    padding: 0 0 0 20px
}

.filter__minmax {
    display: flex;
    flex-wrap: wrap;
    color: #505050;
    font: 14px/1 var(--text-font)
}

.filter__minmax-field {
    flex-shrink: 0;
    width: 50%;
    display: flex;
    position: relative
}

.filter__minmax-field[data-text-after]>.filter__minmax-field-text-after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.filter__minmax-field[data-text-before]>.filter__minmax-input {
    padding-left: 30px
}

.filter__minmax-field::before {
    content: attr(data-text-before);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.filter__minmax-input {
    padding: 6px 0;
    width: 100%;
    border: 1px solid var(--border-color);
    font: inherit;
    color: inherit
}

.filter__minmax-input--type-min {
    border-right: 0
}

.filter__minmax-fitld-text-after {
    display: none
}

.filter__minmax-slider {
    margin: 25px 0 0;
    flex-shrink: 0;
    display: flex;
    width: 100%
}

.filter__minmax-button {
    margin-top: 25px
}

.filter__colors {
    margin: -10px -10px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.filter__color-field {
    margin: 10px 10px 0 0;
    flex-shrink: 0
}

.filter__color-input {
    display: none
}

.filter__color-input:checked+.filter__color-circle {
    box-shadow: inset 0 0 0 2px currentColor
}

.filter__color-circle {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid transparent;
    color: var(--white-color);
    transition: box-shadow .5s ease-in-out;
    background-size: 150%;
    background-position: center
}

.filter__color-circle[style*="#fff"] {
    color: #ccc
}

.filter__search-field {
    display: flex;
    position: relative
}

.filter__search-field.lazyloaded::after,
.filter__search-field:not(.lazy)::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: center/contain no-repeat url(img/icon-search.svg);
    opacity: .3
}

.filter__search-input {
    padding: 6px 25px 6px 10px;
    width: 100%;
    border: 1px solid var(--border-color)
}

.filter__search-input::-moz-placeholder {
    font: inherit;
    color: #ccc;
    text-transform: lowercase
}

.filter__search-input::placeholder {
    font: inherit;
    color: #ccc;
    text-transform: lowercase
}

.filter__search-result {
    margin: 15px 0 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    color: #585858;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

.filter__search-result--not-found::after {
    content: "Ничего не найдено"
}

.filter__search-result-item {
    margin: 0 0 5px;
    display: flex;
    align-items: flex-start;
    flex-flow: column
}

.filter__search-result-item:last-child {
    margin-bottom: 0
}

.filter__search-result-item.hide {
    display: none
}

.filter__search-result-item-word {
    font-weight: 500
}

.filter__search-result-item-field {
    margin: 5px 0 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 0
}

.filter__search-result-item-field::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: #f7f5f3;
    z-index: 1
}

.filter__search-result-item-field::after {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2;
    display: none !important;
}

.filter__search-result-item-field.loading {
    pointer-events: none
}

.filter__search-result-item-field.loading::after,
.filter__search-result-item-field.loading::before {
    opacity: .75;
    visibility: visible
}

.filter__search-result-item-field:last-child {
    margin-bottom: 0
}

.filter__search-result-item-field.hide,
.filter__search-result-item-input {
    display: none
}

.filter__search-result-item-input:checked+.filter__search-result-item-checkbox {
    background-color: currentColor;
    border-color: currentColor
}

.filter__search-result-item-input:checked+.filter__search-result-item-checkbox::after {
    opacity: 1
}

.filter__search-result-item-checkbox {
    margin: 0 7px 0 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--border-color);
    transition: background-color .5s, border-color .5s;
    position: relative
}

.filter__search-result-item-checkbox::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(-45deg);
    width: 7px;
    height: 4px;
    border: 1px solid var(--white-color);
    border-top: 0;
    border-right: 0;
    opacity: 0;
    transition: opacity .5s
}

.filter__checkboxes {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    color: #585858
}

.filter__checkboxes-field {
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 0
}

.filter__checkboxes-field::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: #f7f5f3;
    z-index: 1
}

.filter__checkboxes-field::after {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.filter__checkboxes-field.loading {
    pointer-events: none
}

.filter__checkboxes-field.loading::after,
.filter__checkboxes-field.loading::before {
    opacity: .75;
    visibility: visible
}

.filter__checkboxes-field:last-child {
    margin-bottom: 0
}

.filter__checkboxes-input {
    display: none
}

.filter__checkboxes-input:checked+.filter__checkboxes-checkbox {
    background-color: currentColor;
    border-color: currentColor
}

.filter__checkboxes-input:checked+.filter__checkboxes-checkbox::after {
    opacity: 1
}

.filter__checkboxes-checkbox {
    margin: 0 7px 0 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--border-color);
    transition: background-color .5s, border-color .5s;
    position: relative
}

.filter__checkboxes-checkbox::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(-45deg);
    width: 7px;
    height: 4px;
    border: 1px solid var(--white-color);
    border-top: 0;
    border-right: 0;
    opacity: 0;
    transition: opacity .5s
}

.filter__apply-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 75px;
    padding: 0 var(--section-px);
    background: var(--white-color);
    z-index: 1
}

.filter__apply-button {
    height: 45px;
    position: relative;
    z-index: 0
}

.filter__apply-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.filter__apply-button::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.filter__apply-button.loading {
    pointer-events: none
}

.filter__apply-button.loading::after,
.filter__apply-button.loading::before {
    opacity: .75;
    visibility: visible
}

.noUi-target {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.noUi-origin:nth-child(2) {
    width: calc(100% - 8px)
}

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

.noUi-base {
    height: var(--price-slider-height);
    margin: .5px 0 0
}

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

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

.noUi-horizontal .noUi-origin {
    height: 0;
    top: 6px
}

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

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

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

.noUi-horizontal .noUi-handle {
    width: 8px;
    height: 8px;
    background: #505050;
    right: 0;
    top: 0
}

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

.noUi-target {
    height: var(--price-slider-height);
    background: linear-gradient(to top, #fff 0 10px, #ccc 10px 11px, #fff 11px) no-repeat
}

.noUi-connect {
    background: linear-gradient(to top, #fff 0 10px, #ccc 10px 11px, #fff 11px) no-repeat
}

.noUi-draggable {
    cursor: ew-resize
}

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

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

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

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

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

.noUi-pips,
.noUi-pips * {
    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-large,
.noUi-marker-sub {
    background: #aaa
}

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

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

.noUi-rtl .noUi-value-horizontal {
    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
}

.sort {
    color: var(--medium-grey-color);
    text-transform: lowercase;
    position: relative;
    z-index: 2
}

.sort::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.sort::after {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.sort.loading {
    pointer-events: none
}

.sort.loading::after,
.sort.loading::before {
    opacity: .75;
    visibility: visible
}

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

.sort__button::before {
    content: attr(data-sort-text)
}

.sort__button::after {
    margin: 3px 0 0 7px;
    flex-shrink: 0;
    content: "";
    width: .5em;
    height: .4em;
    background: center/contain no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjUiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDUiPjxwYXRoIHN0cm9rZT0iIzE0MTQxNCIgZD0ibTcgLjUtMyAzLTMtMyIvPjwvc3ZnPg==);
    opacity: .6
}

.sort__list {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    background: var(--white-color);
    border: 1px solid #ccc;
    color: grey;
    z-index: 1
}

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

.sort__list-item-input {
    display: none
}

.sort__list-item-input:checked+.sort__list-item-text {
    pointer-events: none;
    opacity: .5
}

.sort__list-item-text {
    display: block;
    padding: 10px 15px;
    transition: background-color .5s, color .5s;
    cursor: pointer
}

.sort__list-item-text:hover {
    color: var(--dark-color);
    background: #f7f5f3
}

.color-field {
    --default-size: 12px;
    flex-shrink: 0;
    display: inline;
    width: var(--size, 12px);
    height: var(--size, 12px)
}

.color-field__input {
    display: none
}

.color-field__circle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border-color .5s;
    cursor: pointer;
    background-size: 150%;
    background-position: center
}

.color-field__circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    opacity: 0;
    transition: opacity .5s, border-color .5s
}

.color-field__circle[style*="#FFF"],
.color-field__circle[style*="#fff"] {
    border-color: var(--border-color)
}

.color-field__circle:hover[style*="#FFF"]::after,
.color-field__circle:hover[style*="#fff"]::after,
.color-field__input:checked+.color-field__circle[style*="#FFF"]::after,
.color-field__input:checked+.color-field__circle[style*="#fff"]::after {
    border-color: var(--border-color)
}

.color-field__circle:hover::after,
.color-field__input:checked+.color-field__circle::after {
    opacity: 1
}

.color-field:has(.color-field__circle_modul) {
    width: fit-content;
    height: fit-content;
}

.color-field__circle_modul {
    padding: 5px;
    border-radius: 0;
}

.product__color-field:has(.color-field__circle_modul) {
    margin-right: 0;
}

.product__attribute:has(.color-field__circle_modul)

.color-field__input:checked + .color-field__circle_modul {
    border-color: #505050;
    color: #505050;
}

.color-field__circle_modul::after {
    display: none;
}

.product-quantity {
    display: flex;
    border: 1px solid #e0e0e0;
    background: #fff
}

.product-quantity--style-big {
    width: 100%;
    height: 2.8125em;
    font: 16px/1 var(--text-font)
}

.product-quantity--style-small {
    width: 5.3571428571em;
    height: 2.1428571429em;
    font: 14px/1 var(--text-font)
}

.product-quantity__minus,
.product-quantity__plus {
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: 15%;
    touch-action: manipulation
}

.product-quantity__minus {
    order: -1;
    transform: scaleX(-1);
    transition: color .5s ease-in-out
}

.product-quantity__input {
    flex-shrink: 0;
    width: 4ch;
    height: 100%;
    border: 0;
    text-align: center;
    font-family: var(--heading-font)
}

.mini-cart {
    display: none
}

.designers-brands-hero {
    font: 16px var(--heading-font);
    padding-bottom: 0
}

.designers-brands-hero__title {
    margin-bottom: 20px
}

.designers-brands-hero__search-form {
    margin-bottom: 30px
}

.designers-brands-hero__search-label {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.designers-brands-hero__search-label--is-search .designers-brands-hero__search-cross {
    display: block
}

.designers-brands-hero__search-label--is-search .designers-brands-hero__search-icon {
    display: none
}

.designers-brands-hero__search-input {
    width: 100%
}

.designers-brands-hero__search-cross {
    color: var(--dark-color);
    display: none
}

.designers-brands-hero__search-cross,
.designers-brands-hero__search-icon {
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    opacity: .3;
    cursor: pointer
}

.designers-brands-hero__letters-block,
.designers-brands-hero__letters-block.hide,
.designers-brands-hero__letters-block:empty {
    display: none
}

.designers-brands-hero__filters {
    margin-bottom: 50px
}

.designers-brands-hero__filters.hide {
    display: none
}

.designers-brands-hero__applied-items {
    margin-bottom: 50px
}

.designers-brands-hero__applied-items.hdie {
    display: none
}

.designers-brands-hero__view-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    --view-padding-bottom: 10px
}

.designers-brands-hero__letters,
.designers-brands-hero__popular,
.designers-brands-hero__products {
    display: flex;
    align-items: center;
    padding-bottom: var(--view-padding-bottom);
    margin-bottom: -1px;
    transition: color .3s ease-in-out, border .3s ease-in-out;
    border: 1px solid transparent;
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: .12px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    z-index: 0
}

.designers-brands-hero__letters::before,
.designers-brands-hero__popular::before,
.designers-brands-hero__products::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.designers-brands-hero__letters::after,
.designers-brands-hero__popular::after,
.designers-brands-hero__products::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2;
    margin-top: calc(var(--view-padding-bottom) / 2 * -1)
}

.designers-brands-hero__letters.loading,
.designers-brands-hero__popular.loading,
.designers-brands-hero__products.loading {
    pointer-events: none
}

.designers-brands-hero__letters.loading::after,
.designers-brands-hero__letters.loading::before,
.designers-brands-hero__popular.loading::after,
.designers-brands-hero__popular.loading::before,
.designers-brands-hero__products.loading::after,
.designers-brands-hero__products.loading::before {
    opacity: .75;
    visibility: visible
}

.designers-brands-hero__letters.active-view,
.designers-brands-hero__popular.active-view,
.designers-brands-hero__products.active-view {
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color)
}

.designers-brands-hero__letters.active-view .designers-brands-hero__dot-circle,
.designers-brands-hero__popular.active-view .designers-brands-hero__dot-circle,
.designers-brands-hero__products.active-view .designers-brands-hero__dot-circle {
    stroke-dashoffset: 62
}

.designers-brands-hero__dot {
    margin-right: 5px
}

.designers-brands-hero__dot-circle {
    stroke-dashoffset: 100
}

.designers-brands-hero__designers-text-one,
.designers-brands-hero__letters-input,
.designers-brands-hero__popular-input,
.designers-brands-hero__products-input,
.designers-brands-hero__products-text-one {
    display: none
}

.designers-brands-hero__filters-button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .16px;
    text-transform: lowercase
}

.designers-brands-hero__filters-button:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background: center/contain no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjMTQxNDE0IiBkPSJNLjQyOCA0LjQ5aDE3LjE0NGMuMjUgMCAuNDI4LS4yMTMuNDI4LS40MjdzLS4xNDMtLjQ2My0uMzkyLS40NjNILjQyOEEuNDMzLjQzMyAwIDAgMCAwIDQuMDI3YzAgLjIxNC4xNzguNDY0LjQyOC40NjRaTTE3LjYwOCA4Ljk5SC40MjhBLjQzMy40MzMgMCAwIDAgMCA5LjQxOGEuNDYuNDYgMCAwIDAgLjQyOC40MjhoMTcuMTQ0Yy4yNSAwIC40MjgtLjIxNC40MjgtLjQyOHMtLjE0My0uNDI4LS4zOTItLjQyOFpNMTcuNjA4IDE0LjM0NkguNDI4YS40MzMuNDMzIDAgMCAwLS40MjguNDI3LjQ2LjQ2IDAgMCAwIC40MjguNDI4aDE3LjE0NGMuMjUgMCAuNDI4LS4yMTQuNDI4LS40MjggMC0uMjEzLS4xNDMtLjQyNy0uMzkyLS40MjdaIi8+PGNpcmNsZSBjeD0iMTMiIGN5PSI0IiByPSIxLjYiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzE0MTQxNCIgc3Ryb2tlLXdpZHRoPSIuOCIvPjxjaXJjbGUgY3g9IjUiIGN5PSIxNSIgcj0iMS42IiBmaWxsPSIjZmZmIiBzdHJva2U9IiMxNDE0MTQiIHN0cm9rZS13aWR0aD0iLjgiLz48L3N2Zz4=)
}

.brands-and-designes-popup {
    justify-content: flex-end;
    overflow-x: hidden
}

.brands-and-designes-popup.active .brands-and-designes-filters {
    transform: translateX(0)
}

.brands-and-designes-filters {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 360px;
    background-color: var(--white-color);
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform .5s ease-in-out;
    position: relative;
    z-index: 0
}

.brands-and-designes-filters::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.brands-and-designes-filters::after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--dark-color);
    border-left-color: var(--dark-color);
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.brands-and-designes-filters.loading {
    pointer-events: none
}

.brands-and-designes-filters.loading::after,
.brands-and-designes-filters.loading::before {
    opacity: .75;
    visibility: visible
}

.brands-and-designes-filters__header {
    position: relative;
    padding: 30px 20px 25px
}

.brands-and-designes-filters__header-top {
    display: flex;
    align-items: flex-end
}

.brands-and-designes-filters__header-title {
    font: 500 20px/130% GeologicaRoman, sans-serif;
    letter-spacing: .2px;
    text-transform: uppercase;
    margin-right: 15px
}

.brands-and-designes-filters__header-clear-btn {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: lowercase;
    position: relative;
    z-index: 0
}

.brands-and-designes-filters__header-clear-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
    background: var(--white-color);
    z-index: 1
}

.brands-and-designes-filters__header-clear-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    animation: .5s linear infinite spin;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 2
}

.brands-and-designes-filters__header-clear-btn.loading {
    pointer-events: none
}

.brands-and-designes-filters__header-clear-btn.loading::after,
.brands-and-designes-filters__header-clear-btn.loading::before {
    opacity: .75;
    visibility: visible
}

.brands-and-designes-filters__header-clear-btn--is-hidden {
    display: none
}

.brands-and-designes-filters__header-close-btn {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 36px;
    right: 20px
}

.brands-and-designes-filters__header-close-icon {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.brands-and-designes-filters__active-filters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px -10px -10px 0
}

.brands-and-designes-filters__active-filters-btn {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    color: #505050;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .14px
}

.brands-and-designes-filters__active-filters-icon {
    width: 10px;
    height: 10px;
    margin-left: 10px
}

.brands-and-designes-filters__filter-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: .3s ease-in-out;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0
}

.brands-and-designes-filters__filter-wrapper--type-countries .brands-and-designes-filters__filters-title::after {
    content: "+";
    margin: 0 0 0 auto;
    padding: 0 0 0 5px
}

.brands-and-designes-filters__filter-wrapper--type-countries.show-list .brands-and-designes-filters__filters-title::after {
    content: "-"
}

.brands-and-designes-filters__filters-title {
    display: flex;
    align-items: center;
    font: 700 16px/130% GeologicaRoman, sans-serif;
    color: #505050;
    letter-spacing: .16px;
    text-transform: uppercase
}

.brands-and-designes-filters__filters-content {
    flex-shrink: 0;
    overflow-y: auto;
    max-height: 210px;
    margin-top: 15px;
    color: #585858
}

.brands-and-designes-filters__filters-content--type-categories {
    text-transform: lowercase;
    overflow: visible;
    max-height: none
}

.brands-and-designes-filters__filters-content::-webkit-scrollbar {
    width: 7px;
    padding-top: 10px
}

.brands-and-designes-filters__filters-content::-webkit-scrollbar-thumb {
    background: #505050
}

.brands-and-designes-filters__filters-content::-webkit-scrollbar-track {
    background: #505050;
    border: 3.5px solid transparent;
    background-clip: content-box
}

.brands-and-designes-filters__footer {
    display: flex;
    padding: 30px 20px;
    border-top: 1px solid #e0e0e0
}

.brands-and-designes-filters__apply-btn {
    width: 100%;
    margin: 0 auto
}

.designer-card {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0
}

.designer-card--type-title {
    color: #858585;
    font: 500 12px/130% var(--heading-font);
    letter-spacing: .12px;
    text-transform: uppercase
}

.designer-card__info {
    display: flex;
    margin-bottom: 30px;
    font: 700 14px/130% var(--heading-font);
    position: relative
}

.designer-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.designer-card__image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #e0e0e0
}

.designer-card__image[src*=no-photo] {
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f7f5f3
}

.designer-card__content-top {
    margin-bottom: 20px
}

.designer-card__name {
    letter-spacing: .14px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.designer-card__country {
    color: var(--yellow-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12px;
    text-transform: uppercase
}

.designer-card__content-info {
    display: block;
    width: 115px;
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12px;
    text-transform: uppercase
}

.designer-card__products {
    display: flex
}

.designer-card__product {
    --card-padding: 0;
    --picture-margin-top: 0;
    --picture-margin-bottom: 0;
    margin-right: -1px;
    width: 33.3333333333%;
    position: relative
}

.designer-card__product::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.designer-card__product .product-card__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.designer-card__product .product-card__img {
    padding: 15px
}

.designer-card__product .product-card__img[src*=no-photo] {
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f7f5f3
}

.designer-card__product .product-card__bottom,
.designer-card__product .product-card__brand,
.designer-card__product .product-card__params,
.designer-card__product .product-card__title,
.designer-card__product .product-card__top,
.designer-card__product:nth-child(4),
.designer-card__product:nth-child(5) {
    display: none
}

.brand-card {
    --item-padding-top: 30px;
    padding-top: var(--item-padding-top);
    border-top: 1px solid #e0e0e0;
    position: relative
}

.brand-card--type-title {
    color: #858585;
    font: 500 12px/130% var(--heading-font);
    letter-spacing: .12px;
    text-transform: uppercase
}

.brand-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.brand-card__info {
    --image-size: 90px;
    --image-margin-right: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font: 700 14px/130% var(--heading-font)
}

.brand-card__image {
    padding: 5px;
    flex-shrink: 0;
    width: var(--image-size);
    height: var(--image-size);
    border-radius: 50%;
    overflow: hidden;
    margin-right: var(--image-margin-right);
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #e0e0e0
}

.brand-card__image[src*=no-photo] {
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f7f5f3
}

.brand-card__content {
    display: flex;
    flex-flow: column;
    width: calc(100% - var(--image-size) - var(--image-margin-right));
    height: var(--image-size)
}

.brand-card__content-top {
    margin-bottom: auto
}

.brand-card__name {
    letter-spacing: .14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.brand-card__country {
    color: var(--yellow-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12px;
    text-transform: uppercase
}

.brand-card__content-info {
    display: block;
    width: 115px;
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12px;
    text-transform: uppercase
}

.brand-card__products {
    display: flex
}

.brand-card__product {
    margin-right: -1px;
    width: 33.3333333333%;
    position: relative
}

.brand-card__product::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    pointer-events: none
}

.brand-card__product .product-card__brand,
.brand-card__product .product-card__params,
.brand-card__product .product-card__top {
    display: none
}

.brand-card__product .product-card__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.brand-card__product .product-card__img {
    padding: 15px
}

.brand-card__product .product-card__img[src*=no-photo] {
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f7f5f3
}

.brand-card__product .product-card__bottom,
.brand-card__product .product-card__colors,
.brand-card__product .product-card__title,
.brand-card__product:nth-child(4),
.brand-card__product:nth-child(5) {
    display: none
}

.account__left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(20, 20, 20, .4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    overflow: auto;
    z-index: 5
}

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

.account__left-content {
    padding: 70px var(--section-px) 80px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    min-height: 100%;
    background: #fff
}

.account__left-close {
    position: absolute;
    top: 55px;
    right: 20px;
    width: 18px;
    height: 18px
}

.account__left-close-icon {
    width: 100%;
    height: 100%
}

.account__left-user {
    display: flex;
    align-items: center;
    cursor: pointer
}

.account__left-user-icon {
    margin: 0 10px 0 0;
    flex-shrink: 0;
    width: 17px;
    height: 17px
}

.account__left-user-login {
    color: var(--yellow-color)
}

.account__left-menu {
    --link-margin-bottom: 25px;
    margin: 30px 0 calc(-1 * var(--link-margin-bottom));
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font: 700 16px/1.3 var(--heading-font);
    text-transform: uppercase
}

.account__left-menu-link {
    margin: 0 0 var(--link-margin-bottom);
    color: #ccc
}

.account__left-menu-link--is-current {
    color: var(--dark-color)
}

.account__left-logout {
    margin: 45px 0 0;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: 500
}

.account__left-contacts {
    margin: 45px 0 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-transform: uppercase;
    color: grey;
    font-size: 14px
}

.account__left-contacts-title {
    margin: 0 0 15px;
    font-weight: 500;
    color: var(--dark-color)
}

.account__left-contacts-tel {
    margin: 0 0 5px
}

.account__left-contacts-telegram {
    margin: 10px 0 5px
}

.hero-404 {
    padding-bottom: var(--section-py);
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.hero-404__error-text {
    margin: 40px 0 10px;
    font: 500 64px/1 var(--heading-font)
}

.hero-404__title {
    margin: 0 0 20px
}

.hero-404__description {
    margin: 0 0 40px;
    max-width: 650px;
    color: grey;
    font-size: 14px
}

.hero-404__search-form {
    max-width: 650px;
    width: 100%
}

.hero-404__search-form-label {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    position: relative
}

.hero-404__search-form-icon {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 18px;
    height: 18px;
    background: center/contain no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iZ3JheSIgZD0ibTE2LjgzNiAxNi4yNjUtNC41MTQtNC41NGE2LjUyMiA2LjUyMiAwIDEgMC0uNTk5LjZsNC41NCA0LjUzYS40MDUuNDA1IDAgMCAwIC41OSAwIC40MDYuNDA2IDAgMCAwLS4wMTctLjU5Wk03LjQzIDEzLjFhNS42NTMgNS42NTMgMCAxIDEgNS42NTMtNS42NTMgNS42NjIgNS42NjIgMCAwIDEtNS42NTMgNS42NTRaIi8+PC9zdmc+);
    cursor: pointer
}

.hero-404__search-form-input {
    padding: 5px 25px 15px 0;
    width: 100%;
    border: 0;
    background: 0 0;
    font: 14px/1 var(--text-font)
}

.hero-404__search-form-input::-moz-placeholder {
    color: #ccc
}

.hero-404__search-form-input::placeholder {
    color: #ccc
}

.filter__search-result-item-field::after {
    display: none !important;
}

@media (max-width: 767px) {
    .index-hero__slide-small-picture img {
        max-width: 258px;
        width: 87px !important;
        height: 71px;
        object-fit: cover;
    }

    .index-hero__slide-big-picture img {
        max-width: 1350px;
        width: 215px !important;
        height: 149px;
        object-fit: cover;
    }

    .index-categories.container.section {
        /* height: 570px; */
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 0 !important;
    }


    .index-categories__item,
    .index-categories__item-picture,
    .index-categories__item-img {
        width: 240px !important;
        height: 360px !important;
    }

    .index-hero__slide-small-picture,
    .index-hero__slide-big-picture {
        margin: 0 !important;
        display: flex;
        align-items: end;
    }

    .index-hero__slide {
        justify-content: center;
    }

    .index-hero__slide-text {
        margin-bottom: 20px;
    }

    .callback-form__recaptcha {
        justify-content: center;
    }

}

@media (max-width: 767px) {
    /* .index-categories__item.slick-slide .index-categories__item-title {
        font-size: 18px;
    } */

    .menu__category-sublist {
        margin: 15px 0 0;
        display: none;
        flex-flow: column;
        font: 18px/1 var(--text-font);
        color: #1b1b1b;
    }

    .filter__apply-button {
        background: #505050;
        color: var(--light-grey-color);
        font-weight: 500;
    }

    .brands-catalog .brands-catalog__items.cards-catalog .brands-catalog__item-block .brand-card--type-title {
        line-height: 1.85;
    }
}

.mini-cart__content .mini-cart__footer .mini-cart__button {
    background: #505050;
    color: var(--white-color);
    border-color: #505050;
}

.mini-cart__content .mini-cart__footer .mini-cart__button:hover {
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}

/* .mini-cart.Popup.active .mini-cart__content .mini-cart__footer {
    max-width: 420px;
} */


.cart-totals-popup .cart-totals-popup__button.button.button--style-primary,
.product__quantity-and-add-to-cart .product__add-to-cart.button,
.cart-hero__bottom .cart-hero__submit,
.cart-hero__delivery-submit-button {
    background: #505050;
    color: var(--light-grey-color);
    font-weight: 500;
    border-color: #505050;
}

.cart-totals-popup .cart-totals-popup__button.button.button--style-primary:hover,
.product__quantity-and-add-to-cart .product__add-to-cart.button:hover,
.cart-hero__bottom .cart-hero__submit:hover,
.cart-hero__delivery-submit-button:hover {
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
    color: var(--light-grey-color);
    font-weight: 500;
}

.product__right.product__right--is-absolute .product__quantity-and-add-to-cart .product__add-to-cart.button.button--style-primary {
    width: 100%;
}

.product__tags .product__tag {
    background: #EBE6E0;
}

/* ============================================================================== */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #0000008e;
    display: flex;
    /* Добавьте это! Центрирует лоадер */
    justify-content: center;
    align-items: center;
}

.loader {
    width: 50px;
    height: 50px;
    /* position: absolute; — уберите, если используете flex в родителе */
    /* top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; — тоже уберите */
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
    display: flex !important;
    /* Оставьте, но flex здесь не обязателен для спиннера */
}

/* Раскомментируйте и используйте эти стили для лучшей видимости (адаптировано) */
.loader {
    opacity: 1;
    /* Убедитесь, что видим */
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
    pointer-events: auto;
}

.loading .loader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.loader__circle {
    /* Если хотите использовать круг вместо текущей анимации */
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: 0.5s linear infinite spin;
}

footer .contacts-block__item.contacts-block__item--type-address {
    display: none !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Ваши keyframes для loader остаются без изменений */
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #bebebe;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #bebebe;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #bebebe;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #bebebe;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #bebebe;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #bebebe;
        border-left-color: transparent;
    }
}

.no-js #preloder {
    display: none;
    /* Скрыть прелоадер, если нет JS */
}

.callback-form__recaptcha {
    width: 100%;
    /* justify-content: center; */
    display: flex;
    padding-bottom: 10px;
}

.footer__bottom {
    justify-content: space-between;
}

.footer__bottom .footer__policy {
    margin: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.slick-track .index-hero__slide .index-hero__slide-big-picture {
    /* width: 674px; */
}

.slick-track .index-hero__slide .index-hero__slide-text {
    /* width: 357px; */
}

@media (min-width: 1279px) {
    .slick-track .index-hero__slide .index-hero__slide-text {
        /* width: 457px; */
    }

}

@media (max-width: 992px) {
    .slick-track .index-hero__slide .index-hero__slide-big-picture {
        /* width: 414px; */
        /* height: 412px; */
    }
}

/* @media (max-width: 767px) {
    .slick-track .index-hero__slide .index-hero__slide-big-picture {
        width: calc(70% - 9px);
    }
} */