:root {
    --primary-dark-brain-100: #3F3327;
    --primary-70: #C4B3A1;
    --light-grey: #F7F5F4;
    --light-brain: #EDE9E6;
    --white-bg: #FFFFFF;
    --white-txt: #FFFFFF;
    --secondary-medium-brain-100: #77614B;
    --main-orange: #D16802; }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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

* {
    -webkit-tap-highlight-color: transparent; }

[tabindex="-1"]:focus {
    outline: none !important; }

[role="button"] {
    cursor: pointer; }

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

a,
button,
[role="button"],
input,
label,
select,
textarea {
    margin: 0; }

button,
input {
    overflow: visible; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    overflow: auto; }

svg {
    fill: currentColor; }
a svg,
button svg {
    pointer-events: none; }
svg:not(:root) {
    overflow: hidden; }

img {
    max-width: 100%;
    height: auto; }

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    color: currentColor; }

h1 {
    font-size: 40px; }

h2 {
    font-size: 32px; }

h3 {
    font-size: 24px; }

h4 {
    font-size: 18px; }

h5 {
    font-size: 16px; }

h6 {
    font-size: 16px; }

p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
    margin-top: 0; }

address {
    font-style: normal; }

ul,
ol {
    padding-left: 1.5em; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0;
    margin-bottom: 0; }

li {
    line-height: inherit; }

b,
strong {
    font-weight: bolder; }

blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 0; }

:root {
    --outline-width: 1px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
    :root {
        --outline-width: 0.5px; } }

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased; }
@media screen and (max-width: 767px) {
    .page {
        padding-bottom: 60px; } }
.page.no-scroll {
    overflow: hidden; }
.page__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

@media screen and (max-width: 767px) {
    .d-n {
        display: none !important; } }

@media screen and (min-width: 768px) {
    .m-n {
        display: none !important; } }

.bordered {
    border: var(--outline-width) solid #000000;
    /*fix shadow in Safari*/
    margin: 0.1px;
    transform: translateZ(0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }

.container-wide {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }

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

.noUi-target {
    position: relative; }

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

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

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

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

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

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

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

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

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

.noUi-horizontal {
    height: 1px; }

.noUi-horizontal .noUi-handle {
    top: -9px;
    right: -9px;
    width: 18px;
    height: 18px; }

.noUi-vertical {
    width: 18px; }

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

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

.noUi-target {
    background: #F2F2F2;
    border-radius: 6px; }

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

.noUi-connect {
    background: #000000; }

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

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

.noUi-handle {
    background: #000000;
    border: var(--outline-width) solid #000000;
    border-radius: 20px; }

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFFFFF, inset 0 1px 7px #DDDDDD, 0 3px 6px -3px #BBBBBB;
    box-shadow: inset 0 0 1px #FFFFFF, inset 0 1px 7px #DDDDDD, 0 3px 6px -3px #BBBBBB; }

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    top: 14px;
    left: 6px;
    width: 14px;
    height: 1px; }

.noUi-vertical .noUi-handle:after {
    top: 17px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-tooltip {
    position: absolute;
    display: block;
    padding: 5px;
    text-align: center;
    color: #000000;
    white-space: nowrap;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px; }

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

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

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

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

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

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

:host {
    position: relative;
    z-index: 1;
    display: block;
    margin-right: auto;
    margin-left: auto; }

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

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

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

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

.swiper-slide {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

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

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

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px; }

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    width: var(--swiper-centered-offset-after);
    height: 100%;
    min-height: 1px; }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after); }

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(#000000));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), #000000);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000000); }

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(#000000));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), #000000);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000000); }

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(#000000));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), #000000);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #000000); }

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#000000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), #000000);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000); }

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear; }

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

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

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

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

.swiper-virtual .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    width: var(--swiper-virtual-size);
    height: 1px; }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size); }

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

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important; }

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -o-object-fit: contain;
    object-fit: contain; }

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: auto;
    left: var(--swiper-navigation-sides-offset, 10px); }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto; }

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto; }

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

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: var(--swiper-pagination-top, auto);
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    width: 100%; }

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    display: inline-block;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    background: var(--swiper-pagination-bullet-inactive-color, #000000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

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

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

.swiper-pagination-bullet:only-child {
    display: none !important; }

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; }

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left,0.2s -webkit-transform;
    transition: 0.2s left,0.2s -webkit-transform;
    -o-transition: 0.2s transform,0.2s left;
    transition: 0.2s transform,0.2s left;
    transition: 0.2s transform,0.2s left,0.2s -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right,0.2s -webkit-transform;
    transition: 0.2s right,0.2s -webkit-transform;
    -o-transition: 0.2s transform,0.2s right;
    transition: 0.2s transform,0.2s right;
    transition: 0.2s transform,0.2s right,0.2s -webkit-transform; }

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit); }

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

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
    height: var(--swiper-scrollbar-size, 4px); }

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    right: var(--swiper-scrollbar-right, 4px);
    left: var(--swiper-scrollbar-left, auto);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

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

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

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

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

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

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none; }

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

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

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-creative .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity,height,-webkit-transform;
    transition-property: opacity,height,-webkit-transform;
    -o-transition-property: transform,opacity,height;
    transition-property: transform,opacity,height;
    transition-property: transform,opacity,height,-webkit-transform; }

.swiper.swiper-cards {
    overflow: visible; }

.swiper-cards .swiper-slide {
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.header {
    font-weight: 400;
    font-family: "Inter";
    border-bottom: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .header {
        display: none; } }
.header--main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    border-bottom: none; }
.header__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    border-bottom: var(--outline-width) solid #000000;
    opacity: 0; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .header__bg {
        height: 56px; } }
.header__container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
.header__inner {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 30px 75px;
    grid-template-columns: 1fr auto 1fr; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .header__inner {
        padding: 20px 40px; } }
.header__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px; }
.header__col:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.header__nav {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .header__nav {
        gap: 18px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .header__nav--tablet-space {
        gap: 26px; } }
.header__btn {
    position: relative;
    font-size: 13px;
    line-height: 1;
    font-family: inherit;
    color: #000000;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .header__btn {
        font-size: 10px; } }
.header__btn--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px; }
/*.header__btn--search::before {*/
/*    content: "";*/
/*    width: 12px;*/
/*    height: 13px;*/
/*    background-image: url(../img/icon-search.svg); }*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .header__btn--search::before {
        display: none; } }
.header__btn:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #1C1C1C;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
.header__btn.active:after, .header__btn:hover:after {
    width: 100%; }
.header__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px; }
.header__catalog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: grid;
    padding: 120px 36px 20px 62px;
    background-color: #FAFAFA;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr; }
.header__catalog.open {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
.header__catalog-cat-name {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    grid-column: span 2; }
.header__catalog-list {
    z-index: 10; }
.header__catalog-list, .header__catalog-sublist {
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    background-color: #FAFAFA;
    gap: 16px; }
.header__catalog-sublist {
    padding-left: 56px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
.header__catalog-sublist.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
.header__catalog-item {
    font-weight: 500;
    font-size: 12px;
    color: #1C1C1C;
    text-transform: uppercase;
    cursor: pointer; }
.header__catalog-item[data-submenu] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.header__catalog-item[data-submenu]::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-catalog-arrow.svg); }

.footer {
    color: #000000;
    border-top: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 20px; } }
.footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 100px;
    gap: 10px; }
@media screen and (max-width: 767px) {
    .footer__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 60px 16px 0; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer__grid {
        padding: 40px 50px;
        gap: 40px; } }
.footer__col-m-divider {
    width: calc(100% + 32px);
    margin: 0 -16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #000000; }
@media screen and (max-width: 767px) {
    .footer__col {
        margin-bottom: 44px; } }
.footer__col:last-of-type {
    margin-bottom: 0; }
.footer__col:first-of-type {
    width: 100%;
    max-width: 280px; }
@media screen and (max-width: 767px) {
    .footer__col:first-of-type {
        max-width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
.footer__col--adr {
    width: 100%;
    max-width: 280px; }
@media screen and (max-width: 767px) {
    .footer__col--adr {
        max-width: 390px; } }
.footer__title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer__title {
        font-size: 13px; } }
.footer__title--no-mb {
    margin-bottom: 0; }
.footer__subtitle {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer__subtitle {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1.1; } }
.footer__mobile-title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px; }
.footer__mobile-title span {
    font-weight: 300;
    font-size: 15px; }
.footer__link {
    display: block;
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }
@media screen and (max-width: 767px) {
    .footer__link:last-of-type {
        margin-bottom: 0; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer__link {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1; } }
.footer__link-addr {
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    max-width: 280px;
    grid-template-columns: 1fr 80px; }
@media screen and (max-width: 767px) {
    .footer__link-addr {
        max-width: 100%;
        padding-right: 40px;
        line-height: 30px; } }
.footer__link-addr span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    cursor: pointer;
    gap: 10px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer__link-addr span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0; } }
.footer__link-addr span:before {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background-image: url(../img/icon-map.svg);
    background-repeat: no-repeat;
    background-size: contain; }
.footer__copyright {
    width: 100%;
    padding: 40px 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    border-top: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .footer__copyright {
        padding: 40px 16px 98px;
        text-align: left; }
    .footer--product ~ .footer__copyright {
        padding: 40px 16px 176px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer__copyright {
        padding: 18px 50px; } }
.footer__copyright span {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
.footer__copyright-lang {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    background: transparent;
    border: none;
    outline: none; }
@media screen and (max-width: 767px) {
    .footer__copyright-lang {
        display: none; } }
.footer__copyright-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 100px; }
@media screen and (max-width: 767px) {
    .footer__copyright-grid {
        padding: 0; } }
.footer__mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
    gap: 16px; }
.footer__mobile-lang {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    background: transparent;
    border: none;
    outline: none; }

.menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 7px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer; }
.menu-btn__line-1 {
    width: 16px;
    height: 1px;
    background-color: #000000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.menu-btn__line-2 {
    width: 13px;
    height: 1px;
    background-color: #000000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.mobile-header__menu-wrap.open .menu-btn__line-1,
.header__menu-wrap.open .menu-btn__line-1 {
    -webkit-transform: translate(0, 4px) rotate(45deg);
    -ms-transform: translate(0, 4px) rotate(45deg);
    transform: translate(0, 4px) rotate(45deg); }

.mobile-header__menu-wrap.open .menu-btn__line-2,
.header__menu-wrap.open .menu-btn__line-2 {
    width: 16px;
    -webkit-transform: translate(0, -2px) rotate(-45deg);
    -ms-transform: translate(0, -2px) rotate(-45deg);
    transform: translate(0, -2px) rotate(-45deg); }

.logo {
    z-index: 2;
    width: 174px;
    font-size: 0; }

.logo .logo-white,
.logo.white .logo-black
{
    display: none;
}

.logo.white .logo-white,
.logo.black .logo-black
{
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .logo {
        -ms-flex-item-align: center;
        align-self: center;
        width: 106px; } }
.header--main .logo {
    width: 200px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .header--main .logo {
        -ms-flex-item-align: center;
        align-self: center;
        width: 106px; } }

.cart-btn {
    position: relative;
    display: block;
    width: 16px;
    max-width: 16px;
    height: 16px;
    /*background: url(../img/icon-cart.svg);*/
    /*background-repeat: no-repeat;*/
    border: none;
    outline: none;
    cursor: pointer; }
