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

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

/**
 * 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
 */

: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: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,
.ui-tabs__btn,
.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,
  .ui-tabs__btn: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: #262633;
  background-color: #262633;
  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: #262633;
}

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

/* inter-300 */

/* inter-regular */

/* inter-500 */

/* inter-600 */

/* inter-700 */

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

*,
*::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;
}

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

.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: auto;
  width: 100%;
}

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

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

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

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

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

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

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

.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,
.ui-tabs__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}

.tabs__content:has(.swiper) {
  min-width: 0;
}

.tabs__content.active,
.ui-tabs__content.active {
  grid-template-rows: 1fr;
}

.tabs__wrapper,
.ui-tabs__wrapper {
  min-height: 0;
}

.title {
  font-size: 28px;
  font-weight: 600;
}

.title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9da0a6;
}

.dragging {
  cursor: grabbing;
}

.spacing {
  padding: 40px 0;
}

strong {
  font-weight: 600;
}

.cards.spacing {
  margin: 0;
}

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

@-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_black svg {
  flex-shrink: 0;
}

.btn_grey {
  border: 1px solid #f4f5f8;
  background-color: #f4f5f8;
  color: #262633;
}

.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--center {
  display: flex;
  width: fit-content;
  margin: auto;
  padding: 12px 50px;
}

.btn:disabled {
  cursor: not-allowed;
  background-color: #f4f5f8;
  color: #cccdd5;
}

@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: 56px;
  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: #ecf7ff;
}

.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__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: 160px;
  height: 160px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
}

.swiper-horizontal .card-vertical__main-img {
  width: 100%;
  height: 100%;
}

.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: 14px 16px;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
  font-size: 14px;
}

input[type="text"]:hover,
input[type="text"]:focus,
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: 0.7px solid #262633;
}

.custom-select input[type="text"]:hover,
.custom-select input[type="text"]:focus {
  border: none;
}

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

.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: 40px;
  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 {
  background-color: #f4f5f8;
  padding: 3px 16px 3px 8px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-right: 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  height: 22px;
}

.card__place svg {
  flex-shrink: 0;
}

