@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-top-new {
  background-color: rgba(38, 38, 51, 1);
}

.header-top-new__inner {
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
  color: #fff;
  /* padding: 0 30px; */
  box-sizing: border-box;
  gap: 40px;
  position: relative;
  z-index: 1000;
  overflow: visible;
}

.header-block-new {
  position: relative;
  z-index: 10000;
}

.header-selected-new {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #fff;
}

.header-dropdown-wrap-new {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-height: 250px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  z-index: 10001;
}

.header-dropdown-new {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-dropdown-new li {
  border-bottom: 1px solid #eee;
}

.header-dropdown-new li a {
  gap: 5px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.sections {
  overflow-x: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sections__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

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

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

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

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

.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,
.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,
  .booking-location__copy:hover,
  .orders__btn:hover,
  .orders__tab:hover,
  .chat__upload img:hover,
  .chat__send:hover,
  .cat__item:hover,
  .booking__item:hover,
  .booking__pay:hover,
  .back:hover,
  .seller__social img:hover,
  .banner__timer:hover,
  .cabinet__rate a:hover,
  .cabinet__upload:hover,
  .header__catbtn:hover,
  .header__logo:hover,
  .card-review__images img:hover,
  .card-review__minis img:hover,
  .card-review__answer button:hover,
  .card__type:hover,
  .catalog-menu__more:hover,
  .modal__close:hover,
  .tabs__item.active:hover {
    opacity: 0.8;
  }
}

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

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

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

@media (any-hover: hover) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  line-height: 150%;
}

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

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

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

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

img,
a {
  display: inline-block;
}

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

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

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

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

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

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

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

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

.main {
  flex: 1;
}

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

.text-white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (any-hover: hover) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (any-hover: hover) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-thumbs__track {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__infobar span {
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (any-hover: hover) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  line-height: 150%;
}

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

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

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

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

img,
a {
  display: inline-block;
}

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

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

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

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

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

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

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

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

.main {
  flex: 1;
}

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

.text-white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.tabs__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}

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

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

.tabs__wrapper {
  min-height: 0;
}

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

.dragging {
  cursor: grabbing;
}

.spacing {
  padding: 40px 0;
}

strong {
  font-weight: 600;
}

.cards.spacing {
  margin: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.accordion__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s linear;
  overflow: hidden;
}

.accordion__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}

.accordion__head:focus-visible {
  color: #e6342a;
  outline: none;
}

.accordion__name {
  font-size: 22px;
  font-weight: 500;
}

.accordion__item {
  padding: 16px;
  border-radius: 12px;
}

.accordion__item.active .accordion__wrapper {
  grid-template-rows: 1fr;
  padding-top: 16px;
}

.accordion__item.active .accordion__name {
  color: #e6342a;
}

.accordion__item.active .accordion__btn {
  background-color: #e6342a;
  rotate: 45deg;
}

.accordion__btn {
  border-radius: 50%;
  background-color: #e6342a;
  height: 50px;
  width: 50px;
  padding: 10px;
  transition: all 0.2s linear;
}

.accordion__content {
  min-height: 0;
  line-height: 160%;
}

@-webkit-keyframes blinkAnimation {
  0% {
    left: 0;
    -webkit-transform: translate(-105%, -50%) skew(-15deg);
    transform: translate(-105%, -50%) skew(-15deg);
  }

  40% {
    left: 0;
    -webkit-transform: translate(-105%, -50%) skew(-15deg);
    transform: translate(-105%, -50%) skew(-15deg);
  }

  60% {
    left: 100%;
    -webkit-transform: translate(105%, -50%) skew(-15deg);
    transform: translate(105%, -50%) skew(-15deg);
  }

  100% {
    left: 100%;
    -webkit-transform: translate(105%, -50%) skew(-15deg);
    transform: translate(105%, -50%) skew(-15deg);
  }
}

@keyframes blinkAnimation {
  0% {
    left: 0;
    -webkit-transform: translate(-105%, -50%) skew(-15deg);
    transform: translate(-105%, -50%) skew(-15deg);
  }

  40% {
    left: 0;
    -webkit-transform: translate(-105%, -50%) skew(-15deg);
    transform: translate(-105%, -50%) skew(-15deg);
  }

  60% {
    left: 100%;
    -webkit-transform: translate(105%, -50%) skew(-15deg);
    transform: translate(105%, -50%) skew(-15deg);
  }

  100% {
    left: 100%;
    -webkit-transform: translate(105%, -50%) skew(-15deg);
    transform: translate(105%, -50%) skew(-15deg);
  }
}

.btn {
  width: fit-content;
  transition: all 0.2s ease;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  font-size: 12px;
  height: 40px;
  gap: 10px;
}

.btn--lightblue {
  background: #daefff;
  color: #e6342a;
}

.btn--lightblue:hover {
  background-color: #e6342a;
  color: #fff;
}

.btn--main {
  background-color: #e6342a;
  color: #fff;
}

.btn--main::before,
.btn--main::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.btn--main::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: 0.5s ease-in-out;
}

.btn--main:hover::before {
  left: 100%;
}

.btn--outline {
  border: 1px solid #e6342a;
  color: #e6342a;
}

.btn--outline:hover {
  background-color: #e6342a;
  color: #fff;
}

.btn--grey {
  border: 1px solid #f4f5f8;
  background-color: #f4f5f8;
  color: #262633;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn--grey:hover {
  background-color: #262633;
  color: #fff;
}

.btn--red {
  border: 1px solid #FDEBEA;
  background-color: #FDEBEA;
  color: #E6342A;
}

.btn--red:hover {
  background-color: #E6342A;
  color: #fff;
}

.btn--green {
  border: 1px solid #f3fff6;
  background-color: #f3fff6;
  color: #262633;
}

.btn--green:hover {
  background-color: #25BE4E;
  color: #fff;
}

.btn--white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #e6342a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn--white:hover {
  background-color: #e6342a;
  color: #fff;
}

.btn--black {
  border: 1px solid #262633;
  color: #fff;
  background-color: #262633;
}

.btn--black::before,
.btn--black::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.btn--black::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: 0.5s ease-in-out;
}

.btn--black:hover::before {
  left: 100%;
}

.btn--center {
  display: flex;
  width: fit-content;
  margin: auto;
  padding: 12px 50px;
}

.btn:disabled {
  cursor: not-allowed;
  filter: grayscale(100%);
}