.cart-btn__count {
    position: absolute;
    top: -50%;
    right: -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 14px;
    height: 14px;
    padding: 2px;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    font-family: "Inter";
    color: #FFFFFF;
    background: #000000;
    border-radius: 7px; }

.catalog__favorites {
    padding: 60px 0 120px; }
@media screen and (max-width: 767px) {
    .catalog__favorites {
        padding: 0 0 120px;
    }
    .catalog__favorites .catalog__grid{
        padding: 0 ;
    }
}

.catalog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--outline-width);
    gap: var(--outline-width); }
.catalog__grid > .catalog-item {
    width: calc(100%/6.006 - var(--outline-width));
    width: round(calc(100%/6.006 - var(--outline-width)), 1px);
}
@media screen and (max-width: 1600px) {
    .catalog__grid > .catalog-item {
        width: calc(20% - var(--outline-width)); } }
@media screen and (max-width: 1440px) {
    .catalog__grid > .catalog-item {
        width: calc(25% - var(--outline-width)); } }
@media screen and (max-width: 767px) {
    .catalog__grid {
        padding: 0;
        padding-top: 64px; }
    .catalog__grid > .catalog-item {
        width: calc(100%/3 - var(--outline-width)); }
    .catalog__grid.single > .catalog-item {
        width: calc(100% - var(--outline-width)); }
    .catalog__grid.double > .catalog-item {
        width: calc(50% - var(--outline-width)); } }
@media screen and (max-width: 767px) {
    .catalog__grid:not(.single) .catalog-item__size-wrap,
    .catalog__grid:not(.single) .catalog-item__color-wrap {
        display: none; } }

.catalog__back {
    -ms-flex-item-align: center;
    align-self: center;
    width: 20px;
    height: 20px;
    background: url(../img/icon-back.svg);
    border: none;
    outline: none;
    cursor: pointer; }

.catalog__btn {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: "Inter";
    color: #1C1C1C;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog__btn {
        font-size: 10px; } }
.catalog__btn:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #1C1C1C;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
.catalog__btn.active:after, .catalog__btn:hover:after {
    width: 100%; }

.catalog__filter {
    display: grid;
    padding: 20px 75px;
    gap: 40px;
    grid-template-columns: 20px 1fr 1fr; }
@media screen and (max-width: 767px) {
    .catalog__filter {
        position: fixed;
        border-top: var(--outline-width) solid #000000;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        padding: 20px;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        background-color: #FFFFFF;
        row-gap: 8px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog__filter {
        padding: 10px 30px;
        gap: 24px; } }

.catalog__filter-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 58px; }
@media screen and (max-width: 767px) {
    .catalog__filter-col {
        gap: 15px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog__filter-col {
        gap: 24px; } }
.catalog__filter-col--right {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: -58px;
    justify-self: end; }
@media screen and (min-width: 768px) {
    .catalog__filter-col--right {
        grid-column: 3; } }
.catalog__filter-col--d {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
@media screen and (max-width: 767px) {
    .catalog__filter-col--d {
        display: none; } }

.catalog__mask-m {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
.catalog__mask-m.open {
    display: block; }

.catalog__filter-tab {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 100;
    min-width: 440px;
    background-color: #FFFFFF;
    border: var(--outline-width) solid #000000;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center; }
.catalog__filter-tab.open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
@media screen and (max-width: 767px) {
    .catalog__filter-tab.open {
        display: block; } }
@media screen and (max-width: 767px) {
    .catalog__filter-tab {
        position: relative;
        top: initial;
        display: none;
        min-width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

@media screen and (max-width: 767px) {
    .catalog__filter-tabs {
        position: fixed;
        bottom: 59px;
        left: 0;
        z-index: 1000;
        display: none;
        width: 100%;
        background-color: #FAFAFA;
        border-top: var(--outline-width) solid #000000; }
    .catalog__filter-tabs.open {
        display: block; } }

.catalog__filter-tabs-btns {
    display: none; }
@media screen and (max-width: 767px) {
    .catalog__filter-tabs-btns {
        display: grid;
        padding: 25px 30px;
        justify-items: start;
        gap: 46px;
        grid-template-columns: repeat(4, auto); } }

.catalog__selector-wrap {
    display: none; }
@media screen and (max-width: 767px) {
    .catalog__selector-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        gap: 14px;
        justify-self: end; } }

.catalog__selector-item {
    position: relative;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    outline: none; }
.catalog__selector-item--single {
    background-image: url(../img/icon-catalog-single.svg); }
.catalog__selector-item--double {
    background-image: url(../img/icon-catalog-double.svg); }
.catalog__selector-item--grid {
    background-image: url(../img/icon-catalog-grid.svg); }
.catalog__selector-item:after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 3px);
    width: 6px;
    height: 1px;
    background-color: #000000; }
.catalog__selector-item.active:after {
    content: ""; }

.catalog__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border-right: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000;
    cursor: pointer;
    gap: 2px; }
.catalog__color span {
    font-size: 12px; }
@media screen and (max-width: 767px) {
    .catalog__color span {
        font-size: 10px; } }
.catalog__color input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
/*.catalog__color input:checked ~ .color:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(255, 255, 255, 0.4); }*/
.catalog__color input:checked ~ .color:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
.catalog__color input:checked ~ .color--bordered:before {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;}

.catalog__filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    border-right: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000;
    transform:  translateZ(0);
    cursor: pointer;
    gap: 2px; }
.catalog__filter-item:nth-child(5n) {
    border-right: 0}
.catalog__filter-item span {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.catalog__filter-item span:hover {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #1C1C1C; }
@media screen and (max-width: 767px) {
    .catalog__filter-item span:hover {
        color: #1C1C1C;
        background-color: #FFFFFF; }}
.catalog__filter-item input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.catalog__filter-item input:checked ~ span {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #1C1C1C; }
@media screen and (max-width: 767px) {
    .catalog__filter-item {
        height: 50px;
    }
    .catalog__filter-item span {
        font-size: 14px}}

.catalog__filter-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }

.catalog__filter-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 18px;
    gap: 4px; }

.catalog__filter-btn {
    width: 100%;
    height: 58px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #1C1C1C;
    border: none;
    outline: none;
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .catalog__filter-btn {
        height: 48px;
        text-transform: none; } }
.catalog__filter-btn--reset {
    color: #000000;
    background: transparent; }

.catalog__range-wrap {
    display: grid;
    padding: 70px 26px;
    grid-column: span 5;
    grid-template-columns: 1fr 1fr;

    gap: 22px; }
.catalog__range-wrap #range {
    grid-column: span 2; }
@media screen and (max-width: 767px) {
    .catalog__range-wrap {
        padding: 30px 38px;
        gap: 0 15px;
        grid-template-columns: 50% 50%;
        justify-content: space-between; } }

.catalog__range-input {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border-radius: 4px;
}
.catalog__range-input.max {
    justify-content: end;
}
.catalog__range--min, .catalog__range--max {
    background: transparent;
    padding: 1px 2px;
    border: none;
    outline: none;
    font-family: CoFo Sans Mono, sans-serif;
    font-size: 13px;
    box-sizing: border-box; }
.catalog__range--min {
    margin-right: -18px }


.catalog__range-input span {
    margin-left: 4px;
    white-space: nowrap;}
@media screen and (max-width: 767px) {
    .catalog__range-input{
        margin-bottom: 22px; } }
.catalog__range--max {
    text-align: right; }

.catalog-item {
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
}
.catalog-item--add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 240px;
    cursor: pointer;
    gap: 12px; }
.catalog-item__img {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    -o-object-fit: cover;
    object-fit: cover; }
.catalog-item__img-wrap {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
    box-shadow: 0 0 0 var(--outline-width) #000000;
    overflow: hidden;}
.catalog-item__img-wrap .slider{
    height: 100%;
}
.single .catalog-item__img-wrap.added:after {
    content: "";
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    z-index: 1000;
    width: 96px;
    height: 96px;
    background-image: url(../img/icon-added.svg);
    background-repeat: no-repeat;
    background-size: contain; }
.catalog-item__like {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    color: transparent;
    cursor: pointer; }
.catalog-item__like input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.catalog-item__like input:checked ~ svg {
    color: #000000; }
@media screen and (max-width: 767px) {
    .catalog__grid:not(.single):not(.double) .catalog-item__like {
        display: none; } }
.catalog-item__size-wrap {
    position: absolute;
    z-index: 10;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #1C1C1C;
    background-color: #FAFAFA;
    border-top: var(--outline-width) solid #000000;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog-item__size-wrap {
        font-size: 9px; } }
@media screen and (max-width: 767px) {
    .catalog__grid:not(.single) .catalog-item__size-wrap {
        pointer-events: none; } }
.catalog-item__size-wrap.open {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
.catalog-item__sizes, .catalog-item__mobile-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--outline-width); }
.catalog-item__sizes > button,
.catalog-item__sizes > label, .catalog-item__mobile-colors > button,
.catalog-item__mobile-colors > label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.catalog-item__mobile-colors {
    display: none; }
@media screen and (max-width: 767px) {
    .catalog-item__mobile-colors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
.catalog-item__size-text {
    padding: 10px;
    font-size: 13px;
    text-align: center;
    grid-column: span 3; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog-item__size-text {
        padding: 6px; } }
.catalog-item__size {
    width: 100%;
    height: 46px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #1C1C1C;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 0 0 var(--outline-width) #223c50;
    box-shadow: 0 0 0 var(--outline-width) #223c50;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.catalog-item__size:hover {
    background: #D9D9D9; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog-item__size {
        height: 24px;
        font-size: 10px; } }
.catalog-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 96px;
    padding: 20px 18px 10px;
    -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
    box-shadow: 0 0 0 var(--outline-width) #000000;
    gap: 8px; }
@media screen and (max-width: 767px) {
    .catalog-item__footer {
        min-height: 60px;
        gap: 3px;
        padding: 18px 16px; }
    .catalog__grid:not(.single) .catalog-item__footer {
        pointer-events: none; }
    .catalog__grid:not(.single):not(.double) .catalog-item__footer {
        display: none; }
    .catalog__grid.double .catalog-item__footer {
        padding: 12px 16px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog-item__footer {
        min-height: auto;
        padding: 10px; } }
.catalog-item__footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
    text-transform: uppercase;
    gap: 8px; }
@media screen and (max-width: 767px) {
    .catalog-item__footer-top {
        font-size: 11px;
        line-height: 14px; } }
.catalog-item__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
@media screen and (max-width: 767px) {
    .catalog-item__name {
        font-size: 14px; }
    .double .catalog-item__name {
        font-size: 11px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog-item__name {
        font-size: 10px; } }
.catalog-item__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px; }
.catalog-item__color span {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 12px;
    height: 12px;
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .double .catalog-item__color span {
        width: 10px;
        height: 10px; } }
.catalog-item__color.hide {
    opacity: 0; }
@media screen and (max-width: 767px) {
    .catalog-item__color.hide {
        display: none; } }
.catalog-item__footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px; }
.catalog-item__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1C;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 12px; }
.catalog-item__price-wrap del {
    color: #9F9F9F;
    text-decoration: line-through; }