.card__place p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card__place::after {
  content: "";
  position: absolute;
  right: 2px;
  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;
  flex-shrink: 0;
  /* обязательно, чтобы ::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: 8px;
}

.card__box {
  margin-top: 24px;
}

.card__rate {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  gap: 6px;
}

.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__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: #bc0a00;
  fill: #bc0a00;
}

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

@media (min-width: 1151px) {
  .header.fixed .header__inner {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

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

.header__items {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 8px;
}

.header__items-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__items-btns-profile {
  display: flex;
  align-items: center;
  gap: 22px;
}

.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 24px;
  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 {
  margin-left: 16px;
  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 .top {
  display: none;
}

.cabinet .title {
  margin-bottom: 24px;
}

.cabinet .btn {
  margin-top: 16px;
}

.cabinet .publish__holder .btn {
  margin-top: 8px;
}

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

.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%;
  max-width: 580px;
}

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

.cards * {
  min-width: 0;
}

.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%;
  border: none;
  margin: 0;
  padding: 0;
}

.cards__view .slider-container-sliderCard {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid var(--base-light-gray, #e0e1e3);
  border-radius: 16px;
}

.cards__heart {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1000;
  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;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.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;
  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-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  margin-bottom: 16px;
}

.category-sorting__col {
  width: 220px;
  flex-shrink: 0;
}

.category-sorting__col:only-child {
  margin-left: auto;
}

.category-sorting__col.custom-select__current::after {
  height: 9px;
  width: 9px;
}

.category-sorting button {
  display: block;
}

.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: flex;
  font-weight: 500;
  font-size: 12px;
  color: #9da0a6;
}

.category__wrap>label a.getModal {
  margin-left: auto;
  display: block;
  color: #e6342a;
}

.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__more.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.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__checkbox:has(input:disabled) {
  color: #e0e1e3;
}

.category__checkbox input:disabled::after {
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
}

/*  модификатор с картинкой */
.category__checkbox--image {
  position: relative;
  gap: 10px;
}

.category__checkbox--image input[type="checkbox"] {
  display: none;
}

.category__checkbox--image span:has(img) {
  display: block;
  width: 40px;
  height: 32px;
  border-radius: 6px;
  object-fit: contain;
  transition: 0.2s ease;
  border: 1px solid #f4f5f8;
  padding: 2px;
}

.category__checkbox--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category__checkbox--image input[type="checkbox"]:checked+span:has(img) {
  object-fit: contain;
  border: 1px solid var(--base-black, #262633);
}

.category__radio:has(input:disabled) {
  color: #e0e1e3;
}

.category__radio input:disabled::after {
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  height: 18px;
  width: 18px;
}

.category__radio:hover,
.category__checkbox:hover {
  color: #262633;
}

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

.mobile-show .btn.btn--pale-green {
  width: calc(100% - 92px);
  margin: auto;
}

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

.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__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: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cats__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.cats__item {
  flex: 1 1 200px;
  max-width: 240px;
  height: 160px;
  background-color: #f4f5f8;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.cats__item span {
  position: absolute;
  top: 16px;
  left: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.cats__item img {
  width: 100%;
  height: 100%;
}

.cats__item {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cats__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0;
  }

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

  .cats__item {
    width: 100%;
    height: 80px;
    background-color: #f4f5f8;
    border-radius: 12px;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .cats__item img {
    width: 100px;
    height: 65px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
  }

  .cats__item span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 12px;
    max-width: 70%;
  }

  .cats.mobile-show {
    display: block;
    margin: 16px 0 0;
  }
}

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

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

.booking__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

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

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

.cabinet__main {
  display: flex;
  flex-direction: column;
}

.cabinet .cards {
  margin-top: 0;
}

.chat {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.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__main+.btn {
  margin: 58px auto 0;
}

.orders__lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.orders__tabs,
.ui-tabs__nav {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
  padding-bottom: 6px;
  gap: 4px;
}

.orders__tab,
.ui-tabs__btn {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  height: 40px;
  min-width: 200px;
  padding: 12px;
  background: #f4f5f8;
}

.orders__tab.active,
.ui-tabs__btn.active {
  background-color: #262633;
  color: #fff;
}

.orders__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.orders__content {
  flex: 1;
}

.orders__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
}

.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: 210px;
  width: 210px;
  border-radius: 8px;
  object-fit: cover;
}

.modals .orders__line {
  background-color: transparent;
  padding: 0;
  align-items: start;
}

.modals .orders__line>img {
  height: 60px;
  width: 60px;
}

.modals .orders__top strong {
  font-size: 16px;
  line-height: 20px;
}

.summary-ite__value {
  color: #9da0a6;
}

/* checkbox-container */

/* copy-container */

.form__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top--show {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.top--show .title {
  margin-bottom: 0;
}

.cabinet .booking {
  width: 100%;
}

.cabinet .booking__inner {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
}

.booking-map {
  position: relative;
  margin-bottom: 16px;
}

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

.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__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__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 .btn {
  width: 100%;
  margin-top: 12px;
}

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

.custom-select.open .custom-select__list {
  z-index: 1000;
}

/* payment-add */

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

.settings__item--full__tile {
  margin-bottom: 30px;
}

form.settings {
  max-width: 640px;
}

.card-seller__four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.cabinet .head {
  margin-bottom: 20px;
}

.head {
  align-items: end;
}

.head .title {
  margin-bottom: 0;
}

.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;
  margin-bottom: 3px;
  flex-shrink: 0;
}

.publish__cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.publish-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 310px;
  height: 48px;
  position: relative;
}

.publish-search__form {
  display: flex;
  flex: 1;
  position: relative;
  padding: 4px;
  border-radius: 12px;
  background-color: #f4f5f8;
  border: 0.7px solid #f4f5f8;
  font-size: 14px;
  line-height: 18px;
  transition: border-color 0.2s;
}

.publish-search__form.active,
.publish-search__form:hover {
  border: 0.7px solid #262633;
}

input[type="text"].publish-search__form:hover,
input[type="text"].publish-search__form:focus {
  border: none;
}

input[type="text"].publish-search__input {
  background-color: #f4f5f8;
  font-weight: 400;
  padding: 10px 16px;
  height: 40px;
  width: 100%;
  border: none;
}

.publish-search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #262633;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 47px;
}

.publish-search__btn:hover {
  background-color: #e6342a;
}

.publish-search__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 180px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  margin-top: 8px;
  z-index: 20;
  display: none;
  list-style: none;
  padding: 0;
}

.publish-search__item {
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.publish-search__item:hover {
  background-color: #fff3f3;
}

.publish-search__btn svg {
  display: block;
}

.publish__select {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 20px;
}

.publish__select .publish__wrap {
  width: 310px;
}

.publish__wrap--hidden {
  display: none;
}

.publish__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title-with-search-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 6px 30px;
}

.title-with-search-wrap .title {
  margin-bottom: 0;
}

.publish__map {
  height: 380px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.publish__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-top: 12px;
}

