@charset "UTF-8";



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
    font-family: swiper-icons;
    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");
    font-weight: 400;
    font-style: normal;
}

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

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

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

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    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 {
    scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    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: "";
    flex-shrink: 0;
    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 {
    margin-inline-start: var(--swiper-centered-offset-before);
}

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

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    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;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

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

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

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

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

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

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

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

    100% {
        transform: rotate(360deg);
    }
}

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

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

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

.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%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    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%;
    object-fit: contain;
    transform-origin: center;
}

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

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

.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-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.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;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.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 {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    transition: 0.2s transform, 0.2s top;
}

.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%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.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 {
    transition: 0.2s transform, 0.2s left;
}

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

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

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

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    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 {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.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 {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
    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 {
    pointer-events: auto;
    visibility: visible;
}

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

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

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

.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 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

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

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

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite;
}

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

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0;
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2;
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1;
}

@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2;
}

@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%);
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%);
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0;
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0;
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}

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

.f-button:focus:not(:focus-visible) {
    outline: none;
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}

.f-button[disabled] {
    cursor: default;
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none;
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}

html.with-fancybox body {
    touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}

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

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
    overflow: hidden;
}

.fancybox__slide.has-image {
    overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
    display: block;
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}

.is-loading .fancybox__content {
    opacity: 0;
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height;
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0px);
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}

.is-compact .fancybox__caption {
    padding-bottom: 0;
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 1;
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}

.is-idle .fancybox__nav {
    animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none;
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none;
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}

.fancybox__container.is-animated[aria-hidden="false"]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="true"]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}

.f-thumbs .f-spinner svg {
    display: none;
}

.f-thumbs.is-vertical {
    height: 100%;
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
    display: flex;
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}

.f-thumbs__slide.is-loading img {
    opacity: 0;
}

.is-classic .f-thumbs__viewport {
    height: 100%;
}

.is-modern .f-thumbs__track {
    width: max-content;
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer;
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
    clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
    transition: none !important;
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
        "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow,
            1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}

.fancybox__toolbar :focus-visible {
    z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none;
}

.fancybox__infobar span {
    padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
    position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none;
}

.publish__load,
.settings__view,
.payment-add__upload,
.payment-add__tab,
.delivery-add__upload,
.delivery-add__tab,
.booking-location__copy,
.orders__btn,
.orders__tab,
.chat__upload img,
.chat__send,
.cat__item,
.booking__item,
.booking__pay,
.back,
.seller__social img,
.banner__timer,
.cabinet__rate a,
.cabinet__upload,
.header__catbtn,
.header__logo,
.card-review__images img,
.card-review__minis img,
.card-review__answer button,
.card__type,
.catalog-menu__more,
.modal__close,
.tabs__item.active {
    transition: all 0.1s ease-in;
    cursor: pointer;
}

@media (any-hover: hover) {

    .publish__load:hover,
    .settings__view:hover,
    .payment-add__upload:hover,
    .payment-add__tab:hover,
    .delivery-add__upload:hover,
    .delivery-add__tab:hover,
    .booking-location__copy:hover,
    .orders__btn:hover,
    .orders__tab:hover,
    .chat__upload img:hover,
    .chat__send:hover,
    .cat__item:hover,
    .booking__item:hover,
    .booking__pay:hover,
    .back:hover,
    .seller__social img:hover,
    .banner__timer:hover,
    .cabinet__rate a:hover,
    .cabinet__upload:hover,
    .header__catbtn:hover,
    .header__logo:hover,
    .card-review__images img:hover,
    .card-review__minis img:hover,
    .card-review__answer button:hover,
    .card__type:hover,
    .catalog-menu__more:hover,
    .modal__close:hover,
    .tabs__item.active:hover {
        opacity: 0.8;
    }
}

.arrow,
.btn,
.accordion__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-btn:hover img,
.publish__tag.active img,
.btn--green:hover img,
.btn--red:hover img,
.btn--main:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.card-details__deposit,
.category__links ul a,
.category__link,
.seller__links a,
.header-search__list a,
.card-review__naming,
.card-review__greys a,
.card__place,
.catalog-menu__item ul a,
.catalog-menu__item h4 a,
.form__policy a {
    transition: color 0.1s;
}

@media (any-hover: hover) {

    .card-details__deposit:hover,
    .category__links ul a:hover,
    .category__link:hover,
    .seller__links a:hover,
    .header-search__list a:hover,
    .card-review__naming:hover,
    .card-review__greys a:hover,
    .card__place:hover,
    .catalog-menu__item ul a:hover,
    .catalog-menu__item h4 a:hover,
    .form__policy a:hover {
        color: #e6342a;
    }
}

.bookingShow::selection,
.booking__item::selection,
.card-review__trigger::selection,
.custom-select::selection {
    background-color: transparent;
}

.bookingShow *::selection,
.booking__item *::selection,
.card-review__trigger *::selection,
.custom-select *::selection {
    background-color: transparent;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    height: 22px;
    width: 22px;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
}

input[type="checkbox"]::after {
    content: "";
    height: 100%;
    border-radius: inherit;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #e0e1e3;
    transition: all 0.1s ease-in;
}

input[type="checkbox"]:checked::after {
    border-color: #e6342a;
    background-color: #e6342a;
    background-image: url("../images/new/check-icon.svg");
}

input[type="radio"] {
    position: relative;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
    border: 1px solid #e0e1e3;
}

input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
}

input[type="radio"]:checked {
    border-color: #e6342a;
}

input[type="radio"]:checked::after {
    background-color: #e6342a;
}

/* inter-300 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}

/* inter-regular */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}

/* inter-500 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}

/* inter-600 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}

/* inter-700 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
    display: block;
}

::-webkit-scrollbar {
    background-color: rgba(157, 160, 166, 0.1);
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(157, 160, 166, 0.4);
    border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: 150%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

textarea {
    height: 120px;
    overflow: auto;
    vertical-align: top;
    resize: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    padding: 0;
}

img,
a {
    display: inline-block;
}

.fancybox__iframe {
    width: 100% !important;
    height: 100%;
}

.fancybox__content {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    position: relative;
    z-index: 1;
}

button,
input,
select,
textarea {
    outline: none;
    border: none;
}

iframe {
    border: none;
}

select {
    background-color: transparent;
}

address {
    font-style: normal;
}

picture,
svg,
video,
img {
    max-width: 100%;
    object-fit: contain;
}

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

.content-holder {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.fslightbox-source {
    border-radius: 5px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    gap: 0px;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(157, 160, 166, 0.1);
}

.swiper-pagination-bullet-active {
    background-color: #e6342a;
}

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

.table__wrapper {
    overflow-x: auto;
    position: relative;
}

table {
    width: 100%;
    overflow: hidden;
    color: #3b444e;
    border-radius: 20px;
}

tr:first-child:not(:nth-child(even)) {
    background-color: #262633;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

tr:nth-child(odd) {
    background: #f6f9fe;
}

tr:nth-child(even) {
    background: #fff;
}

td {
    padding: 20px 30px;
    font-size: 18px;
    vertical-align: middle;
    min-width: 180px;
}

body {
    font-family: "Inter";
    font-weight: 400;
    color: #262633;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 75px;
    overflow-x: hidden;
}

.container {
    max-width: 1420px;
    margin: auto;
}

.publish__load,
.settings__view,
.payment-add__upload,
.payment-add__tab,
.delivery-add__upload,
.delivery-add__tab,
.booking-location__copy,
.orders__btn,
.orders__tab,
.chat__upload img,
.chat__send,
.cat__item,
.booking__item,
.booking__pay,
.back,
.seller__social img,
.banner__timer,
.cabinet__rate a,
.cabinet__upload,
.header__catbtn,
.header__logo,
.card-review__images img,
.card-review__minis img,
.card-review__answer button,
.card__type,
.catalog-menu__more,
.modal__close,
.tabs__item.active {
    transition: all 0.1s ease-in;
    cursor: pointer;
}

@media (any-hover: hover) {

    .publish__load:hover,
    .settings__view:hover,
    .payment-add__upload:hover,
    .payment-add__tab:hover,
    .delivery-add__upload:hover,
    .delivery-add__tab:hover,
    .booking-location__copy:hover,
    .orders__btn:hover,
    .orders__tab:hover,
    .chat__upload img:hover,
    .chat__send:hover,
    .cat__item:hover,
    .booking__item:hover,
    .booking__pay:hover,
    .back:hover,
    .seller__social img:hover,
    .banner__timer:hover,
    .cabinet__rate a:hover,
    .cabinet__upload:hover,
    .header__catbtn:hover,
    .header__logo:hover,
    .card-review__images img:hover,
    .card-review__minis img:hover,
    .card-review__answer button:hover,
    .card__type:hover,
    .catalog-menu__more:hover,
    .modal__close:hover,
    .tabs__item.active:hover {
        opacity: 0.8;
    }
}

.arrow,
.btn,
.accordion__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-btn:hover img,
.publish__tag.active img,
.btn--green:hover img,
.btn--red:hover img,
.btn--main:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.card-details__deposit,
.category__links ul a,
.category__link,
.seller__links a,
.header-search__list a,
.card-review__naming,
.card-review__greys a,
.card__place,
.catalog-menu__item ul a,
.catalog-menu__item h4 a,
.form__policy a {
    transition: color 0.1s;
}

@media (any-hover: hover) {

    .card-details__deposit:hover,
    .category__links ul a:hover,
    .category__link:hover,
    .seller__links a:hover,
    .header-search__list a:hover,
    .card-review__naming:hover,
    .card-review__greys a:hover,
    .card__place:hover,
    .catalog-menu__item ul a:hover,
    .catalog-menu__item h4 a:hover,
    .form__policy a:hover {
        color: #e6342a;
    }
}

.bookingShow::selection,
.booking__item::selection,
.card-review__trigger::selection,
.custom-select::selection {
    background-color: transparent;
}

.bookingShow *::selection,
.booking__item *::selection,
.card-review__trigger *::selection,
.custom-select *::selection {
    background-color: transparent;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    height: 22px;
    width: 22px;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
}

input[type="checkbox"]::after {
    content: "";
    height: 100%;
    border-radius: inherit;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #e0e1e3;
    transition: all 0.1s ease-in;
}

input[type="checkbox"]:checked::after {
    border-color: #e6342a;
    background-color: #e6342a;
    background-image: url("../images/new/check-icon.svg");
}

input[type="radio"] {
    position: relative;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
    border: 1px solid #e0e1e3;
}

input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
}

input[type="radio"]:checked {
    border-color: #e6342a;
}

input[type="radio"]:checked::after {
    background-color: #e6342a;
}

/* inter-300 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}

/* inter-regular */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}

/* inter-500 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}

/* inter-600 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}

/* inter-700 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}

.publish__load,
.settings__view,
.payment-add__upload,
.payment-add__tab,
.delivery-add__upload,
.delivery-add__tab,
.booking-location__copy,
.orders__btn,
.orders__tab,
.chat__upload img,
.chat__send,
.cat__item,
.booking__item,
.booking__pay,
.back,
.seller__social img,
.banner__timer,
.cabinet__rate a,
.cabinet__upload,
.header__catbtn,
.header__logo,
.card-review__images img,
.card-review__minis img,
.card-review__answer button,
.card__type,
.catalog-menu__more,
.modal__close,
.tabs__item.active {
    transition: all 0.1s ease-in;
    cursor: pointer;
}

@media (any-hover: hover) {

    .publish__load:hover,
    .settings__view:hover,
    .payment-add__upload:hover,
    .payment-add__tab:hover,
    .delivery-add__upload:hover,
    .delivery-add__tab:hover,
    .booking-location__copy:hover,
    .orders__btn:hover,
    .orders__tab:hover,
    .chat__upload img:hover,
    .chat__send:hover,
    .cat__item:hover,
    .booking__item:hover,
    .booking__pay:hover,
    .back:hover,
    .seller__social img:hover,
    .banner__timer:hover,
    .cabinet__rate a:hover,
    .cabinet__upload:hover,
    .header__catbtn:hover,
    .header__logo:hover,
    .card-review__images img:hover,
    .card-review__minis img:hover,
    .card-review__answer button:hover,
    .card__type:hover,
    .catalog-menu__more:hover,
    .modal__close:hover,
    .tabs__item.active:hover {
        opacity: 0.8;
    }
}

.arrow,
.btn,
.accordion__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-btn:hover img,
.publish__tag.active img,
.btn--green:hover img,
.btn--red:hover img,
.btn--main:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.card-details__deposit,
.category__links ul a,
.category__link,
.seller__links a,
.header-search__list a,
.card-review__naming,
.card-review__greys a,
.card__place,
.catalog-menu__item ul a,
.catalog-menu__item h4 a,
.form__policy a {
    transition: color 0.1s;
}

@media (any-hover: hover) {

    .card-details__deposit:hover,
    .category__links ul a:hover,
    .category__link:hover,
    .seller__links a:hover,
    .header-search__list a:hover,
    .card-review__naming:hover,
    .card-review__greys a:hover,
    .card__place:hover,
    .catalog-menu__item ul a:hover,
    .catalog-menu__item h4 a:hover,
    .form__policy a:hover {
        color: #e6342a;
    }
}

.bookingShow::selection,
.booking__item::selection,
.card-review__trigger::selection,
.custom-select::selection {
    background-color: transparent;
}

.bookingShow *::selection,
.booking__item *::selection,
.card-review__trigger *::selection,
.custom-select *::selection {
    background-color: transparent;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    height: 22px;
    width: 22px;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
}

input[type="checkbox"]::after {
    content: "";
    height: 100%;
    border-radius: inherit;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #e0e1e3;
    transition: all 0.1s ease-in;
}

input[type="checkbox"]:checked::after {
    border-color: #e6342a;
    background-color: #e6342a;
    background-image: url("../images/new/check-icon.svg");
}

input[type="radio"] {
    position: relative;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
    border: 1px solid #e0e1e3;
}

input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
}

input[type="radio"]:checked {
    border-color: #e6342a;
}

input[type="radio"]:checked::after {
    background-color: #e6342a;
}

/* inter-300 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}

/* inter-regular */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}

/* inter-500 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}

/* inter-600 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}

/* inter-700 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
    font-family: swiper-icons;
    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");
    font-weight: 400;
    font-style: normal;
}

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

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

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

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    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 {
    scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    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: "";
    flex-shrink: 0;
    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 {
    margin-inline-start: var(--swiper-centered-offset-before);
}

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

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    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;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

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

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

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

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

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

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

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

    100% {
        transform: rotate(360deg);
    }
}

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

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

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

.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%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    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%;
    object-fit: contain;
    transform-origin: center;
}

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

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

.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-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.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;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.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 {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    transition: 0.2s transform, 0.2s top;
}

.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%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.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 {
    transition: 0.2s transform, 0.2s left;
}

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

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

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

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    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 {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.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 {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
    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 {
    pointer-events: auto;
    visibility: visible;
}

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

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

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

.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 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

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

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

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite;
}

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

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0;
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2;
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1;
}

@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2;
}

@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%);
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%);
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0;
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0;
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}

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

.f-button:focus:not(:focus-visible) {
    outline: none;
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}

.f-button[disabled] {
    cursor: default;
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none;
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}

html.with-fancybox body {
    touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}

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

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
    overflow: hidden;
}

.fancybox__slide.has-image {
    overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
    display: block;
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}

.is-loading .fancybox__content {
    opacity: 0;
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height;
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0px);
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}

.is-compact .fancybox__caption {
    padding-bottom: 0;
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 1;
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}

.is-idle .fancybox__nav {
    animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none;
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none;
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}

.fancybox__container.is-animated[aria-hidden="false"]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="true"]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}

.f-thumbs .f-spinner svg {
    display: none;
}

.f-thumbs.is-vertical {
    height: 100%;
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
    display: flex;
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}

.f-thumbs__slide.is-loading img {
    opacity: 0;
}

.is-classic .f-thumbs__viewport {
    height: 100%;
}

.is-modern .f-thumbs__track {
    width: max-content;
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer;
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
    clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
    transition: none !important;
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
        "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow,
            1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}

.fancybox__toolbar :focus-visible {
    z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none;
}

.fancybox__infobar span {
    padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
    position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none;
}

.publish__load,
.settings__view,
.payment-add__upload,
.payment-add__tab,
.delivery-add__upload,
.delivery-add__tab,
.booking-location__copy,
.orders__btn,
.orders__tab,
.chat__upload img,
.chat__send,
.cat__item,
.booking__item,
.booking__pay,
.back,
.seller__social img,
.banner__timer,
.cabinet__rate a,
.cabinet__upload,
.header__catbtn,
.header__logo,
.card-review__images img,
.card-review__minis img,
.card-review__answer button,
.card__type,
.catalog-menu__more,
.modal__close,
.tabs__item.active {
    transition: all 0.1s ease-in;
    cursor: pointer;
}

@media (any-hover: hover) {

    .publish__load:hover,
    .settings__view:hover,
    .payment-add__upload:hover,
    .payment-add__tab:hover,
    .delivery-add__upload:hover,
    .delivery-add__tab:hover,
    .booking-location__copy:hover,
    .orders__btn:hover,
    .orders__tab:hover,
    .chat__upload img:hover,
    .chat__send:hover,
    .cat__item:hover,
    .booking__item:hover,
    .booking__pay:hover,
    .back:hover,
    .seller__social img:hover,
    .banner__timer:hover,
    .cabinet__rate a:hover,
    .cabinet__upload:hover,
    .header__catbtn:hover,
    .header__logo:hover,
    .card-review__images img:hover,
    .card-review__minis img:hover,
    .card-review__answer button:hover,
    .card__type:hover,
    .catalog-menu__more:hover,
    .modal__close:hover,
    .tabs__item.active:hover {
        opacity: 0.8;
    }
}

.arrow,
.btn,
.accordion__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-btn:hover img,
.publish__tag.active img,
.btn--green:hover img,
.btn--red:hover img,
.btn--main:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.card-details__deposit,
.category__links ul a,
.category__link,
.seller__links a,
.header-search__list a,
.card-review__naming,
.card-review__greys a,
.card__place,
.catalog-menu__item ul a,
.catalog-menu__item h4 a,
.form__policy a {
    transition: color 0.1s;
}

@media (any-hover: hover) {

    .card-details__deposit:hover,
    .category__links ul a:hover,
    .category__link:hover,
    .seller__links a:hover,
    .header-search__list a:hover,
    .card-review__naming:hover,
    .card-review__greys a:hover,
    .card__place:hover,
    .catalog-menu__item ul a:hover,
    .catalog-menu__item h4 a:hover,
    .form__policy a:hover {
        color: #e6342a;
    }
}

.bookingShow::selection,
.booking__item::selection,
.card-review__trigger::selection,
.custom-select::selection {
    background-color: transparent;
}

.bookingShow *::selection,
.booking__item *::selection,
.card-review__trigger *::selection,
.custom-select *::selection {
    background-color: transparent;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    height: 22px;
    width: 22px;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
}

input[type="checkbox"]::after {
    content: "";
    height: 100%;
    border-radius: inherit;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #e0e1e3;
    transition: all 0.1s ease-in;
}

input[type="checkbox"]:checked::after {
    border-color: #e6342a;
    background-color: #e6342a;
    background-image: url("../images/new/check-icon.svg");
}

input[type="radio"] {
    position: relative;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
    border: 1px solid #e0e1e3;
}

input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
}

input[type="radio"]:checked {
    border-color: #e6342a;
}

input[type="radio"]:checked::after {
    background-color: #e6342a;
}

/* inter-300 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}

/* inter-regular */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}

/* inter-500 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}

/* inter-600 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}

/* inter-700 */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"),
        url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

git checkout main *,
*::before,
*::after {
    box-sizing: inherit;
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
    display: block;
}

::-webkit-scrollbar {
    background-color: rgba(157, 160, 166, 0.1);
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(157, 160, 166, 0.4);
    border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: 150%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

textarea {
    height: 120px;
    overflow: auto;
    vertical-align: top;
    resize: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    padding: 0;
}

img,
a {
    display: inline-block;
}

.fancybox__iframe {
    width: 100% !important;
    height: 100%;
}

.fancybox__content {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    position: relative;
    z-index: 1;
}

button,
input,
select,
textarea {
    outline: none;
    border: none;
}

iframe {
    border: none;
}

select {
    background-color: transparent;
}

address {
    font-style: normal;
}

picture,
svg,
video,
img {
    max-width: 100%;
    object-fit: contain;
}

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

.content-holder {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.fslightbox-source {
    border-radius: 5px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    gap: 0px;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(157, 160, 166, 0.1);
}

.swiper-pagination-bullet-active {
    background-color: #e6342a;
}

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

.table__wrapper {
    overflow-x: auto;
    position: relative;
}

table {
    width: 100%;
    overflow: hidden;
    color: #3b444e;
    border-radius: 20px;
}

tr:first-child:not(:nth-child(even)) {
    background-color: #262633;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

tr:nth-child(odd) {
    background: #f6f9fe;
}

tr:nth-child(even) {
    background: #fff;
}

td {
    padding: 20px 30px;
    font-size: 18px;
    vertical-align: middle;
    min-width: 180px;
}

body {
    font-family: "Inter";
    font-weight: 400;
    color: #262633;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 75px;
}

.header-spacer {
    margin-bottom: 170px;
    /* отступ вниз, равный высоте шапки */
}

.header-spacer.hidden {
    display: none;
}

.container {
    max-width: 1420px;
    margin: auto;
}

.tabs {
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 16px;
}

.tabs__item {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 12px;
    opacity: 0.5;
}

.tabs__item:not(.active):hover {
    background-color: #e6342a;
    color: #fff;
}

.tabs__item.active {
    border-color: #262633;
    font-weight: 600;
    opacity: 1;
}

.tabs__content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
}

.tabs__content:has(.swiper) {
    min-width: 0;
}

.tabs__content.active {
    grid-template-rows: 1fr;
}

.tabs__wrapper {
    min-height: 0;
}

.title {
    font-size: 28px;
    font-weight: 600;
}

.dragging {
    cursor: grabbing;
}

.spacing {
    padding: 40px 0;
}

strong {
    font-weight: 600;
}

.cards.spacing {
    margin: 0;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.accordion__wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s linear;
    overflow: hidden;
}

.accordion__head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
}

.accordion__head:focus-visible {
    color: #e6342a;
    outline: none;
}

.accordion__name {
    font-size: 22px;
    font-weight: 500;
}

.accordion__item {
    padding: 16px;
    border-radius: 12px;
}

.accordion__item.active .accordion__wrapper {
    grid-template-rows: 1fr;
    padding-top: 16px;
}

.accordion__item.active .accordion__name {
    color: #e6342a;
}

.accordion__item.active .accordion__btn {
    background-color: #e6342a;
    rotate: 45deg;
}

.accordion__btn {
    border-radius: 50%;
    background-color: #e6342a;
    height: 50px;
    width: 50px;
    padding: 10px;
    transition: all 0.2s linear;
}

.accordion__content {
    min-height: 0;
    line-height: 160%;
}

@-webkit-keyframes blinkAnimation {
    0% {
        left: 0;
        -webkit-transform: translate(-105%, -50%) skew(-15deg);
        transform: translate(-105%, -50%) skew(-15deg);
    }

    40% {
        left: 0;
        -webkit-transform: translate(-105%, -50%) skew(-15deg);
        transform: translate(-105%, -50%) skew(-15deg);
    }

    60% {
        left: 100%;
        -webkit-transform: translate(105%, -50%) skew(-15deg);
        transform: translate(105%, -50%) skew(-15deg);
    }

    100% {
        left: 100%;
        -webkit-transform: translate(105%, -50%) skew(-15deg);
        transform: translate(105%, -50%) skew(-15deg);
    }
}

@keyframes blinkAnimation {
    0% {
        left: 0;
        -webkit-transform: translate(-105%, -50%) skew(-15deg);
        transform: translate(-105%, -50%) skew(-15deg);
    }

    40% {
        left: 0;
        -webkit-transform: translate(-105%, -50%) skew(-15deg);
        transform: translate(-105%, -50%) skew(-15deg);
    }

    60% {
        left: 100%;
        -webkit-transform: translate(105%, -50%) skew(-15deg);
        transform: translate(105%, -50%) skew(-15deg);
    }

    100% {
        left: 100%;
        -webkit-transform: translate(105%, -50%) skew(-15deg);
        transform: translate(105%, -50%) skew(-15deg);
    }
}

.btn {
    width: fit-content;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
    color: #fff;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    gap: 10px;
}

.btn {
    border: 1px solid #F4F5F8;
    background-color: #fff;
    color: #7A7B7D;

    border-radius: 10px;
    padding: 14px 42px;
    height: 48px;
    width: fit-content;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

.btn_black {
    border: 1px solid #262633;
    background-color: #262633;
    color: #ffffff;
}

.btn_question {
    width: 48px;
    height: 48px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    padding: 0;
}

.btn:hover,
.btn:active {
    opacity: 0.8;
}


.btn--lightblue {
    background: #daefff;
    color: #e6342a;
}

.btn--lightblue:hover {
    background-color: #e6342a;
    color: #fff;
}

.btn--main {
    background-color: #e6342a;
    color: #fff;
}

.btn--main::before,
.btn--main::after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
}

.btn--main::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent);
    transition: 0.5s ease-in-out;
}

.btn--main:hover::before {
    left: 100%;
}

.btn--outline {
    border: 1px solid #e6342a;
    color: #e6342a;
}

.btn--outline:hover {
    background-color: #e6342a;
    color: #fff;
}

.btn--grey {
    border: 1px solid #f4f5f8;
    background-color: #f4f5f8;
    color: #262633;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn--grey:hover {
    background-color: #262633;
    color: #fff;
}

.btn--red {
    border: 1px solid #fdebea;
    background-color: #fdebea;
    color: #e6342a;
}

.btn--red:hover {
    background-color: #e6342a;
    color: #fff;
}

.btn--green {
    border: 1px solid #f3fff6;
    background-color: #f3fff6;
    color: #262633;
}

.btn--green:hover {
    background-color: #25be4e;
    color: #fff;
}

.btn--white {
    border: 1px solid #fff;
    background-color: #fff;
    color: #e6342a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn--white:hover {
    background-color: #e6342a;
    color: #fff;
}

.btn--black {
    border: 1px solid #262633;
    color: #fff;
    background-color: #262633;
}

.btn--black::before,
.btn--black::after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
}

.btn--black::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent);
    transition: 0.5s ease-in-out;
}

.btn--black:hover::before {
    left: 100%;
}

.btn--center {
    display: flex;
    width: fit-content;
    margin: auto;
    padding: 12px 50px;
}

.btn:disabled {
    cursor: not-allowed;
    filter: grayscale(100%);
}

@media (any-hover: hover) {
    .btn:disabled:hover {
        filter: grayscale(100%);
        background-color: #e6342a;
    }

    .btn:disabled:hover::after,
    .btn:disabled:hover::before {
        display: none;
    }
}

.form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form__policy {
    font-size: 14px;
    text-align: left;
}

.form__policy a {
    text-decoration: underline;
    display: inline;
}

.form__confirm {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
}

.form__item {
    position: relative;
}

.form__item img {
    position: absolute;
    z-index: 1;
    top: 50%;
    height: 18px;
    object-fit: contain;
    transform: translateY(-50%);
    left: 20px;
    border-right: 1px solid #e6342a;
    padding-right: 7px;
    filter: grayscale(100%) opacity(0.5);
}

.form__item input {
    padding-left: 60px;
}

.form__item:has(input:focus) img,
.form__item:has(input:hover) img {
    filter: grayscale(0%);
}