@media screen and (max-width: 767px) {
    .catalog-item__price-wrap {
        font-size: 11px;
        line-height: 14px; }
    .catalog__grid.single .catalog-item__price-wrap {
        font-size: 14px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .catalog-item__price-wrap {
        font-size: 9px; } }
.catalog-item__color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    gap: 4px 2px; }
@media screen and (max-width: 767px) {
    .catalog-item__color-wrap {
        display: none; } }
.catalog-item__color-item {
    position: relative;
    width: 32px; }
@media screen and (max-width: 767px) {
    .catalog-item__color-item {
        width: auto;
        -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
        box-shadow: 0 0 0 var(--outline-width) #000000; } }
.catalog-item__color-item span {
    display: block;
    width: 32px;
    height: 12px; }
@media screen and (max-width: 767px) {
    .catalog-item__color-item span {
        width: auto;
        height: 32px; } }
.catalog-item__color-item span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
.catalog-item__color-item .bordered:before {
    bottom: -3px;
}

.catalog-item__color-item span:hover {
    cursor: pointer; }
.catalog-item__color-item span:hover:before {
    width: 100%; }
.catalog-item__color-item input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.catalog-item__color-item input:checked ~ span {
    cursor: pointer; }
.catalog-item__color-item input:checked ~ span:before {
    width: 100%; }
.single .catalog-item__color-item input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.single .catalog-item__color-item input:checked ~ span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4); }
.single .catalog-item__color-item input:checked ~ span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 12px;
    background: transparent;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
.catalog-item__to-hide {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -20px;
    gap: 8px; }
@media screen and (max-width: 767px) {
    .catalog-item__to-hide.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .catalog-item__to-hide:before {
        content: "";
        width: 14px;
        height: 6px;
        background-image: url(../img/icon-hide.svg);
        background-repeat: no-repeat;
        background-size: contain; } }

.slider {
    position: relative;
    width: 100%;
    overflow: hidden; }

.slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    height: 100%; }


.color {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid transparent; }
.color--bordered {
    border-color: #1C1C1C; }
@media screen and (max-width: 767px) {
    .color {
        width: 24px;
        height: 24px; } }

.product {
    border-bottom: var(--outline-width) solid #000000; }
.productBlock{
    height: 650px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .productBlock {
        height: 400px; } }
@media screen and (max-width: 767px) {
    .productBlock {
        height: auto; } }
.product__mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
.product__mask.warning {
    display: block; }
.product__layout {
    display: grid;
    padding: 0 70px;
    overflow: hidden;
    gap: var(--outline-width);
    grid-template-columns: minmax(auto, 330px) 1fr minmax(auto, 420px);
    height: 100%;
}
@media screen and (max-width: 767px) {
    .product__layout {
        padding: 0;
        grid-template-columns: 1fr; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__layout {
        padding: 0 20px; } }
.product__layout-empty {
    height: 100%;
    display: grid;
    padding: 0 70px;
    overflow: hidden;
    gap: var(--outline-width);
    grid-template-columns: minmax(auto, 330px) 1fr minmax(auto, 420px); }
@media screen and (max-width: 767px) {
    .product__layout-empty {
        padding: 0;
        grid-template-columns: 1fr; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__layout-empty {
        padding: 0 20px; } }
.product__desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-top: 46px;
    padding-right: 70px; }
.product__desc-block{
    margin: 0;
    height: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .product__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0; }
    .product__desc .back {
        display: none; }
    .product__desc-block{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }}
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__desc {
        min-width: 130px;
        padding-top: 26px;
        padding-right: 6px; } }
.product__back-mobile{
    display: none
}
@media screen and (max-width: 767px) {
    .product__back-mobile {
        top: 20px;
        left: 28px;
        display: inline-block;
        z-index: 99;
        position: absolute;
        -ms-flex-item-align: center;
        width: 25px;
        height: 25px;
        background: url(../img/icon-back-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        border: none;
        outline: none;
        opacity: 0.2;
        background-color: gray;
        cursor: pointer;
        border-radius: 50%;
    } }

.product__desc-content {
    max-height: 300px;
    min-height: 220px;
    margin-top: 50px;
    overflow: hidden;
    overflow-y: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #646464; }
@media screen and (max-width: 767px) {
    .product__desc-content {
        max-height: 140px;
        min-height: auto;
        margin-top: 0;
        padding: 22px 16px 0; }
    .product__desc-content.hide {
        max-width: 380px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__desc-content {
        height: 140px;
        max-height: 140px;
        min-height: 90px;
        margin-top: 28px;
        font-size: 9px;
        line-height: 15px; } }
.product__desc-content-show {
    display: none;
    text-align: right; }
@media screen and (max-width: 767px) {
    .product__desc-content.hide .product__desc-content-show {
        display: block; } }
.product__desc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -6px;
    gap: 4px; }
@media screen and (max-width: 767px) {
    .product__desc-info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0;
        padding: 0 16px 30px;
        border-bottom: var(--outline-width) solid #000000; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__desc-info {
        gap: 0; } }
.product__desc-info-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    background: transparent;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
@media screen and (max-width: 767px) {
    .product__desc-info-item {
        color: #000000; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__desc-info-item {
        padding: 8px 2px;
        font-size: 10px;
        line-height: 14px; } }
.product__desc-info-item::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-catalog-arrow.svg); }
.product__desc-info-item span {
    position: relative; }
.product__desc-info-item span:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #646464;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
.product__desc-info-item:hover span:after {
    width: 100%; }
.product__main {
    padding: 46px 0 46px 84px; }
@media screen and (max-width: 767px) {
    .product__main {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 30px 16px;
        border-bottom: var(--outline-width) solid #000000; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__main {
        padding: 26px 0 18px 20px; } }
.product__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: var(--outline-width) solid #000000;
    margin: 0.1px;}
.product__color {
    border-right: var(--outline-width) solid #000000;
    border-top: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000;
    transform: translateZ(0);
    cursor: pointer; }
.product__color span {
    position: relative;
    display: block;
    width: 60px;
    height: 30px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__color span {
        width: 40px;
        height: 20px; } }
.product__color span:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: -10px;
    left: 15px;
    display: none;
    height: 1px;
    background-color: #000000; }
.product__color input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.product__color input:checked ~ span:after {
    display: block; }
@media screen and (max-width: 767px) {
    .product__color input:checked ~ span:after {
        display: none; } }
.product__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: var(--outline-width) solid #000000;
}
.product__sizes.hide {
    display: none; }
.product__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: var(--outline-width) solid #000000;
    border-top: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000;

    cursor: pointer;
    gap: 2px; }
.product__size span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 60px;
    height: 60px;
    padding: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__size span {
        min-width: 38px;
        height: 38px; } }