.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--selected {
  background: #f4f5f8;
}

#categories-level-2 .publish__item,
#categories-level-3 .publish__item {
  margin-left: 10px;
}

#categories-level-2 .publish__item.publish__item--selected,
#categories-level-3 .publish__item.publish__item--selected {
  margin-left: 0;
}

.publish__item--selected::after {
  transform: translateY(-50%) rotate(90deg);
}

.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: 400;
  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(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.publish__two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 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__medias {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.publish__more {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 8px;
}

.publish__more strong {
  font-weight: 400;
}

.publish__more span {
  color: #9da0a6;
  max-width: 278px;
}

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

.publish__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.publish__btns .btn {
  margin-top: 0;
}

body:has(.steps) {
  overflow-y: hidden;
}

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

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

.login_text__recover {
  flex: 1;
}

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

  .cards__line {
    display: block;
  }

  .cards__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .catalog-menu__img {
    max-width: 19vw;
  }
}

@media (max-width: 1400px) {
  .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,
  .category__top,
  .category-sorting {
    display: none;
  }

  .category__filter {
    gap: 0;
  }

  .category__wrap:not(:last-of-type) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f4f5f8;
  }

  .category__wrap:has(.category__line) {
    padding-bottom: 11px;
  }

  .category__wrap>label {
    margin-bottom: 12px;
  }

  .category__wrap--brands .category__row {
    flex-direction: row-reverse;
  }

  .category__row span {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .category__row img {
    width: 50px;
    height: 42px;
    border-radius: 6px;
    object-fit: contain;
    border: 1px solid #f4f5f8;
    padding: 2px;
    transition: 0.2s ease;
  }

  .category__row input[type="checkbox"]:checked+span img {
    border: 1px solid #262633;
  }

  #filter.popup .popup__inner--filter,
  #brands.popup .popup__inner--filter {
    overflow: hidden;
  }

  #brands .category__wrap:not(:last-of-type) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .popup__inner-block {
    margin-top: 8px;
    overflow: auto;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 100px;
    padding-top: 40px;
  }

  #all-brands-cards .popup__inner-block {
    padding-top: 60px;
  }

  .popup__inner-block::-webkit-scrollbar,
  .popup__inner::-webkit-scrollbar {
    display: none;
  }

  .popup .publish-search {
    margin-bottom: 24px;
  }

  .popup .category__wrap>label {
    font-size: 14px;
    line-height: 18px;
  }

  .popup__btns-wrap {
    padding: 16px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #f4f5f8;
    z-index: 100;
  }

  .popup__btns-wrap .btn {
    margin-top: 0;
  }

  .popup__top--fixed {
    padding: 24px 16px 16px;
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }

  .popup__subtitle {
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 2px;
    color: #e6342a;
  }

  .popup__title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    color: #262633;
  }

  .popup__title span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #9da0a6;
    margin-left: 7px;
  }

  .popup__top--search .publish-search {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-bottom: 0;
    height: 40px;
  }

  .popup__top--search .publish-search__form {
    padding: 0;
  }

  .popup__top--search .popup__close {
    left: 17px;
    top: 45px;
  }

  .popup__top--fixed .popup__close {
    left: 16px;
    top: 35px;
  }

  #all-brands-cards .popup__top--fixed .popup__close {
    top: 45px;
  }

  .banner__img {
    height: 220px;
  }

  .banner__text {
    max-height: 150px;
  }

  .header__inner {
    gap: 16px;
  }

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

  .category__top {
    display: none;
  }

  .category .tabs {
    display: flex;
  }

  .category__mobile {
    display: flex;
    margin-bottom: 16px;
    overflow-x: auto;
  }

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

  .category__search-img {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .cards__items-main {
    grid-template-columns: repeat(4, 1fr);
  }

  .notification {
    width: 90%;
    bottom: 120px;
  }

  .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 .btn {
    width: 100%;
  }

  .catalog-menu__items.custom-scroll-v .simplebar-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .frame-2131327798-buy {
    margin-top: 26px;
  }

  .store-info--dt,
  .seller-section {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .catalog-menu__img {
    max-width: 15vw;
  }
}

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

  .cabinet__inner {
    gap: 20px;
    grid-template-columns: 200px 1fr;
  }

  .cabinet .booking__inner {
    grid-template-columns: 1fr;
  }

  .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__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__search {
    display: block;
  }

  .card-seller__four {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  .publish__add {
    grid-template-columns: 1fr;
  }

  .publish__add .publish__puts {
    order: 2;
  }

  .publish__add .publish__medias {
    order: 1;
  }
}

@media (max-width: 1150px) {
  body:has(.cabinet) .header {
    display: none;
  }

  body:has(.card-vertical) .header-spacer.hidden {
    display: block;
  }

  body:has(.card-vertical) .header-spacer {
    margin-bottom: 127px;
  }

  .page {
    padding-top: 140px;
  }

  .page .top {
    justify-content: center;
    padding-left: 0;
  }

  .cabinet {
    padding-bottom: 100px;
  }

  .header__inner {
    grid-template-columns: 1fr;
    padding-top: 2px;
  }

  .header__searchbar {
    margin-left: 0px;
    border: none;
    box-shadow: 0px 2px 25px 0px #00000014;
  }

  header,
  .header,
  .header--main {
    position: fixed !important;
    top: 0;
    border-bottom: none !important;
  }

  .slider-spacer {
    height: 127px;
  }

  .header-spacer {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  body:has(.page) .header {
    display: block;
  }

  .slider-spacer {
    height: 140px;
  }

  body:has(.card-vertical) .header-spacer.hidden {
    display: none;
  }

  body:has(.card-vertical) .header-spacer {
    margin-bottom: 0px;
  }

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

  .cabinet__main--publish .publish__btns {
    position: fixed;
    bottom: 60px;
    left: 0;
    padding: 12px;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #f4f5f8;
    z-index: 10;
  }

  .cabinet__main--publish .publish__btns .btn {
    flex-grow: 1;
  }

  /* .cabinet__main--publish .top.top--show.mb {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 30px 12px 30px 32px;
        z-index: 10;
    } */

  /* .cabinet .cabinet__main--publish .top .back {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    } */

  .cabinet--publish .cabinet__inner {
    padding: 0px 0 70px;
  }

  /* .cabinet .cabinet__main--publish .top .back {
        left: 12px;
    } */

  .publish-search {
    width: 100%;
    position: relative;
  }

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

  .publish__addtag,
  .publish__tag,
  .publish__but {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .publish__add .publish__more span {
    color: #9da0a6;
    max-width: 100%;
  }

  .cabinet .publish__holder .btn {
    width: 100%;
  }

  .publish__holders,
  .publish__add,
  .publish__medias {
    gap: 16px;
  }

  .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__title {
    font-size: 22px;
  }

  .confirm {
    transform: unset;
    bottom: unset;
    top: 10px;
    left: 40px;
    right: 40px;
    font-size: 12px;
  }

  .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 {
    padding: 0.5rem 0;
  }

  .publish__bottom {
    display: flex;
  }

  .publish__bottom .btn {
    width: 100%;
  }

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

  .cabinet__main .custom-select.open .custom-select__list {
    max-height: 224px;
    overflow-y: auto;
    overflow: auto;
    scrollbar-width: none;
  }

  .cabinet__main .custom-select.open .custom-select__list::-webkit-scrollbar {
    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;
  }

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

  .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__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .orders__top span {
    display: none;
  }

  .orders__top strong {
    font-size: 12px;
  }

  .orders__line {
    padding: 8px;
  }

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

  body:has(.chat) {
    padding-bottom: 0;
  }

  body:has(.chat) .mobile-nav {
    display: none;
  }

  .chat {
    height: 100%;
  }

  .empty {
    gap: 0;
  }

  .empty h3 {
    margin-top: 16px;
  }

  .empty p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
  }

  .cabinet .top {
    display: flex;
  }

  .cabinet--main {
    padding: 0;
  }

  .cabinet--main .container {
    margin: 0;
  }

  .cabinet--main .top {
    display: none;
  }

  .cabinet--main .cabinet__main {
    display: none;
  }

  .cabinet__inner {
    grid-template-columns: 1fr;
  }

  .cabinet .title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .title.settings__item--full__title {
    font-size: 16px;
    margin-bottom: 14px;
  }

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

  .title span {
    font-size: 13px;
    line-height: 18px;
  }

  .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__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__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__rate svg {
    height: 16px !important;
    width: 16px !important;
  }

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

  .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: 0;
    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;
    padding-right: 80px;
  }

  .header__searchbar {
    border: none;
    box-shadow: 0px 2px 25px 0px #00000014;
  }

  header,
  .header,
  .header--main {
    border-bottom: none !important;
  }

  .header__searchbtn {
    right: 65px;
  }

  .cards__items {
    gap: 24px 4px;
  }

  .cards__items-main {
    gap: 24px 8px;
    grid-template-columns: repeat(3, 1fr);
  }

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

  /* payment-add media 768 */

  .payment-add__minis {
    width: 100%;
  }

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

  .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: 600px) {
  .cards__items-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabinet--publish .publish__bottom {
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 12px;
    bottom: 60px;
    left: 0;
    z-index: 10;
  }

  .cabinet__main .custom-select.open .custom-select__list {
    max-height: 106px;
  }
}

@media (max-width: 320px) {
  .notification__item {
    cursor: default !important;
    opacity: 1 !important;
  }
}

#notification {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-error {
  display: none;
  text-align: center;
}