.form .btn {
    width: 100%;
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

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

.modal.active .modal__inner {
    visibility: visible;
    opacity: 1;
    scale: 1;
}

.modal__inner {
    width: 540px;
    border-radius: 32px;
    visibility: hidden;
    scale: 0;
    opacity: 0;
    background: #fff;
    padding: 60px;
    text-align: center;
    position: relative;
}

.modal .btn {
    width: 100%;
}

.modal__close {
    height: 22px;
    width: 22px;
    object-fit: contain;
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal input {
    background: #f6f6f6;
}

.modal__text {
    margin: 16px 0 32px;
    color: #9da0a6;
}

.modal__title {
    font-size: 32px;
}

.head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
}

.arrow {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #e6342a;
    transition: all 0.3s;
}

.arrow path {
    transition: all 0.1s;
}

.arrow:hover {
    background-color: #262633;
}

.arrow:hover path {
    stroke: #fff;
}

.custom-select {
    position: relative;
    width: 100%;
    z-index: 2;
}

.custom-select__current {
    padding: 0 16px;
    cursor: pointer;
    background: #f4f5f8;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding-right: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.custom-select__current::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    height: 12px;
    width: 12px;
    background-image: url("../images/new/select-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.custom-select__list {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    border: 1px solid #f4f5f8;
    box-shadow: 0 0 10px rgba(38, 38, 51, 0.1);
    border-top: none;
    margin: 0;
    z-index: 2;
    font-size: 14px;
    border-radius: 8px;
}

.custom-select__item {
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.custom-select__item:hover {
    background: rgba(65, 175, 255, 0.2);
}

.custom-select.open .custom-select__list {
    display: block;
}

.custom-select.open .custom-select__current::after {
    transform: translateY(-50%) rotate(180deg);
}

.card-vertical__view {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
}

.card-vertical__pagination {
    display: none;
    position: absolute;
    bottom: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10;
    width: fit-content !important;
    padding: 4px;
    background: #26263380;
    border-radius: 40px;
}

.card-vertical__pagination .swiper-pagination-bullet {
    background-color: #9DA0A6;
}

.card-vertical__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 18px;
    height: 8px;
    border-radius: 20px;
}

.card-vertical__main.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.card-vertical__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
}

.card-vertical__minis {
    height: 550px;
    overflow: hidden;
    border-radius: 16px;
}

.card-vertical__minis .swiper-slide {
    width: 100px !important;
    height: 100px !important;
}

.card-vertical__minis:has(.swiper-slide-thumb-active) .swiper-slide-thumb-active::after {
    visibility: hidden;
    opacity: 0;
}

.card-vertical__minis .swiper-slide {
    position: relative;
}

.card-vertical__minis .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.46);
    transition: all 0.1s;
}

.card-vertical__minis-img {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.card-vertical__main {
    width: 100%;
}

.card-vertical__main .swiper-wrapper {
    height: fit-content;
    position: relative;
}

.card-vertical__main-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 16px;
}

.holder {
    position: relative;
    z-index: 1;
}

.holder .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.holder .arrow--left {
    left: 0;
}

.holder .arrow--right {
    right: 0;
}

.buts {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    min-width: auto !important;
}

.buts__item {
    background: #f4f5f8;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    min-width: auto !important;
    font-weight: 500;
    white-space: nowrap;
}

