@layer base{

  /**
   * Swiper 12.0.3
   * 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: October 21, 2025
   */

  :root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
  }
  :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;
    /* Fix of Webkit flickering */
    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;
  }
  /* Auto Height */
  .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);
    backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

  /* CSS Mode */
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  .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 {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }

  /* Slide styles start */
  /* 3D Shadows */
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    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:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .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);
    }
  }
  /* Slide styles end */
}

/* BREAKPOINTS
------------------------- */

/* COLORS
------------------------ */

/* EFFECTS
------------------------ */

:root {
  /* SECTION SPACING  */
  --spacing: 100px;
  /* FONTS  */
  --font-primary:
          'Inter', sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu,
          'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji';
  --font-secondary:
          'TikTok Sans', sans-serif, -apple-system, BlinkMacSystemFont, Roboto,
          Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif,
          'Apple Color Emoji';
}

:root {
  /* COLORS
  ------------------------- */
  --color-primary: #202020;
  --color-primary--rgb: 32, 32, 32;
  --color-alt: #000;
  --color-alt--rgb: 0, 0, 0;
  --color-blck: #000;
  --color-blck--rgb: 0, 0, 0;
  --color-whte: #fff;
  --color-whte--rgb: 255, 255, 255;
  --color-whte-two: #f3f3f3;
  --color-whte-two--rgb: 243, 243, 243;
  --color-vilet: #5e1bc1;
  --color-vilet--rgb: 94, 27, 193;
  --color-pnk: #a440b6;
  --color-pnk--rgb: 164, 64, 182;
  --color-gry: #767e8f;
  --color-gry--rgb: 118, 126, 143;
  --color-gry-whte: #d9d9d9;
  --color-gry-whte--rgb: 217, 217, 217;
  --color-text: #000;
  --color-text--rgb: 0, 0, 0;
  --color-text-alt: #a8a8a8;
  --color-text-alt--rgb: 168, 168, 168;
  --color-bg: #000;
  --color-bg--rgb: 0, 0, 0;
  --color-bg-secondary: #e0e0e0;
  --color-bg-secondary--rgb: 224, 224, 224;
  --color-success: #259243;
  --color-success--rgb: 37, 146, 67;
  --color-error: #ff3d3d;
  --color-error--rgb: 255, 61, 61;
  --font-size-default: 14px;
  /** Z-INDEX SYSTEM
  ------------------------- */
  --index-1: 100;
  --index-2: 200;
  --index-3: 1200;
  --index-4: 1300;
}

@layer base {
  * {
    margin: 0;
    padding: 0;
    border: 0;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  *::before,
  *::after {
    display: inline-block;
  }
  html,
  body {
    min-width: 360px;
    background: #ffffff;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scrollbar-gutter: stable;
  }
  body {
    color: var(--color-primary);
    font-size: var(--font-size-default);
    font-family: var(--font-primary);
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    background: var(--color-scroll-bg);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-vilet);
    border-radius: 10px;
  }
  ::selection {
    color: var(--color-whte);
    background: var(--color-vilet);
  }
  input,
  button,
  textarea {
    font-size: inherit;
    font-family: var(--font-primary);
    line-height: inherit;
  }
  button {
    color: inherit;
    font-family: var(--font-primary);
    background-color: transparent;
    outline: 0;
    cursor: pointer;
  }
  div[class*=__text] p:only-of-type,
  div[class*=__text] p:last-of-type,
  div[class*=__details] p:only-of-type,
  div[class*=__details] p:last-of-type,
  div[class*=__note] p:only-of-type,
  div[class*=__note] p:last-of-type {
    margin: 0;
  }
  [class*=image] img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }
  ul li {
    list-style: none;
  }
  img {
    vertical-align: top;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: inherit;
    font-size: inherit;
  }
  address,
  cite {
    font-style: normal;
  }
  fieldset,
  dl,
  dd {
    margin: 0;
    padding: 0;
  }
  fieldset {
    border: none;
  }
}

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

@layer component {
  .text-12 {
    font-size: 12px;
    line-height: 133.333%; /* 133.333% */
  }
  .text-60 {
    line-height: 96.667%; /* 96.667% */
    font-size: 38px;
  }
  .text-40 {
    font-size: 32px;
    line-height: 112.5%; /* 112.5% */
  }
  .text-48 {
    font-size: 40px;
    line-height: 108.333%; /* 108.333% */
  }
  .text-18 {
    font-size: 18px;
    line-height: 111.111%; /* 111.111% */
  }
  .text-28 {
    font-size: 28px;
    line-height: 128.571%; /* 128.571% */
  }
  .text-16 {
    font-size: 12px;
    line-height: 133.333%; /* 133.333% */
  }
  .text-14 {
    font-size: 12px;
    line-height: 133.333%; /* 133.333% */
  }
  .text-30 {
    font-size: 20px;
    line-height: normal;
  }
  .text-32 {
    font-size: 20px;
    line-height: 24px; /* 120% */
  }
  .text-24 {
    font-size: 24px;
    line-height: 116.667%; /* 116.667% */
  }
  .text-20 {
    font-size: 20px;
    line-height: 120%; /* 120% */
  }
  .text-10 {
    font-size: 10px;
    line-height: 140%; /* 140% */
  }
}

body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--index-3) - 1);
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-blck--rgb), 0.5);
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  content: "";
  pointer-events: none;
}

[data-popup].popup-open {
  pointer-events: none;
}

.popup-show body::after {
  opacity: 1;
}

@layer component {
  .popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 10px;
    visibility: hidden;
    transition: visibility 0.8s ease 0s;
    pointer-events: none;
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .popup_show {
    z-index: var(--index-3);
    overflow: auto;
    visibility: visible;
    pointer-events: auto;
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .popup_show .popup__content {
    transform: scale(1);
    visibility: visible;
  }
  .popup__wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
  }
  .popup__content {
    width: 100%;
    max-width: 940px;
    background-color: var(--color-whte);
    border-radius: 16px;
    transform: scale(0);
    visibility: hidden;
    transition: transform 0.3s ease 0s;
    overflow: hidden;
  }
  .lock .popup__content {
    visibility: visible;
  }
}

.popup .form__error {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 12px;
  color: var(--color-error);
  line-height: 128.571%; /* 128.571% */
}

.popup__close {
  position: absolute;
  --pad: 8px;
  top: var(--pad);
  right: var(--pad);
  --size: 36px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: var(--color-whte);
  z-index: 2;
  border: 1px solid #d7e2ea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__close::before {
  content: "";
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-primary);
  --size: 20px;
  width: var(--size);
  height: var(--size);
}

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