.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;
  font-size: 12px;
  margin-top: 2px;
}

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

/*----------------------------------------
  Categories List
----------------------------------------*/

/* Активная — подчёркнута снизу */
.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__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;
}

/* Список карточек */

/* Одна карточка */

/* Картинка */

/* Название */

/* Поле ввода */

/* Секция «Типы упаковки» */
.pack-types {
  font-family: var(--font-family);
  color: var(--text-color);
  margin-top: 32px;
}

/* Форма-список */

/* Разделитель */

/* === Секция «Наценки и скидки» === */

/* === Форма === */

/* === Поле формы === */

/* === Кнопка === */

/* === Типы доставок === */
.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;
}

/* «заполненная» */

/* delivery-add */

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

.delivery-add__wrap.active {
  display: block;
}

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

/* сердечко */
.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;
}

/* заголовок */

.rate {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

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

/* превьюшки */

/* отзыв */

/* .review:first-of-type{border-top:none} */
.head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.text {
  font-size: 15px;
  line-height: 1.55;
  margin: 8px 0 12px;
}

/* .reply:hover{text-decoration:underline} */
p.text {
  margin: 0px;
}

/* блок комментариев */

.comments {
  margin-top: 6px;
  padding-left: 56px;
}

.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-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
}

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

section.review {
  padding: 16px;
  margin: 0px;
  max-width: 1000px;
}