.product__size span:hover {
    color: #FFFFFF;
    background-color: #1C1C1C; }
.product__size input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.product__size input:checked ~ span {
    color: #FFFFFF;
    background-color: #1C1C1C; }
.product__sku {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000; }
@media screen and (max-width: 767px) {
    .product__sku {
        color: #646464; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__sku {
        font-size: 9px;
        line-height: 10px; } }
.product__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #1D1D1D;
    text-transform: uppercase;
    gap: 10px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__name {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 18px; } }
@media screen and (max-width: 767px) {
    .product__name {
        margin-bottom: 12px; } }
@media screen and (max-width: 767px) {
    .product__name .product__like {
        display: none; } }
.product__like {
    color: transparent;
    cursor: pointer; }
.product__like input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.product__like input:checked ~ svg {
    color: #000000; }
.product__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #1D1D1D;
    gap: 8px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__price-wrap {
        margin-bottom: 2px;
        font-size: 14px; } }
.product__price-wrap del {
    color: #9F9F9F;
    text-decoration: line-through; }
.product__installments {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
@media screen and (max-width: 767px) {
    .product__installments {
        display: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__installments {
        margin-bottom: 12px;
        font-size: 10px;
        line-height: 18px; } }
.product__color-wrap {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000; }
.product__size-help {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline; }
.product__size-help.hide {
    display: none; }
@media screen and (max-width: 767px) {
    .product__size-help {
        text-decoration: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__size-help {
        font-size: 10px; } }
.product__size-wrap {
    margin-bottom: 36px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__size-wrap {
        margin-bottom: 24px; } }
@media screen and (max-width: 767px) {
    .product__size-wrap {
        margin-bottom: 0; } }
.product__size-wrap.warning {
    position: relative;
    z-index: 100; }
.product__to-cart {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #1C1C1C;
    border: none;
    cursor: pointer; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__to-cart {
        height: 38px;
        font-size: 10px;
        line-height: 14px; } }
.product__to-cart.warning {
    position: relative;
    z-index: 100; }
.product__main-slider {
    width: 430px;
    min-width: 320px;
    border-right: var(--outline-width) solid #000000;
    border-left: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .product__main-slider {
        border: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__main-slider {
        min-width: 240px;
        max-width: 280px; } }
.product__main-slider .swiper {
    height: 100%; }
.product__main-slider .swiper-slide {
    position: relative;
    height: 100%; }
.product__main-slider .swiper-slide a {
    cursor: url(../img/icon-zoom.png), auto; }
.product__main-slider .swiper-slide a {
    display: block;
    height: 100%; }
/*@media screen and (max-width: 767px) {*/
/*    .product__main-slider .swiper-slide a {*/
/*        pointer-events: none; } }*/
.product__main-slider .swiper-slide a img, video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.product__main-slider .swiper-pagination {
    display: none; }
@media screen and (max-width: 767px) {
    .product__main-slider .swiper-pagination {
        left: calc(50% - 65px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 130px;
        gap: 0; } }
.product__main-slider .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    height: 4px;
    margin: 0 !important;
    background-color: #FFFFFF;
    border-radius: 0; }
.product__main-slider .swiper-pagination-bullet-active {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 0; }
.product__main-slider-empty {
    width: 430px;
    border-right: var(--outline-width) solid #000000;
    border-left: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .product__main-slider-empty {
        height: calc(100vh - 140px);
        border: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__main-slider-empty {
        width: 280px; } }
.product__thumb-slider {
    width: calc(20% - var(--outline-width));
    min-width: 92px;
    border-left: var(--outline-width) solid #000000; }
.preview__icon
{
    display: block;
    width: 48px;
    height: 48px;
    z-index: 2;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.product__thumb-slider .swiper {
    width: 100%;
    height: 100%; }
.product__thumb-slider .swiper-scrollbar-vertical {
    left: 0;
    width: 2px; }
@media screen and (max-width: 767px) {
    .product__thumb-slider {
        display: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__thumb-slider {
        min-width: 66px; } }
.product__sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 650px;
    overflow: hidden;
    font-size: 0; }
@media screen and (max-width: 767px) {
    .product__sliders {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__sliders {
        max-height: 400px;
        overflow: initial; } }
.product__sliders-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 650px;
    overflow: hidden;
    font-size: 0;
}
@media screen and (max-width: 767px) {
    .product__sliders-empty {
        height: calc(100vh - 140px);
        max-height: calc(100vh - 140px);
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__sliders-empty {
        max-height: 400px;
        overflow: initial; } }
.product__thumb-slide {
    height: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: var(--outline-width) solid #000000; }
.product__thumb-slide img, video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.product__more-photo {
    position: absolute;
    right: 20px;
    bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    gap: 18px; }
.product__more-photo.hide {
    opacity: 0; }
.product__more-photo:after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-image: url(../img/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain; }
@media screen and (max-width: 767px) {
    .product__more-photo {
        display: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .product__more-photo {
        right: 8px; }
    .product__more-photo:after {
        height: 14px; }
    .product__more-photo span {
        display: none; } }
@media screen and (max-width: 767px) {
    .product__to-cart-wrap {
        position: fixed;
        bottom: 60px;
        left: 0;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        background-color: #FAFAFA;
        border-top: var(--outline-width) solid #000000; } }
.product__to-cart-wrap .product__like {
    display: none; }
@media screen and (max-width: 767px) {
    .product__to-cart-wrap .product__like {
        display: block; } }
.product__to-cart-col {
    position: relative; }
@media screen and (max-width: 767px) {
    .product__to-cart-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px; }
    .product__to-cart-col:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-right: var(--outline-width) solid #000000; }
    .product__to-cart-col:last-child {
        width: 80px; } }
.product__later-wrap {
    position: relative;
    z-index: 100;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.product__later-wrap.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.product__later-input {
    width: 100%;
    height: 48px;
    padding: 14px 24px;
    border: var(--outline-width) solid #1C1C1C;
    outline: none; }
.product__later-input:last-child {
    border-top: none; }

.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    color: #646464;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    gap: 6px; }
.back:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon-back.svg);
    border: none;
    outline: none;
    cursor: pointer; }

.products-list__title {
    padding: 30px 70px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1C1C1C;
    text-transform: uppercase;
    border-bottom: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .products-list__title {
        padding: 30px 16px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .products-list__title {
        padding: 18px 30px;
        font-size: 10px;
        line-height: 14px; } }

.products-list__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--outline-width); }
.products-list__grid > .catalog-item {
    display: none;
    width: calc(100% / 8 - var(--outline-width));
    width: round(calc(100% / 8 - var(--outline-width)), 1px);
}
.products-list__grid > .catalog-item:nth-child(-n+8) {
    display: flex; }
@media screen and (max-width: 1600px) {
    .products-list__grid > .catalog-item {
        width: calc(100%/7 - var(--outline-width));
        width: round(calc(100%/7 - var(--outline-width)), 1px);
    }
    .products-list__grid > .catalog-item:nth-child(-n+7) {
        display: flex; } }
@media screen and (max-width: 1440px) {
    .products-list__grid > .catalog-item {
        width: calc(100%/6 - var(--outline-width));
        width: round(calc(100%/6 - var(--outline-width)), 1px);
    }
    .products-list__grid > .catalog-item:nth-child(-n+6) {
        display: flex; } }
@media screen and (max-width: 1300px) {
    .products-list__grid > .catalog-item {
        width: calc(25% - var(--outline-width)); }
    .products-list__grid > .catalog-item:nth-child(-n+4) {
        display: flex; } }
@media screen and (max-width: 767px) {
    .products-list__grid > .catalog-item {
        width: calc(50% - var(--outline-width)); } }
.products-list__grid--bb {
    border-bottom: var(--outline-width) solid #000000; }

.products-list .catalog-item__price-wrap,
.products-list .catalog-item__name {
    font-size: 12px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .products-list .catalog-item__price-wrap,
    .products-list .catalog-item__name {
        font-size: 10px; } }

.products-list .catalog-item__footer {
    min-height: auto;
    padding: 14px 18px; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .products-list .catalog-item__footer {
        padding: 10px; } }

.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 300px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    gap: 60px; }
@media screen and (max-width: 767px) {
    .subscribe {
        padding: 190px 32px 250px;
        gap: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .subscribe {
        padding: 120px 20px; } }
.subscribe__title {
    font-weight: 200;
    font-size: 32px;
    line-height: 25px;
    text-align: center;
    color: #000000; }
@media screen and (max-width: 1300px) {
    .subscribe__title {
        font-size: 23px; } }
.subscribe__input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    height: 48px;
    padding: 14px 24px;
    text-align: center;
    border: var(--outline-width) solid #1C1C1C;
    border-radius: 0;
    outline: none;
    gap: 10px; }
@media screen and (max-width: 1300px) {
    .subscribe__input {
        height: 40px;
        padding: 10px 24px;
        margin: 0.1px} }
.subscribe__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #000000; }
.subscribe__input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #000000; }
.subscribe__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #000000; }
.subscribe__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #000000; }
.subscribe__input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #000000; }
@media screen and (max-width: 767px) {
    .subscribe__input {
        height: 48px;
        width: 100%;
        border-color: #000000; }
    .subscribe__input::placeholder {
        font-weight: 200 !important;
        font-size: 18px !important;
    }
    .subscribe__input::-webkit-input-placeholder {
        font-weight: 200 !important;
        font-size: 18px !important;
    }
    .subscribe__input::-moz-placeholder {
        font-weight: 200 !important;
        opacity: 1 !important;
        font-size: 18px !important;
    }
}
.subscribe__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    height: 48px;
    padding: 0 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }
@media screen and (max-width: 1300px) {
    .subscribe__btn {
        height: 40px;
        padding: 10px 24px; } }
@media screen and (max-width: 767px) {
    .subscribe__btn {
        font-size: 16px;
        height: 48px;
        width: 100%;
        text-transform: none; } }
.subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px; }
@media screen and (max-width: 767px) {
    .subscribe__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px; } }

.sidebar.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }

.sidebar__wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -1px;
    z-index: 1;
    display: grid;
    padding: 120px 36px 20px 62px;
    overflow-y: auto;
    background-color: #FAFAFA;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto 1fr; }
@media screen and (max-width: 767px) {
    .sidebar__wrap {
        width: 100%;
        padding: 0; } }
.sidebar__wrap.open {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.sidebar__catalog {
    border-right: var(--outline-width) solid #000000; }

.sidebar__wrap-right {
    position: fixed;
    top: 0;
    right: -1px;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    background-color: #FAFAFA;
    border-left: var(--outline-width) solid #000000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.sidebar__wrap-right.open {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.sidebar__name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    grid-column: span 2; }
@media screen and (max-width: 767px) {
    .sidebar__name {
        display: block;
        margin-bottom: 4px;
    } }

.sidebar__info {
    width: 420px;
    max-width: 500px;
    padding: 54px;
    border-left: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .sidebar__info {
        width: initial;
        max-width: 100%;
        padding: 32px; } }

.sidebar__added {
    width: 100%;
    max-width: 420px;
    border-left: var(--outline-width) solid #000000; }

.sidebar__close, .sidebar__info-close {
    position: absolute;
    top: 38px;
    right: 44px;
    width: 46px;
    height: 46px;
    background-image: url(../img/icon-close.svg);
    background-size: contain;
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .sidebar__close, .sidebar__info-close {
        top: 22px;
        right: 22px;
        width: 36px;
        height: 36px; } }

.sidebar__catalog-close {
    top: 75px;
    right: 16px; }

.sidebar__info-title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000; }

.sidebar__info-content {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #000000; }
.sidebar__info-content p {
    margin-bottom: 22px; }

.sidebar__added-header {
    padding: 30px 40px;
    border-top: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000; }

.sidebar__added-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--outline-width); }

.sidebar__added-item {
    display: grid;
    -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
    box-shadow: 0 0 0 var(--outline-width) #000000;
    grid-template-columns: 94px calc(100% - 95px); }

.sidebar__added-item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #1C1C1C;
    font-style: normal;
    border-left: var(--outline-width) solid #000000;
    gap: 6px; }
.sidebar__added-item-main .sidebar__added-item-warning {
    display: none; }
.sidebar__added-item-main.warning .sidebar__added-item-warning {
    display: block; }
.sidebar__added-item-main.warning > :not(.sidebar__added-item-warning) {
    display: none; }

.sidebar__added-item-main .warning {
    height: 157px;
    justify-content: center; }

.sidebar__added-item-name {
    margin-bottom: 6px; }

.sidebar__added-item-warning-text {
    text-align: center; }

.sidebar__added-item-warning-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    gap: 16px; }

.sidebar__added-item-warning-btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 100px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }

.sidebar__added-item-del {
    position: relative;
    cursor: pointer;
    grid-area: del; }
.sidebar__added-item-del:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-delete.svg); }

.sidebar__added-item-warning-btn-outline {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 100px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }

.sidebar__added-item-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 178px;
    grid-area: counter;
    width: 134px}

.sidebar__added-item-color {
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.sidebar__added-item-bottom {
    display: grid;
    margin-top: 8px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "size counter" "price counter";
    gap: 0 10px}

.sidebar__added-item-size {
    grid-area: size; }

.sidebar__added-item-price {
    grid-area: price; }

.sidebar__added-item-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; }
.sidebar__added-item-values span:last-child {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsiyss;
    text-overflow: ellipsiyss; }

.sidebar__added-item-img {
    display: flex;
    font-size: 0; }
.sidebar__added-item-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.sidebar__added-close {
    top: 20px; }

@media screen and (max-width: 767px) {
    .sidebar__catalog {
        display: block; } }

.sidebar__catalog-mobile-nav {
    display: none; }
@media screen and (max-width: 767px) {
    .sidebar__catalog-mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
        padding: 20px;
        border-bottom: var(--outline-width) solid #000000;
        grid-column: span 2;
        gap: 28px; } }

.sidebar__catalog-cat-name {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    grid-column: span 2; }
@media screen and (max-width: 767px) {
    .sidebar__catalog-cat-name {
        display: none;
        padding: 0 20px; } }

.sidebar__catalog-list {
    z-index: 10; }
@media screen and (max-width: 767px) {
    .sidebar__catalog-list {
        padding: 0 20px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .sidebar__catalog-list.hide {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); } }

.sidebar__catalog-list, .sidebar__catalog-sublist {
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    background-color: #FAFAFA;
    gap: 16px; }

@media screen and (max-width: 767px) {
    .sidebar__catalog-sublist-wrap {
        position: fixed;
        top: 110px;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .sidebar__catalog-sublist-wrap.open {
        padding: 0 20px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }

.sidebar__catalog-sublist {
    position: absolute;
    width: 0;
    overflow: hidden; }
.sidebar__catalog-sublist.open {
    position: relative;
    width: 300px; }
@media screen and (max-width: 767px) {
    .sidebar__catalog-sublist.open {
        width: 100vw; } }

.sidebar__catalog-item {
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    color: #1C1C1C;
    text-transform: uppercase;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .sidebar__catalog-item {
        font-size: 14px; } }
.sidebar__catalog-item[data-submenu] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.sidebar__catalog-item[data-submenu]::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-catalog-arrow.svg); }

.sidebar__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 38px 24px;
    gap: 18px; }

.sidebar__to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 14px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000; }

.sidebar__resume {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    cursor: pointer; }

.sidebar__search {
    width: 100%;
    max-width: 440px;
    padding: 140px 54px 20px; }
@media screen and (max-width: 767px) {
    .sidebar__search {
        padding-right: 18px;
        padding-left: 18px; } }

.sidebar__entry, .sidebar__registration, .sidebar__recovery {
    width: 100%;
    max-width: 440px;
    padding: 120px 54px 20px; }

@media screen and (max-width: 767px) {
    .sidebar__entry, .sidebar__registration {
        padding: 95px 32px 20px; } }

.sidebar__search-close {
    top: 24px;
    right: 24px; }

.counter {
    display: grid;
    height: 38px;
    border-left: var(--outline-width) solid #000000;
    grid-template-columns: 44px 1fr 44px; }
.counter__dec, .counter__inc {
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    border-right: var(--outline-width) solid #000000;
    border-top: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000;
    background: #F1F1F1;
    cursor: pointer; }
.counter__dec:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 12px;
    height: 1px;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.counter__inc {
    cursor: pointer; }
.counter__inc:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 12px;
    height: 1px;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.counter__inc:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 12px;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.counter__input {
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: none;
    border-right: var(--outline-width) solid #000000;
    border-top: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000; }

.cart__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #646464;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    gap: 5px; }
.cart__back:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-back.svg); }