@media only screen and (min-width: 767.98px) {
  .popup__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.popup__form {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup__form-title {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wdth" 120;
}

.popup__form-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.popup__form-item.popup__form-item--big {
  grid-column-start: span 2;
}

.popup__form-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.popup__form-input .input {
  height: 40px;
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 128.571%; /* 128.571% */
}

.popup__form-input textarea {
  height: 80px !important;
}

.popup__form-input textarea::-webkit-scrollbar {
  display: none;
}

.popup__form-label {
  margin-top: 4px;
}

.popup__form-label span {
  color: var(--color-error);
  font-weight: 600;
  font-style: italic;
}

.popup__form-clue {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  padding: 4px;
  background: var(--color-whte);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  z-index: 2;
  display: none;
}

.popup__form-clue div {
  transition: all 0.3s ease-in 0s;
  padding: 7px 12px;
  border-radius: 4px;
}

.popup__form-clue div:not(:last-child) {
  margin-bottom: 2px;
}

.popup__form-btn {
  max-width: max-content;
  margin-top: 28px;
}

.popup__map {
  height: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* Firefox */
}

.input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d7e2ea;
  border-radius: 0;
  height: 44px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: var(--color-whte);
  border-radius: 14px;
  transition: all 0.3s ease-in 0s;
  font-size: 16px;
  line-height: 125%; /* 125% */
  cursor: pointer;
}

.input._form-focus {
  border-color: var(--color-vilet);
}

.input._form-error {
  border-color: var(--color-error);
  color: var(--color-error);
}

.input::placeholder {
  font-size: 16px;
  line-height: 125%; /* 125% */
  color: #a8aebc;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  padding: 0;
  resize: none;
}

.checkbox {
  position: relative;
}
textarea.input::-webkit-scrollbar {
  display: none;
}
@layer component {
  .select {
    position: relative;
    min-width: 0;
  }
  .select__body {
    position: relative;
  }
  .select__title {
    width: 100%;
    color: inherit;
    text-align: left;
    border: 1px solid #d7e2ea;
    border-radius: 12px;
    cursor: pointer;
  }
  .select__value {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
    height: 42px;
    padding: 0 15px;
  }
  .select__value > * {
    flex: 1 1 auto;
  }
  .select__value::after {
    display: flex;
    --size: 20px;
    flex: 0 0 var(--size);
    width: var(--size);
    height: var(--size);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    mask: url("/local/templates/wgp/img/icons/22.svg") center center/contain no-repeat;
    -webkit-mask: url("/local/templates/wgp/img/icons/22.svg") center center/contain no-repeat;
    background: #1d222d;
    content: "";
  }
  ._select-open .select__value::after {
    transform: rotate(-180deg);
  }
  .select__value._select-pseudo-label::before {
    opacity: 0.5;
    content: attr(data-pseudo-label);
  }
  .select__content {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 125%; /* 125% */
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .select__text {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .select__input {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .select__options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    min-width: 100%;
    padding: 10px 0 5px;
    color: #000;
    background-color: var(--color-whte);
    border: 1px solid #d7e2ea;
    border-radius: 12px;
  }
  .select__scroll {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .select__option {
    width: 100%;
    padding: 5px 15px;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }
  .select__option._select-selected {
    background-color: var(--color-alt);
  }
  .select__row {
    display: inline-flex;
    align-items: center;
  }
  .select--show-top .select__options {
    top: auto;
    bottom: calc(100% - 1px);
    padding: 5px 0 10px;
    border: 1px solid var(--color-bg);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
  ._select-tag {
    cursor: pointer;
  }
}
.select__selected {
  color: #767e8f;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label::before {
  background: var(--color-vilet);
  border: 1px solid var(--color-vilet);
}

.checkbox__input:checked + .checkbox__label::after {
  transform: scale(1);
}

.checkbox__label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.form-filter__checkbox.checkbox.disabled .checkbox__label {
  cursor: not-allowed;
}

.checkbox__label::before {
  align-self: flex-start;
  border: 1px solid #bec6ce;
  border-radius: 5px;
  --size: 22px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in 0s;
  background: var(--color-whte);
}

.checkbox__label::after {
  content: "";
  align-self: flex-start;
  --size: 14px;
  mask: url("/local/templates/wgp/img/icons/checkbox.svg") center center/contain no-repeat;
  -webkit-mask: url("/local/templates/wgp/img/icons/checkbox.svg") center center/contain no-repeat;
  background: var(--color-whte);
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  transform: scale(0);
  transition: all 0.3s ease-in 0s;
}

.checkbox__text {
  align-self: center;
}

.checkbox__text span {
  color: #767e8f;
  font-style: italic;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

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

/* Offset direction
 */

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

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

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

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

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

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

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

.noUi-state-drag * {
  /* stylelint-disable-next-line declaration-no-important */
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  top: -10px;
  right: -24px;
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--color-whte);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.09)) drop-shadow(0 4px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 6px 3px rgba(0, 0, 0, 0.01)) drop-shadow(0 10px 3px rgba(0, 0, 0, 0));
}

.noUi-touch-area {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  background: var(--color-vilet);
  border-radius: 50%;
}

.noUi-vertical {
  width: 18px;
}

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

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

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

/* stylelint-disable-next-line no-duplicate-selectors */

.noUi-target {
  background: var(--color-gry-whte);
  border-radius: 20px;
}

/* stylelint-disable-next-line no-duplicate-selectors */

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

.noUi-connect {
  background: rgba(var(--color-vilet--rgb), 0.3);
}

/* Handles and cursors;
 */

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

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

/* stylelint-disable-next-line no-duplicate-selectors */

.noUi-handle {
  background: var(--color-alt);
  cursor: pointer;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */

.noUi-handle::before,
.noUi-handle::after {
  position: absolute;
  top: 6px;
  left: 14px;
  display: block;
  width: 1px;
  height: 14px;
  background: #e8e7e6;
  content: "";
  display: none;
}

.noUi-handle::after {
  left: 17px;
}

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

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

/* Disabled state;
 */

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

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

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

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

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

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

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

.range__top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.range__values {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.range__values .noUi-target {
  width: 100%;
}

.noUi-target {
  padding-right: 24px;
}

.range__divider {
  width: 20px;
  flex: 0 0 20px;
  height: 1px;
  background: #bec6ce;
  border-radius: 1px;
}

.range__text {
  font-size: 15px;
  line-height: 125.2%; /* 18.78px */
}

.range__value {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
}

.range__value input {
  width: 100%;
  height: 44px;
  background: var(--color-whte);
  font-size: 15px;
  line-height: 125.2%; /* 18.78px */
  color: var(--color-primary);
  padding: 12px 16px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.range__prices {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 14px;
  padding: 0px 8px;
}

.range__price {
  color: #a8aebc;
}

.range__btn {
  margin-top: 16px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 43px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #d7e2ea;
  background: var(--color-whte);
  transition: all 0.3s ease-in 0s;
}

.pagination__arrow::before {
  content: "";
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: #a199ae;
  --size: 22px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
  transition: all 0.3s ease-in 0s;
}

.pagination__list {
  display: flex;
  gap: 10px;
}

.pagination__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%; /* 125% */
  color: var(--color-gry);
  border-radius: 12px;
  border: 1px solid #d7e2ea;
  background: var(--color-whte);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  min-width: 43px;
  height: 44px;
  transition: all 0.3s ease-in 0s;
}

.pagination__item._active {
  background: var(--color-vilet);
  border: 1px solid var(--color-vilet);
  color: var(--color-whte);
}

.quantity {
  display: flex;
  width: 124px;
  height: 35.98px;
  border-radius: 100px;
  background: var(--color-vilet);
  padding: 9px 20px;
  gap: 4px;
  cursor: pointer;
}

.quantity__button {
  position: relative;
  flex: 0 0 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity__button::after {
  content: "";
  transition: all 0.3s ease 0s;
  background: rgba(var(--color-whte--rgb), 0.5);
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  transition: all 0.3s ease-in 0s;
}

.quantity__button.quantity__button--minus::after {
  content: "";
  mask: url("/local/templates/wgp/img/icons/minus.svg") center center/contain no-repeat;
  -webkit-mask: url("/local/templates/wgp/img/icons/minus.svg") center center/contain no-repeat;
}

.quantity__button.quantity__button--plus::after {
  content: "";
  mask: url("/local/templates/wgp/img/icons/plus.svg") center center/contain no-repeat;
  -webkit-mask: url("/local/templates/wgp/img/icons/plus.svg") center center/contain no-repeat;
}

.quantity__button--plus::before {
  transform: rotate(-90deg);
}

.quantity__input {
  flex: 1 1 auto;
  background: transparent;
}

.quantity__input input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 122.222%; /* 122.222% */
  font-family: var(--font-secondary);
  color: var(--color-whte);
  text-align: center;
  background: transparent;
  outline: none;
}

/* stylelint-disable selector-class-pattern */

@layer component {
  .spollers__item {
    border-radius: 16px;
    background: var(--color-whte);
    border: 1px solid #d7e2ea;
    padding: 20px 24px 23px;
  }
  .spollers__title {
    position: relative;
    width: 100%;
    text-align: left;
    list-style: none;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .spollers__title._spoller-active .spollers__title-arrow {
    transform: rotate(180deg);
  }
  .spollers__title.spollers__title--icon::before {
    content: "";
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: #a199ae;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
  }
  .spollers__title._spoller-active .spollers__button {
    transform: rotate(180deg);
  }
  .spollers__title::marker, .spollers__title::-webkit-details-marker {
    display: none;
  }
  ._spoiler-init .spollers__title {
    cursor: pointer;
  }
  ._spoiler-init .spollers__title::before, ._spoiler-init .spollers__title::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    transition: transform 0.5s ease-in 0s;
    content: "";
  }
  ._spoiler-init .spollers__title::before {
    transform: translate(-75%, -50%) rotate(40deg);
  }
  ._spoiler-init .spollers__title::after {
    transform: translate(0, -50%) rotate(-40deg);
  }
  ._spoiler-init .spollers__title._spoiler-active::before {
    transform: translateX(-75%) rotate(-40deg);
  }
  ._spoiler-init .spollers__title._spoiler-active::after {
    transform: rotate(40deg);
  }
  .spollers__title {
    outline: none;
    cursor: pointer;
  }
  .spollers__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
  }
  .spollers__button {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: var(--color-primary);
    transition: all 0.3s ease-in 0s;
  }
  .spollers__body {
    margin-top: -4px;
  }
  .spollers__body::before {
    content: "";
    height: 12px;
    width: 100%;
  }
  .spollers__content {
    border-top: 1px solid #d7e2ea;
    padding-top: 4px;
  }
  .spollers__checkboxs {
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .spollers__checkbox {
    padding: 2px 0px;
  }
  .spollers__open {
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: #a199ae;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    transition: all 0.3s ease-in 0s;
  }
  .spollers__open._active {
    background: var(--color-vilet);
  }
  .spollers__search {
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .spollers__title-category {
    color: var(--color-gry);
    font-weight: 400;
  }
  .spollers__title-title {
    font-weight: 700;
    line-height: 111.111%; /* 111.111% */
    font-family: var(--font-secondary);
    font-variation-settings: "slnt" 0, "wdth" 120;
  }
  .spollers__title-btn {
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--color-whte-two);
    font-weight: 500;
  }
  .spollers__title-value {
    white-space: nowrap;
    font-family: var(--font-secondary);
    font-variation-settings: "slnt" 0, "wdth" 120;
    font-weight: 500;
    line-height: 125%; /* 125% */
    color: var(--color-vilet);
  }
  .spollers__title-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }
  .spollers__title-icon {
    --size: 14px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    background: #a199ae;
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
  }
  .spollers__title-items {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .spollers__title-item:not(:last-child) {
    padding-right: 15px;
    position: relative;
  }
  .spollers__title-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 2px;
    height: 18px;
    background: #d7e2ea;
    border-radius: 4px;
  }
  .spollers__title-arrow {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: var(--color-primary);
    transition: all 0.3s ease-in 0s;
  }
  .spollers__title-delete {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #d7e2ea;
    background: var(--color-whte);
    transition: all 0.3s ease-in 0s;
  }
  .spollers__title-delete::before {
    content: "";
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: var(--color-primary);
    --size: 16px;
    width: var(--size);
    height: var(--size);
    transition: all 0.3s ease-in 0s;
  }
  .spollers__buying {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.spollers__range {
  padding-top: 12px;
}

.spollers__checkboxs:has(input[type=radio]) .checkbox__label::before {
  content: "";
  border-radius: 50%;
}

.spollers__checkboxs:has(input[type=radio]) .checkbox__label::after {
  content: "";
  background: var(--color-whte);
  mask: none;
  -webkit-mask: none;
  border-radius: 50%;
  --size: 10px;
  top: 6px;
  left: 6px;
}

.spollers__checkbox .checkbox__label::after {
  content: "";
  top: 4px;
}

@layer mod {
  .btn--alt {
    background: var(--color-vilet);
    color: var(--color-whte);
  }
  .btn--border {
    border: 1px solid #d7e2ea;
  }
  .btn--opacity {
    background: rgba(var(--color-whte--rgb), 0.2);
    color: var(--color-whte);
  }
  .btn--whte {
    background: var(--color-whte);
  }
  .btn--gry {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: var(--color-whte-two);
    border: 1px solid #d7e2ea;
  }
}

@layer mod{
  .btn--alt:hover {
    background: var(--color-pnk);
  }
}
@layer mod{
  .btn--border:hover {
    border: 1px solid var(--color-pnk);
    color: var(--color-pnk);
  }
}
@layer mod{
  .btn--opacity:hover {
    background: var(--color-whte-two);
    color: var(--color-primary);
  }
}
@layer mod{
  .btn--whte:hover {
    background: var(--color-whte-two);
  }
}
@layer mod{
  .btn--gry:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #f3f3f3;
  }
}

@layer component {
  section.platform {
    padding: 32px 0;
  }
  .platform__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
  }
  .platform__info {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
    gap: 8px;
  }
  .platform__title {
    font-family: var(--font-secondary);
    font-weight: 900;
    font-size: 24px;
    line-height: 116.667%; /* 116.667% */
    font-variation-settings: "slnt" 0, "wdth" 114;
  }
  .platform__text {
    font-size: 20px;
    line-height: 24px; /* 120% */
  }
  .platform__text span {
    background: var(--color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  .platform__link {
    max-width: max-content;
    margin-top: 36px;
    min-width: 204px;
    font-size: 16px;
    line-height: 125%; /* 125% */
    padding: 15px;
    transition: all 0.3s ease-in 0s;
  }
  .platform__content {
    position: relative;
  }
  .platform__content::before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: linear-gradient(1deg, rgba(255, 255, 255, 0) 1.04%, #fff 66.32%);
  }
  .platform__content::after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: linear-gradient(359deg, #fff 27%, rgba(255, 255, 255, 0) 99.06%);
  }
  .platform__sliders {
    display: flex;
    gap: 8px;
  }
  .platform__slider {
    height: 269px;
    width: 100%;
  }
  .platform__swiper {
    transition-timing-function: linear;
  }
  .platform__slide {
    height: 91px;
    border-radius: 11px;
    padding: 10px 8px;
    background: var(--color-whte-two);
  }
  .platform__img {
    mix-blend-mode: darken;
    width: 100%;
    height: 100%;
  }
  .platform__img img,
  .platform__img picture {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
  }
}

@media only screen and (min-width: 620px) {
  .platform__link {
    padding: 11px;
    font-size: 16px;
    line-height: 125%; /* 128.571% */
  }
}
@media only screen and (min-width: 767.98px) {
  @layer component{
    .spollers__title-category {
      font-size: 10px;
    }
  }
  @layer component{
    .spollers__title-info {
      gap: 0px;
    }
  }
  @layer component{
    .spollers__title-info .spollers__title-btn {
      display: none;
    }
  }
  @layer component{
    .spollers__title-items {
      gap: 16px;
    }
  }
  @layer component{
    .spollers__buying {
      grid-template-columns: 1fr 240px;
      padding-top: 9px;
    }
  }
  @layer component{
    section.platform {
      padding: 40px 0;
    }
    .platform__inner {
      padding: 0px 0px 0px 21px;
    }
  }
  @layer component{
    .platform__info {
      max-width: 450px;
      gap: 0px;
    }
  }
  @layer component{
    .platform__title {
      font-size: 26px;
      line-height: 169.231%; /* 169.231% */
      font-variation-settings: "slnt" 0, "wdth" 122;
    }
  }
  @layer component{
    .platform__text {
      font-size: 16px;
      line-height: 125%; /* 125% */
    }
  }
  @layer component{
    .platform__slider {
      --size: 85px;
      width: var(--size);
      flex: 0 0 var(--size);
    }
  }
}
@media only screen and (min-width: 991.98px) {
  @layer component{
    .spollers__title-title {
      line-height: 111.111%; /* 111.111% */
    }
  }
  @layer component{
    .spollers__title-btn {
      padding: 4px 12px;
    }
  }
  @layer component{
    .spollers__title-value {
      line-height: 125%; /* 125% */
    }
  }
  @layer component{
    .spollers__title-info {
      gap: 2px;
    }
  }
  @layer component{
    .spollers__buying {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
  }
  @layer component{
    section.platform {
      padding: 80px 0;
    }
    .platform__inner {
      padding: 0px 16px 0px 44px;
      gap: 30px;
    }
  }
  @layer component{
    .platform__info {
      gap: 20px;
    }
  }
  @layer component{
    .platform__title {
      font-size: 40px;
      line-height: 110%; /* 110% */
      font-variation-settings: "slnt" 0, "wdth" 120;
    }
  }
  @layer component{
    .platform__text {
      font-size: 32px;
      line-height: 112.5%; /* 112.5% */
    }
  }
  @layer component{
    .platform__link {
      padding: 13px;
      margin-top: 36px;
      font-size: 16px;
      line-height: 150%; /* 150% */
    }
  }
  @layer component{
    .platform__sliders {
      gap: 14px;
    }
  }
  @layer component{
    .text-40 {
      font-size: 40px;
      line-height: 110%; /* 110% */
    }
  }
  @layer component{
    .text-28 {
      font-size: 28px;
      line-height: 128.571%; /* 128.571% */
    }
  }
  @layer component{
    .text-16 {
      font-size: 16px;
      line-height: 150%; /* 150% */
    }
  }
  @layer component{
    .text-14 {
      font-size: 14px;
      line-height: 128.571%; /* 128.571% */
    }
  }
  @layer component{
    .text-32 {
      font-size: 32px;
      line-height: 112.5%; /* 112.5% */
    }
  }
  @layer component{
    .text-24 {
      font-size: 24px;
      line-height: 116.667%; /* 116.667% */
    }
  }
  @layer component{
    .select__content {
      line-height: 125%; /* 125% */
    }
  }
}
@media only screen and (min-width: 1365.98px) {
  @layer component{
    .platform__content::before {
      height: 140px;
    }
  }

  @layer component{
    .platform__content::after {
      height: 140px;
    }
  }

  @layer component{
    .platform__slider {
      --size: 159px;
      height: 425px;
    }
  }

  @layer component{
    .platform__slide {
      height: 169px;
      border-radius: 21px;
      padding: 20px 14px;
    }
  }
}
@media only screen and (min-width: 1535.98px) {
  @layer component{
    .spollers__buying {
      gap: 8px;
    }
  }
  @layer component{
    .platform__inner {
      padding: 0px 60px 0px 56px;
    }
  }
  @layer component{
    .platform__info {
      max-width: 700px;
    }
  }
  @layer component{
    .platform__slider {
      height: 440px;
    }
  }
}
@media only screen and (max-width: 767.98px) {
  @layer component{
    .spollers__title-title {
      font-size: 16px;
    }
  }
  @layer component{
    .spollers__title-info .spollers__title-btn {
      gap: 6px;
      padding: 4px 6px;
      max-width: max-content;
      margin-top: 4px;
    }
    .spollers__title-info .spollers__title-btn .spollers__title-value {
      font-size: 14px;
      font-family: var(--font-primary);
      font-weight: 600;
    }
  }
  @layer component{
    .spollers__title-item.spollers__title-item--mobile {
      display: none;
    }
  }
  @layer component{
    .spollers__buying {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  @layer component{
    .platform__inner {
      flex-direction: column;
      gap: 27px;
    }
  }
  @layer component{
    .platform__info {
      text-align: center;
      padding: 0px 36px;
    }
  }
  @layer component{
    .platform__link {
      margin: 8px auto 0px;
    }
  }
  @layer component{
    .platform__sliders {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
@media (any-hover: hover) {
  @layer mod{
    .btn--gry:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #f3f3f3;
    }
  }
  @layer component{
    .spollers__title-delete:hover {
      background: var(--color-vilet);
      border: 1px solid var(--color-vilet);
    }
    .spollers__title-delete:hover::before {
      content: "";
      background: var(--color-whte);
    }
  }
  @layer component{
    .select__option:hover {
      color: var(--color-vilet);
    }
  }
}

@layer component {
  .authorization {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    z-index: calc(var(--index-3) + 1);
    height: calc(100dvh - 100px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in 0s;
    border-radius: 24px 24px 0px 0px;
    transform: translateZ(0);
    will-change: backdrop-filter, height;
    box-shadow: -214px 0 60px 0 rgba(0, 0, 0, 0), -137px 0 55px 0 rgba(0, 0, 0, 0.01), -77px 0 46px 0 rgba(0, 0, 0, 0.03), -34px 0 34px 0 rgba(0, 0, 0, 0.04), -9px 0 19px 0 rgba(0, 0, 0, 0.05);
  }
  .authorization .form__error {
    margin-top: 4px;
    color: var(--color-error);
    line-height: 128.571%;
    font-size: 14px;
  }
  .authorization__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    background: var(--color-whte-two);
  }
  .authorization__top {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 23px 16px 17px;
    border-radius: 0 0 16px 16px;
    background: var(--color-whte);
  }
  .authorization__title {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-variation-settings: "slnt" 0, "wdth" 120;
    padding-right: 40px;
  }
  .authorization__close {
    position: absolute;
    top: 14px;
    right: 16px;
    --size: 36px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    transform: translateZ(0);
    will-change: backdrop-filter;
    border: 1px solid #d7e2ea;
    background: var(--color-whte);
    transition: all 0.3s ease-in 0s;
  }
  .authorization__close::before {
    content: "";
    --size: 16px;
    width: var(--size);
    height: var(--size);
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: var(--color-primary);
    transition: all 0.3s ease-in 0s;
  }
  .authorization__inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
  }
  .authorization__block {
    border-radius: 16px;
    background: var(--color-whte);
    padding: 20px 16px;
  }
  .authorization__block.authorization__block--big {
    flex: 1 1 auto;
  }
  .authorization__block.authorization__block--big:has(.authorization__block-info) {
    display: flex;
    align-items: center;
  }
  .authorization__block:has(.authorization__block-checkboxs) {
    padding: 16px;
  }
  .authorization__block-again {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: max-content;
    margin: 0 auto;
  }
  .authorization__block-again._active .authorization__block-counter {
    display: none;
  }
  .authorization__block-again._active .authorization__block-send {
    display: block;
  }
  .authorization__block-counter {
    font-weight: 600;
    color: var(--color-gry);
    padding: 4px 8px;
    background: var(--color-whte-two);
    border-radius: 32px;
    width: max-content;
    margin: 0 auto;
  }
  .authorization__block-send {
    font-weight: 600;
    color: var(--color-vilet);
    padding: 4px 8px;
    border-radius: 32px;
    background: var(--color-whte-two);
    display: none;
    transition: all 0.3s ease-in 0s;
  }
  .authorization__block-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .authorization__block-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .authorization__block-img {
    margin-bottom: 4px;
  }
  .authorization__block-title {
    font-weight: 700;
    font-family: var(--font-secondary);
    font-variation-settings: "slnt" 0, "wdth" 120;
    font-size: 18px;
    line-height: 111.111%; /* 111.111% */
  }
  .authorization__block-text {
    color: #767e8f;
  }
  .authorization__block-text span {
    color: #a8aebc;
  }
  .authorization__block-field {
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }
  .authorization__block-country {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    transform: translateZ(0);
    will-change: backdrop-filter;
    background: var(--color-whte);
    border: 1px solid #d7e2ea;
    border-radius: 12px;
    line-height: 125%; /* 125% */
    font-size: 16px;
  }
  .authorization__block-country::before {
    content: "";
    background: var(--icon) center center/contain no-repeat;
    width: 24px;
    height: 20px;
    flex: 0 0 24px;
  }
  .authorization__block-input {
    width: 100%;
  }
  .authorization__block-input .input {
    height: 44px;
  }
  .authorization__block-code {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .authorization__block-confirmations {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .authorization__block-wrong {
    color: var(--color-error);
    text-align: center;
  }
  .authorization__block-checkboxs {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .authorization__block-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .authorization__block-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .authorization__block-subtitle {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-variation-settings: "slnt" 0, "wdth" 120;
    font-size: 18px;
    line-height: 111.111%; /* 111.111% */
  }
  .authorization__block-subtext {
    color: #a8aebc;
  }
  .authorization__block-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .authorization__block-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .authorization__block-label {
    font-style: italic;
    font-weight: 600;
    color: #a8aebc;
    margin-top: 5px;
  }
  .authorization__block-data.authorization__block-data--icon {
    position: relative;
  }
  .authorization__block-data.authorization__block-data--icon::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 16px;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: #a199ae;
    z-index: 2;
  }
  .authorization__block-data.authorization__block-data--icon .input {
    padding-left: 40px !important;
  }
  .authorization__block-blocks {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .authorization__block-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .authorization__block-block.hide {
    display: none;
  }
  .authorization__block-category {
    color: #a8aebc;
    font-weight: 600;
    font-style: italic;
  }
  .authorization__block-location {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    transform: translateZ(0);
    will-change: backdrop-filter;
    background: var(--color-whte);
    border: 1px solid #d7e2ea;
    border-radius: 12px;
    transition: all 0.3s ease-in 0s;
    font-size: 16px;
    line-height: 150%; /* 150% */
  }
  .authorization__block-location::before {
    content: "";
    mask: var(--map) center center/contain no-repeat;
    -webkit-mask: var(--map) center center/contain no-repeat;
    background: #a199ae;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    transition: all 0.3s ease-in 0s;
  }
  .authorization__block-location::after {
    content: "";
    mask: var(--arrow) center center/contain no-repeat;
    -webkit-mask: var(--arrow) center center/contain no-repeat;
    background: #1d222d;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    margin-left: auto;
    transition: all 0.3s ease-in 0s;
  }
  .authorization__block-address {
    display: flex;
    gap: 12px;
    margin-top: 8px;
  }
  .authorization__block-btn {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%; /* 133.333% */
    padding: 12px 23px;
  }
  .authorization__block-calculate {
    align-self: center;
    color: #a8aebc;
  }
  .authorization__block-modal {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: var(--color-whte);
    transform: translateZ(0);
    will-change: backdrop-filter;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border: 1px solid #d7e2ea;
    border-radius: 14px;
  }
  .authorization__block-coordinates {
    display: flex;
    flex-direction: column;
  }
  .authorization__block-suptitle {
    margin-bottom: 4px;
  }
  .authorization__block-suptext {
    color: var(--color-gry);
  }
  .authorization__block-edit {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-whte);
    border: 1px solid #d7e2ea;
    margin-left: auto;
    transition: all 0.3s ease-in 0s;
  }
  .authorization__block-edit::before {
    content: "";
    --size: 16px;
    width: var(--size);
    height: var(--size);
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: var(--color-primary);
    transition: all 0.3s ease-in 0s;
  }
  .authorization__bottom {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 16px 16px 0 0;
    background: var(--color-whte);
    padding: 16px;
    display: flex;
    flex-direction: column;
  }
  .authorization__menu {
    display: flex;
    gap: 12px;
  }
  .authorization__btns {
    display: flex;
    gap: 12px;
    margin-top: 8px;
  }
  .authorization__btn {
    width: 100%;
  }
  .authorization__btn {
    font-size: 16px;
    line-height: 150%; /* 150% */
    padding: 13px 23px;
  }
  .authorization__back {
    --size: 44px;
    width: var(--size);
    height: var(--size);
    flex: 0 0 var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--color-whte);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border: 1px solid #d7e2ea;
    transition: all 0.3s ease-in 0s;
    transform: translateZ(0);
    will-change: backdrop-filter;
  }
  .authorization__back::before {
    content: "";
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    background: var(--color-primary);
    --size: 16px;
    width: var(--size);
    height: var(--size);
    transition: all 0.3s ease-in 0s;
  }
}
.authorization__block-confirmation {
  width: 56px;
  height: 64px;
}
.authorization__block-confirmation .input {
  height: 100%;
}
.authorization__block-checkbox .checkbox__text {
  color: var(--color-gry);
  font-weight: 400;
  display: block;
}
.authorization__block-checkbox .checkbox__text a {
  display: inline;
  color: var(--color-vilet);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease-in 0s;
}
.authorization__block-checkbox .checkbox__label {
  display: block;
  padding-left: 36px;
}
.authorization__block-checkbox .checkbox__text {
  position: relative;
  padding-left: 10px;
}
.authorization__block-checkbox .checkbox__text::before {
  content: "*";
  color: var(--color-error);
  font-size: 14px;
  font-style: italic;
  font-family: var(--font-secondary);
  opacity: 0;
  position: absolute;
  top: 0;
  left: -1px;
}
.authorization__block-checkbox:has(.checkbox__input[data-required]) .checkbox__text::before {
  opacity: 1;
}
.authorization-test {
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: #a199ae;
  --size: 24px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
}
._authorization .authorization {
  right: 0;
}
._authorization body::after {
  content: "";
  opacity: 1;
  pointer-events: all;
}
.authorization__block-confirmation .input {
  text-align: center;
  font-weight: 700;
  font-family: var(--font-secondary);
  font-size: 32px;
  line-height: 112.5%; /* 112.5% */
}
.authorization__block-confirmation .input._form-focus {
  border-color: var(--color-vilet) !important;
  color: var(--color-primary) !important;
}
.authorization__block-confirmations._correctly .authorization__block-confirmation .input {
  border-color: #41c94f;
  color: #41c94f;
}
.authorization__block-confirmations._error .authorization__block-confirmation .input {
  border-color: var(--color-error);
  color: var(--color-error);
}
.authorization__submit {
  width: 100%;
  padding: 9px;
  font-size: 16px;
  line-height: 150%; /* 150% */
}
.authorization__btn--save {
  background: #d8cff4;
  border-color: #d8cff4;
  pointer-events: none;
}
.authorization__btn--save._active {
  pointer-events: all;
  background: var(--color-vilet);
  border-color: var(--color-vilet);
}
.authorization__block-checkboxs .checkbox__label {
  padding-left: 26px;
}
.authorization__block-checkboxs .checkbox__label::before {
  content: "";
  --size: 18px;
}
.authorization__block-checkboxs .checkbox__label::after {
  content: "";
  --size: 12px;
  top: 3px;
  left: 3px;
}
.authorization__block-checkboxs .authorization__block-checkbox._form-error .checkbox__label::before {
  content: "";
  border-color: var(--color-error);
}
.authorization__block-checkboxs .authorization__block-checkbox .form__error {
  margin-left: 36px;
  font-style: italic;
  font-size: 12px;
}
.popup-show .authorization {
  z-index: calc(var(--index-3) - 2);
}
@media only screen and (min-width: 620px) {
  @layer component{
    .authorization {
      height: 100dvh;
      width: 420px;
    }
  }
  @layer component{
    .authorization__top {
      border-radius: 0 0 32px 32px;
      padding: 25px 24px 24px;
    }
  }
  @layer component{
    .authorization__title {
      font-size: 24px;
      line-height: 116.667%; /* 116.667% */
    }
  }
  @layer component{
    .authorization__close {
      --size: 52px;
      top: 16px;
    }
  }
  @layer component{
    .authorization__close::before {
      --size: 20px;
    }
  }
  @layer component{
    .authorization__block {
      padding: 24px;
      border-radius: 32px;
    }
  }
  @layer component{
    .authorization__block:has(.authorization__block-checkboxs) {
      padding: 24px;
    }
  }
  @layer component{
    .authorization__block-title {
      font-size: 20px;
      line-height: 120%; /* 120% */
    }
  }
  @layer component{
    .authorization__block-field {
      margin-top: 12px;
    }
  }
  @layer component{
    .authorization__block-country {
      font-size: 16px;
      line-height: 125%; /* 125% */
    }
  }
  @layer component{
    .authorization__block-row {
      gap: 24px;
    }
  }
  @layer component{
    .authorization__block-subtitle {
      font-size: 20px;
      line-height: 116.667%; /* 116.667% */
    }
  }
  @layer component{
    .authorization__block-location {
      font-size: 16px;
      line-height: 150%; /* 150% */
    }
  }
  @layer component{
    .authorization__block-btn {
      font-size: 16px;
      padding: 9px 23px;
      line-height: 150%; /* 150% */
    }
  }
  @layer component{
    .authorization__bottom {
      border-radius: 32px 32px 0 0;
      padding: 24px;
    }
  }
  @layer component{
    .authorization__btn {
      font-size: 16px;
      line-height: 150%; /* 150% */
      padding: 13px 23px;
    }
  }
  @layer component{
    .authorization__back {
      --size: 52px;
    }
  }
  @layer component{
    .authorization__back::before {
      --size: 20px;
    }
  }
  .authorization__block-confirmation .input {
    font-size: 32px;
    line-height: 112.5%; /* 112.5% */
  }
  .authorization__submit {
    font-size: 16px;
    line-height: 150%; /* 150% */
    padding: 13px;
  }
  .authorization__block-checkboxs .checkbox__label::after {
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 991.98px) {
  @layer component{
    .authorization {
      width: 535px;
      border-radius: 0px;
    }
  }
  @layer component{
    .authorization__top {
      padding: 46px 44px 22px 44px;
    }
  }
  @layer component{
    .authorization__title {
      line-height: 112.5%; /* 112.5% */
      font-size: 32px;
    }
  }
  @layer component{
    .authorization__block {
      padding: 44px;
    }
  }
  @layer component{
    .authorization__block:has(.authorization__block-checkboxs) {
      padding: 24px 20px 24px 36px;
    }
  }
  @layer component{
    .authorization__block-counter {
      line-height: 128.571%; /* 128.571% */
    }
  }
  @layer component{
    .authorization__block-send {
      line-height: 128.571%; /* 128.571% */
    }
  }
  @layer component{
    .authorization__block-title {
      font-size: 24px;
      line-height: 116.667%; /* 116.667% */
    }
  }
  @layer component{
    .authorization__block-text {
      line-height: 125%; /* 125% */
    }
  }
  @layer component{
    .authorization__block-country {
      line-height: 125%; /* 125% */
    }
  }
  @layer component{
    .authorization__block-country {
      font-size: 16px;
    }
  }
  @layer component{
    .authorization__block-subtitle {
      font-size: 24px;
      line-height: 116.667%; /* 116.667% */
    }
  }
  @layer component{
    .authorization__block-subtext {
      line-height: 125%; /* 125% */
    }
  }
  @layer component{
    .authorization__block-label {
      line-height: normal;
    }
  }
  @layer component{
    .authorization__block-category {
      line-height: normal;
    }
  }
  @layer component{
    .authorization__block-location {
      font-size: 16px;
      line-height: 150%; /* 150% */
    }
  }
  @layer component{
    .authorization__block-btn {
      padding: 9px 23px;
    }
  }
  @layer component{
    .authorization__block-btn {
      font-size: 16px;
      line-height: 150%; /* 150% */
    }
  }
  @layer component{
    .authorization__block-calculate {
      line-height: 133.333%; /* 133.333% */
    }
  }
  @layer component{
    .authorization__block-suptitle {
      line-height: 125%;
    }
  }
  @layer component{
    .authorization__bottom {
      padding: 12px 20px 24px 20px;
    }
  }
  @layer component{
    .authorization__btns {
      gap: 20px;
    }
  }
  @layer component{
    .authorization__btn {
      padding: 14px 23px;
    }
  }
  @layer component{
    .authorization__btn {
      font-size: 16px;
      line-height: 150%; /* 150% */
    }
  }
  .authorization__submit {
    padding: 13px;
  }
  .authorization__submit {
    font-size: 16px;
    line-height: 150%; /* 150% */
  }
  .authorization__block-checkboxs .checkbox__label::after {
    top: 3px;
    left: 3px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --spacing: 80px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --spacing: 60px;
  }
}
@media (any-hover: hover) {
  @layer component{
    .authorization__close:hover {
      border: 1px solid var(--color-pnk);
    }
    .authorization__close:hover::before {
      content: "";
      background: var(--color-pnk);
    }
  }
  @layer component{
    .authorization__block-send:hover {
      background: var(--color-vilet);
      color: var(--color-whte);
    }
  }
  @layer component{
    .authorization__block-location:hover {
      border-color: var(--color-pnk);
      color: var(--color-pnk);
    }
    .authorization__block-location:hover::before {
      content: "";
      background: var(--color-pnk);
    }
    .authorization__block-location:hover::after {
      content: "";
      background: var(--color-pnk);
    }
  }
  @layer component{
    .authorization__block-edit:hover {
      border-color: var(--color-pnk);
    }
    .authorization__block-edit:hover::before {
      content: "";
      background: var(--color-pnk);
    }
  }
  @layer component{
    .authorization__back:hover {
      border-color: var(--color-pnk);
    }
    .authorization__back:hover::before {
      content: "";
      background: var(--color-pnk);
    }
  }
  .authorization__block-checkbox .checkbox__text a:hover {
    color: var(--color-pnk);
  }
  .authorization__btn--save._active:hover {
    background: var(--color-pnk);
    border-color: var(--color-pnk);
  }
}

/* OLD STYLES */
:root {
  --s_color_basic_black: #000000;
  --s_color_basic_white: #ffffff;
  --s_color_primary_default: #C98660;
  --s_color_primary_hover: #9A6D53;
  --s_color_primary_pressed: #845E49;
  --s_color_btn_primary_default: #211F1E;
  --s_color_btn_primary_hover: #3D3A38;
  --s_color_btn_primary_pressed: #4B4D55;
  --s_color_secondary_1: #EBE3DE;
  --s_color_secondary_2: #DFD1C8;
  --s_color_secondary_3: #CCAC98;
  --s_color_grey_1: #F7F7F8;
  --s_color_grey_2: #EFF1F5;
  --s_color_grey_3: #E4E4E7;
  --s_color_grey_4: #C4C4C4;
  --s_color_grey_5: #ACAEB5;
  --s_color_grey_6: #A7A7A7;
  --s_color_grey_7: #7D7D7D;
  --s_color_grey_8: #6B6B6B;
  --s_color_grey_9: #242424;
  --s_color_add_secondary_stars: #C1A14C;
  --s_color_add_secondary_success: #44BEA4;
  --s_color_add_secondary_error: #E00000;
  --s_color_add_secondary_1: #A9CCE4;
  --s_color_add_secondary_2: #C7B2E2;
  --s_color_add_secondary_3: #0077BA;
  --s_color_add_secondary_4: #D6BE83;
  --s_color_add_secondary_5: #9382FF;
  --s_color_add_secondary_6: #08C0FA;
  --color-contrast-higher: hsl(230, 13%, 9%);
  --color-bg: hsl(0, 0%, 100%);
  --bs-body-color-rgb: 33, 37, 41;
  --color-contrast-higher-h: 230;
  --color-contrast-higher-s: 13%;
  --color-contrast-higher-l: 9%;
  --color-contrast-higher-hsl: 230, 13%, 9%;
  --shadow-sm: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
  --space-xs: clamp(0.75rem, calc(0.75rem + 0vw), 0.75rem);
  --radius-md: 0.375em;
}

.dolyame {
  padding: 8px 12px 8px 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  display: flex;
  border-radius: 4px;
  background: #F4F4F4;
  margin-bottom: 16px;
}
.dolyame:hover {
  cursor: pointer;
  background: #E4E4E7;
}
.dolyame .dolyame_content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dolyame .dolyame_icon {
  display: flex;
  padding: 6px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.961px;
  border-radius: 4px;
  background: #000000;
}
.dolyame .dolyame_price {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.dolyame .dolyame_text {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.banner_text_img {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 0 5px;
}
.banner_text_img .banner_text_btn {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.banner_text_img .banner_title {
  color: var(--base-color-black, #000000);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 51px */
  text-transform: uppercase;
}
.banner_text_img .banner_content {
  color: var(--base-color-black, #000000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.banner_text_img a.btn_black {
  text-decoration: none;
  color: white;
  display: flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #211F1E;
}
.banner_text_img img {
  max-width: 100%;
}

.dolyame_price_list {
  display: flex;
  width: 100%;
  padding: 14px 18px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: #F4F4F4;
}
.dolyame_price_list .dolyame_price_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.dolyame_price_list .price_item_text {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.dolyame_price_list .dolyame_status {
  height: 4px;
  align-self: stretch;
  border-radius: 5px;
  background: var(--gray-color-4, #C4C4C4);
}
.dolyame_price_list .dolyame_status_active {
  background: #E5007E;
}

@media (max-width: 767.98px) {
  .banner_text_img .banner_text_btn {
    gap: 20px;
  }
  .banner_text_img .banner_title {
    font-size: 24px;
  }
  .banner_text_img .banner_content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
  }
  .banner_text_img img {
    max-width: 100%;
  }
  .banner_text_img svg {
    width: 167px;
    height: 26px;
  }
}
@media (max-width: 575.98px) {
  .banner_text_img {
    flex-direction: column;
    align-items: start;
  }
  .banner_text_img .banner_text_btn {
    gap: 20px;
  }
}
.advantages-icon__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 90px 44px;
  flex-wrap: wrap;
}

.advantages-icon__item {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 44px);
}

.advantages-icon__img {
  width: 140px;
  height: 140px;
}

.advantages-icon__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.advantages-icon__body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .advantages-icon__list {
    gap: 44px;
  }
  .advantages-icon__item {
    gap: 20px;
  }
  .advantages-icon__img {
    width: 100px;
    height: 100px;
  }
  .advantages-icon__title {
    font-size: 18px;
    line-height: 150%;
  }
  .advantages-icon__body {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 575.98px) {
  .advantages-icon__list {
    gap: 32px;
  }
  .advantages-icon__item {
    width: 100%;
  }
}
.how-it-work-wrap .title_block {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .how-it-work-wrap .title_block {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 576px) {
  .how-it-work-wrap .title_block {
    margin-bottom: 32px;
  }
}

.how-it-work__item:not(:first-child) .how-it-work__block {
  margin-top: -52px;
}

.how-it-work__item {
  display: flex;
  justify-content: center;
}
.how-it-work__item img {
  margin-bottom: -28px;
}
.how-it-work__item .how-it-work__line {
  display: flex;
  position: relative;
  top: 0;
  margin: 0 64px;
}
.how-it-work__item .how-it-work__line:first-child {
  top: 18px;
}
.how-it-work__item .icon_history {
  display: flex;
  justify-content: center;
  z-index: 1;
}
.how-it-work__item .line_after {
  border-left: dashed 2px rgb(249, 240, 249);
  margin-left: 7px;
  position: absolute;
  height: 100%;
}

.how-it-work__body {
  align-items: end;
  display: flex;
  flex-direction: column;
  text-align: end;
  width: 100%;
}

.how-it-work__block {
  max-width: 347px;
}

.how-it-work__title {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.how-it-work__content {
  color: var(--base-color-black, #000000);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.reverse .how-it-work__body {
  align-items: start;
  text-align: start;
  order: 3;
}
.reverse .how-it-work__content {
  text-align: start;
}
.reverse .how-it-work__line {
  order: 2;
}

@media (max-width: 767.98px) {
  .how-it-work .how-it-work__emptyBlock {
    display: block !important;
  }
  .how-it-work .how-it-work__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .how-it-work .how-it-work__content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .how-it-work img {
    height: 75px;
    margin-bottom: -23px;
  }
  .how-it-work .how-it-work__line {
    margin: 0 64px;
  }
}
@media (max-width: 575.98px) {
  .how-it-work__emptyBlock {
    display: none !important;
  }
  .how-it-work__line {
    order: 1 !important;
  }
  .how-it-work__body {
    order: 2 !important;
  }
  .how-it-work__line {
    margin: 0 38px 0 0 !important;
  }
  .how-it-work__body, .how-it-work__content {
    align-items: start;
    text-align: start;
  }
  .how-it-work__item:not(:last-child) .how-it-work__body {
    padding-bottom: 64px;
  }
  .how-it-work__item:not(:first-child) .how-it-work__block {
    margin-top: -32px;
  }
}
.title_block {
  margin: 0 0 32px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .title_block {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 576px) {
  .title_block {
    margin: 0 0 32px 0;
  }
}

.dolyamePage .bonusProgramFaq {
  margin-top: 0;
  padding: 0;
}

.dolyame_icon {
  display: flex;
  padding: 6px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.961px;
  border-radius: 4px;
  background: #000000;
}

.popup_dolyame .popup-head {
  margin-bottom: 24px;
}
.popup_dolyame .popup-head svg.dolyame-logo {
  width: 151px;
  height: 24px;
}
.popup_dolyame .popup-head svg.dolyame-logo use {
  fill: #000000;
}
.popup_dolyame .popup_dolyame_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 14px;
  line-height: 21px; /* 150% */
}
.popup_dolyame .popup_dolyame_content .subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 576px) {
  .popup_dolyame .popup_dolyame_content .subtitle {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}
.popup_dolyame .popup_dolyame_content .top_list {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.popup_dolyame .popup_dolyame_content .top_list .top_item {
  max-width: 145px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.popup_dolyame .popup_dolyame_content .top_list .top_item svg {
  width: 24px;
  height: 24px;
}
.popup_dolyame .popup_dolyame_content .top_list .top_item svg use {
  fill: #ffffff;
  stroke: #E5007E;
}
.popup_dolyame .popup_dolyame_content .top_list .top_item span {
  flex: 1;
}
.popup_dolyame .dolyame_info_block {
  display: flex;
  gap: 8px;
  color: #6B6B6B;
}
.popup_dolyame .dolyame_info_block svg {
  width: 24px;
  height: 24px;
}
.popup_dolyame .dolyame_info_block span {
  flex: 1;
}
.popup_dolyame .dolyame_btn {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: center;
}
.popup_dolyame .dolyame_btn a {
  text-decoration: none;
  margin: auto;
  color: #E5007E;
  text-align: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.popup_dolyame .dolyame_btn a:hover {
  color: rgba(229, 0, 126, 0.8);
}
.popup_dolyame .dolyame_btn_buy {
  width: 100%;
}

.detail_block_feedback {
  background-color: #e2e7ec;
  border-radius: 22px;
  padding: 6px 12px 6px 12px;
  width: fit-content;
}

.feedback_count {
  margin: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 56px;
  letter-spacing: -2px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.feedback_progress {
  width: 250px;
  margin-top: 2px;
}

.list_stars svg {
  width: 20px;
  height: 20px;
}

.feedback_write {
  position: sticky;
  top: 100px;
}

.feedback_star_line {
  white-space: nowrap;
}

.bg-ir {
  position: relative;
  background: radial-gradient(192.14% 178.36% at 131.44% -10.65%, #C9B5E9 0%, #712ABD 100%);
}

.item-icon-text img {
  width: 100px;
  min-width: 100px;
  object-fit: contain;
  object-position: center;
}

.ir-slide1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
}

.bg-ir-light {
  background: linear-gradient(90deg, #FFC745 2.06%, #F3187D 100%);
}

.ir-slide2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
}

.ir-count {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FFC745 0%, #F3187D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-info {
  border-radius: 30px 0 0 30px;
  background: #9562CF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25) inset;
}

.bg-ir-light2 {
  background: url("/local/templates/wgp/img/ir/ir123.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.item-photo {
  border-radius: 20px;
  background: #CFBEE6;
  position: relative;
  margin-bottom: 24px;
}
.item-photo img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

.item-bage {
  position: absolute;
  right: -15px;
  bottom: -15px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  background: #FFC147;
  box-shadow: 0px 4px 14.1px 0px rgba(0, 0, 0, 0.25);
}

.count-1 {
  color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 92%;
  text-transform: uppercase;
}

.count-2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 102%; /* 102% */
  text-transform: uppercase;
}

.count-sub-title {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.count-label {
  position: absolute;
  top: -30px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: rgba(113, 42, 189, 0.5);
}

.count-light {
  background: linear-gradient(90deg, #F3187D 0%, #FFC745 100%);
}

.count-white {
  border-radius: 30.256px;
  background: white;
}

.count-white-text {
  color: #712ABD;
  font-size: 59.134px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.count-sub-title-white {
  color: #712ABD;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.count-dark {
  background: rgba(113, 42, 189, 0.31);
}

.count-small .count-1 {
  font-size: 46px;
}
.count-small .count-2 {
  font-size: 18px;
}
.count-small .count-sub-title {
  font-size: 18px;
}

.img_small img {
  width: 60px;
  min-width: 60px;
}

.ir-slide32 {
  /*  position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
    max-width: 100%;*/
}

.ir-tbl {
  position: absolute;
  bottom: 24px;
  left: 33px;
}

.ipo-badge {
  background: #712ABD;
  border-radius: 19px;
  padding: 8px 16px;
  display: flex;
  width: fit-content;
}

@media (max-width: 767.98px) {
  .right-info {
    border-radius: 30px;
    padding: 0px 16px;
    font-size: 13px;
  }
  .right-info img {
    width: 42px;
  }
  .item-bage {
    font-size: 14px;
    right: -5px;
    bottom: -15px;
  }
  .count-1 {
    font-size: 56px;
  }
  .count-white-text {
    font-size: 38px;
  }
  .count-2 {
    font-size: 23px;
  }
  .count-sub-title {
    font-size: 18px;
  }
  .count-sub-title-white {
    font-size: 18px;
  }
  .count-label {
    font-size: 14px;
  }
  .item-icon-text img {
    width: 70px;
    min-width: 70px;
  }
  .ir-slide1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
    padding-left: 16px;
  }
  .bg-ir-b1 {
    padding-bottom: 254px !important;
  }
  .ir-count {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFC745 0%, #F3187D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ir-slide2 {
    width: 232px;
  }
  .bg-ir-light2 {
    padding-bottom: 343px !important;
  }
  .ir .h5 {
    font-size: 16px;
  }
}
.hidden {
  opacity: 0;
}

.ir-img-234 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 323px;
}

.steps-label {
  color: #712ABD;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: white;
  border-radius: 19px;
  padding: 8px 16px;
  display: flex;
  width: fit-content;
  margin-bottom: 16px;
}

.steps-label-img {
  position: absolute;
  top: -47px;
  right: -52px;
  width: 100px;
}

.list-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-steps svg {
  min-width: 30px;
}

@media (min-width: 768px) {
  .ir .h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
}
.productDetailDelivery {
  margin-top: 32px;
}
.productDetailDelivery__aboutLink {
  display: inline-block;
  border-bottom: 1px dashed #7D7D7D;
  font-size: 14px;
  line-height: 21px; /* 150% */
  color: #7D7D7D;
  text-decoration: none;
}
.productDetailDelivery .chooseSizeForDelivery {
  width: 100%;
  margin-bottom: 8px;
}
.productDetailDelivery .chooseSizeForDelivery__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 20px;
  border-radius: 4px;
  border: 2px dashed #C4C4C4;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.productDetailDelivery .chooseSizeForDelivery__icon {
  width: 32px;
  height: 32px;
  stroke: #ACAEB5;
  stroke-width: 2;
}
.productDetailDelivery .chooseSizeForDelivery__text {
  flex: 1;
  font-size: 14px;
  line-height: 21px; /* 150% */
}
.productDetailDelivery .deliveryOptions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 12px;
}
.productDetailDelivery .deliveryOptions__top {
  display: flex;
  justify-content: space-between;
}
.productDetailDelivery .deliveryOptions__title {
  color: #020203;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.productDetailDelivery .deliveryOptions__city {
  display: flex;
  gap: 4px;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px; /* 150% */
  color: #7D7D7D;
}
.productDetailDelivery .deliveryOptions__city__icon {
  width: 24px;
  height: 24px;
  stroke: #ACAEB5;
  fill: #ffffff;
  stroke-width: 1.5;
}
.productDetailDelivery .deliveryOptions__city__text {
  border-bottom: 1px dashed #7D7D7D;
}
.productDetailDelivery .deliveryOptions__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.productDetailDelivery .deliveryOptions__list .deliveryOption {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #000000;
}
.productDetailDelivery .deliveryOptions__list .deliveryOption {
  cursor: default;
}
.productDetailDelivery .deliveryOptions__list .deliveryOption[data-delivery-type=Stores] {
  cursor: pointer;
}
.productDetailDelivery .deliveryOptions__list .deliveryOption__icon {
  width: 24px;
  height: 24px;
  fill: #ACAEB5;
}
.productDetailDelivery .deliveryOptions__list .deliveryOption__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.productDetailDelivery .deliveryOptions__list .deliveryOption__inner_top {
  color: #020203;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; /* 150% */
}
.productDetailDelivery .deliveryOptions__list .deliveryOption__inner_top span {
  font-weight: 400;
}
.productDetailDelivery .deliveryOptions__list .deliveryOption__inner_bottom {
  display: flex;
  color: #E5007E;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.productDetailDelivery .deliveryOptions__list .deliveryOption__inner_bottom .deliveryOption__dots {
  flex-grow: 1;
  border-bottom: 1px dashed #C4C4C4;
  min-width: 44px;
}

@font-face {
  font-family: "Kelly Slab";
  src: url("/local/templates/vw24/font/kellyslab.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "TikTok Sans Expanded";
  src: local("TikTok Sans Expanded"), url("/local/templates/wgp/fonts/TikTokSans-Variable-cyrillic.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 700;
  font-stretch: 125%;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans 18pt Expanded";
  src: local("TikTok Sans Expanded"), url("/local/templates/wgp/fonts/TikTokSans-Variable-cyrillic.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 700;
  font-stretch: 125%;
  font-display: swap;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1728px;
    padding-left: 96px;
    padding-right: 96px;
  }

  .main-page .container, .main-page .container-lg, .main-page .container-md, .main-page .container-sm, .main-page .container-xl, .main-page .container-xxl {
      max-width: calc(1640px + (40px * 2));
      padding-left: 40px;
      padding-right: 40px;
      overflow: unset;
  }

}
.alert-info {
  background: #f8fafd !important;
  border: 1px solid #e3e3e3;
  color: #000000;
}

.bg_project {
  background-color: #FFFFFF;
}

img {
  max-width: 100%;
}

.header {
  background: white;
}

.offcanvas-header {
  position: relative;
  padding: 24px 16px;
  height: 76px;
}

.offcanvas-header .header_logo_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.sticky-top__container {
    gap: 0 64px;
}

@media (max-width: 991.98px) {
  @layer component{
    .spollers__title-value {
      font-size: 16px;
    }
  }
  .sticky-top.header {
    box-shadow: 0 4px 32px 0 rgba(25, 19, 34, 0.12);
    border-radius: 0px 0px 20px 20px;
    background-color: #ffffff;
    z-index: 1061;
  }
  .sticky-top.header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -360px;
    height: calc(360px + max(64px, env(safe-area-inset-top)));
    background: inherit;
    pointer-events: none;
  }
  .sticky-top.header .navbar .container-fluid {
    position: relative;
  }
  .header_logo_img img {
    height: 32px;
  }
  .btn_menu_mob, .btn_menu_search {
    height: 34px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
a.btn_catalog {
  text-decoration: none;
}
a.btn_catalog .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 30px;
  padding: 0 26px;
  background: #1C004A;
  border: none;
}

.search_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #6c757d;
  height: 44px;
  border-radius: 30px;
  padding: 0 12px;
  flex: 0 1 620px;
  max-width: 620px;
  min-width: 360px;
  cursor: pointer;
}

.menu_right {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}
.menu_right__item {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: unset !important;
  gap: 8px;
  height: 52px;
  padding: 4px 16px;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #A199AE;
}

.menu_right__item.personal_icon {
    max-width: 165px;
}

.menu_right__item > svg {
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.menu_right__item > svg path {
  transition: fill 0.3s ease;
}
.menu_right__item:hover {
  color: var(--bs-primary);
  display: inline-flex;
  height: 52px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  background: #F3F3F3;
}
.menu_right__item:hover span {
  color: var(--bs-primary);
}
.menu_right__item:hover svg {
  fill: var(--Icons-Accent, #5E1BC1);
}
.menu_right__item:hover svg path {
  fill: var(--Icons-Accent, #5E1BC1);
}
.menu_right__item:hover svg circle:first-of-type {
  stroke: #F3F3F3;
}
.menu_right__item.active svg,
.menu_right__item:active svg {
  fill: var(--Buttons-Primary-Click, #3D2560);
}
.menu_right__item.active svg path,
.menu_right__item:active svg path {
  fill: var(--Buttons-Primary-Click, #3D2560);
}
.menu_right span {
  color: #070707;
  font-size: 14px;
  line-height: 18px;
  margin-top: 1px;
}

.fixed-bottom {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843) inset;
  background: white;
  height: 63px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  z-index: 1060;
}
html._viewed .fixed-bottom {
  border-radius: 0;
}
.fixed-bottom span {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 11.72px;
  text-align: left;
}
.fixed-bottom .menu_bottom {
  margin-top: 0;
}
.fixed-bottom .menu_bottom_item {
  justify-content: center;
  min-width: 0;
  flex: 1;
  color: #B7BEC2;
}
.fixed-bottom .menu_bottom_item.active {
  color: #702FF3;
}

.footer {
  padding: 24px 0 0;
  background: #ffffff;
}

.main-page .footer {
    padding-top: 32px;
}

@media screen and (min-width: 768px) {
    .main-page .footer {
        padding-top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .main-page .footer {
        padding-top: 80px;
    }
}

@media screen and (min-width: 1400px) {
    .main-page .footer {
        padding-top: 100px;
    }
}

.footer-panel {
  padding: 0 24px;
}

.footer-panel-inner {
  padding: 32px 0;
  border-radius: 40px;
  background: #F3F3F3;
}

.footer-col--info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
  padding: 0 16px;
}

.footer-logo img {
  display: block;
  width: 100%;
  max-width: 287px;
}

.footer-contacts {
  gap: 12px;
}

@media screen and (min-width: 992px) {
    .footer-logo img {
        max-width: 343px;
    }

    .footer-contacts {
        gap: 20px;
    }
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  text-decoration: none;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer-contact:hover {
  color: #000000;
}

.footer-contact svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.footer-qr {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 36px;
  background: #EBEBEB;
  max-width: 264px;
}

.footer-qr-text {
  color: #202020;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 8px 8px 0 8px;
}

.footer-qr-code svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-qr-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  align-self: stretch;
  padding: 0 24px 4px;
}

.footer-qr-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-tagline {
  color: #202020;
  font-family: "TikTok Sans", "sans-serif";
  font-variation-settings: "slnt" 0, "wdth" 120;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 32px;
  max-width: 322px;
}

@media screen and (min-width: 992px) {
    .footer-tagline {
        max-width: 555px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1600px) {
    .footer-tagline {
        max-width: 740px;
        font-size: 32px;
        line-height: 36px;
    }
}

.footer-menus {
  margin-top: 8px;
}

.footer-menus > *:last-of-type .footer-menu-accordion {
    border-bottom: unset;
}

.footer-menus > * {
    margin-top: unset;
}

@media screen and (min-width: 768px) {
    .footer-menus {
        justify-content: space-between;
        margin-top: unset;
    }

    .footer-menus > * {
        max-width: fit-content;
    }
}

@media screen and (min-width: 992px) {
    .footer-menus {
        margin-top: 76px;
    }
}

@media screen and (min-width: 1440px) {
    .footer-menus {
        gap: 12px;
    }
}

.footer-bottom {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 24px;
}

.footer-bottom-inner {
  color: #000000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer-contacts-tablet {
  display: none;
  flex-direction: column;
  gap: 15px;
  padding: 24px 0;
}

@media (max-width: 991.98px) {
  .footer-contacts-tablet {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
    .footer-contacts-tablet {
        padding: 24px 0 30px;
    }
}

.footer-contact-tablet {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer-contact-tablet:hover {
  color: #000000;
}

.footer-contact-tablet svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.footer-contact-text-tablet {
  color: #000000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer-apps-tablet {
  display: none;
  padding: 12px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 20px;
  background: #EBEBEB;
}

@media (max-width: 991.98px) {
  .footer-apps-tablet {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
    .footer-apps-tablet {
        margin-bottom: 24px;
    }
}

.footer-apps-text {
  color: var(--Fonts-Primary, #202020);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer-apps-links {
  display: flex;
  align-items: center;
  gap: 15.992px;
  align-self: stretch;
}

.footer-app-link {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 9.995px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #FFF;
  transition: transform 0.2s ease;
}

.footer-app-link:hover {
  transform: scale(1.05);
}

.footer-app-link svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 800px) {
  .footer-contacts,
  .footer-qr {
    display: none !important;
  }
}

.social_list-divider {
    width: 4px;
    height: 15px;
    border-radius: 12px;
    background: #BEC6CE;
}

.social_list-name {
    color: #000;
    font-family: "Inter", "sans-serif";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.social_links {
    justify-content: flex-start !important;
    align-items: center;
    gap: 20px 24px;
    margin-top: unset;
}

@media screen and (min-width: 992px) {
  .footer-main {
    display: grid;
    grid-template-columns: minmax(264px, 343px) minmax(0, 861px);
    gap: 32px 80px;
    align-items: start;
    margin-right: 0;
    margin-left: 0;
  }

  .footer-main .footer-col--info,
  .footer-main .footer-col--content {
    width: auto;
    flex: none;
    padding-right: 0;
    padding-left: 0;
  }

  .footer-main .footer-col--content {
    min-width: 0;
    max-width: 861px;
  }
}

@media screen and (min-width: 1400px) {
  .footer-main {
    gap: 32px 120px;
  }
}

@media (max-width: 991.98px) {
  .footer-main .footer-col--info,
  .footer-main .footer-col--content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px;
  }

  .social_links .social_list-divider:last-of-type {
    display: none !important;
    margin: 0 !important;
  }

  .footer-panel {
    padding: 0;
  }

  .footer-panel-inner {
    border-radius: 24px;
    padding: 24px 0 16px;
  }

  .footer-bottom {
    margin-bottom: 100px;
    padding: 0 12px;
  }

  .footer-contacts,
  .footer-qr {
    display: none !important;
  }

  .footer-col--content {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
    .footer-panel-inner {
        padding: 24px 0 32px;
    }
}

@media screen and (min-width: 992px) {
    .footer-panel-inner {
        padding: 24px 0 64px;
    }

    .footer-col--info,
    .footer-col--content {
        margin-top: 64px;
    }

    .footer-col--content {
        max-width: 861px;
    }
}

@media screen and (min-width: 1440px) {
    .footer-col--content {

    }
}

.title_footer {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.title_section {
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
}

.title_link {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  text-decoration: none;
  color: #000000;
}

.static_banner {
  background: #eff0ff;
  border-radius: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  aspect-ratio: 16/18.35;
}
.static_banner .static_banner_title {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.static_banner ul {
  list-style: none; /* Убираем стандартные маркеры */
}
.static_banner ul li::marker {
  color: rgba(255, 153, 0, 0.7490196078); /* Задаем цвет маркера */
}
.static_banner ul {
  list-style-type: disc; /* Возвращаем дисковые маркеры */
}
.static_banner ul li {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .static_banner {
    aspect-ratio: auto;
  }
}
.btn_primary {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  border-radius: 75px;
  border: none;
  background: linear-gradient(90deg, #FF7E03 0%, #F1087B 48.5%, #29004D 100%);
}
.btn_primary:hover {
  color: white;
}

@media (max-width: 767.98px) {
  .static_banner {
    height: auto;
    gap: 16px;
  }
  .static_banner .static_banner_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
  }
  .static_banner ul li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
  }
  .btn_primary {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 340% */
    width: fit-content;
    height: 36px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.btn_header {
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 4px 16px;
  background: #f20e75;
  text-decoration: none;
  white-space: nowrap;
}
.btn_header:hover {
  background: #df106d;
  text-decoration: none;
  color: white;
}

.header-categories {
    margin: 6px 0 43px;
    padding: unset;
}

.header-categories .nav_top2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
  flex-wrap: nowrap;
  flex: 1 1 0;
  min-width: 0;
}
.header-categories .nav_top2 .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex: 1 0 0;
  min-width: 96px;
  padding: 6px 0 0;
  text-decoration: none;
  color: #05030D;
  --bs-nav-link-color: #05030D;
  --bs-nav-link-hover-color: #05030D;
  color: #05030D !important;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
}
.header-categories .nav_top2 .nav-link:hover,
.header-categories .nav_top2 .nav-link:focus,
.header-categories .nav_top2 .nav-link:active {
  text-decoration: none;
  color: #05030D !important;
}
.header-categories .nav-top2__icon {
  width: 96px;
  height: 96px;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--icon-bg, linear-gradient(180deg, #F4F1F1 0%, #EAD6D3 100%));
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06) inset;
  transition: background 220ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.header-categories .nav-top2__icon svg,
.header-categories .nav-top2__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 180ms ease;
}
.header-categories .nav_top2 .nav-link:hover .nav-top2__icon svg,
.header-categories .nav_top2 .nav-link:hover .nav-top2__icon img {
  transform: translateY(-6px);
}
.header-categories .nav_top2 .nav-link:hover .nav-top2__icon {
  background: var(--icon-bg-hover, var(--icon-bg, linear-gradient(180deg, #F4F1F1 0%, #EAD6D3 100%)));
}
.header-categories .nav-top2__text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  line-height: 18px;
  white-space: normal;
}
.header-categories .nav-top2__text--bold {
  font-weight: 600;
}

@media (max-width: 1260px) {
  .header-top-desktop,
  .header-main-desktop,
  .header-menu-right-desktop {
    display: none !important;
  }
  .header-categories {
    .nav_top2 {
      margin-top: 72px;
    }
  }

  .header-main-tools,
  .search_line {
    display: none !important;
  }

  .header-main-mobile {
    display: flex !important;
  }

  .header-mobile-search {
    display: flex !important;
  }

  .header-mobile-search-toggle {
    display: flex !important;
    visibility: hidden;
    pointer-events: none;
  }

  .header-main-row {
    gap: 8px;
  }

  .header-main-row .menu_left {
    flex: 1 1 auto;
    justify-content: center;
  }

  .header-main-row .header_logo_block {
    padding-right: 0 !important;
  }

  .header-mobile-search {
    display: flex !important;
  }

  .btn_menu_mob, .btn_menu_search {
    height: 34px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header--compact .header-mobile-search-wrapper {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .header--compact .header-mobile-search-toggle {
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 767.98px) {
  .header-mobile-search {
    max-width: none;
  }
}

@media (max-width: 1199.98px) {
  .sticky-top.header {
    box-shadow: 0 4px 32px 0 rgba(25, 19, 34, 0.12);
  }

  .sticky-top.header .navbar .container-fluid {
    position: relative;
  }

  .header-mobile-search {
    display: flex !important;
  }

  .header-mobile-search-toggle {
    display: flex !important;
    visibility: hidden;
    pointer-events: none;
  }

  .header--compact .header-mobile-search-wrapper {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .header--compact .header-mobile-search-toggle {
    visibility: visible;
    pointer-events: auto;
  }
}

@media (min-width: 768px) and (max-width: 1260px) {
  .btn_header {
    font-size: 12px;
  }
  .nav_top2 {
    font-size: 10px;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.favor.active {
  color: #df106d;
}

.add_favor_detail {
  cursor: pointer;
  height: 48px;
  width: 56px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_favor_detail span {
  display: none;
}

.add_favor_list {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(228, 230, 236, 0.92);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(38, 41, 52, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
  user-select: none;
}
.add_favor_list span {
  display: none;
}
.add_favor_list svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  pointer-events: none;
}
.add_favor_list svg path {
  fill: transparent;
  stroke: currentColor;
  transition: fill 0.18s ease, stroke 0.18s ease, opacity 0.18s ease;
}
.add_favor_list:hover {
  background: rgba(244, 245, 249, 0.98);
  color: #a341d6;
  box-shadow: 0 12px 28px rgba(38, 41, 52, 0.18);
}
.add_favor_list:active {
  background: rgba(219, 222, 231, 0.98);
  color: #47256d;
  transform: scale(0.96);
}
.add_favor_list:active svg path {
  fill: currentColor;
  stroke: currentColor;
}
.add_favor_list.in-favor,
.add_favor_list.active {
  color: #6128d8;
}
.add_favor_list.in-favor svg path,
.add_favor_list.active svg path {
  fill: currentColor;
  stroke: currentColor;
}
.add_favor_list.in-favor:hover,
.add_favor_list.active:hover {
  background: rgba(244, 245, 249, 0.98);
  color: #a341d6;
}
.add_favor_list.in-favor:active,
.add_favor_list.active:active {
  color: #47256d;
}
.add_favor_list.in-favor:active svg path,
.add_favor_list.active:active svg path {
  fill: transparent;
  stroke: currentColor;
}

@media (max-width: 991.98px) {
  .swiper-pagination-horizontal:not(.block-card__pagination):not(.arranged__pagination) {
    display: none;
  }
  .header-categories .nav_top2 {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    width: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 62px;
  }
  .header-categories .header-top-right-menu {
    display: none;
  }
  .header-mobile-search-wrapper {
    display: block !important;
  }
  .header ~ .pt-inner,
  .header:not(.header--compact) ~ .pt-inner,
  .header.header--compact ~ .pt-inner {
    padding-top: 60px;
  }
  .basket_line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
  }
  .bx-basket.bx-opener {
    justify-content: space-between;
    min-width: 50px;
    flex: 1;
    color: #454545;
  }
  .product .btn_add_img {
    opacity: 1;
    height: auto;
    width: auto;
    font-size: 11px;
  }
  .product-item-price-current {
    font-size: 13px;
    line-height: 1;
  }
  .product .product-price {
    padding: 0;
  }
  .product .product-name {
    font-size: 13px;
    padding: 8px 0 8px;
  }
  .product:hover {
    box-shadow: none;
  }
  .f-thumbs__slide {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 1199.98px) {
  .product-item-price-current {
    font-size: 13px;
    line-height: 1;
  }
}
.personal_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A199AE;
}

.personal_icon:hover svg path {
  fill: var(--Icons-Accent, #5E1BC1);
}

.personal_icon.active svg path,
.personal_icon:active svg path {
  fill: var(--Buttons-Primary-Click, #3D2560);
}

.nav_breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.btn_lazy_load {
  background: #29235C;
  border: none;
}

.btn-primary {
  background: #29235C;
  border: none;
}

.bx-soa-more-btn {
  display: flex;
  gap: 16px;
}

.tg_btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border-radius: 100px;
  padding-right: 9px;
  z-index: 10;
}
.tg_btn img {
  height: 40px;
}

.text_pr1 {
  color: #3c2766;
}

.text_pr2 {
  color: #eb008b;
}

.list_check {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 20px;
}

.list_check::before {
  content: "✓";
  display: block;
  /* background: url(/images/pages/icon-check-2-1.jpg); */
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  float: left;
  padding: 10px;
  margin: 5px 0px 0px;
  border: 2px solid #eb008b;
  border-radius: 25px;
  background: #eb008b;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}

.small_check_form {
  font-size: 12px;
  line-height: 1;
}

.pickup-d-none + div .bx_soa_pickup {
  display: none !important;
}

.smart-filter-angles:after, .smart-filter-angles:before {
  background-color: #323232;
}

.smart-filter-parameters-box-title {
  width: 100%;
  display: flex;
  cursor: pointer;
}

.smart-filter-angle {
  margin-left: auto;
}

.smart-filter-parameters-box-title-text {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.smart-filter-block {
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}

.smart-filter-input-group-checkbox-list .form-group {
  cursor: pointer;
}
.smart-filter-input-group-checkbox-list .form-group input {
  cursor: pointer;
}
.smart-filter-input-group-checkbox-list .form-group label {
  cursor: pointer;
  width: 100%;
}

.h-fit {
  height: fit-content;
}

.smart-filter-title {
  display: none;
}

.swiper_item_img {
  width: 100%;
  height: 100%;
}
.swiper_item_img .item_img_block {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.item_img_slide {
  aspect-ratio: 12/16;
}

@media (max-width: 767.98px) {
  .tg_btn {
    bottom: 60px;
    right: 12px;
  }
  .add_favor_list {
    width: 42px;
    height: 42px;
  }
  .add_favor_list svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}
.top_line {
  position: relative;
  background: linear-gradient(270deg, #BAAEDD 2%, #c3f0f7 47%, #ebeef9 103%), #ebeef9;
  overflow: hidden;
  color: #2a1535;
  font-size: 13px;
  line-height: 1;
}

.btn--accent {
  background-color: #3c2766;
  color: white;
}
.btn--accent:hover {
  background-color: #2a1535;
  color: white;
}

#liveToastSection,
#liveToastElement,
[id^=liveToastTop_] {
  background-color: #3c2766 !important;
  color: white !important;
}

@media (max-width: 767.98px) {
  .f-carousel__viewport {
    aspect-ratio: 4/3;
  }
  #productCarousel .f-carousel__slide img {
    object-fit: contain !important;
    object-position: center !important;
  }
  .bx-catalog-element h1 {
    font-size: 20px;
    color: #000;
    padding-top: 8px;
  }
  .product-item-detail-pay-block {
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none !important;
  }
}
div.adm-fileinput-item {
  width: auto !important;
}

.adm-fileinput-wrapper-single .adm-fileinput-area {
  width: auto !important;
}

@media (max-width: 767.98px) {
  .rem_form {
    height: 140px;
  }
}
.detail_picture {
  max-height: fit-content !important;
  object-fit: contain;
  display: flex;
  height: auto;
}

@media (max-width: 1199.98px) {
  .static_banner {
    gap: 16px;
  }
  .static_banner .static_banner_title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .static_banner {
    gap: 16px;
    font-size: 14px;
  }
  .static_banner .static_banner_title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.preview_picture {
  object-fit: contain;
  height: auto;
}

.w-fit-content {
  width: fit-content !important;
}

.more_photo {
  position: sticky;
  top: 100px;
}

.img_jw {
  cursor: zoom-in;
}

.bg_banner_saller {
  background: #F8F0F9;
}

.bg_dark {
  background: #2A1535;
}

.type_income {
  color: green;
}

.mp_order_img {
  object-fit: contain;
}

.mp_order_status {
  padding: 4px 12px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 13px;
}

.mp_order_status_new {
  color: oklch(53.2% 0.157 131.589deg);
  background-color: color-mix(in oklab, oklch(84.1% 0.238 128.85deg) 20%, transparent);
}

.bg_404 {
  padding: 50px;
  background: linear-gradient(246deg, #271935 -21.63%, #431E4B -7.6%, #6D2168 11.99%, #8A1E7A 26.56%, #951B81 34.36%, #971E81 44.14%, #9C267F 54.95%, #A4327C 66.29%, #AF4075 77.96%, #BD536C 89.91%, #CF6959 102.07%, #E48134 114.19%, #F39200 121.62%);
}

.errorPage__title {
  font-size: 48px;
  color: white;
}

.errorPage__text {
  font-size: 18px;
  color: white;
}

@media (max-width: 767.98px) {
  .bg_404 {
    padding: 25px 25px 50px;
  }
  .errorPage__title {
    font-size: 24px;
    color: white;
  }
  .errorPage__text {
    font-size: 18px;
    color: white;
  }
}
.btn_sub {
  cursor: pointer;
  padding: 4px 16px;
  border-radius: 8px;
}
.btn_sub:hover {
  background: rgba(0, 0, 0, 0.1);
}

.list_section_info svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}
.list_section_info span {
  font-size: 14px;
  line-height: 1.2;
}

.btn-check:checked + .btn .text-secondary {
  color: white !important;
}

.btn-save-item {
  top: 120px !important;
}

.btn_add_success {
  background: #0f5132;
}

.left_menu_desk {
  position: sticky;
  top: 100px;
}

.hit-name {
  margin-bottom: 0 !important;
}

.ais-Hits-item {
  padding-top: 0;
  padding-bottom: 4px;
}

.hit {
  padding: 6px 0;
  width: -webkit-fill-available;
}

.hit img {
  object-fit: contain;
  max-height: 100%;
}

.img_block {
  width: 100px;
  min-width: 70px;
  height: 70px;
  overflow: hidden;
  display: flex;
  padding-right: 8px;
}

.category_name {
  color: #9f9f9f;
}

.ais-Pagination.pagination {
  display: flex;
  justify-content: center;
}

.ais-HierarchicalMenu-showMore, .ais-Menu-showMore, .ais-RefinementList-showMore, .ais-ClearRefinements-button, .ais-InfiniteHits-loadMore, .ais-RangeInput-submit, .ais-InfiniteHits-loadPrevious, .ais-Pagination-link, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-VoiceSearch-button, .ais-RelevantSort-button {
  padding: 0 9px !important;
}

.result_block1 {
  position: absolute !important;
  max-height: 61vh;
  overflow-y: scroll;
  width: 100%;
  background-color: white;
}

.link_close {
  color: #0d6efd;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.link_close:hover {
  background-color: rgba(13, 110, 253, 0.1);
}

.category_block + .available_block {
  display: none;
}

.price_block {
  text-wrap: nowrap;
}

.scroll-to-top {
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1222;
}

.scroll-to-top:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

.scroll-to-top:active {
  transform: translateY(0);
}

@media (min-width: 992px) {
  .scroll-to-top {
    display: none !important;
  }
}
.title-index {
  padding-top: 16px;
  font-size: 24px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .title-index {
    padding-top: 8px;
    font-size: 16px;
    margin: 0;
  }
}
.news-subscribe-section {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(182deg, rgba(3, 1, 4, 0.01) 36.62%, rgba(3, 1, 4, 0.01) 98.42%), linear-gradient(180deg, #000 0%, #09020c 100%);
  box-shadow: 0 1px 32px 0 rgba(255, 255, 255, 0.32) inset;
  backdrop-filter: blur(62px);
  -webkit-backdrop-filter: blur(62px);
  color: #fff;
  overflow: hidden;
  padding: 20px 16px;
  height: 532px;
}

.news-subscribe-section::after {
  border-radius: 0 0 24px 24px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background: linear-gradient(
          180deg,
          rgba(38, 26, 72, 0) 0%,
          rgba(62, 44, 130, 0.35) 45%,
          rgba(90, 64, 190, 0.7) 100%
  );
  //filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.news-subscribe__image {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 750px;
  max-width: none;
  height: auto;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.news-subscribe-wrapper {
  width: 100%;
}

@media (max-width: 991.98px) {
  .news-subscribe-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.news-subscribe {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .news-subscribe-section {
    height: 336px;
    padding: 32px 44px;
  }

  .news-subscribe__image {
    left: auto;
    right: -125px;
    bottom: 0;
    transform: none;
    width: 820px;
    max-width: none;
  }

  .news-subscribe {
    gap: 32px;
    margin-top: 56px;
  }

  .news-subscribe__title {
    max-width: 284px;
    font-size: 24px!important;
    line-height: 28px!important;
  }

  .news-subscribe__button {
    max-width: 284px;
  }
}

.news-subscribe__title {
  margin: 0;
  color: #fff;
  font-family: "TikTok Sans", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.news-subscribe__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  background: #fff;
  color: #202020;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.news-subscribe__button:hover {
  color: var(--Fonts-Link-Hover, #A440B6);
  background: var(--Background-Gray-Light, #F3F3F3);
}

.news-subscribe__button:active {
  background: #EBE7F8;
  color: var(--Fonts-Link-Default, #5E1BC1);
}

@media (min-width: 992px) {
  .news-subscribe-section {
    height: 431px;
    padding: 80px 56px;
  }

  .news-subscribe__image {
    left: auto;
    right: -190px;
    bottom: 0;
    transform: none;
    width: 1050px;
    max-width: none;
  }

  .news-subscribe {
    gap: 63px;
  }

  .news-subscribe__title {
    max-width: 700px;
    font-size: 48px;
    line-height: 52px;
  }

  .news-subscribe__button {
    width: fit-content;
    padding: 16px 50px;
  }
}

.news-subscribe__button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.news-subscribe-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.news-subscribe-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.news-subscribe-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 32, 32, 0.45);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
}

.news-subscribe-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 40px 0;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}

.news-subscribe-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 26px;
  border: 1px solid var(--Borders-Light, #D7E2EA);
  background: #fff;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.news-subscribe-modal__close svg path {
  transition: fill 0.2s ease;
}

.news-subscribe-modal__image-frame {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.news-subscribe-modal__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.news-subscribe-modal__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
}

.news-subscribe-modal__text {
  display: flex;
  padding: 24px 24px 0 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.news-subscribe-modal__title {
  margin: 0;
  color: var(--Fonts-Primary, #202020);
  font-family: "TikTok Sans", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  align-self: stretch;
}

.news-subscribe-modal__description {
  margin: 0;
  color: var(--Fonts-Secondary, #767E8F);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.news-subscribe-modal__form {
  display: flex;
  padding: 24px 24px 40px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.news-subscribe-modal__field {
  display: block;
  width: 100%;
}

.news-subscribe-modal__input {
  display: flex;
  width: 100%;
  height: 56px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid var(--Borders-Light, #D7E2EA);
  background: var(--Background-Primary, #FFF);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  color: var(--Fonts-Primary, #202020);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.news-subscribe-modal__input::placeholder {
  color: var(--Fonts-Disable, #A8AEBC);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.news-subscribe-modal__input:focus,
.news-subscribe-modal__input:focus-visible {
  border: 1px solid var(--Borders-Accent, #5E1BC1);
  outline: none;
}

.news-subscribe-modal__input.is-error {
  border: 1px solid var(--Borders-Error, #FF3D3D);
  background: var(--Background-Primary, #FFF);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.news-subscribe-modal__error {
  margin-left: 17px;
  margin-top: 2px;
  color: var(--Fonts-Attention, #FF3D3D);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.news-subscribe-modal__error:empty {
  display: none;
}

.news-subscribe-modal__agreement {
  display: flex;
  padding: 4px 0;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.news-subscribe-modal__checkbox {
  margin-top: 2px;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  accent-color: var(--Brand, #5E1BC1);
}

.news-subscribe-modal__checkbox:checked {
  background: var(--Brand, #5E1BC1);
  border-color: var(--Brand, #5E1BC1);
}

.news-subscribe-modal__agreement-text {
  color: var(--Fonts-Primary, #202020);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.news-subscribe-modal__agreement-text a {
  color: var(--Fonts-Link-Default, #5E1BC1);
  text-decoration: none;
}

.news-subscribe-modal__captcha {
  width: 100%;
}

.news-subscribe-modal__submit {
  display: flex;
  width: 100%;
  border: 0;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 26px;
  background: var(--Buttons-Primary, #5E1BC1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  color: var(--Fonts-Primary-Inversion, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.news-subscribe-modal__submit:hover:not(:disabled) {
  background: var(--Buttons-Primary-Hover, #A440B6);
  color: var(--Fonts-Primary-Inversion, #FFF);
}

.news-subscribe-modal__submit:active:not(:disabled) {
  background: var(--Buttons-Primary-Click, #3D2560);
  color: var(--Fonts-Primary-Inversion, #FFF);
}

.news-subscribe-modal__submit:disabled {
  background: var(--Buttons-Primary-Disabled, #D8CFF4);
  cursor: not-allowed;
}

.news-subscribe-modal__success {
  display: none;
  flex: 1 1 auto;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.news-subscribe-modal__success-icon {
  width: 140px;
  height: 140px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.news-subscribe-modal__success-title {
  color: var(--Fonts-Primary, #202020);
  text-align: center;
  font-family: "TikTok Sans", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.news-subscribe-modal__success-text {
  color: var(--Fonts-Secondary, #767E8F);
  text-align: center;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.news-subscribe-modal__content.is-success .news-subscribe-modal__text,
.news-subscribe-modal__content.is-success .news-subscribe-modal__form {
  display: none;
}

.news-subscribe-modal__content.is-success .news-subscribe-modal__success {
  display: flex;
}

.news-subscribe-modal__close:hover {
  border: 1px solid var(--Brand-Pink, #A440B6);
  background: #FFF;
  color: var(--Fonts-Link-Hover, #A440B6);
}

.news-subscribe-modal__close:hover svg path {
  fill: var(--Fonts-Link-Hover, #A440B6);
}

.news-subscribe-modal__close:active {
  border: 1px solid var(--Borders-Accent, #5E1BC1);
  background: #EBE7F8;
  color: var(--Fonts-Link-Default, #5E1BC1);
}

.news-subscribe-modal__close:active svg path {
  fill: var(--Fonts-Link-Default, #5E1BC1);
}

body.news-subscribe-modal-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .news-subscribe-modal__overlay {
    padding: 0;
    align-items: stretch;
  }

  .news-subscribe-modal__close {
    position: fixed;
    top: 12px;
    right: 12px;
  }

  .news-subscribe-modal__dialog {
    margin: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .news-subscribe-modal__image-frame {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .news-subscribe-modal__content {
    position: relative;
    z-index: 2;
    margin-top: -40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .news-subscribe-modal__image-frame {
    height: 400px;
  }

  .news-subscribe-modal__dialog {
    max-width: 560px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape) {
  .news-subscribe-modal__dialog {
    display: flex;
    max-width: 900px;
  }

  .news-subscribe-modal__content {
    flex: 1 1 50%;
    order: 1;
  }

  .news-subscribe-modal__image-frame {
    flex: 1 1 50%;
    height: auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
  }

  .news-subscribe-modal__image {
    position: static;
    width: auto;
    height: 100%;
    transform: none;
  }
}

@media (min-width: 992px) {
  .news-subscribe-modal__submit {
    max-width: 204px;
    width: 100%;
  }

  .news-subscribe-modal__overlay {
    align-items: center;
  }

  .news-subscribe-modal__dialog {
    display: flex;
    width: 940px;
    height: 556px;
    max-width: 940px;
  }

  .news-subscribe-modal__content {
    flex: 1 1 50%;
    order: 1;
    height: 100%;
  }

  .news-subscribe-modal__image-frame {
    flex: 1 1 50%;
    height: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
  }

  .news-subscribe-modal__image {
    position: static;
    width: auto;
    height: 100%;
    transform: none;
  }

  .news-subscribe-modal__title {
    font-size: 32px;
    line-height: 36px;
  }

  .news-subscribe-modal__form {
    flex: 1 1 auto;
  }

  .news-subscribe-modal__submit {
    margin-top: auto;
  }
}

.form-control {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 8px .75rem 0;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-check-input:checked {
  background-color: #667eea;
  border-color: #667eea;
}

.alert {
  border-radius: 10px;
  border: none;
}

.alert-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

.alert-success i {
  font-size: 1.2em;
}

.bg_banner_dark {
  background: #303371;
  color: white;
}

.img_bg-1 {
  position: absolute;
  right: 0;
  height: 122%;
}

.text-muted .basket-coupon-text:after {
  display: none;
}

.label_bid {
  background: #bf0000;
  color: white;
}

/*# sourceMappingURL=template_styles.css.map */

.header-top-bar {
  z-index: 1020;
  border-bottom: 1px solid #E6EEF4;
}

.header-top-row {
  min-height: 40px;
  padding: 8px 0 !important;
}

.header-top-right {
  gap: 0;
}

.header-top-menu {
  display: flex;
  margin-right: 22px;
}

.header-top-menu .nav {
    display: flex;
    gap: unset;
}

.header-top-left {
  margin-left: 0;
  padding-left: 34px;
  gap: 16px !important;
  position: relative;
}

.header-top-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 2px;
  background: #bec1cd;
}

.header-top-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000 !important;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 16px !important;
  transition: color 0.3s ease;
}

.header-top-contact:hover {
  color: #A440B6 !important;
  text-decoration: none;
}

.header-top-contact:hover .header-top-contact__icon svg path {
  fill: #A440B6;
}

.header-top-contact.active {
  color: #3D2560 !important;
}

.header-top-contact.active .header-top-contact__icon svg path {
  fill: #3D2560;
}

.header-top-contact__icon {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 12px;
}

.header-top-contact__icon svg path {
  transition: fill 0.3s ease;
}

.header-main-row {
  min-height: 76px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.header-mobile-search-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  /*box-shadow: 0 4px 32px 0 rgba(25, 19, 34, 0.12);*/
  padding: 8px calc(var(--bs-gutter-x) * .5) 16px;
  z-index: 99;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.header-mobile-search {
  width: 100%;
  max-width: 732px;
  height: 52px;
  padding: 2px;
  margin: 0 auto;
  border-radius: 16px;
  border: 0;
  background: #5E1BC1;
  box-shadow: 0 52px 15px 0 rgba(44, 19, 118, 0), 0 33px 13px 0 rgba(44, 19, 118, 0.01), 0 19px 11px 0 rgba(44, 19, 118, 0.03), 0 8px 8px 0 rgba(44, 19, 118, 0.04), 0 2px 5px 0 rgba(44, 19, 118, 0.05);
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.header-mobile-search__input {
  display: flex;
  padding: 0 16px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
  border-radius: 14px;
  background: #FFF;
}
.header-mobile-search__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  min-width: 18px;
  flex-shrink: 0;
}
.header-mobile-search__icon svg {
  width: 16.5px;
  height: 16.5px;
  display: block;
}
.header-mobile-search__icon svg path {
  fill: #A199AE;
}
.header-mobile-search__placeholder {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(90deg, #5E1BC1 0%, #F3A01A 50.91%, #C139B8 110.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex: 1 1 auto;
}

.header-mobile-search-toggle {
  display: none;
}

.menu_left {
  flex: 1 1 auto;
  min-width: 0;
  gap: 71px;
}

.menu_left .header_logo_block {
  padding-right: 0 !important;
}

.header-main-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

a.btn_catalog {
  text-decoration: none;
  margin-right: 0 !important;
}
a.btn_catalog .btn_catalog__inner {
  display: flex;
  width: 146px;
  height: 52px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #5E1BC1;
  transition: background-color 0.2s ease;
}
a.btn_catalog .btn_catalog__icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.btn_catalog .btn_catalog__text {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
a.btn_catalog:hover .btn_catalog__inner {
  background: #A440B6;
}
a.btn_catalog:active .btn_catalog__inner,
a.btn_catalog.active .btn_catalog__inner,
a.btn_catalog[aria-current=page] .btn_catalog__inner {
  background: #3D2560;
}

.search_line {
  display: flex;
  height: 52px;
  padding: 2px 20px 2px 2px;
  align-items: center;
  gap: 16px;
  flex: 1;
  max-width: unset;
  min-width: 360px;
  border: 0;
  border-radius: 16px;
  background: #5E1BC1;
  box-shadow: 0 52px 15px 0 rgba(44, 19, 118, 0), 0 33px 13px 0 rgba(44, 19, 118, 0.01), 0 19px 11px 0 rgba(44, 19, 118, 0.03), 0 8px 8px 0 rgba(44, 19, 118, 0.04), 0 2px 5px 0 rgba(44, 19, 118, 0.05);
  cursor: pointer;
}
.search_line__input {
  display: flex;
  padding: 0 16px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 14px;
  background: #FFF;
}
.search_line__placeholder {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(90deg, #5E1BC1 0%, #F3A01A 50.91%, #C139B8 110.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search_line__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

.menu_right {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}
.menu_right__item:hover {
  color: #5E1BC1;
}
.menu_right__item:hover span {
  color: #5E1BC1;
}
.menu_right span {
  color: #070707;
  font-size: 14px;
  line-height: 18px;
  margin-top: 1px;
}

.menu_right .personal_name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #767E8F;
    transition: 0.3s ease;
}

.menu_right__item:hover .personal_name {
    color: #5E1BC1;
}

.menu_right__item.active .personal_name {
    color: #3D2560;
}

.add_favor_line,
.basket_line {
  position: relative;
  width: 56px;
  min-width: 56px;
  height: 52px;
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.add_favor_line:hover,
.basket_line:hover {
    background: #F3F3F3;
}

.add_favor_line::before,
.basket_line::before {
  transition: background-image 0.3s ease;
}

.add_favor_line .favor-list-wrap,
.basket_line .cart_count,
.cart_count {
    position: absolute;
    top: -2px;
    right: -2px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: unset;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: unset;
    border: solid 4px #fff;
    color: #fff;
    background: #5E1BC1;
    border-radius: 50%;
    box-sizing: content-box;
    transition: 0.3s;
}


.add_favor_line:hover .favor-list-wrap,
.basket_line:hover .cart_count {
    border-color: #F3F3F3;
}

.basket_line .bx-hdr-profile {
    position: static;
}

.add_favor_line .favor-list-wrap {
  margin: 0 !important;
}
.add_favor_line,
.basket_line {
  width: 56px;
  min-width: 56px;
  height: 52px;
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.add_favor_line svg {
  display: none !important;
}
.add_favor_line::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9567 4.42107L12.0001 4.45551L12.0434 4.42108C12.4042 4.1365 12.9314 3.78037 13.5985 3.49572C14.9521 2.91808 16.865 2.64689 19.0453 3.81025C21.7635 5.26055 23.0975 8.73227 22.2438 12.3077C21.3804 15.9243 18.3122 19.6487 12.2569 21.9043L12.0001 22L11.7432 21.9043C5.68784 19.6487 2.61967 15.9243 1.75616 12.3077C0.90248 8.73227 2.23645 5.26055 4.95457 3.81024C7.13492 2.64687 9.04781 2.91808 10.4015 3.49571C11.0686 3.78036 11.5958 4.13649 11.9567 4.42107Z' fill='%23A199AE'/%3E%3C/svg%3E");
}
.basket_line svg,
.basket_line .bx-basket-block > i {
  display: none !important;
}
.basket_line::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L6.37793 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L21.8545 7.3623L21.3574 11.8389C21.2074 13.1891 20.9621 14.3615 20.1484 15.1533C19.3347 15.9447 18.1564 16.1567 16.8027 16.2695L8.65332 16.9482C8.57482 17.096 8.48385 17.2383 8.37988 17.373L8.04297 17.8076C8.39244 18.1334 8.66349 18.5403 8.82617 19H14.1738C14.5859 17.8353 15.6941 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6941 23 14.5859 22.1647 14.1738 21H8.82617C8.41406 22.1647 7.30585 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04615 17 6.09206 17.0009 6.1377 17.0029L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20C18 19.4477 17.5523 19 17 19Z' fill='%23A199AE'/%3E%3C/svg%3E");
}

/* --- header counters final fix (favorites + cart separately) --- */
.add_favor_line,
.basket_line {
  position: relative;
    border-radius: 999px;
}

/* Desktop hover and active states for icons */
@media (min-width: 992px) {
  .header-menu-right-desktop .add_favor_line:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9567 4.42107L12.0001 4.45551L12.0434 4.42108C12.4042 4.1365 12.9314 3.78037 13.5985 3.49572C14.9521 2.91808 16.865 2.64689 19.0453 3.81025C21.7635 5.26055 23.0975 8.73227 22.2438 12.3077C21.3804 15.9243 18.3122 19.6487 12.2569 21.9043L12.0001 22L11.7432 21.9043C5.68784 19.6487 2.61967 15.9243 1.75616 12.3077C0.90248 8.73227 2.23645 5.26055 4.95457 3.81024C7.13492 2.64687 9.04781 2.91808 10.4015 3.49571C11.0686 3.78036 11.5958 4.13649 11.9567 4.42107Z' fill='%235E1BC1'/%3E%3C/svg%3E");
  }

  .header-menu-right-desktop .basket_line:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L6.37793 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L21.8545 7.3623L21.3574 11.8389C21.2074 13.1891 20.9621 14.3615 20.1484 15.1533C19.3347 15.9447 18.1564 16.1567 16.8027 16.2695L8.65332 16.9482C8.57482 17.096 8.48385 17.2383 8.37988 17.373L8.04297 17.8076C8.39244 18.1334 8.66349 18.5403 8.82617 19H14.1738C14.5859 17.8353 15.6941 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6941 23 14.5859 22.1647 14.1738 21H8.82617C8.41406 22.1647 7.30585 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04615 17 6.09206 17.0009 6.1377 17.0029L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20C18 19.4477 17.5523 19 17 19Z' fill='%235E1BC1'/%3E%3C/svg%3E");
  }

  /* Active/Click состояния */
  .header-menu-right-desktop .add_favor_line.active::before,
  .header-menu-right-desktop .add_favor_line:active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9567 4.42107L12.0001 4.45551L12.0434 4.42108C12.4042 4.1365 12.9314 3.78037 13.5985 3.49572C14.9521 2.91808 16.865 2.64689 19.0453 3.81025C21.7635 5.26055 23.0975 8.73227 22.2438 12.3077C21.3804 15.9243 18.3122 19.6487 12.2569 21.9043L12.0001 22L11.7432 21.9043C5.68784 19.6487 2.61967 15.9243 1.75616 12.3077C0.90248 8.73227 2.23645 5.26055 4.95457 3.81024C7.13492 2.64687 9.04781 2.91808 10.4015 3.49571C11.0686 3.78036 11.5958 4.13649 11.9567 4.42107Z' fill='%233D2560'/%3E%3C/svg%3E");
  }

.header-menu-right-desktop .basket_line.active::before,
.header-menu-right-desktop .basket_line:active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L6.37793 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L21.8545 7.3623L21.3574 11.8389C21.2074 13.1891 20.9621 14.3615 20.1484 15.1533C19.3347 15.9447 18.1564 16.1567 16.8027 16.2695L8.65332 16.9482C8.57482 17.096 8.48385 17.2383 8.37988 17.373L8.04297 17.8076C8.39244 18.1334 8.66349 18.5403 8.82617 19H14.1738C14.5859 17.8353 15.6941 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6941 23 14.5859 22.1647 14.1738 21H8.82617C8.41406 22.1647 7.30585 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04615 17 6.09206 17.0009 6.1377 17.0029L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20C18 19.4477 17.5523 19 17 19Z' fill='%233D2560'/%3E%3C/svg%3E");
}
}

/* --- mobile bottom menu (figma) --- */
.fixed-bottom .menu_bottom {
  margin-top: 0;
}

.fixed-bottom .menu_bottom_item,
.fixed-bottom .menu_bottom .basket_line,
.fixed-bottom .menu_bottom .add_favor_line {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.fixed-bottom .menu_bottom_item {
  color: #B7BEC2 !important;
}

.fixed-bottom .menu_bottom_item.active {
  color: #702FF3 !important;
}

.fixed-bottom .menu_bottom_item svg,
.fixed-bottom .menu_bottom .basket_line svg,
.fixed-bottom .menu_bottom .add_favor_line svg {
  width: 24px;
  height: 24px;
  display: block;
}

.fixed-bottom .menu_bottom_item span,
.fixed-bottom .menu_bottom .basket_line span,
.fixed-bottom .menu_bottom .add_favor_line span {
  margin-top: 0;
}

.fixed-bottom .menu_bottom .basket_line,
.fixed-bottom .menu_bottom .add_favor_line {
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  gap: 8px !important;
  color: inherit !important;
}

.fixed-bottom .menu_bottom_item--basket,
.fixed-bottom .menu_bottom_item--favorites {
  color: #B7BEC2 !important;
}

.fixed-bottom .menu_bottom_item--basket.active,
.fixed-bottom .menu_bottom_item--favorites.active {
  color: #702FF3 !important;
}

.fixed-bottom .menu_bottom_item--basket .bx-basket.bx-opener {
  color: #B7BEC2 !important;
}

.fixed-bottom .menu_bottom_item--basket.active .bx-basket.bx-opener {
  color: #702FF3 !important;
}

.fixed-bottom .menu_bottom_item--basket .basket_line,
.fixed-bottom .menu_bottom_item--basket .basket_line span,
.fixed-bottom .menu_bottom_item--favorites .add_favor_line,
.fixed-bottom .menu_bottom_item--favorites .add_favor_line span {
  color: inherit !important;
}
.fixed-bottom .menu_bottom .basket_line .bx-hdr-profile,
.fixed-bottom .menu_bottom .basket_line .bx-basket-block {
  display: contents;
}

.fixed-bottom .menu_bottom .basket_line svg,
.fixed-bottom .menu_bottom .add_favor_line svg {
  display: none !important;
}

.fixed-bottom .menu_bottom .basket_line::before,
.fixed-bottom .menu_bottom .add_favor_line::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: currentColor;
  background-image: none;
}

.fixed-bottom .menu_bottom .basket_line::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M21.11 5.0057C21.6588 5.06668 22.0547 5.56132 21.9937 6.11019L21.357 11.8387C21.207 13.1891 20.9619 14.3614 20.148 15.1532C19.3342 15.9446 18.1562 16.1566 16.8023 16.2694L8.08261 16.9959C7.53224 17.0418 7.04938 16.6332 7.00351 16.0828C6.95765 15.5325 7.36622 15.0496 7.9166 15.0037L16.6363 14.2762C18.0102 14.1618 18.5033 13.9627 18.7535 13.7196C19.0036 13.4762 19.2164 12.9888 19.3687 11.618L20.0055 5.88949C20.0664 5.34062 20.5611 4.94477 21.11 5.0057Z' fill='%23000'/%3E%3Cpath d='M22 5C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H6C5.44772 7 5 6.55228 5 6C5 5.44772 5.44772 5 6 5H22Z' fill='%23000'/%3E%3Cpath d='M7 20C7 19.4477 6.55228 19 6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20ZM9 20C9 21.6569 7.65685 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C7.65685 17 9 18.3431 9 20Z' fill='%23000'/%3E%3Cpath d='M18 20C18 19.4477 17.5523 19 17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20ZM20 20C20 21.6569 18.6569 23 17 23C15.3431 23 14 21.6569 14 20C14 18.3431 15.3431 17 17 17C18.6569 17 20 18.3431 20 20Z' fill='%23000'/%3E%3Cpath d='M15 19C15.5523 19 16 19.4477 16 20C16 20.5523 15.5523 21 15 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H15Z' fill='%23000'/%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L8.90723 14.8271C9.13524 15.7133 8.93827 16.6496 8.37988 17.373L7.42383 18.6113C7.08644 19.0483 6.4586 19.129 6.02148 18.792C5.58433 18.4545 5.50331 17.8258 5.84082 17.3887L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / 24px 24px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M21.11 5.0057C21.6588 5.06668 22.0547 5.56132 21.9937 6.11019L21.357 11.8387C21.207 13.1891 20.9619 14.3614 20.148 15.1532C19.3342 15.9446 18.1562 16.1566 16.8023 16.2694L8.08261 16.9959C7.53224 17.0418 7.04938 16.6332 7.00351 16.0828C6.95765 15.5325 7.36622 15.0496 7.9166 15.0037L16.6363 14.2762C18.0102 14.1618 18.5033 13.9627 18.7535 13.7196C19.0036 13.4762 19.2164 12.9888 19.3687 11.618L20.0055 5.88949C20.0664 5.34062 20.5611 4.94477 21.11 5.0057Z' fill='%23000'/%3E%3Cpath d='M22 5C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H6C5.44772 7 5 6.55228 5 6C5 5.44772 5.44772 5 6 5H22Z' fill='%23000'/%3E%3Cpath d='M7 20C7 19.4477 6.55228 19 6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20ZM9 20C9 21.6569 7.65685 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C7.65685 17 9 18.3431 9 20Z' fill='%23000'/%3E%3Cpath d='M18 20C18 19.4477 17.5523 19 17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20ZM20 20C20 21.6569 18.6569 23 17 23C15.3431 23 14 21.6569 14 20C14 18.3431 15.3431 17 17 17C18.6569 17 20 18.3431 20 20Z' fill='%23000'/%3E%3Cpath d='M15 19C15.5523 19 16 19.4477 16 20C16 20.5523 15.5523 21 15 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H15Z' fill='%23000'/%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L8.90723 14.8271C9.13524 15.7133 8.93827 16.6496 8.37988 17.373L7.42383 18.6113C7.08644 19.0483 6.4586 19.129 6.02148 18.792C5.58433 18.4545 5.50331 17.8258 5.84082 17.3887L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / 24px 24px;
}

.fixed-bottom .menu_bottom .add_favor_line::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.68 2C3.85563 2 2 4.31047 2 7.24837C2 9.81296 3.17265 11.9301 4.9667 13.7252C6.65596 15.4154 8.85268 16.7731 11 17.8774C13.1473 16.7731 15.344 15.4154 17.0333 13.7252C18.8273 11.9301 20 9.81295 20 7.24837C20 4.31047 18.1443 2 15.32 2C13.7779 2 12.7004 2.75082 11.8321 4.05333C11.6466 4.33153 11.3344 4.49863 11 4.49863C10.6656 4.49863 10.3534 4.33153 10.1679 4.05333C9.29961 2.75082 8.22206 2 6.68 2ZM0 7.24837C0 3.50767 2.47171 0 6.68 0C8.53407 0 9.93602 0.753942 11 1.88765C12.064 0.753943 13.4659 0 15.32 0C19.5283 0 22 3.50767 22 7.24837C22 10.4953 20.4935 13.0923 18.4479 15.139C16.4151 17.173 13.8025 18.7149 11.4474 19.893C11.1658 20.0338 10.8342 20.0338 10.5526 19.893C8.19751 18.7149 5.58488 17.173 3.55209 15.139C1.50655 13.0923 0 10.4953 0 7.24837Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / 24px 24px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.68 2C3.85563 2 2 4.31047 2 7.24837C2 9.81296 3.17265 11.9301 4.9667 13.7252C6.65596 15.4154 8.85268 16.7731 11 17.8774C13.1473 16.7731 15.344 15.4154 17.0333 13.7252C18.8273 11.9301 20 9.81295 20 7.24837C20 4.31047 18.1443 2 15.32 2C13.7779 2 12.7004 2.75082 11.8321 4.05333C11.6466 4.33153 11.3344 4.49863 11 4.49863C10.6656 4.49863 10.3534 4.33153 10.1679 4.05333C9.29961 2.75082 8.22206 2 6.68 2ZM0 7.24837C0 3.50767 2.47171 0 6.68 0C8.53407 0 9.93602 0.753942 11 1.88765C12.064 0.753943 13.4659 0 15.32 0C19.5283 0 22 3.50767 22 7.24837C22 10.4953 20.4935 13.0923 18.4479 15.139C16.4151 17.173 13.8025 18.7149 11.4474 19.893C11.1658 20.0338 10.8342 20.0338 10.5526 19.893C8.19751 18.7149 5.58488 17.173 3.55209 15.139C1.50655 13.0923 0 10.4953 0 7.24837Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / 24px 24px;
}

.fixed-bottom .menu_bottom .basket_line .cart_count,
.fixed-bottom .menu_bottom .add_favor_line .favor-list-wrap {
  position: absolute !important;
  transform: none !important;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 4px !important;
  min-width: 17px;
  height: 17px !important;
  border-radius: 100px !important;
  background: #FF301D !important;
  box-shadow: 0 0 2px 0 rgba(148, 148, 148, 0.35) inset !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 17px !important;
  text-align: center;
  border: none !important;
  box-sizing: border-box;
}

.fixed-bottom .menu_bottom .basket_line .cart_count {
  top: -4px !important;
  right: -2px !important;
}

.fixed-bottom .menu_bottom .add_favor_line .favor-list-wrap {
  top: -4px !important;
  right: -2px !important;
}

.home-advantages {
  width: 100%;
  margin: 40px 0;
  position: relative;
  overflow: visible;
}

.home-advantages__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-advantages__pagination {
  display: none;
  position: static;
}

.home-advantages__item {
  display: flex;
  margin-left: 64px;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  width: auto;
  height: auto;
}

.home-advantages__icon {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 89.888px;
  box-sizing: border-box;
}

.home-advantages__icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.home-advantages__icon--calendar {
  background: linear-gradient(180deg, #EEF9FF 0%, #CEF 100%);
}

.home-advantages__icon--check {
  background: linear-gradient(180deg, #F3F5F6 0%, #D0F5C8 100%);
}

.home-advantages__icon--delivery {
  background: linear-gradient(180deg, #F6F5F3 0%, #F5DDCE 100%);
}

.home-advantages__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  flex: 1 1 auto;
  min-width: 0;
}

.home-advantages__title {
  color: #202020;
  font-family: "TikTok Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 120;
  font-weight: 700;
  line-height: 28px;
  max-width: 100%;
}

.home-advantages__text {
  color: rgba(3, 5, 28, 0.5);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 100%;
}

@media (max-width: 1599.98px) {
  .home-advantages__item {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .home-advantages__wrapper {
    gap: 20px;
    justify-content: center;
  }

  .home-advantages__item {
    gap: 12px;
  }

  .home-advantages__icon {
    width: 40px;
    height: 40px;
    padding: 10.5px 10px 9.5px 10px;
  }

  .home-advantages__icon svg {
    width: 20px;
    height: 20px;
  }

  .home-advantages__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .home-advantages__text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}

@media (max-width: 767.98px) {
  .home-advantages {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-advantages__wrapper {
    gap: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .home-advantages__pagination {
    display: flex;
    padding: 10px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 100px;
    background: #FFF;
    backdrop-filter: blur(6px);
    width: fit-content !important;
    margin: 12px auto 0;
    position: static;
  }

  .home-advantages__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 12px;
    background: rgba(28, 0, 74, 0.16);
    opacity: 1;
    margin: 0 !important;
  }

  .home-advantages__pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: #5E1BC1;
  }

  .home-advantages__item {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }

  .home-advantages__content {
    flex: 0 0 auto;
    width: auto;
  }

  .home-advantages__icon {
    width: 80px;
    height: 80px;
    padding: 24px;
  }

  .home-advantages__icon svg {
    width: 32px;
    height: 32px;
  }

  .home-advantages__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }

  .home-advantages__text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

@media screen and (min-width: 992px) {
    .home-advantages {
        margin: 80px 0;
    }

    .home-advantages__wrapper {
        justify-content: space-between;
    }

    .home-advantages__title {
        display: flex;
        align-items: center;
        min-height: 42px;
    }
}

.resale-market {
  padding: 32px 0;
  font-family: "TikTok Sans", sans-serif;
}

@media screen and (min-width: 768px) {
    .resale-market {
        padding: 40px 0;
    }
}

@media screen and (min-width: 992px) {
    .resale-market {
        padding: 80px 0;
    }
}

.resale-market__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  padding: 12px 58px;
  margin: 0 auto;
}

.resale-market__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}

.resale-market__copy {
  display: flex;
  width: 705px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.resale-market__title {
  font-family: "TikTok Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  font-variation-settings: "slnt" 0, "wdth" 120;
  line-height: 44px;
  font-synthesis: weight;
  margin: 0;
  color: #202020;
}

.resale-market__text {
  color: var(--Fonts-Primary, #202020);
  font-family: "TikTok Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1%;
  margin: 0;
}

.resale-market__text-buy {
  color: #FE6C44;
  font-family: "TikTok Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.32px;
}

.resale-market__text-sell {
  color: var(--Brand, #5E1BC1);
  font-family: "TikTok Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.32px;
}

.resale-market__text-story {
  background: linear-gradient(90deg, #FF8527 0%, #F9189E 47.3%, #2D1F61 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "TikTok Sans", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.32px;
}

.resale-market__button {
  display: flex;
  width: 204px;
  height: 52px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 26px;
  border: 1px solid var(--Borders-Light, #E6EEF4);
  background: #F3F3F3;
  backdrop-filter: blur(7px);
  color: var(--Fonts-Primary, #202020);
  text-decoration: none;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.resale-market__button:hover {
  background: #A440B6;
  border-color: #A440B6;
  color: #FFFFFF;
}

.resale-market__button:active {
  background: #3D2560;
  border-color: #3D2560;
  color: #FFFFFF;
}

.resale-market__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.resale-market__media {
  position: relative;
  display: inline-block;
  max-width: 677px;
}

.resale-market__media::before,
.resale-market__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  pointer-events: none;
}

.resale-market__media::before {
  top: 0;
  background: linear-gradient(1deg, rgba(255, 255, 255, 0) 1.04%, #FFFFFF 66.32%);
}

.resale-market__media::after {
  bottom: 0;
  background: linear-gradient(359deg, #FFFFFF 27%, rgba(255, 255, 255, 0) 99.06%);
}

@media (max-width: 1439.98px) {
  .resale-market__inner {
    padding: 0 44px;
  }

  .resale-market__content,
  .resale-market__media {
    flex: 1 1 0;
  }

  .resale-market__copy {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .resale-market__copy {
    gap: 4px;
  }

  .resale-market__title {
    color: var(--Fonts-Primary, #202020);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
  }

  .resale-market__text {
    font-feature-settings: "liga" off, "clig" off;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .resale-market__text-buy,
  .resale-market__text-sell,
  .resale-market__text-story {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}

@media (max-width: 767.98px) {
  .resale-market__inner {
    flex-direction: column;
    gap: 24px;
  }

  .resale-market__content {
    align-items: center;
    gap: 24px;
  }

  .resale-market__copy {
    width: 100%;
    align-items: center;
    gap: 4px;
  }

  .resale-market__title {
    font-family: "TikTok Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }

  .resale-market__text {
    text-align: center;
    font-family: "TikTok Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .resale-market__text-buy,
  .resale-market__text-sell,
  .resale-market__text-story {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .resale-market__button {
    display: none;
  }
}

.sell-auction-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 80px 0;
}

.sell-auction-block__item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 208px;
  border-radius: 32px;
  padding: 40px 56px;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
}

.sell-auction-block__item--sell {
  background: #E9841E;
}

.sell-auction-block__item--auction {
  background: #A248E2;
}

.sell-auction-block__item--auction::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: linear-gradient(290deg, #FFB92E 0%, rgba(214, 48, 48, 0) 60%);
  opacity: 0.8;
}

.sell-auction-block__corner-icon {
  position: absolute;
  top: 20px;
  right: 19px;
  width: 44px;
  height: 44px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
  pointer-events: none;
}

.sell-auction-block__item--auction:hover .sell-auction-block__corner-icon,
.sell-auction-block__item--auction:focus-within .sell-auction-block__corner-icon {
  opacity: 1;
  transform: translateY(0);
}

.sell-auction-block__content,
.sell-auction-block__img {
  position: relative;
  z-index: 1;
}

.sell-auction-block__title {
  color: var(--Fonts-Primary-Inversion, #FFF);
  font-family: "TikTok Sans";
  font-variation-settings: "slnt" 0, "wdth" 120;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 12px;
}

.sell-auction-block__text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  max-width: 61.71%;
}

.sell-auction-block__img {
  position: absolute;
  height: auto;
  width: auto;
  object-fit: contain;
}

.sell-auction-block__img--sell {
  width: 362px;
  height: auto;
  top: -4px;
  right: -13px;
}

.sell-auction-block__img--auction {
  width: 226px;
  height: auto;
  top: 10px;
  right: 28px;
}

@media (max-width: 1700px) {
  .sell-auction-block__item {
    padding: 40px 44px;
  }

  .sell-auction-block__img--sell {
    top: -4px;
    right: -145px;
  }

  .sell-auction-block__img--auction {
    width: 154px;
    height: 136px;
    top: 41px;
    right: -13px;
  }
}

@media (max-width: 1300px) {
  .sell-auction-block {
    flex-direction: column;
    gap: 12px;
    margin: 40px 0;
  }

  .sell-auction-block__item {
    width: 100%;
    padding: 20px;
    min-height: 153px;
  }
  .sell-auction-block__title {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 24px;
  }

  .sell-auction-block__img--sell {
    width: 226px;
    height: 130px;
    aspect-ratio: 92 / 55;
    top: 9px;
    right: 10px;
  }
  .sell-auction-block__img--auction {
    top: 11px;
    right: 47px;
  }

  .sell-auction-block__corner-icon {
    top: 8px;
    right: 8px;
  }
}

@media (max-width: 675px) {
  .sell-auction-block__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .sell-auction-block__text {
    font-size: 13px;
    line-height: normal;
  }
  .sell-auction-block__item {
    min-height: 182px;
  }
  .sell-auction-block {
    margin: 32px 0;
  }
  .sell-auction-block__img--sell {
    width: 231px;
    height: 154px;
    top: 40px;
    right: -73px;
  }
  .sell-auction-block__img--auction {
    width: 129px;
    height: 113px;
    top: 70px;
    right: 1px;
  }
}

body.auction-page .fixed-bottom .menu_bottom_item,
body.auction-page .fixed-bottom .menu_bottom_item--basket,
body.auction-page .fixed-bottom .menu_bottom_item--favorites,
body.auction-page .fixed-bottom .menu_bottom .basket_line,
body.auction-page .fixed-bottom .menu_bottom .add_favor_line {
  color: #9097A8 !important;
}

body.auction-page .fixed-bottom .menu_bottom_item.active,
body.auction-page .fixed-bottom .menu_bottom_item--basket.active,
body.auction-page .fixed-bottom .menu_bottom_item--favorites.active,
body.auction-page .fixed-bottom .menu_bottom_item--basket.active .basket_line,
body.auction-page .fixed-bottom .menu_bottom_item--favorites.active .add_favor_line {
  color: #D56201 !important;
}

body.auction-page .fixed-bottom .menu_bottom_item svg,
body.auction-page .fixed-bottom .menu_bottom_item svg path {
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

body.auction-page {
  --auction-profile-accent: #F1720B;
  --auction-profile-accent-active: #D56201;
  --auction-profile-accent-soft: rgba(241, 114, 11, 0.12);
  --auction-profile-accent-border: rgba(241, 114, 11, 0.32);
  scrollbar-color: var(--auction-profile-accent) #EFF1F5;
}

body.auction-page::-webkit-scrollbar,
body.auction-page .authorization::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

body.auction-page::-webkit-scrollbar-track,
body.auction-page .authorization::-webkit-scrollbar-track {
  background: #EFF1F5;
}

body.auction-page::-webkit-scrollbar-thumb,
body.auction-page .authorization::-webkit-scrollbar-thumb {
  background: var(--auction-profile-accent) !important;
  border-radius: 10px;
}

body.auction-page::-webkit-scrollbar-thumb:hover,
body.auction-page .authorization::-webkit-scrollbar-thumb:hover {
  background: var(--auction-profile-accent-active) !important;
}

body.auction-page .header-menu-right-desktop .add_favor_line:hover::before,
body.auction-page .header-menu-right-desktop .add_favor_line.active::before,
body.auction-page .header-menu-right-desktop .add_favor_line.in-favor::before,
body.auction-page .header-menu-right-desktop .add_favor_line:active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9567 4.42107L12.0001 4.45551L12.0434 4.42108C12.4042 4.1365 12.9314 3.78037 13.5985 3.49572C14.9521 2.91808 16.865 2.64689 19.0453 3.81025C21.7635 5.26055 23.0975 8.73227 22.2438 12.3077C21.3804 15.9243 18.3122 19.6487 12.2569 21.9043L12.0001 22L11.7432 21.9043C5.68784 19.6487 2.61967 15.9243 1.75616 12.3077C0.90248 8.73227 2.23645 5.26055 4.95457 3.81024C7.13492 2.64687 9.04781 2.91808 10.4015 3.49571C11.0686 3.78036 11.5958 4.13649 11.9567 4.42107Z' fill='%23F1720B'/%3E%3C/svg%3E") !important;
}

body.auction-page .header-menu-right-desktop .basket_line:hover::before,
body.auction-page .header-menu-right-desktop .basket_line.active::before,
body.auction-page .header-menu-right-desktop .basket_line:active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L6.37793 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L21.8545 7.3623L21.3574 11.8389C21.2074 13.1891 20.9621 14.3615 20.1484 15.1533C19.3347 15.9447 18.1564 16.1567 16.8027 16.2695L8.65332 16.9482C8.57482 17.096 8.48385 17.2383 8.37988 17.373L8.04297 17.8076C8.39244 18.1334 8.66349 18.5403 8.82617 19H14.1738C14.5859 17.8353 15.6941 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6941 23 14.5859 22.1647 14.1738 21H8.82617C8.41406 22.1647 7.30585 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04615 17 6.09206 17.0009 6.1377 17.0029L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20C18 19.4477 17.5523 19 17 19Z' fill='%23F1720B'/%3E%3C/svg%3E") !important;
}

body.auction-page .favor-list-wrap,
body.auction-page .cart_count,
body.auction-page .basket_line .cart_count,
body.auction-page .add_favor_line .favor-list-wrap {
  background: var(--auction-profile-accent) !important;
}

body.auction-page .sale-personal-section-index-block {
  background: linear-gradient(135deg, #F1720B 0%, #D56201 52%, #211F1E 100%) !important;
  box-shadow: 0 16px 34px rgba(213, 98, 1, 0.18);
}

body.auction-page .sale-personal-section-index-block:hover {
  box-shadow: 0 20px 42px rgba(213, 98, 1, 0.24);
}

body.auction-page .bx_profile .form-control:focus {
  border-color: var(--auction-profile-accent);
  box-shadow: 0 0 0 0.2rem rgba(241, 114, 11, 0.16);
}

body.auction-page .bx_profile .btn-themes.btn-default,
body.auction-page .bx_profile .main-profile-submit,
body.auction-page .sale-order-list-button {
  background: var(--auction-profile-accent) !important;
  border-color: var(--auction-profile-accent) !important;
  color: #fff !important;
}

body.auction-page .bx_profile .btn-themes.btn-default:hover,
body.auction-page .bx_profile .btn-themes.btn-default:focus,
body.auction-page .bx_profile .main-profile-submit:hover,
body.auction-page .bx_profile .main-profile-submit:focus,
body.auction-page .sale-order-list-button:hover,
body.auction-page .sale-order-list-button:focus {
  background: var(--auction-profile-accent-active) !important;
  border-color: var(--auction-profile-accent-active) !important;
  color: #fff !important;
}

body.auction-page .bx_profile input[type="submit"].main-profile-submit,
body.auction-page .bx_profile input[name="save"].btn-themes.btn-default {
  background: var(--auction-profile-accent) !important;
  border-color: var(--auction-profile-accent) !important;
  color: #fff !important;
}

body.auction-page .bx_profile input[type="submit"].main-profile-submit:hover,
body.auction-page .bx_profile input[type="submit"].main-profile-submit:focus,
body.auction-page .bx_profile input[name="save"].btn-themes.btn-default:hover,
body.auction-page .bx_profile input[name="save"].btn-themes.btn-default:focus {
  background: #E06907 !important;
  border-color: #E06907 !important;
  color: #fff !important;
}

body.auction-page .bx_profile input[type="submit"].main-profile-submit:active,
body.auction-page .bx_profile input[type="submit"].main-profile-submit.active,
body.auction-page .bx_profile input[name="save"].btn-themes.btn-default:active,
body.auction-page .bx_profile input[name="save"].btn-themes.btn-default.active {
  background: var(--auction-profile-accent-active) !important;
  border-color: var(--auction-profile-accent-active) !important;
  color: #fff !important;
}

body.auction-page .bx-auth-profile .cabinet-profile-form input[type="submit"][name="save"].btn-primary {
  background: var(--auction-profile-accent) !important;
  border-color: var(--auction-profile-accent) !important;
  color: #fff !important;
}

body.auction-page .bx-auth-profile .cabinet-profile-form input[type="submit"][name="save"].btn-primary:hover,
body.auction-page .bx-auth-profile .cabinet-profile-form input[type="submit"][name="save"].btn-primary:focus {
  background: #E06907 !important;
  border-color: #E06907 !important;
  color: #fff !important;
}

body.auction-page .bx-auth-profile .cabinet-profile-form input[type="submit"][name="save"].btn-primary:active,
body.auction-page .bx-auth-profile .cabinet-profile-form input[type="submit"][name="save"].btn-primary.active {
  background: var(--auction-profile-accent-active) !important;
  border-color: var(--auction-profile-accent-active) !important;
  color: #fff !important;
}

body.auction-page .bx-auth-profile .cabinet-profile-form .form-floating > .form-control,
body.auction-page .bx-auth-profile .cabinet-profile-form .form-floating > .form-control-sm {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  line-height: 1.25;
}

body.auction-page .sale-order-link,
body.auction-page .sale-order-history-link,
body.auction-page .sale-order-list-shipment-button,
body.auction-page .sale-order-list-repeat-link,
body.auction-page .sale-order-list-about-link,
body.auction-page .sale-order-list-change-payment,
body.auction-page .bx_my_order .bx_my_order_table td a {
  color: var(--auction-profile-accent) !important;
}

body.auction-page .sale-order-link:hover,
body.auction-page .sale-order-history-link:hover,
body.auction-page .sale-order-list-shipment-button:hover,
body.auction-page .sale-order-list-repeat-link:hover,
body.auction-page .sale-order-list-about-link:hover,
body.auction-page .sale-order-list-change-payment:hover,
body.auction-page .bx_my_order .bx_my_order_table td a:hover {
  color: var(--auction-profile-accent-active) !important;
}

body.auction-page .sale-order-list-title-container {
  background: var(--auction-profile-accent-soft) !important;
}

body.auction-page .sale-order-list-inner-container,
body.auction-page .sale-order-list-inner-accomplished {
  border-color: var(--auction-profile-accent-border) !important;
}

body.auction-page .authorization {
  scrollbar-color: var(--auction-profile-accent) #EFF1F5;
}

body.auction-page .authorization::-webkit-scrollbar-thumb {
  background: var(--auction-profile-accent);
}

body.auction-page .authorization::-webkit-scrollbar-thumb:hover {
  background: var(--auction-profile-accent-active);
}


body.auction-page .authorization__submit.btn--alt,
body.auction-page .authorization__btn.btn--alt,
body.auction-page .authorization__btn--save._active {
  background: var(--auction-profile-accent) !important;
  border-color: var(--auction-profile-accent) !important;
  color: #fff !important;
}

body.auction-page .authorization__submit.btn--alt:hover,
body.auction-page .authorization__submit.btn--alt:focus,
body.auction-page .authorization__btn.btn--alt:hover,
body.auction-page .authorization__btn.btn--alt:focus,
body.auction-page .authorization__btn--save._active:hover,
body.auction-page .authorization__btn--save._active:focus {
  background: var(--auction-profile-accent-active) !important;
  border-color: var(--auction-profile-accent-active) !important;
  color: #fff !important;
}

body.auction-page .authorization__block-send,
body.auction-page .authorization__block-checkbox .checkbox__text a {
  color: var(--auction-profile-accent) !important;
}

body.auction-page .authorization__block-confirmation .input._form-focus,
body.auction-page .authorization__block-input._form-focus .input,
body.auction-page .authorization__block-input .input._form-focus,
body.auction-page .authorization__block-data .input._form-focus {
  border-color: var(--auction-profile-accent) !important;
  box-shadow: 0 0 0 3px rgba(241, 114, 11, 0.12);
}

body.auction-page .authorization__block-checkboxs .checkbox__input:checked + .checkbox__label::before,
body.auction-page .authorization__block-checkboxs .checkbox__input:checked ~ .checkbox__label::before {
  background: var(--auction-profile-accent) !important;
  border-color: var(--auction-profile-accent) !important;
}

body.auction-page .authorization__close:hover,
body.auction-page .authorization__back:hover,
body.auction-page .authorization__block-location:hover,
body.auction-page .authorization__block-edit:hover {
  border-color: var(--auction-profile-accent) !important;
}

body.auction-page .authorization__close:hover::before,
body.auction-page .authorization__back:hover::before,
body.auction-page .authorization__block-location:hover::before,
body.auction-page .authorization__block-location:hover::after,
body.auction-page .authorization__block-edit:hover::before,
body.auction-page .authorization__block-data.authorization__block-data--icon::before {
  background: var(--auction-profile-accent) !important;
}

body.auction-page .authorization__block-send:hover {
  background: var(--auction-profile-accent) !important;
  color: #fff !important;
}

body.auction-page .authorization__btn.btn--border:hover,
body.auction-page .authorization__btn.btn--border:focus {
  border-color: var(--auction-profile-accent) !important;
  color: var(--auction-profile-accent) !important;
}

html:has(body.auction-page),
html:has(body.auction-lot-page),
body.auction-page,
body.auction-lot-page {
  scrollbar-gutter: auto;
}

body.auction-page,
body.auction-lot-page {
  scrollbar-color: var(--color-vilet) transparent;
}

body.auction-page::-webkit-scrollbar-track,
body.auction-lot-page::-webkit-scrollbar-track {
  background: transparent;
}

body.auction-page::-webkit-scrollbar-thumb,
body.auction-lot-page::-webkit-scrollbar-thumb {
  background: var(--color-vilet) !important;
}

body.auction-page::-webkit-scrollbar-thumb:hover,
body.auction-lot-page::-webkit-scrollbar-thumb:hover {
  background: var(--color-vilet) !important;
}

/* Auction lot page keeps the auction header palette even though WGP styles load after it. */
body.auction-lot-page .header-menu-right-desktop .add_favor_line .favor-list-wrap,
body.auction-lot-page .header-menu-right-desktop .basket_line .cart_count {
  background: #F1720B;
}

body.auction-lot-page .header-menu-right-desktop .add_favor_line::before,
body.auction-lot-page .header-menu-right-desktop .basket_line::before {
  background-image: none !important;
  background-color: #9097A8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

body.auction-lot-page .header-menu-right-desktop .add_favor_line::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11.9567 4.42107L12.0001 4.45551L12.0434 4.42108C12.4042 4.1365 12.9314 3.78037 13.5985 3.49572C14.9521 2.91808 16.865 2.64689 19.0453 3.81025C21.7635 5.26055 23.0975 8.73227 22.2438 12.3077C21.3804 15.9243 18.3122 19.6487 12.2569 21.9043L12.0001 22L11.7432 21.9043C5.68784 19.6487 2.61967 15.9243 1.75616 12.3077C0.90248 8.73227 2.23645 5.26055 4.95457 3.81024C7.13492 2.64687 9.04781 2.91808 10.4015 3.49571C11.0686 3.78036 11.5958 4.13649 11.9567 4.42107Z'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11.9567 4.42107L12.0001 4.45551L12.0434 4.42108C12.4042 4.1365 12.9314 3.78037 13.5985 3.49572C14.9521 2.91808 16.865 2.64689 19.0453 3.81025C21.7635 5.26055 23.0975 8.73227 22.2438 12.3077C21.3804 15.9243 18.3122 19.6487 12.2569 21.9043L12.0001 22L11.7432 21.9043C5.68784 19.6487 2.61967 15.9243 1.75616 12.3077C0.90248 8.73227 2.23645 5.26055 4.95457 3.81024C7.13492 2.64687 9.04781 2.91808 10.4015 3.49571C11.0686 3.78036 11.5958 4.13649 11.9567 4.42107Z'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
}

body.auction-lot-page .header-menu-right-desktop .basket_line::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L6.37793 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L21.8545 7.3623L21.3574 11.8389C21.2074 13.1891 20.9621 14.3615 20.1484 15.1533C19.3347 15.9447 18.1564 16.1567 16.8027 16.2695L8.65332 16.9482C8.57482 17.096 8.48385 17.2383 8.37988 17.373L8.04297 17.8076C8.39244 18.1334 8.66349 18.5403 8.82617 19H14.1738C14.5859 17.8353 15.6941 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6941 23 14.5859 22.1647 14.1738 21H8.82617C8.41406 22.1647 7.30585 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04615 17 6.09206 17.0009 6.1377 17.0029L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20C18 19.4477 17.5523 19 17 19Z'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M2.96582 1C4.34886 1 5.58437 1.91633 5.93164 3.26562L6.37793 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L21.8545 7.3623L21.3574 11.8389C21.2074 13.1891 20.9621 14.3615 20.1484 15.1533C19.3347 15.9447 18.1564 16.1567 16.8027 16.2695L8.65332 16.9482C8.57482 17.096 8.48385 17.2383 8.37988 17.373L8.04297 17.8076C8.39244 18.1334 8.66349 18.5403 8.82617 19H14.1738C14.5859 17.8353 15.6941 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6941 23 14.5859 22.1647 14.1738 21H8.82617C8.41406 22.1647 7.30585 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04615 17 6.09206 17.0009 6.1377 17.0029L6.79688 16.1504C6.98218 15.9102 7.04224 15.6084 6.96973 15.3262L3.99512 3.76367C3.88398 3.33252 3.47196 3 2.96582 3H2C1.44772 3 1 2.55228 1 2C1 1.44772 1.44772 1 2 1H2.96582ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20C18 19.4477 17.5523 19 17 19Z'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
}

body.auction-lot-page .header-menu-right-desktop .add_favor_line:hover::before,
body.auction-lot-page .header-menu-right-desktop .basket_line:hover::before {
  background-color: #F1720B;
}

body.auction-lot-page .header-menu-right-desktop .add_favor_line:active::before,
body.auction-lot-page .header-menu-right-desktop .add_favor_line.active::before,
body.auction-lot-page .header-menu-right-desktop .add_favor_line.in-favor::before,
body.auction-lot-page .header-menu-right-desktop .basket_line:active::before,
body.auction-lot-page .header-menu-right-desktop .basket_line.active::before {
  background-color: #D56201;
}