section.review .head {
  justify-content: space-between;
}

div.reply {
  font-size: 14px;
  font-weight: 500;
}

.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: 15px;
  margin: 3vw 0 0;
}

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

.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;
  border: 1px solid #d6d2d9;
}

.card-image-tovar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

/* стили похожих товаров конец */
/* стили описания товара */

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

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

/* инпут комента */

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

/* Контейнер компонента выбора цвета */

/* Заголовок с названием цвета */

/* Галерея изображений */

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

.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: transparent;
  border: none;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
  border: 1px solid #e0e1e3;
}

.body-buy-all .wishlist-button svg {
  width: 21px;
  height: 19px;
  min-width: 100%;
}

.body-buy-all .wishlist-button svg path {
  height: 100%;
}

.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-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 */

/* Заголовок */

/* Контейнер табов */

/* Таб */

/* Чип внутри таба */

/* Активный чип */
.active-chip-type {
  background-color: #ffffff;
}

/* Текст чипа */

/* Активный текст */
.active-text-type {
  color: #ffffff;
}

/* Активный таб */

/* Hover эффекты */

/* Адаптивность */

/* Заголовок "Фото и видео покупателей" */

/* Галерея фотографий */

/* Видео плеер */

/* Фотографии */

.gallery-photo-placeholder {
  width: 100%;
  height: 100%;
  color: #d9d9d9;
  border-radius: 8px;
}

/* Последняя фотография с размытием */

/* Скрытые фотографии */

/* Секция "Похожее от магазина" */

/* Слайдер товаров */

/* Кнопка навигации */

/* Адаптивность */

/* 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: fit-content;
  background-color: #f6f7fc;
  border-radius: 16px;
  padding: 10px 14px 16px;
  display: flex;
  flex-direction: column;
  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;
  transform: rotate(-90deg);
  margin-top: 2px;
}

/* Divider line */
.line-11-buy {
  /* width: 100%; */
  height: 1px !important;
  border: 1px solid #e0e1e3;
}

/* Delivery options section - Frame 2131327301 */
.frame-2131327301-buy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 8px;
  padding: 0px 8px;
  position: relative;
  padding-top: 16px;
}

.frame-2131327301-buy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e1e3;
}

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

/* Main Group Container - matches Figma Group 47292 */

/* Inner Group Container - matches Figma Group 47284 */

/* Top Image Section - matches Figma image 9 */

/* Bottom Image Section - matches Figma main image */

/* Responsive adjustments for smaller screens */