.cart__top-line {
    display: grid;
    padding: 20px 60px;
    grid-template-columns: auto 1fr; }
@media screen and (max-width: 1300px) {
    .cart__top-line {
        padding: 16px; } }
@media screen and (max-width: 767px) {
    .cart__top-line {
        border-top: var(--outline-width) solid #000000; } }

.cart__name {
    margin-left: -70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #1D1D1D;
    text-transform: uppercase; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .cart__name {
        font-size: 13px; } }

.cart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding-bottom: 50px;
    gap: 30px; }
@media screen and (max-width: 767px) {
    .cart__items {
        display: block;
        padding-bottom: 0;
        border-top: var(--outline-width) solid #000000;
        gap: 0; } }

.cart__total-mobile {
    display: none; }
@media screen and (max-width: 767px) {
    .cart__total-mobile {
        display: block;
        padding: 22px 16px;
        font-size: 12px;
        line-height: 15px; } }

.cart__item {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    gap: 50px;
    grid-template-columns: 18px 88px 1fr 120px auto auto 20px; }
@media screen and (max-width: 767px) {
    .cart__item {
        padding-right: 16px;
        border-bottom: var(--outline-width) solid #000000;
        grid-template-columns: 120px auto 1fr;
        gap: 6px 10px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .cart__item {
        padding: 0 40px 0 34px;
        gap: 30px;
        grid-template-columns: 18px 88px 1fr auto auto; } }

.cart__item-checkbox {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: -8px; }
@media screen and (max-width: 767px) {
    .cart__item-checkbox {
        display: none; } }

.cart__item-img {
    font-size: 0; }
@media screen and (max-width: 767px) {
    .cart__item-img {
        border-right: var(--outline-width) solid #000000; } }
.cart__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
@media screen and (max-width: 767px) {
    .cart__item-img img {
        -o-object-fit: cover;
        object-fit: cover; } }
@media screen and (max-width: 767px) {
    .cart__item-img {
        height: 100%;
        grid-row: span 2; } }

@media screen and (max-width: 767px) {
    .cart__item-main {
        padding-top: 22px;
        grid-column: span 2;
        padding-left: 12px} }

.cart__item-name {
    line-height: 20px;
    text-transform: uppercase }
@media screen and (max-width: 767px) {
    .cart__item-name {
        display: block;
        margin-bottom: 10px;
        line-height: 1.25; } }

.cart__item-sku {
    font-size: 12px;
    line-height: 24px;
    color: #616161;
    text-decoration: none; }
@media screen and (max-width: 767px) {
    .cart__item-sku {
        line-height: 1.25; } }

.cart__item-size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    line-height: 24px;
    gap: 18px; }
@media screen and (max-width: 767px) {
    .cart__item-size-wrap {
        display: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .cart__item-size-wrap {
        margin-top: 8px; } }

.cart__item-size {
    position: relative; }
.cart__item-size.selected:after {
    content: "";
    position: absolute;
    top: calc(50% - 14px);
    left: -8px;
    width: calc(100% + 16px);
    height: 28px;
    border: var(--outline-width) solid #C8C8C8; }

.cart__item-color-wrap, .cart__item-counter-wrap, .cart__item-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    gap: 20px; }

.cart__item-info-mobile {
    display: none; }
@media screen and (max-width: 767px) {
    .cart__item-info-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 22px;
        line-height: 1.3;
        padding-left: 12px; } }

@media screen and (max-width: 767px) {
    .cart__item-counter-wrap {
        margin-left: auto;
        padding-bottom: 22px;
    } }

@media screen and (max-width: 1300px) {
    .cart__item-color-wrap {
        display: none; } }

.cart__item-color-name--tablet {
    display: none; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .cart__item-color-name--tablet {
        display: block; } }

@media screen and (max-width: 767px) {
    .cart__item-color-name--tablet {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    } }

@media screen and (max-width: 767px) {
    .cart__item-counter-name {
        display: none; } }

.cart__item-color {
    width: 42px;
    height: 42px; }

.cart__item-counter {
    width: 133px;
    height: 42px; }
.cart__item-counter .counter__dec,
.cart__item-counter .counter__inc,
.cart__item-counter .counter__input {
    -webkit-box-shadow: none;
    box-shadow: none; }
.cart__item-counter .counter__dec,
.cart__item-counter .counter__inc {
    padding: 0; }
.cart__item-counter .counter__dec:before {
    width: 8px; }
.cart__item-counter .counter__inc:before {
    width: 8px; }
.cart__item-counter .counter__inc:after {
    height: 8px; }

.cart__item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    font-size: 16px;
    line-height: 1;
    color: #1D1D1D; }

@media screen and (max-width: 767px) {
    .cart__item-price-wrap {
        display: none; } }

.cart__item-del-wrap {
    padding-top: 60px; }
@media screen and (max-width: 1300px) {
    .cart__item-del-wrap {
        display: none; } }

.cart__item-del {
    position: relative;
    margin-top: -16px;
    cursor: pointer; }
.cart__item-del:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-delete.svg); }

.cart__bottom {
    display: grid;
    width: 100%;
    max-width: 1190px;
    margin: auto;
    gap: var(--outline-width);
    grid-template-columns: 7fr 4fr;
    grid-template-rows: auto var(--outline-width) auto var(--outline-width) auto; }
@media screen and (max-width: 767px) {
    .cart__bottom {
        grid-template-columns: 1fr;
        grid-template-rows: auto; } }

.cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 544px;
    padding: 60px 0 60px 60px;
    justify-self: start;
    grid-row: span 5; }