@media (any-hover: hover) {
  .btn:disabled:hover {
    filter: grayscale(100%);
    background-color: #e6342a;
  }

  .btn:disabled:hover::after,
  .btn:disabled:hover::before {
    display: none;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form__policy {
  font-size: 14px;
  text-align: left;
}

.form__policy a {
  text-decoration: underline;
  display: inline;
}

.form__confirm {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.form__item {
  position: relative;
}

.form__item img {
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 18px;
  object-fit: contain;
  transform: translateY(-50%);
  left: 20px;
  border-right: 1px solid #e6342a;
  padding-right: 7px;
  filter: grayscale(100%) opacity(0.5);
}

.form__item input {
  padding-left: 60px;
}

.form__item:has(input:focus) img,
.form__item:has(input:hover) img {
  filter: grayscale(0%);
}

.form .btn {
  width: 100%;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

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

.modal.active .modal__inner {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.modal__inner {
  width: 540px;
  border-radius: 32px;
  visibility: hidden;
  scale: 0;
  opacity: 0;
  background: #FFF;
  padding: 60px;
  text-align: center;
  position: relative;
}

.modal .btn {
  width: 100%;
}

.modal__close {
  height: 22px;
  width: 22px;
  object-fit: contain;
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal input {
  background: #F6F6F6;
}

.modal__text {
  margin: 16px 0 32px;
  color: #9da0a6;
}

.modal__title {
  font-size: 32px;
}

.head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #e6342a;
  transition: all 0.3s;
}

.arrow path {
  transition: all 0.1s;
}

.arrow:hover {
  background-color: #262633;
}

.arrow:hover path {
  stroke: #fff;
}

.custom-select {
  position: relative;
  width: 100%;
  z-index: 2;
}

.custom-select__current {
  padding: 0 16px;
  cursor: pointer;
  background: #f4f5f8;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  padding-right: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.custom-select__current::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  height: 12px;
  width: 12px;
  background-image: url("../images/select-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.custom-select__list {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 0;
  border: 1px solid #f4f5f8;
  box-shadow: 0 0 10px rgba(38, 38, 51, 0.1);
  border-top: none;
  margin: 0;
  z-index: 2;
  font-size: 14px;
  border-radius: 8px;
}

.custom-select__item {
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.custom-select__item:hover {
  background: rgba(65, 175, 255, 0.2);
}

.custom-select.open .custom-select__list {
  display: block;
}

.custom-select.open .custom-select__current::after {
  transform: translateY(-50%) rotate(180deg);
}

.card-vertical__view {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}

.card-vertical__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-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 16px;
}

.holder {
  position: relative;
  z-index: 1;
}

.holder .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.holder .arrow--left {
  left: 0;
}

.holder .arrow--right {
  right: 0;
}

.buts {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  min-width: auto !important;
}

.buts__item {
  background: #f6f7fc;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  min-width: auto !important;
  font-weight: 500;
  white-space: nowrap;
}

.buts__item.active {
  background-color: #262633;
  color: #fff;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn,
textarea {
  border-radius: 8px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select {
  height: 52px;
}

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

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
textarea {
  padding: 0 16px;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
  font-size: 14px;
}

input[type=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-color: #e6342a;
  background-color: #fff;
}

input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #9da0a6;
}

.linked {
  padding: 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 32px;
  background-color: #262633;
  color: #fff;
  position: fixed;
  inset: 0;
  height: 100%;
  overflow-y: auto;
}

.chat-wrap,
.catalog-wrap {
  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 {
  visibility: visible;
  opacity: 0.5;
}

.chat-wraps {
  background-color: #fff;
  opacity: 0.5;
  position: fixed;
  inset: 0;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.chat-wraps.active {
  visibility: visible;
  opacity: 0.5;
}

.header-media {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.header-media.active {
  visibility: visible;
  opacity: 1;
}

.header-media__inner {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  border-radius: 8px;
}

.header-media__content {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  display: none;
  text-align: center;
}

.header-media__content.active {
  display: flex;
}

.header-media__content.grey {
  background: #f4f5f8;
}

.header-media__img {
  height: 360px;
  object-fit: contain;
  width: fit-content;
  border-radius: 16px;
}

.header-media h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
}

.header-media__btns {
  margin-top: 16px;
}

.header-media .btn {
  height: 40px !important;
}

.header-media__icon {
  height: 120px;
  width: 120px;
  object-fit: contain;
}

.header-media__upload input {
  display: none;
}

.catalog-menu {
  position: absolute;
  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: 80vh;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}

.catalog-menu.active {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.catalog-menu__inner {
  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: -41%;
  z-index: 2;
  right: -18%;
  background-image: url("../images/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;
}

.catalog-menu__items::-webkit-scrollbar {
  background-color: rgba(157, 160, 166, 0.1);
  width: 5px;
}

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

.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/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;
  min-height: 50px;
  height: 50px;
  border-radius: 8px;
  padding: 0px 14px 0px 10px;
  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/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: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
}

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

.card__item {
  margin-top: 60px;
}

.card__types {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

.card__buts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.card__but {
  height: 40px;
  border-radius: 8px;
  background: #f4f5f8;
  padding: 4px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #f4f5f8;
  transition: all 0.1s;
}

.card__but.active {
  background-color: #262633;
  color: #fff;
}

.card__but:hover {
  border-color: #262633;
}

.card__type {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 1px;
}

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

.card__type.active {
  border-color: #e6342a;
}

.card__place {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding-right: 12px;
  margin-bottom: 6px;
}

.card__place::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.card__details {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.card__box {
  margin-top: 24px;
}

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

.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: grid;
  grid-template-columns: 200px 1fr;
  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: space-between;
  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;
  align-items: center;
  gap: 6px;
}

.card-review__rate strong {
  font-size: 28px;
  font-weight: 600;
}

.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;
  align-items: center;
  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;
  background: #f4f5f8;
  border-radius: 8px;
}

.liked.active {
  filter: grayscale(0);
}

.wishlist-button {
    min-width: 48px;
    min-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;
}

/* Product Counter */
.product-counter {
    display: flex;
    align-items: center;
    background-color: #F4F5F8;
    border-radius: 12px;
    height: 56px;
    gap: 4px;
    width: 100%;
    margin-bottom: 16px;
}

.product-counter__btn {
    min-width: 48px;
    height: 48px;
    border: none;
    border-radius: 8px;
    background: #FFFFFF;
    /* White background always */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    color: #262633;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product-counter__btn:hover:not(:disabled) {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    /* Stronger shadow on hover */
    color: #E6342A;
    transform: translateY(-1px);
    /* Slight lift */
}

.product-counter__btn:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.product-counter__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #F4F5F8;
}

.product-counter__input {
    flex: 1;
    height: 48px;
    /* Match button height */
    border: none;
    border-radius: 8px;
    /* Match button radius */
    background: #FFFFFF;
    /* White background for visibility */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* Consistent shadow */
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #262633;
    padding: 0;
    outline: none;
    -moz-appearance: textfield;
}

.product-counter__input::-webkit-outer-spin-button,
.product-counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.card-item {
  position: sticky;
  top: 20px;
}

.card-item__top {
  border: 1px solid #f4f5f8;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 10px;
}

.card-item__grey {
  background: #f4f5f8;
  border-radius: 12px;
  padding: 16px;
}

.card-item__info {
  margin-bottom: 16px;
  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: cover;
}

.hide {
  display: none !important;
}

.header {
  padding: 0;
  position: relative;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(234, 235, 238, 1);
}

.header.active {
  z-index: 10;
  background-color: #fff;
}

.header__item img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.header .btn {
  height: 52px;
  font-size: 15px;
  padding: 10px 20px;
}

.header__inner {
  display: grid;
  padding: 16px 0;
  grid-template-columns: auto 1fr;
  gap: 55px;
}

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

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

.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;
    background-color: #e6342a;
    color: #fff;
    transition: background-color 0.3s ease;
}

.search-photo {
    opacity: 1;
    /* background: #E6342A; */
    stroke: #595A5C;
    color: #595A5C;
}

.header__logo {
  height: 48px;
  object-fit: contain;
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

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

.header__catbtn {
  border-radius: 8px;
  padding: 4px 16px;
  height: 52px;
  background: #e6342a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header__catbtn-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.header__catbtn-line {
  position: absolute;
  left: 1px;
  width: 16px;
  height: 1.8px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform .22s ease, opacity .18s ease, top .22s ease;
}

.header__catbtn-line--top {
  top: 4px;
}

.header__catbtn-line--middle {
  top: 8px;
}

.header__catbtn-line--bottom {
  top: 12px;
}

.header__catbtn.is-active,
.header__catbtn[aria-pressed="true"] {
  background: #e9ebf1 !important;
  color: #3f4454 !important;
}

.header__catbtn.is-active .header__catbtn-line--top,
.header__catbtn[aria-pressed="true"] .header__catbtn-line--top {
  top: 8px;
  transform: rotate(45deg);
}

.header__catbtn.is-active .header__catbtn-line--middle,
.header__catbtn[aria-pressed="true"] .header__catbtn-line--middle {
  opacity: 0;
}

.header__catbtn.is-active .header__catbtn-line--bottom,
.header__catbtn[aria-pressed="true"] .header__catbtn-line--bottom {
  top: 8px;
  transform: rotate(-45deg);
}

.header__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: 500;
}

.header__item path {
  transition: all 0.2s;
}

.header__item svg {
  max-height: 24px;
  max-width: 24px;
  object-fit: contain;
}

.header__item:hover {
  color: #e6342a;
}

.header__item:hover path {
  stroke: #e6342a;
}

.header__searchbar {
  flex: 1;
  display: flex;
  background-color: #e6342a;
  border-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;
  color: #fff;
  border-radius: 8px;
  height: 52px;
  width: 80px;
}

.header__find--icon {
  display: none;
}

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

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

.cabinet .top h3 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.cabinet__search {
  border-radius: 8px;
  padding: 4px 4px 4px 16px;
  background: #f4f5f8;
  height: 40px !important;
  margin-bottom: 16px;
  display: none;
}

.cabinet__search--show {
  display: block;
}

.cabinet .chat-wrap {
  z-index: 15;
}

.cabinet__filter {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.cabinet__filter::-webkit-scrollbar {
  height: 5px;
}

.cabinet__filter .btn {
  height: 40px;
  margin-top: 0 !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 16;
}

.cabinet__filter .btn img {
  display: none;
}

.cabinet__filter .btn.active {
  background-color: #f4f5f8;
  color: #262633;
  border-color: #f4f5f8;
}

.cabinet__filter .btn.active img {
  display: block;
}

.cabinet__filter .btn.active::after,
.cabinet__filter .btn.active::before {
  display: none;
}

.cabinet__edit {
  border-radius: 8px;
  flex-shrink: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f8;
  width: 48px;
  transition: all 0.2s;
  border: 1px solid transparent;
  position: relative;
  z-index: 15;
}

.cabinet__edit:hover {
  border: 1px solid #e0e1e3;
}

.cabinet__edit img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

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

.cabinet__doc span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
  display: inline-block;
  margin-bottom: 12px;
}

.cabinet__docimage {
  border-radius: 8px;
  border: 1px solid #e0e1e3;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cabinet__docage {
  height: 165px;
  position: relative;
}

.cabinet__upload input {
  display: none;
}

.cabinet__upload img {
  height: 165px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.cabinet__delete {
  right: 8px;
  bottom: 8px;
  position: absolute;
  height: 32px;
  width: 32px;
  background: #ffeceb;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
}

.cabinet__delete svg {
  height: 16px;
  width: 16px;
}

.cabinet__delete:hover {
  background-color: #e6342a;
}

.cabinet__delete:hover path {
  stroke: #fff;
}

.cabinet .top {
  display: none;
}

.cabinet__avi {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

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

.cabinet__rate {
  margin-top: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cabinet__rate span {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #9da0a6;
}

.cabinet__rate span img {
  height: 14px;
  width: 14px;
  object-fit: contain;
  margin-top: -2px;
}

.cabinet__rate a {
  color: #e6342a;
}

.cabinet__alerts {
  margin-top: 24px;
  border-radius: 16px;
  background: #f4f5f8;
  padding: 12px 16px;
}

.cabinet__alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e0e1e3;
  transition: all 0.2s;
}

.cabinet__alert:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.cabinet__alert img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

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

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

.cabinet__list {
  margin-top: 16px;
}

.cabinet__list li:first-of-type a {
  border: none;
}

.cabinet__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid #e0e1e3;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
  transition: all 0.2s;
  position: relative;
}

.cabinet__link:has(strong) {
  padding-right: 30px;
}

.cabinet__link strong {
  height: 18px;
  width: 18px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background-color: #e6342a;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.cabinet__link:hover,
.cabinet__link.active {
  opacity: 1;
}

.cabinet__link img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.cabinet__link.red {
  color: #e6342a;
  opacity: 1;
}

.cabinet-chat__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 10px;
}

.cabinet-chat__grey {
  color: #9da0a6;
}

.cabinet-chat__message {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cabinet-chat__message img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.cabinet-chat__top {
  color: #9da0a6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.cabinet-chat__top span {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cabinet-chat__grey {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cabinet-chat__grey img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.cabinet-chat__item {
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  transition: all 0.2s;
}

.cabinet-chat__item:hover {
  background: #f4f5f8;
}

.cabinet-chat__item--new .cabinet-chat__message {
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}

.cabinet-chat__item--new .cabinet-chat__message::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #e6342a;
}

.cabinet-chat__item--new .cabinet-chat__top span {
  font-weight: 600;
  color: #000;
}

.cabinet-chat__item>img {
  height: 60px;
  width: 60px;
  border-radius: 16px;
  object-fit: cover;
}

.cabinet-chat__item--help {
  background: #ecf7ff;
}

.cabinet-chat__item--help>img {
  object-fit: contain;
}

.header-search {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}

.header-search.active {
  visibility: visible;
  opacity: 1;
}

.header-search__boxes {
  display: flex;
  gap: 4px;
  margin-top: 16px;
}

.header-search__box {
  width: 120px;
  background: #f4f5f8;
  border-radius: 8px;
  padding: 10px 12px;
  padding-bottom: 110px;
  position: relative;
  transition: all 0.2s;
}

.header-search__box span {
  font-size: 14px;
  font-weight: 500;
}

.header-search__box img {
  width: 80%;
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header-search__box:hover {
  color: #e6342a;
}

.header-search__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  margin-top: 20px;
  max-height: 210px;
  overflow-y: auto;
  padding-right: 10px;
}

.header-search__list::-webkit-scrollbar {
  width: 5px;
}

.header-search__list a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-search__list a img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}

.header-search__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.header-search__tag {
  border-radius: 16px;
  height: 32px;
  border-radius: 8px;
  padding: 6px 12px;
  background: #f4f5f8;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

.header-search__tag:hover {
  color: #e6342a;
}

.banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 450px;
  background-image: url("../images/welcome-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  position: relative;
}

.banner__img {
  height: 350px;
  position: absolute;
  bottom: 0;
}

.banner__img:first-child {
  left: 0;
}

.banner__img:last-child {
  right: 0;
}

.banner__main {
  flex: 1;
}

.banner__timer {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 35px;
  background-color: #262633;
  color: #fff;
  border-radius: 8px;
  height: 52px;
  padding: 10px 16px;
  gap: 20px;
}

.banner__timer img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: bottom;
}

.banner__text {
  max-height: 215px;
  object-fit: contain;
}

.pops {
  position: fixed;
  z-index: 12;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

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

.pops__inner {
  width: 500px;
  max-height: 95%;
  overflow-y: auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 24px;
}

.pops h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}

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

.pops__catalog {
  border: 1px solid #e6342a;
  border-radius: 8px;
  padding: 12px 16px;
  background: #f4f5f8;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.pops__add {
  background: #f6f7fc;
  border-radius: 8px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 16px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

.pops__add:hover {
  background-color: rgba(65, 175, 255, 0.1);
}

.pops__people {
  margin-top: 12px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

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

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

.pops input[type=checkbox]:checked {
  border-color: #e6342a;
}

.pops input[type=checkbox]:checked::after {
  background-color: #e6342a;
}

.pops .cabinet-chat__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
}

.pops__btns {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  grid-template-columns: 1fr 1fr;
}

.pops__btns .btn {
  width: 100%;
  height: 48px;
}

.pops__btns form {
}

.mb {
  margin-bottom: 15px;
}

.grey-icon {
  height: 36px;
  width: 36px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f8;
  transition: all 0.2s;
}

.grey-icon:hover {
  background-color: #e7e7e7;
}

.grey-icon img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.mbs {
  margin-bottom: 24px;
}

.uptitle {
  color: #9da0a6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.seller {
  margin-bottom: 32px;
}

.seller__inner {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
}

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

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

.seller__top {
  display: flex;
  gap: 16px;
  align-items: center;
}

.seller__datas {
  margin-top: 16px;
  display: flex;
  gap: 32px;
}

.seller__data {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.seller__data strong {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
}

.seller__data strong img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.seller__data span {
  font-size: 12px;
  font-weight: 500;
  color: #9da0a6;
}

.seller__about {
  margin-top: 20px;
  font-size: 14px;
  width: 80%;
}

.seller__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.seller__details strong {
  font-size: 16px;
  font-weight: 600;
}

.seller__details span {
  font-size: 12px;
  color: #9da0a6;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.seller__details span img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.seller__img {
  height: 100px;
  width: 100px;
  border-radius: 4px;
  object-fit: cover;
}

.seller__other {
  text-align: right;
}

.seller__other h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.seller__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
  margin-top: 12px;
}

.seller__social img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}

.seller__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.seller__links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.seller__links a img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.cards {
  margin-top: 16px;
}

.cards * {
  min-width: 0;
}

.cards__image {
  width: 100%;
  height: 185px;
  border-radius: 8px;
  object-fit: cover;
}

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

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

.cards__line {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.cards__line--reverse {
  grid-template-columns: 1fr 0.5fr;
}

.cards__line:first-child {
  margin-top: 0;
}

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

.cards__items {
  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__view {
  position: relative;
}

.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: center;
  gap: 4px;
}

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

.cards__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}

.cards__rate {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}

.cards__sold {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cards__sold img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.cards__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.cards__blue {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  background: linear-gradient(to right, #89CDFF, #A8DAFF, #BAE2FF, #C6E7FF);
}

.cards__five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px 20px;
}

.category {
  margin-top: 24px;
}

.category * {
  min-width: 0;
}

.category__inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
}

.category__three {
  display: grid;
  grid-template-columns: 1fr 0.6fr 1.5fr;
  gap: 20px;
}

.category__search-img {
  width: 100%;
  height: 600px;
  border-radius: 16px;
  object-fit: cover;
}

.category .tabs {
  display: none;
  margin-top: 16px;
}

.category__mobile {
  margin-top: 16px;
  gap: 4px;
  align-items: center;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  display: none;
}

.category__mobile>a {
  flex-shrink: 0;
}

.category__but {
  height: 32px;
  border-radius: 16px;
  background: #f4f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
}

.category__but--dark {
  background-color: #262633;
  color: #fff;
}

.category__top {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

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

.category__filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category__link {
  padding-left: 15px;
  font-weight: 500;
  font-size: 14px;
}

.category__link--arrow {
  position: relative;
}

.category__link--arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 8px;
  width: 8px;
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.category__link.active {
  color: #e6342a;
}

.category__wrap>label {
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #9da0a6;
}

.category__wrap>input {
  background: #f4f5f8;
  margin-bottom: 10px;
  height: 40px;
  padding: 8px;
}

.category__nums {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.category__nums input {
  background: #f4f5f8;
  height: 40px;
  padding: 8px;
}

.category__more {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #9da0a6;
  position: relative;
  padding-right: 20px;
}

.category__more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background-image: url("../images/arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.category__checkboxes,
.category__radios {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.category__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
}

.category__radio,
.category__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.1s;
  cursor: pointer;
}

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

.category__line span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.category__line span img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.category__ticks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.category__rows {
  display: grid;
  gap: 12px;
}

.category__grey {
  background: #f4f5f8;
  border-radius: 16px;
  padding: 16px;
}

.category__child {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.category__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
}

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

.category__row img {
  height: 32px;
  width: 32px;
  border-radius: 7px;
  object-fit: cover;
  border: 1px solid #f4f5f8;
}

.category__tick {
  height: 32px;
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  background: #f4f5f8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.category__tick:has(input:checked) {
  background-color: #262633;
  color: #fff;
}

.category__tick input {
  display: none;
}

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

.category__links ul {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
}

.switcher {
  width: 50px;
  height: 30px;
  background: rgba(120, 120, 128, 0.16);
  border-radius: 30px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.switcher:has(input:checked) {
  background: #34c759;
}

.switcher:has(input:checked) .switcher__circle {
  left: 22px;
}

.switcher__circle {
  height: 27px;
  width: 27px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}

.switcher input {
  display: none;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #f4f5f8;
  padding: 16px;
  z-index: 8;
  display: none;
}

.mobile-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mobile-nav__link svg {
  height: 24px;
  width: 24px;
}

.mobile-nav__link.active {
  color: #e6342a;
}

.mobile-nav__link.active path {
  stroke: #e6342a;
}

.mobile-nav__label {
  display: none;
}

.mobile-nav__link--add {
  color: #e6342a;
}

.mobile-nav__link--add svg {
  background: #e6342a;
  color: #fff;
  border-radius: 50%;
  stroke: #fff;
}

.mobile-nav__link--add path[stroke="currentColor"] {
  stroke: #fff;
}

.mobile-show {
  display: none;
}

.tabs {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
}

.tabs__item {
  white-space: nowrap;
  min-width: auto;
}

.popup {
  background: rgba(38, 38, 51, 0.5);
  position: fixed;
  z-index: 12;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

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

.popup.active .popup__inner {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.popup .top {
  position: relative;
  padding-left: 25px;
}

.popup .top .back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.popup .top h3 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.popup p {
  font-size: 14px;
  margin-top: 8px;
}

.popup:has(.popup__white) {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.popup__brand {
  height: 30px;
  width: fit-content;
  object-fit: contain;
  margin-bottom: 24px;
}

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

.popup__line {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}

.popup__line img {
  height: 22px;
  width: 22px;
  object-fit: contain;
}

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

.popup__places .btn {
  height: 48px;
  font-size: 15px;
}

.popup__icon {
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 2;
  background-color: #262633;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__icon img {
  height: 12px;
  width: 12px;
  object-fit: contain;
}

.popup__left {
  flex: 1;
}

.popup__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.popup__list li {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.popup__list span {
  color: #9da0a6;
}

.popup__white {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 16px;
  width: 760px;
  position: relative;
}

.popup__alert {
  border-radius: 8px;
  background: #f4f5f8;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
}

.popup__inner {
  background-color: #fff;
  padding: 24px 16px;
  transform: translateY(100%);
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #f4f5f8;
  border-radius: 16px 16px 0 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.popup__inner>h3 {
  font-weight: 600;
  font-size: 20px;
  color: #262633;
  margin-bottom: 16px;
}

.popup__inner--filter {
  overflow-y: auto;
  height: 100%;
  border-radius: 0;
}

.popup .cabinet__doc h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.popup__top {
  text-align: center;
  position: relative;
  padding-left: 15px;
  margin-bottom: 24px;
}

.popup__top h3 {
  font-weight: 600;
  font-size: 16px;
}

.popup__top .back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.popup__top .popup__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}

.popup .category__radio {
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #e0e1e3;
}

.popup__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.popup .btn {
  width: 100%;
  margin-top: 16px;
}

.sections {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sections__items {
  display: flex;
  align-items: center;
  gap: 16px;
}

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

/* .sections__item img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.sections__item span {
  font-size: 10px;
  font-weight: 600;
} */

.card-details {
  border-radius: 12px;
  padding: 10px 14px 16px 14px;
  background: #f6f7fc;
  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: 0.4fr 1fr;
  gap: 20px;
}

.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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e0e1e3;
  border-radius: 12px;
  background: #fff;
  flex-shrink: 0;
}

.back img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.review-page__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}

.review-page__head .btn {
  padding: 10px 60px;
}

.review-page__info strong {
  font-weight: 400;
}

.review-page__prices strong {
  font-weight: 700;
  font-size: 20px;
}

.review-page__line {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  gap: 4px;
}

.review-page__line del {
  color: #9da0a6;
}

.review-page__line span {
  color: #E6342A;
}

.review-page__rate {
  margin-top: 4px;
  color: #9da0a6;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-page__rate img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.review-page__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-bottom: 24px;
}

.review-page__datas {
  display: flex;
  gap: 40px;
}

.review-page__data {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-page__data strong {
  font-size: 28px;
  font-weight: 600;
}

.review-page__data span {
  font-weight: 500;
  font-size: 14px;
  color: #9da0a6;
}

.review-page__main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-page__main>img {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.review-page__right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-page__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tablet-show {
  display: none;
}

.top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.empty {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
  padding-bottom: 30px;
}

.empty img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}

.empty h3 {
  font-size: 20px;
  font-weight: 600;
}

.empty p {
  color: #9da0a6;
  margin-top: 8px;
  font-size: 14px;
}

.empty-wrap {
  border: 1px solid #e0e1e3;
  border-radius: 16px;
  padding: 50px;
}

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

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

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

.booking__buts .btn {
  margin-top: 0;
  width: 100%;
  height: 40px;
  font-size: 16px;
}

.booking__place:not(:has(span)) {
  align-items: center;
}

.booking__place:not(:has(span)) strong {
  font-size: 16px;
  font-weight: 400;
}

.booking .btn--grey {
  width: 100%;
  font-size: 16px;
}

.booking__boxes .swiper-slide {
  width: 140px;
}

.booking__confirm {
  background: #f4f5f8;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.booking__confirm img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.booking__inner {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 20px;
}

.booking__pays .swiper-slide {
  width: 240px;
}

.booking__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.booking__row strong {
  font-weight: 600;
}

.booking__row span {
  font-size: 14px;
  color: #9da0a6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.booking__bottom {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.booking__bottom .btn {
  font-size: 14px !important;
  margin-top: 0 !important;
}

.booking__place {
  display: flex;
  gap: 10px;
}

.booking__place img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.booking__place.active .booking__locate img {
  rotate: 180deg;
}

.booking__locate {
  display: flex;
  align-items: center;
  gap: 6px;
}

.booking__locate img {
  height: 18px;
  width: 18px;
  object-fit: contain;
  transition: all 0.2s linear;
}

.booking__location {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.booking__location strong {
  font-weight: 500;
}

.booking__location span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.booking__pay {
  height: 75px;
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  gap: 18px;
  cursor: pointer;
  overflow: hidden;
}

.booking__pay:has(input:checked) {
  border-color: #262633;
}

.booking__pay input {
  display: none;
}

.booking__pay img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.booking__policy {
  font-size: 10px;
  text-align: center;
  color: #9da0a6;
  margin-top: 12px;
}

.booking__policy a {
  color: #e6342a;
}

.booking__box {
  border-radius: 12px;
  background: #f4f5f8;
  padding: 12px;
}

.booking__box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.booking__box h3 span {
  color: #e6342a;
  font-size: 14px;
  font-weight: 500;
}

.booking__box .btn {
  width: 100%;
  margin-top: 14px;
  height: 48px;
  font-size: 16px;
}

.booking__items {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

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

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

.booking__view {
  display: flex;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
}

.booking__view>img {
  height: 80px;
  width: 80px;
  border-radius: 8px;
  object-fit: cover;
}

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

.booking__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

.booking__line span {
  color: #9da0a6;
}

.booking__end {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e1e3;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.booking__all {
  font-size: 16px;
}

.booking__pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.booking__pricing h3 {
  margin-bottom: 8px;
}

.booking__pricing span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.booking__seller {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.booking__seller img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.booking__info h3 {
  margin-bottom: 4px;
}

.booking__info span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.booking__item {
  flex-shrink: 0;
  height: 80px;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #e0e1e3;
  cursor: pointer;
}

.booking__item:has(input:checked) {
  border-color: #262633;
}

.booking__item input {
  display: none;
}

.booking__item img {
  height: 20px;
  width: fit-content;
  object-fit: contain;
}

.booking__item span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.mt {
  margin-top: 16px;
}

.mobile-show {
  display: none;
}

.cat {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
}

.cat .swiper-slide {
  width: 220px;
  margin-right: 20px;
}

.cat__item {
  padding: 10px 12px;
  padding-bottom: 180px;
  position: relative;
  background: #f4f5f8;
  border-radius: 8px;
  min-height: 180px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.cat__item img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  object-position: bottom;
  height: 160px;
  width: 100%;
}

.favs__inner {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 20px;
}

.favs__cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.favs__list {
  background: #f4f5f8;
  border-radius: 16px;
  overflow: hidden;
}

.favs__list a {
  padding: 16px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s;
  width: 100%;
}

.favs__list a:not(.active):hover {
  color: #e6342a;
}

.favs__list a.active {
  background-color: #e6342a;
  color: #fff;
}

.favs__others {
  border-top: 1px solid #f4f5f8;
  padding-top: 24px;
}

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

.favs .card-seller__item img {
  width: 100%;
  height: 200px;
}

.top--center {
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
}

.top--center .back {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top--center h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  flex: 1;
}

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

.selling {
  margin-top: 12px;
}

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

.selling__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  background: #f4f5f8;
  border-radius: 12px;
  padding: 8px;
}

.selling__item img {
  height: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.selling__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.selling__info strong {
  font-size: 12px;
  font-weight: 500;
}

.selling__info span {
  font-size: 12px;
  font-weight: 500;
  color: #9da0a6;
}

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

.cabinet__main:has(.chat-modal) {
  position: relative;
}

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

.cabinet .cards__image {
  height: 150px;
}

.cabinet__inner:has(.chat-modal) {
  position: relative;
}

.chat-modal {
  position: absolute;
  inset: 0;
  z-index: 12;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.chat-modal.active {
  visibility: visible;
  opacity: 1;
}

.chat-modal .top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.chat-modal .top .title {
  margin-bottom: 0;
}

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

.chat__main {
  flex: 1;
  height: 100%;
  overflow-y: auto;
}

.chat__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.chat .cabinet-chat__item:hover {
  background-color: transparent;
}

.chat__trigger {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f4f5f8;
  padding: 4px;
  transition: all 0.2s;
}

.chat__trigger:hover {
  background-color: #e6e6e6;
}

.chat__config {
  position: relative;
}

.chat__dropdown {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #f4f5f8;
  background: #fff;
  border-radius: 8px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  width: 190px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  z-index: 3;
}

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

.chat__messages {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 62vh;
  overflow-y: auto;
  padding-right: 15px;
}

.chat__wrap {
  position: relative;
}

.chat__wrap:has(.chat__message--right) .chat__acts {
  left: unset;
  right: 0;
}

.chat__acts {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #f4f5f8;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  z-index: 2;
  left: 0;
  gap: 16px;
  font-size: 14px;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

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

.chat__act {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s;
}

.chat__act:hover {
  color: #e6342a;
}

.chat__act img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.chat__liner {
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid #e0e1e3;
  font-size: 14px;
  margin-left: 60px;
  display: none;
}

.chat__liner img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

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

.chat__liner.active {
  display: flex;
}

.chat__message {
  background: #f4f5f8;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  width: fit-content;
}

.chat__message--right {
  background: #e0e1e3;
  margin-left: auto;
}

.chat__new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.chat__new::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e6342a;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
}

.chat__new span {
  font-size: 14px;
  background-color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #e6342a;
  padding: 20px;
}

.chat__bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
}

.chat__send img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.chat__input {
  background: #f4f5f8;
}

.chat__lefts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.chat__rights {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.chat__time {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.chat__upload input {
  display: none;
}

.chat__upload img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}

.chat__droplink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f4f5f8;
}

.chat__droplink:last-child {
  border-bottom: none;
}

.chat__droplink img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.chat__droplink:hover {
  font-weight: 500;
}

.chat__droplink.red {
  color: #e6342a;
}

.chat__main {
  padding-top: 40px;
}

.chat__left {
  display: flex;
  align-items: center;
  gap: 4px;
}

.chat-mob {
  align-items: center;
  gap: 12px;
  grid-column-start: span 2;
  display: none;
}

.chat-mob>img {
  height: 60px;
  width: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.chat-mob__name {
  font-size: 12px;
  font-weight: 500;
}

.chat-mob__line {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}

.chat-mob__line strong {
  font-weight: 700;
}

.chat-mob__line span {
  color: #9da0a6;
  position: relative;
}

.chat-mob__line span::before {
  content: "•  ";
}

.chat-modal__name {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

.chat-modal__name img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.rate {
  background: #FFF7E6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  color: #fa0;
  gap: 5px;
}

.rate img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

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

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

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

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

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

.orders__content {
  flex: 1;
}

.orders__btn {
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  background-color: #9da0a6;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.orders__btn img {
  height: 10px;
  width: 10px;
  object-fit: contain;
}

.orders__btn.blue {
  background-color: #e6342a;
}

.orders__btn.red {
  background-color: #fff;
  color: #e6342a;
}

.orders__btn.white {
  background-color: #fff;
  color: #262633;
}

.orders__btn.green {
  background-color: #25BE4E;
}

.orders__name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

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

.orders__top strong {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.orders__top span {
  font-weight: 700;
  color: #9da0a6;
  flex-shrink: 0;
}

.orders__line {
  padding: 12px;
  border-radius: 8px;
  background: #f4f5f8;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.orders__line>img {
  height: 80px;
  width: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.top--show {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.top--show .title {
  margin-bottom: 0;
}

.booking-location {
  background-color: #fff;
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  padding: 12px 16px;
  display: none;
}

.booking-location.active {
  display: block;
}

.booking-location__items {
  display: flex;
  flex-direction: column;
}

.booking-location__bottom {
  margin-top: 24px;
}

.booking-location__bottom span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
  margin-bottom: 4px;
}

.booking-location__note {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 12px;
  background-color: #e0e1e3;
  padding: 4px 6px;
  border-radius: 6px;
  transform: translateY(100%);
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.booking-location__note.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.booking-location__blue {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  gap: 8px;
}

.booking-location__blue strong {
  color: #e6342a;
  font-weight: 600;
  font-size: 20px;
}

.booking-location__copy img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.booking-location__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-left: 32px;
  position: relative;
  padding-bottom: 12px;
}

.booking-location__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #e6342a;
  border-radius: 50%;
  z-index: 2;
}

.booking-location__item:last-child::after {
  display: none;
}

.booking-location__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: 2px;
  background-color: #e6342a;
  z-index: 1;
}

.booking-location__item strong {
  font-weight: 400;
  font-size: 16px;
}

.booking-location__item span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.cabinet .booking {
  width: 100%;
}

.cabinet .booking__inner {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
}

.booking-map {
  position: relative;
  margin-bottom: 16px;
}

.booking-map__layout {
  height: 300px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.booking-map__mark {
  bottom: 8px;
  left: 8px;
  right: 8px;
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #f4f5f8;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
}

.booking-map__mark>img {
  height: 30px;
  object-fit: contain;
}

.booking-map__times {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.booking-map__time {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.booking-map__time span {
  color: #9da0a6;
}

.booking-review {
  border-radius: 8px;
  padding: 12px 16px;
  background: #f4f5f8;
}

.booking-review__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.booking-review__top span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.booking-review__details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #9da0a6;
}

.booking-review__text {
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.booking-review__acts {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}

.booking-review__act {
  display: flex;
  align-items: center;
  gap: 4px;
}

.booking-review__act img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.booking-review__act span {
  color: #e6342a;
}

.booking-review__act.inactive {
  opacity: 0.5;
}

.booking-review .btn {
  width: 100%;
  font-size: 16px;
}

.booking-review__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.booking-review__stars img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.bookingShow {
  cursor: pointer;
}

.review-modal {
  background-color: rgba(38, 38, 51, 0.5);
  position: fixed;
  inset: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.review-modal.active {
  visibility: visible;
  opacity: 1;
}

.review-modal__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e0e1e3;
}

.review-modal__head>img {
  height: 60px;
  width: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.review-modal__head h3 {
  font-size: 16px;
  font-weight: 400;
}

.review-modal__head span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.review-modal__rates {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  text-align: center;
  gap: 16px;
}

.review-modal__input {
  margin-top: 16px;
  background: #f4f5f8;
}

.review-modal__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.review-modal__stars img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.review-modal__stars strong {
  font-size: 14px;
  font-weight: 700;
}

.review-modal__wrap>img {
  height: 120px;
  width: 120px;
  border-radius: 8px;
  object-fit: cover;
}

.review-modal__upload>img {
  height: 120px;
  width: 120px;
  border-radius: 8px;
  object-fit: cover;
}

.review-modal__upload input {
  display: none;
}

.review-modal__inner {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  width: 500px;
  max-height: 95%;
  overflow-y: auto;
}

.review-modal__wrap {
  position: relative;
  height: 120px;
}

.review-modal__remove {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #ffeceb;
  border-radius: 4px;
  padding: 4px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-modal__remove img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.review-modal__images {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
}

.review-modal__btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.review-modal__btns .btn {
  flex: 1;
  height: 48px;
  font-size: 16px;
}

.modals {
  background-color: rgba(38, 38, 51, 0.5);
  position: fixed;
  inset: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.modals.active {
  visibility: visible;
  opacity: 1;
}

.modals__inner {
  background-color: #fff;
  width: 600px;
  border-radius: 16px;
  padding: 24px 16px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.modals__inner::-webkit-scrollbar {
  background-color: rgba(157, 160, 166, 0.1);
  width: 5px;
}

.modals__inner::-webkit-scrollbar-thumb {
  background-color: rgba(157, 160, 166, 0.8);
  border-radius: 2px;
}

.modals__inner:has(.modals__top) {
  max-height: 98%;
  overflow-y: auto;
}

.modals__bottom .booking-review {
  margin-top: 12px;
}

.modals__search {
  background: #f4f5f8;
  height: 40px;
}

.modals__cities {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 12px;
}

.modals__cities::-webkit-scrollbar {
  background-color: rgba(157, 160, 166, 0.1);
  width: 5px;
}

.modals__cities::-webkit-scrollbar-thumb {
  background-color: rgba(157, 160, 166, 0.8);
  border-radius: 2px;
}

.modals__city {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  border-bottom: 1px solid #e0e1e3;
}

.modals__btns {
  display: flex;
  gap: 8px;
}

.modals__main {
  flex: 1;
}

.modals .booking__place strong {
  font-weight: 600;
}

.modals .booking__places {
  margin-top: 24px;
}

.modals .booking__places>img {
  margin-bottom: 12px;
  height: 30px;
  align-self: start;
}

.modals__main .booking__place strong {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.modals__detail {
  display: flex;
  justify-content: space-between;
}

.modals__right {
  width: 100%;
}

.modals__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}

.modals__product {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.modals__product>img {
  height: 60px;
  width: 60px;
  border-radius: 8px;
  object-fit: contain;
}

.modals__product h3 {
  font-size: 12px;
  font-weight: 500;
}

.modals__product span {
  font-size: 10px;
  margin-top: 4px;
  color: #9da0a6;
  font-weight: 600;
}

.modals__details {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f4f5f8;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modals__details:first-of-type {
  padding-top: 0;
  border: none;
  margin-top: 0;
}

.modals__details strong {
  font-weight: 400 !important;
  font-size: 14px;
}

.modals__details span {
  font-size: 14px;
  color: #9da0a6;
}

.modals__details h4 {
  font-size: 20px;
  font-weight: 700;
}

.modals .booking-map__layout {
  height: 100%;
  width: 115%;
  margin-left: -20px;
  border-radius: 0;
  flex: 1;
}

.modals__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.modals__top h3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.modals__top .back,
.modals__top .modals__copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.modals__top .back {
  left: 0;
}

.modals__top .modals__copy {
  right: 0;
}

.modals .booking-map__times {
  width: 100%;
}

.modals .btn {
  width: 100%;
  margin-top: 12px;
}

.modals .booking-location {
  padding: 0;
  display: block;
  border: none;
}

.orders-wait,
.orders-modal {
  background-color: rgba(38, 38, 51, 0.5);
  position: fixed;
  inset: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.orders-wait.active,
.orders-modal.active {
  visibility: visible;
  opacity: 1;
}

.orders-wait__btns,
.orders-modal__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.orders-wait__btns .btn,
.orders-modal__btns .btn {
  flex: 1;
  font-size: 14px;
}

.orders-wait h3,
.orders-modal h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.orders-wait__inner,
.orders-modal__inner {
  width: 500px;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
}

.orders-wait__head,
.orders-modal__head {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e1e3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
}

.orders-wait__head>img,
.orders-modal__head>img {
  height: 60px;
  width: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.orders-wait__info,
.orders-modal__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.orders-wait__info strong,
.orders-modal__info strong {
  font-size: 16px;
  font-weight: 400;
}

.orders-wait__info span,
.orders-modal__info span {
  color: #9da0a6;
  font-size: 14px;
  font-weight: 500;
}

.orders-wait .btn,
.orders-modal .btn {
  width: 100%;
  height: 48px;
  font-size: 16px;
  margin-top: 16px;
}

.orders-wait__text,
.orders-modal__text {
  margin-top: 16px;
}

.orders-wait__text strong,
.orders-modal__text strong {
  font-weight: 700;
}

.confirm {
  position: fixed;
  bottom: 40px;
  border: 1px solid #25be4e;
  border-radius: 12px;
  padding: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #f3fff6;
  z-index: 12;
  font-size: 14px;
  display: flex;
  gap: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.confirm.active {
  visibility: visible;
  opacity: 1;
}

.confirm img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.custom-select.open {
  z-index: 5;
}

.custom-select.open .custom-select__list {
  z-index: 6;
}

.payment-add {
  background-color: rgba(38, 38, 51, 0.5);
  position: fixed;
  inset: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.payment-add.active {
  visibility: visible;
  opacity: 1;
}

.payment-add__content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
}

.payment-add__tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payment-add__tab {
  border-radius: 8px;
  padding: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e0e1e3;
}

.payment-add__tab.active {
  background: #f4f5f8;
}

.payment-add__tab img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.payment-add__whole {
  flex: 1;
}

.payment-add__upload {
  text-align: center;
  border-radius: 8px;
  background: #f4f5f8;
  padding: 16px 12px;
}

.payment-add__upload input {
  display: none;
}

.payment-add__upload h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}

.payment-add__upload p {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.payment-add__upload>img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.payment-add__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin-top: 12px;
}

.payment-add__bottom .btn {
  height: 48px;
  font-size: 16px;
  padding: 10px 40px;
}

.payment-add .custom-select.open {
  z-index: 5;
}

.payment-add .custom-select.open .custom-select__list {
  z-index: 6;
}

.payment-add .custom-select__current {
  height: 48px;
  border-radius: 8px !important;
}

.payment-add .custom-select__list {
  top: 55px;
  border: 1px solid #e0e1e3;
  border-radius: 8px !important;
  max-height: 280px;
  overflow-y: auto;
}

.payment-add__lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payment-add__lines input {
  height: 48px;
  width: 100%;
  background: #f4f5f8;
}

.payment-add__minis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 50%;
}

.payment-add__data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.payment-add__data span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.payment-add__data strong {
  font-size: 20px;
  font-weight: 600;
}

.payment-add__main {
  display: flex;
  flex-direction: column;
}

.payment-add__inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  width: 760px;
  position: relative;
  z-index: 1;
}

.payment-add__inner h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}

.payment-add__wrap {
  display: none;
}

.payment-add__wrap.active {
  display: block;
}

.payment-plus {
  background-color: rgba(38, 38, 51, 0.5);
  position: fixed;
  inset: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.payment-plus.active {
  visibility: visible;
  opacity: 1;
}

.payment-plus__inner {
  width: 500px;
  border-radius: 8px;
  background-color: #fff;
  padding: 24px;
}

.payment-plus .payment-add__minis {
  width: 100%;
}

.payment-plus .payment-add__minis input {
  background-color: #f4f5f8;
}

.payment-plus__wrap {
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
}

.payment-plus__wrap img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.payment-plus__form {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.payment-plus__btns {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.payment-plus__btns .btn {
  flex: 1;
  height: 48px;
  font-size: 16px;
}

.input-wrap {
  position: relative;
}

.input-wrap input {
  background: #f4f5f8;
  padding-right: 30px;
}

.input-wrap__clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  height: 16px;
  width: 16px;
}

.input-wrap__clear img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.payment {
  display: block;
}

.payment__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.payment__item {
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
}

.payment__item>img {
  height: 45px;
  width: 45px;
  object-fit: contain;
  font-style: 0;
}

.payment__info strong {
  font-weight: 600;
  font-size: 16px;
}

.payment__info span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 180px;
}

.settings__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.settings__view {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}

.settings__view input {
  display: none;
}

.settings__btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.settings__btns .btn {
  margin-top: 0;
  height: 48px;
  padding: 10px 30px;
}

.settings__trigger {
  position: absolute;
  bottom: 0;
  height: 40px;
  height: 40px;
  object-fit: contain;
  right: 0;
}

.settings__trigger--left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f5f8;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings__views {
  display: flex;
  justify-content: space-between;
}

.settings__upload {
  position: relative;
  display: inline-block;
}

.settings__avi {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.settings__label {
  color: #9da0a6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

.settings .input-wrap input {
  height: 48px;
}

.settings .custom-select__current {
  height: 48px;
}

.card-seller__four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.cabinet .head {
  margin-bottom: 20px;
}

.table__rows {
  display: flex;
}

.table__left {
  display: grid;
  gap: 8px;
  width: 90px;
  margin-right: 20px;
}

.table__left .table__naming {
  display: flex;
  align-items: center;
}

.table__naming {
  font-size: 14px;
  font-weight: 500;
}

.table__wrap {
  position: relative;
}

.table__wrap span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 14px;
  color: #9da0a6;
}

.table__row {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #e0e1e3;
  display: grid;
  gap: 8px;
}

.table__row:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.table__row .table__naming {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.table__row input {
  background: #f4f5f8;
  height: 48px;
  padding-right: 35px;
  text-align: right;
}

.head {
  align-items: end;
}

.head .title {
  margin-bottom: 0;
}

.head__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.head .btn {
  font-size: 16px;
  height: 48px;
  padding: 10px 26px;
}

.cabinet .title:has(span) {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.cabinet .title span {
  font-size: 14px;
  font-weight: 500;
  color: #9da0a6;
}

.publish__cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.publish__select {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 20px;
}

.publish__select .publish__wrap {
  width: 310px;
}

.publish__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.publish__map {
  height: 380px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.publish__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.publish__bottom .btn {
  padding: 10px 25px;
  margin-top: 0;
}

.publish__location {
  display: flex;
  align-items: center;
  gap: 12px;
}

.publish__location img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.publish__item {
  padding: 14px;
  padding-right: 30px;
  display: flex;
  position: relative;
  border-radius: 12px;
  margin-bottom: 6px;
  cursor: pointer;
}

.publish__item:last-child {
  margin-bottom: 0;
}

.publish__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  height: 10px;
  width: 10px;
  background-image: url("../images/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}

.publish__item input {
  display: none;
}

.publish__item:has(input:checked),
.publish__item:hover {
  background: #f4f5f8;
}

.publish__item:has(input:checked)::after,
.publish__item:hover::after {
  opacity: 1;
}

.publish__col:has(input:checked) .publish__second {
  display: block;
}

.publish__add {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 20px;
}

.publish__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: 100%;
}

.publish__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.publish__addtag {
  height: 32px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #f4f5f8;
  border-radius: 8px;
  transition: all 0.2s;
}

.publish__addtag:hover {
  background-color: #262633;
  color: #fff;
}

.publish__tag {
  height: 32px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #f4f5f8;
  border-radius: 8px;
  transition: all 0.2s;
}

.publish__tag img {
  height: 8px;
  width: 8px;
  object-fit: contain;
  cursor: pointer;
  display: none;
}

.publish__tag.shows img {
  display: block;
}

.publish__tag.active {
  background-color: #262633;
  color: #fff;
}

.publish__tags {
  margin-bottom: 24px;
}

.publish__holders {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.publish__holder>label {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}

.publish__holder input[type=text],
.publish__holder input[type=number],
.publish__holder input[type=tel],
.publish__holder input[type=email],
.publish__holder input[type=date],
.publish__holder input[type=password],
.publish__holder input[type=search],
.publish__holder input[type=url],
.publish__holder select {
  height: 48px;
}

.publish__holder .custom-select__current {
  height: 48px;
}

.publish__holder .custom-select__list {
  top: 45px;
}

.publish__three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.publish .btn {
  height: 48px;
  padding: 10px 25px;
}

.publish textarea {
  background: #f4f5f8;
}

.publish__buts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.publish__buts:has(input) {
  margin-top: 0;
}

.publish__but {
  height: 48px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: #f4f5f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publish__but:has(input:checked) {
  color: #fff;
  background-color: #262633;
}

.publish__but:has(input) {
  cursor: pointer;
}

.publish__but input {
  display: none;
}

.publish__load {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.publish__load input {
  display: none;
}

.publish__load img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publish__hold {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.publish__hold .delete-btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.publish__medias {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.publish__more {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.publish__more span {
  color: #9da0a6;
}

.publish__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.delete-btn {
  background: #ffeceb;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  transition: all 0.2s;
}

.delete-btn:hover {
  background-color: #E6342A;
}

body:has(.steps) {
  overflow-y: hidden;
}

.chat__left {
  position: relative;
}

.steps {
  position: fixed;
  z-index: 15;
  inset: 0;
  background-color: #fff;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.steps__main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.steps__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e0e1e3;
}

.steps__rows:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.steps__threes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.steps__top {
  margin-bottom: 24px;
}

.steps__height {
  min-height: 48px;
  background: #f4f5f8;
  padding: 12px;
}

.steps .table__wrap input {
  background: #f4f5f8;
}

.steps__stage:has(.steps__height) .btn {
  width: 100%;
  margin-top: 8px;
}

.steps__twos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.steps__twos .publish__hold,
.steps__twos .publish__load {
  width: 100% !important;
  height: 165px !important;
}

.steps__warn {
  margin-top: 16px;
  font-size: 12px;
  color: #9da0a6;
  text-align: center;
}

.steps__whole>h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.steps__stage>h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}

.steps__stage {
  display: none;
  flex-direction: column;
  flex: 1;
}

.steps__stage.active {
  display: flex;
}

.steps__hidden {
  display: none;
}

.steps__cats {
  display: flex;
  flex-direction: column;
}

.steps .header-search__boxes {
  margin-bottom: 16px;
}

.steps__cat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #e0e1e3;
  position: relative;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 500;
}

.steps__cat::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 10px;
  width: 10px;
  background-image: url("../images/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/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.steps__radio:has(span) {
  padding: 8px 0;
  padding-right: 30px;
}

.steps__lines {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.steps__search {
  position: relative;
}

.steps__search input {
  background: #f4f5f8;
  padding-right: 30px;
}

.steps__search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  height: 10px;
  width: 10px;
  object-fit: contain;
}

.steps__line {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.steps__line label {
  color: #9da0a6;
  font-size: 12px;
  font-weight: 500;
}

.steps__line .custom-select__current {
  height: 48px;
}

.steps__line .custom-select__list {
  top: 45px;
  border: 1px solid #e0e1e3;
}

.steps__datas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.steps__datas strong {
  font-size: 14px;
  font-weight: 400;
}

.steps__datas span {
  font-size: 12px;
  font-weight: 500;
  color: #9da0a6;
}

.steps__whole {
  flex: 1;
}

.steps__whole input[type=text],
.steps__whole input[type=number],
.steps__whole input[type=tel],
.steps__whole input[type=email],
.steps__whole input[type=date],
.steps__whole input[type=password],
.steps__whole input[type=search],
.steps__whole input[type=url],
.steps__whole select {
  height: 48px;
}

.steps .custom-select {
  position: relative;
}

.steps .custom-select.open {
  z-index: 15;
}

.steps__option {
  display: none;
}

.steps__option.active {
  display: block;
}

.steps__rows .btn--grey {
  width: 100%;
}

.steps__stage:has(.steps__acts) {
  padding-bottom: 90px;
}

.steps__bottom {
  margin-top: 24px;
}

.steps__bottom .btn {
  width: 100%;
  height: 40px;
}

.steps__bottom:has(.steps__acts) {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: #fff;
  padding: 24px 12px;
  box-shadow: 0 0 10px rgba(157, 160, 166, 0.2);
}

.steps__acts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}

.steps__acts .btn {
  margin-top: 0 !important;
}

.steps__acts .delete-btn {
  height: 40px;
  width: 40px;
}



body:has(.login) {
  padding-bottom: 0;
}

.login {
  background-image: url("../images/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 {
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #e0e1e3;
}

.login__btns .btn {
  width: 100%;
  height: 48px;
  font-size: 16px;
}

.login__reg {
  color: #e6342a;
  font-size: 14px;
  text-align: center;
  width: fit-content;
  margin: auto;
}

.login__reg:hover {
  text-decoration: underline;
}

.login__img {
  height: 100px;
  width: fit-content;
  object-fit: contain;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  display: none;
}

.login .custom-select__current {
  height: 48px;
}

.login .custom-select__list {
  top: 50px;
  overflow: hidden;
}

.login .steps__search {
  width: 100%;
}

.login .back {
  margin-bottom: 16px;
  display: none;
}

.login__text {
  font-size: 14px;
  margin-bottom: 24px;
}

.login__text a {
  color: #e6342a;
}

.login__text a:hover {
  text-decoration: underline;
}

.booking-contact h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.booking-contact__boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.booking-contact__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.booking-contact__box input {
  background: #f4f5f8;
}

.booking-contact__box label {
  font-weight: 500;
  font-size: 12px;
  color: #9da0a6;
}

@media (max-width: 1600px) {
  .cards__blue {
    display: none;
  }

  .cards__line {
    display: block;
  }

  .cards__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1160px;
  }

  .cabinet .card-seller__items {
    display: grid;
    gap: 16px 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .card__view {
    grid-template-columns: 1fr;
  }

  .card__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card__inner {
    grid-template-columns: 1fr 0.4fr;
  }

  .card-vertical__minis {
    display: none;
  }

  .cards__six {
    grid-template-columns: repeat(4, 1fr);
  }

  .mobile-nav {
    display: block;
  }

  .cards__five {
    grid-template-columns: repeat(4, 1fr);
  }

  .category__inner {
    display: block;
  }

  .category__aside {
    display: none;
  }

  .banner__img {
    height: 220px;
  }

  .banner__text {
    max-height: 150px;
  }

  .banner__inner {
    padding: 10px 250px;
  }

  .header__inner {
    gap: 16px;
  }

  .header__items {
    display: none;
  }

  .cards__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .category__top {
    display: none;
  }

  .category .tabs {
    display: flex;
  }

  .category__mobile {
    display: flex;
    margin-bottom: 16px;
  }

  .category__three {
    grid-template-columns: repeat(1, 1fr);
  }

  .category__search-img {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }

  .publish__select {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .publish__select .publish__wrap {
    width: 100%;
  }

  .publish__item {
    padding: 12px 10px;
    font-size: 14px;
    border-radius: 10px;
  }

  .publish__map {
    height: 250px;
  }

  .publish__location {
    font-size: 14px;
  }

  .publish__location img {
    height: 30px;
    width: 30px;
  }

  .publish__bottom {
    display: grid;
  }

  .publish__bottom .btn {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: unset;
    margin: 0 20px;
  }

  .cabinet__main:has(.table) {
    overflow: hidden;
  }

  .head .btn {
    font-size: 14px;
    height: 40px;
    padding: 10px 22px;
  }

  .cabinet__main:has(.table) .head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cabinet__main:has(.table) .head .title {
    margin-bottom: 0;
  }

  .cabinet__main:has(.table) .head .btn {
    margin-top: 0;
  }

  .table__rows {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .table__row {
    width: 150px;
    flex-shrink: 0;
  }

  .settings__items {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .settings__btns {
    flex-direction: column;
  }

  .settings__btns .btn {
    width: 100%;
  }

  .settings__label {
    font-size: 12px;
  }

  .settings__view {
    margin: auto;
    display: block;
    width: fit-content;
    margin-bottom: 32px;
  }

  .cabinet__inner {
    gap: 20px;
    grid-template-columns: 200px 1fr;
  }

  .cabinet .booking__inner {
    grid-template-columns: 1fr;
  }

  .cards__four {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .popup__white {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }

  .popup__icon {
    right: 15px;
    top: 15px;
  }

  .popup__map {
    height: 40vh;
  }

  .cards__six {
    grid-template-columns: repeat(3, 1fr);
  }

  .tablet-show {
    display: block;
  }

  .tablet-hide {
    display: none;
  }

  .mobile-more .seller__other {
    display: block;
    margin-top: 24px;
  }

  .mobile-more .seller__other h4 {
    margin-top: 24px;
  }

  .mobile-more .seller__socials {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
  }

  .mobile-more .seller__social {
    flex-shrink: 0;
  }

  .mobile-more .seller__social img {
    height: 48px;
    width: 48px;
  }

  .seller .btn {
    width: 100%;
    margin-top: 16px;
  }

  .seller__image {
    border-radius: 8px;
    object-fit: cover;
    margin-top: 16px;
    width: 100%;
  }

  .seller__other {
    display: none;
  }

  .seller__info {
    flex: 1;
  }

  .seller__img {
    height: 75px;
    width: 75px;
    object-fit: contain;
  }

  .seller__details {
    flex: 1;
  }

  .seller__main>.seller__about {
    display: none;
  }

  .seller__info .seller__datas {
    display: none;
  }

  .seller__inner {
    grid-template-columns: 1fr;
  }

  .seller__other {
    text-align: left;
  }

  .seller__links {
    align-items: flex-start;
  }

  .seller__socials {
    justify-content: flex-start;
  }

  .cards__five {
    gap: 24px 4px;
    grid-template-columns: repeat(3, 1fr);
  }

  .review-page__head {
    display: grid;
    margin-bottom: 24px;
  }

  .review-page__row {
    grid-template-columns: 1fr;
  }

  .review-page__datas {
    gap: 20px;
  }

  .review-page__data strong {
    font-size: 20px;
  }

  .review-page__data span {
    font-size: 12px;
  }

  .header__catbtn {
    display: none;
  }

  .banner__inner {
    padding: 10px 200px;
    min-height: 300px;
  }

  .banner__img {
    height: 180px;
  }

  .card__inner {
    grid-template-columns: 1fr;
  }

  .booking__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .favs__cats {
    grid-template-columns: repeat(2, 1fr);
  }

  .favs__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabinet__docs {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabinet__search {
    display: block;
  }

  .payment__inner {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .card-seller__four {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  .publish__add {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    margin: 0;
  }

  .booking-contact__boxes {
    grid-template-columns: 1fr;
  }

  .login {
    display: flex;
    align-items: unset;
    flex-direction: column;
    overflow-y: auto;
  }

  .login .container {
    margin: 0;
    padding: 0;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .login .back {
    display: block;
  }

  .login__img {
    display: block;
  }

  .login__title {
    font-size: 24px;
  }

  .login__inner {
    flex: 1;
    border-radius: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 12px;
  }

  .publish__but {
    font-size: 12px;
    height: 32px;
  }

  .publish__buts {
    margin-top: 16px;
  }

  .publish__tags,
  .publish__buts {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }

  .publish__addtag,
  .publish__tag,
  .publish__but {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .steps__whole {
    width: auto;
    overflow: hidden;
  }

  .steps__threes {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }

  .steps .publish__load,
  .steps .publish__hold {
    width: 120px;
    flex-shrink: 0;
    white-space: nowrap;
    height: 120px;
  }

  .header-media {
    top: 50px;
  }

  .header-media h3 {
    font-size: 14px;
  }

  .header-media__icon {
    height: 60px;
    width: 60px;
  }

  .header-media .btn {
    font-size: 12px;
    height: 35px !important;
  }

  .popup__white:has(.map) {
    border-radius: 0;
  }

  .modals__btns {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .modals__btns .btn {
    margin-top: 0;
  }

  .modals p {
    font-size: 14px;
  }

  .cabinet .top {
    margin-bottom: 24px;
    padding-left: 10px;
  }

  .cabinet .top .title {
    margin-bottom: 0;
  }

  .cabinet .top--show {
    padding-left: 20px;
  }

  .cabinet .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .modals {
    align-items: flex-end;
  }

  .modals__inner {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }

  .modals__inner:has(.modals__top) {
    height: 100%;
    max-height: unset;
    border-radius: 0;
  }

  .modals__title {
    font-size: 22px;
  }

  .confirm {
    transform: unset;
    bottom: unset;
    top: 10px;
    left: 40px;
    right: 40px;
    font-size: 12px;
  }

  .table__naming {
    font-size: 12px;
  }

  .table__wrap span {
    right: 12px;
    font-size: 12px;
  }

  .table__wrap input {
    height: 40px;
    padding-left: 10px;
    padding-right: 25px;
  }

  .table__row {
    width: 120px;
  }

  .orders-wait {
    align-items: flex-end;
  }

  .orders-wait__inner {
    border-radius: 8px 8px 0 0;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
    padding: 24px 12px;
  }

  .orders-wait .btn {
    font-size: 12px;
  }

  .card-review__answer input,
  .card-review__answer button img {
    height: 40px;
  }

  .card-review__text {
    font-size: 14px;
  }

  .card-review__left span {
    font-size: 12px;
  }

  .publish__cats {
    grid-template-columns: 1fr;
  }

  .publish__bottom {
    display: flex;
    flex-direction: column;
  }

  .publish__bottom .btn {
    width: 100%;
  }

  body:has(.bottom) {
    padding-bottom: 185px;
    position: relative;
  }

  .settings__avi {
    height: 100px;
    width: 100px;
  }

  .payment-plus {
    align-items: flex-end;
  }

  .payment-plus__inner {
    border-radius: 8px 8px 0 0;
    padding: 24px 12px 100px;
  }

  .payment-plus__wrap {
    gap: 12px;
  }

  .payment-plus__wrap img {
    width: 30px;
    height: 30px;
  }

  .payment-plus__btns .btn {
    height: 40px;
    font-size: 14px;
  }

  .bottom {
    position: absolute;
    bottom: 130px;
    left: 16px;
    right: 16px;
  }

  .bottom {
    border-top: 1px solid #f4f5f8;
    padding-top: 16px;
    margin-top: 16px;
  }

  .bottom .btn {
    width: 100%;
    height: 48px;
    margin-top: 0;
  }

  .payment {
    flex: 1;
  }

  .payment__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .payment__item {
    border: none;
    border-radius: 0;
    padding: 16px 12px;
    border-bottom: 1px solid #e0e1e3;
    gap: 12px;
  }

  .payment__item>img {
    height: 24px;
    width: 24px;
  }

  .payment__info span {
    margin-top: 0;
    color: #262633;
  }

  .payment__info strong {
    display: none;
  }

  .payment__item.paymentTrigger {
    display: none;
  }

  .cabinet .card-seller__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 4px;
  }

  .cabinet .card-seller__item p {
    font-size: 12px;
  }

  .cabinet .card-seller__item img {
    height: 160px;
  }

  .cabinet .card-seller__item h3 {
    font-size: 14px;
  }

  .modals__inner {
    padding: 24px 12px;
  }

  .modals__bottom {
    margin-top: 12px;
  }

  .modals .booking-review {
    padding: 8px;
  }

  .modals .booking-review__details,
  .modals .booking-review__top {
    gap: 6px;
  }

  .modals .booking-review__details span,
  .modals .booking-review__top span {
    font-size: 12px;
  }

  .modals .booking-review__text {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .modals .booking-review .btn {
    font-size: 14px;
  }

  .modals .booking-review__act {
    font-size: 12px;
  }

  .modals .booking-review__act img {
    height: 16px;
    width: 16px;
  }

  .review-modal__inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    max-height: unset;
    padding: 24px 16px;
  }

  .review-modal__stars {
    gap: 2px;
  }

  .review-modal__stars img {
    height: 14px;
    width: 14px;
  }

  .review-modal__wrap {
    height: 100px;
  }

  .review-modal__wrap>img {
    height: 100px;
  }

  .review-modal__upload>img {
    height: 100px;
  }

  .review-modal__images {
    flex-wrap: wrap;
  }

  .review-modal__btns {
    flex-direction: column;
  }

  .review-modal__btns .btn {
    width: 100%;
    font-size: 14px;
  }

  .review-modal__head h3 {
    font-size: 14px;
  }

  .review-modal__head span {
    font-size: 10px;
  }

  .orders-modal {
    align-items: flex-end;
  }

  .orders-modal__inner {
    border-radius: 16px 16px 0 0;
    padding: 24px 16px;
  }

  .orders-modal__head {
    padding-bottom: 0;
    border: none;
    border-radius: 12px;
    background: #f4f5f8;
    align-items: center;
    padding: 8px;
    gap: 10px;
  }

  .orders-modal__head>img {
    height: 45px;
    width: 45px;
  }

  .orders-modal__head strong {
    font-size: 12px;
  }

  .orders-modal__head span {
    font-size: 10px;
  }

  .orders-modal__text {
    font-size: 14px;
  }

  .orders-modal .btn {
    font-size: 14px;
    height: 40px;
  }

  .booking-location__item strong {
    font-size: 14px;
  }

  .booking-location__item span {
    font-size: 10px;
  }

  .booking-location__bottom {
    margin-top: 12px;
  }

  .booking-location__bottom span {
    font-size: 12px;
  }

  .cabinet .booking__view {
    padding: 0;
    background-color: transparent;
  }

  .cabinet .booking__view img {
    height: 60px;
    width: 60px;
  }

  .cabinet .booking__box {
    padding: 0;
    background-color: transparent;
  }

  .rate {
    font-size: 10px;
    padding: 2px 4px;
  }

  .rate img {
    height: 12px;
    width: 12px;
  }

  .orders {
    overflow: hidden;
  }

  .orders__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .orders__top span {
    display: none;
  }

  .orders__top strong {
    font-size: 12px;
  }

  .orders__tab {
    height: auto;
    font-size: 12px;
    min-width: 120px;
    flex: 1;
  }

  .orders__btn {
    font-size: 12px;
  }

  .orders__name {
    font-size: 10px;
  }

  .orders__line {
    padding: 8px;
  }

  .chat__head .mobile-show {
    width: 100%;
  }

  .chat__head:has(.chat-modal__name) {
    background: rgba(65, 175, 255, 0.1);
  }

  .chat__head:has(.chat-modal__name) .cabinet-chat__item {
    display: none !important;
  }

  .chat-modal {
    padding: 24px 16px;
  }

  .chat-modal .cabinet-chat__info>.cabinet-chat__grey {
    display: none;
  }

  .chat-modal__name {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .chat-modal .cabinet-chat__item {
    padding: 0;
  }

  .chat-modal .cabinet-chat__item:hover {
    background-color: transparent;
  }

  .chat-modal .cabinet-chat__top span {
    display: none;
  }

  .chat-modal .cabinet-chat__message {
    padding-right: 0;
  }

  .chat-modal .cabinet-chat__message img {
    display: none;
  }

  .chat-modal .cabinet-chat__message::after {
    display: none;
  }

  .cabinet:has(.chat) {
    padding-top: 0;
    min-height: 95vh;
    padding-bottom: 0;
  }

  .cabinet:has(.chat) .container {
    margin: 0;
    min-height: 95vh;
  }

  .cabinet:has(.chat) .cabinet__inner,
  .cabinet:has(.chat) .cabinet__main {
    min-height: 95vh;
  }

  .chat-mob {
    display: flex;
  }

  body:has(.chat) {
    padding-bottom: 0;
  }

  body:has(.chat) .mobile-nav {
    display: none;
  }

  .chat {
    height: 100%;
  }

  .chat__head {
    background: #f4f5f8;
    border-radius: 0 0 16px 16px;
    padding: 12px;
    align-items: center;
  }

  .chat__head .cabinet-chat__item {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .chat__head .cabinet-chat__item>img {
    display: none;
  }

  .chat__head .cabinet-chat__grey {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .chat__head .cabinet-chat__grey img:first-child {
    display: none;
  }

  .chat__head .cabinet-chat__bold {
    display: none;
  }

  .chat__head .cabinet-chat__grey {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #262633;
  }

  .chat__messages {
    padding-right: 0;
    height: 65vh;
  }

  .chat__trigger {
    padding: 0;
    height: 16px;
    background-color: transparent;
    width: 16px;
  }

  .chat__trigger:hover {
    background-color: transparent;
  }

  .chat__bottom,
  .chat__main {
    margin: 0 12px;
  }

  .chat__dropdown {
    display: none;
  }

  .chat__acts {
    padding: 10px;
  }

  .chat__bottom {
    padding-bottom: 10px;
  }

  .chat__liner {
    font-size: 12px;
    gap: 6px;
  }

  .chat__liner img {
    height: 16px;
    width: 16px;
  }

  .chat__droplink {
    font-size: 14px;
  }

  .chat__act {
    padding: 10px 0;
    font-size: 10px;
  }

  .chat__act img {
    height: 12px;
    width: 12px;
  }

  .chat__act {
    padding: 0;
  }

  .chat__main {
    padding-top: 15px;
  }

  .chat__message {
    font-size: 12px;
    padding: 6px 10px;
  }

  .chat__bottom {
    gap: 10px;
  }

  .chat__upload,
  .chat__send {
    height: 35px;
    width: 35px;
  }

  .chat__upload img,
  .chat__send img {
    height: 35px;
    width: 35px;
  }

  .chat__input {
    height: 35px !important;
    font-size: 12px !important;
    padding: 0 12px !important;
  }

  .chat__time {
    font-size: 10px;
  }

  .chat__new span {
    font-size: 12px;
    padding: 10px;
  }

  .pops {
    align-items: flex-end;
  }

  .pops-config .pops__inner {
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }

  .pops__people {
    max-height: auto;
  }

  .pops p {
    font-size: 14px;
    text-align: center;
  }

  .pops__inner {
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 12px;
  }

  .pops .cabinet-chat__item {
    padding: 12px 0;
  }

  .pops .cabinet-chat__item>img {
    height: 50px;
    width: 50px;
  }

  .pops h3 {
    text-align: center;
    font-size: 16px;
  }

  .pops__btns {
    flex-direction: column-reverse;
  }

  .pops__btns .btn {
    height: 40px;
    width: 100%;
  }

  .pops__people {
    flex: 1;
  }

  .cabinet-chat__items {
    max-height: unset;
    overflow-y: visible;
    padding-right: 0;
  }

  .cabinet-chat__bold {
    font-size: 14px;
  }

  .cabinet-chat__message {
    font-size: 14px;
  }

  .cabinet-chat__grey {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .cabinet-chat__item {
    position: relative;
    border-radius: 8px;
  }

  .cabinet-chat__item>img {
    border-radius: 8px;
  }

  .cabinet-chat__item--help {
    margin-bottom: 16px;
    background: #f4f5f8;
  }

  .cabinet-chat__item--help>img {
    height: 38px;
    width: 38px;
  }

  .cabinet-chat__item--help .cabinet-chat__top .cabinet-chat__grey {
    color: #262633;
  }

  .cabinet-chat__item--new .cabinet-chat__message::after {
    height: 14px;
    width: 14px;
  }

  .cabinet-chat__top {
    font-size: 12px;
  }

  .cabinet-chat__top .cabinet-chat__grey {
    font-size: 12px;
  }

  .cabinet-chat__top span img {
    position: absolute;
    left: 55px;
    box-shadow: 0 0 10px rgba(157, 160, 166, 0.3);
    top: 6px;
    padding: 3px;
    border-radius: 50%;
    background-color: #fff;
  }

  .cabinet__docs {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .cabinet .empty-wrap {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .empty {
    gap: 0;
  }

  .empty h3 {
    margin-top: 16px;
  }

  .empty p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
  }

  body:has(.cabinet) .header {
    display: none;
  }

  .empty-wrap {
    padding: 0;
    border: none;
  }

  .cabinet__aside {
    display: none;
    padding: 0;
  }

  .cabinet .selling {
    margin-left: 12px;
    margin-right: 12px;
  }

  .cabinet__rate {
    display: none;
  }

  .cabinet__alerts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    border-radius: unset;
    background-color: transparent;
    padding: 0;
    margin: 0 12px;
    margin-top: 16px;
  }

  .cabinet__alert {
    padding: 12px !important;
    margin-top: 0;
    gap: 4px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    border-radius: 12px;
    background: #f4f5f8;
  }

  .cabinet__link {
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
  }

  .cabinet .top {
    display: flex;
  }

  .cabinet--main {
    padding: 0;
  }

  .cabinet--main .cabinet__aside {
    display: block;
  }

  .cabinet--main .container {
    margin: 0;
  }

  .cabinet--main .cabinet__view {
    background-image: url("../images/profile-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
  }

  .cabinet--main .cabinet__lang {
    background-color: #fff;
    border: 1px solid #f4f5f8;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #e6342a;
  }

  .cabinet--main .cabinet__grey {
    font-size: 12px;
    font-weight: 500;
    color: #9da0a6;
    margin-top: 4px;
  }

  .cabinet--main .cabinet__list {
    padding: 0 12px;
    padding-bottom: 20px;
  }

  .cabinet--main .top {
    display: none;
  }

  .cabinet--main .cabinet__main {
    display: none;
  }

  .cabinet__inner {
    grid-template-columns: 1fr;
  }

  .cabinet__text {
    font-size: 14px;
  }

  .cabinet .title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .favs {
    margin-top: 8px;
    overflow: hidden;
  }

  .favs__list {
    border-radius: 0 16px 16px 0;
    margin-left: -12px;
  }

  .favs__list a {
    font-size: 12px;
    padding: 12px;
  }

  .favs__inner {
    gap: 8px;
  }

  .favs__cats {
    gap: 8px;
    margin-bottom: 16px;
  }

  .favs__others {
    padding-top: 16px;
  }

  .favs .card-seller__item img {
    height: 100px;
  }

  .linked {
    padding: 24px;
    font-size: 18px;
    gap: 8px;
  }

  .title {
    font-size: 24px;
  }

  .mbs {
    margin-bottom: 16px;
  }

  .uptitle {
    color: #e6342a;
    font-size: 12px;
    margin-bottom: 2px;
  }

  .cat .swiper-slide {
    width: 110px;
    margin-right: 8px !important;
  }

  .cat__item {
    min-height: 100px;
    padding-bottom: 100px;
  }

  .cat__item img {
    height: 100px;
    width: 80px;
    right: 0;
    left: unset;
  }

  .popup__icon {
    display: none;
  }

  .popup__white {
    padding: 16px;
  }

  .popup .top {
    margin-bottom: 6px;
    order: -2;
  }

  .popup .top h3 {
    text-align: center;
    width: 100%;
  }

  .popup__map {
    order: -1;
    flex: 1;
    height: 100%;
  }

  .booking__bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .booking .btn--grey {
    font-size: 14px;
  }

  .booking__places .booking__place {
    gap: 6px;
  }

  .booking__places .booking__place strong {
    font-size: 12px;
  }

  .booking__places .booking__place img {
    height: 20px;
    height: 20px;
  }

  .booking__box .btn {
    height: 40px;
    font-size: 14px;
  }

  .booking__item span {
    font-size: 12px;
  }

  .booking__pay {
    padding: 12px;
    gap: 8px;
    align-items: center;
  }

  .booking__pay strong {
    font-size: 14px;
  }

  .booking__pay span {
    font-size: 12px;
  }

  .booking__location span {
    font-size: 12px;
  }

  .booking__location strong {
    font-size: 14px;
  }

  .top {
    position: relative;
    padding-left: 25px;
  }

  .top .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .top .title {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .header .tabs {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
  }

  .booking__head {
    grid-template-columns: 1fr;
  }

  .booking__confirm {
    padding: 0;
    border-radius: unset;
    background-color: unset;
    font-size: 12px;
  }

  .booking__view {
    align-items: center;
  }

  .booking__view h3 {
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .booking__col {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
  }

  .booking__col h4 {
    font-size: 12px;
    font-weight: 700;
  }

  .booking__col span {
    color: #9da0a6;
    font-size: 12px;
    position: relative;
  }

  .booking__col span::before {
    content: "•";
    left: 0;
    margin-right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #9da0a6;
  }

  .booking__line {
    font-size: 12px;
  }

  .booking__all {
    font-size: 12px;
  }

  .booking__pricing h3 {
    font-size: 18px;
  }

  .booking__pricing span {
    font-size: 12px;
  }

  .empty img {
    height: 160px;
    width: 160px;
  }

  .empty h3 {
    font-size: 16px;
  }

  body:has(.purchase) {
    margin-bottom: 60px;
  }

  .cards__three {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 4px;
  }

  .seller__head {
    gap: 8px;
  }

  .seller__details span {
    font-size: 10px;
  }

  .seller__img {
    height: 65px;
    width: 65px;
  }

  .seller__top {
    gap: 10px;
  }

  .seller__datas {
    justify-content: center;
  }

  .review-page__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .review-page__right {
    width: 100%;
  }

  .review-page__right .btn {
    flex: 1;
  }

  .review-page__datas {
    justify-content: center;
  }

  .card__line {
    font-size: 12px;
  }

  .liked {
    height: 35px;
    width: 35px;
  }

  .card__buts {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
  }

  .card__but {
    white-space: nowrap;
    min-width: auto;
  }

  .card__item {
    margin-top: 25px;
  }

  .card-review__left {
    flex-direction: column;
    gap: 6px;
    align-items: start;
  }

  .card-review__head {
    align-items: center;
  }

  .card-review__head .liked {
    display: none;
  }

  .card-review__greys {
    font-size: 10px;
    margin-top: 0;
  }

  .card-review__rate strong {
    font-size: 24px;
  }

  .cards__six {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }

  .card-vertical__main-img {
    height: 380px;
  }

  .card__view {
    gap: 12px;
  }

  .card__title {
    font-size: 16px;
  }

  .card__details {
    gap: 6px;
  }

  .card__rate {
    background: rgba(255, 170, 0, 0.2);
    font-size: 12px;
    color: #fa0;
    padding: 5px;
    border-radius: 4px;
    height: 20px;
    gap: 4px;
  }

  .card__rate img {
    height: 12px;
    width: 12px;
    object-fit: contain;
  }

  .card__but {
    font-size: 12px;
    height: 32px;
  }

  .card__label {
    font-size: 12px;
  }

  .card__sold {
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    background: #f4f5f8;
    height: 20px;
  }

  .card__sold img {
    display: none;
  }

  .card__types {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
  }

  .card__type {
    width: 60px;
    flex-shrink: 0;
  }

  .cards__five {
    gap: 24px 4px;
    grid-template-columns: repeat(2, 1fr);
  }

  .header-search {
    padding: 0;
    border-radius: 0;
    margin-top: -15px;
  }

  .header-search__tags {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    margin-top: 8px;
  }

  .header-search__boxes {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
  }

  .header-search__box {
    white-space: nowrap;
    flex-shrink: 0;
    width: 110px;
    padding-bottom: 100px;
  }

  .header-search__box span {
    font-size: 12px;
  }

  .header-search__box img {
    width: 70%;
  }

  .header-search__list {
    gap: 0;
  }

  .header-search__list li {
    width: 100%;
  }

  .header-search__list a {
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid #f4f5f8;
    position: relative;
    padding-right: 20px;
  }

  .header-search__list a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-image: url("../images/catalog-link.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .header-search__list a:first-child {
    border-top: 1px solid #f4f5f8;
  }

  .header-search__list a img {
    display: none;
  }

  .header-search__tag {
    white-space: nowrap;
    font-size: 12px;
  }

  .mobile-nav {
    padding: 10px 0 12px;
  }

  .mobile-nav__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }

  .mobile-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    min-height: 56px;
    min-width: 0;
    box-sizing: border-box;
    color: #262633;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
  }

  .mobile-nav__label {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
  }

  .mobile-nav__link.active .mobile-nav__label {
    color: #e6342a;
  }

  .mobile-nav__link svg {
    height: 22px;
    width: 22px;
  }

  .mobile-nav__link--add svg {
    width: 40px;
    height: 40px;
    padding: 9px;
    box-sizing: border-box;
  }

  .header {
    background-color: transparent;
    padding: 30px 0 10px;
  }

  .header__logolink {
    display: none;
  }

  .header__inner {
    grid-template-columns: 1fr;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .cards {
    margin-top: 24px;
  }

  .category {
    margin-top: 16px;
  }

  .header--main {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
  }

  .header__find--text {
    display: none !important;
  }

  .header__find--icon {
    font-size: 0;
    width: 0;
    height: 42px;
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%) scale(0.85);
    border-radius: 14px;
    background: #e6342a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: width 0.2s ease, opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .header__find--icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .header__find--icon.active {
    width: 42px;
    height: 42px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }

  .header-media {
    display: none;
  }

  .header__search input {
    padding-left: 16px;
    height: 40px;
    padding-right: 52px;
    transition: padding-right 0.2s ease;
  }

  .header__searchbar.has-text-query .header__search input {
    padding-right: 92px;
  }

  .header__searchbtn {
    right: 8px;
  }

  .cards__items {
    gap: 24px 4px;
  }

  .cards__text {
    font-size: 12px;
    font-weight: 500;
  }

  .cards__name {
    font-size: 10px;
  }

  .cards__top strong {
    font-size: 14px;
    font-weight: 700;
  }

  .cards__top del {
    font-size: 10px;
  }

  .cards__top span {
    font-size: 10px;
    font-weight: 600;
  }

  .cards__item .swiper-slide {
    height: 165px;
  }

  .cards__bottom {
    margin-top: 4px;
  }

  .cards__badge {
    font-size: 12px;
  }

  .cards__badge img {
    height: 12px;
    width: 12px;
  }

  .cards__rate {
    background: rgba(255, 170, 0, 0.2);
    border-radius: 4px;
    padding: 2px 4px;
    color: #fa0;
    font-size: 10px;
  }

  .cards__rate img {
    height: 12px;
    width: 12px;
  }

  .cards__bottom {
    gap: 6px;
  }

  .cards__sold {
    background-color: #F4F5F8;
    padding: 4px;
    font-size: 10px;
  }

  .cards__sold img {
    display: none;
  }

  .banner {
    background-image: url("../images/banner-mobile.webp");
    border-radius: 0 0 16px 16px;
    padding: 30px 0 0;
    padding-top: 160px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    overflow: hidden;
  }

  .banner__inner {
    background-image: unset;
    margin: 0;
    padding: 0;
    min-height: auto;
    overflow: unset;
    border-radius: unset;
  }

  .banner__text {
    position: relative;
    z-index: 2;
  }

  .banner__timer {
    margin: unset;
    margin-top: 16px;
    height: 24px;
    font-size: 10px;
    font-weight: 600;
    gap: 4px;
    padding: 6px;
    border-radius: 4px;
  }

  .banner__img {
    height: 100px;
    bottom: -12px;
  }

  .banner__img:first-child {
    left: unset;
    right: -70px;
  }

  .banner__img:last-child {
    right: 70px;
  }

  .banner__text {
    max-height: 65px;
  }

  .banner-mobile {
    padding-top: 30px;
    border-radius: 16px;
    margin: 0 12px;
  }

  .cabinet .empty-wrap--card .btn {
    width: 100%;
  }

  .payment-add__inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
  }

  .payment-add__content {
    display: flex;
    flex-direction: column;
    height: 90%;
  }

  .payment-add__tabs {
    flex-direction: row;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    background: #f4f5f8;
    border-radius: 8px;
    padding: 12px;
  }

  .payment-add__left {
    overflow: hidden;
  }

  .payment-add__whole {
    flex: 1;
  }

  .payment-add__main {
    flex: 1;
  }

  .payment-add__bottom {
    border-top: 1px solid #f4f5f8;
    padding-top: 16px;
  }

  .payment-add__bottom .btn {
    font-size: 14px;
    padding: 10px 16px;
  }

  .payment-add__inner {
    padding: 24px 12px;
  }

  .payment-add__data span {
    font-size: 12px;
  }

  .payment-add__data strong {
    font-size: 20px;
    font-weight: 700;
  }

  .payment-add__minis {
    width: 100%;
  }

  .payment-add__tab {
    flex-shrink: 0;
    height: 80px;
    width: 120px;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    justify-content: space-between;
  }

  .payment-add__tab img {
    height: 32px;
    width: 32px;
  }

  .payment-add__tab strong {
    font-size: 12px;
    font-weight: 500;
    color: #9da0a6;
  }

  .payment-add__tab.active {
    background-color: transparent;
    border-color: #e6342a;
  }

  .payment-add__tab.active strong {
    color: #262633;
  }

  .payment-add .top {
    margin-bottom: 24px;
  }

  .payment-add .top h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
}

/* ========================================
   Mobile Catalog Fullscreen Panel
   ======================================== */
.mobile-catalog {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.mobile-catalog__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.mobile-catalog__panel {
  position: absolute;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile-catalog__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #f0f1f5;
  flex-shrink: 0;
}

.mobile-catalog__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f4f5f8;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.mobile-catalog__close:hover {
  background: #e9ebf1;
}

.mobile-catalog__search {
  position: relative;
  flex: 1;
}

.mobile-catalog__search input {
  width: 100%;
  height: 42px;
  padding: 0 36px 0 40px;
  border: 1px solid #e7e9f1;
  border-radius: 12px;
  background: #f7f8fc;
  font-size: 15px;
  color: #262633;
  outline: none;
}

.mobile-catalog__search input:focus {
  border-color: #d5d9e5;
  background: #fff;
}

.mobile-catalog__search input::placeholder {
  color: #a0a5b3;
}

.mobile-catalog__search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.mobile-catalog__search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 50%;
}

.mobile-catalog__search-clear:hover {
  background: #f0f1f5;
}

.mobile-catalog__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f1f5;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.mobile-catalog__back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px 4px 4px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #262633;
  border-radius: 8px;
}

.mobile-catalog__back:hover {
  background: #f4f5f8;
}

.mobile-catalog__crumb {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mobile-catalog__crumb-sep {
  color: #c0c3cc;
  font-size: 14px;
}

.mobile-catalog__crumb button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  color: #6f7484;
  padding: 4px 6px;
  border-radius: 6px;
}

.mobile-catalog__crumb button:hover {
  background: #f4f5f8;
  color: #262633;
}

.mobile-catalog__list {
  flex: 1;
  overflow-y: auto;
  padding: 8px 16px 100px;
}

.mobile-catalog__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f4f5f8;
}

.mobile-catalog__item:last-child {
  border-bottom: none;
}

.mobile-catalog__item-link {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #262633;
  text-decoration: none;
}

.mobile-catalog__item-link:active {
  color: #e6342a;
}

.mobile-catalog__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 10px;
  flex-shrink: 0;
}

.mobile-catalog__item-arrow:hover {
  background: #f4f5f8;
}

.mobile-catalog__results {
  flex: 1;
  overflow-y: auto;
  padding: 8px 16px 100px;
}

.mobile-catalog__result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #262633;
}

.mobile-catalog__result-item:hover,
.mobile-catalog__result-item:active {
  background: #f4f5f8;
}

.mobile-catalog__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #8e93a3;
  font-size: 15px;
}

/* Mobile Nav labels */
@media (max-width: 768px) {
  .mobile-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    min-height: 56px;
    text-decoration: none;
    color: #262633;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-nav__label {
    font-size: 10px;
    font-weight: 500;
    color: #8e93a3;
    line-height: 1;
  }

  .mobile-nav__link.active .mobile-nav__label {
    color: #e6342a;
  }

  .mobile-nav__link.active svg {
    color: #e6342a;
  }

  .mobile-nav__link.active path {
    stroke: #e6342a;
  }

  .mobile-nav__link--add {
    position: relative;
  }

  .mobile-nav__link--add svg {
    color: #e6342a;
  }

  .mobile-nav__link--add path {
    stroke: #e6342a;
  }

  .mobile-nav__link--add .mobile-nav__label {
    color: #e6342a;
  }
}