/* 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-icon-add {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
}

/* 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 {
  position: relative;
  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,
.banner__inner--first-zh,
.banner__inner--first-es,
.banner__inner--first-en {
  z-index: 100;
}

.banner__inner--first-ru {
  background-image: url("/images/new/banners/first_ru_not_btn.png");
}

.banner__inner--first-zh {
  background-image: url("/images/new/banners/first_zh_not_btn.png");
}

.banner__inner--first-es {
  background-image: url("/images/new/banners/first_es_not_btn.png");
}

.banner__inner--first-en {
  background-image: url("/images/new/banners/first_en_not_btn.png");
}

/* Второй банер */
.banner__inner--second-ru {
  background-image: url("/images/new/banners/second_ru_not_btn.png");
}

.banner__inner--second-zh {
  background-image: url("/images/new/banners/second_zh_not_btn.png");
}

.banner__inner--second-es {
  background-image: url("/images/new/banners/second_es_not_btn.png");
}

.banner__inner--second-en {
  background-image: url("/images/new/banners/second_en_not_btn.png");
}

/* Третий банер */
.banner__inner--third-ru {
  background-image: url("/images/new/banners/three_ru_not_btn.png");
}

.banner__inner--third-zh {
  background-image: url("/images/new/banners/three_zh_not_btn.png");
}

.banner__inner--third-es {
  background-image: url("/images/new/banners/three_es_not_btn.png");
}

.banner__inner--third-en {
  background-image: url("/images/new/banners/three_es_not_btn.png");
}

.bannet_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.bannet_link .bannet_link__text {
  display: none;
}

@media (min-width: 800px) {
  .bannet_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 50px;
    left: 6%;
    top: 65%;
    background: #1f1f1f;
    border-radius: 12px;
  }

  .bannet_link .bannet_link__text {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #fefefe;
  }

  .bannet_link__red {
    background-color: #ed1717;
  }

  .second_prise {
    width: 17%;
    height: 100px;
    position: absolute;
    top: 64%;
    left: 28%;
    z-index: 1;
    background-size: contain;
    background-position: start;
    background-repeat: no-repeat;
  }

  .second_prise__ru {
    background-image: url("/images/new/banners/ru_secondPrice.png");
  }

  .second_prise__en {
    background-image: url("/images/new/banners/en_secondPrice.png");
  }

  .second_prise__es {
    background-image: url("/images/new/banners/es_secondPrice.png");
  }

  .second_prise__zh {
    background-image: url("/images/new/banners/zh_secondPrice.png");
  }
}

@media (min-width: 1100px) {
  .second_prise {
    top: 63%;
  }

  .bannet_link {
    height: 60px;
  }

  .bannet_link .bannet_link__text {
    font-size: 20px;
  }
}

@media (min-width: 1350px) {
  .bannet_link {
    height: 80px;
  }

  .bannet_link .bannet_link__text {
    font-size: 24px;
  }
}

/* ===== АДАПТИВНЫЕ СТИЛИ ===== */

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

  .seller-section {
    margin-top: 16px;
  }

  .cont-main-tovar {
    margin-top: 24px;
  }

  .cont-main-tovar .swiper {
    overflow: visible;
  }

  .cont-main-tovar__title,
  .heading {
    font-size: 15px;
  }

  .frame-2131327798-buy,
  .product-card,
  .platforms-container-add,
  .card__left,
  .card-vertical,
  .card__info {
    width: 100%;
  }
}



/* Экстремально маленькие экраны */
@media (max-width: 800px) {

  /* Меняем изображения банеров на мобильные версии */
  .banner__inner {
    background-size: cover;
  }

  .banner__inner__marginTop {
    margin-top: 20px;
  }

  .banner__inner__marginBottom {
    margin-bottom: 35px;
  }

  .banner__inner--first-ru {
    background-image: url("/images/new/banners/main-1m-ru.png");
  }

  .banner__inner--first-zh {
    background-image: url("/images/new/banners/main-1m-zh.png");
  }

  .banner__inner--first-es {
    background-image: url("/images/new/banners/main-1m-es.png");
  }

  .banner__inner--first-en {
    background-image: url("/images/new/banners/main-1m-en.png");
  }

  .banner__inner--second-ru {
    background-image: url("/images/new/banners/main-2m-ru.png");
  }

  .banner__inner--second-zh {
    background-image: url("/images/new/banners/main-2m-zh.png");
  }

  .banner__inner--second-es {
    background-image: url("/images/new/banners/main-2m-es.png");
  }

  .banner__inner--second-en {
    background-image: url("/images/new/banners/main-2m-en.png");
  }

  .banner__inner--third-ru {
    background-image: url("/images/new/banners/main-3m-ru.png");
  }

  .banner__inner--third-zh {
    background-image: url("/images/new/banners/main-3m-zh.png");
  }

  .banner__inner--third-es {
    background-image: url("/images/new/banners/main-3m-es.png");
  }

  .banner__inner--third-en {
    background-image: url("/images/new/banners/main-3m-en.png");
  }
}