.cart__total > div,
.cart__total > button {
    width: 100%;
    padding: 0;
    max-width: 260px; }
@media screen and (max-width: 767px) {
    .cart__total > div,
    .cart__total > button {
        max-width: 100%; } }
@media screen and (max-width: 767px) {
    .cart__total {
        display: none;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        padding: 44px 56px;
        border-top: var(--outline-width) solid #000000; }
    .cart__total.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .cart__total {
        padding: 36px; } }

.cart__delivery, .cart__customer, .cart__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 650px;
    padding: 60px 0 60px 0;
    border-right: var(--outline-width) solid #000000;
    justify-self: end; }
@media screen and (max-width: 767px) {
    .cart__delivery, .cart__customer, .cart__payment {
        display: none;
        padding: 22px 16px;
        border-right: none; }
    .cart__delivery.open, .cart__customer.open, .cart__payment.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .cart__delivery, .cart__customer, .cart__payment {
        padding: 36px; } }

@media screen and (max-width: 767px) {
    .cart__customer.open {
        margin-bottom: calc(-2 * var(--outline-width));
        padding-bottom: 0; } }

.cart__bottom-content {
    border-bottom: var(--outline-width) solid #000000; }

.cart__delivery > div,
.cart__delivery > label {
    width: 100%; }

.cart__delivery-select {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 230px;
    height: 43px;
    margin-top: 24px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background: transparent;
    border: 1px solid #C8C8C8;
    outline: none;
    cursor: pointer; }

.cart__payment {
    padding-right: 100px; }
@media screen and (max-width: 767px) {
    .cart__payment {
        padding-right: 16px; } }

.cart__bottom-name {
    width: 100%;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000; }
@media screen and (max-width: 767px) {
    .cart__bottom-name {
        margin-bottom: 12px; } }

.cart__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 60px; }
@media screen and (max-width: 767px) {
    .cart__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0; } }

.cart__input, .cart__input-bordered {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 20px;
    padding: 2px 15px;
    font-size: 15px;
    border: none;
    border-bottom: var(--outline-width) solid #1C1C1C;
    border-radius: 0;
    outline: none; }