.buts__item.active {
    background-color: #262633;
    color: #fff;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="url"],
select,
.btn,
textarea {
    border-radius: 8px;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="url"],
select {
    height: 52px;
}

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

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea {
    padding: 0 16px;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.2s;
    font-size: 14px;
}

input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
textarea:hover,
textarea:focus {
    border-color: #e6342a;
    background-color: #fff;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    color: #9da0a6;
}

.linked {
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 32px;
    background-color: #262633;
    color: #fff;
    position: fixed;
    inset: 0;
    height: 100%;
    overflow-y: auto;
}

.chat-wrap,
.catalog-wrap,
.search-wrap {
    background: #262633;
    opacity: 0.5;
    position: fixed;
    inset: 0;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.chat-wrap.active,
.catalog-wrap.active,
.search-wrap.active {
    visibility: visible;
    opacity: 0.5;
}

.chat-wraps {
    background-color: #fff;
    opacity: 0.5;
    position: fixed;
    inset: 0;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.chat-wraps.active {
    visibility: visible;
    opacity: 0.5;
}

.header-media {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.header-media.active {
    visibility: visible;
    opacity: 1;
}

.header-media__inner {
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
}

.header-media__content {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    display: none;
    text-align: center;
}

.header-media__content.active {
    display: flex;
}

.header-media__content.grey {
    background: #f4f5f8;
}

.header-media__img {
    height: 360px;
    object-fit: contain;
    width: fit-content;
    border-radius: 16px;
}

.header-media h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
}

.header-media__btns {
    margin-top: 16px;
}

.header-media .btn {
    height: 40px !important;
}

.header-media__icon {
    height: 120px;
    width: 120px;
    object-fit: contain;
}

.header-media__upload input {
    display: none;
}

.catalog-menu {
    position: absolute;
    top: 100px;
    border-radius: 0 0 32px 32px;
    background-color: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    padding-bottom: 65px;
    overflow: hidden;
    padding-top: 20px;
    height: 69vh;
    height: 540px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
}

.catalog-menu.active {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

.catalog-menu__inner {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 60px;
}

.catalog-menu__aside {
    padding-bottom: 30px;
    overflow-y: auto;
    padding-right: 10px;
    max-height: 75vh;
}

.catalog-menu__aside::-webkit-scrollbar {
    background-color: rgba(157, 160, 166, 0.1);
    width: 5px;
}

.catalog-menu__aside::-webkit-scrollbar-thumb {
    background-color: rgba(157, 160, 166, 0.8);
    border-radius: 2px;
}

.catalog-menu__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.catalog-menu__grey {
    position: absolute;
    bottom: -1%;
    z-index: 2;
    right: 0%;
    background-image: url("../images/new/circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: -1;
}

.catalog-menu__img {
    height: 380px;
    object-position: bottom;
}

.catalog-menu__wrap {
    visibility: hidden;
    opacity: 0;
    padding-right: 200px;
    /* transition: all 0.3s; */
    position: absolute;
    margin-bottom: 30px;
    z-index: 1;
}

.catalog-menu__wrap.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.catalog-menu__items {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; */
    overflow-y: auto;
    padding-bottom: 50px;
    max-height: 70vh;
    height: 320px;
}

.catalog-menu__items.custom-scroll-v .simplebar-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-right: 15px !important;
}

.catalog-menu__items .simplebar-content:before,
.catalog-menu__items .simplebar-content:after {
    display: none;
}

.catalog-menu__items::-webkit-scrollbar {
    display: none;
}

.simplebar-track.simplebar-vertical {
    background: #f4f5f8;
    width: 4px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b6bccb;
    opacity: 1;
}

.catalog-menu__title {
    font-weight: 600;
    font-size: 28px;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 45px;
}

.catalog-menu__title span {
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
}

.catalog-menu__more {
    color: #e6342a;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
}

.catalog-menu__item h4 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

.catalog-menu__item h4 a {
    position: relative;
    padding-right: 15px;
}

.catalog-menu__item h4 a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background-image: url("../images/new/catalog-link.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.catalog-menu__item ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    color: #9da0a6;
}

.catalog-menu__item ul li.hide {
    display: none;
}

.catalog-menu__link {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0px 14px 0px 0px;
    transition: all 0.2s;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-right: 30px;
}

.catalog-menu__link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    height: 8px;
    width: 8px;
    background-image: url("../images/new/catalog-link.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.catalog-menu__link img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.catalog-menu__link:hover,
.catalog-menu__link.active {
    background: #f4f5f8;
}

.minispace {
    margin: 24px 0;
}

.card * {
    min-width: 0;
}

.card__inner {
    display: flex;
    grid-template-columns: 1fr 0.3fr;
    gap: 20px;
}

.card__view {
    /* display: grid;
    grid-template-columns: 2fr repeat(2, 1.3fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card-vertical {
    width: calc(100% - 360px);
    grid-area: 1 / 1 / 2 / 2;
}

.card__info {
    /* grid-area: 1 / 2 / 2 / 3;
    margin-left: 20px;
    margin-right: 20px; */
    width: 340px;
}

.product-card {
    grid-area: 1 / 3 / 2 / 4;
}

.card__item {
    margin-top: 60px;
}

.card__types {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
}

.card__buts {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.card__but {
    height: 40px;
    border-radius: 8px;
    background: #f4f5f8;
    padding: 4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #f4f5f8;
    transition: all 0.1s;
}

.card__but.active {
    background-color: #262633;
    color: #fff;
}

.card__but:hover {
    border-color: #262633;
}

.card__type {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 1px;
}

.card__type img {
    height: 100%;
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
}

.card__type.active {
    border-color: #e6342a;
}

.card__place {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-right: 12px;
    margin-bottom: 6px;
}

.card__place::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-image: url("../images/new/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.card__place_no_arrow {
    position: relative;
    /* обязательно, чтобы ::after работал */
}

.card__place_no_arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background: none;
    /* отключает изображение */
}

.card__details {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
}

.card__box {
    margin-top: 24px;
}

.card__rate {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 6px;
    font-size: 20px;
    font-weight: 500;
}

.card__rate h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* центрируем по горизонтали */

    margin: 0;
    text-align: center;
    /* дополнительное выравнивание текста */
}

.card__sold {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.card__label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card__label span {
    color: #262633;
}

.card__title {
    font-size: 20px;
    font-weight: 600;
}

.card__item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card__item-title-wrap {
    width: 240px;
}

.card__two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.card__lines {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card__line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.card__line span {
    flex: 1;
    border-bottom: 1px dashed #9da0a6;
    align-self: end;
    margin-bottom: 4px;
}

.card__line strong {
    font-weight: 500;
    color: #262633;
}

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

.card-review__head {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.card-review__answer {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-start: span 2;
    gap: 8px;
}

.card-review__answer input,
.card-review__answer button img {
    height: 48px;
}

.card-review__answer input {
    width: 100%;
}

.card-review__arrow img {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.card-review__rate {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 320px; */
}

.card-review__rate strong {
    font-size: 28px;
    font-weight: 600;
}

.card-review__rate .card-review__left strong {
    font-size: inherit;
    font-weight: inherit
}

.card-review__hidden {
    margin-top: 14px;
}

.card-review__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.card-review__action {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.card-review__action:hover:first-child,
.card-review__action.active:first-child {
    color: #e6342a;
}

.card-review__action:hover:first-child path,
.card-review__action.active:first-child path {
    stroke: #e6342a;
}

.card-review__action:hover:last-child,
.card-review__action.active:last-child {
    color: #e6342a;
}

.card-review__action:hover:last-child path,
.card-review__action.active:last-child path {
    stroke: #e6342a;
}

.card-review__trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.1s;
}

.card-review__minis {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.card-review__minis img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.card-review__end:hover .card-review__trigger {
    color: #e6342a;
}

.card-review__end:hover .card-review__trigger path {
    stroke: #e6342a;
}

.card-review__end.active .card-review__trigger {
    color: #e6342a;
}

.card-review__end.active .card-review__trigger path {
    stroke: #e6342a;
}

.card-review__end.active .card-review__trigger svg:last-child {
    rotate: 180deg;
}

.card-review__greys {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
    display: flex;
    align-items: center;
    gap: 18px;
}

.card-review__greys span {
    position: relative;
}

.card-review__greys span::after {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #9da0a6;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}

.card-review__greys span:last-child::after {
    display: none;
}

.card-review__stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.card-review__stars img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.card-review__images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.card-review__images img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card-review .btn {
    margin-top: 16px;
    width: 100%;
}

.card-review__replies {
    margin: 0 16px;
    margin-top: 14px;
}

.card-review__upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.card-review__left {
    display: flex;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
}

.card-review__left span {
    color: #9da0a6;
}

.card-review__reply {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #e0e1e3;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
}

.card-review__reply:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.card-review__reply>img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.card-review__items {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-review__item {
    border-radius: 8px;
    padding: 16px;
    background: #f4f5f8;
}

.card-review__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.card-review__top>img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.card-review__naming {
    font-weight: 500;
    font-size: 14px;
}

.card-review__type {
    margin-top: 14px;
    font-weight: 500;
    font-size: 14px;
    color: #9da0a6;
}

.card-review__end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e0e1e3;
}

.card-review__text {
    margin-top: 6px;
}

.card-review__infos {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.card-review__infos span {
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
}

.card-review__ministars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-review__ministars img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.card-review__bottom {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cabinet__main .card-review__items {
    margin-top: 0;
}

.cabinet__main .buts {
    margin-bottom: 16px;
    display: flex;
    gap: 4px;
}

.cabinet__main .buts__item {
    height: 40px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading {
    font-weight: 600;
    font-size: 20px;
}

.liked {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all 0.2s;

    border-radius: 8px;
}

.liked.active {
    filter: grayscale(0);
}

/* Heart SVG color states */
.liked svg path {
    stroke: #262633;
    fill: none;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.liked.active svg path {
    stroke: #E6342A;
    fill: #E6342A;
}

.card-item {
    position: sticky;
    top: 20px;
}

.card-item__top {
    border: 1px solid #f4f5f8;
    border-radius: 16px;
    padding: 12px;
    display: grid;
    gap: 16px;
    margin-bottom: 10px;
    grid-template-columns: auto 1fr auto;
    /* добавили 3-ю колонку под лайк */
    align-items: center;
}

.card-item__top .liked {
    justify-self: end;
    /* прижать к правому краю */
}

.card-item__grey {
    background: #f4f5f8;
    border-radius: 12px;
    padding: 16px;
}

.card-item__info {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-item__info strong {
    font-size: 28px;
    font-weight: 600;
}

.card-item__info del {
    color: #9da0a6;
    font-size: 16px;
}

.card-item__info span {
    color: #e6342a;
}

.card-item__middle {
    display: flex;
    gap: 8px;
    align-items: center;
}

.card-item__middle .btn {
    width: 100%;
    height: 48px;
}

.card-item__delivery {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #9da0a6;
    text-align: center;
}

.card-item__view {
    position: relative;
}

.card-item__confirm {
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.card-item__name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.card-item__name img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.card-item__rate {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 4px;
    border-radius: 4px;
    background: rgba(255, 170, 0, 0.2);
    color: #fa0;
}

.card-item__rate img {
    height: 12px;
    width: 12px;
    object-fit: contain;
    flex-shrink: 0;
}

.card-item__bottom {
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-item__bottom span {
    font-size: 12px;
    font-weight: 500;
    color: #9da0a6;
}

.card-item__avi {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    object-fit: contain;
}

.hide {
    display: none !important;
}

.header {
    background: #f4f5f8;
    padding: 30px 0;
    position: relative;
    transition: all 0.2s;
}

/* Sticky header styles */
.header-top-new.hidden {
    display: none;
}

.header-top-new-mob.hidden {
    /* display: none; */
}

.header {
    transition: top 0.3s ease, box-shadow 0.3s ease;
}

.header.fixed {
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Dynamic fixed header styles */
.header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.header.active {
    z-index: 10;
    background-color: #fff;
}

.header__item img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.header .btn {
    height: 52px;
    font-size: 15px;
    padding: 10px 20px;
}

.header__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 55px;
}

.header__logo {
    height: 48px;
    object-fit: contain;
}

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.header__items {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header__catbtn {
    border-radius: 8px;
    padding: 4px 16px;
    height: 52px;
    background-color: #f4f5f9;
    color: #5a5c5e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.catalog-btn {
    border-radius: 8px;
    padding: 4px 16px;
    height: 52px;
    background-color: #e6342a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    stroke: #fff;
}

.catalog-btn:hover {
    /* transition: background-color 0.5s ease; */
    opacity: 1;
    background-color: #f6f7fc;
    color: #5a5c5e;
    stroke: #5a5c5e;
    /* transition: background-color 0.3s ease; */
}

.add_Obj span {
    color: #e6342a;
}

.add_Obj:hover span {
    color: #fff;
}

.add_Obj:hover {
    opacity: 1;
    background-color: #e6342a;
    color: #fff;
    stroke: #fff;
}

/* Стили для catalog-btn при скролле */
.catalog-btn.scrolled {
    background-color: #f6f7fc !important;
    color: transparent !important;
    transition: all 0.3s ease;
}

.catalog-btn.scrolled svg {
    opacity: 1;
    visibility: visible;
    stroke: #43444c !important;
    transition: all 0.3s ease;
}

.catalog-btn.scrolled:hover svg {
    opacity: 1;
    visibility: visible;
    stroke: #fff !important;
    transition: all 0.3s ease;
}

.catalog-btn.scrolled span {
    display: none;
}

.catalog-btn.scrolled:hover {
    background-color: #e6342a !important;
    color: #fff !important;
    stroke: #fff !important;
    transition: all 0.3s ease;
}

.header__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    transition: all 0.2s;
    font-size: 14px;
    font-weight: 500;
}

.header__item path {
    transition: all 0.2s;
}

.header__item svg {
    max-height: 24px;
    max-width: 24px;
    object-fit: contain;
}

.header__item:hover {
    color: #e6342a;
}

.header__item:hover path {
    stroke: #e6342a;
}

.header__searchbar {
    flex: 1;
    display: flex;
    /* background-color: #e6342a; */
    border: 1px solid #dbdcde;
    border-radius: 8px;
    align-items: center;
    position: relative;
    z-index: 9;
}

.header__search {
    position: relative;
    flex: 1;
}

.header__search input {
    /* border-color: #e6342a; */
    /* box-shadow: 0 0 0 1px #e6342a; */
    padding-right: 35px;
    height: 50px;
}

.header__find {
    background-color: #e6342a;
    margin-right: 4px;
    color: #fff;
    border-radius: 8px;
    height: 44px;
    width: 80px;
}

.header__searchbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    height: 16px;
    width: 16px;
}

.header__searchbtn img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cabinet {
    padding: 30px 0;
}

.cabinet__inner {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 70px;
}

.cabinet .card-seller__item {
    flex: 1;
}

.cabinet .card-seller__item h3 {
    font-size: 20px;
    font-weight: 600;
}

.cabinet .card-seller__item p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
}

.cabinet .card-seller__item>img {
    width: 100%;
    height: 170px;
}

.cabinet .top {
    position: relative;
    padding-left: 25px;
}

.cabinet .top .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.cabinet .top h3 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.cabinet__search {
    border-radius: 8px;
    padding: 4px 4px 4px 16px;
    background: #f4f5f8;
    height: 40px !important;
    margin-bottom: 16px;
    display: none;
}

.cabinet__search--show {
    display: block;
}

.cabinet .chat-wrap {
    z-index: 15;
}

.cabinet__filter {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.cabinet__filter::-webkit-scrollbar {
    height: 5px;
}

.cabinet__filter .btn {
    height: 40px;
    margin-top: 0 !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 16;
}

.cabinet__filter .btn img {
    display: none;
}

.cabinet__filter .btn.active {
    background-color: #f4f5f8;
    color: #262633;
    border-color: #f4f5f8;
}

.cabinet__filter .btn.active img {
    display: block;
}

.cabinet__filter .btn.active::after,
.cabinet__filter .btn.active::before {
    display: none;
}

.cabinet__edit {
    border-radius: 8px;
    flex-shrink: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f5f8;
    width: 48px;
    transition: all 0.2s;
    border: 1px solid transparent;
    position: relative;
    z-index: 15;
}

.cabinet__edit:hover {
    border: 1px solid #e0e1e3;
}

.cabinet__edit img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.cabinet__docs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.cabinet__doc span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
    display: inline-block;
    margin-bottom: 12px;
}

.cabinet__docimage {
    border-radius: 8px;
    border: 1px solid #e0e1e3;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cabinet__docage {
    height: 165px;
    position: relative;
}

.cabinet__upload input {
    display: none;
}

.cabinet__upload img {
    height: 165px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.cabinet__delete {
    right: 8px;
    bottom: 8px;
    position: absolute;
    height: 32px;
    width: 32px;
    background: #ffeceb;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s;
}

.cabinet__delete svg {
    height: 16px;
    width: 16px;
}

.cabinet__delete:hover {
    background-color: #e6342a;
}

.cabinet__delete:hover path {
    stroke: #fff;
}

.cabinet .top {
    display: none;
}

.cabinet__avi {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.cabinet__profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cabinet__rate {
    margin-top: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cabinet__rate span {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #9da0a6;
}

.cabinet__rate span img {
    height: 14px;
    width: 14px;
    object-fit: contain;
    margin-top: -2px;
}

.cabinet__rate a {
    color: #e6342a;
}

.cabinet__alerts {
    margin-top: 24px;
    border-radius: 16px;
    background: #f4f5f8;
    padding: 12px 16px;
}

.cabinet__alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e1e3;
    transition: all 0.2s;
}

.cabinet__alert:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.cabinet__alert img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.cabinet .title {
    margin-bottom: 24px;
}

.cabinet .btn {
    margin-top: 16px;
}

.cabinet__list {
    margin-top: 16px;
}

.cabinet__list li:first-of-type a {
    border: none;
}

.cabinet__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 12px 16px 0;
    border-top: 1px solid #e0e1e3;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    position: relative;
}

.cabinet__link-content {
    opacity: 0.5;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cabinet__link:has(strong) {
    padding-right: 30px;
}

.cabinet__link strong {
    height: 18px;
    width: 18px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    background-color: #e6342a;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cabinet__link:hover .cabinet__link-content,
.cabinet__link.active .cabinet__link-content {
    opacity: 1;
}

.cabinet__link img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.cabinet__link.red {
    color: #e6342a;
    opacity: 1;
}

.cabinet-chat__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 10px;
}

.cabinet-chat__grey {
    color: #9da0a6;
}

.cabinet-chat__message {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cabinet-chat__message img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.cabinet-chat__top {
    color: #9da0a6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.cabinet-chat__top span {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cabinet-chat__grey {
    display: flex;
    align-items: center;
    gap: 4px;
}

.cabinet-chat__grey img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.cabinet-chat__item {
    border-radius: 16px;
    padding: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    transition: all 0.2s;
}

.cabinet-chat__item:hover {
    background: #f4f5f8;
}

.cabinet-chat__item--new .cabinet-chat__message {
    font-weight: 600;
    padding-right: 30px;
    position: relative;
}

.cabinet-chat__item--new .cabinet-chat__message::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #e6342a;
}

.cabinet-chat__item--new .cabinet-chat__top span {
    font-weight: 600;
    color: #000;
}

.cabinet-chat__item>img {
    height: 60px;
    width: 60px;
    border-radius: 16px;
    object-fit: cover;
}

.cabinet-chat__item--help {
    background: #ecf7ff;
}

.cabinet-chat__item--help>img {
    object-fit: contain;
}

.header-search {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
}

.header-search.active {
    visibility: visible;
    opacity: 1;
}

.header-search__boxes {
    display: flex;
    gap: 4px;
    margin-top: 16px;
}

.header-search__box {
    width: 120px;
    background: #f4f5f8;
    border-radius: 8px;
    padding: 10px 12px;
    padding-bottom: 110px;
    position: relative;
    transition: all 0.2s;
}

.header-search__box span {
    font-size: 14px;
    font-weight: 500;
}

.header-search__box img {
    width: 80%;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-search__box:hover {
    color: #e6342a;
}

.header-search__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    margin-top: 20px;
    max-height: 210px;
    overflow-y: auto;
    padding-right: 10px;
}

.header-search__list::-webkit-scrollbar {
    width: 5px;
}

.header-search__list a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-search__list a img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.header-search__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.header-search__tag {
    border-radius: 16px;
    height: 32px;
    border-radius: 8px;
    padding: 6px 12px;
    background: #f4f5f8;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.header-search__tag:hover {
    color: #e6342a;
}

/* .banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 450px;
  background-image: url("../images/new/welcome-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  position: relative;
} */
.banner__img {
    height: 350px;
    position: absolute;
    bottom: 0;
}

.banner__img:first-child {
    left: 0;
}

.banner__img:last-child {
    right: 0;
}

.banner__main {
    flex: 1;
}

.banner__timer {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 35px;
    background-color: #262633;
    color: #fff;
    border-radius: 8px;
    height: 52px;
    padding: 10px 16px;
    gap: 20px;
}

.banner__timer img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    object-position: bottom;
}

.banner__text {
    max-height: 215px;
    object-fit: contain;
}

.pops {
    position: fixed;
    z-index: 12;
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

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

.pops__inner {
    width: 500px;
    max-height: 95%;
    overflow-y: auto;
    border-radius: 8px;
    background-color: #fff;
    padding: 24px;
}

.pops h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.pops__catalogs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pops__catalog {
    border: 1px solid #e6342a;
    border-radius: 8px;
    padding: 12px 16px;
    background: #f4f5f8;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.pops__add {
    background: #f4f5f8;
    border-radius: 8px;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.pops__add:hover {
    background-color: rgba(65, 175, 255, 0.1);
}

.pops__people {
    margin-top: 12px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.pops input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    flex-shrink: 0;
    border: 2px solid #e0e1e3;
}

.pops input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
    background-image: none;
}

.pops input[type="checkbox"]:checked {
    border-color: #e6342a;
}

.pops input[type="checkbox"]:checked::after {
    background-color: #e6342a;
}

.pops .cabinet-chat__item {
    display: grid;
    grid-template-columns: auto 1fr auto;
}

.pops__btns {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.pops__btns .btn {
    flex: 1;
    height: 48px;
}

.mb {
    margin-bottom: 15px;
}

.grey-icon {
    height: 36px;
    width: 36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f5f8;
    transition: all 0.2s;
}

.grey-icon:hover {
    background-color: #e7e7e7;
}

.grey-icon img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.mbs {
    margin-bottom: 24px;
}

.uptitle {
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.seller {
    margin-bottom: 32px;
}

.seller__inner {
    display: grid;
    grid-template-columns: 1fr 0.3fr;
    gap: 20px;
}

.seller__icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seller__head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.seller__top {
    display: flex;
    gap: 16px;
    align-items: center;
}

.seller__datas {
    margin-top: 16px;
    display: flex;
    gap: 32px;
}

.seller__data {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seller__data strong {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
}

.seller__data strong img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.seller__data span {
    font-size: 12px;
    font-weight: 500;
    color: #9da0a6;
}

.seller__about {
    margin-top: 20px;
    font-size: 14px;
    width: 80%;
}

.seller__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seller__details strong {
    font-size: 16px;
    font-weight: 600;
}

.seller__details span {
    font-size: 12px;
    color: #9da0a6;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.seller__details span img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.seller__img {
    height: 100px;
    width: 100px;
    border-radius: 4px;
    object-fit: cover;
}

.seller__other {
    text-align: right;
}

.seller__other h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.seller__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    margin-top: 12px;
}

.seller__social img {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.seller__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.seller__links a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.seller__links a img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.cards {
    margin-top: 16px;
}

.cards * {
    min-width: 0;
}

.cards__image {
    width: 100%;
    height: 185px;
    border-radius: 8px;
    object-fit: cover;
}

.cards__four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 20px;
}

.cards__three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
}

.cards__line {
    /* display: grid; */
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
}

.cards__line--reverse {
    grid-template-columns: 1fr 0.5fr;
}

.cards__line:first-child {
    margin-top: 0;
}

.cards__six {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.cards__items {
    flex: 1;
    display: flex;
    gap: 20px;
}

.cards__items-main {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.cards__img,
.cards__top strong,
.cards__text {
    transition: all 0.2s;
}

.cards__item {
    flex: 1;
}

.cards__item:hover .cards__top strong,
.cards__item:hover .cards__text {
    color: #e6342a;
}

.cards__item:hover .cards__img {
    opacity: 0.8;
}

.cards__item .swiper-pagination {
    position: unset;
    margin-top: 4px;
    display: flex;
    gap: 0;
}

.cards__item .swiper-pagination-bullet {
    flex: 1;
    width: 100%;
    height: 2px;
    border-radius: 12px;
    opacity: 1;
    background-color: rgba(38, 38, 51, 0.1);
    margin: 0 !important;
}

.cards__item .swiper-pagination-bullet-active {
    background: #262633;
}

.cards__item .swiper-slide {
    height: 200px;
}

.cards__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f5f8;
}

.cards__images::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cards__images .swiper-wrapper,
.cards__images .swiper-slide {
    position: absolute;
    inset: 0;
    height: 100% !important;
}

.cards__images .swiper-slide {
    display: flex;
}

.cards__view {
    position: relative;
}

.cards__view .product-card-sliderCard {
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cards__view .slider-container-sliderCard {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cards__heart {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    border-radius: 8px;
    cursor: pointer;
    background: transparent;
    border: none;
    box-shadow: none;
}

.cards__heart .heart-icon {
    width: 28px;
    height: 26px;
    display: block;
}

.cards__heart svg {
    display: block;
}

.cards__heart .heart-icon path {
    fill: #ffffff !important;
    stroke: #262633 !important;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.cards__heart.active .heart-icon path {
    fill: #e6342a !important;
    stroke: #e6342a !important;
}

.cards__badge {
    background: #e6342a;
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 2;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.cards__badge img {
    height: 12px;
    width: 12px;
    object-fit: contain;
}

.cards__top {
    margin-top: 12px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.cards__top strong {
    font-size: 20px;
    font-weight: 600;
}

.cards__top del {
    opacity: 0.5;
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
}

.cards__top span {
    color: #e6342a;
    font-size: 14px;
    font-weight: 500;
}

.cards__name {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
    display: flex;
    align-items: start;
    gap: 4px;
}

.cards__name>img {
    flex-shrink: 0;
    margin-top: 2px;
}

.cards__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    max-width: 100%;

    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.cards__bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.cards__rate {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
}

.cards__sold {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cards__sold img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.cards__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.cards__blue {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    background: linear-gradient(to right, #89cdff, #a8daff, #bae2ff, #c6e7ff);
}

.cards__five {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px 20px;
}

.category {
    margin-top: 24px;
}

.category * {
    min-width: 0;
}

.category__inner {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
}

.category__three {
    display: grid;
    grid-template-columns: 1fr 0.6fr 1.5fr;
    gap: 20px;
}

.category__search-img {
    width: 100%;
    height: 600px;
    border-radius: 16px;
    object-fit: cover;
}

.category .tabs {
    display: none;
    margin-top: 16px;
}

.category__mobile {
    margin-top: 16px;
    gap: 4px;
    align-items: center;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    display: none;
}

.category__mobile>a {
    flex-shrink: 0;
}

.category__but {
    height: 32px;
    border-radius: 16px;
    background: #f4f5f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
}

.category__but--dark {
    background-color: #262633;
    color: #fff;
}

.category__top {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.category__btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.category__filter {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.category__link {
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
}

.category__link--arrow {
    position: relative;
}

.category__link--arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 8px;
    width: 8px;
    background-image: url("../images/new/arrow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.category__link.active {
    color: #e6342a;
}

.category__wrap>label {
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #9da0a6;
}

.category__wrap>input {
    background: #f4f5f8;
    margin-bottom: 10px;
    height: 40px;
    padding: 8px;
}

.category__nums {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.category__nums input {
    background: #f4f5f8;
    height: 40px;
    padding: 8px;
}

.category__more {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #9da0a6;
    position: relative;
    padding-right: 20px;
}

.category__more::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-image: url("../images/new/arrow-down-grey.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.category__checkboxes,
.category__radios {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.category__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
}

.category__radio,
.category__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.1s;
    cursor: pointer;
}

.category__radio:hover,
.category__checkbox:hover {
    color: #e6342a;
}

.category__line span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.category__line span img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.category__ticks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.category__rows {
    display: grid;
    gap: 12px;
}

.category__grey {
    background: #f4f5f8;
    border-radius: 16px;
    padding: 16px;
}

.category__child {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
}

.category__row span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category__row img {
    height: 32px;
    width: 32px;
    border-radius: 7px;
    object-fit: cover;
    border: 1px solid #f4f5f8;
}

.category__tick {
    height: 32px;
    border-radius: 16px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    background: #f4f5f8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.category__tick:has(input:checked) {
    background-color: #262633;
    color: #fff;
}

.category__tick input {
    display: none;
}

.category__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category__links ul {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 500;
    font-size: 14px;
}

.switcher {
    width: 50px;
    height: 30px;
    background: rgba(120, 120, 128, 0.16);
    border-radius: 30px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.switcher:has(input:checked) {
    background: #34c759;
}

.switcher:has(input:checked) .switcher__circle {
    left: 22px;
}

.switcher__circle {
    height: 27px;
    width: 27px;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
}

.switcher input {
    display: none;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #f4f5f8;
    padding: 16px;
    z-index: 8;
    display: none;
}

.mobile-nav__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.mobile-nav__link {
    position: relative;
}

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

.mobile-nav__link.active path {
    stroke: #e6342a;
}

/* Красим иконку каталога в красный, когда модалка открыта */
.mobile-nav__link.is-open path {
    stroke: #e6342a;
}

.mobile-show {
    display: none;
}

.tabs {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
}

.tabs__item {
    white-space: nowrap;
    min-width: auto;
}

.popup {
    background: rgba(38, 38, 51, 0.5);
    position: fixed;
    z-index: 12;
    inset: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

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

.popup.active .popup__inner {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.popup .top {
    position: relative;
    padding-left: 25px;
}

.popup .top .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.popup .top h3 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.popup p {
    font-size: 14px;
    margin-top: 8px;
}

.popup:has(.popup__white) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__map {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.popup__brand {
    height: 30px;
    width: fit-content;
    object-fit: contain;
    margin-bottom: 24px;
}

.popup__lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.popup__line {
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
}

.popup__line img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}

.popup__places {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup__places .btn {
    height: 48px;
    font-size: 15px;
}

.popup__icon {
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 2;
    background-color: #262633;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__icon img {
    height: 12px;
    width: 12px;
    object-fit: contain;
}

.popup__left {
    flex: 1;
}

.popup__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.popup__list li {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.popup__list span {
    color: #9da0a6;
}

.popup__white {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 16px;
    width: 760px;
    position: relative;
}

.popup__alert {
    border-radius: 8px;
    background: #f4f5f8;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
}

.popup__inner {
    background-color: #fff;
    padding: 24px 16px;
    transform: translateY(100%);
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #f4f5f8;
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.popup__inner>h3 {
    font-weight: 600;
    font-size: 20px;
    color: #262633;
    margin-bottom: 16px;
}

.popup__inner--filter {
    overflow-y: auto;
    height: 100%;
    border-radius: 0;
}

.popup .cabinet__doc h4 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

.popup__top {
    text-align: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 24px;
}

.popup__top h3 {
    font-weight: 600;
    font-size: 16px;
}

.popup__top .back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.popup__top .popup__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
}

.popup .category__radio {
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px solid #e0e1e3;
}

.popup__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.popup .btn {
    width: 100%;
    margin-top: 16px;
}

.cats {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cats__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* gap: 16px; */
    justify-content: space-evenly;
}

.cats__item {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    flex-shrink: 0;
}

.cats__item img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.cats__item span {
    font-size: 10px;
    font-weight: 600;
}

.card-details {
    border-radius: 12px;
    padding: 10px 14px 16px 14px;
    background: #f4f5f8;
    margin-top: 16px;
}

.card-details__top {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.card-details__top strong {
    font-size: 24px;
    font-weight: 700;
}

.card-details__top del {
    color: #9da0a6;
    font-weight: 500;
    font-size: 16px;
}

.card-details__top span {
    font-size: 16px;
    font-weight: 600;
    color: #e6342a;
}

.card-details__brands {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.card-details__brands img {
    height: 12px;
    object-fit: contain;
}

.card-details__deposit {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 12px;
}

.card-details__deposit img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.card-details__lines {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(157, 160, 166, 0.2);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-details__line {
    color: #9da0a6;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-details__line strong {
    color: #262633;
}

.card-seller {
    margin-top: 16px;
    border: 1px solid #f4f5f8;
    border-radius: 16px;
    padding: 12px;
}

.card-seller__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-seller__head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 16px;
}

.card-seller__items {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
}

.card-seller__info {
    margin-top: 8px;
}

.card-seller__info strong {
    font-size: 14px;
    font-weight: 700;
}

.card-seller .btn {
    width: 100%;
    margin-top: 16px;
}

.card-seller__bottom span {
    font-size: 10px;
    font-weight: 600;
    color: #e6342a;
}

.card-seller__bottom del {
    font-size: 10px;
    font-weight: 500;
    color: #9da0a6;
}

.card-seller__item {
    flex-shrink: 0;
}

.card-seller__item img {
    border-radius: 4px;
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.card__left {
    width: calc(100% - 360px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.store-info {
    width: 100%;
    padding: 30px;
    border: 1.5px solid #E0E1E3;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    align-items: stretch;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #595A5C;
}

.store-info--mb {
    display: none;
}

.store {
    display: flex;
    gap: 8px;
}

.store__badge {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #9DA0A6;
    margin-bottom: 6px;
}

.store__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #262633;
}

.store__descr {
    display: none;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #9DA0A6;
}

.store__rating {
    background-color: #FFAA0033;
    border-radius: 4px;
    color: #FFAA00;
    padding: 2px 4px;
}

.store__badge svg {
    flex-shrink: 0;
}

.store+.btn {
    margin-top: 16px;
    padding: 12px 17px;
}

.store__pic-wrap,
.store__btn-fav {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #F6F7FC;
}

.store__pic-wrap svg {
    display: none;
}

.store__col {
    width: calc(100% - 132px);
}

.store__btn-fav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-info__col {
    width: calc(100% / 3);
    padding: 0 30px;
}


.store-info__col:first-child {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-info__col:last-child {
    padding-right: 0;
}

.store-info__col:not(:first-child) {
    border-left: 1px solid #9DA0A6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-info-item svg {
    flex-shrink: 0;
}

.store-info-item span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.store-info-item:not(:first-child) {
    margin-top: 12px;
}

.store-info__btns-wrap {
    display: none;
    align-items: center;
    gap: 8px;
}

.store-info__btns-wrap .btn_red {
    padding: 12px 17px;
    width: 84px;
}

.store-info__btns-wrap .btn_red svg {
    flex-shrink: 0;
}

.store-info__btns-wrap .btn_grey {
    padding: 12px 17px;
    width: calc(100% - 84px - 8px);
}

.review-mobile {
    margin-top: 24px;
}

.review-mobile__end {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 14px;
}

.review-mobile__item {
    border-radius: 8px;
    padding: 8px 8px 12px 8px;
    background: #f4f5f8;
}

.review-mobile__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-mobile__top {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-mobile__top>img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.review-mobile__info strong {
    font-size: 12px;
    font-weight: 500;
}

.review-mobile__line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-mobile__line span {
    font-size: 12px;
    color: #9da0a6;
}

.review-mobile__stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.review-mobile__stars img {
    height: 14px;
    width: 14px;
    object-fit: contain;
}

.review-mobile__images {
    display: flex;
    gap: 4px;
}

.review-mobile__images img {
    width: 60px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.review-mobile__greys {
    color: #9da0a6;
    margin-top: 14px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-mobile__text {
    margin-top: 4px;
    font-size: 12px;
}

.review-mobile .card-review__action {
    color: #262633;
    font-size: 12px;
}

.card__item .buts {
    margin-bottom: 24px;
}

.card__item .btn {
    width: 100%;
    margin-top: 16px;
}

.mobile-text {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.purchase {
    padding: 16px 0;
    background-color: #fff;
    border-top: 1px solid #f4f5f8;
    position: fixed;
    bottom: 60px;
    z-index: 10;
    left: 0;
    right: 0;
}

.purchase__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    /* цена, кнопка, лайк */
    gap: 30px;
    align-items: center;
}

.purchase .btn {
    width: 100%;
}

.purchase__info strong {
    font-size: 20px;
    font-weight: 700;
}

.purchase__bottom {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
}

.purchase__bottom del {
    color: #9da0a6;
}

.purchase__bottom span {
    color: #e6342a;
}

.write {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-top: 12px;
}

.write .btn {
    height: 40px;
    width: 40px;
    margin-top: 0;
}

.write input {
    background: #f4f5f8;
    height: 40px;
}

.mobile-revs:not(:has(.popup__details)) .review-mobile {
    margin-top: 0;
}

.mobile-revs__head {
    display: flex;
}

.mobile-revs .card-review__greys {
    margin-top: 4px;
}

.mobile-revs .card-review__rate {
    gap: 12px;
}

.mobile-revs .card-review__rate strong {
    font-size: 40px;
}

.mobile-revs__details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 32px;
}

.mobile-revs__details span {
    font-size: 12px;
    color: #9da0a6;
}

.back {
    height: 24px;
    width: 24px;
    object-fit: contain;
    display: flex;
    align-items: center;
}

.review-page__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 45px;
}

.review-page__head .btn {
    padding: 10px 60px;
}

.review-page__info strong {
    font-weight: 400;
}

.review-page__prices strong {
    font-weight: 700;
    font-size: 20px;
}

.review-page__line {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
    gap: 4px;
}

.review-page__line del {
    color: #9da0a6;
}

.review-page__line span {
    color: #e6342a;
}

.review-page__rate {
    margin-top: 4px;
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.review-page__rate img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.review-page__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    margin-bottom: 24px;
}

.review-page__datas {
    display: flex;
    gap: 40px;
}

.review-page__data {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-page__data strong {
    font-size: 28px;
    font-weight: 600;
}

.review-page__data span {
    font-weight: 500;
    font-size: 14px;
    color: #9da0a6;
}

.review-page__main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-page__main>img {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.review-page__right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-page__left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tablet-show {
    display: none;
}

.top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.empty {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
    padding-bottom: 30px;
}

.empty img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}

.empty h3 {
    font-size: 20px;
    font-weight: 600;
}

.empty p {
    color: #9da0a6;
    margin-top: 8px;
    font-size: 14px;
}

.empty-wrap {
    border: 1px solid #e0e1e3;
    border-radius: 16px;
    padding: 50px;
}

.booking__head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: end;
    margin-bottom: 24px;
}

.booking__places {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking__buts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking__buts .btn {
    margin-top: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
}

.booking__place:not(:has(span)) {
    align-items: center;
}

.booking__place:not(:has(span)) strong {
    font-size: 16px;
    font-weight: 400;
}

.booking .btn--grey {
    width: 100%;
    font-size: 16px;
}

.booking__boxes .swiper-slide {
    width: 140px;
}

.booking__confirm {
    background: #f4f5f8;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.booking__confirm img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.booking__inner {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 20px;
}

.booking__pays .swiper-slide {
    width: 240px;
}

.booking__row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.booking__row strong {
    font-weight: 600;
}

.booking__row span {
    font-size: 14px;
    color: #9da0a6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.booking__bottom {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.booking__bottom .btn {
    font-size: 14px !important;
    margin-top: 0 !important;
}

.booking__place {
    display: flex;
    gap: 10px;
}

.booking__place img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.booking__place.active .booking__locate img {
    rotate: 180deg;
}

.booking__locate {
    display: flex;
    align-items: center;
    gap: 6px;
}

.booking__locate img {
    height: 18px;
    width: 18px;
    object-fit: contain;
    transition: all 0.2s linear;
}

.booking__location {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.booking__location strong {
    font-weight: 500;
}

.booking__location span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.booking__pay {
    height: 75px;
    border: 1px solid #e0e1e3;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    gap: 18px;
    cursor: pointer;
    overflow: hidden;
}

.booking__pay:has(input:checked) {
    border-color: #262633;
}

.booking__pay input {
    display: none;
}

.booking__pay img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.booking__policy {
    font-size: 10px;
    text-align: center;
    color: #9da0a6;
    margin-top: 12px;
}

.booking__policy a {
    color: #e6342a;
}

.booking__box {
    border-radius: 12px;
    background: #f4f5f8;
    padding: 12px;
}

.booking__box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking__box h3 span {
    color: #e6342a;
    font-size: 14px;
    font-weight: 500;
}

.booking__box .btn {
    width: 100%;
    margin-top: 14px;
    height: 48px;
    font-size: 16px;
}

.booking__items {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.booking__right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking__main {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking__view {
    display: flex;
    gap: 14px;
    font-size: 14px;
    font-weight: 500;
}

.booking__view>img {
    height: 80px;
    width: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.booking__lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}

.booking__line span {
    color: #9da0a6;
}

.booking__end {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e0e1e3;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.booking__all {
    font-size: 16px;
}

.booking__pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.booking__pricing h3 {
    margin-bottom: 8px;
}

.booking__pricing span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.booking__seller {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.booking__seller img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.booking__info h3 {
    margin-bottom: 4px;
}

.booking__info span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.booking__item {
    flex-shrink: 0;
    height: 80px;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #e0e1e3;
    cursor: pointer;
}

.booking__item:has(input:checked) {
    border-color: #262633;
}

.booking__item input {
    display: none;
}

.booking__item img {
    height: 20px;
    width: fit-content;
    object-fit: contain;
}

.booking__item span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.mt {
    margin-top: 16px;
}

.mobile-show {
    display: none;
}

.cat {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
}

.cat .swiper-slide {
    width: 220px;
    margin-right: 20px;
}

.cat__item {
    padding: 10px 12px;
    padding-bottom: 180px;
    position: relative;
    background: #f4f5f8;
    border-radius: 8px;
    min-height: 180px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.cat__item img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    object-position: bottom;
    height: 160px;
    width: 100%;
}

.favs__inner {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 20px;
}

.favs__cats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.favs__list {
    background: #f4f5f8;
    border-radius: 16px;
    overflow: hidden;
}

.favs__list a {
    padding: 16px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
    width: 100%;
}

.favs__list a:not(.active):hover {
    color: #e6342a;
}

.favs__list a.active {
    background-color: #e6342a;
    color: #fff;
}

.favs__others {
    border-top: 1px solid #f4f5f8;
    padding-top: 24px;
}

.favs__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.favs .card-seller__item img {
    width: 100%;
    height: 200px;
}

.top--center {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
}

.top--center .back {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top--center h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    flex: 1;
}

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

.selling {
    margin-top: 12px;
}

.selling__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.selling__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    background: #f4f5f8;
    border-radius: 12px;
    padding: 8px;
}

.selling__item img {
    height: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
}

.selling__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.selling__info strong {
    font-size: 12px;
    font-weight: 500;
}

.selling__info span {
    font-size: 12px;
    font-weight: 500;
    color: #9da0a6;
}

.cabinet__main {
    display: flex;
    flex-direction: column;
}

.cabinet__main:has(.chat-modal) {
    position: relative;
}

.cabinet .cards {
    margin-top: 0;
}

.cabinet .cards__image {
    height: 150px;
}

.cabinet__inner:has(.chat-modal) {
    position: relative;
}

.chat-modal {
    position: absolute;
    inset: 0;
    z-index: 12;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.chat-modal.active {
    visibility: visible;
    opacity: 1;
}

.chat-modal .top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.chat-modal .top .title {
    margin-bottom: 0;
}

.chat {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.chat__main {
    flex: 1;
    height: 100%;
    overflow-y: auto;
}

.chat__head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.chat .cabinet-chat__item:hover {
    background-color: transparent;
}

.chat__trigger {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f4f5f8;
    padding: 4px;
    transition: all 0.2s;
}

.chat__trigger:hover {
    background-color: #e6e6e6;
}

.chat__config {
    position: relative;
}

.chat__dropdown {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #f4f5f8;
    background: #fff;
    border-radius: 8px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    width: 190px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    z-index: 3;
}

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

.chat__messages {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 62vh;
    overflow-y: auto;
    padding-right: 15px;
}

.chat__wrap {
    position: relative;
}

.chat__wrap:has(.chat__message--right) .chat__acts {
    left: unset;
    right: 0;
}

.chat__acts {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #f4f5f8;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    z-index: 2;
    left: 0;
    gap: 16px;
    font-size: 14px;
    width: max-content;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

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

.chat__act {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s;
}

.chat__act:hover {
    color: #e6342a;
}

.chat__act img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.chat__liner {
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid #e0e1e3;
    font-size: 14px;
    margin-left: 60px;
    display: none;
}

.chat__liner img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

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

.chat__liner.active {
    display: flex;
}

.chat__message {
    background: #f4f5f8;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    width: fit-content;
}

.chat__message--right {
    background: #e0e1e3;
    margin-left: auto;
}

.chat__new {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.chat__new::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #e6342a;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
}

.chat__new span {
    font-size: 14px;
    background-color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    color: #e6342a;
    padding: 20px;
}

.chat__bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
}

.chat__send img {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.chat__input {
    background: #f4f5f8;
}

.chat__lefts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.chat__rights {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.chat__time {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.chat__upload input {
    display: none;
}

.chat__upload img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.chat__droplink {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f4f5f8;
}

.chat__droplink:last-child {
    border-bottom: none;
}

.chat__droplink img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.chat__droplink:hover {
    font-weight: 500;
}

.chat__droplink.red {
    color: #e6342a;
}

.chat__main {
    padding-top: 40px;
}

.chat__left {
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-mob {
    align-items: center;
    gap: 12px;
    grid-column-start: span 2;
    display: none;
}

.chat-mob>img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.chat-mob__name {
    font-size: 12px;
    font-weight: 500;
}

.chat-mob__line {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
}

.chat-mob__line strong {
    font-weight: 700;
}

.chat-mob__line span {
    color: #9da0a6;
    position: relative;
}

.chat-mob__line span::before {
    content: "•  ";
}

.chat-modal__name {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.chat-modal__name img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.card__disc {
    display: flex;
    flex-direction: column;
}

.disc_btn {
    display: flex;
    background-color: #f4f5f8;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
}

.disc__main {
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.card__disc .spec-disc {
    padding: 0;
}

.rate {
    /* background: #FFF7E6; */
    width: 45px;
    height: 34px;

    padding-bottom: 20px;
    /* border-radius: 4px; */
    display: inline-flex;
    align-items: center;
    width: fit-content;
    /* font-size: 45px; */
    /* color: #fa0; */
    gap: 5px;
}

.rate img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.orders__lines {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orders__tabs {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-bottom: 6px;
    gap: 4px;
}

.orders__tab {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    height: 40px;
    min-width: 200px;
    padding: 12px;
    background: #f4f5f8;
}

.orders__tab.active {
    background-color: #262633;
    color: #fff;
}

.orders__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.orders__content {
    flex: 1;
}

.orders__btn {
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    background-color: #9da0a6;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.orders__btn img {
    height: 10px;
    width: 10px;
    object-fit: contain;
}

.orders__btn.blue {
    background-color: #e6342a;
}

.orders__btn.red {
    background-color: #fff;
    color: #e6342a;
}

.orders__btn.white {
    background-color: #fff;
    color: #262633;
}

.orders__btn.green {
    background-color: #25be4e;
}

.orders__name {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.orders__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.orders__top strong {
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.orders__top span {
    font-weight: 700;
    color: #9da0a6;
    flex-shrink: 0;
}

.orders__line {
    padding: 12px;
    border-radius: 8px;
    background: #f4f5f8;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
}

.orders__line>img {
    height: 80px;
    width: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.top--show {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.top--show .title {
    margin-bottom: 0;
}

.booking-location {
    background-color: #fff;
    border: 1px solid #e0e1e3;
    border-radius: 8px;
    padding: 12px 16px;
    display: none;
}

.booking-location.active {
    display: block;
}

.booking-location__items {
    display: flex;
    flex-direction: column;
}

.booking-location__bottom {
    margin-top: 24px;
}

.booking-location__bottom span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
    margin-bottom: 4px;
}

.booking-location__note {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 12px;
    background-color: #e0e1e3;
    padding: 4px 6px;
    border-radius: 6px;
    transform: translateY(100%);
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.booking-location__note.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.booking-location__blue {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    gap: 8px;
}

.booking-location__blue strong {
    color: #e6342a;
    font-weight: 600;
    font-size: 20px;
}

.booking-location__copy img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.booking-location__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-left: 32px;
    position: relative;
    padding-bottom: 12px;
}

.booking-location__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #e6342a;
    border-radius: 50%;
    z-index: 2;
}

.booking-location__item:last-child::after {
    display: none;
}

.booking-location__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    height: 100%;
    width: 2px;
    background-color: #e6342a;
    z-index: 1;
}

.booking-location__item strong {
    font-weight: 400;
    font-size: 16px;
}

.booking-location__item span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.cabinet .booking {
    width: 100%;
}

.cabinet .booking__inner {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
}

.booking-map {
    position: relative;
    margin-bottom: 16px;
}

.booking-map__layout {
    height: 300px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.booking-map__mark {
    bottom: 8px;
    left: 8px;
    right: 8px;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #f4f5f8;
    border-radius: 8px;
    padding: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
}

.booking-map__mark>img {
    height: 30px;
    object-fit: contain;
}

.booking-map__times {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.booking-map__time {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.booking-map__time span {
    color: #9da0a6;
}

.booking-review {
    border-radius: 8px;
    padding: 12px 16px;
    background: #f4f5f8;
}

.booking-review__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.booking-review__top span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.booking-review__details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #9da0a6;
}

.booking-review__text {
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.booking-review__acts {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.booking-review__act {
    display: flex;
    align-items: center;
    gap: 4px;
}

.booking-review__act img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.booking-review__act span {
    color: #e6342a;
}

.booking-review__act.inactive {
    opacity: 0.5;
}

.booking-review .btn {
    width: 100%;
    font-size: 16px;
}

.booking-review__stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.booking-review__stars img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.bookingShow {
    cursor: pointer;
}

.review-modal {
    background-color: rgba(38, 38, 51, 0.5);
    position: fixed;
    inset: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.review-modal.active {
    visibility: visible;
    opacity: 1;
}

.review-modal__head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e1e3;
}

.review-modal__head>img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.review-modal__head h3 {
    font-size: 16px;
    font-weight: 400;
}

.review-modal__head span {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.review-modal__rates {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    text-align: center;
    gap: 16px;
}

.review-modal__input {
    margin-top: 16px;
    background: #f4f5f8;
}

.review-modal__stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.review-modal__stars img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.review-modal__stars strong {
    font-size: 14px;
    font-weight: 700;
}

.review-modal__wrap>img {
    height: 120px;
    width: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.review-modal__upload>img {
    height: 120px;
    width: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.review-modal__upload input {
    display: none;
}

.review-modal__inner {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    width: 500px;
    max-height: 95%;
    overflow-y: auto;
}

.review-modal__wrap {
    position: relative;
    height: 120px;
}

.review-modal__remove {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #ffeceb;
    border-radius: 4px;
    padding: 4px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-modal__remove img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.review-modal__images {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 16px;
    width: 100%;
}

.review-modal__btns {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.review-modal__btns .btn {
    flex: 1;
    height: 48px;
    font-size: 16px;
}

.modals {
    background-color: rgba(38, 38, 51, 0.5);
    position: fixed;
    inset: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

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

.modals__inner {
    background-color: #fff;
    width: 600px;
    border-radius: 16px;
    padding: 24px 16px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.modals__inner::-webkit-scrollbar {
    background-color: rgba(157, 160, 166, 0.1);
    width: 5px;
}

.modals__inner::-webkit-scrollbar-thumb {
    background-color: rgba(157, 160, 166, 0.8);
    border-radius: 2px;
}

.modals__inner:has(.modals__top) {
    max-height: 98%;
    overflow-y: auto;
}

.modals__bottom .booking-review {
    margin-top: 12px;
}

.modals__search {
    background: #f4f5f8;
    height: 40px;
}

.modals__cities {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 12px;
}

.modals__cities::-webkit-scrollbar {
    background-color: rgba(157, 160, 166, 0.1);
    width: 5px;
}

.modals__cities::-webkit-scrollbar-thumb {
    background-color: rgba(157, 160, 166, 0.8);
    border-radius: 2px;
}

.modals__city {
    padding: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    border-bottom: none;
    /* убираем линии */
}


.modals__btns {
    display: flex;
    gap: 8px;
}

.modals__main {
    flex: 1;
}

.modals .booking__place strong {
    font-weight: 600;
}

.modals .booking__places {
    margin-top: 24px;
}

.modals .booking__places>img {
    margin-bottom: 12px;
    height: 30px;
    align-self: start;
}

.modals__main .booking__place strong {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.modals__detail {
    display: flex;
    justify-content: space-between;
}

.modals__right {
    width: 100%;
}

.modals__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.modals__product {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
}

.modals__product>img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    object-fit: contain;
}

.modals__product h3 {
    font-size: 12px;
    font-weight: 500;
}

.modals__product span {
    font-size: 10px;
    margin-top: 4px;
    color: #9da0a6;
    font-weight: 600;
}

.modals__details {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f4f5f8;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modals__details:first-of-type {
    padding-top: 0;
    border: none;
    margin-top: 0;
}

.modals__details strong {
    font-weight: 400 !important;
    font-size: 14px;
}

.modals__details span {
    font-size: 14px;
    color: #9da0a6;
}

.modals__details h4 {
    font-size: 20px;
    font-weight: 700;
}

.modals .booking-map__layout {
    height: 100%;
    width: 115%;
    margin-left: -20px;
    border-radius: 0;
    flex: 1;
}

.modals__top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.modals__top h3 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.modals__top .back,
.modals__top .modals__copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modals__top .back {
    left: 0;
}

.modals__top .modals__copy {
    right: 0;
}

.modals .booking-map__times {
    width: 100%;
}

.modals .btn {
    width: 100%;
    margin-top: 12px;
}

.modals .booking-location {
    padding: 0;
    display: block;
    border: none;
}

.orders-wait,
.orders-modal {
    background-color: rgba(38, 38, 51, 0.5);
    position: fixed;
    inset: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.orders-wait.active,
.orders-modal.active {
    visibility: visible;
    opacity: 1;
}

.orders-wait__btns,
.orders-modal__btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-wait__btns .btn,
.orders-modal__btns .btn {
    flex: 1;
    font-size: 14px;
}

.orders-wait h3,
.orders-modal h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.orders-wait__inner,
.orders-modal__inner {
    width: 500px;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}

.orders-wait__head,
.orders-modal__head {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e1e3;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
}

.orders-wait__head>img,
.orders-modal__head>img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.orders-wait__info,
.orders-modal__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.orders-wait__info strong,
.orders-modal__info strong {
    font-size: 16px;
    font-weight: 400;
}

.orders-wait__info span,
.orders-modal__info span {
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
}

.orders-wait .btn,
.orders-modal .btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    margin-top: 16px;
}

.orders-wait__text,
.orders-modal__text {
    margin-top: 16px;
}

.orders-wait__text strong,
.orders-modal__text strong {
    font-weight: 700;
}

.confirm {
    position: fixed;
    bottom: 40px;
    border: 1px solid #25be4e;
    border-radius: 12px;
    padding: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #f3fff6;
    z-index: 12;
    font-size: 14px;
    display: flex;
    gap: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

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

.confirm img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.custom-select.open {
    z-index: 5;
}

.custom-select.open .custom-select__list {
    z-index: 6;
}

/* payment-add */
.payment-add {
    background-color: rgba(38, 38, 51, 0.5);
    position: fixed;
    inset: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.payment-add.active {
    visibility: visible;
    opacity: 1;
}

.payment-add__content {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
}

.payment-add__tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-add__tab {
    border-radius: 8px;
    padding: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e1e3;
}

.payment-add__tab.active {
    background: #f4f5f8;
}

.payment-add__tab img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.payment-add__whole {
    flex: 1;
}

.payment-add__upload {
    text-align: center;
    border-radius: 8px;
    background: #f4f5f8;
    padding: 16px 12px;
}

.payment-add__upload input {
    display: none;
}

.payment-add__upload h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.payment-add__upload p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.payment-add__upload>img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.payment-add__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    margin-top: 12px;
}

.payment-add__bottom .btn {
    height: 48px;
    font-size: 16px;
    padding: 10px 40px;
}

.payment-add .custom-select.open {
    z-index: 5;
}

.payment-add .custom-select.open .custom-select__list {
    z-index: 6;
}

.payment-add .custom-select__current {
    height: 48px;
    border-radius: 8px !important;
}

.payment-add .custom-select__list {
    top: 55px;
    border: 1px solid #e0e1e3;
    border-radius: 8px !important;
    max-height: 280px;
    overflow-y: auto;
}

.payment-add__lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-add__lines input {
    height: 48px;
    width: 100%;
    background: #f4f5f8;
}

.payment-add__minis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 50%;
}

.payment-add__data {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.payment-add__data span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.payment-add__data strong {
    font-size: 20px;
    font-weight: 600;
}

.payment-add__main {
    display: flex;
    flex-direction: column;
}

.payment-add__inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    width: 760px;
    position: relative;
    z-index: 1;
}

.payment-add__inner h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.payment-add__wrap {
    display: none;
}

.payment-add__wrap.active {
    display: block;
}

.payment-plus {
    background-color: rgba(38, 38, 51, 0.5);
    position: fixed;
    inset: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.payment-plus.active {
    visibility: visible;
    opacity: 1;
}

.payment-plus__inner {
    width: 500px;
    border-radius: 8px;
    background-color: #fff;
    padding: 24px;
}

.payment-plus .payment-add__minis {
    width: 100%;
}

.payment-plus .payment-add__minis input {
    background-color: #f4f5f8;
}

.payment-plus__wrap {
    border: 1px solid #e0e1e3;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 600;
}

.payment-plus__wrap img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.payment-plus__form {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.payment-plus__btns {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.payment-plus__btns .btn {
    flex: 1;
    height: 48px;
    font-size: 16px;
}

.input-wrap {
    position: relative;
}

.input-wrap input {
    background: #f4f5f8;
    padding-right: 30px;
}

.input-wrap__clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    height: 16px;
    width: 16px;
}

.input-wrap__clear img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.payment__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.payment__item {
    border: 1px solid #e0e1e3;
    border-radius: 8px;
    padding: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
}

.payment__item>img {
    height: 45px;
    width: 45px;
    object-fit: contain;
    font-style: 0;
}

.payment__info strong {
    font-weight: 600;
    font-size: 16px;
}

.payment__info span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 180px;
}

.settings__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.settings__view {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

.settings__view input {
    display: none;
}

.settings__btns {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.settings__btns .btn {
    margin-top: 0;
    height: 48px;
    padding: 10px 30px;
}

.settings__trigger {
    position: absolute;
    bottom: 0;
    height: 40px;
    height: 40px;
    object-fit: contain;
    right: 0;
}

.settings__trigger--left {
    position: absolute;
    bottom: 0;
    height: 40px;
    object-fit: contain;
    left: 0;
}

.settings__avi {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.settings__avi-qr {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 16%;
}

.settings__views {
    display: flex;
    justify-content: space-between;
    /* один влево, другой вправо */
    align-items: center;
    /* по центру по вертикали */
    width: 100%;
}

.settings__view {
    margin: 0;
    /* уберём автоцентрирование */
}


.settings__label {
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
}

.settings .input-wrap input {
    height: 48px;
}

.settings .custom-select__current {
    height: 48px;
}

.card-seller__four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.cabinet .head {
    margin-bottom: 20px;
}

.table__rows {
    display: flex;
}

.table__left {
    display: grid;
    gap: 8px;
    width: 90px;
    margin-right: 20px;
}

.table__left .table__naming {
    display: flex;
    align-items: center;
}

.table__naming {
    font-size: 14px;
    font-weight: 500;
}

.table__wrap {
    position: relative;
}

.table__wrap span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 14px;
    color: #9da0a6;
}

.table__row {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #e0e1e3;
    display: grid;
    gap: 8px;
}

.table__row:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.table__row .table__naming {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.table__row input {
    background: #f4f5f8;
    height: 48px;
    padding-right: 35px;
    text-align: right;
}

.head {
    align-items: end;
}

.head .title {
    margin-bottom: 0;
}

.head__btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.head .btn {
    font-size: 16px;
    height: 48px;
    padding: 10px 26px;
}

.cabinet .title:has(span) {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.cabinet .title span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.publish__cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.publish__select {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 20px;
}

.publish__select .publish__wrap {
    width: 310px;
}

.publish__main {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.publish__map {
    height: 380px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.publish__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.publish__bottom .btn {
    padding: 10px 25px;
    margin-top: 0;
}

.publish__location {
    display: flex;
    align-items: center;
    gap: 12px;
}

.publish__location img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.publish__item {
    padding: 14px;
    padding-right: 30px;
    display: flex;
    position: relative;
    border-radius: 12px;
    margin-bottom: 6px;
    cursor: pointer;
}

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

.publish__item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    height: 10px;
    width: 10px;
    background-image: url("../images/new/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
}

.publish__item input {
    display: none;
}

.publish__item:has(input:checked),
.publish__item:hover {
    background: #f4f5f8;
}

.publish__item:has(input:checked)::after,
.publish__item:hover::after {
    opacity: 1;
}

.publish__col:has(input:checked) .publish__second {
    display: block;
}

.publish__add {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 20px;
}

.publish__images {
    display: grid;
    grid-template-columns: repeat(4, 73px);
    gap: 4px;
}

.publish__tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.publish__addtag {
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #f4f5f8;
    border-radius: 8px;
    transition: all 0.2s;
}

.publish__addtag:hover {
    background-color: #262633;
    color: #fff;
}

.publish__tag {
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #f4f5f8;
    border-radius: 8px;
    transition: all 0.2s;
}

.publish__tag img {
    height: 8px;
    width: 8px;
    object-fit: contain;
    cursor: pointer;
    display: none;
}

.publish__tag.shows img {
    display: block;
}

.publish__tag.active {
    background-color: #262633;
    color: #fff;
}

.publish__tags {
    margin-bottom: 24px;
}

.publish__holders {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.publish__holder>label {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
}

.publish__holder input[type="text"],
.publish__holder input[type="number"],
.publish__holder input[type="tel"],
.publish__holder input[type="email"],
.publish__holder input[type="date"],
.publish__holder input[type="password"],
.publish__holder input[type="search"],
.publish__holder input[type="url"],
.publish__holder select {
    height: 48px;
}

.publish__holder .custom-select__current {
    height: 48px;
}

.publish__holder .custom-select__list {
    top: 45px;
}

.publish__three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.publish .btn {
    height: 48px;
    padding: 10px 25px;
}

.publish textarea {
    background: #f4f5f8;
}

.publish__buts {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.publish__buts:has(input) {
    margin-top: 0;
}

.publish__but {
    height: 48px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background: #f4f5f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.publish__but:has(input:checked) {
    color: #fff;
    background-color: #262633;
}

.publish__but:has(input) {
    cursor: pointer;
}

.publish__but input {
    display: none;
}

.publish__load {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.publish__load input {
    display: none;
}

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

.publish__hold {
    position: relative;
    border-radius: 8px;
    overflow: hidden;

    width: 73px;
    height: 78px;

    flex-shrink: 0;
}

.publish__hold .delete-btn {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.publish__medias {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.publish__more {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.publish__more span {
    color: #9da0a6;
}

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

.delete-btn {
    background: #ffeceb;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    transition: all 0.2s;
}

.delete-btn:hover {
    background-color: #e6342a;
}

body:has(.steps) {
    overflow-y: hidden;
}

.chat__left {
    position: relative;
}

.steps {
    position: fixed;
    z-index: 15;
    inset: 0;
    background-color: #fff;
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.steps__main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.steps__rows {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #e0e1e3;
}

.steps__rows:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.steps__threes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.steps__top {
    margin-bottom: 24px;
}

.steps__height {
    min-height: 48px;
    background: #f4f5f8;
    padding: 12px;
}

.steps .table__wrap input {
    background: #f4f5f8;
}

.steps__stage:has(.steps__height) .btn {
    width: 100%;
    margin-top: 8px;
}

.steps__twos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.steps__twos .publish__hold,
.steps__twos .publish__load {
    width: 100% !important;
    height: 165px !important;
}

.steps__warn {
    margin-top: 16px;
    font-size: 12px;
    color: #9da0a6;
    text-align: center;
}

.steps__whole>h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.steps__stage>h3 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
}

.steps__stage {
    display: none;
    flex-direction: column;
    flex: 1;
}

.steps__stage.active {
    display: flex;
}

.steps__hidden {
    display: none;
}

.steps__cats {
    display: flex;
    flex-direction: column;
}

.steps .header-search__boxes {
    margin-bottom: 16px;
}

.steps__cat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    border-bottom: 1px solid #e0e1e3;
    position: relative;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 500;
}

.steps__cat::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 10px;
    width: 10px;
    background-image: url("../images/new/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.steps__cat:has(img) {
    padding: 10px 0;
}

.steps__cat img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.steps__radios {
    display: flex;
    flex-direction: column;
}

.steps__radio {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e0e1e3;
    padding: 16px 0;
    position: relative;
    padding-right: 20px;
}

.steps__radio::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 10px;
    width: 10px;
    background-image: url("../images/new/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.steps__radio:has(span) {
    padding: 8px 0;
    padding-right: 30px;
}

.steps__lines {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.steps__search {
    position: relative;
}

.steps__search input {
    background: #f4f5f8;
    padding-right: 30px;
}

.steps__search img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    height: 10px;
    width: 10px;
    object-fit: contain;
}

.steps__line {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.steps__line label {
    color: #9da0a6;
    font-size: 12px;
    font-weight: 500;
}

.steps__line .custom-select__current {
    height: 48px;
}

.steps__line .custom-select__list {
    top: 45px;
    border: 1px solid #e0e1e3;
}

.steps__datas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.steps__datas strong {
    font-size: 14px;
    font-weight: 400;
}

.steps__datas span {
    font-size: 12px;
    font-weight: 500;
    color: #9da0a6;
}

.steps__whole {
    flex: 1;
}

.steps__whole input[type="text"],
.steps__whole input[type="number"],
.steps__whole input[type="tel"],
.steps__whole input[type="email"],
.steps__whole input[type="date"],
.steps__whole input[type="password"],
.steps__whole input[type="search"],
.steps__whole input[type="url"],
.steps__whole select {
    height: 48px;
}

.steps .custom-select {
    position: relative;
}

.steps .custom-select.open {
    z-index: 15;
}

.steps__option {
    display: none;
}

.steps__option.active {
    display: block;
}

.steps__rows .btn--grey {
    width: 100%;
}

.steps__stage:has(.steps__acts) {
    padding-bottom: 90px;
}

.steps__bottom {
    margin-top: 24px;
}

.steps__bottom .btn {
    width: 100%;
    height: 40px;
}

.steps__bottom:has(.steps__acts) {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background-color: #fff;
    padding: 24px 12px;
    box-shadow: 0 0 10px rgba(157, 160, 166, 0.2);
}

.steps__acts {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
}

.steps__acts .btn {
    margin-top: 0 !important;
}

.steps__acts .delete-btn {
    height: 40px;
    width: 40px;
}

.search-modal {
    position: fixed;
    z-index: 10;
    inset: 0;
    background-color: #fff;
    padding: 24px 12px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.search-modal.active {
    visibility: visible;
    opacity: 1;
}

.search-modal .cards__three * {
    min-width: 0;
}

.search-modal .category__main {
    margin-top: 24px;
}

.search-modal .top {
    margin-bottom: 24px;
}

.search-modal__view img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.result-swipe {
    position: fixed;
    z-index: 10;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background-color: rgba(38, 38, 51, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.result-swipe.active {
    visibility: visible;
    opacity: 1;
}

.result-swipe .cards__three * {
    min-width: 0;
}

.result-swipe__inner {
    background-color: #fff;
    padding: 24px 12px;
    overflow-y: auto;
    border-radius: 8px 8px 0 0;
    max-height: 90%;
}

.result-swipe__inner::-webkit-scrollbar {
    background-color: rgba(157, 160, 166, 0.1);
    width: 5px;
}

.result-swipe__inner::-webkit-scrollbar-thumb {
    background-color: rgba(157, 160, 166, 0.8);
    border-radius: 2px;
}

body:has(.login) {
    padding-bottom: 0;
}

.login {
    background-image: url("../images/new/enter-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login .container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.login__inner {
    width: 420px;
    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 8px;
    padding: 24px;
}

.login__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.login__lines {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.login__line input {
    background: #f4f5f8;
}

.login__line label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #9da0a6;
}

.login__forget {
    display: flex;
    justify-content: center;
    color: #e6342a;
    font-weight: 500;
    font-size: 12px;
    width: fit-content;
    margin: auto;
    margin-top: 16px;
}

.login__forget:hover {
    text-decoration: underline;
}

.login__btns {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login__btns .btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
}

.login__reg {
    color: #e6342a;
    font-size: 14px;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.login__reg:hover {
    text-decoration: underline;
}

.login__img {
    height: 100px;
    width: fit-content;
    object-fit: contain;
    margin: auto;
    margin-bottom: 32px;
    margin-top: 32px;
    display: none;
}

.login .custom-select__current {
    height: 48px;
}

.login .custom-select__list {
    top: 50px;
    overflow: hidden;
}

.login .steps__search {
    width: 100%;
}

.login .back {
    margin-bottom: 16px;
    display: none;
}

.login__text {
    font-size: 14px;
    margin-bottom: 24px;
}

.login__text a {
    color: #e6342a;
}

.login__text a:hover {
    text-decoration: underline;
}

.booking-contact h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.booking-contact__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.booking-contact__box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-contact__box input {
    background: #f4f5f8;
}

.booking-contact__box label {
    font-weight: 500;
    font-size: 12px;
    color: #9da0a6;
}

@media (max-width: 1800px) {
    .catalog-menu__img {
        max-width: 19vw;
    }
}

@media (max-width: 1700px) {
    .catalog-menu__img {
        max-width: 17vw;
    }
}


@media (max-width: 1600px) {
    .container {
        max-width: 1420px;
        /* max-width: 1240px; */
    }

    .cards__blue {
        display: none;
    }

    .cards__line {
        display: block;
    }

    .cards__items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .cards__items-main {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 20px;
    }

    .catalog-menu__img {
        max-width: 19vw;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1160px;
    }

    .cabinet .card-seller__items {
        display: grid;
        gap: 16px 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    /* .card__view {
        grid-template-columns: 1fr;
    } */

    .card__item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card__inner {
        grid-template-columns: 1fr 0.4fr;
    }

    .card-vertical__minis {
        display: none;
    }

    .cards__six {
        grid-template-columns: repeat(4, 1fr);
    }

    .mobile-nav {
        display: block;
    }

    .cards__five {
        grid-template-columns: repeat(4, 1fr);
    }

    .category__inner {
        display: block;
    }

    .category__aside {
        display: none;
    }

    .banner__img {
        height: 220px;
    }

    .banner__text {
        max-height: 150px;
    }

    .banner__inner {
        padding: 10px 250px;
    }

    .header__inner {
        gap: 16px;
    }

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

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

    .category__top {
        display: none;
    }

    .category .tabs {
        display: flex;
    }

    .category__mobile {
        display: flex;
        margin-bottom: 16px;
    }

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

    .category__search-img {
        height: 300px;
    }

    .card-vertical__pagination {
        display: block;
    }

    .store-info {
        padding: 20px;
    }

    .store-info__col {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .notification {
        width: 90%;
        bottom: 120px;
    }

    .container {
        max-width: 1000px;
    }

    .publish__select {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .publish__select .publish__wrap {
        width: 100%;
    }

    .publish__item {
        padding: 12px 10px;
        font-size: 14px;
        border-radius: 10px;
    }

    .publish__map {
        height: 250px;
    }

    .publish__location {
        font-size: 14px;
    }

    .publish__location img {
        height: 30px;
        width: 30px;
    }

    .publish__bottom {
        display: grid;
    }

    .publish__bottom .btn {
        width: 100%;
    }

    .catalog-menu__items.custom-scroll-v .simplebar-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .store {
        gap: 16px;
        align-items: center;
    }

    .store-info {
        margin-top: 26px;
    }

    .store-info--dt {
        display: none;
    }

    .store-info--mb {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .store-info {
        padding: 12px;
    }

    .store__pic-wrap,
    .store__btn-fav {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .store__pic-wrap {
        position: relative;
    }

    .store__pic-wrap svg {
        display: block;
        position: absolute;
        right: -4px;
        top: -4px;
        width: 16px;
        height: 16px;
    }

    .store__col {
        width: calc(100% - 96px);
    }

    .store__name {
        font-weight: 5;
        font-size: 12px;
        text-transform: uppercase;
        color: #262633;
    }

    .store__descr {
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .store__rating {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .store__badge {
        display: none;
    }

    .store-info__btns-wrap {
        display: flex;
    }

    .store-info--mb .card-tovar {
        margin-bottom: 0;
    }

    .store-info--mb .meta-row-tovar {
        padding: 0;
    }
}

@media (max-width: 1100px) {
    .catalog-menu__img {
        max-width: 15vw;
    }

}

@media (max-width: 1024px) {
    .container {
        max-width: unset;
        margin: 0 20px;
    }

    .cabinet__main:has(.table) {
        overflow: hidden;
    }

    .head .btn {
        font-size: 14px;
        height: 40px;
        padding: 10px 22px;
    }

    .cabinet__main:has(.table) .head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cabinet__main:has(.table) .head .title {
        margin-bottom: 0;
    }

    .cabinet__main:has(.table) .head .btn {
        margin-top: 0;
    }

    .table__rows {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }

    .table__row {
        width: 150px;
        flex-shrink: 0;
    }

    .settings__items {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .settings__btns {
        flex-direction: column;
    }

    .settings__btns .btn {
        width: 100%;
    }

    .settings__label {
        font-size: 12px;
    }

    .settings__view {
        margin: auto;
        display: block;
        width: fit-content;
        margin-bottom: 32px;
    }

    .cabinet__inner {
        gap: 20px;
        grid-template-columns: 200px 1fr;
    }

    .cabinet .booking__inner {
        grid-template-columns: 1fr;
    }

    .cards__four {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .popup__white {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .popup__icon {
        right: 15px;
        top: 15px;
    }

    .popup__map {
        height: 40vh;
    }

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

    .tablet-show {
        display: block;
    }

    .tablet-hide {
        display: none;
    }

    .mobile-more .seller__other {
        display: block;
        margin-top: 24px;
    }

    .mobile-more .seller__other h4 {
        margin-top: 24px;
    }

    .mobile-more .seller__socials {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
    }

    .mobile-more .seller__social {
        flex-shrink: 0;
    }

    .mobile-more .seller__social img {
        height: 48px;
        width: 48px;
    }

    .seller .btn {
        width: 100%;
        margin-top: 16px;
    }

    .seller__image {
        border-radius: 8px;
        object-fit: cover;
        margin-top: 16px;
        width: 100%;
    }

    .seller__other {
        display: none;
    }

    .seller__info {
        flex: 1;
    }

    .seller__img {
        height: 75px;
        width: 75px;
        object-fit: contain;
    }

    .seller__details {
        flex: 1;
    }

    .seller__main>.seller__about {
        display: none;
    }

    .seller__info .seller__datas {
        display: none;
    }

    .seller__inner {
        grid-template-columns: 1fr;
    }

    .seller__other {
        text-align: left;
    }

    .seller__links {
        align-items: flex-start;
    }

    .seller__socials {
        justify-content: flex-start;
    }

    .cards__five {
        gap: 24px 4px;
        grid-template-columns: repeat(3, 1fr);
    }

    .review-page__head {
        display: grid;
        margin-bottom: 24px;
    }

    .review-page__row {
        grid-template-columns: 1fr;
    }

    .review-page__datas {
        gap: 20px;
    }

    .review-page__data strong {
        font-size: 20px;
    }

    .review-page__data span {
        font-size: 12px;
    }

    .header__catbtn {
        display: none;
    }

    .banner__inner {
        padding: 10px 200px;
        min-height: 300px;
    }

    .banner__img {
        height: 180px;
    }

    .card__inner {
        grid-template-columns: 1fr;
    }

    .booking__inner {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

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

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

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

    .cabinet__search {
        display: block;
    }

    .payment__inner {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-seller__four {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }

    .publish__add {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
    .container {
        margin: 0 12px;
    }

    .booking-contact__boxes {
        grid-template-columns: 1fr;
    }

    .login {
        display: flex;
        align-items: unset;
        flex-direction: column;
        overflow-y: auto;
    }

    .login .container {
        margin: 0;
        padding: 0;
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .login .back {
        display: block;
    }

    .login__img {
        display: block;
    }

    .login__title {
        font-size: 24px;
    }

    .login__inner {
        flex: 1;
        border-radius: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 24px 12px;
    }

    .publish__but {
        font-size: 12px;
        height: 32px;
    }

    .publish__buts {
        margin-top: 16px;
    }

    .publish__tags,
    .publish__buts {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .publish__addtag,
    .publish__tag,
    .publish__but {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .steps__whole {
        width: auto;
        overflow: hidden;
    }

    .steps__threes {
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .steps .publish__load,
    .steps .publish__hold {
        width: 120px;
        flex-shrink: 0;
        white-space: nowrap;
        height: 120px;
    }

    .header-media {
        top: 50px;
    }

    .header-media h3 {
        font-size: 14px;
    }

    .header-media__icon {
        height: 60px;
        width: 60px;
    }

    .header-media .btn {
        font-size: 12px;
        height: 35px !important;
    }

    .popup__white:has(.map) {
        border-radius: 0;
    }

    .modals__btns {
        margin-top: 12px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .modals__btns .btn {
        margin-top: 0;
    }

    .modals p {
        font-size: 14px;
    }

    .cabinet .top {
        margin-bottom: 24px;
        padding-left: 10px;
    }

    .cabinet .top .title {
        margin-bottom: 0;
    }

    .cabinet .top--show {
        padding-left: 20px;
    }

    .cabinet .back {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .modals {
        align-items: flex-end;
    }

    .modals__inner {
        width: 100%;
        border-radius: 16px 16px 0 0;
    }

    .modals__inner:has(.modals__top) {
        height: 100%;
        max-height: unset;
        border-radius: 0;
    }

    .modals__title {
        font-size: 22px;
    }

    .confirm {
        transform: unset;
        bottom: unset;
        top: 10px;
        left: 40px;
        right: 40px;
        font-size: 12px;
    }

    .table__naming {
        font-size: 12px;
    }

    .table__wrap span {
        right: 12px;
        font-size: 12px;
    }

    .table__wrap input {
        height: 40px;
        padding-left: 10px;
        padding-right: 25px;
    }

    .table__row {
        width: 120px;
    }

    .orders-wait {
        align-items: flex-end;
    }

    .orders-wait__inner {
        border-radius: 8px 8px 0 0;
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
        padding: 24px 12px;
    }

    .orders-wait .btn {
        font-size: 12px;
    }

    .card-review__answer input,
    .card-review__answer button img {
        height: 40px;
    }

    .card-review__text {
        font-size: 14px;
    }

    .card-review__left span {
        font-size: 12px;
    }

    .publish__cats {
        display: flex;
        flex-direction: column;
    }

    .publish__wrap {
        max-height: 25vh;
        overflow-y: auto;
        padding: 0.5rem 0;
    }

    .publish__bottom {
        display: flex;
        flex-direction: column;
    }

    .publish__bottom .btn {
        width: 100%;
    }

    body:has(.bottom) {
        padding-bottom: 185px;
        position: relative;
    }

    .settings__avi {
        height: 100px;
        width: 100px;
    }

    .settings__avi-qr {
        height: 100px;
        width: 100px;
    }

    .payment-plus {
        align-items: flex-end;
    }

    .payment-plus__inner {
        border-radius: 8px 8px 0 0;
        padding: 24px 12px;
    }

    .payment-plus__wrap {
        gap: 12px;
    }

    .payment-plus__wrap img {
        width: 30px;
        height: 30px;
    }

    .payment-plus__btns .btn {
        height: 40px;
        font-size: 14px;
    }

    .bottom {
        position: absolute;
        bottom: 130px;
        left: 16px;
        right: 16px;
    }

    .bottom {
        border-top: 1px solid #f4f5f8;
        padding-top: 16px;
        margin-top: 16px;
    }

    .bottom .btn {
        width: 100%;
        height: 48px;
        margin-top: 0;
    }

    .payment {
        flex: 1;
    }

    .payment__inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .payment__item {
        border: none;
        border-radius: 0;
        padding: 16px 12px;
        border-bottom: 1px solid #e0e1e3;
        gap: 12px;
    }

    .payment__item>img {
        height: 24px;
        width: 24px;
    }

    .payment__info span {
        margin-top: 0;
        color: #262633;
    }

    .payment__info strong {
        display: none;
    }

    .payment__item.paymentTrigger {
        display: none;
    }

    .cabinet .card-seller__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px 4px;
    }

    .cabinet .card-seller__item p {
        font-size: 12px;
    }

    .cabinet .card-seller__item img {
        height: 160px;
    }

    .cabinet .card-seller__item h3 {
        font-size: 14px;
    }

    .modals__inner {
        padding: 24px 12px;
    }

    .modals__bottom {
        margin-top: 12px;
    }

    .modals .booking-review {
        padding: 8px;
    }

    .modals .booking-review__details,
    .modals .booking-review__top {
        gap: 6px;
    }

    .modals .booking-review__details span,
    .modals .booking-review__top span {
        font-size: 12px;
    }

    .modals .booking-review__text {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .modals .booking-review .btn {
        font-size: 14px;
    }

    .modals .booking-review__act {
        font-size: 12px;
    }

    .modals .booking-review__act img {
        height: 16px;
        width: 16px;
    }

    .review-modal__inner {
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-y: auto;
        max-height: unset;
        padding: 24px 16px;
    }

    .review-modal__stars {
        gap: 2px;
    }

    .review-modal__stars img {
        height: 14px;
        width: 14px;
    }

    .review-modal__wrap {
        height: 100px;
    }

    .review-modal__wrap>img {
        height: 100px;
    }

    .review-modal__upload>img {
        height: 100px;
    }

    .review-modal__images {
        flex-wrap: wrap;
    }

    .review-modal__btns {
        flex-direction: column;
    }

    .review-modal__btns .btn {
        width: 100%;
        font-size: 14px;
    }

    .review-modal__head h3 {
        font-size: 14px;
    }

    .review-modal__head span {
        font-size: 10px;
    }

    .orders-modal {
        align-items: flex-end;
    }

    .orders-modal__inner {
        border-radius: 16px 16px 0 0;
        padding: 24px 16px;
    }

    .orders-modal__head {
        padding-bottom: 0;
        border: none;
        border-radius: 12px;
        background: #f4f5f8;
        align-items: center;
        padding: 8px;
        gap: 10px;
    }

    .orders-modal__head>img {
        height: 45px;
        width: 45px;
    }

    .orders-modal__head strong {
        font-size: 12px;
    }

    .orders-modal__head span {
        font-size: 10px;
    }

    .orders-modal__text {
        font-size: 14px;
    }

    .orders-modal .btn {
        font-size: 14px;
        height: 40px;
    }

    .booking-location__item strong {
        font-size: 14px;
    }

    .booking-location__item span {
        font-size: 10px;
    }

    .booking-location__bottom {
        margin-top: 12px;
    }

    .booking-location__bottom span {
        font-size: 12px;
    }

    .cabinet .booking__view {
        padding: 0;
        background-color: transparent;
    }

    .cabinet .booking__view img {
        height: 60px;
        width: 60px;
    }

    .cabinet .booking__box {
        padding: 0;
        background-color: transparent;
    }

    .rate {
        font-size: 10px;
        padding: 2px 4px;
    }

    .rate img {
        height: 12px;
        width: 12px;
    }

    .orders {
        overflow: hidden;
    }

    .orders__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .orders__top span {
        display: none;
    }

    .orders__top strong {
        font-size: 12px;
    }

    .orders__tab {
        height: auto;
        font-size: 12px;
        min-width: 120px;
        flex: 1;
    }

    .orders__btn {
        font-size: 12px;
    }

    .orders__name {
        font-size: 10px;
    }

    .orders__line {
        padding: 8px;
    }

    .chat__head .mobile-show {
        width: 100%;
    }

    .chat__head:has(.chat-modal__name) {
        background: rgba(65, 175, 255, 0.1);
    }

    .chat__head:has(.chat-modal__name) .cabinet-chat__item {
        display: none !important;
    }

    .chat-modal {
        padding: 24px 16px;
    }

    .chat-modal .cabinet-chat__info>.cabinet-chat__grey {
        display: none;
    }

    .chat-modal__name {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .chat-modal .cabinet-chat__item {
        padding: 0;
    }

    .chat-modal .cabinet-chat__item:hover {
        background-color: transparent;
    }

    .chat-modal .cabinet-chat__top span {
        display: none;
    }

    .chat-modal .cabinet-chat__message {
        padding-right: 0;
    }

    .chat-modal .cabinet-chat__message img {
        display: none;
    }

    .chat-modal .cabinet-chat__message::after {
        display: none;
    }

    .cabinet:has(.chat) {
        padding-top: 0;
        min-height: 95vh;
        padding-bottom: 0;
    }

    .cabinet:has(.chat) .container {
        margin: 0;
        min-height: 95vh;
    }

    .cabinet:has(.chat) .cabinet__inner,
    .cabinet:has(.chat) .cabinet__main {
        min-height: 95vh;
    }

    .chat-mob {
        display: flex;
    }

    body:has(.chat) {
        padding-bottom: 0;
    }

    body:has(.chat) .mobile-nav {
        display: none;
    }

    .chat {
        height: 100%;
    }

    .chat__head {
        background: #f4f5f8;
        border-radius: 0 0 16px 16px;
        padding: 12px;
        align-items: center;
    }

    .chat__head .cabinet-chat__item {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .chat__head .cabinet-chat__item>img {
        display: none;
    }

    .chat__head .cabinet-chat__grey {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .chat__head .cabinet-chat__grey img:first-child {
        display: none;
    }

    .chat__head .cabinet-chat__bold {
        display: none;
    }

    .chat__head .cabinet-chat__grey {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #262633;
    }

    .chat__messages {
        padding-right: 0;
        height: 65vh;
    }

    .chat__trigger {
        padding: 0;
        height: 16px;
        background-color: transparent;
        width: 16px;
    }

    .chat__trigger:hover {
        background-color: transparent;
    }

    .chat__bottom,
    .chat__main {
        margin: 0 12px;
    }

    .chat__dropdown {
        display: none;
    }

    .chat__acts {
        padding: 10px;
    }

    .chat__bottom {
        padding-bottom: 10px;
    }

    .chat__liner {
        font-size: 12px;
        gap: 6px;
    }

    .chat__liner img {
        height: 16px;
        width: 16px;
    }

    .chat__droplink {
        font-size: 14px;
    }

    .chat__act {
        padding: 10px 0;
        font-size: 10px;
    }

    .chat__act img {
        height: 12px;
        width: 12px;
    }

    .chat__act {
        padding: 0;
    }

    .chat__main {
        padding-top: 15px;
    }

    .chat__message {
        font-size: 12px;
        padding: 6px 10px;
    }

    .chat__bottom {
        gap: 10px;
    }

    .chat__upload,
    .chat__send {
        height: 35px;
        width: 35px;
    }

    .chat__upload img,
    .chat__send img {
        height: 35px;
        width: 35px;
    }

    .chat__input {
        height: 35px !important;
        font-size: 12px !important;
        padding: 0 12px !important;
    }

    .chat__time {
        font-size: 10px;
    }

    .chat__new span {
        font-size: 12px;
        padding: 10px;
    }

    .pops {
        align-items: flex-end;
    }

    .pops-config .pops__inner {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .pops__people {
        max-height: auto;
    }

    .pops p {
        font-size: 14px;
        text-align: center;
    }

    .pops__inner {
        width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 30px 12px;
    }

    .pops .cabinet-chat__item {
        padding: 12px 0;
    }

    .pops .cabinet-chat__item>img {
        height: 50px;
        width: 50px;
    }

    .pops h3 {
        text-align: center;
        font-size: 16px;
    }

    .pops__btns {
        flex-direction: column-reverse;
    }

    .pops__btns .btn {
        height: 40px;
        width: 100%;
    }

    .pops__people {
        flex: 1;
    }

    .cabinet-chat__items {
        max-height: unset;
        overflow-y: visible;
        padding-right: 0;
    }

    .cabinet-chat__bold {
        font-size: 14px;
    }

    .cabinet-chat__message {
        font-size: 14px;
    }

    .cabinet-chat__grey {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .cabinet-chat__item {
        position: relative;
        border-radius: 8px;
    }

    .cabinet-chat__item>img {
        border-radius: 8px;
    }

    .cabinet-chat__item--help {
        margin-bottom: 16px;
        background: #f4f5f8;
    }

    .cabinet-chat__item--help>img {
        height: 38px;
        width: 38px;
    }

    .cabinet-chat__item--help .cabinet-chat__top .cabinet-chat__grey {
        color: #262633;
    }

    .cabinet-chat__item--new .cabinet-chat__message::after {
        height: 14px;
        width: 14px;
    }

    .cabinet-chat__top {
        font-size: 12px;
    }

    .cabinet-chat__top .cabinet-chat__grey {
        font-size: 12px;
    }

    .cabinet-chat__top span img {
        position: absolute;
        left: 55px;
        box-shadow: 0 0 10px rgba(157, 160, 166, 0.3);
        top: 6px;
        padding: 3px;
        border-radius: 50%;
        background-color: #fff;
    }

    .cabinet__docs {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .cabinet .empty-wrap {
        min-height: 80vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .empty {
        gap: 0;
    }

    .empty h3 {
        margin-top: 16px;
    }

    .empty p {
        margin-top: 8px;
        font-size: 12px;
        font-weight: 500;
    }

    body:has(.cabinet) .header {
        display: none;
    }

    .empty-wrap {
        padding: 0;
        border: none;
    }

    .cabinet__aside {
        display: block !important;
        padding: 0;
    }

    .cabinet__aside.hide-on-mobile {
        display: none !important;
    }

    .cabinet .selling {
        margin-left: 12px;
        margin-right: 12px;
    }

    .cabinet__rate {
        display: none;
    }

    .cabinet__alerts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        border-radius: unset;
        background-color: transparent;
        padding: 0;
        margin: 0 12px;
        margin-top: 16px;
    }

    .cabinet__alert {
        padding: 12px !important;
        margin-top: 0;
        gap: 4px;
        border: none;
        font-size: 12px;
        font-weight: 500;
        border-radius: 12px;
        background: #f4f5f8;
    }

    .cabinet__link {
        opacity: 1;
        font-weight: 400;
        font-size: 14px;
    }

    .cabinet .top {
        display: flex;
    }

    .cabinet--main {
        padding: 0;
    }

    .cabinet--main .cabinet__aside {
        display: block;
    }

    .cabinet--main .container {
        margin: 0;
    }

    .cabinet--main .cabinet__view {
        background-image: url("../images/new/profile-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px 12px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
        align-items: center;
    }

    .cabinet--main .cabinet__lang {
        background-color: #fff;
        border: 1px solid #f4f5f8;
        padding: 9px 12px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #e6342a;
    }

    .cabinet--main .cabinet__grey {
        font-size: 12px;
        font-weight: 500;
        color: #9da0a6;
        margin-top: 4px;
    }

    .cabinet--main .cabinet__list {
        padding: 0 12px;
        padding-bottom: 20px;
    }

    .cabinet--main .top {
        display: none;
    }

    .cabinet--main .cabinet__main {
        display: none;
    }

    .cabinet__inner {
        grid-template-columns: 1fr;
    }

    .cabinet__text {
        font-size: 14px;
    }

    .cabinet .title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .favs {
        margin-top: 8px;
        overflow: hidden;
    }

    .favs__list {
        border-radius: 0 16px 16px 0;
        margin-left: -12px;
    }

    .favs__list a {
        font-size: 12px;
        padding: 12px;
    }

    .favs__inner {
        gap: 8px;
    }

    .favs__cats {
        gap: 8px;
        margin-bottom: 16px;
    }

    .favs__others {
        padding-top: 16px;
    }

    .favs .card-seller__item img {
        height: 100px;
    }

    .linked {
        padding: 24px;
        font-size: 18px;
        gap: 8px;
    }

    .title {
        font-size: 24px;
    }

    .mbs {
        margin-bottom: 16px;
    }

    .uptitle {
        color: #e6342a;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .cat .swiper-slide {
        width: 110px;
        margin-right: 8px !important;
    }

    .cat__item {
        min-height: 100px;
        padding-bottom: 100px;
    }

    .cat__item img {
        height: 100px;
        width: 80px;
        right: 0;
        left: unset;
    }

    .popup__icon {
        display: none;
    }

    .popup__white {
        padding: 16px;
    }

    .popup .top {
        margin-bottom: 6px;
        order: -2;
    }

    .popup .top h3 {
        text-align: center;
        width: 100%;
    }

    .popup__map {
        order: -1;
        flex: 1;
        height: 100%;
    }

    .booking__bottom {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .booking .btn--grey {
        font-size: 14px;
    }

    .booking__places .booking__place {
        gap: 6px;
    }

    .booking__places .booking__place strong {
        font-size: 12px;
    }

    .booking__places .booking__place img {
        height: 20px;
        height: 20px;
    }

    .booking__box .btn {
        height: 40px;
        font-size: 14px;
    }

    .booking__item span {
        font-size: 12px;
    }

    .booking__pay {
        padding: 12px;
        gap: 8px;
        align-items: center;
    }

    .booking__pay strong {
        font-size: 14px;
    }

    .booking__pay span {
        font-size: 12px;
    }

    .booking__location span {
        font-size: 12px;
    }

    .booking__location strong {
        font-size: 14px;
    }

    .top {
        position: relative;
        padding-left: 25px;
    }

    .top .back {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .top .title {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .header .tabs {
        position: relative;
        z-index: 2;
        margin-bottom: 12px;
    }

    .booking__head {
        grid-template-columns: 1fr;
    }

    .booking__confirm {
        padding: 0;
        border-radius: unset;
        background-color: unset;
        font-size: 12px;
    }

    .booking__view {
        align-items: center;
    }

    .booking__view h3 {
        font-size: 12px;
        font-weight: 500;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .booking__col {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 6px;
    }

    .booking__col h4 {
        font-size: 12px;
        font-weight: 700;
    }

    .booking__col span {
        color: #9da0a6;
        font-size: 12px;
        position: relative;
    }

    .booking__col span::before {
        content: "•";
        left: 0;
        margin-right: 5px;
        top: 50%;
        transform: translateY(-50%);
        color: #9da0a6;
    }

    .booking__line {
        font-size: 12px;
    }

    .booking__all {
        font-size: 12px;
    }

    .booking__pricing h3 {
        font-size: 18px;
    }

    .booking__pricing span {
        font-size: 12px;
    }

    .empty img {
        height: 160px;
        width: 160px;
    }

    .empty h3 {
        font-size: 16px;
    }

    body:has(.purchase) {
        margin-bottom: 60px;
    }

    .cards__three {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 4px;
    }

    .seller__head {
        gap: 8px;
    }

    .seller__details span {
        font-size: 10px;
    }

    .seller__img {
        height: 65px;
        width: 65px;
    }

    .seller__top {
        gap: 10px;
    }

    .seller__datas {
        justify-content: center;
    }

    .review-page__head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .review-page__right {
        width: 100%;
    }

    .review-page__right .btn {
        flex: 1;
    }

    .review-page__datas {
        justify-content: center;
    }

    .card__line {
        font-size: 12px;
    }

    .liked {
        height: 35px;
        width: 35px;
    }

    .card__buts {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
    }

    .card__but {
        white-space: nowrap;
        min-width: auto;
    }

    .card__item {
        margin-top: 25px;
    }

    .card-review__left {
        flex-direction: column;
        gap: 6px;
        align-items: start;
    }

    .card-review__head {
        align-items: center;
    }

    .card-review__head .liked {
        display: none;
    }

    .card-review__greys {
        font-size: 10px;
        margin-top: 0;
    }

    .card-review__rate strong {
        font-size: 24px;
    }

    .cards__six {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12px;
    }

    .card-vertical__main-img {
        height: 380px;
    }

    /* .card__view {
        gap: 12px;
    } */

    .card__title {
        font-size: 16px;
    }

    .card__details {
        gap: 6px;
    }

    .card__rate {
        background: rgba(255, 170, 0, 0.2);
        font-size: 12px;
        color: #fa0;
        padding: 5px;
        border-radius: 4px;
        height: 20px;
        gap: 4px;
    }

    .card__rate img {
        height: 12px;
        width: 12px;
        object-fit: contain;
    }

    .card__but {
        font-size: 12px;
        height: 32px;
    }

    .card__label {
        font-size: 12px;
    }

    .card__sold {
        padding: 5px;
        border-radius: 4px;
        font-size: 12px;
        background: #f4f5f8;
        height: 20px;
    }

    .card__sold img {
        display: none;
    }

    .card__types {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
    }

    .card__type {
        width: 60px;
        flex-shrink: 0;
    }

    .cards__five {
        gap: 24px 4px;
        grid-template-columns: repeat(2, 1fr);
    }

    .search-wrap {
        background-color: #fff;
        position: fixed;
    }

    .search-wrap.active {
        opacity: 1;
    }

    body:has(.search-wrap.active) {
        overflow-y: hidden;
    }

    .mobile-nav {
        padding: 16px 24px;
    }

    .mobile-nav__inner {
        justify-content: space-between;
    }

    .header {
        background-color: transparent;
        padding: 30px 0 10px;
    }

    .header__logolink {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .cards {
        margin-top: 24px;
    }

    .category {
        margin-top: 16px;
    }

    .header--main {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
    }

    .header__find {
        font-size: 0;
        width: 48px;
        height: 32px;
        position: absolute;
        right: 4px;
        background-image: url("../images/new/search-icon.svg");
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center;
    }

    .header__search input {
        padding-left: 16px;
        height: 40px;
        padding-right: 80px;
    }

    .header__searchbtn {
        right: 65px;
    }

    .cards__items {
        gap: 24px 4px;
    }

    .cards__items-main {
        gap: 24px 4px;
    }

    .cards__text {
        font-size: 12px;
        font-weight: 500;
    }

    .cards__name {
        font-size: 10px;
    }

    .cards__top strong {
        font-size: 14px;
        font-weight: 700;
    }

    .cards__top del {
        font-size: 10px;
    }

    .cards__top span {
        font-size: 10px;
        font-weight: 600;
    }

    .cards__item .swiper-slide {
        height: 165px;
    }

    .cards__bottom {
        margin-top: 4px;
    }

    .cards__badge {
        font-size: 12px;
    }

    .cards__badge img {
        height: 12px;
        width: 12px;
    }

    .cards__rate {
        background: rgba(255, 170, 0, 0.2);
        border-radius: 4px;
        padding: 2px 4px;
        color: #fa0;
        font-size: 10px;
    }

    .cards__rate img {
        height: 12px;
        width: 12px;
    }

    .cards__bottom {
        gap: 6px;
    }

    .cards__sold {
        background-color: #f4f5f8;
        padding: 4px;
        font-size: 10px;
    }

    .cards__sold img {
        display: none;
    }

    .banner {
        background-image: url("../images/new/banner-mobile.webp");
        border-radius: 0 0 16px 16px;
        padding: 30px 0 0;
        padding-top: 160px;
        margin-bottom: 16px;
        padding-bottom: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
        overflow: hidden;
    }

    .banner__inner {
        background-image: unset;
        margin: 0;
        padding: 0;
        min-height: auto;
        overflow: unset;
        border-radius: unset;
    }

    .banner__text {
        position: relative;
        z-index: 2;
    }

    .banner__timer {
        margin: unset;
        margin-top: 16px;
        height: 24px;
        font-size: 10px;
        font-weight: 600;
        gap: 4px;
        padding: 6px;
        border-radius: 4px;
    }

    .banner__img {
        height: 100px;
        bottom: -12px;
    }

    .banner__img:first-child {
        left: unset;
        right: -70px;
    }

    .banner__img:last-child {
        right: 70px;
    }

    .banner__text {
        max-height: 65px;
    }

    .banner-mobile {
        padding-top: 30px;
        border-radius: 16px;
        margin: 0 12px;
    }

    .cabinet .empty-wrap--card .btn {
        width: 100%;
    }

    /* payment-add media 768 */
    .payment-add__inner {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
    }

    .payment-add__content {
        display: flex;
        flex-direction: column;
        height: 90%;
    }

    .payment-add__tabs {
        flex-direction: row;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        overflow-x: auto;
        background: #f4f5f8;
        border-radius: 8px;
        padding: 12px;
    }

    .payment-add__left {
        overflow: hidden;
    }

    .payment-add__whole {
        flex: 1;
    }

    .payment-add__main {
        flex: 1;
    }

    .payment-add__bottom {
        border-top: 1px solid #f4f5f8;
        padding-top: 16px;
    }

    .payment-add__bottom .btn {
        font-size: 14px;
        padding: 10px 16px;
    }

    .payment-add__inner {
        padding: 24px 12px;
    }

    .payment-add__data span {
        font-size: 12px;
    }

    .payment-add__data strong {
        font-size: 20px;
        font-weight: 700;
    }

    .payment-add__minis {
        width: 100%;
    }

    .payment-add__tab {
        flex-shrink: 0;
        height: 80px;
        width: 120px;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        justify-content: space-between;
    }

    .payment-add__tab img {
        height: 32px;
        width: 32px;
    }

    .payment-add__tab strong {
        font-size: 12px;
        font-weight: 500;
        color: #9da0a6;
    }

    .payment-add__tab.active {
        background-color: transparent;
        border-color: #e6342a;
    }

    .payment-add__tab.active strong {
        color: #262633;
    }

    .payment-add .top {
        margin-bottom: 24px;
    }

    .payment-add .top h3 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .delivery-add__inner {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
    }

    .delivery-add__content {
        display: flex;
        flex-direction: column;
        height: 90%;
    }

    .delivery-add__tabs {
        flex-direction: row;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        overflow-x: auto;
        background: #f4f5f8;
        border-radius: 8px;
        padding: 12px;
    }

    .delivery-add__left {
        overflow: hidden;
    }

    .delivery-add__whole {
        flex: 1;
    }

    .delivery-add__main {
        flex: 1;
    }

    .delivery-add__bottom {
        border-top: 1px solid #f4f5f8;
        padding-top: 16px;
    }

    .delivery-add__bottom .btn {
        font-size: 14px;
        padding: 10px 16px;
    }

    .delivery-add__inner {
        padding: 24px 12px;
    }

    .delivery-add__data span {
        font-size: 12px;
    }

    .delivery-add__data strong {
        font-size: 20px;
        font-weight: 700;
    }

    .delivery-add__minis {
        width: 100%;
    }

    .delivery-add__tab {
        flex-shrink: 0;
        height: 80px;
        width: 120px;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        justify-content: space-between;
    }

    .delivery-add__tab img {
        height: 32px;
        width: 32px;
    }

    .delivery-add__tab strong {
        font-size: 12px;
        font-weight: 500;
        color: #9da0a6;
    }

    .delivery-add__tab.active {
        background-color: transparent;
        border-color: #e6342a;
    }

    .delivery-add__tab.active strong {
        color: #262633;
    }

    .delivery-add .top {
        margin-bottom: 24px;
    }

    .delivery-add .top h3 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .card__info {
        margin-top: 16px;
        margin-left: 0;
    }

    .cards__name>img {
        margin-top: 0;
    }
}

.auth-error {
    text-align: center;
    color: red;
}

.btn--disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.notification__trigger {
    transition: all 0.1s ease-in;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (any-hover: hover) {
    .notification__trigger:hover {
        opacity: 0.8;
    }
}

.notification {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    box-shadow: 0 6px 20px 0 rgba(49, 94, 104, 0.1);
    background: #fff;
    border-radius: 18px;
    padding: 16px 26px;
    z-index: 20;
    transform: translateY(200%) translateX(-50%);
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.notification.active {
    visibility: visible;
    transform: translateY(0) translateX(-50%);
    opacity: 1;
}

.notification__text span {
    color: #e6342a;
}

.notification__trigger img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

@media (max-width: 320px) {
    .notification__item {
        cursor: default !important;
        opacity: 1 !important;
    }
}

#notification-text {
    display: flex;
    align-items: center;
}

#notification {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-error {
    display: none;
    text-align: center;
}

#deposite {
    cursor: pointer;
}

.modal-error {
    display: none;
    color: red;
}

input.error,
textarea.error {
    border: 1px solid red;
    color: red;
}

.modal__check-error {
    display: none !important;
}

.modal__check-error.active {
    display: block !important;
    color: red;
}

.modal__upload {
    height: auto;
}

.spinner-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #e6342a 94%, #0000) top/9px 9px no-repeat,
        conic-gradient(#0000 30%, #e6342a);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

.no-data {
    text-align: center;
    color: #9da0a6;
    font-size: 14px;
    font-weight: 500;
}

:root {
    --primary-color: #1e90ff;
    --text-color: #333;
    --bg-color: #fff;
    --border-color: #e0e0e0;
    --hover-bg: #f5f5f5;
    --font-family: Arial, sans-serif;
    --radius: 8px;
}

.price-density {
    font-family: var(--font-family);
    color: var(--text-color);
    background: var(--bg-color);
    padding: 16px;
}

/*----------------------------------------
  Categories List
----------------------------------------*/
.price-density__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 16px;
    padding: 0;
    list-style: none;
}

.price-density__category {
    position: relative;
    padding: 6px 12px;
    cursor: pointer;
    margin: 0;
    transition: background 0.2s;
}

.price-density__category:hover {
    background: var(--hover-bg);
}

/* Активная — подчёркнута снизу */
.price-density__category--active {
    color: var(--primary-color);
    padding-bottom: 4px;
}

.price-density__category--active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: var(--primary-color);
}

/*----------------------------------------
  Table Wrapper
----------------------------------------*/
.price-density__table {
    margin-top: 24px;
}

.price-density__title {
    font-size: 20px;
    margin: 0 0 8px;
    font-weight: bold;
}

.price-density__subtitle {
    font-size: 16px;
    margin: 0 0 16px;
    font-weight: bold;
}

/*----------------------------------------
  Grid Table
----------------------------------------*/
.price-density__grid {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

/* Заголовки */
.price-density__grid thead th {
    background: #f0f0f0;
    color: var(--text-color);
    padding: 8px;
    border-bottom: 1px solid var(--border-color);
    vertical-align: middle;
}

.price-density__grid th:first-child,
.price-density__grid td:first-child {
    width: 50%;
    text-align: left;
    padding-left: 12px;
}

.price-density__grid th:last-child,
.price-density__grid td:last-child {
    width: 50%;
    text-align: center;
}

/* Ячейки */
.price-density__grid td {
    padding: 8px;
    border-bottom: 1px solid var(--border-color);
    vertical-align: middle;
}

/* Зебра-эффект */
.price-density__grid tbody tr:nth-child(odd) td {
    background: #fafbfc;
}

.price-density__grid tbody tr:nth-child(even) td {
    background: #fff;
}

/* Стили для input */
.price-density__grid input[type="text"] {
    width: 60px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: center;
    outline: none;
}

.price-density__grid tbody tr:first-child td {
    background: #fafbfc !important;
    color: var(--text-color) !important;
}

/* === Секция пакетов === */
.packs {
    font-family: var(--font-family);
    color: var(--text-color);
    margin-top: 32px;
}

.packs__title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}

/* Список карточек */
.packs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Одна карточка */
.packs__item {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    width: calc(20% - 12.8px);
    /* пять штук в ряд */
    min-width: 180px;
    padding: 12px;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
}

.packs__item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Картинка */
.packs__thumb {
    width: 100%;
    padding-top: 100%;
    /* квадрат */
    position: relative;
    margin-bottom: 8px;
    background: #f9f9f9;
    border-radius: var(--radius);
    overflow: hidden;
}

.packs__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Название */
.packs__name {
    font-size: 16px;
    margin: 0 0 12px;
    text-align: center;
}

/* Поле ввода */
.packs__field {
    margin-bottom: 12px;
}

.packs__label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.packs__input {
    width: 100%;
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: #fafafa;
    box-sizing: border-box;
}

/* Секция «Типы упаковки» */
.pack-types {
    font-family: var(--font-family);
    color: var(--text-color);
    margin-top: 32px;
}

.pack-types__title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
}

/* Форма-список */
.pack-types__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pack-types__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.pack-types__item input[type="checkbox"] {
    margin: 0;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    accent-color: var(--primary-color);
}

.pack-types__label {
    font-size: 14px;
}

/* Разделитель */
.divider {
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 24px 0;
}

/* === Секция «Наценки и скидки» === */
.surcharge {
    font-family: var(--font-family);
    color: var(--text-color);
    margin-top: 32px;
}

.surcharge__title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}

.divider {
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 16px 0 24px;
}

/* === Форма === */
.surcharge__form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 16px 24px;
}

/* === Поле формы === */
.surcharge__field {
    display: flex;
    flex-direction: column;
}

.surcharge__label {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
}

.surcharge__input {
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    background: #fafafa;
    box-sizing: border-box;
    width: 100%;
}

/* === Кнопка === */
.surcharge__actions {
    grid-column: 1 / -1;
    /* кнопка на всю ширину */
    text-align: center;
    margin-top: 8px;
}

/* === Типы доставок === */
.price-density__methods-line {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 8px 0 16px;
    align-items: center;
}

.price-density__methods-label {
    font-weight: 600;
}

.price-density__methods {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-density__method {
    position: relative;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.2s;
}

.price-density__method:hover {
    color: var(--primary-color);
}

.price-density__method--active {
    color: var(--primary-color);
}

.price-density__method--active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.review-stars {
    display: flex;
    gap: 4px;
    cursor: pointer;
}

.star {
    width: 24px;
    height: 24px;
    transition: filter 0.1s;
}

.star.active {
    filter: brightness(1.1) saturate(2);
}

/* «заполненная» */
.star.hover {
    filter: brightness(1.4) saturate(3);
}

/* delivery-add */
.delivery-add {
    background-color: rgba(38, 38, 51, 0.5);
    position: fixed;
    inset: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.delivery-add.active {
    visibility: visible;
    opacity: 1;
}

.delivery-add__content {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
}

.delivery-add__tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.delivery-add__tab {
    border-radius: 8px;
    padding: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e1e3;
}

.delivery-add__tab.active {
    background: #f4f5f8;
}

.delivery-add__tab img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.delivery-add__whole {
    flex: 1;
}

.delivery-add__upload {
    text-align: center;
    border-radius: 8px;
    background: #f4f5f8;
    padding: 16px 12px;
}

.delivery-add__upload input {
    display: none;
}

.delivery-add__upload h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.delivery-add__upload p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.delivery-add__upload>img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.delivery-add__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    margin-top: 12px;
}

.delivery-add__bottom .btn {
    height: 48px;
    font-size: 16px;
    padding: 10px 40px;
}

.delivery-add .custom-select.open {
    z-index: 5;
}

.delivery-add .custom-select.open .custom-select__list {
    z-index: 6;
}

.delivery-add .custom-select__current {
    height: 48px;
    border-radius: 8px !important;
}

.delivery-add .custom-select__list {
    top: 55px;
    border: 1px solid #e0e1e3;
    border-radius: 8px !important;
    max-height: 280px;
    overflow-y: auto;
}

.delivery-add__lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.delivery-add__lines input {
    height: 48px;
    width: 100%;
    background: #f4f5f8;
}

.delivery-add__minis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 50%;
}

.delivery-add__data {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.delivery-add__data span {
    font-size: 14px;
    font-weight: 500;
    color: #9da0a6;
}

.delivery-add__data strong {
    font-size: 20px;
    font-weight: 600;
}

.delivery-add__main {
    display: flex;
    flex-direction: column;
}

.delivery-add__inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    width: 760px;
    position: relative;
    z-index: 1;
}

.delivery-add__inner h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.delivery-add__wrap {
    display: none;
}

.delivery-add__wrap.active {
    display: block;
}

.delivery-methods-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px;
}

.delivery-method-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.delivery-method-item.selected {
    border-color: #4caf50;
    background-color: rgba(76, 175, 80, 0.1);
}

.delivery-method-item label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.delivery-method-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.delivery-method-icon-placeholder {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-bottom: 10px;
}

.language-selector {
    position: relative;
    display: inline-block;
}

.language-toggle {
    cursor: pointer;
}

.language-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.flag {
    width: 22px;
    /* или нужный размер */
    height: auto;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    /* открытие вниз */
    left: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 130px;
    padding: 5px 0;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lang-link {
    display: flex;
    align-items: center;
    /* Центрируем по вертикали */
    gap: 8px;
    /* Расстояние между флагом и текстом */
    text-decoration: none;
    color: inherit;
    /* Наследуем цвет */
}

.flag-dropdown {
    width: 24px;
    /* Размер флага */
    height: auto;
    flex-shrink: 0;
    /* Флаг не сжимается */
}

.language-dropdown li {
    list-style: none;
}

.language-dropdown a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.language-dropdown a:hover {
    background-color: #f0f0f0;
}

/* Показывать при наведении */
.language-selector:hover .language-dropdown,
.language-selector:focus-within .language-dropdown {
    display: block;
}

/* стили отзывово */
:root {
    --card-w: 700px;
    --star: #ffb400;
    --text: #1f2937;
    --muted: #6b7280;
    --line: #e5e7eb;
    /* --bg:#f8fafc; */
    --chip: #f3f4f6;
}

* {
    box-sizing: border-box;
}

.massage-body {
    margin: 0;
    background: none;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
        "Noto Sans", "Helvetica Neue", sans-serif;
    color: var(--text);
    display: flex;
    justify-content: center;
    /* padding:32px; */
}

.body-wrap {
    display: flex;
    flex-direction: column;
    width: var(--card-w);
    /* border:2px solid rgba(14,165,233,.5); */
    /* border-radius:10px; */
    /* background:#fff; */
    /* box-shadow:0 1px 0 rgba(0,0,0,.02), 0 8px 24px rgba(15,23,42,.05); */
    /* padding:18px 18px 10px; */
    padding-top: 0px;
    /* position:relative; */
    /* height: 100%; */
}

/* сердечко */
.like {
    position: absolute;
    right: 16px;
    top: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.like svg {
    width: 16px;
    height: 16px;
    fill: #ef4444;
}

/* заголовок */
.top-row {
    display: flex;
    align-items: flex-end;

    gap: 12px;
    /* width: 100%; */
}

.rate {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.stars {
    display: flex;
    /* margin: 0 auto; */
    /* width: 100px; */
    height: 30px;
    gap: 2px;
    transform: translateY(-2px);
}

:where(.stars, .card__rate) svg,
patn {
    width: 20px !important;
    height: 20px !important;
    fill: var(--star);
    margin: 0 auto;
}

.meta {
    margin-top: 4px;
    color: var(--muted);
    font-size: 14px;
}

/* превьюшки */
.thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 14px 0 10px;
}

.thumb {
    height: 82px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #e5e7eb, #cbd5e1);
}

/* отзыв */
.review {
    /* border-top:1px solid var(--line); */
    padding: 16px 0 12px;
    /* position:relative */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

/* .review:first-of-type{border-top:none} */
.head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 15%;
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
}

.who {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    float: left;
    text-align: left;
    margin-left: auto;

    flex-direction: column;
    /* ставит элементы в столбик */
    /* align-items:center; */
    /* gap: 10px; */
}

.name {
    font-weight: 700;
}

.mini-stars {
    display: flex;
    gap: 2px;
    transform: translateY(1px);
}

.mini-stars svg {
    width: 14px;
    height: 14px;
    fill: var(--star);
}

.date {
    color: var(--muted);
    font-size: 13px;
    margin-left: 8px;
}

.sku {
    color: #6b7280;
    font-size: 13px;
    margin: 8px 0;
}

.text {
    font-size: 15px;
    line-height: 1.55;
    margin: 8px 0 12px;
}

.actions {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #475569;
    font-size: 14px;
}

.act {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.act svg {
    width: 20px;
    height: 20px;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.reply {
    margin-left: auto;
    color: #e6342a;
    cursor: pointer;
}

/* .reply:hover{text-decoration:underline} */
p.text {
    margin: 0px;
}

/* блок комментариев */
.comments-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    margin: 8px 0 4px;
}

.comments {
    margin-top: 6px;
    padding-left: 56px;
}

.comment {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
}

.c {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    padding: 10px 12px;
    /* box-shadow:0 1px 0 rgba(0,0,0,.02), 0 8px 24px rgba(15,23,42,.05); */
}

.c-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
}

.c-body {
    flex: 1;
}

.c-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.c-name {
    font-weight: 600;
    margin-right: 5px;
}

.c-date {
    color: var(--muted);
    font-size: 13px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin: 0;
    /* height: 100vh;                  */
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-text {
    font-size: 14px;
    margin-top: 4px;
}

.c-foot {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
}

.c-foot .act svg {
    width: 14px;
    height: 14px;
}

.c-head {
    justify-content: space-between;
}

.headAll {
    /* width: 200px; */
    display: flex;
}

.more {
    border-top: 1px solid var(--line);
    text-align: center;
    padding: 12px 0 6px;
    color: #e6342a;
    font-weight: 600;
    cursor: pointer;
}

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

.element-like {
    float: right;
    text-align: right;
    margin-left: auto;
    /* position: absolute; */
    right: 0;
    margin-right: 18px;
}

.rate-black {
    color: #000;
    background-color: none;
}

.review-bg {
    background-color: #F4F5F8;
    /* padding: 20px; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* height: 500px; */
}

.action-line {
    border-top: 1px solid var(--line);
    padding: 16px 0 12px;
    position: relative;
}

.like-dis {
    display: flex;
}

section.review {
    padding: 16px;
    margin: 0px;
    max-width: 1000px;
}

section.review .head {
    justify-content: space-between;
}

div.reply {
    font-size: 14px;
    font-weight: 500;
}

.comm-actiom {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 200px;                 */
    /* border: 1px solid #333;        */
}

.active_red {
    color: #e6342a;
}

/* стили отзывово конец*/
/* -------------------------------- */
/* стили похожих товаров */
:root {
    --text-primary: #262633;
    --text-secondary: #9da0a6;
    --accent-red: #bc0a00;
    --white: #ffffff;
    --blue: #e6342a;
    --star: #ffaa00;
}

.cont-main-tovar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 3vw 0 0;
}

.cont-main-tovar__title {
    font-weight: 600;
    font-size: 20px;
}

.container-tovar {
    min-height: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    /* align-items: center; */
    /* place-content: center
    /* place-items: center; */
    /* padding: 24px; */
}

.container-slider-tovar .card-image-tovar {
    width: 100%;
}

.card-tovar {
    width: 220px;
    display: flex;
    flex-direction: column;
    /* gap: 20px;  */
    margin-bottom: 20px;
}

.card-image-tovar {
    position: relative;
    /* width: 220px;
    height: 204px; */
    width: 100%;
    aspect-ratio: 220 / 204;
    overflow: hidden;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d6d2d9;
}

.card-image-tovar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-tovar {
    /* position: absolute; */
    left: 6px;
    top: 176px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 4px;
    background: var(--accent-red);
    color: var(--white);
    border-radius: 4px;
    font: 500 14px/1.2857 Inter, Arial, sans-serif;
}

.badge-tovar .badge-text-tovar {
    color: var(--white);
}

.card-body-tovar {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-row-tovar {
    display: flex;
    align-items: baseline;
    gap: 4px;
    padding: 8px 0 4px;
}

.price-current-tovar {
    font: 600 20px/1.21 Inter, Arial, sans-serif;
}

.price-old-tovar {
    font: 400 14px/1.21 Inter, Arial, sans-serif;
    color: var(--text-secondary);
    opacity: 0.5;
}

.price-discount-tovar {
    font: 400 14px/1.21 Inter, Arial, sans-serif;
    color: var(--accent-red);
}

.seller-row-tovar {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 0;
}

.seller-name-tovar {
    font: 500 14px/1.2857 Inter, Arial, sans-serif;
    color: var(--text-secondary);
}

.title-tovar {
    margin: 0;
    font: 400 16px/1.25 Inter, Arial, sans-serif;
    color: var(--text-primary);
}

.meta-row-tovar {
    display: flex;
    gap: 16px;
    padding-top: 8px;
}

.rating-tovar,
.sold-tovar {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rating-tovar .text-tovar {
    font: 500 14px/1.2857 Inter, Arial, sans-serif;
    color: var(--text-primary);
}

.sold-tovar .text-tovar {
    font: 500 14px/1.2857 Inter, Arial, sans-serif;
    color: var(--text-secondary);
}

.icon-tovar,
.badge-icon-tovar,
.seller-shield-tovar {
    display: inline-flex;
}

.text-bold-tovar {
    font-weight: 600 !important;
}

/* стили похожих товаров конец */
/* стили описания товара */

.main-container-disc {
    display: flex;
    margin: 0;
    height: 400px;
    width: 100%;
    flex-direction: column;
    /* расположение сверху вниз */
    /* height: 100%; */
}

.top-disc {
    margin-bottom: 50px;
}

.specs-disc {
    margin-left: 5px;
    margin-right: 5px;
}

.row-disc {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.label-disc {
    flex: 0 0 auto;
    color: #666;
}

.dots-disc {
    flex: 1;
    margin: 0 8px;
    background-image: radial-gradient(#aaa 1px, transparent 1px);
    background-size: 6px 1px;
    /* расстояние между точками */
    background-repeat: repeat-x;
    height: 1px;
}

.value-disc {
    flex: 0 0 auto;
    /* font-weight: 500; */
    color: #000 !important;
}

.bottom-disc {
    display: flex;
    flex: 0 0 50%;
    /* нижняя часть = тоже 50% */
}

.bottom-left-disc,
.bottom-right-disc {
    flex: 0 0 50%;
    /* по 50% от нижней части */
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.color-disc {
    background: aqua;
    border: 1px solid black;
    height: 30px;
    display: flex;
    justify-content: space-between;
}

.color-disc>p {
    margin-left: 5px;
    margin-right: 5px;
}

/* стили описания товара конец */
.card-review__head {
    display: flex;
    flex-direction: column;
    /* margin: 0 !important;  */
    padding: 0 !important;
    /* box-sizing: border-box !important; */
}

.hidden-block-comm {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.hidden-block-comm.active-comm {
    max-height: 1000px;
    /* временно, потом заменится на auto через JS */
    opacity: 1;
}

.flipped {
    transform: rotate(180deg);
    /* можно поменять: scaleX(-1) / scaleY(-1) */
}

.btn-red {
    stroke: #e6342a !important;
    color: #e6342a !important;
}

.btn-red1>span {
    stroke: #e6342a !important;
    color: #e6342a !important;
}

.btn-red1 svg>path {
    stroke: #e6342a !important;
    color: #e6342a !important;
}

/* инпут комента */

.reply-form-comm {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
}

.reply-title-comm {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286em;
    color: #9da0a6;
}

.reply-input-container-comm {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.input-wrapper-comm {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    /* padding: 10px 4px 10px 16px; */
    gap: 8px;
    height: 48px;
}

.reply-input-comm {
    flex: 1;
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286em;
    color: #262633;
    background: transparent;
}

.reply-input-comm::placeholder {
    color: #9da0a6;
}

.input-icon-comm {
    width: 32px;
    height: 32px;
    /* border-radius: 999px; */
    /* background: #FFFFFF; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.full-com {
    height: 100%;
    width: 100%;
}

.send-btn {
    background-color: #e6342a;
    height: 48px;
    width: 48px;
    border-radius: 10px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.card__main {
    width: 100%;
}

/* Контейнер компонента выбора цвета */
.color-selector {
    width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
}

/* Заголовок с названием цвета */
.color-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    width: fit-content;
}

.color-label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    text-align: left;
    color: #9da0a6;
}

.color-name {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    text-align: left;
    color: #262633;
}

/* Галерея изображений */
.image-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

.image-item {
    width: 60px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #f4f5f8;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease;
    position: relative;
}

.image-item:hover {
    border-color: #e6342a;
}

.image-item.selected {
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px #e6342a;
}

.image-item.selected::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #e6342a;
    border-radius: 4px;
    pointer-events: none;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    display: block;
}

/* Стили для секции отзывов */
.reviews-section {
    margin-top: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f5f8;
}

.review-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.review-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #262633;
    margin-bottom: 8px;
}

.review-content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
    line-height: 1.5;
}

.reply-button {
    background: none;
    border: none;
    color: #e6342a;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.reply-button:hover {
    color: #c12e26;
}

.reply-input {
    margin-top: 16px;
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.reply-input textarea {
    width: 100%;
    min-height: 80px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s ease;
}

.reply-input textarea:focus {
    border-color: #e6342a;
    box-shadow: 0 0 0 3px rgba(230, 52, 42, 0.1);
}

.reply-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    justify-content: flex-end;
}

.send-reply,
.cancel-reply {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.send-reply {
    background: #e6342a;
    color: white;
    border-color: #e6342a;
}

.send-reply:hover {
    background: #c12e26;
    border-color: #c12e26;
}

.cancel-reply {
    background: white;
    color: #6b7280;
    border-color: #d1d5db;
}

.cancel-reply:hover {
    background: #f9fafb;
    color: #374151;
}

.product-card {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    width: 336px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Секция продавца */
.seller-section {
    border: 1px solid #f4f5f8;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.seller-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.seller-image {
    position: relative;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.seller-image svg {
    border-radius: 5px;
}

.verification-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.seller-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.seller-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #262633;
}

.seller-status {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.status-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #9da0a6;
}

.rating {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding-top: 2px;
}

.rating-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 2px 4px;
    background: rgba(255, 170, 0, 0.2);
    border-radius: 4px;
}

.rating-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #ffaa00;
}

/* Секция цены */
.price-section {
    background: #f4f5f8;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-info {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
}

.current-price {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.21;
    color: #262633;
}

.old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #9da0a6;
    opacity: 0.5;
    text-decoration: line-through;
}

.discount {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #bc0a00;
}

.action-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    height: 48px;
}

.buy-button {
    flex: 1;
    background: #e6342a;
    border: none;
    border-radius: 8px;
    padding: 4px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.buy-button:hover {
    background: #d12a20;
}

.wishlist-button {
    width: 48px;
    height: 48px;
    background: #f4f5f8;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    border: 1px solid #d6d2d9;
}

.wishlist-button:hover {
    background: #e8eaef;
}

.delivery-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #9da0a6;
    text-align: center;
}

/* Секция отзывов */
.reviews-section {
    margin-top: 20px;
    padding: 16px;
    background: #f4f5f8;
    border-radius: 12px;
}

.reviews-section h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
    color: #262633;
    margin-bottom: 16px;
}

.review-item {
    background: white;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
}

.review-item:last-child {
    margin-bottom: 0;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.review-avatar {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.review-info {
    flex: 1;
}

.reviewer-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #262633;
}

.review-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
    color: #9da0a6;
    margin-top: 2px;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.review-rating span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #ffaa00;
}

.review-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #262633;
    margin-bottom: 12px;
}

.review-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reply-button {
    align-self: flex-start;
    background: none;
    border: none;
    color: #e6342a;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
}

.reply-button:hover {
    color: #d12a20;
}

.reply-input-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.reply-input {
    width: 100%;
    min-height: 80px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.43;
    color: #262633;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s;
}

.reply-input:focus {
    border-color: #e6342a;
}

.reply-input::placeholder {
    color: #9da0a6;
}

.reply-actions {
    display: flex;
    gap: 8px;
}

.send-reply-button,
.cancel-reply-button {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid;
}

.send-reply-button {
    background: #e6342a;
    color: white;
    border-color: #e6342a;
}

.send-reply-button:hover {
    background: #d12a20;
    border-color: #d12a20;
}

.cancel-reply-button {
    background: white;
    color: #9da0a6;
    border-color: #e0e0e0;
}

.cancel-reply-button:hover {
    background: #f4f5f8;
    border-color: #9da0a6;
}

/* Анимации */
.reply-input-container {
    transition: all 0.3s ease;
    overflow: hidden;
}

.reply-input-container[style*="display: none"] {
    max-height: 0;
    opacity: 0;
}

.reply-input-container:not([style*="display: none"]) {
    max-height: 200px;
    opacity: 1;
}

/* Импорт шрифта Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");

/* Основной контейнер */
.frame-type {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 340px;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 8px;
}

/* Заголовок */
.header-type {
    display: flex;
    align-items: center;
    gap: 4px;
}

.title-type {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2857142857142858em;
    color: #9da0a6;
    text-align: left;
}

/* Контейнер табов */
.tabs-container-type {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

/* Таб */
.tab-type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Чип внутри таба */
.chip-type {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: #f4f5f8;
    height: 100%;
    transition: all 0.2s ease;
}

/* Активный чип */
.active-chip-type {
    background-color: #ffffff;
}

/* Текст чипа */
.chip-text-type {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2857142857142858em;
    color: #262633;
    text-align: center;
    white-space: nowrap;
}

/* Активный текст */
.active-text-type {
    color: #ffffff;
}

/* Активный таб */
.active-type .chip-type {
    background-color: #262633;
}

/* Hover эффекты */
.tab-type:hover .chip-type {
    background-color: #e8e9ec;
}

.active-type:hover .chip-type {
    background-color: #1f1f28;
}

/* Адаптивность */
@media (max-width: 400px) {
    .frame-type {
        width: 100%;
        max-width: 340px;
    }

    .tabs-container-type {
        justify-content: center;
    }
}

.gallery-container {
    position: relative;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    background-color: #ffffff;
}

/* Заголовок "Фото и видео покупателей" */
.gallery-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.21em;
    color: #262633;
    margin-bottom: 12px;
    width: 340px;
    height: 22px;
}

/* Галерея фотографий */
.gallery-photos {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 340px;
    height: 60px;
    margin-bottom: 26px;
    overflow: hidden;
    position: relative;
}

/* Видео плеер */
.gallery-video-player {
    width: 64.6px;
    height: 60px;
    position: relative;
    flex-shrink: 0;
}

.gallery-video-placeholder {
    width: 64.6px;
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-play-icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 22px;
}

/* Фотографии */
.gallery-photo-item {
    width: 65px;
    height: 60px;
    position: relative;
    flex-shrink: 0;
}

.gallery-photo-placeholder {
    width: 100%;
    height: 100%;
    color: #d9d9d9;
    border-radius: 8px;
}

/* Последняя фотография с размытием */
.gallery-photo-overlay {
    position: relative;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(80, 80, 80, 0.5);
    backdrop-filter: blur(3px);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-photo-count {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.21em;
    color: #ffffff;
    text-align: center;
}

/* Скрытые фотографии */
.gallery-photo-hidden {
    display: none;
}

/* Секция "Похожее от магазина" */
.gallery-similar-section {
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-similar-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.21em;
    color: #262633;
    width: 100%;
}

/* Слайдер товаров */
.gallery-products-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
}

.gallery-products-container {
    display: flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease;
}

.gallery-product-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-shrink: 0;
}

.gallery-product-image {
    width: 88px;
    height: 82px;
    border: 1px solid #f4f5f8;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-product-placeholder {
    width: 100%;
    height: 100%;
    color: #d9d9d9;
}

.gallery-product-price {
    display: flex;
    gap: 2px;
    align-items: center;
}

.gallery-price-current {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.38em;
    color: #262633;
}

.gallery-price-old {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.8em;
    color: #9da0a6;
    text-decoration: line-through;
}

/* Кнопка навигации */
.gallery-nav-button {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: none;
    border-radius: 40px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 10;
}

.gallery-nav-button:hover {
    background: #f8f9fa;
}

.gallery-arrow-icon {
    width: 13.5px;
    height: 12px;
    color: #262633;
}

/* Адаптивность */
@media (max-width: 400px) {
    .gallery-container {
        width: 100%;
        max-width: 355px;
    }

    .gallery-title,
    .gallery-photos,
    .gallery-similar-section {
        width: 100%;
    }
}

/* Reset and base styles */
.body-buy-all {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body-buy {
    font-family: "Inter", sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

/* Main container - Frame 2131327798 */
.frame-2131327798-buy {
    width: 340px;
    height: 276px;
    background-color: #f4f5f8;
    border-radius: 16px;
    padding: 10px 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

/* Price section - Frame 2131327284 */
.frame-2131327284-buy {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    align-self: stretch;
    gap: 4px;
}

.price-current-buy {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2102272851126534em;
    color: #262633;
}

.price-old-buy {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2102272510528564em;
    color: #9da0a6;
    opacity: 0.5;
}

.discount-buy {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2102272510528564em;
    color: #bc0a00;
}

/* Action buttons section - Frame 2131327735 */
.frame-2131327735-buy {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    gap: 8px;
}

/* Buy button */
.button-buy {
    flex: 1;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.button-input-buy {
    width: 100%;
    height: 100%;
    background-color: #e6342a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
}

.button-content-buy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-text-buy {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    color: #ffffff;
    text-align: center;
}

/* Heart button */
.heart-button-buy {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #e0e1e3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    cursor: pointer;
}

.heart-icon-buy {
    width: 22px;
    height: 22px;
}

/* Payment methods section - Component 1 */
.component-1-buy {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.payment-icons-buy {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-icon-buy {
    flex-shrink: 0;
}

/* Insurance deposit section - depozit */
.depozit-buy {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shield-icon-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.shield-icon-buy svg {
    width: 100%;
    height: 100%;
    display: block;
}

.deposit-text-buy {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33em;
    color: #262633;
}

.deposit-arrow-buy {
    width: 8px;
    height: 8px;
}

/* Divider line */
.line-11-buy {
    /* width: 100%; */
    height: 1px !important;
    border: 1px solid #d6d2d9;
}

/* Delivery options section - Frame 2131327301 */
.frame-2131327301-buy {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    padding: 0px 8px;
}

.delivery-option-buy {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.delivery-time-buy {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2102272510528564em;
    color: #262633;
}

.delivery-method-buy {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2102272510528564em;
    color: #9da0a6;
}

/* Responsive adjustments */
@media (max-width: 400px) {
    .frame-2131327798-buy {
        width: 100%;
        /* max-width: 340px; */
    }
}

.gallery-container-gallery {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

/* Main Group Container - matches Figma Group 47292 */
.gallery-group-47292-gallery {
    width: 700px;
    height: 1814px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

/* Inner Group Container - matches Figma Group 47284 */
.gallery-group-47284-gallery {
    width: 700px;
    height: 1814px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

/* Top Image Section - matches Figma image 9 */
.gallery-image-9-gallery {
    width: 700px;
    height: 824px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #e5e7eb;
}

.gallery-image-9-gallery svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Bottom Image Section - matches Figma main image */
.gallery-image-gallery {
    width: 700px;
    height: 990px;
    position: absolute;
    top: 824px;
    left: 0;
    overflow: hidden;
    background-color: #f3f4f6;
}

.gallery-image-gallery svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 700px) {
    .gallery-container-gallery {
        max-width: 100%;
    }

    .gallery-group-47292-gallery,
    .gallery-group-47284-gallery {
        width: 100%;
        height: auto;
    }

    .gallery-image-9-gallery,
    .gallery-image-gallery {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    .gallery-image-gallery {
        margin-top: 0;
    }
}

/* Main container - matches Figma frame exactly */
.platforms-container-add {
    width: 340px;
    padding: 16px 14px;
    background: white;
    border: 1px solid #f4f5f8;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Title - matches Figma text style exactly */
.platforms-title-add {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2102272510528564em;
    color: #262633;
    text-align: left;
    margin: 0;
}

/* Content wrapper */
.platforms-content-add {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

/* Icons container - matches Figma layout exactly */
.platforms-icons-add {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
}

/* Platform icons - matches Figma dimensions exactly */
.platform-icon-add {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-size: cover;
}

/* Individual platform icon styles with actual images */
.platform-icon-1-add {
    background-image: url("../images/payment-methods/platform1.png");
}

.platform-icon-2-add {
    background-image: url("../images/payment-methods/platform2.png");
}

.platform-icon-3-add {
    background-image: url("../images/payment-methods/platform3.png");
}

.platform-icon-4-add {
    background-image: url("../images/payment-methods/platform4.png");
    background-color: 8654CC;
}

/* Subtitle - matches Figma text style exactly */
.platforms-subtitle-add {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2102272510528564em;
    color: #9da0a6;
    text-align: left;
    margin: 0;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 400px) {
    .platforms-container-add {
        width: 100%;
        /* max-width: 340px; */
    }

    .platforms-icons-add {
        gap: 12px;
    }

    .platform-icon-add {
        width: 50px;
        height: 50px;
    }
}

/* ===== Стили баннеров ===== */

/* Banner container */
.banner__inner {
    width: 100%;
    /* max-width: 1240px; */
    height: 0;
    padding-bottom: 30.65%;
    /* 380/1240 * 100 = соотношение сторон */
    position: relative;
    background-size: contain;
    /* Изменено с cover на contain - изображение будет целиком */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 20px;
    /* Центрирование на больших экранах + отступ между баннерами */
}

/* Первый банер */
.banner__inner--first-ru {
    background-image: url("/images/new/banners/main-1-ru.png");
    z-index: 100;
}

.banner__inner--first-zh {
    background-image: url("/images/new/banners/main-1-zh.png");
    z-index: 100;
}

.banner__inner--first-es {
    background-image: url("/images/new/banners/main-1-es.png");
    z-index: 100;
}

.banner__inner--first-en {
    background-image: url("/images/new/banners/main-1-en.png");
    z-index: 100;
}

/* Второй банер */
.banner__inner--second-ru {
    background-image: url("/images/new/banners/main-2-ru.png");
}

.banner__inner--second-zh {
    background-image: url("/images/new/banners/main-2-zh.png");
}

.banner__inner--second-es {
    background-image: url("/images/new/banners/main-2-es.png");
}

.banner__inner--second-en {
    background-image: url("/images/new/banners/main-2-en.png");
}

/* Третий банер */
.banner__inner--third-ru {
    background-image: url("/images/new/banners/main-3-ru.png");
}

.banner__inner--third-zh {
    background-image: url("/images/new/banners/main-3-zh.png");
}

.banner__inner--third-es {
    background-image: url("/images/new/banners/main-3-es.png");
}

.banner__inner--third-en {
    background-image: url("/images/new/banners/main-3-en.png");
}

/* Base button styles */
.banner__button {
    position: absolute;
    padding: 1% 2%;
    /* Адаптивные отступы */
    border: none;
    border-radius: 8px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    font-size: 1.2vw;
    /* Пропорционально размеру экрана */
    font-weight: 500;
    /* Фиксированная жирность */
    line-height: 1.2;
    /* Улучшенная читаемость */
    letter-spacing: 0.02em;
    /* Небольшой межбуквенный интервал */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    white-space: nowrap;
    /* Предотвращает перенос текста */
}

/* Primary button */
.banner__button--primary {
    background-color: transparent;
    border: 2px solid #c8c8c8;
    color: #c8c8c8;
    border-radius: 40px;
    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ 1 */
    left: 32.3%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ X (400/1240 * 100) */
    top: 35.2%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ Y (130/380 * 100) */
}

.banner__button--primary:hover {
    background-color: transparent;
    border: 2px solid #e6342a;
    color: #e6342a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* Secondary button */
.banner__button--secondary {
    background-color: #1f1f21;
    color: white;
    width: 24.2%;
    /* Адаптивная ширина (300/1240 * 100) */

    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ 2 */
    left: 5.6%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ X (70/1240 * 100) */
    top: 57.4%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ Y (218/380 * 100) */
}

.banner__button--secondary:hover {
    background-color: #e6342a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* Кнопка второго банера */
.banner__button--second {
    background-color: #e6342a;
    color: white;

    border-radius: 8px;
    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ ВТОРОГО БАНЕРА */
    left: 13.3%;
    top: 75%;
    transform: translate(-50%, -50%);
    /* Центрирование */
}

.banner__button--second:hover {
    background-color: #1f1f21;

    transform: translate(-50%, -50%) translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* Кнопка третьего банера */
.banner__button--third {
    background-color: white;
    color: #262633;

    border-radius: 8px;
    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ ТРЕТЬЕГО БАНЕРА */
    left: 7.2%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ X */
    top: 60%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ Y */
}

.banner__button--third:hover {
    background-color: #1f1f21;
    color: white;

    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* ===== АДАПТИВНЫЕ СТИЛИ ===== */

@media (max-width: 1600px) {
    .banner__button--primary {
        top: 37.2%;
    }

    .banner__button--second {
        left: 14.1%;
        top: 70%;
    }
}

@media (max-width: 1400px) {
    .banner__button--primary {
        top: 36.2%;
    }

    .banner__button--second {
        left: 14.5%;
        top: 72.9%;
    }
}

@media (max-width: 1200px) {
    .banner__button--primary {
        top: 34.2%;
    }

    .banner__button--second {
        left: 15%;
        top: 75%;
    }
}

@media (max-width: 1200px) {
    .banner__button--second {
        left: 15%;
        top: 69%;
    }
}

@media (max-width: 1024px) {

    .frame-2131327798-buy,
    .product-card,
    .platforms-container-add,
    .card__left {
        width: 100%;
    }

    .card-vertical__view {
        display: block;
    }
}

/* Мобильные устройства */
@media (max-width: 768px) {
    .banner__inner {
        border-radius: 8px;
    }

    .banner__inner--first-ru {
        margin-top: 140px;
    }

    .banner__inner--first-zh {
        margin-top: 140px;
    }

    .banner__inner--first-es {
        margin-top: 140px;
    }

    .banner__inner--first-en {
        margin-top: 140px;
    }

    .banner__button--second {
        /* width: 70px; */
        height: 25px;
        left: 15.6%;
        top: 75%;
    }

    .banner__button--primary {
        top: 35.2%;
    }

    .banner__button {
        /* padding: 0.6% 1.2%; */
        border-radius: 6px;
    }

    .banner__button--secondary {
        width: 30%;
        /* Увеличиваем ширину на мобильных */
    }

    .seller-section {
        margin-top: 16px;
    }

    .cont-main-tovar__title {
        font-size: 15px;
    }

    .frame-2131327798-buy,
    .product-card,
    .platforms-container-add,
    .card__left,
    .card-vertical,
    .card__info {
        width: 100%;
    }

}

/* Маленькие мобильные устройства */
@media (max-width: 600px) {
    .banner__button {
        padding: 0.5% 1%;
    }

    .banner__button--secondary {
        width: 32%;
    }

    .banner__button--second {
        width: 60px;
        height: 20px;
        left: 16.6%;
        top: 75%;
        font-size: 6px;
    }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    .banner__button {
        padding: 0.4% 0.8%;
        border-radius: 4px;
    }

    .banner__button--second {
        width: 50px;
        height: 15px;
        left: 16.6%;
        top: 75%;
        font-size: 5px;
    }

    .banner__button--secondary {
        width: 35%;
    }
}

/* Экстремально маленькие экраны */
@media (max-width: 360px) {
    .cats__items {
        display: flex;
        align-items: center;
        /* gap: 6px; */
        justify-content: space-evenly;
    }

    /* Меняем изображения банеров на мобильные версии */
    .banner__inner--first-ru {
        margin-top: 140px;
        background-image: url("/images/new/banners/main-1m-ru.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--first-zh {
        margin-top: 140px;
        background-image: url("/images/new/banners/main-1m-zh.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--first-es {
        margin-top: 140px;
        background-image: url("/images/new/banners/main-1m-es.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--first-en {
        margin-top: 140px;
        background-image: url("/images/new/banners/main-1m-en.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-ru {
        background-image: url("/images/new/banners/main-2m-ru.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-zh {
        background-image: url("/images/new/banners/main-2m-zh.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-es {
        background-image: url("/images/new/banners/main-2m-es.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-en {
        background-image: url("/images/new/banners/main-2m-en.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-ru {
        background-image: url("/images/new/banners/main-3m-ru.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-zh {
        background-image: url("/images/new/banners/main-3m-zh.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-es {
        background-image: url("/images/new/banners/main-3m-es.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-en {
        background-image: url("/images/new/banners/main-3m-en.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    /* Скрываем только кнопку secondary на первом банере */
    .banner__inner--first-ru .banner__button--secondary {
        display: none;
    }

    .banner__inner--first-zh .banner__button--secondary {
        display: none;
    }

    .banner__inner--first-es .banner__button--secondary {
        display: none;
    }

    .banner__inner--first-en .banner__button--secondary {
        display: none;
    }

    .banner__button--primary {
        top: 80.2%;
        left: 8%;
        width: 100px;
        height: 12px;
        font-size: 5px;
    }

    /* Скрываем кнопки второго и третьего банеров */
    .banner__button--second,
    .banner__button--third {
        display: none;
    }
}

/* Слайдер */
.banner__inner {
    cursor: pointer;
    width: 100%;
    /* max-width: 1240px; */
    height: 0;
    padding-bottom: 30.65%;
    /* 380/1240 * 100 = соотношение сторон */
    position: relative;
    background-size: contain;
    /* Изменено с cover на contain - изображение будет целиком */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 20px;
    /* Центрирование на больших экранах + отступ между баннерами */
}

/* Первый банер */
.banner__inner--first-ru {
    background-image: url("/images/new/banners/main-1-ru.png");
    z-index: 100;
}

.banner__inner--first-zh {
    background-image: url("/images/new/banners/main-1-zh.png");
    z-index: 100;
}

.banner__inner--first-es {
    background-image: url("/images/new/banners/main-1-es.png");
    z-index: 100;
}

.banner__inner--first-en {
    background-image: url("/images/new/banners/main-1-en.png");
    z-index: 100;
}

/* Второй банер */
.banner__inner--second-ru {
    background-image: url("/images/new/banners/main-2-ru.png");
}

.banner__inner--second-zh {
    background-image: url("/images/new/banners/main-2-zh.png");
}

.banner__inner--second-es {
    background-image: url("/images/new/banners/main-2-es.png");
}

.banner__inner--second-en {
    background-image: url("/images/new/banners/main-2-en.png");
}

/* Третий банер */
.banner__inner--third-ru {
    background-image: url("/images/new/banners/main-3-ru.png");
}

.banner__inner--third-zh {
    background-image: url("/images/new/banners/main-3-zh.png");
}

.banner__inner--third-es {
    background-image: url("/images/new/banners/main-3-es.png");
}

.banner__inner--third-en {
    background-image: url("/images/new/banners/main-3-en.png");
}

/* Base button styles */
.banner__button {
    position: absolute;
    padding: 1% 2%;
    /* Адаптивные отступы */
    border: none;
    border-radius: 8px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    font-size: 1.2vw;
    /* Пропорционально размеру экрана */
    font-weight: 500;
    /* Фиксированная жирность */
    line-height: 1.2;
    /* Улучшенная читаемость */
    letter-spacing: 0.02em;
    /* Небольшой межбуквенный интервал */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    white-space: nowrap;
    /* Предотвращает перенос текста */
}

/* Primary button */
.banner__button--primary {
    background-color: transparent;
    border: 2px solid #c8c8c8;
    color: #c8c8c8;
    border-radius: 40px;
    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ 1 */
    left: 32.3%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ X (400/1240 * 100) */
    top: 35.2%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ Y (130/380 * 100) */
}

.banner__button--primary:hover {
    background-color: transparent;
    border: 2px solid #e6342a;
    color: #e6342a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* Secondary button */
.banner__button--secondary {
    background-color: #1f1f21;
    color: white;
    width: 24.2%;
    /* Адаптивная ширина (300/1240 * 100) */

    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ 2 */
    left: 5.6%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ X (70/1240 * 100) */
    top: 57.4%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ Y (218/380 * 100) */
}

.banner__button--secondary:hover {
    background-color: #e6342a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* Кнопка второго банера */
.banner__button--second {
    background-color: #e6342a;
    color: white;

    border-radius: 8px;
    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ ВТОРОГО БАНЕРА */
    left: 13.3%;
    top: 75%;
    transform: translate(-50%, -50%);
    /* Центрирование */
}

.banner__button--second:hover {
    background-color: #1f1f21;

    transform: translate(-50%, -50%) translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* Кнопка третьего банера */
.banner__button--third {
    background-color: white;
    color: #262633;

    border-radius: 8px;
    /* НАСТРОЙКИ ПОЗИЦИОНИРОВАНИЯ КНОПКИ ТРЕТЬЕГО БАНЕРА */
    left: 7.2%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ X */
    top: 60%;
    /* ИЗМЕНИТЕ ДЛЯ ДВИЖЕНИЯ ПО ОСИ Y */
}

.banner__button--third:hover {
    background-color: #1f1f21;
    color: white;

    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 52, 42, 0.3);
}

/* ===== АДАПТИВНЫЕ СТИЛИ ===== */

@media (max-width: 1600px) {
    .banner__button--primary {
        top: 37.2%;
    }

    .banner__button--second {
        left: 14.1%;
        top: 70%;
    }
}

@media (max-width: 1400px) {
    .banner__button--primary {
        top: 36.2%;
    }

    .banner__button--second {
        left: 14.5%;
        top: 72.9%;
    }
}

@media (max-width: 1200px) {
    .banner__button--primary {
        top: 34.2%;
    }

    .banner__button--second {
        left: 15%;
        top: 75%;
    }
}

@media (max-width: 1200px) {

    .banner__button--second {
        left: 15%;
        top: 69%;
    }
}

/* Мобильные устройства */
@media (max-width: 768px) {
    .banner__inner {
        border-radius: 8px;
    }

    .banner__inner--first-ru {
        /* margin-top: 140px; */
    }

    .banner__inner--first-zh {
        /* margin-top: 140px; */
    }

    .banner__inner--first-es {
        /* margin-top: 140px; */
    }

    .banner__inner--first-en {
        /* margin-top: 140px; */
    }

    .banner__button--second {
        /* width: 70px; */
        height: 25px;
        left: 15.6%;
        top: 75%;
    }

    .banner__button--primary {
        top: 35.2%;
    }

    .banner__button {
        /* padding: 0.6% 1.2%; */
        border-radius: 6px;
    }

    .banner__button--secondary {
        width: 30%;
        /* Увеличиваем ширину на мобильных */
    }
}

/* Маленькие мобильные устройства */
@media (max-width: 600px) {
    .banner__button {
        padding: 0.5% 1%;
    }

    .banner__button--secondary {
        width: 32%;
    }

    .banner__button--second {
        width: 60px;
        height: 20px;
        left: 16.6%;
        top: 75%;
        font-size: 6px;
    }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    .banner__button {
        padding: 0.4% 0.8%;
        border-radius: 4px;
    }

    .banner__button--second {
        width: 50px;
        height: 15px;
        left: 16.6%;
        top: 75%;
        font-size: 5px;
    }

    .banner__button--secondary {
        width: 35%;
    }
}

/* Экстремально маленькие экраны */
@media (max-width: 360px) {

    /* Меняем изображения банеров на мобильные версии */
    .banner__inner--first-ru {
        /* margin-top: 140px; */

        background-image: url("/images/new/banners/main-1m-ru.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--first-zh {
        /* margin-top: 140px; */

        background-image: url("/images/new/banners/main-1m-zh.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--first-es {
        /* margin-top: 140px; */

        background-image: url("/images/new/banners/main-1m-es.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--first-en {
        /* margin-top: 140px; */

        background-image: url("/images/new/banners/main-1m-en.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-ru {
        background-image: url("/images/new/banners/main-2m-ru.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-zh {
        background-image: url("/images/new/banners/main-2m-zh.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-es {
        background-image: url("/images/new/banners/main-2m-es.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--second-en {
        background-image: url("/images/new/banners/main-2m-en.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-ru {
        background-image: url("/images/new/banners/main-3m-ru.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-zh {
        background-image: url("/images/new/banners/main-3m-zh.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-es {
        background-image: url("/images/new/banners/main-3m-es.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    .banner__inner--third-en {
        background-image: url("/images/new/banners/main-3m-en.png");
        background-size: cover;
        /* Изображение полностью занимает блок */
    }

    /* Скрываем только кнопку secondary на первом банере */
    .banner__inner--first-ru .banner__button--secondary {
        display: none;
    }

    .banner__inner--first-zh .banner__button--secondary {
        display: none;
    }

    .banner__inner--first-es .banner__button--secondary {
        display: none;
    }

    .banner__inner--first-en .banner__button--secondary {
        display: none;
    }

    .banner__button--primary {
        top: 80.2%;
        left: 8%;
        width: 100px;
        height: 12px;
        font-size: 5px;
    }

    /* Скрываем кнопки второго и третьего банеров */
    .banner__button--second,
    .banner__button--third {
        display: none;
    }
}

/* ===== СЛАЙДЕР СТИЛИ ===== */

.slider-container {
    position: relative;
    /* max-width: 1240px; */
    margin: 0 auto;
    padding-top: 10px;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.slider-slides {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30.65%;
}


.slide {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* Стрелки навигации */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow--prev {
    left: 20px;
    z-index: 150;
    transform: translateY(-50%) scale(1.1);

}

.slider-arrow--next {
    right: 20px;
    z-index: 150;
    transform: translateY(-50%) scale(1.1);
}

/* Пагинация */
.slider-pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
    background-color: #eeeeee;
    opacity: 0.8;
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    z-index: 150;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pagination-dot:hover {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.2);
}

.pagination-dot.active {
    background-color: #23232f;
    /* border-color: #e6342a; */
    transform: scale(1.3);
}

/* Адаптивность для слайдера */
@media (max-width: 1200px) {
    .slider-arrow {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .slider-arrow--prev {
        left: 15px;
    }

    .slider-arrow--next {
        right: 15px;
    }

    .slider-pagination {
        bottom: 15px;
        padding: 4px 10px;
    }

    .pagination-dot {
        width: 7px;
        height: 7px;
    }
}

.cards__view {
    transition: all 0.5s ease;
}

.cards__view.fade-out {
    opacity: 0;
    transform: scale(0.95);
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


@media (max-width: 768px) {

    #slider-spacer,
    .slider-spacer {
        height: 140px;
        /* регулируй как нужно */
    }

    .header-spacer {
        margin-top: -170px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .slider-arrow--prev {
        left: 10px;
    }

    .slider-arrow--next {
        right: 10px;
    }

    .slider-pagination {
        bottom: 22px;
        padding: 5px 10px;
    }

    .pagination-dot {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 600px) {
    .slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .slider-arrow--prev {
        left: 8px;
    }

    .slider-arrow--next {
        right: 8px;
    }

    .slider-pagination {
        bottom: 20px;
        padding: 4px 8px;
    }

    .pagination-dot {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 480px) {
    .slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .slider-arrow--prev {
        left: 5px;
    }

    .slider-arrow--next {
        right: 5px;
    }

    .slider-pagination {
        bottom: 14px;
        padding: 3px 6px;
    }

    .pagination-dot {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 360px) {
    .slider-arrow {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .slider-arrow--prev {
        left: 3px;
    }

    .slider-arrow--next {
        right: 3px;
    }

    .slider-pagination {
        bottom: 6px;
        padding: 2px 4px;
    }

    .pagination-dot {
        width: 4px;
        height: 4px;
    }
}


/* Стили Калыбек работа 2002 */
/* -------------------------------------------------- */
.header__searchbar_search_by {
    flex: 1;
    display: flex;
    border-radius: 8px;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-left: 15px;
    /* отступ снаружи слева */
    margin-right: 15px;
    /* отступ снаружи справа */
    margin-top: 10px;
    /* отступ сверху */
    margin-bottom: 2px;
    /* отступ снизу */
}

.header__search_bar_search_by input {
    background-color: #f5f5f5;
    /* цвет фона */
}

.header__search_bar_search_by {
    position: relative;
    flex: 1;
}

/* -------------------------------------------------- */
.button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 15px;
}

.custom-select-offers {
    border-radius: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0 10px;
    width: 200px;
    height: 40px;
}

/* Цвет для select */
.select1 {
    background-color: #F4F5F8;
    color: #E0E1E3;
}

/* Кнопки */
.button-group {
    display: flex;
    gap: 20px;
}

.button-group button {
    width: 200px;
    height: 40px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

/* Индивидуальные цвета для каждой кнопки */
.btn-delete {
    background-color: #FDEBEA;
    /* красный фон */
    color: #BC0A00;
    /* белый текст */
}

/* Эффект при наведении */
.btn-delete:hover {
    background-color: #E6342A;
    /* кроваво-красный фон */
    color: #fff;
    /* белый текст */
}

.btn-uncheck {
    background-color: #F4F5F8;
}

/* -------------------------------------------------- */

.card-buttons {
    display: flex;
    gap: 5px;
    /* расстояние между кнопками */
    margin-top: 10px;
    /* отступ сверху внутри карточки */
    width: 100%;
    /* занимать всю ширину карточки */
    padding: 0;
    /* убираем внутренние отступы */
    box-sizing: border-box;
}

.card-buttons button {
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* расстояние между иконкой и текстом */
}

/* Редактирование */
.edit-btn {
    background-color: #969696;
    color: #FFFFFF;
    flex: 1;
    height: 40px;
    transition: 0.3s;
    /* плавный переход */
}

.edit-btn:hover {
    background-color: #000000;
    /* черный фон при наведении */
    color: #FFFFFF;
    /* белый текст */
}

/* Удалить */
.delete-btn {
    background-color: #FDEBEA;
    color: #BC0A00;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    /* плавный переход */
}



.delete-btn:hover {
    background-color: #E6342A;
    /* кроваво-красный фон при наведении */
    color: #FFFFFF;
    /* иконка становится белой */
}

a.title-link-tovar {
    display: block;
    /* чтобы высота работала */
    height: 40px;
    /* фиксированная высота блока, подбираешь под свой дизайн */
    overflow: hidden;
    /* скрываем лишний текст */
    text-decoration: none;
    /* если нужно убрать подчеркивание */
}

.title-tovar-my_ad {
    margin: 0;
    /* убираем лишние отступы */
    font-size: 16px;
    line-height: 1.2em;
}


/* -------------------------------------------------- */

/* Чекбокс в правом нижнем углу */
.checkbox-tovar {
    display: none;
}

/* контейнер для псевдо-чекбокса */
/* Скрываем настоящий чекбокс (он всё равно остаётся в DOM для логики) */
.checkbox-tovar {
    display: none;
}

/* Контейнер для псевдо-чекбокса */
.checkbox-wrapper {
    position: absolute;
    /* позиционируем относительно родителя */
    bottom: 20px;
    /* отступ снизу */
    right: 20px;
    /* отступ справа */
    cursor: pointer;
    /* курсор "рука" */
    /* ⚠️ Если кажется, что отступ снизу "увеличился", можно регулировать здесь */
}

/* Сам квадрат чекбокса (не выбранный) */
.custom-checkbox {
    width: 24px;
    /* ширина квадрата */
    height: 24px;
    /* высота квадрата */
    border: 2px solid #fff;
    /* белая рамка */
    border-radius: 4px;
    /* скруглённые углы */
    background: transparent;
    /* фон прозрачный */
    display: inline-block;
    /* остаётся квадратом */
    vertical-align: middle;
    /* выравнивание по центру */
    transition: all 0.2s ease;
    /* плавный переход при выборе */
}

/* Когда чекбокс выбран */
.checkbox-tovar:checked+.custom-checkbox {
    background-color: #E6342A;
    /* фон красный */
    border-color: #fff;

    /* вставляем галочку как svg-иконку */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M7.629 14.571L3.057 10l1.886-1.886 2.686 2.686 7.428-7.428L16.943 5.057z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    /* без повторов */
    background-position: center;
    /* центр квадрата */
    background-size: 14px;
    /* размер галочки */
}

/* -------------------------------------------------- */

/* Модальное окно: центрирование и фон */
#deleteModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Контент модалки */
/* Десктоп */
.modal-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px 35px;
    width: 500px;
    max-width: 100%;
    text-align: left;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Заголовок модалки */
.modal-title {
    font-size: 22px;
    font-weight: 700;
    /* жирный */
    color: #000;
    /* чёрный */
    margin-bottom: 12px;
}

/* Основной текст */
.modal-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
    /* светло-серый */
    line-height: 1.5;
}

/* Контейнер для кнопок */
.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Скрываем мобильную кнопку на десктопе */
.btn-mobile {
    display: none !important;
}

.delete-btn-mob {
    position: absolute;
    /* позиционируем относительно родителя */
    bottom: 70%;
    /* отступ снизу */
    right: 20px;
    /* отступ справа */
    cursor: pointer;
    /* курсор "рука" */
}

/* Мобильные стили */
@media (max-width: 768px) {

    /* Скрываем все элементы, которые должны быть только на десктопе */
    .desktop-element {
        display: none !important;
    }

    /* Показываем мобильную кнопку */
    .btn-mobile {
        display: inline-block !important;
    }

    .button-group .icon-btn {
        width: 48px !important;
        height: 32px !important;
        border-radius: 16px !important;
    }


    #deleteModal {
        display: none;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .modal-content {
        width: 100%;
        border-radius: 16px 16px 0 0;
        padding: 20px;
        text-align: center;
        box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.25);

        /* Начальное положение снизу */
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }

    /* Кнопки внутри модалки по центру */
    .modal-content .button-group {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .modal-content h3.modal-title,
    .modal-content p.modal-text {
        text-align: center;
    }

    /* Активное состояние модалки */
    #deleteModal.show .modal-content {
        transform: translateY(0);
        /* поднимается в видимую позицию */
    }
}

.button-group-mob {
    display: flex;
    justify-content: space-between;
    /* три кнопки слева, одна справа */
    align-items: center;
    width: 100%;
}

/* Левая группа из трёх кнопок */
.button-group-mob .left-buttons {
    display: flex;
    gap: 5px;
    /* расстояние между кнопками */
}


/* Общие стили для кнопок */
.button-group-mob button {
    border: none;
    cursor: pointer;
    height: 32px;
    /* чтобы все были одной высоты */
}

.btn-right-options {
    margin-left: auto;
    /* отталкивает кнопку в правый край контейнера */
}


/* Обсосанные кнопки у мобильники */
.btn-left-options {
    border-radius: 16px;
    background: rgba(244, 245, 248, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    /* отступ слева и справа по 2px */
    box-sizing: border-box;
    /* чтобы padding не ломал ширину */
}

.btn-right-options {
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    /* внутренние отступы */
    box-sizing: border-box;
    /* чтобы padding не ломал ширину */
    border: 1px solid #adacac !important;
    /* серая рамка толщиной 1px */
}


.custom-select-mob {
    border-radius: 16px;
    background: rgba(244, 245, 248, 1);
    padding: 0 10px;
    height: 32px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    font-size: 14px;

    /* Ограничение текста */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    /* ограничение ширины, чтобы текст не ломал */
}

/* Выпадающий список */
.custom-select-mob option {
    background: rgba(244, 245, 248, 1);
    /* фон как у селекта */
    border-radius: 3px;
    padding: 6px 10px;
}

/* Разделительные линии между option */
.custom-select-mob option+option {
    border-top: 1px solid #ccc;
    /* серый светлый разделитель */
}

/* =======================================
   Контейнер для группы кнопок
======================================= */
.button-group-del {
    display: none;
    /* скрываем по умолчанию */
    flex-direction: row;
    /* кнопки в ряд */
    gap: 5px;
    /* расстояние между кнопками */
    width: 100%;
    /* чтобы занимали всю ширину контейнера */
    box-sizing: border-box;
    /* учитываем паддинги и бордеры */
}

/* Контейнер для левой группы, если нужен */
.button-group-del .left-buttons-del {
    display: flex;
    gap: 5px;
    /* расстояние между кнопками */
    width: 100%;
}

/* =======================================
   Первая кнопка — удаление (розовый фон)
======================================= */
.button-group-del .delete-btn-mob-script {
    flex: 1;
    /* занимает половину контейнера */
    background: #FDEBEA;
    /* розовый фон */
    border-radius: 16px;
    /* скругление */
    border: none;
    /* убрать стандартный бордер */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* убираем внутренние отступы */
    cursor: pointer;
}

/* =======================================
   Вторая кнопка — неактивная (серый)
======================================= */
.button-group-del .mark-btn-mob-script {
    flex: 1;
    /* занимает оставшуюся половину */
    background: rgba(255, 255, 255, 1);
    /* серый фон */
    color: rgba(224, 225, 227, 1);
    /* цвет текста/иконки */
    border: 1px solid rgba(224, 225, 227, 1);
    /* рамка */
    border-radius: 16px;
    /* скругление */
    pointer-events: none;
    /* делает кнопку неактивной */
    opacity: 0.5;
    /* визуально неактивная */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* убираем внутренние отступы */
}

.button-group-del .desktop-element {
    width: 40px;
    /* ширина */
    height: 40px;
    /* высота */
}

.container-tovar.offer {
    display: flex;
    flex-wrap: wrap;
    /* если карточек много */
    gap: 5px;
}


.card-tovar.offer {
    margin: 0;
    /* обнуляем свои отступы */
    padding: 0;
    /* если вдруг */
}

.no-offers {
    text-align: center;
    font-size: 18px;
    color: #777;
    padding: 40px 0;
}

/* === custom styles for catalog-menu__grey positioning === */

/* --- end custom styles --- */

/* =======================================
   Стиль для страницы авторизаций задача 2025
======================================= */


.login__btns-forget {
    margin-top: 23px;
    /* отступ сверху */
    margin-bottom: 8px;
    /* отступ снизу */
    text-align: center;
    /* выравнивание по центру */
}


.login__btns-forget .login__forget {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    /* обычный вес */
    font-style: normal;
    /* обычный стиль */
    font-size: 16px;
    /* как в шаблоне */
    line-height: 1;
    /* 100% как в шаблоне */
    letter-spacing: 0;
    text-align: center;
    color: rgba(89, 90, 92, 1);
    /* цвет текста */
    text-decoration: none;
    /* убираем подчёркивание */
}


.login__btns-signup .login__reg:hover {
    text-decoration: underline;
    /* подчёркивание при наведении */
}


/* сама кнопка signup */
.login__btns .btn.signup {
    background-color: rgba(38, 38, 51, 1);
    /* синий фон */
    color: rgba(255, 255, 255, 1);
    /* белый текст */
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* при наведении */
.login__btns .btn.signup:hover {
    background-color: #000;
    /* более тёмный синий при наведении */
    color: #f1f1f1;
    /* чуть светлее текст */
}


/* Текст сверху */
.login__forget-password {
    text-align: center;
    /* по центру */
    color: #9da0a6;
    /* серый цвет текста */
    font-size: 14px;
    /* размер текста */
    font-weight: 500;
    /* жирность */
    margin-bottom: 16px;
    /* отступ снизу */
}

/* Контейнер для кнопок */
.login__social-buttons {
    display: flex;
    justify-content: center;
    /* центр по горизонтали */
    gap: 12px;
    /* расстояние между кнопками */
}


/* Контейнер всего блока */
.login__social-wrapper {
    margin-top: 32px;
    /* отступ сверху всего блока */
}

/* Текст сверху */
.login__forget-password {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    /* обычный вес */
    font-style: normal;
    /* обычный стиль */
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: rgba(157, 160, 166, 1);
}

@media (max-width: 768px) {
    .login__forget-password {
        display: none;
    }
}

/* Контейнер кнопок */
.login__social-buttons {
    display: flex;
    gap: 12px;
    /* расстояние между кнопками */
    justify-content: center;
    flex-wrap: wrap;
    /* если мало места, переход на новую строку */
}

/* Квадратные кнопки */
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    /* занимают доступное пространство */
    height: 48px;
    /* высота кнопки */
    border-radius: 8px;
    /* закругление углов */
    background-color: #e0e1e3;
    /* цвет кнопки */
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Наведение */
.social-btn:hover {
    background-color: #cfcfcf;
}

/* Картинки внутри кнопок */
.social-icon {
    width: 32px;
    /* размер картинки */
    height: 32px;
    border-radius: 50%;
    /* делаем картинку круглой */
}

.login__terms {
    margin-top: 24px;
    /* отступ сверху всего блока */
    text-align: center;
    /* по центру горизонтально */
    direction: rtl;
    /* текст справа налево */
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
}

/* обычный текст */
.login__terms .text-normal {
    color: rgba(157, 160, 166, 1);
    /* серый цвет, можно заменить */
}

/* акцентный текст (например, красный) */
.login__terms .text-accent {
    color: rgba(230, 52, 42, 1);
    /* красный, можно заменить */
}

/* =======================================
   Стили для страницы регистрации задача 2018
======================================= */

.custom-select__current.placeholder {
    color: #999;
    /* серый цвет */
}

.residence__reg {
    display: flex;
    width: 100%;
    gap: 16px;
    /* расстояние между колонками */
}

.residence__reg .login__line {
    flex: 1;
    /* каждая колонка занимает равную часть */
}

.login_account {
    color: rgba(38, 38, 51, 1);
    font-size: 14px;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.login__terms {
    margin-top: 24px;
    /* отступ сверху всего блока */
    text-align: center;
    /* по центру горизонтально */
    direction: rtl;
    /* текст справа налево */
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
}

/* обычный текст */
.login__terms .text-normal {
    color: rgba(157, 160, 166, 1);
    /* серый цвет, можно заменить */
}

/* акцентный текст (например, красный) */
.login__terms .text-accent {
    color: rgba(230, 52, 42, 1);
    /* красный, можно заменить */
}


.custom-select__list.residence_reg {
    max-height: 216px;
    /* ограничение по высоте */
    overflow-y: auto;
    /* вертикальный скролл */
    overflow-x: hidden;
    /* без горизонтального */
    position: absolute;
    /* поверх, а не в потоке */
    top: 100%;
    /* сразу под current */
    left: 0;
    width: 100%;
    background: #fff;
    /* чтобы перекрывал фон */
    z-index: 9999;
    /* поверх всего */
    border: 1px solid #f4f5f8;
    border-top: none;
    box-shadow: 0 0 10px rgba(38, 38, 51, 0.1);
    border-radius: 8px;
    cursor: pointer;
    /* курсор как ссылка/кнопка */
}


.custom-select__current input.custom-select__edit-input {
    font-size: 14px !important;
    padding: 0 8px !important;
    height: 100% !important;
    width: 100% !important;
    outline: none !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

.custom-select__current.black-solid {
    border: 0.5px solid black;
    box-sizing: border-box;
}


/* Модальное окно для выбора страницы в странице регистрации */
.location-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* временно, будем ограничивать контент */
    background: rgba(0, 0, 0, 0.4);
    display: none;
    /* скрыто по умолчанию */
    justify-content: flex-end;
    /* выезжает снизу */
    z-index: 99999;
}

/* Контент location окна */
.location-modal-content {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: calc(100% - 50px);
    /* реальная высота окна */
    margin-top: 70px;
    /* отступ сверху */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transform: translateY(100%);
    /* изначально скрыт вниз */
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    box-sizing: border-box;
}


/* Тело окна */
.location-modal-body {
    padding: 20px;
}

/* Активное состояние */
.location-modal.active {
    display: flex;
}

.location-modal.active .location-modal-content {
    transform: translateY(0);
    /* выезжает вверх */
}


/* Список стран — изначально виден */
.mobile-country-list {
    display: block;
}

/* Контейнер списка кнопок */
.mobile-country-list {
    display: flex;
    flex-wrap: wrap;
    /* при нехватке места — перенос строк */
    gap: 5px;
    /* расстояние между кнопками */
    padding: 0;
    margin: 32px 0 20px;
    /* ⬆️ сверху 15px, ⬇️ снизу 20px */
    list-style: none;
    width: 100%;
    box-sizing: border-box;
}

/* Элемент списка */
.mobile-location-item {
    flex: 0 1 auto;
}

/* Кнопка */
.mobile-country-btn {
    padding: 16px;
    /* отступ внутри кнопки */
    border-radius: 24px;
    /* больше, чем сейчас */
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1;
    /* чтобы текст был аккуратным */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background-color .2s ease, color .2s ease;
}


/* Hover / Focus */
.mobile-country-btn:hover,
.mobile-country-btn:focus {
    background: #000;
    color: #fff;
    border-color: #000;
    outline: none;
}

.mobile-city-btn:hover,
.mobile-city-btn:focus {
    background: #000;
    color: #fff;
    border-color: #000;
    outline: none;
}


/* Контейнер группы */
.country-group {
    margin-bottom: 20px;
    /* отступ между группами */
}

/* Заглавная буква */
.country-letter {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    /* отступ между буквой и списком */
}

/* Список стран */
.country-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Элементы списка */
.country-items li {
    margin-bottom: 12px;
    /* расстояние между странами */
    font-size: 17px;
    /* размер текста */
}

/* Для списка стран — скрываем через класс */
.mobile-country-list.hidden {
    display: none;
}


.location-modal-small.active .location-modal-content-small {
    transform: translateY(0);
}


.modal-footer-text .text-white {
    color: rgba(157, 160, 166, 1);
}

.modal-footer-text .text-red {
    color: rgba(230, 52, 42, 1);
}

.custom-input-wrapper {
    display: flex;
    align-items: center;
    /* выравнивание по центру */
    padding: 12px 16px;
    height: 52px;
    /* фиксируем высоту */
    border-radius: 8px;
    background-color: rgba(244, 245, 248, 1);
    box-sizing: border-box;
}

.custom-input {
    flex: 1;
    /* растягивается на ширину */
    height: 100%;
    /* ровно как родитель */
    border: none;
    /* убираем рамку */
    outline: none;
    background: transparent;
    /* без доп. фона */
    font-size: 14px;
    line-height: normal;
    /* убираем «волнистость» */
    padding: 0;
    /* убираем внутренние отступы браузера */
    margin: 0;
    /* убираем внешние отступы */
    box-sizing: border-box;
}

.custom-input+img {
    margin-left: 8px;
}


/* фиксированный блок (уже был) */
.location-modal-inner-fixed {
    position: fixed;
    /* фиксируем блок внизу экрана */
    bottom: 0;
    /* прижимаем к нижнему краю */
    left: 0;
    /* прижимаем к левому краю */
    width: 100%;
    /* на всю ширину */
    background: rgba(255, 255, 255, 1);
    /* фон модалки */
    border-top-left-radius: 16px;
    /* скругляем углы сверху */
    border-top-right-radius: 16px;
    box-shadow: 0 -7px 30px rgba(0, 0, 0, 0.07);
    padding: 12px 16px;
    /* отступы внутри панели */
    z-index: 100000;
    /* поверх контента */
    height: calc(116px + env(safe-area-inset-bottom));
    /* фиксированная высота модалки с учётом safe-area */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* Кнопка */
.inner-cancel-btn {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    margin-top: 16px;
    /* верхний отступ */
    margin-bottom: 26px;
    /* нижний отступ */
    border: none;
    border-radius: 12px;
    background: #f4f5f8;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}


/* при нажатии */
.inner-cancel-btn:active {
    background: #000;
    /* фон становится чёрным */
    color: #fff;
    /* текст становится белым */
}

/* Контент модалки (скролл) */
.location-modal-content {
    padding-bottom: calc(126px + env(safe-area-inset-bottom));
    /* 126px — высота нижнего блока */
}

/* Управление слоями */
.location-modal {
    z-index: 99999;
}

/* фон модалки */
.location-modal-inner-fixed {
    z-index: 100000;
}

/* нижняя панель поверх */


/* Поиск при мобильном режиме локация */
.flat-search-item {
    padding: 10px 0;
    /* расстояние между элементами списка */
}

.cabinet__text {
    box-sizing: border-box;
    max-width: calc(100% - 80px);

    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* =======================================
   Стиле для горячих предложений 2133
======================================= */

.hot_deals {
    width: 100%;
    background: rgba(244, 245, 248, 1);
    border-radius: 24px;
    padding: 20px;
    position: relative;
    /* кнопки позиционируются относительно этого блока */
}

.hot_deals__header {
    display: flex;
    justify-content: space-between;
    /* горячее предложение слева, ссылка справа */
    align-items: center;
    margin-bottom: 20px;
}

.hot_deals__item {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;

    display: -webkit-box;
    /* контейнер для обрезки */
    -webkit-line-clamp: 1;
    /* максимум 1 строка */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* многоточие */

    max-width: calc(100% - 80px);
    /* оставляем место для кнопки справа */
}

/* Мобильный режим — уменьшаем размер текста */
@media (max-width: 768px) {
    .hot_deals__item {
        font-size: 16px;
        /* примерно на полтора раза меньше */
    }
}

.hot_deals__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(122, 123, 125, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 6px;
}

.hot_deals__link img {
    display: block;
    /* убрать лишние пробелы под svg/иконкой */
}


.hot_deals-card__badge {
    position: absolute;
    top: 10px;
    /* отступ сверху */
    left: 10px;
    /* отступ слева */
    background-color: rgba(188, 10, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    /* скругление */
    pointer-events: none;
    /* делаем некликабельной */
    z-index: 5;
    /* поверх картинки */
}

/* =======================================
   Карточка товара
======================================= */

/* Контейнер карточек с горизонтальным скроллом */
.hot_deals-cards-container {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    /* горизонтальный скролл */
    scroll-behavior: smooth;
    padding-bottom: 10px;
    /* чтобы скролл не перекрывался картой */
    margin-right: -18px;
    /* убираем правый лишний gap */
    position: relative;
    /* для позиционирования кнопок */
    padding-right: 16px;
    /* добавляем отступ справа, чтобы последний элемент не прилипал */
}

.hot_deals-cards-container::-webkit-scrollbar {
    display: none;
}

.hot_deals-card {
    flex: 0 0 auto;
    /* чтобы карточки не сжимались */
    width: 210px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
}

/* Мобильный режим — ширина карточки 10% */
@media (max-width: 768px) {
    .hot_deals-card {
        width: 180px;
    }
}

.hot_deals-card__image {
    position: relative;
}

.hot_deals-card__image img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.hot_deals-card__info {
    margin-top: 8px;
}

.hot_deals-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.hot_deals-card__price {
    font-weight: 600;
    font-size: 18px;
}

.hot_deals-card__old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(157, 160, 166, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
}

.hot_deals-card__discount {
    font-size: 14px;
    font-weight: 400;
    color: red;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    letter-spacing: 0;
}

.hot_deals-card__desc {
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(38, 38, 51, 1);

    display: -webkit-box;
    /* для обрезки по нескольким строкам */
    -webkit-line-clamp: 2;
    /* максимум 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Мобильная карточка — вертикальное расположение цены, старой цены и скидки */
.hot_deals-card__price-row-mop {
    display: flex;
    flex-direction: column;
    /* вертикально */
    align-items: flex-start;
    /* выравнивание по левому краю */
    gap: 4px;
    /* небольшой отступ между ценами и скидкой */
}


/* Мобильная карточка — вертикальное расположение */
.hot_deals-card__price-row-mop {
    display: flex;
    flex-direction: column;
    /* вертикально для основного ряда */
    align-items: flex-start;
    gap: 4px;
    margin-top: 16px;
    /* отступ сверху */
}


.hot_deals-card__price-row-mop-bottom {
    display: flex;
    flex-direction: row;
    /* параллельно для зачёркнутой цены и скидки */
    align-items: baseline;
    gap: 8px;
}

/* Десктоп — показываем только обычную карточку */
@media (min-width: 769px) {
    .hot_deals-card__info {
        display: block;
        /* обычная карточка видна */
    }

    .hot_deals-card__info-mop {
        display: none;
        /* мобильная версия скрыта */
    }
}

/* Мобильный режим — показываем только мобильную карточку */
@media (max-width: 768px) {
    .hot_deals-card__info {
        display: none;
        /* десктопная версия скрыта */
    }

    .hot_deals-card__info-mop {
        display: block;
        /* мобильная версия видна */
    }
}


/* =======================================
   Скролл кнопки
======================================= */

.hot_deals-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    /* полупрозрачная до hover */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
    /* плавное появление */
}

.hot_deals-slider-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    /* полностью непрозрачная при наведении */
}

.hot_deals-slider-btn-left {
    left: 10px;
}

.hot_deals-slider-btn-right {
    right: 10px;
}

.hot_deals-slider-btn svg {
    width: 16px;
    height: 16px;
}

/* Скрываем кнопки по умолчанию (мобильный режим) */
.hot_deals-slider-btn {
    display: none !important;
    /* !important — чтобы перебить любой другой display */
}

/* Для десктопа (ширина больше 768px) — показываем */
@media (min-width: 769px) {
    .hot_deals-slider-btn {
        display: flex !important;
    }
}

/* по умолчанию (десктоп) */
.hot_deals__link .desktop-text {
    display: inline;
}

.hot_deals__link .mobile-text {
    display: none;
}

/* для мобильного */
@media (max-width: 768px) {
    .hot_deals__link .desktop-text {
        display: none;
    }

    .hot_deals__link .mobile-text {
        display: inline;
    }
}


/*services*/
.ai-seller {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 100px;
    font-size: 16px;
    line-height: 20px;
    color: #595A5C;
    align-items: center;
}

.ai-seller__col:first-of-type {
    width: 508px;

}

.ai-seller__col:nth-of-type(2) {
    width: calc(100% - 100px - 508px);
}

.ai-seller__title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262633;
}


.ai-seller-item {
    display: flex;
    gap: 16px;
    align-items: center;
}


.ai-seller-item:not(:first-child) {
    margin-top: 24px;
}

.ai-seller-item__col:first-child {
    width: 18%;
}

.ai-seller-item__col:first-child img {
    width: 100%;
}

.ai-seller-item__col:last-child {
    width: calc(100% - 16px - 18%)
}

.ai-seller-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262633;
    margin-bottom: 16px;
}

.ai-seller-item__text {
    margin-top: 8px;
}


.ai-seller-price,
.ai-seller-btns-wrap,
.placement-payment-btns-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.ai-seller-btns-wrap,
.placement-payment-btns-wrap,
.ai-seller-price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

.price__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #9DA0A6;
}

.price__num {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262633;
}

.placements {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #F4F5F8;
    border-radius: 24px;
    gap: 20px;
}

.placements__col {
    padding: 24px;
}

.placements__col:first-of-type {
    width: 36%;
    background-color: #F4F5F8;
    border-radius: inherit;
}

.placements__col:last-of-type {
    width: calc(63% - 20px);
}

.placements__title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.placements__title-wrap .placements__title {
    margin-bottom: 0;
}

.placements__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

.placements-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 14px 12px;
}

.placements-input:not(:first-child) {
    margin-top: 12px;
}

.placements-input__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9DA0A6;
}

.placements-input__num {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #262633;
}

.placements-input__num--red {
    color: #BC0A00;
}

.placement-payment {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.placement-payment__col:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    height: fit-content;
}

.placement-payment .price {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 6px;
    padding: 7px;
    width: 200px;
    height: 38px;
    border: 1px solid #F4F5F8;
}

.counter__btn {
    background: #BC0A00;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="number"].counter__input {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 0;
    height: 38px;
    background: transparent;
    border-color: transparent !important;
}

input[type="number"].counter__input:hover {
    border-color: transparent;
}

.placements__descr {
    font-size: 16px;
    line-height: 20px;
    color: #595A5C;
    max-width: 364px;
}

.placement-payment__text {
    font-size: 12px;
    line-height: 100%;
    max-width: 194px;
    color: #9DA0A6;
}

@media (max-width: 1200px) {

    .placements__col:first-of-type,
    .placements__col:last-of-type,
    .ai-seller__col:first-of-type {
        width: 100%;
    }

    .ai-seller__col:nth-of-type(2) {
        display: none;
    }

    .placements__title-wrap {
        flex-direction: row-reverse;
        justify-content: start;
        gap: 8px;
        margin-bottom: 8px;
    }

    .placements__title {
        margin-bottom: 12px;
    }

    .placements-input {
        padding: 11px 12px;
    }

    .ai-seller-item {
        gap: 12px;
    }

    .ai-seller-item__col:first-child {
        width: 80px;
    }

    .ai-seller-item__col:last-child {
        width: calc(100% - 12px - 80px);
    }

    .ai-seller-item__title {
        margin-bottom: 6px;
    }

    .counter {
        height: 44px;
    }

    .counter__btn {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 600px) {

    .placement-payment__col:first-of-type,
    .placement-payment__col:last-of-type,
    .counter {
        width: 100%;
    }

    .placement-payment {
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .placement-payment__col:first-of-type {
        justify-content: space-between;
    }

    .placement-payment__col:last-of-type {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .placements__col:first-of-type {
        padding: 14px 12px;
    }

    .tabs__content--ai.active .placement-payment-btns-wrap {
        width: fit-content;
    }

    .price {
        flex-shrink: 0;
    }

    .placements {
        border: 1px solid transparent;
        gap: 24px;
        border-radius: 12px;
    }

    .placements__col:last-of-type {
        padding: 0;
    }

    .placements__title {
        font-size: 16px;
    }

    .placements-input__text,
    .placements__descr,
    .ai-seller-item__title,
    .ai-seller-item__text {
        font-size: 14px;

    }

    .placements-input__num,
    .placements__title,
    input[type="number"].counter__input,
    .placement-payment__price {
        font-size: 16px;
    }

    .placement-payment__text {
        order: 2;
    }

    .placement-payment__price {
        order: 3;
    }

    .placement-payment .price {
        align-items: start;
    }

    .ai-seller__title {
        font-size: 16px;
    }

    .ai-seller {
        gap: 16px;
    }

    .ai-seller-item__col:first-child {
        width: 60px;
    }

    .ai-seller-item__col:last-child {
        width: calc(100% - 12px - 60px);
    }

    .ai-seller__bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .ai-seller__bottom .price {
        flex-shrink: 0;
        flex-direction: column;
        width: fit-content;
        height: fit-content;
        gap: 4px;

    }

    .ai-seller-btns-wrap {
        width: fit-content;
        flex-direction: row-reverse;
    }

    .cabinet .ai-seller-btns-wrap .btn {
        margin-top: 16px;
    }

    .placement-payment__col:last-of-type,
    .ai-seller__bottom {
        position: fixed;
        bottom: 75px;
        left: 0;
        padding: 0 16px;
        background-color: #fff;
    }


    .tabs__content--ai .ai-seller__bottom {
        display: none;
    }

    .tabs__content--ai.active .ai-seller__bottom {
        display: flex;
    }

    .tabs__content--placements .placement-payment__col:last-of-type {
        display: none;
    }

    .tabs__content--placements.active .placement-payment__col:last-of-type {
        display: flex;
        width: 100%;
    }
}

/*popup*/
.my-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.my-popup.active {
    display: flex;
}

.my-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.my-popup__container {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.my-popup-question {
    font-size: 16px;
    line-height: 150%;
    color: #262633;
}

.my-popup-question .my-popup__container {
    padding: 36px;
}

.my-popup-question .my-popup__close {
    position: absolute;
    right: 28px;
    top: 28px;
}

.my-popup-question .my-popup__body {
    padding: 0;
}

.my-popup-question p {
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    white-space: normal;
    color: inherit;
}

.my-popup-question p {
    margin-top: 20px;
}

.my-popup-question .btn.btn_black {
    margin-left: auto;
    margin-top: 20px;
}

@media(max-width:600px) {

    .my-popup-question .my-popup__container {
        padding: 20px 16px;
    }

    .my-popup-question .btn.btn_black {
        width: 100%;
        margin-top: 20px;
    }

    .my-popup-question .my-popup__close {
        right: 16px;
        top: 16px;
    }

}

/* Заголовок */
.my-popup__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #E5E7EB;
}

.my-popup__title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.my-popup__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.2s;
}

.my-popup__close:hover {
    background: #F3F4F6;
}

/* Контент */
.my-popup__body {
    padding: 24px;
}

/* Футер */
.my-popup__footer {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #E5E7EB;
    justify-content: flex-end;
}

/* Адаптивность */
@media (max-width: 768px) {
    .my-popup__container {
        width: 95%;
        max-width: none;
        border-radius: 16px;
    }

    .my-popup__header,
    .my-popup__body,
    .my-popup__footer {
        padding: 16px;
    }
}

@media (max-width: 600px) {
    .my-popup-question .my-popup__container {
        width: 100%;
        height: calc(100vh - 100px);
        padding-bottom: 120px;
    }

    .my-popup-question.my-popup {
        align-items: end;
    }

    .my-popup-question .my-popup__overlay {
        top: auto;
        bottom: 0;
    }

    .my-popup-question__btn-wrap {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px 16px;
        background: #fff;
        box-shadow: 0px -2px 30px 0px #00000012;
    }

    .btn {
        border-radius: 8px;
    }
}


/* Блок отзывов-комментариев */
section.review .review-item {
    margin-top: 14px;
    padding: 0;
    height: unset;
    background-color: transparent;
    display: none;
}

section.review .review-item__text {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #9DA0A6;
}

section.review .review-item__send-reply {
    width: 48px;
    height: 48px;
    background-color: #E6342A;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

section.review .review-item__send-reply svg {
    width: 24px;
    height: 24px;
}

section.review .review-item__input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

section.review .review-item__input {
    min-height: unset;
    height: 48px;
    width: calc(100% - 8px - 28px);
    resize: none;
    padding: 15px 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #262633;
    margin-top: 0;
    background-color: #fff;
}

section.review .card-review__end:hover .card-review__trigger {
    color: #9da0a6;
}

section.review .card-review__end:hover .card-review__trigger path {
    stroke: #9da0a6;
}

section.review .card-review__trigger:hover {
    color: rgb(230, 52, 42) !important;
}

section.review .card-review__trigger:hover path {
    stroke: rgb(230, 52, 42) !important;
}

/*popup-notification*/
.popup-notification {
    position: fixed;
    bottom: 75px;
    right: -340px;
    width: 320px;
    padding: 12px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 30px 0px #0000002E;
    backdrop-filter: blur(30px);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: right 0.5s ease;
    z-index: 9999;
}

.popup-notification.show {
    right: 10px;
}

.popup-notification img {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.popup-notification__content {
    flex: 1;
}

.popup-notification__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #262633;
    max-width: calc(100% - 18px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-notification__text {
    margin-top: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 114.99999999999999%;
    color: #595A5C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.popup-notification__text svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

.popup-notification__text--red {
    color: #BC0A00;
}

.popup-notification__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}

.popup-notification__close svg {
    stroke: #9DA0A6;
}

.popup-notification__close:hover svg {
    stroke: #BC0A00;
}

.cabinet__notification-count {
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background-color: #BC0A00;
    border-radius: 30px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.mobile-nav__link-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #BC0A00;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -6px;
    border-radius: 50%;
}

.header__item-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #BC0A00;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    position: absolute;
    bottom: 18px;
    right: 6px;
    border-radius: 50%;
}

@media (max-width:768px) {
    .cabinet__link {
        padding-right: 0;
    }

    .cabinet__notification-count {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        padding: 0;
    }
}