@font-face {
    font-family: 'TT Hoves';
    src: url('../fonts/TTHoves-Regular.woff2') format('woff2'),
    url('../fonts/TTHoves-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Hoves';
    src: url('../fonts/TTHoves-Medium.woff2') format('woff2'),
    url('../fonts/TTHoves-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

html {
    color: #1d1d1b;
    font-family: 'TT Hoves', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: .01em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-padding-top: 160px;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
}

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

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

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

body, input, textarea {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

button, input, textarea, select {
    color: inherit;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    letter-spacing: .01em;
}

button:not(:disabled),
label,
[role="button"],
[role="link"],
[class*="btn"]:not(div) {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
textarea,
button,
button:focus {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

:invalid {
    box-shadow: none;
}

select {outline: none;}

.container-fluid {
    --bs-gutter-x: 2.5rem;
}

@media (min-width: 1400px) {
    .container-fluid {
        --bs-gutter-x: 7.5rem;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

@media (min-width: 992px) {
    h1,.h1 {
        font-size: 1.625rem;
    }
}

.small, small {
    font-size: 80%;
}

a, img, button, input, textarea, svg, [class*="btn"]:not(div), [role="link"], .p-link, .o-hover {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
    text-underline-offset: .25em;
}

a.t-blank::after {
    content: "\f08e";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 300;
    margin-left: 6px;
}

@media (max-width: 991px) {
    .scroller {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        user-select: none;
    }

    .scroller::-webkit-scrollbar {
        display: none;
    }

    .scroller-fade::after {
        content: "";
        position: absolute;
        background: linear-gradient(to left, #fff 15%, rgba(255,255,255, 0));
        width: 60px;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all .15s ease;
        pointer-events: none;
    }

    .scroller-fade.fade-off::after {
        visibility: hidden;
        opacity: 0;
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.p-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.u-line {
    text-decoration: underline;
    text-underline-offset: .25em;
}

.s-line {
    text-decoration: line-through;
}

.stretched-link::before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (any-hover: hover) {
    a:hover:not(.product):not(.btn),
    a:hover .caption,
    .dropdown-item:hover,
    .dropdown-item:hover span > span,
    [role="link"]:hover {
        /* text-decoration: underline; */
    }

    a.c-gray:hover {
        color: #1d1d1b;
    }

    .o-hover:hover {
        opacity: .75;
    }
}

[class*="border"] {
    --border-color: #ccc;
}

.border-black {
    --border-color: #000;
}

.border,
.border-y,
.border-top {
    border-top: 1px solid var(--border-color);
}

.border,
.border-y,
.border-bottom {
    border-bottom: 1px solid var(--border-color);
}

.border,
.border-x,
.border-left {
    border-left: 1px solid var(--border-color);
}

.border,
.border-x,
.border-right {
    border-right: 1px solid var(--border-color);
}

.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.object-fit-top {
    object-position: top;
}

.as-3_4 {
    aspect-ratio: 3 / 4;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

.c-black {
    color: #1d1d1b;
}

.c-white {
    color: #fffefc;
}

.c-gray {
    color: #a5a5a5;
}

.c-red {
    color: #e42e2e;
}

.bg-black {
    background-color: #1d1d1b;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f7f7f7;
}

.text-crop-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-crop-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fs-10 {
    font-size: .625rem;
}

.fs-12 {
    font-size: .75rem;
}

.fs-13 {
    font-size: .813rem;
}

.fs-14 {
    font-size: .875rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-26 {
    font-size: 1.625rem;
}

b,
strong,
.fw-500 {
    font-weight: 500;
}

.lh-1 {
    line-height: 1;
}

.lh-1_25 {
    line-height: 1.25;
}

.lh-1_5 {
    line-height: 1.5;
}

.lh-1_75 {
    line-height: 1.75;
}

.o-10 {
    opacity: .1;
}

.o-15 {
    opacity: .15;
}

.o-25 {
    opacity: .25;
}

.o-5 {
    opacity: .5;
}

.o-75 {
    opacity: .75;
}

.o-8 {
    opacity: .8;
}

.m-n3,
.mx-n3 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.m-n3,
.my-n3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

@media (max-width: 575px) {
    .tac-sm {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tac-md {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .tac-lg {
        text-align: center;
    }
}

.mh-360 {
    min-height: 360px;
}

.mh-50vh {
    min-height: 50vh;
}

.mh-75vh {
    min-height: 75vh;
}

.mw-300 {
    max-width: 300px;
}

.mw-360 {
    max-width: 360px;
}

.mw-400 {
    max-width: 400px;
}

.mw-440 {
    max-width: 440px;
}

.mw-480 {
    max-width: 480px;
}

.mw-500 {
    max-width: 500px;
}

.mw-540 {
    max-width: 540px;
}

.mw-600 {
    max-width: 600px;
}

.mw-660 {
    max-width: 660px;
}

.mw-800 {
    max-width: 800px;
}

.mw-880 {
    max-width: 880px;
}

@media (max-width: 767px) {
    .mx-n20 {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* кнопки */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--btn-color, #000);
    background-color: var(--btn-bg, transparent);
    text-align: center;
    white-space: nowrap;
    line-height: inherit;
    transition: all .15s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn-primary,
.btn-secondary,
.btn-blank {
    border: 1px solid var(--btn-border-color, var(--btn-bg, transparent));
    font-size: .875rem;
    line-height: 42px;
    height: 42px;
    padding: 0 15px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .btn-primary,
    .btn-secondary,
    .btn-blank {
        font-size: 1rem;
    }
}

.btn-primary {
    --btn-color: #fff;
    --btn-bg: #1d1d1b;
    --btn-hover-color: #1d1d1b;
    --btn-hover-bg: #fff;
    --btn-hover-border-color: #1d1d1b;
}

.btn-secondary {
    --btn-border-color: #1d1d1b;
    --btn-hover-color: #fff;
    --btn-hover-bg: #1d1d1b;
}

.btn-blank {
    --btn-border-color: #dbdbdb;
    --btn-hover-border-color: #1d1d1b;
}

.btn-arrow::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: calc(100% * 1.5);
    font-weight: 300;
    margin-left: auto;
}

.btn-favorites.active .ico {
    fill: #000;
}

.btn-disabled,
.btn:disabled,
.btn-loading {
    cursor: default;
    pointer-events: none;
}

.btn-loading span {
    opacity: 0;
    transition: opacity .15s ease;
}

.btn-loading {
    color: transparent;
    overflow: hidden;
}

/* v1 */
/* .btn-loading::after { */
/* content: ""; */
/* position: absolute; */
/* background: url(../img/loader.svg) no-repeat center; */
/* top: 0; */
/* left: 0; */
/* right: 0; */
/* bottom: 0; */
/* z-index: 2; */
/* } */

/* v2 */
.btn-loading::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 1px solid #1d1d1b;
    border-bottom: 1px solid #1d1d1b;
    border-left: 1px solid;
    border-right: 1px solid;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    animation: spinner 1s infinite;
}

.btn-primary.btn-loading::after {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

@keyframes spinner {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.btn-primary.btn-disabled,
.btn-primary.btn:disabled {
    color: #a3a3a3;
    background-color: #ddd;
    border-color: #ddd;
}

.btn-secondary.btn-disabled,
.btn-secondary.btn:disabled {
    color: #a3a3a3;
    border-color: #ccc;
}

.btn-blank.btn-disabled,
.btn-blank.btn:disabled {
    color: #a3a3a3;
    border-color: #dfdfdf;
}

.btn-close,
.btn-delete {
    display: inline-block;
    width: var(--btn-size, 30px);
    height: var(--btn-size, 30px);
    z-index: 1;
}

.btn-close::before,
.btn-close::after,
.btn-delete::before,
.btn-delete::after {
    content: "";
    position: absolute;
    background-color: #1d1d1b;
    height: var(--ico-size, 16px);
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-close::before,
.btn-delete::before {
    transform: rotate(45deg);
}

.btn-close::after,
.btn-delete::after {
    transform: rotate(-45deg);
}

.btn-slider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -8px;
}

a .label::after,
.btn-link .label::after,
.btn-active .label::after {
    content: "";
    position: absolute;
    background-color: currentColor;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: width .15s ease-out;
}

.btn-200px {
    min-width: 200px;
}

.btn-240px {
    min-width: 240px;
}

.btn-100,
.btn-m100 {
    width: 100%;
}

@media (min-width: 576px) {
    .btn-m100 {
        width: auto;
    }
}

@media (any-hover: hover) {
    a:not(.active-link):not(.u-line):hover .label::after,
    .btn-link:hover .label::after,
    .btn-active:hover .label::after {
        width: 100%;
    }

    .btn-primary:hover:not(:disabled),
    .btn-secondary:hover:not(:disabled),
    .btn-blank:hover:not(:disabled)	{
        color: var(--btn-hover-color, var(--btn-color));
        background-color: var(--btn-hover-bg, var(--btn-bg));
        border-color: var(--btn-hover-border-color, var(--btn-hover-bg, transparent));
    }
}

/* форма */
input::placeholder {
    color: #1d1d1b;
    text-transform: uppercase;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

.placeholder-hidden::placeholder {
    color: #9a9a9a;
    opacity: 0;
    transition: all .2s ease;
}

.placeholder-hidden:focus::placeholder {
    opacity: 1;
}

.input-wrap:not(:last-child) {
    margin-bottom: 35px;
}

.btn-wrap {
    margin-top: 10px;
}

.form-check {
    position: relative;
    display: block;
}

.form-check-input {
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 100;
    width: 12px;
    height: 12px;
    border: none;
    left: 0;
    top: 0;
}

/* radio */
.form-check-label .radio {
    display: inline-block;
    border: 1px solid #9a9a9a;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 50%;
}

.form-check-label [type='radio']:checked + span {
    /* box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 10px #000; */
    background-color: #1d1d1b;
    box-shadow: inset 0 0 0 2px white;
    border-color: #1d1d1b;
}

/* checkbox */
.form-check-label .checkbox {
    display: inline-block;
    border: 1px solid #1d1d1b;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.form-check-label [type='checkbox']:not([role='switch']):checked + span {
    background-color: #1d1d1b;
    box-shadow: inset 0 0 0 1px white;
}

/* switch */
.form-check-label .switch {
    display: inline-block;
    border: 1px solid #1d1d1b;
    border-radius: 30px;
    width: 25px;
    height: 15px;
    margin-right: 8px;
    transition: .15s ease-in-out;
}

.form-check-label .switch::after {
    content: "";
    background-color: #fff;
    position: absolute;
    border: 1px solid #1d1d1b;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 0;
    left: 1px;
    bottom: 0;
    margin: auto;
}

.form-check-label [role='switch'] + span::after {
    transition: .15s ease-in-out;
}

.form-check-label [role='switch']:checked + span {
    background-color: #164d2d;
    border-color: #164d2d;
}

.form-check-label [role='switch']:checked + span::after {
    border-color: #fff;
    left: calc(100% - 12px);
}

/* label-placeholder */
.placeholder {
    position: absolute;
    font-size: .875rem;
    left: 0;
    top: 5px;
    pointer-events: none;
    transition: all .2s ease;
}

.form-control:focus + .placeholder,
.form-control.input-filled + .placeholder {
    color: #9a9a9a;
    top: -12px;
    font-size: .75rem;
}

textarea.form-control.input-filled {
    border-color: #1d1d1b;
}

/* input, textarea */
.form-control {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: .875rem;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #1d1d1b;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
}

textarea.form-control::placeholder {
    color: #9a9a9a;
}

textarea.form-control:focus {
    border-color: #1d1d1b
}

.textarea-count {
    position: absolute;
    font-size: 11px;
    bottom: 15px;
    left: 20px;
    z-index: -1;
    user-select: none;
}

.input-error,
.input-error + label,
.input-error:focus,
.form-error .form-control:invalid,
.form-error .form-control:invalid + label {
    /* color: #f66; */
    border-color: #f66;
}

.error-msg {
    color: #f66;
    font-size: .75rem;
    padding-top: 5px;
    top: 100%;
}

.input-error ~ .error-msg {
    display: block;
    animation: fade .5s;
}

.form-error-msg {
    color: #fff;
    background-color: #ff3d00;
    position: fixed;
    line-height: 1.25;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    animation: fade .5s;
    user-select: none;
}

@keyframes fade {
    0% {opacity:0}
    100% {opacity:1}
}

/* custom select */
.select-hidden {
    visibility: hidden;
    opacity: 0;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 105px;
    height: 30px;
    line-height: 30px;
}

.input-wrap .select {
    font-size: .875rem;
}

.select-styled {
    position: absolute;
    background-color: transparent;
    border-bottom: 1px solid #1d1d1b;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1.5;
    user-select: none;
}

.select-styled::after {
    content: "";
    position: absolute;
    background: url(../img/ico-angle.svg) no-repeat center;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.select-styled.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.select-options {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-top: 0;
    top: 100%;
    right: 0;
    left: 0;
    padding: 5px 0;
    z-index: 1;
    user-select: none;
}

.select-options li {
    display: flex;
    align-items: center;
    min-height: 30px;
    line-height: 2.31;
    margin: 0;
    padding: 0 15px;
    transition: all .15s ease;
}

.select-options li:hover {
    background-color: #f0f0f0;
}

.select-options li[rel="hide"] {
    display: none;
}

.footer .subscribe-form-wrap {
    --input-border-color: #fffefc;
    color: #fffefc;
    background-color: #1d1d1b;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
}

.subscribe-form-wrap .subscribe-title {
    font-size: 1rem;
}

.subscribe-form .subscribe-input {
    font-size: .875rem;
    border-bottom: 1px solid var(--input-border-color, #1d1d1b);
    width: 100%;
    padding: 10px 0;
}

.footer .subscribe-form .subscribe-input,
.footer .subscribe-form .subscribe-input::placeholder {
    color: #fffefc;
}

.subscribe-form .subscribe-form-success {
    animation: fade 1s;
}

.footer .subscribe-form .btn-secondary {
    --btn-color: #fffefc;
    --btn-border-color: #fffefc;
}

@media (min-width: 768px) {
    .footer .subscribe-form-wrap {
        padding: 0;
        margin: 0;
    }

    .footer .subscribe-form-wrap,
    .footer .subscribe-form,
    .footer .subscribe-form .subscribe-input,
    .footer .subscribe-form .subscribe-input::placeholder {
        color: #1d1d1b;
        background-color: transparent;
    }

    .footer .subscribe-form-wrap .subscribe-title,
    .footer .subscribe-form .subscribe-input {
        --input-border-color: #1d1d1b;
        color: #1d1d1b;
    }

    /* .subscribe-form-wrap .subscribe-title { */
    /* font-size: 1rem; */
    /* } */

    .footer .subscribe-form .subscribe-input {
        max-width: 240px;
    }

    .footer .subscribe-form .btn-secondary {
        --btn-color: #1d1d1b;
        --btn-border-color: #1d1d1b;
        width: 200px;
    }
}

@media (min-width: 992px) {
    .subscribe-form .subscribe-input {
        font-size: 1rem;
    }
}
/* ------------------------ */

/* дроп-меню */
.dropdown {
    font-size: .75rem;
}

.dropdown-toggle {
    transition: none !important;
    z-index: 15;
}

.dropdown-show .dropdown:not(.active) .dropdown-toggle {
    z-index: 10;
}

.dropdown-toggle::after {
    content: "+";
    width: 9px;
    transform: translateY(-1px);
}

.dropdown.active .dropdown-toggle::after {
    content: "×";
}

.dropdown-menu {
    min-width: 13rem;
    background-color: #fff;
    box-shadow: 0 0 115px 0 rgba(0,0,0, .07);
    padding: 20px;
    padding-top: 60px;
    top: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease;
    z-index: 14;
}

.dropdown-account .dropdown-menu {
    background-color: transparent;
}

.dropdown-menu.is-left {
    left: -20px;
}

.dropdown-menu.is-right {
    right: -20px;
}

.dropdown-menu.is-right .btn {
    margin-left: auto;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

@media (min-width: 768px) {
    .dropdown {
        font-size: 1rem;
    }

    .dropdown-menu {
        padding-top: 80px;
    }
}
/* -- Шапка + Меню -- */
/* инфобар */
.header-infobar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f6f7f5;
    padding-right: 10px;
    position: relative;
    height: 46px;
    overflow: hidden;
}

.header-infobar .infobar-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-infobar .infobar-message {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: .75rem;
    text-align: center;
    padding: 0 20px;
    transform: translateY(10px);
    transition: opacity .5s ease, transform .5s ease;
    visibility: hidden;
    opacity: 0;
}

.header-infobar .infobar-message.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .header-infobar .infobar-message {
        font-size: 1rem;
    }
}

/* кнопка меню */
.header-hamburger {
    margin-left: -1px;
}

/* клик-область */
.header-hamburger::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -5px;
}

.header-hamburger.open .ico-menu-close {
    display: block;
}

.header-hamburger.open .ico-menu {
    display: none;
}

/* меню мобила */
.menu-opened .header {
    background-color: #fff !important;
}

.menu-opened .header.header-transparent,
.menu-opened .header.header-transparent .header-logo,
.menu-opened .header.header-transparent .header-menu_main a.fw-500.header-menu_link {
    --btn-color: #000 !important;
    color: #000 !important;
}

.menu-opened .header-menu {
    transform: translateX(0);
    visibility: visible;
    /* opacity: 1; */
}

.menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0, .25);
    z-index: 444;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease;
}

.menu-opened {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .header-menu_main {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 100%;
        left: 0;
        padding-top: 50px;
        box-shadow: 0 100px #fff;
        height: calc(100vh - 110px);
        overflow-y: auto;
        transform: translateX(-100%);
        transition: all .35s ease;
        visibility: hidden;
        /* opacity: 0; */
        z-index: 555;
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
    }

    .menu-opened .header-menu_main {
        transform: translateX(0);
        visibility: visible;
        /* opacity: 1; */
    }

    .header-menu_main > ul {
        gap: 0;
    }

    .header-menu_main .fw-500.header-menu_link {
        text-transform: uppercase;
    }

    .header-menu_main .separator {
        margin-top: auto;
        padding: 20px;
    }

    .btn-menu.more::after {
        content: "+";
        position: absolute;
        right: 20px;
    }

    .btn-menu.more.active::after {
        content: "×";
    }

    .header-menu_sub {
        display: none;
        width: 100%;
        z-index: 1;
    }

    .header-menu_sub.show {
        display: block;
        /* animation: fade .35s both; */
    }

    .header-menu_sub .submenu {
        margin-top: 16px;
    }

    .header-menu_sub .header-menu_link,
    .header-menu-teaser	a {
        font-size: .875rem;
    }


    .header-menu-teaser {
        padding: 20px 20px 40px;
    }
}

@media (min-width: 768px) {
    .header-menu_main {
        max-width: 50%;
    }
}

/* меню пк */
@media (min-width: 992px) {
    .header-wrap .header-menu_link {
        padding: 0;
    }

    .header-wrap .btn-menu::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: -25px -25px -60px;
        z-index: 2;
    }

    .header-menu_sub {
        --bs-gutter-x: 2.5rem;
        display: flex;
        position: absolute;
        background-color: #fff;
        /* box-shadow: 0 0 115px 0 rgba(0,0,0, .25); */
        top: 100%;
        left: 0;
        right: 0;
        padding-top: 40px;
        padding-bottom: 60px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        /* transition: all .15s ease-in-out; */
    }

    .header-menu_sub .submenu-wrap {
        display: grid;
        grid-template-columns: repeat(2, 200px);
    }

    .header-menu_sub .submenu-wrap .submenu {
        padding: 10px 0;
    }

    .header-menu_sub .submenu-wrap .submenu .header-menu_link {
        padding: 5px 0;
    }
}

@media (min-width: 1200px) {
    .header-menu_sub .submenu-wrap .submenu {
        padding: 15px 0;
    }
}

@media (min-width: 1400px) {
    .header-menu_sub {
        --bs-gutter-x: 7.5rem;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .header-menu_sub .submenu-wrap {
        display: grid;
        grid-template-columns: repeat(2, 240px);
    }
}

.header-wrap .more:hover .header-menu_sub {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {
    .header::after {
        content: "";
        position: absolute;
        background-color: rgba(0,0,0, .25);
        top: 100%;
        left: 0;
        right: 0;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition: all .15s ease-in-out;
    }

    .header:has(li.more:hover)::after {
        visibility: visible;
        opacity: 1;
    }
}

/* шапка */
.header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
}

.header.header-transparent:not(:has(.header-wrap .more:hover)):not(.fixed-header) {
    background-color: transparent;
}

.header.header-transparent:not(:has(.header-wrap .more:hover)):not(.fixed-header) {
    --btn-color: #fff;
}

.header.header-transparent:not(:has(.header-wrap .more:hover)):not(.fixed-header) .header-logo,
.header.header-transparent:not(:has(.header-wrap .more:hover)):not(.fixed-header) .header-toolbar,
.header.header-transparent:not(:has(.header-wrap .more:hover)):not(.fixed-header) .header-menu_main a.fw-500.header-menu_link {
    color: #fff;
}

.header-wrap {
    height: 60px;
    transition: .35s ease;
}

.header-menu_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: normal;
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
}

.header-toolbar {
    font-size: .75rem;
    gap: 1.25rem;
}

.header-toolbar li {
    display: flex;
}

/* удалить */
.pa.header-search {
    top: 0;
    left: 56px;
    bottom: 0;
    margin: auto;
}

.search-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: all .35s ease;
    z-index: 555;
}

.search-wrap.show {
    transform: translateY(0);
}

.search-opened .header-wrap {
    opacity: 0;
    transform: translateY(-100%);
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .25);
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease;
}

.show {
    visibility: visible !important;
    opacity: 1 !important;
}

.header .search-form {
    display: flex;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.header .search-results {
    max-height: calc(85vh - 48px);
    /* min-height: calc(100vh - 48px); */
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}

.header .search-form .btn-close {
    --btn-size: 24px;
    right: -5px;
}

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

    .header-wrap {
        height: 80px;
    }

    .header .search-wrap {
        min-height: 80px;
    }

    .header .search-form {
        padding-top: 28px;
    }

    .header .search-results {
        max-height: none;
        min-height: auto;
    }

    .header-toolbar {
        font-size: 1rem;
        gap: 1.5rem;
    }

    .header .btn-ico {
        width: 16px;

    }
}

@media (min-width: 1200px) {
    .header .search-form {
        padding-top: 25px;
    }
}

.header .search-form input {
    font-size: .875rem;
    border-bottom: 1px solid #1d1d1b;
    height: 20px;
}

@media (min-width: 992px) {
    .header .search-form input {
        font-size: 1rem;
    }
}

.header .search-form .btn-clear {
    --ico-size: 10px;
    display: inline-block;
    width: calc(var(--ico-size) * 2);
    height: calc(var(--ico-size) * 2);
    right: 0;
    visibility: hidden;
    opacity: 0;
}

.search-input:valid ~ .btn-clear {
    visibility: visible;
    opacity: 1;
}

.btn-clear::before,
.btn-clear::after {
    content: "";
    position: absolute;
    background-color: #1d1d1b;
    height: var(--ico-size);
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-clear::before {
    transform: rotate(45deg);
}

.btn-clear::after {
    transform: rotate(-45deg);
}

/* лого */
.header-logo {
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .header-logo {
        width: 125px;
        margin-top: 25px;
    }
}

.active-link {
    text-decoration: underline;
    text-underline-offset: .25em;
}

.header-transparent + main {
    margin-top: -60px;
}

main.static-page:not(.header-transparent + main),
main.catalog-page,
main.favorites-page,
main.order-page {
    padding-top: 60px;
}

@media (min-width: 992px) {
    .header-transparent + main {
        margin-top: -110px;
    }

    main.static-page:not(.header-transparent + main),
    main.catalog-page,
    main.favorites-page,
    main.order-page	{
        padding-top: 100px;
    }
}

/* -- Главная -- */
/* тизер */
.main-teaser .main-teaser-info {
    bottom: 30px;
}

@media (max-width: 991px) {
    .main-teaser,
    .tile-item {
        aspect-ratio: 3 / 4;
    }
}

.catalog-teaser {
    padding: 80px 100px;
}

.about-teaser {
    padding: 80px 20px;
}

/* плитка категорий */
.tile-info {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.main-teaser .main-teaser-desc,
.main-teaser .main-teaser-link,
.catalog-teaser .catalog-teaser-desc,
.catalog-teaser .catalog-teaser-link,
.about-teaser .about-teaser-desc,
.about-teaser .about-teaser-link,
.tile-info .tile-link {
    font-size: .75rem;
}

@media (any-hover: hover) {
    .tile-categories a picture {
        transition: opacity .15s;
    }

    .tile-categories a:hover picture {
        opacity: .75;
    }
}

@media (min-width: 768px) {
    .main-teaser .main-teaser-info {
        top: 65%;
    }

    .tile-info {
        left: 40px;
    }

    .catalog-teaser,
    .about-teaser	{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main-teaser .main-teaser-desc,
    .main-teaser .main-teaser-link,
    .catalog-teaser .catalog-teaser-desc,
    .catalog-teaser .catalog-teaser-link,
    .about-teaser .about-teaser-desc,
    .about-teaser .about-teaser-link,
    .tile-info .tile-link {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .tile-info {
        left: 60px;
    }

    .catalog-teaser,
    .about-teaser	{
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

/* -- Каталог -- */
.catalog-header .filters-wrapper {
    gap: .5rem;
}

.products-wrap .row {
    --bs-gutter-x: .625rem;
}

@media (min-width: 768px) {
    .catalog-header .filters-wrapper {
        gap: 2rem;
    }

    .products-wrap .row {
        --bs-gutter-x: 1.25rem;
    }
}

@media (min-width: 992px) {
    .catalog-header .filters-wrapper {
        gap: 3rem;
    }
}

.no-gutters,
.no-gutters .row {
    --bs-gutter-x: 0rem;
}

.products-wrap {
    min-height: 75vh;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:not(.card-big) .product-images picture {
    aspect-ratio: 3 / 4.2;
    display: flex;
    width: 100%;
    height: 100%;
}

.product-card:not(.card-big) .product-images picture {
    /* display: block; */
    background-color: #eee;
}

/* .product-card:not(.big-card) .product-images picture { */
/* aspect-ratio: 3 / 4.2; */
/* } */

.product-card .product-images .image-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.4,0,.3, 1);
    transition: all .25s cubic-bezier(.4,0,.3, 1);
    z-index: 1;
}

@media (any-hover: hover) {
    .product-card .product-images:hover .image-2 {
        opacity: 1;
    }
}

.product-card .product-bottom {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
}

.product-card .product-bottom {
    font-size: .75rem;
}

.product-card .product-bottom .product-name {
    font-size: .75rem;
}

.product-card .product-colors {
    display: flex;
    align-items: center;
    gap: var(--colors-gap, 5px);
}

.product-card .product-colors .color {
    background-color: var(--product-color);
    width: var(--color-size, 7px);
    height: var(--color-size, 7px);
    border-radius: 50%;
}

.product-card .product-colors .color[style*="--product-color: #ffffff"] {
    border: 1px solid #000;
}

.product-card .badge-wrap {
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

.product-card .badge {
    background-color: #fffefc;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    padding: 3px 6px 2px;
}

.old-price {
    text-decoration: line-through;
}

/* фильтр */
.products-filter-modal .filter-block {
    margin-bottom: 40px;
}

.products-filter-modal .filter-block:first-child {
    margin-top: 20px;
}

.products-filter-modal .price-sort.price-up svg {
    transform: rotate(-180deg);
}

.products-filter-modal .filter-title {
    margin-right: 30px;
}

.products-filter-modal .filter-list {
    gap: 12px;
}

.products-filter-modal .filter-list-colors {
    gap: 24px 40px;
}

.products-filter-modal .filter-variant span.color {
    display: block;
    background-color: var(--filter-color);
    border: 1px solid transparent;
    border-radius: 50%;
    width: var(--color-size, 14px);
    height: var(--color-size, 14px);
}

.products-filter-modal .filter-list-colors .filter-variant {
    position: relative;
    z-index: 0;
}

.products-filter-modal .filter-list-colors .filter-variant::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -10px;
    z-index: 1;
}

.products-filter-modal .filter-variant span.color-white {
    border-color: #dbdbdb;
}

.products-filter-modal .filter-variant span:not(.color) {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    width: 60px;
    height: 40px;
    line-height: 1;
    text-align: center;
    transition: border-color .15s;
}

.products-filter-modal .filter-list span.one-size {
    width: 132px;
}

.products-filter-modal .filter-variant input[type="checkbox"]:checked + span {
    border-color: #1d1d1b;
}

@media (any-hover: hover) {
    .product-card:hover .product-drawer {
        visibility: visible;
        transform: translateY(0);
    }

    .product-card .btn-addcart:hover {
        background-color: #fff;
    }

    .products-filter-modal .filter-variant:hover span {
        border-color: #1d1d1b;
    }
}

@media (min-width: 992px) {
    .product-card .product-bottom	{
        font-size: .875rem;
    }

    .product-card .product-bottom .price-wrap {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .product-card .badge-wrap {
        top: 15px;
        left: 15px;
        right: auto;
        bottom: auto;
    }

    .product-card .badge {
        font-size: .875rem;
        padding: 6px 10px 5px;
    }

    .product-card .product-bottom {
        padding: 20px 30px 60px;
    }

    .product-card .product-bottom,
    .product-card .product-bottom .product-name {
        font-size: 1rem;
    }

    .product-card .product-bottom .price-wrap {
        font-size: 1.25rem;
    }

    .product-card .product-bottom .product-colors {
        --color-size: 12px;
        --colors-gap: 15px;
    }

    .products-filter-modal .filter-variant span.color {
        --color-size: 16px;
    }

    .products-filter-modal .filter-list-colors {
        gap: 24px;
    }
}

/* -- Товар -- */
.breadcrumb-item + .breadcrumb-item:not(:last-child)::before {
    content: "/";
    padding: 0 .5rem;
}

.breadcrumb-item.active {
    display: none;
    color: #9a9a9a;
}

.product-page {
    padding-top: 60px;
}

.product-page .product-photo-slider {
    --swiper-pagination-color: #000;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-pagination-bottom: 4px;
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 1px;
    --swiper-pagination-bullet-horizontal-gap: 2px;
}

.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 40px;
}

.product-page a[data-fancybox^="product-photo"] {
    cursor: zoom-in;
    display: flex;
    height: 100%;
}

.product-page a[data-fancybox^="product-photo"] picture,
.product-page a[data-fancybox^="product-photo"] img,
.product-page a[data-fancybox^="product-photo"] video {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page .product-info {
    padding-bottom: 30px;
}

.product-page .product-info .product-title {
    font-size: 1.25rem;
}

.product-page .product-info .old-price {
    font-size: .875rem;
}

.product-page .product-info .product-colors {
    gap: var(--colors-gap, 1.25rem);
}

.product-page .product-info .product-colors .color {
    background-color: var(--product-color);
    border-radius: 50%;
    width: var(--color-size, 22px);
    height: var(--color-size, 22px);
}

.product-page .product-info .product-colors .color.current {
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #000;
}

.product-page .product-info .product-sizes .size {
    position: relative;
    font-weight: 500;
    z-index: 0;
}

.product-page .product-info .product-sizes .size::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -10px;
    z-index: 1;
}

.product-page .product-info .product-sizes .size input[type="radio"]:checked + span {
    text-decoration: underline;
    text-underline-offset: .25em;
    text-decoration-thickness: 1px;
}

.product-page .product-description,
.products-slider .slider-title,
.product-page .product-modal-btns,
.product-page .product-color-caption {
    font-size: .75rem;
}

.product-page .product-description a {
    text-decoration: underline;
    text-underline-offset: .25em;
    white-space: nowrap;
}

.product-page .product-description p + p {
    margin-top: 1rem;
}

/* таблица размеров */
.size-table > div:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}

.size-table-switcher {
    display: grid;
    grid-template-columns: repeat(auto-fit, 72px);
    gap: 12px;
}

.size-table-switcher .btn-blank.active {
    border-color: #1d1d1b;
}

/* быстрая покупка - выбор размера (окно) */
.fastbuy-size-modal .size-choice {
    display: grid;
    grid-template-columns: repeat(auto-fit, 72px);
    gap: 12px;
}

@media (min-width: 768px) {
    .product-page .product-info .btn-favorites .ico {
        width: 20px;
    }

    .product-page .product-info .product-sizes .size {
        font-size: 1.25rem;
    }

    .size-table-switcher {
        grid-template-columns: repeat(auto-fit, 80px);
    }

    .fastbuy-size-modal .size-choice {
        grid-template-columns: repeat(auto-fit, 80px);
    }

    .product-page .product-description,
    .products-slider .slider-title,
    .product-page .product-modal-btns {
        font-size: 1rem;
    }

    .product-page .product-color-caption {
        font-size: .875rem;
    }
}

@media (min-width: 992px) {
    .product-page .product-photo-slider {
        --swiper-navigation-sides-offset: 10px;
    }

    .product-page .product-info {
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .product-page .product-info .product-title,
    .product-page .product-info .current-price	{
        font-size: 1.625rem;
    }

    .product-page .product-info .old-price {
        font-size: 1rem;
    }

    .product-page .product-info .product-colors {
        --colors-gap: 1.75rem;
        --color-size: 28px;
    }
}

.tab-pane + .tab-pane {
    display: none;
}

/* -- Оформление заказа -- */
.order-page .right-col {
    padding-top: 100px;
}

@media (min-width: 768px) {
    .order-page .right-col {
        padding-top: 42px;
    }
}

@media (min-width: 1200px) {
    .order-page .left-col,
    .order-page .right-col {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* -- Контакты -- */
.contact-page .left-col {
    min-height: 80vh;
    max-height: 120vh;
}

.contact-page .right-col {
    padding-top: 25px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .contact-page .container-fluid,
    .contact-page .container-fluid > .row {
        --bs-gutter-x: 0;
    }

    .contact-page .right-col {
        padding: 30px 40px;
    }
}

@media (min-width: 1200px) {
    .contact-page .right-col {
        padding: 60px 80px;
    }
}

/* -- О бренде -- */
.about-page {
    padding-top: 60px;
}

.about-page .left-side {
    padding-bottom: 60px;
}

.about-page .lp-section {
    margin-bottom: 80px;
}

.about-page .about-page-menu {
    font-size: .75rem;
}

.about-page .lp-section .lp-text-wrap {
    margin-bottom: 30px;
}

.about-page .lp-section .image-container:not(.mobile) {
    display: flex;
    column-gap: 20px;
}

@media (min-width: 992px) {
    .about-page .lp-section {
        margin-bottom: 100px;
    }

    .about-page .about-page-menu {
        font-size: 1rem;
    }

    .static-page .lp-section .lp-text-lg {
        font-size: 1.625rem;
        line-height: 1.2;
    }

    .about-page .lp-section .lp-text-wrap {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .about-page .lp-section {
        margin-bottom: 200px;
    }

    .about-page .lp-section .lp-text-wrap {
        margin-bottom: 100px;
    }
}

/* -- Стат. стр. -- */
.static-page .content h2 {
    margin-bottom: .875rem;
}

.static-page .content p:not(last-child) {
    margin-bottom: 2rem;
}

.static-page .content a {
    text-decoration: underline;
}

.static-page .lp-section,
.static-page .main-teaser {
    margin-bottom: 80px;
}

.static-page .lp-section .lp-link,
.static-page .lp-section .lp-link-caption,
.static-page .lp-section .lp-text {
    font-size: .75rem;
}

.static-page .lp-section .lp-text {
    font-size: .75rem;
    letter-spacing: .02em;
}

.static-page .lp-slider-wrapper .swiper-prev,
.static-page .lp-slider-wrapper .swiper-next {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.static-page .lp-slider-wrapper .swiper-prev {
    left: 10px;
}

.static-page .lp-slider-wrapper .swiper-next {
    right: 10px;
}

.static-page .lp-section .image-container:not(.mobile) {
    display: flex;
    column-gap: 20px;
}

@media (min-width: 768px) {
    .static-page .lp-slider-wrapper .swiper-prev,
    .static-page .lp-slider-wrapper .swiper-next {
        color: inherit;
        width: 30px;
    }

    .static-page .lp-slider-wrapper .swiper-prev {
        left: -45px
    }

    .static-page .lp-slider-wrapper .swiper-next {
        right: -45px
    }
}

@media (min-width: 992px) {
    .static-page .lp-section,
    .static-page .main-teaser {
        margin-bottom: 100px;
    }

    .static-page .lp-section .lp-link,
    .static-page .lp-section .lp-link-caption,
    .static-page .lp-section .lp-text {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .static-page .lp-section,
    .static-page .main-teaser {
        margin-bottom: 200px;
    }
}


.faq-accordion .collapse-btn::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    width: 9px;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .1s ease;
}

.faq-accordion .collapse-btn::after {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #000;
    width: 1px;
    height: 9px;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    transition: all .25s ease;
}

.faq-accordion .collapse-btn.active::after {
    transform: rotate(-90deg);
}

/* .collapse.active + .collapse-content { */
/* animation: fade .5s; */
/* } */

/* -- Коллекции -- */


/* -- Карта магазинов -- */
.shops-page .stores-list {
    padding-top: 40px;
    padding-bottom: 30px;
}

.gm-style {
    font: 400 13px 'Helvetica Neue', Arial, sans-serif;
}

.shops-map  {
    height: 100%;
    min-height: 420px;
}

@media (min-width: 768px) {
    .shops-map  {
        min-height: 520px;
    }
}

@media (min-width: 992px) {
    .shops-map  {
        min-height: 600px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .shops-page .stores-list {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* -- Личный кабинет -- */
.lk-menu,
.lk-exit-link,
.lk-empty-placeholder .text a {
    font-size: .75rem;
}

.lk-empty-placeholder .text {
    left: 20px;
    right: 20px;
    bottom: 20%;
}

.lk-order + .lk-order {
    margin-top: 80px;
}

@media (min-width: 992px) {
    .lk-menu,
    .lk-exit-link,
    .lk-empty-placeholder .text a {
        font-size: 1rem;
    }

    .lk-empty-placeholder .text {
        left: 60px;
        right: 60px;
        bottom: 25%;
    }
}

/* -- Футер -- */
.footer {
    background-color: #fffefc;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .footer {
        font-size: 1rem;
    }
}

/* -- Спс. за заказ -- */
.order-thx-page {
    background: #fff url(../img/bg-order-thx.jpg) no-repeat;
}

.order-thx-page .txt {
    font-size: .75rem;
}

@media (min-width: 768px) {
    .order-thx-page .txt {
        font-size: 1rem;
    }
}

/* -- 404 -- */
.e404-page {
    background: #fff url(../img/bg-404.jpg) no-repeat;
}

.e404-page .page-title {
    font-size: 3.875rem;
}

.e404-page a {
    font-size: .75rem;
}

@media (min-width: 768px) {
    .e404-page .page-title {
        font-size: 8rem;
    }

    .e404-page a {
        font-size: 1rem;
    }
}

/* -- Подписка -- */
.subscribe-page {
    background: #fff url(../img/bg-subscribe-mob.jpg) no-repeat 0 0 /cover;
}

.subscribe-page .subscribe-form-wrap {
    --input-border-color: #fffefc;
}

.subscribe-page .subscribe-title {
    margin-bottom: 35vh;
}

.subscribe-page .subscribe-form .subscribe-input,
.subscribe-page .subscribe-form .subscribe-input::placeholder {
    color: #fffefc;
}

.subscribe-page .subscribe-form .btn-secondary {
    --btn-bg: #fffefc;
    --btn-color: #000;
    --btn-border-color: #fffefc;
}

@media (max-width: 991px) {
    .subscribe-page .h-100vh {
        height: auto;
    }
}

@media (min-width: 992px) {
    .subscribe-page {
        background: #fff url(../img/bg-subscribe.jpg) no-repeat center 0 /cover;
    }

    .subscribe-page .subscribe-title {
        max-width: 1000px;
        font-size: 1.625rem;
        text-align: center;
    }

    .subscribe-page .subscribe-form-success {
        text-align: center;
    }
}

/* -- Swiper -- */
.swiper-count {
    min-width: 80px;
    text-align: center;
}

.swiper-button-disabled {
    opacity: .5;
}

.swiper-slide {
    height: auto;
}

/* -- Fancybox -- */
/* глобальные */
.fancybox__container {
    --fancybox-bg: rgba(0,0,0, .25);
    --fancybox-color: #1d1d1b;
    --fancybox-content-color: #1d1d1b;
    --carousel-button-svg-stroke-width: 1;
    --carousel-button-svg-filter: none;
}

.confirm-modal .is-close-btn {
    display: none;
}

.is-compact .fancybox__content>.f-button.is-close-btn,
.fancybox__content > .f-button.is-close-btn {
    --f-button-bg: initial;
    --f-button-color: #000;
    --f-button-hover-color: initial;
    --f-button-hover-bg: initial;
    --f-button-active-bg: initial;
    --f-button-svg-stroke-width: 1;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    top: 15px;
    right: 15px;
    opacity: 1;
}

/* галерея в товаре */
.product-photo-gallery.fancybox__container {
    --fancybox-bg: #fff;
    --fancybox-color: #1d1d1b;
    --fancybox-thumbs-border-radius: 0;
    --fancybox-accent-color: #1d1d1b;
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 6px;
}

.fancybox__toolbar {
    --f-button-bg: transparent;
}

.f-button:active:not([disabled]) {
    --f-button-active-bg: transparent;
}

.f-button svg {
    --f-button-svg-filter: none;
}

.fancybox__toolbar .f-button svg {
    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
}

.fancybox__nav {
    --f-button-next-pos: -3px;
    --f-button-prev-pos: -3px;
}

.fancybox__nav .f-button svg {
    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
    --f-button-svg-stroke-width: 2;
}

.fancybox__thumbs {
    --f-thumb-border-radius: 0;
    --f-thumb-outline: 1px;
    --f-thumb-outline-color: #1d1d1b;
}

.f-thumbs__slide {
    --f-thumb-width: 32px;
    --f-thumb-height: 48px;
}

.is-compact .fancybox__footer {
    background: transparent;
}

.product-photo-gallery .fancybox__slide {
    padding-left: 0;
    padding-right: 0;
}

.product-photo-gallery .fancybox__toolbar {
    background: none;
    align-items: center;
    --fancybox-toolbar-text-shadow: none;
    --f-button-svg-stroke-width: 2;
}

.product-photo-gallery .carousel__dots {
    top: calc(100% - .5rem);
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        --f-button-hover-color: #1d1d1b;
        --f-button-hover-bg: transparent;
    }
}

@media (min-width: 992px) {
    .fancybox__toolbar .is-right .f-button {
        transform: translate(-22px, 20px);
    }

    .fancybox__nav {
        --f-button-next-pos: 20px;
        --f-button-prev-pos: 20px;
    }
}

/* Модальные окна (корзина, смена адреса, подписка)*/
.side-modal-opened {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    touch-action: none;
}

@media (min-width: 992px) {
    .side-modal-opened {
        padding-right: var(--scroll-padlock-scrollbar-width, 17px);
    }
}

.side-modal {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    visibility: hidden;
    transition: all .5s ease;
    /* overflow-y: auto; */
    z-index: 1050;
}

@media (min-width: 992px) {
    .side-modal {
        width: 42vw;
    }
}

.side-modal.show {
    transform: translateX(0);
    visibility: visible;
}

.side-modal .btn-close {
    --btn-size: 24px;
    right: -5px;
}

.side-modal .top {
    position: absolute;
    background: linear-gradient(0deg, rgba(255,255,255, 0) 0%, rgba(255,255,255, .6) 60%, #fff 100%);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.side-modal .middle {
    height: 100%;
    padding-top: 48px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}

.side-modal.show .middle {
    animation: fadeUp .5s ease-out .15s both;
}

@keyframes fadeUp {
    0% {opacity:0;transform: translateY(15px)}
    100% {opacity:1;transform: translateY(0)}
}

.side-modal .bottom {
    position: relative;
    z-index: 1;
}

.side-modal .middle .text a {
    text-decoration: underline;
    text-underline-offset: .25em;
    white-space: nowrap;
}

/* скролл-полоска в side modal */
.side-modal .middle::-webkit-scrollbar {
    width: 3px;
}

.side-modal .middle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0, .3);
    background-color: #f9f9f9;
}

.side-modal .middle::-webkit-scrollbar-thumb {
    background-color: #000;
}

@supports not selector(::-webkit-scrollbar) {
    .side-modal .middle {
        scrollbar-width: thin;
        scrollbar-color: #000 #dedede;
    }
}

.side-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .25);
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease;
    z-index: 1030;
}

/* окно корзины */
.modal-cart-info {
    font-size: .875rem;
}

.modal-cart-img {
    /* flex: 0 0 90px; */
}

.item-count .btn-quantity::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -8px;
}

.item-count .qty {
    width: 20px;
}

/* окно подписки */
.subscribe-modal {
    background-color: #fffefc;
    padding: 36px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* custom scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0, .3);
    background-color: #f9f9f9;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #1d1d1b;
}

@supports not selector(::-webkit-scrollbar) {
    .custom-scrollbar {
        scrollbar-width: thin;
        scrollbar-color: #000 #dedede;
    }
}

.loader {
    background: rgba(255,255,255, .75) url(../img/loader.svg) no-repeat center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.loading {
    position: relative;
    pointer-events: none;
    user-select: none;
}

.loading::after {
    content: "";
    position: absolute;
    background: rgba(255,255,255, .75) url(../img/loader.svg) no-repeat center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}