/* ===== СЛАЙДЕР СТИЛИ ===== */

.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-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-pagination {
    bottom: 30px;
    padding: 4px 10px;
  }

  .pagination-dot {
    width: 7px;
    height: 7px;
  }

  .slider-container {
    padding-top: 0;
  }
}

.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: 800px) {
  .slider-pagination {
    bottom: 10px;
    padding: 5px 10px;
  }
}

@media (max-width: 768px) {
  .header-spacer {
    margin-bottom: 0px;
  }

  .pagination-dot {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 600px) {
  .slider-pagination {
    bottom: 14px;
    padding: 4px 8px;
  }

  .pagination-dot {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 480px) {
  .slider-pagination {
    padding: 3px 6px;
  }

  .pagination-dot {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 360px) {
  .slider-pagination {
    padding: 2px 4px;
  }

  .pagination-dot {
    width: 4px;
    height: 4px;
  }

  .slider-slides {
    padding-bottom: 39.65%;
  }
}

/* Стили Калыбек работа 2002 */
/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* Цвет для select */

/* Кнопки */
.button-group {
  display: flex;
  gap: 20px;
}

.button-group button {
  width: 200px;
  height: 40px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

/* Индивидуальные цвета для каждой кнопки */

/* Эффект при наведении */

/* -------------------------------------------------- */

/* Редактирование */

/* Удалить */

a.title-link-tovar {
  display: block;
  /* чтобы высота работала */
  height: 40px;
  /* фиксированная высота блока, подбираешь под свой дизайн */
  overflow: hidden;
  /* скрываем лишний текст */
  text-decoration: none;
  /* если нужно убрать подчеркивание */
}

/* -------------------------------------------------- */

/* Чекбокс в правом нижнем углу */

/* контейнер для псевдо-чекбокса */
/* Скрываем настоящий чекбокс (он всё равно остаётся в DOM для логики) */

/* Контейнер для псевдо-чекбокса */

/* Сам квадрат чекбокса (не выбранный) */
.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;
  /* плавный переход при выборе */
}

/* Когда чекбокс выбран */

/* -------------------------------------------------- */

/* Модальное окно: центрирование и фон */

/* Контент модалки */
/* Десктоп */

/* Заголовок модалки */

/* Основной текст */

/* Контейнер для кнопок */
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Скрываем мобильную кнопку на десктопе */

/* Мобильные стили */
@media (max-width: 768px) {
  /* Скрываем все элементы, которые должны быть только на десктопе */

  /* Показываем мобильную кнопку */

  .button-group .icon-btn {
    width: 48px !important;
    height: 32px !important;
    border-radius: 16px !important;
  }

  /* Кнопки внутри модалки по центру */

  /* Активное состояние модалки */
}

/* Левая группа из трёх кнопок */

/* Общие стили для кнопок */

/* Обсосанные кнопки у мобильники */

/* Выпадающий список */

/* Разделительные линии между option */

/* =======================================
   Контейнер для группы кнопок
======================================= */

/* Контейнер для левой группы, если нужен */

/* =======================================
   Первая кнопка — удаление (розовый фон)
======================================= */

/* =======================================
   Вторая кнопка — неактивная (серый)
======================================= */

.container-tovar.offer {
  display: flex;
  flex-wrap: wrap;
  /* если карточек много */
  gap: 20px;
}

@media (max-width: 768px) {
  .container-tovar.offer {
    gap: 8px;
  }
}

.card-tovar.offer {
  margin: 0;
  /* обнуляем свои отступы */
  padding: 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;
}

.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: 0px !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 0.2s ease, color 0.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;
}

/* =======================================
   Стиле для горячих предложений 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;
  -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*/

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

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

  .placements-input__num,
  .placements__title,
  input[type="number"].counter__input,
  .placement-payment__price {
    font-size: 16px;
  }
}

/*popup*/

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Заголовок */
.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__footer {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e5e7eb;
  justify-content: flex-end;
}

/* Адаптивность */
@media (max-width: 768px) {

  .my-popup__header,
  .my-popup__body,
  .my-popup__footer {
    padding: 16px;
  }
}

@media (max-width: 600px) {
  .btn {
    border-radius: 8px;
  }
}

/* Блок отзывов-комментариев */

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*/

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

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: relative !important;
  top: 3px;
  left: 15px;
  width: calc(100% - 30px);
  height: 3px;
}