.cart__input.lb {
    border-left: var(--outline-width) solid #1C1C1C;
}
.cart__input.error::-webkit-input-placeholder, .cart__input-bordered.error::-webkit-input-placeholder {
    color: #EC7272; }
.cart__input.error::-moz-placeholder, .cart__input-bordered.error::-moz-placeholder {
    color: #EC7272; }
.cart__input.error:-ms-input-placeholder, .cart__input-bordered.error:-ms-input-placeholder {
    color: #EC7272; }
.cart__input.error::-ms-input-placeholder, .cart__input-bordered.error::-ms-input-placeholder {
    color: #EC7272; }
.cart__input.error::placeholder, .cart__input-bordered.error::placeholder {
    color: #EC7272; }
@media screen and (max-width: 767px) {
    .cart__input, .cart__input-bordered {
        width: calc(100% + 32px);
        margin: 20px -16px 0;
        padding: 2px 32px; }
    .cart__delivery .cart__input, .cart__delivery .cart__input-bordered {
        width: 100%;
        margin: 0;
        border: 1px solid #C8C8C8; } }

.cart__input-autocomplete {
    position: relative;
    width: 100%; }

.cart__autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 10;
    min-width: 100%;
    max-height: 500px;
    overflow-y: auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.cart__input-autocomplete.open .cart__autocomplete-dropdown {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.cart__autocomplete-dropdown-item {
    padding: 4px 8px;
    font-size: 15px;
    cursor: pointer; }
.cart__autocomplete-dropdown-item:hover, .cart__autocomplete-dropdown-item.selected {
    background-color: rgba(200, 200, 200, 0.2); }

.cart__input-bordered {
    border-left: var(--outline-width) solid #1C1C1C; }

.cart__radio {
    display: grid;
    margin-top: 30px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    cursor: pointer;
    grid-template-columns: 18px 1fr;
    grid-template-rows: auto auto auto; }

.cart__radio-icon {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    border: var(--outline-width) solid #1C1C1C; }
.cart__radio-icon:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background-color: #1C1C1C;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.cart__radio-icon-wrapper {
    grid-row: span 3; }
.cart__radio-icon-wrapper input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.cart__radio-icon-wrapper input:checked ~ .cart__radio-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.cart__radio-name {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000; }

.cart__radio-desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #000000; }
.cart__radio-desc span {
    display: block;
    margin-bottom: 0; }

.cart__payment-scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    padding: 14px 30px;
    background-color: #F7F7F7;
    justify-self: baseline;
    gap: 6px; }
@media screen and (max-width: 767px) {
    .cart__payment-scheme {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px; } }

.cart__payment-scheme-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 6px;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1D1D1D;
    border-bottom: 3px solid #AFAFAF;
    gap: 6px; }
@media screen and (max-width: 767px) {
    .cart__payment-scheme-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
.cart__payment-scheme-item:first-child {
    border-color: #1C1C1C; }

.cart__total-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000; }

.cart__total-price {
    font-size: 19px;
    color: #1D1D1D;
    text-align: right;
}

.cart__to-buy, .cart__to-customer {
    width: 100%;
    height: 48px;
    margin-top: 36px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }
.cart__to-buy--payment, .cart__to-customer--payment {
    max-width: 260px;
    margin-left: 38px; }
@media screen and (max-width: 767px) {
    .cart__to-buy--payment, .cart__to-customer--payment {
        display: none; } }

.cart__to-customer {
    display: none; }
@media screen and (max-width: 767px) {
    .cart__to-customer {
        display: block; }
    .cart__to-customer.hide {
        display: none; } }

@media screen and (max-width: 767px) {
    .cart__to-buy.active {
        display: block; } }

.cart__promo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px auto 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    gap: 12px; }
@media screen and (max-width: 767px) {
    .cart__promo-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.cart__promo-form .cart__input {
    width: 100%;
    margin: 0; }

.cart__promo-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 20px;
    background-image: url(../img/icon-promo.svg);
    background-size: contain; }

.cart__promo-text {
    cursor: pointer; }
.cart__promo-wrap.open .cart__promo-text {
    display: none; }

.cart__promo-form {
    display: none; }
.cart__promo-form .cart__input-bordered,
.cart__promo-form .cart__input {
    height: 26px;
    margin-top: 0; }
.cart__promo-wrap.open .cart__promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    display: flex; }

.cart__promo-btn {
    height: 26px;
    padding: 0 6px;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }
.cart__promo-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart__promo-btn svg {
    fill: none; }
}
@media screen and (max-width: 767px) {
    .cart__promo-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 26px;
        padding: 0;
        line-height: 1; }
}

.cart__legal {
    margin: 24px auto 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 19px;
    text-align: center;
    color: #000000; }
.cart__legal a {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
    .cart__mobile-step {
        display: none; }
    .cart__mobile-step.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.cart__mobile-btns {
    display: none; }
@media screen and (max-width: 767px) {
    .cart__mobile-btns {
        display: block;
        padding: 44px 16px; }
    .cart__mobile-btns.hide {
        display: none; } }

.cart__next-step {
    width: 100%;
    height: 48px;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: 1px solid #000000; }
.cart__next-step.hide {
    display: none; }

.cart__step {
    display: none;
    width: 100%;
    height: 48px;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 20px;
    color: #ACACAC;
    background: #FFFFFF;
    border: 1px dashed #000000; }

.cart__empty-wrap, .cart__thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 190px 20px; }

.cart__empty {
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #1D1D1D; }

.cart__empty-btn, .cart__thanks-btn {
    margin-top: 55px;
    margin-bottom: 50px;
    padding: 14px 24px;
    font-size: 14px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }

.cart__thanks-title {
    margin-bottom: 34px;
    font-size: 25px;
    line-height: 180%;
    color: #1D1D1D;
    grid-area: title; }

.cart__thanks {
    text-align: center; }
.cart__thanks--grid {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "title empty" "col-1 col-2"; }
@media screen and (max-width: 767px) {
    .cart__thanks--grid {
        margin-bottom: 60px;
        grid-template-areas: "title title" "col-1 col-1" "col-2 col-2"; } }
.cart__thanks p {
    font-size: 16px;
    line-height: 24px;
    color: #000000; }

.cart__qr {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain; }

.cart__thanks-col.col-1 {
    grid-area: col-1; }

.cart__thanks-col.col-2 {
    grid-area: col-2; }

.cart__thanks-col--tal {
    text-align: left; }

.help__inner {
    display: grid;
    grid-template-columns: 1.13fr 3fr; }
@media screen and (max-width: 767px) {
    .help__inner {
        grid-template-columns: 1fr; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .help__inner {
        grid-template-columns: 2fr 4fr; } }

.help__title {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #1D1D1D;
    text-transform: uppercase; }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .help__title {
        margin-bottom: 24px;
        font-size: 14px; } }

.help__sidebar {
    padding: 50px 44px 50px 90px;
    border-right: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .help__sidebar {
        margin-bottom: 30px;
        padding: 16px;
        padding-left: 32px;
        border-right: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .help__sidebar {
        padding: 36px; } }

.help__content {
    display: none;
    padding: 50px 210px 50px 115px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000; }
.help__content strong {
    font-weight: 500; }
.help__content.open {
    display: block; }
@media screen and (max-width: 767px) {
    .help__content {
        padding: 16px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .help__content {
        padding: 36px; } }

.help__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
    cursor: pointer;
    gap: 20px; }

.help__nav-item {
    position: relative; }
@media screen and (max-width: 767px) {
    .help__nav-item {
        font-size: 14px;
        text-transform: uppercase; } }
.help__nav-item:before {
    content: "";
    position: absolute;
    left: -12px;
    width: 1px;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.help__nav-item:hover:before, .help__nav-item.open:before {
    opacity: 1; }

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--outline-width); }
@media screen and (max-width: 1600px) {
    .reviews__grid {
        grid-template-columns: repeat(5, 1fr); } }
@media screen and (max-width: 1440px) {
    .reviews__grid {
        grid-template-columns: repeat(4, 1fr); } }
@media screen and (max-width: 767px) {
    .reviews__grid {
        grid-template-columns: 1fr; } }

.reviews__item {
    -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
    box-shadow: 0 0 0 var(--outline-width) #000000; }

.reviews__item-img {
    font-size: 0;
    text-align: center; }

.reviews__item-content {
    padding: 22px 50px 32px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    background-color: #FAFAFA;
    border-top: var(--outline-width) solid #000000; }

.reviews__item-content-text {
    margin-bottom: 12px; }

.reviews__item-content-name, .reviews__item-content-link {
    font-weight: 500; }

.account {
    height: 100%; }
.account__inner {
    display: grid;
    height: 100%;
    grid-template-columns: 1.13fr 3fr; }
@media screen and (max-width: 767px) {
    .account__inner {
        grid-template-columns: 1fr; } }
.account__title {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #1D1D1D;
    text-transform: uppercase; }
@media screen and (max-width: 767px) {
    .account__title {
        margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
    .account__title--no-mb {
        margin-bottom: 0; } }
.account__sidebar {
    padding: 50px 44px 50px 90px;
    border-right: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .account__sidebar {
        margin-bottom: 30px;
        padding: 16px;
        padding-bottom: 32px;
        border-right: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .account__sidebar {
        padding: 36px; } }
.account__content {
    display: none;
    padding: 50px 90px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000; }
.account__content strong {
    font-weight: 500; }
.account__content.open {
    display: block; }
@media screen and (max-width: 767px) {
    .account__content {
        padding: 16px;
        padding-top: 30px; }
    .account__content[data-content="3"] {
        padding-bottom: 75px;
        border-top: var(--outline-width) solid #000000; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .account__content {
        padding: 36px; } }
.account__content--no-padding {
    padding: 0; }
@media screen and (max-width: 767px) {
    .account__content--no-padding {
        padding: 0; } }
.account__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
    cursor: pointer;
    gap: 20px; }
.account__nav-item {
    position: relative; }
.account__nav-item:before {
    content: "";
    position: absolute;
    left: -12px;
    width: var(--outline-width);
    height: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.account__nav-item:hover:before, .account__nav-item.open:before {
    opacity: 1; }
@media screen and (max-width: 767px) {
    .account__orders {
        border-top: var(--outline-width) solid #000000; } }
.account__orders .order {
    border-bottom: var(--outline-width) solid #000000; }
.account__orders .order:after {
    content: "";
    position: absolute;
    bottom: calc(0px - var(--outline-width));
    left: 100%;
    width: 100vw;
    border-bottom: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .account__orders .order:after {
        display: none; } }
.account__orders .order:last-of-type {
    border-bottom: none; }
.account__orders .order:last-of-type:after {
    display: none; }
.account__liked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px;
    gap: var(--outline-width); }
.account__liked .catalog-item {
    width: calc(25% - var(--outline-width)); }
@media screen and (max-width: 767px) {
    .account__liked .catalog-item {
        width: calc(100%/3 - var(--outline-width)); } }
.account__btn {
    height: 48px;
    padding: 14px 24px;
    font-size: 14px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }
[data-content="3"] .account__btn {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto; }
.account__liked-reset {
    display: block;
    margin: 0 auto 120px; }
.account__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px; }
@media screen and (max-width: 767px) {
    .account__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0; } }
.account__input, .account__input-bordered {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 20px;
    padding: 2px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    font-family: "Inter";
    color: #797979;
    background: transparent;
    border: none;
    border-bottom: var(--outline-width) solid #1C1C1C;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.account__input.error::-webkit-input-placeholder, .account__input-bordered.error::-webkit-input-placeholder {
    color: #EC7272; }
.account__input.error::-moz-placeholder, .account__input-bordered.error::-moz-placeholder {
    color: #EC7272; }
.account__input.error:-ms-input-placeholder, .account__input-bordered.error:-ms-input-placeholder {
    color: #EC7272; }
.account__input.error::-ms-input-placeholder, .account__input-bordered.error::-ms-input-placeholder {
    color: #EC7272; }
.account__input.error::placeholder, .account__input-bordered.error::placeholder {
    color: #EC7272; }
@media screen and (max-width: 767px) {
    .account__input, .account__input-bordered {
        width: calc(100% + 32px);
        margin: 20px -16px 0; } }
.account__input-bordered {
    border-left: var(--outline-width) solid #1C1C1C; }
.account__personal {
    max-width: 610px;
    margin-bottom: 68px; }
@media screen and (max-width: 767px) {
    .account__personal {
        margin-bottom: 75px; } }

.order {
    position: relative;
    display: grid;
    padding: 50px 100px 50px 50px;
    color: #000000;
    grid-template-columns: 1fr 3fr; }
@media screen and (max-width: 767px) {
    .order {
        padding: 36px 16px;
        grid-template-columns: 1fr; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .order {
        padding: 16px 16px 16px 30px;
        gap: 16px;
        grid-template-columns: 1fr; } }
.order:after {
    content: "";
    position: absolute;
    bottom: var(--outline-width);
    left: 100%;
    width: 100vw;
    border-bottom: -var(--outline-width) solid #000000; }
.order--mr {
    margin-right: 50px; }
.order__number {
    margin-bottom: 6px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px; }
@media screen and (max-width: 767px) {
    .order__number {
        margin-bottom: 0;
        font-weight: 400; } }
.order__info {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px; }
@media screen and (max-width: 767px) {
    .order__info {
        margin-bottom: 0; } }
.order__item {
    display: grid;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    gap: 36px;
    grid-template-columns: 10px 62px 1fr auto auto; }
@media screen and (max-width: 767px) {
    .order__item {
        gap: 16px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .order__item {
        gap: 30px; } }
.order__item-img {
    width: 60px;
    height: 90px; }
.order__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.order__item-name {
    line-height: 20px;
    text-transform: uppercase; }
@media screen and (max-width: 767px) {
    .order__item-name {
        margin-bottom: 10px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .order__item-name {
        height: 40px;
        overflow: hidden; } }
.order__item-subtitle {
    margin-bottom: 20px;
    line-height: 20px; }
.order__item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px; }
@media screen and (max-width: 767px) {
    .order__item-data {
        display: none; } }
.order__item-mobile-data {
    display: none;
    gap: 8px; }
@media screen and (max-width: 767px) {
    .order__item-mobile-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
.order__item-data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px; }
.order__item-value {
    font-size: 16px;
    text-align: center;
    color: #1D1D1D; }
.order__item-number {
    padding-top: 34px; }
@media screen and (max-width: 767px) {
    .order__item-count, .order__item-price {
        display: none; } }
@media screen and (max-width: 767px) {
    .order__list {
        margin-top: 26px; } }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
.modal iframe {
    -webkit-filter: grayscale(1);
    max-height: calc(100vh - 260px);
    filter: grayscale(1); }
.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.modal__inner {
    width: 100%;
    max-width: 620px;
    padding: 70px 90px;
    background-color: #FFFFFF;
    border: var(--outline-width) solid #000000;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
@media screen and (max-width: 767px) {
    .modal {
        margin-bottom: 60px;
    }
    .modal__inner {
        padding: 50px 20px; } }
.modal__inner--map {
    padding: 20px 40px; }
.modal__inner--wide {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 30px); }
.modal__inner.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    max-width: calc(100% - 20px) ;
    transform: scale(1); }
.modal__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px; }
.modal__text {
    font-size: 16px;
    line-height: 30px; }
.modal__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 10px; }
.modal__btns--map {
    max-width: 160px;
    margin: 20px auto 0; }
.modal__btn {
    width: 100%;
    height: 48px;
    margin-top: 70px;
    padding: 14px 24px;
    font-size: 14px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }
.modal__btn--map {
    margin-top: 0; }
.modal__btn--warning {
    background: #EC7272; }
.modal__map-select {
    height: calc(100vh - 260px); }

.search {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000; }
.search__title {
    margin-bottom: 36px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px; }
.search__input {
    width: 100%;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C;
    background: transparent;
    border: none;
    border-bottom: var(--outline-width) solid #000000;
    border-radius: 0;
    outline: none; }
.search__input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C; }
.search__input::-moz-placeholder {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C; }
.search__input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C; }
.search__input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C; }
.search__input::placeholder {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C; }
.search__subtitle {
    margin-bottom: 24px; }
.search__popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px; }

.entry__info {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000; }

.entry__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 110px; }
@media screen and (max-width: 767px) {
    .entry__top {
        margin-bottom: 65px; } }
.entry__top--small {
    margin-bottom: 30px; }

.entry__title {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #797979;
    text-transform: uppercase;
    cursor: pointer; }
.entry__title.active {
    font-size: 14px;
    color: #000000;
    cursor: initial; }

.entry__input {
    width: 100%;
    height: 38px;
    margin-bottom: 25px;
    padding: 2px 12px;
    background: transparent;
    border: none;
    border-bottom: var(--outline-width) solid #1C1C1C;
    border-radius: 0;
    outline: none; }
@media screen and (max-width: 767px) {
    .entry__input {
        margin-bottom: 10px } }
.entry__input--small {
    margin-bottom: 15px; }
.entry__input.error::-webkit-input-placeholder {
    color: #EC7272; }
.entry__input.error::-moz-placeholder {
    color: #EC7272; }
.entry__input.error:-ms-input-placeholder {
    color: #EC7272; }
.entry__input.error::-ms-input-placeholder {
    color: #EC7272; }
.entry__input.error::placeholder {
    color: #EC7272; }

.entry__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    gap: 12px; }

.entry__btn {
    width: 100%;
    height: 48px;
    padding: 14px 24px;
    font-size: 14px;
    color: #FFFFFF;
    background: #1C1C1C;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }

.entry__btn-plain {
    width: 100%;
    height: 48px;
    padding: 14px 4px;
    font-size: 14px;
    color: #797979;
    background: transparent;
    border: var(--outline-width) none;
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .entry__btn-plain {
        font-size: 15px; } }

.entry__error {
    margin-top: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #EE8383; }

.entry__legal {
    margin-top: 22px;
    font-size: 10px;
    line-height: 20px;
    color: #8A8A8A; }
.entry__legal a {
    color: #1C1C1C; }

@media screen and (max-width: 767px) {
    .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px; } }

.socials__tel {
    display: block;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000; }
@media screen and (max-width: 767px) {
    .socials__tel {
        margin-bottom: 0; } }

.socials__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px; }

.socials__item {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain; }
.socials__item--telegram {
    background-image: url(../img/icon-telegram.svg); }
.socials__item--wa {
    background-image: url(../img/icon-wa.svg); }
.socials__item--email {
    background-image: url(../img/icon-mail.svg); }
@media screen and (max-width: 767px) {
    .socials__item {
        width: 28px;
        height: 28px; } }

.divider {
    width: 100%;
    border-top: var(--outline-width) solid #000000; }
.cart__bottom .divider {
    position: relative; }
.cart__bottom .divider:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 100vw;
    border-top: var(--outline-width) solid #000000; }

.main__hero-slider {
    position: relative;
    height: 100vh;
    border-bottom: var(--outline-width) solid #000000; }
@media screen and (max-width: 767px) {
    .main__hero-slider {
        height: calc(100vh - 124px); } }

.main__hero-slider-next, .main__hero-slider-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 32px;
    z-index: 10;
    width: 20px;
    height: 50px;
    background-image: url(../img/icon-main-arrow.svg);
    cursor: pointer; }
.main__hero-slider-next.disabled, .main__hero-slider-prev.disabled {
    opacity: 0.4; }
@media screen and (max-width: 1300px) {
    .main__hero-slider-next, .main__hero-slider-prev {
        display: none; } }

.main__hero-slider-next {
    right: 32px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.main__hero {
    position: relative;
    height: 930px; }
@media screen and (max-width: 1440px) {
    .main__hero {
        height: 770px; } }

.main__hero-content {
    position: absolute;
    bottom: 160px;
    left: 50%;
    line-height: 24px;
    font-family: "Inter";
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
@media screen and (max-width: 767px) {
    .main__hero-content {
        top: 70px;
        bottom: auto;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .main__hero-content {
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

.main__hero-title {
    margin-bottom: 53px;
    font-weight: 200;
    font-size: 58px;
    line-height: 1; }
@media screen and (max-width: 767px) {
    .main__hero-title {
        margin-bottom: 22px;
        font-weight: 200;
        font-size: 25px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
    .main__hero-title {
        font-size: 30px; } }

.main__hero-link {
    font-weight: 400;
    font-size: 18px; }
@media screen and (max-width: 767px) {
    .main__hero-link {
        font-size: 12px; } }

.main__hero-img {
    filter: brightness(75%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.main__hero-btn {
    display: none; }
@media screen and (max-width: 767px) {
    .main__hero-btn {
        position: absolute;
        bottom: 88px;
        left: 50%;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 146px;
        height: 36px;
        padding: 4px 24px;
        background: #FAFAFA;
        border: 1px solid #000000;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.main__btn {
    position: absolute;
    bottom: 120px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 245px;
    height: 60px;
    padding: 8px 12px;
    background: #FAFAFA;
    -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
    box-shadow: 0 0 0 var(--outline-width) #000000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
@media screen and (max-width: 1440px) {
    .main__btn {
        bottom: 100px;
        min-width: 205px;
        padding: 14px; } }
.main__btn--top {
    top: 120px;
    bottom: auto; }
@media screen and (max-width: 1440px) {
    .main__btn--top {
        top: 100px; } }
@media screen and (max-width: 767px) {
    .main__btn {
        display: none; } }

.main__collection {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--outline-width); }
@media screen and (max-width: 767px) {
    .main__collection {
        grid-template-columns: 1fr; } }
.main__collection .main__btn{
    height: 48px;
}

.main__collection-item {
    width: 100%;
    font-size: 0;
    -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
    box-shadow: 0 0 0 var(--outline-width) #000000; }

.main__collection-item-img {
    width: 100%;
    height: 1300px;
    -o-object-fit: cover;
    object-fit: cover; }
@media screen and (max-width: 1440px) {
    .main__collection-item-img {
        height: 1080px; } }

.main__like {
    line-height: 1;
    color: transparent;
    cursor: pointer; }
.main__like input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.main__like input:checked ~ svg {
    color: #000000; }
@media screen and (max-width: 767px) {
    .main__like {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 4px; }
    .main__like svg {
        width: 16px;
        height: 14px; } }

.main__grid-item {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 var(--outline-width) #000000;
    box-shadow: 0 0 0 var(--outline-width) #000000; }

.main__grid-item-img {
    width: 100%;
    height: 100%;
    font-size: 0;
    -o-object-fit: cover;
    object-fit: cover; }

.main__grid-item-bottom {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter";
    color: #1C1C1C;
    background-color: #FAFAFA;
    box-shadow: 0 0 0 var(--outline-width) #000000;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    gap: 30px;
    grid-template-columns: repeat(3, auto); }
.main__grid-item:hover .main__grid-item-bottom {
    -webkit-transform: translateY(-108%);
    -ms-transform: translateY(-108%);
    transform: translateY(-108%); }
@media screen and (max-width: 1440px) {
    .main__grid-item-bottom {
        padding: 20px; } }
@media screen and (max-width: 767px) {
    .main__grid-item-bottom {
        padding: 16px;
        font-size: 11px;
        text-transform: uppercase;
        gap: 16px; } }

@media screen and (max-width: 767px) {
    .main__grid-item-name {
        max-height: 60px;
        overflow: hidden; } }

.main__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
@media screen and (max-width: 767px) {
    .main__grid {
        grid-template-columns: repeat(2, 1fr); } }

.checkbox__icon {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    border: var(--outline-width) solid #000000;
    cursor: pointer; }
.checkbox__icon:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background-color: #000000;
    opacity: 0; }

.checkbox input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }
.checkbox input:checked ~ .checkbox__icon:after {
    opacity: 1; }

.mobile-header {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10001;
    width: 100%; }
@media screen and (min-width: 768px) {
    .mobile-header {
        display: none; } }
.mobile-header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 18px;
    background-color: #FAFAFA;
    border-top: var(--outline-width) solid #000000;
    border-bottom: var(--outline-width) solid #000000; }
.mobile-header__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px; }
.mobile-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    border-right: var(--outline-width) solid #000000;
    gap: 20px; }
.mobile-header__btn {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background: transparent;
    border: none;
    outline: none; }
.mobile-header__cart {
    width: 80px;
    padding-right: 18px;
    padding-left: 20px;
    justify-self: center; }
@media screen and (max-width: 767px) {
    .mobile-header__cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0; }
    .mobile-header__cart .cart-btn {
        margin: auto; } }
.mobile-header__divider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--outline-width);
    height: 100%;
    margin-left: 18px;
    background-color: #000000; }
.mobile-header__select {
    height: calc(100% + 40px);
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: auto;
    padding: 0 8px 0 34px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background: transparent;
    border: none;
    border-left: var(--outline-width) solid #000000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.mobile-bottom {
    display: none; }
@media screen and (max-width: 767px) {
    .mobile-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 54px;
        font-size: 12px;
        line-height: 24px;
        color: #000000;
        background-color: #FAFAFA;
        border-top: var(--outline-width) solid #000000; } }

.mobile-logo {
    display: none; }
@media screen and (max-width: 767px) {
    .mobile-logo {
        position: fixed;
        bottom: 60px;
        left: 0;
        z-index: 10000;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 65px;
        background-color: #FFFFFF;
        border-top: var(--outline-width) solid #000000; }
    .mobile-logo.hide {
        display: none; }
    .mobile-logo .logo {
        width: 168px; } }

.search-result {
    padding-top: 60px;
    padding-bottom: 130px; }
.search-result .catalog__filter-tab {
    right: auto;
    left: 0; }
.search-result .catalog__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; }
.search-result__sorting {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1C1C1C;
    background: none;
    border: none;
    outline: none; }
.search-result__title {
    margin: 0 0 38px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000; }
.search-result__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 10px; }
.search-result__search-input {
    width: 100%;
    max-width: 560px;
    margin: 0 auto; }

.tablitsa-razmerov{
    width: auto;}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6; }
.table-container {
    overflow-x: auto;
    max-width: 96vw;
    display: flex;
    justify-content: center; }
@media screen and (max-width: 767px) {
    .table-container {
        justify-content: start } }
.table-container table {
    border-collapse: collapse;
    width: min-content; }
.table-sm th, .table-sm td {
    padding: 0.3rem; }
.table th, .table td {
    padding: 0.85rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
.text-center {
    text-align: center !important; }
.text-nowrap {
    white-space: nowrap !important; }
@media screen and (min-width: 768px) {
.fslightbox-absoluted {
  width: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  height: 100%; }
.fslightbox-absoluted .fslightbox-flex-centered{
      align-items: start !important; }
}
    .fslightbox-absoluted::-webkit-scrollbar {
      display: none; }
.fslightbox-source {
    height: auto !important;
    width: 100vw !important;
}
.fslightbox-toolbar {
  height: auto !important;
  right: auto !important;
  left: 0;
  background: inherit !important; }
    .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(1) {
      display: none; }
    .fslightbox-toolbar-button{
      height: auto !important;
      width: auto !important;
      padding: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .65) !important; }
        .fslightbox-toolbar-button svg {
          width: 33px;
          height: 33px; }
.fslightbox-nav{
  top: 45px !important;
  left: 59px !important; }

.fslightbox-flex-centered {
  align-items: start }
.fslightbox-slide-btn {
  background: rgba(255, 255, 255, .65) !important;
  border-radius: 50%; }
    .fslightbox-slide-btn svg {
      width: 32px;
      height: 32px; }
    .fslightbox-slide-btn-container-next {
      right: 53px !important; }
    .fslightbox-slide-btn-container-previous {
      left: 53px !important; }
.fslightbox-svg-path {
  fill: #1C1C1C !important; }
.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
  fill: #656565 !important; }
.place-card__btn {
    width: 120px;
    border-radius: 0;
    height: 20px;
    padding: 0 6px;
    border: 1px solid #000000; }
.place-card__btn span {
    color: #000000; }
.auth{
    width: 330px;
    margin: 0 auto; }
.auth .entry__btns {
    width: 100%;
}