.swiper-pagination-progressbar {
  background: #a2a4a933;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #262633;
}

/**/

.brands__group {
  display: flex;
  gap: 10px 76px;
}

.brands__items {
  margin-top: 4px;
  column-count: 3;
  width: calc(100% - 50px - 76px);
}

.brands__letter {
  width: 50px;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}

.brands__group:not(:first-child) {
  margin-top: 80px;
}

.brands__list {
  margin-top: 50px;
}

.page .title {
  margin-bottom: 24px;
}

.breadcrumbs {
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  margin: 28px 0 4px;
}

.breadcrumbs__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__link {
  color: #696f7e;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
  opacity: 0.5;
}

.breadcrumbs__link::after {
  content: "/";
  position: absolute;
  right: 8px;
  color: #696f7e;
}

.breadcrumbs__current {
  color: #7a7b7d;
  font-weight: 500;
  margin-left: 5px;
}

@media (max-width: 1500px) {}

@media (max-width: 768px) {
  .page .title {
    margin-bottom: 0px;
  }

  .brands__list {
    margin-top: 24px;
  }

  .brands__group:not(:first-child) {
    margin-top: 20px;
  }

  .brands__letter {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
  }

  .brands__items {
    margin-top: 0px;
    column-count: 1;
    width: 100%;
  }

  .brands__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .brands__group {
    flex-direction: column;
  }

  .page-brand-detail .publish-search__input,
  .page-brand .publish-search__input {
    height: 30px;
  }

  input[type="text"].publish-search__input {
    height: 30px;
  }
}

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

.balance-card__button {
  padding: 12px 16px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.2s;
}

/* Results Card */

/* Products */

.products__select,
.products__search {
  padding: 8px 12px;
  background-color: #f4f5f8;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  color: #262633;
}

.products__search {
  flex: 1;
}

.products__search::placeholder {
  color: #9da0a6;
}

/* Product Card */

/*my-popup-stop-promotion*/

/* Back Button */

.back-button__icon {
  width: 24px;
  height: 24px;
}

/* Extend Promotion */

/* Product Extend Card */

/* New Term */

/*promotion-setup*/

.selected-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f4f5f8;
}

.selected-products__item:last-child {
  border-bottom: none;
}

.selected-products__image {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.selected-products__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.selected-products__name {
  font-size: 14px;
  color: #262633;
  margin-bottom: 4px;
  max-width: 265px;
}

.selected-products__number {
  font-size: 12px;
  color: #9da0a6;
}

.selected-products__delete {
  width: 40px;
  height: 40px;
  background-color: #fdebea;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.selected-products__delete:hover {
  background-color: #fcd5d3;
}

.results-card__total-divider {
  height: 1px;
  background-color: #e0e1e3;
}

/* Success Card */

.btn_black.js-btn-promote {
  display: none;
}

/*accordion*/

/*page-catalog-detail*/

/* Restored global accordion styles */
.accordion__content {
  min-height: 0;
  line-height: 160%;
}

.accordion.active {
  padding-bottom: 24px;
}

.accordion:not(:last-child) {
  border-bottom: 1px solid #ded5c9;
}

.accordion__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding: 3px 36px 3px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.accordion__title::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%) rotate(135deg);
  border: solid #9da0a6;
  padding: 2px;
  border-width: 1.5px 1.5px 0 0;
}

.accordion__title.active::after {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 768px) {
  .mobile_none {
    display: none;
  }
}

/* --- Global Spinner (Infinite Scroll) --- */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  grid-column: 1 / -1;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.no-more-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 16px;
  width: 100%;
}

.spinner {
  width: 56px;
  height: 56px;
  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);
  }
}

@media (max-width: 1150px) {
  .loading {
    padding-bottom: 90px;
  }
}

/* Price and currency selector flex layout */
.publish__price-currency {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.publish__price-currency .input-wrap {
  flex: 1;
}

.publish__price-currency .custom-select {
  flex-shrink: 0;
}

/* Catalog button icon transition */
.header__catbtn-icon {
  position: relative;
  width: 15px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__catbtn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  display: block !important;
}

.header__catbtn .icon-close {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.5) rotate(-90deg);
  pointer-events: none;
}

.header__catbtn .icon-burger {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  pointer-events: none;
}

.header__catbtn.active .icon-burger {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.5) rotate(90deg);
}

.header__catbtn.active .icon-close {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}