:root {
  --color-text-main: #1C1C1C;
  --color-text-second: #7E7E7E;
  --color-text-light: #D8D8D8;
  --color-page-background: #EAF6FF;
  --color-elem-1: #5BADFF;
  --color-elem-2: #C5DFF3;
  --color-elem-3: #09BC8A;
  --color-elem-4: #FE5F55;
  --color-elem-5: #BFE3FF;
  --color-elem-6: #E3F3FF;
  --color-error: #DA1B0F;
}

html {
  color: var(--color-text-main);
  height: 100%;
  font-size: 16px;
  line-height: 120%;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.25;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none;
}

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

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button {
  font-family: "Wix Madefor Text", sans-serif;
}

p {
  margin: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=phone],
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Wix Madefor Text", sans-serif;
}

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

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

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

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

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

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

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

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

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

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

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

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

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

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

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

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

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

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

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

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

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

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

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

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

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

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

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

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

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

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

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

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

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

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

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-thumbs__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

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

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

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

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

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

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

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

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

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
          align-content: flex-start;
}

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

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

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

.fancybox__infobar span {
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.2.1
 * 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: January 10, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          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: "";
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
          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);
}

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

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

.noUi-vertical {
  width: 18px;
}

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

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

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

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

.noUi-connect {
  background: #3FB8AF;
}

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

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

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  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 {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

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

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

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

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

body {
  background: var(--color-page-background);
  min-width: 360px;
  font-family: "Wix Madefor Text", sans-serif;
  color: #1C1C1C;
  min-height: 100dvh; 
}

.page {
  min-height: 100dvh;
}

.page__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 680px;
}

iframe {
  display: block;
  border: none;
  outline: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=phone],
input[type=email],
textarea,
select {
  display: block;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0 15px 0 15px;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  background-color: #fff;
  border-radius: 13px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=phone]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=phone]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input[type=text].error,
input[type=tel].error,
input[type=password].error,
input[type=phone].error,
input[type=email].error,
textarea.error,
select.error {
  border-color: var(--color-error);
  color: var(--color-error);
}

input.d-control,
select.d-control {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  border-radius: 13px;
  background-color: #fff;
  color: var(--color-text-main);
  font-size: 14px;
  border: 1px solid #fff;
}
input.d-control::-webkit-input-placeholder, select.d-control::-webkit-input-placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input.d-control::-moz-placeholder, select.d-control::-moz-placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input.d-control:-ms-input-placeholder, select.d-control:-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input.d-control::placeholder,
select.d-control::placeholder {
  color: rgba(28, 28, 28, 0.4);
}
input.d-control.error,
select.d-control.error {
  color: var(--color-error);
  border-color: var(--color-error);
}
input.d-control.success,
select.d-control.success {
  color: var(--color-elem-1);
  border-color: var(--color-elem-1);
}

select.d-control {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0423 0.3C11.5654 -0.1 10.85 -0.1 10.3731 0.3L6.2 3.8L2.02692 0.3C1.55 -0.1 0.834615 -0.1 0.357692 0.3C-0.119231 0.7 -0.119231 1.3 0.357692 1.7L5.36539 5.9C5.60385 6.1 5.84231 6.2 6.2 6.2C6.55769 6.2 6.79615 6.1 7.03462 5.9L12.0423 1.7C12.5192 1.3 12.5192 0.7 12.0423 0.3Z' fill='%23292D32'/%3E%3C/svg%3E%0A");
  background-position: right 22px top 26px;
  background-repeat: no-repeat;
}

.d-control_message {
  display: block;
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-text-second);
}
.d-control_message.error {
  color: var(--color-error);
}
.d-control_message.success {
  color: var(--color-elem-1);
}

.showToggleBlock:not(.open) .showToggleTarget {
  display: none;
}

.b-hidden {
  display: none !important;
}

.b-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 55px;
  padding: 0 20px;
  gap: 10px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--color-elem-1);
  border-radius: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-btn img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.b-btn.btn-bordered {
  border: 2px solid var(--color-elem-2);
  background-color: transparent;
  color: var(--color-text-main);
}
.b-btn.btn-md {
  height: 40px;
}
.b-btn.disabled {
  opacity: 0.5;
  cursor: default;
}

.b-switcher {
  position: relative;
  display: block;
  width: 50px;
  height: 28px;
}
.b-switcher input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.b-switcher_slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #CBD4DB;
  border-radius: 30px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-switcher_slide:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  top: 2px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-switcher input:checked + .b-switcher_slide {
  background-color: var(--color-elem-1);
}
.b-switcher input:checked + .b-switcher_slide:before {
  left: 24px;
}

.d-checkbox {
  position: relative;
  cursor: pointer;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
  padding: 0 0 0 30px;
  min-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.d-checkbox input {
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.d-checkbox i {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid rgba(28, 28, 28, 0.5);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.d-checkbox i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-text-main);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 0.75L3.25 5.75L0.75 3.25' stroke='%23D8D8D8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.d-checkbox input:checked ~ i {
  border-color: var(--color-text-main);
}
.d-checkbox input:checked ~ i:after {
  opacity: 1;
}
.d-checkbox_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
}
.d-checkbox_list .d-checkbox {
  width: 100%;
}

.b-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.b-check-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  height: 30px;
}
.b-check-item input {
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.b-check-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 20px;
  background-color: var(--color-elem-5);
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-check-item input:checked ~ span {
  background-color: var(--color-text-main);
  color: #fff;
}

.d-radio {
  position: relative;
  cursor: pointer;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 0 30px;
  min-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.d-radio input {
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.d-radio i {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid rgba(28, 28, 28, 0.5);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.d-radio input:checked ~ i {
  border: 5px solid var(--color-elem-1);
}
.d-radio.view-right {
  padding-right: 30px;
  padding-left: 0;
}
.d-radio.view-right i {
  left: auto;
  right: 0;
}
.d-radio.view-right input {
  left: auto;
  right: 0;
}

.b-dropdown {
  position: relative;
  display: block;
}
.b-dropdown_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  padding: 10px 30px 10px 10px;
  background: #fff;
  color: var(--color-text-main);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  border-radius: 10px;
  cursor: pointer;
}
.b-dropdown_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.53108 5.7957L9.77976 1.84772C10.0734 1.57484 10.0734 1.13359 9.77976 0.863622L9.07373 0.20756C8.78007 -0.0653162 8.30522 -0.0653162 8.01468 0.20756L5 3.00308L1.98844 0.204657C1.69478 -0.0682192 1.21993 -0.0682192 0.929399 0.204657L0.220244 0.860719C-0.0734138 1.13359 -0.0734138 1.57484 0.220244 1.84481L4.46892 5.7928C4.76257 6.06858 5.23743 6.06858 5.53108 5.7957Z' fill='%238F8F8F'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.b-dropdown_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: 5px;
  min-width: 100%;
  padding: 5px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  z-index: 1;
}
.b-dropdown_menu a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  padding: 8px 10px;
  text-decoration: none;
  white-space: nowrap;
  color: var(--color-text-main);
}
.b-dropdown_menu a:hover {
  color: var(--color-text-select);
}
.b-dropdown.open .b-dropdown_title:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-dropdown.open .b-dropdown_menu {
  display: block;
}
.b-dropdown_body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1010;
}
.b-dropdown_body .b-dropdown_menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  min-width: 200px;
  margin: auto;
  padding: 10px;
}
.b-dropdown_body .b-dropdown_menu a {
  padding: 10px;
  font-size: 16px;
}

.b-count {
  position: relative;
  width: 92px;
  height: 34px;
  background-color: var(--color-elem-5);
  padding: 2px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-count_action {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #222;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.b-count_plus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.48008 6.464V3.888H7.82013e-05V2.576H2.48008V0H3.79208V2.576H6.27208V3.888H3.79208V6.464H2.48008Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}
.b-count_minus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='2' viewBox='0 0 7 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27208 1.31201H7.82013e-05V1.09673e-05H6.27208V1.31201Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}
.b-count input[type=text] {
  display: block;
  width: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #222;
  background-color: transparent;
  border-radius: 0;
}

.page {
  position: relative;
}

.header {
  position: relative;
  height: auto;
  margin: 0;
  padding: 60px 0;
  z-index: 11;
}
.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}
.header_main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}
.header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 40px;
  padding-right: 32px;
  border-right: 2px solid #FEFEFE;
}
.header_logo img {
  display: block;
  margin: 0;
}
.header_menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}
.header_menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 48px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: var(--color-text-main);
}
.header_side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
}
.header_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 48px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: var(--color-text-main);
}
.header_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 0 20px;
  height: 48px;
}
.header_basket {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  padding: 0;
  background-color: var(--color-btn-1);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.81043 2L5.19043 5.63' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.1904 2L18.8104 5.63' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 7.84998C2 5.99998 2.99 5.84998 4.22 5.84998H19.78C21.01 5.84998 22 5.99998 22 7.84998C22 9.99998 21.01 9.84998 19.78 9.84998H4.22C2.99 9.84998 2 9.99998 2 7.84998Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M9.75977 14V17.55' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14.3604 14V17.55' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_basket:hover {
  background-color: var(--color-btn-1-h);
}
.header_mmenu-btn {
  display: none;
}
.header_mmenu {
  position: fixed;
  display: none;
  background-color: #fff;
  border-radius: 25px;
  top: 126px;
  left: 20px;
  right: 20px;
  width: auto;
  max-height: calc(100vh - 126px - 76px - 20px);
  padding: 25px;
  -webkit-box-shadow: 0px 4px 48px rgba(6, 28, 61, 0.15);
          box-shadow: 0px 4px 48px rgba(6, 28, 61, 0.15);
  z-index: 850;
}
.header_mmenu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 15px;
}
.header_mmenu .header_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 5px;
  width: 100%;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 2px solid var(--color-bg-light);
}
.header_mmenu .header_menu a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 5px 0;
  height: 30px;
  width: 100%;
  line-height: 20px;
}
.header_mmenu .header_phone {
  margin: 0;
  padding: 0;
  height: 30px;
}
.header_mob-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 440px;
  margin-left: -220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 18px 20px;
  gap: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 48px rgba(6, 28, 61, 0.15);
          box-shadow: 0px 4px 48px rgba(6, 28, 61, 0.15);
  border-radius: 25px 25px 0px 0px;
  z-index: 900;
}
.header_mob-bottom-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  background-color: #E0E5F1;
  background-position: center;
  background-repeat: no-repeat;
}
.header_mob-bottom-btn.item-catalog {
  padding: 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-text-main);
}
.header_mob-bottom-btn.item-catalog:before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='24' viewBox='0 0 16 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 15C10 15.5523 10.4477 16 11 16C11.5523 16 12 15.5523 12 15C12 14.4477 11.5523 14 11 14C10.4477 14 10 14.4477 10 15Z' stroke='%23292D32' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 15C4 15.5523 4.44772 16 5 16C5.55228 16 6 15.5523 6 15C6 14.4477 5.55228 14 5 14C4.44772 14 4 14.4477 4 15Z' stroke='%23292D32' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9C10 9.55228 10.4477 10 11 10C11.5523 10 12 9.55228 12 9C12 8.44772 11.5523 8 11 8C10.4477 8 10 8.44772 10 9Z' stroke='%23292D32' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 9C4 9.55228 4.44772 10 5 10C5.55228 10 6 9.55228 6 9C6 8.44772 5.55228 8 5 8C4.44772 8 4 8.44772 4 9Z' stroke='%23292D32' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.header_mob-bottom-btn.item-fav {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45067 13.9082L11.4033 20.4395C11.6428 20.6644 11.7625 20.7769 11.9037 20.8046C11.9673 20.8171 12.0327 20.8171 12.0963 20.8046C12.2375 20.7769 12.3572 20.6644 12.5967 20.4395L19.5493 13.9082C21.5055 12.0706 21.743 9.0466 20.0978 6.92607L19.7885 6.52734C17.8203 3.99058 13.8696 4.41601 12.4867 7.31365C12.2913 7.72296 11.7087 7.72296 11.5133 7.31365C10.1304 4.41601 6.17972 3.99058 4.21154 6.52735L3.90219 6.92607C2.25695 9.0466 2.4945 12.0706 4.45067 13.9082Z' fill='%23292D32'/%3E%3C/svg%3E%0A");
}
.header_mob-bottom-btn.item-user {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21C19 17.134 15.866 14 12 14C8.13401 14 5 17.134 5 21M12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 9.20914 14.2091 11 12 11Z' stroke='%23292D32' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header_mob-bottom-btn.item-basket {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5L12 3' stroke='%23292D32' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M22 11C21.6249 11 21.4372 10.9996 21.2725 11.0273C20.5879 11.1425 20.012 11.6048 19.751 12.248C19.6882 12.4029 19.6478 12.5861 19.5664 12.9521L18.6963 16.8682C18.3626 18.3695 18.1958 19.1207 17.6475 19.5605C17.0991 20.0005 16.3293 20 14.791 20H9.20898C7.67074 20 6.90095 20.0005 6.35254 19.5605C5.80418 19.1207 5.63735 18.3695 5.30371 16.8682L4.43359 12.9521C4.35225 12.5861 4.31183 12.4029 4.24902 12.248C3.98805 11.6048 3.41208 11.1425 2.72754 11.0273C2.56276 10.9996 2.37511 11 2 11V8H22V11ZM9.48633 12.8359C9.39555 12.2913 8.88059 11.9231 8.33594 12.0137C7.79127 12.1044 7.42307 12.6194 7.51367 13.1641L8.01367 16.1641C8.10445 16.7087 8.61941 17.0769 9.16406 16.9863C9.70873 16.8956 10.0769 16.3806 9.98633 15.8359L9.48633 12.8359ZM15.6641 12.0137C15.1194 11.923 14.6045 12.2912 14.5137 12.8359L14.0137 15.8359C13.9231 16.3806 14.2913 16.8955 14.8359 16.9863C15.3806 17.0769 15.8956 16.7087 15.9863 16.1641L16.4863 13.1641C16.5769 12.6194 16.2087 12.1044 15.6641 12.0137Z' fill='%23292D32'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 1359px) {
  .header_main {
    gap: 14px;
  }
  .header_logo {
    padding-right: 24px;
  }
  .header_menu {
    gap: 10px;
  }
  .header_menu a {
    padding: 0 10px;
  }
}
@media all and (max-width: 1279px) {
  .header_inner {
    gap: 10px;
  }
  .header_main {
    gap: 14px;
  }
  .header_logo {
    padding-right: 24px;
  }
  .header_menu {
    gap: 5px;
    padding: 0 2px;
  }
  .header_menu a {
    padding: 0 8px;
    font-size: 15px;
  }
  .header_phone {
    font-size: 15px;
  }
}
@media all and (max-width: 1199px) {
  .header {
    padding: 36px 0;
  }
  .header_inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .header_main {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 5px;
  }
  .header_menu {
    padding: 0;
    margin: 0 0 0 -5px;
    gap: 10px;
  }
  .header_menu a {
    padding: 0 5px;
    height: 40px;
  }
  .header_side {
    margin-bottom: -4px;
  }
  .header_logo {
    border: none;
  }
}
@media all and (max-width: 1023px) {
  .header {
    height: 126px;
    padding: 0;
    z-index: 1111;
  }
  .header_inner {
    position: fixed;
    top: 25px;
    left: 20px;
    right: 20px;
    height: 76px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 25px;
    gap: 20px;
    -webkit-box-shadow: 0px 4px 48px rgba(6, 28, 61, 0.15);
            box-shadow: 0px 4px 48px rgba(6, 28, 61, 0.15);
    border-radius: 25px;
  }
  .header_main .header_menu {
    display: none;
  }
  .header_side .header_phone {
    display: none;
  }
  .header_side .header_basket {
    display: none;
  }
  .header_side .header_btn {
    display: none;
  }
  .header_mmenu-btn {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 0;
    background-color: var(--color-btn-1);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 7H5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 12H9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 17H13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header.open .header_mmenu-btn {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 18.7617L12.5 12.7617M12.5 12.7617L6.5 6.76172M12.5 12.7617L18.5 6.76172M12.5 12.7617L6.5 18.7618' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .header_mob-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .header_logo img {
    max-width: 132px;
  }
}
@media all and (max-width: 767px) {
  .header_mob-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    left: 0;
    width: 100%;
    margin: 0;
  }
}

.page-section {
  position: relative;
  margin: 30px 0 0;
}
.page-section.offset-sm {
  margin: 20px 0 0;
}
.page-section_inner {
  position: relative;
  margin: 15px 0 0;
}
.page-section_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
.page-section_head a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-text-main);
  opacity: 0.5;
}
.page-section_head-link {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding: 0 21px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-text-main);
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2499 0.650024L11.6499 4.65002M11.6499 4.65002L7.2499 8.65002M11.6499 4.65002H0.649902' stroke='%231C1C1C' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right top 9px;
  background-repeat: no-repeat;
}

.page-title {
  position: relative;
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-text-main);
}
.page-title_wrap {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
.page-title_wrap a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-text-main);
  opacity: 0.5;
}

.section-title {
  position: relative;
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}

.b-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.b-labels-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 25px;
  padding: 1px 5px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border-radius: 16px;
}
.b-labels-item.item-red {
  background-color: var(--color-elem-4);
}
.b-labels-item.item-green {
  background-color: var(--color-elem-3);
}

.b-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.b-tags_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 20px;
  background-color: var(--color-elem-5);
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-tags_item.active {
  background-color: var(--color-text-main);
  color: #fff;
}

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

.b-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 40px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--color-text-main);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.b-breadcrumb a {
  position: relative;
  display: block;
  color: var(--color-text-main);
  text-decoration: none;
  padding-right: 27px;
}
.b-breadcrumb a:hover {
  color: var(--color-btn-1);
}
.b-breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.602399 0.100428C0.669364 0.0334638 0.746372 -1.83582e-05 0.833426 -1.83582e-05C0.92048 -1.83582e-05 0.997489 0.0334638 1.06445 0.100428L5.74526 4.78123C5.81222 4.8482 5.8457 4.92521 5.8457 5.01226C5.8457 5.09931 5.81222 5.17632 5.74526 5.24329L1.06445 9.92409C0.997489 9.99105 0.92048 10.0245 0.833426 10.0245C0.746372 10.0245 0.669364 9.99105 0.602399 9.92409L0.100167 9.42186C0.0332028 9.35489 -0.000279248 9.27788 -0.000279248 9.19083C-0.000279248 9.10378 0.0332028 9.02677 0.100167 8.9598L4.04771 5.01226L0.100167 1.06471C0.0332028 0.99775 -0.000279248 0.920741 -0.000279248 0.833687C-0.000279248 0.746634 0.0332028 0.669625 0.100167 0.602661L0.602399 0.100428Z' fill='%23292D32'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.b-breadcrumb span {
  display: block;
}
@media all and (max-width: 1399px) {
  .b-breadcrumb {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1199px) {
  .b-breadcrumb {
    margin-bottom: 30px;
    margin-top: 5px;
  }
}
@media all and (max-width: 1023px) {
  .b-breadcrumb {
    display: none;
  }
}

.swiper-horizontal .swiper-pagination, .swiper-pagination-horizontal .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 4px;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet, .swiper-pagination-horizontal .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet:after, .swiper-horizontal .swiper-pagination .swiper-pagination-bullet:before, .swiper-pagination-horizontal .swiper-pagination .swiper-pagination-bullet:after, .swiper-pagination-horizontal .swiper-pagination .swiper-pagination-bullet:before {
  display: none;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet-active, .swiper-pagination-horizontal .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.b-tabs_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
  background-color: var(--color-white);
  border-radius: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-tabs_nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-tabs_nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 56px;
  gap: 10px;
  padding: 0 34px;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: var(--color-text-second);
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
  padding-bottom: 2px !important;
}
.b-tabs_nav-item:hover {
  color: var(--color-text-select);
}
.b-tabs_nav-item.active {
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-elem-2);
}
.b-tabs_inner {
  margin: 30px 0 0;
}
.b-tabs_block {
  display: none;
}
.b-tabs.view-center .b-tabs_nav-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media all and (max-width: 1023px) {
  .b-tabs_inner {
    margin: 20px 0 0;
  }
  .b-tabs_nav {
    margin: 0 20px;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 5px;
    padding: 5px;
  }
  .b-tabs_nav-wrap {
    margin: 0 -20px -10px;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-clip-path: inset(0 0 10px 0);
            clip-path: inset(0 0 10px 0);
  }
  .b-tabs_nav-item {
    height: 45px;
    padding: 0 14px;
    font-size: 16px;
    white-space: nowrap;
  }
}
@media all and (max-width: 767px) {
  .b-tabs.view-center .b-tabs_nav-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}

.b-more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 25px 0 0;
}
.b-more-btn .b-btn {
  width: 100%;
}

.overlay_wrap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  min-width: 340px;
  background: var(--color-page-background);
}
.overlay_block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  left: 0px;
  top: 0px;
  padding: 20px 20px 20px;
  width: 100%;
  height: 100%;
}
.overlay_title {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
}
.overlay_clear {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
  border: 2px solid var(--color-elem-2);
  background-color: var(--color-page-background);
  border-radius: 13px;
  z-index: 10;
}
.overlay_close {
  position: fixed;
  left: 5px;
  top: 5px;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M23 29L15.5 20L23 11' stroke='%231C1C1C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-background-size: auto auto;
          background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}
.overlay_head {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-width: 320px;
  z-index: 4;
}

.tippy-box {
  background-color: #fff;
  color: var(--color-text-main);
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.tippy-box .tippy-content {
  min-width: 300px;
  padding: 20px;
  text-align: left;
}
.tippy-box .tippy-content a {
  color: var(--color-text-select);
}
.tippy-box .tippy-arrow {
  color: #fff;
}
@media all and (max-width: 767px) {
  .tippy-box .tippy-content {
    min-width: 300px;
    width: 300px;
    padding: 20px;
  }
  .tippy-box .tippy-arrow {
    display: none;
  }
}

.b-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: 24px;
}
.b-accordion_item {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  background: #F4F8FF;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-accordion_item-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
  padding: 0 54px 0 0;
  cursor: pointer;
}
.b-accordion_item-head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-color: #334CD9;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00032 9.09973C6.77658 9.10102 6.5548 9.05814 6.34768 8.97354C6.14055 8.88894 5.95216 8.76429 5.79332 8.60673L0.693315 3.50673C0.373199 3.18661 0.193359 2.75244 0.193359 2.29973C0.193359 1.84702 0.373199 1.41284 0.693315 1.09273C1.01343 0.772612 1.4476 0.592773 1.90032 0.592773C2.35303 0.592773 2.7872 0.772612 3.10732 1.09273L7.00032 5.00273L10.8933 1.09273C11.2134 0.772612 11.6476 0.592773 12.1003 0.592773C12.553 0.592773 12.9872 0.772612 13.3073 1.09273C13.6274 1.41284 13.8073 1.84702 13.8073 2.29973C13.8073 2.75244 13.6274 3.18661 13.3073 3.50673L8.20732 8.60673C8.04847 8.76429 7.86008 8.88894 7.65296 8.97354C7.44583 9.05814 7.22405 9.10102 7.00032 9.09973Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-accordion_item-title {
  display: block;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--color-text-main);
}
.b-accordion_item-subtitle {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--color-text-second);
}
.b-accordion_item-inner {
  display: none;
}
.b-accordion_item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: 10px;
  padding: 20px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-main);
}
.b-accordion_item-text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0 0 0 26px;
}
.b-accordion_item-text ul li {
  list-style: disc;
}
.b-accordion_item-text p {
  margin: 0;
}
.b-accordion_item.open {
  background: #ECF1FD;
}
.b-accordion_item.open .b-accordion_item-head:after {
  background-color: rgba(51, 76, 217, 0.4);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-accordion {
    gap: 20px;
  }
  .b-accordion_item-title {
    font-size: 20px;
  }
  .b-accordion_item-subtitle {
    font-size: 16px;
  }
  .b-accordion_item-text {
    font-size: 15px;
  }
}
@media all and (max-width: 1023px) {
  .b-accordion {
    gap: 20px;
  }
  .b-accordion_item-head {
    padding-right: 44px;
  }
  .b-accordion_item-head:after {
    right: -5px;
  }
  .b-accordion_item-title {
    font-size: 20px;
    line-height: 135%;
  }
  .b-accordion_item-subtitle {
    font-size: 16px;
    line-height: 135%;
  }
  .b-accordion_item-text {
    font-size: 14px;
  }
  .b-accordion_item-text ul {
    padding-left: 18px;
  }
}

.b-modal-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.b-modal-form_field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.b-modal-form_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.b-modal-form_btn .b-btn {
  width: 100%;
}
@media all and (max-width: 1199px) {
  .b-modal-form_btn .b-btn {
    height: 58px;
  }
}
@media all and (max-width: 767px) {
  .b-modal-form {
    gap: 15px;
  }
  .b-modal-form_field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.b-modal-message {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.b-modal-message_img {
  display: block;
  width: 100%;
}
.b-modal-message_img picture {
  display: block;
  width: 100%;
}
.b-modal-message_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.b-modal-message_btn {
  width: 100%;
}
.b-modal-message_btn .b-btn {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .b-modal-message {
    gap: 20px;
  }
  .b-modal-message_btn .b-btn {
    height: 52px;
  }
}
@media all and (max-width: 767px) {
  .b-modal-message {
    gap: 15px;
  }
  .b-modal-message_btn .b-btn {
    height: 52px;
  }
}

.fancybox__container {
  z-index: 2000;
}

.menu {
  position: relative;
  width: 100%;
  height: 114px;
  z-index: 999;
}
.menu_fix {
  position: fixed;
  top: auto;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.menu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 0;
  padding: 3px 8px;
  background: #E2E8EC;
  border-radius: 35px;
}
.menu_item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
          flex: 0 1 50%;
  min-width: 0;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  right: -5px;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.menu_item.active {
  border-radius: 35px;
}
.menu_item.active:after {
  opacity: 1;
}
.menu_item img {
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
}

.bl-n-01 {
  margin: 0 -20px;
}
.bl-n-01 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.bl-n-01_block {
  position: relative;
  aspect-ratio: 390/480;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  padding: 25px 25px 50px;
}
.bl-n-01_block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 67, 67, 0)), color-stop(44.47%, rgba(49, 49, 49, 0.7)), color-stop(92.81%, #1C1C1C));
  background: -webkit-linear-gradient(top, rgba(67, 67, 67, 0) 0%, rgba(49, 49, 49, 0.7) 44.47%, #1C1C1C 92.81%);
  background: linear-gradient(180deg, rgba(67, 67, 67, 0) 0%, rgba(49, 49, 49, 0.7) 44.47%, #1C1C1C 92.81%);
  z-index: 2;
}
.bl-n-01_inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 5px;
  z-index: 3;
  position: absolute;
  bottom: 50px;
  left: 25px;
  right: 25px;
  width: auto;
  top: 20px;
  height: auto;
}
.bl-n-01_title {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
}
.bl-n-01_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.bl-n-01 .b-btn {
  margin: 16px 0 0;
}
.bl-n-01_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bl-n-01_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bl-n-02 {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 5px;
}
.bl-n-02_slider {
  margin: 0 -20px;
}
.bl-n-02_slider .swiper {
  padding: 0 20px;
}
.bl-n-02_slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.bl-n-02_slider .swiper-slide {
  height: auto;
}
.bl-n-02_slider .bl-n-02 {
  height: 100%;
}
.bl-n-02_labels {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 30px;
  z-index: 5;
}
.bl-n-02_fav {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0001 18.0416C9.74175 18.0416 9.49175 18.0083 9.28341 17.9333C6.10008 16.8416 1.04175 12.9666 1.04175 7.24165C1.04175 4.32498 3.40008 1.95831 6.30008 1.95831C7.70841 1.95831 9.02508 2.50831 10.0001 3.49165C10.9751 2.50831 12.2917 1.95831 13.7001 1.95831C16.6001 1.95831 18.9584 4.33331 18.9584 7.24165C18.9584 12.975 13.9001 16.8416 10.7167 17.9333C10.5084 18.0083 10.2584 18.0416 10.0001 18.0416ZM6.30008 3.20831C4.09175 3.20831 2.29175 5.01665 2.29175 7.24165C2.29175 12.9333 7.76675 16.1 9.69175 16.7583C9.84175 16.8083 10.1667 16.8083 10.3167 16.7583C12.2334 16.1 17.7167 12.9416 17.7167 7.24165C17.7167 5.01665 15.9167 3.20831 13.7084 3.20831C12.4417 3.20831 11.2667 3.79998 10.5084 4.82498C10.2751 5.14165 9.74175 5.14165 9.50841 4.82498C8.73341 3.79165 7.56675 3.20831 6.30008 3.20831Z' fill='%23D8D8D8'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.bl-n-02_fav.active {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99996 18.0416C9.74163 18.0416 9.49163 18.0083 9.28329 17.9333C6.09996 16.8416 1.04163 12.9666 1.04163 7.24165C1.04163 4.32498 3.39996 1.95831 6.29996 1.95831C7.70829 1.95831 9.02496 2.50831 9.99996 3.49165C10.975 2.50831 12.2916 1.95831 13.7 1.95831C16.6 1.95831 18.9583 4.33331 18.9583 7.24165C18.9583 12.975 13.9 16.8416 10.7166 17.9333C10.5083 18.0083 10.2583 18.0416 9.99996 18.0416Z' fill='%23FE5F55'/%3E%3C/svg%3E%0A");
}
.bl-n-02_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 161px;
  padding: 25px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.bl-n-02_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.bl-n-02_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.bl-n-02_brand {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-text-second);
  margin: 0;
  word-break: break-word;
}
.bl-n-02_title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  margin: 0;
  word-break: break-word;
}
.bl-n-02_price {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
  padding: 6px 0 0;
  margin: auto 0 0;
  word-break: break-word;
}
.bl-n-02_disabled {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 25px;
  margin-top: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  z-index: 10;
}
.bl-n-02_disabled span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 18px;
  height: 25px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}
.bl-n-02.view-disabled .bl-n-02_img {
  opacity: 0.5;
}
.bl-n-02.view-disabled .bl-n-02_inner {
  opacity: 0.5;
}

.bl-n-03 {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 15px;
  min-height: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}
.bl-n-03_slider {
  margin: 0 -20px;
}
.bl-n-03_slider .swiper {
  padding: 0 20px;
}
.bl-n-03_slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.bl-n-03_slider .swiper-slide {
  height: auto;
  width: 330px;
  max-width: calc(100vw - 40px);
}
.bl-n-03_slider .bl-n-03 {
  height: 100%;
}
.bl-n-03_fav {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0001 18.0416C9.74175 18.0416 9.49175 18.0083 9.28341 17.9333C6.10008 16.8416 1.04175 12.9666 1.04175 7.24165C1.04175 4.32498 3.40008 1.95831 6.30008 1.95831C7.70841 1.95831 9.02508 2.50831 10.0001 3.49165C10.9751 2.50831 12.2917 1.95831 13.7001 1.95831C16.6001 1.95831 18.9584 4.33331 18.9584 7.24165C18.9584 12.975 13.9001 16.8416 10.7167 17.9333C10.5084 18.0083 10.2584 18.0416 10.0001 18.0416ZM6.30008 3.20831C4.09175 3.20831 2.29175 5.01665 2.29175 7.24165C2.29175 12.9333 7.76675 16.1 9.69175 16.7583C9.84175 16.8083 10.1667 16.8083 10.3167 16.7583C12.2334 16.1 17.7167 12.9416 17.7167 7.24165C17.7167 5.01665 15.9167 3.20831 13.7084 3.20831C12.4417 3.20831 11.2667 3.79998 10.5084 4.82498C10.2751 5.14165 9.74175 5.14165 9.50841 4.82498C8.73341 3.79165 7.56675 3.20831 6.30008 3.20831Z' fill='%23D8D8D8'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.bl-n-03_fav.active {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99996 18.0416C9.74163 18.0416 9.49163 18.0083 9.28329 17.9333C6.09996 16.8416 1.04163 12.9666 1.04163 7.24165C1.04163 4.32498 3.39996 1.95831 6.29996 1.95831C7.70829 1.95831 9.02496 2.50831 9.99996 3.49165C10.975 2.50831 12.2916 1.95831 13.7 1.95831C16.6 1.95831 18.9583 4.33331 18.9583 7.24165C18.9583 12.975 13.9 16.8416 10.7166 17.9333C10.5083 18.0083 10.2583 18.0416 9.99996 18.0416Z' fill='%23FE5F55'/%3E%3C/svg%3E%0A");
}
.bl-n-03_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  z-index: 1;
}
.bl-n-03_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto 0 0 auto;
  object-fit: contain;
  object-position: right bottom;
}
.bl-n-03_inner {
  position: relative;
  height: 100%;
  margin: 0 135px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  z-index: 2;
}
.bl-n-03_brand {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-text-second);
  margin: 0;
}
.bl-n-03_title {
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
  margin: 0;
  word-break: break-word;
}
.bl-n-03_text {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  margin: 10px 0 0;
  word-break: break-word;
}
.bl-n-03_price {
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
  padding: 10px 0 0;
  margin: auto 0 0;
  word-break: break-word;
}

.b-catalog_head {
  margin: 0 0 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
}
.b-catalog_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.b-catalog_list .bl-n-02 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
}
.b-catalog_labels {
  position: relative;
  margin: 0 -20px -10px;
  padding: 0 20px 10px;
  overflow-x: auto;
  -webkit-clip-path: inset(0 0 10px 0);
          clip-path: inset(0 0 10px 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 5px;
}
.b-catalog_labels-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 40px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
  white-space: nowrap;
  background-color: var(--color-elem-5);
  border-radius: 13px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.b-catalog_labels-item.active {
  background-color: var(--color-text-main);
  color: #fff;
}
.b-catalog_sort {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}
.b-catalog_sort-btn {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
}
.b-catalog_sort-arrow {
  padding: 0 21px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L10 13L4 8' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right top 2px;
  background-repeat: no-repeat;
}
.b-catalog_sort-filter {
  padding: 0 0 0 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11H16' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4 5H16' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='7' cy='5' r='2' transform='rotate(180 7 5)' fill='%231C1C1C'/%3E%3Ccircle cx='13' cy='11' r='2' transform='rotate(180 13 11)' fill='%231C1C1C'/%3E%3C/svg%3E%0A");
  background-position: left top 2px;
  background-repeat: no-repeat;
}
.b-catalog_empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  margin: 110px auto 0;
  max-width: 310px;
  text-align: center;
}
.b-catalog_empty-title {
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-text-main);
}
.b-catalog_empty-text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}

.b-search_form {
  position: relative;
  height: 40px;
}
.b-search_form form {
  display: block;
  width: 100%;
}
.b-search_form input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 50px 0 15px;
  border-radius: 30px;
  border: none;
  z-index: 3;
}
.b-search_form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='7.5' cy='7.5' r='5.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 15.75L11.25 11.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 5;
}
.b-search_back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M12 16L7 10L12 4' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: left 15px center;
  background-repeat: no-repeat;
  z-index: 6;
}
.b-search_inner {
  display: none;
  margin: 20px 0 0;
}
.b-search.open .b-search_inner {
  display: block;
}
.b-search.open .b-search_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px 30px;
  overflow-y: auto;
  background-color: var(--color-page-background);
  z-index: 1111;
}
.b-search.open .b-search_form input {
  padding-left: 45px;
}
.b-search.open .b-search_back {
  display: block;
}
.b-search_title {
  display: block;
  margin: 0 0 15px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-search_result {
  display: none;
}
.b-search_result-labels {
  margin: 0 -20px -10px;
  padding: 0 20px 10px;
  overflow-x: auto;
  -webkit-clip-path: inset(0 0 10px 0);
          clip-path: inset(0 0 10px 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 5px;
}
.b-search_result-list {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 20px;
}
.b-search_result-item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 20px;
  padding: 0 0 0 28px;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='7.5' cy='7.5' r='5.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 15.75L11.25 11.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: left top;
  background-repeat: no-repeat;
}
.b-search.result .b-search_result {
  display: block;
}
.b-search.result .b-search_start {
  display: none;
}

.b-bot-pup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.6);
  z-index: 1100;
}
.b-bot-pup .page__inner {
  position: relative;
  height: 100%;
}
.b-bot-pup_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 0 0;
  background-color: var(--color-page-background);
  border-radius: 30px 30px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.b-bot-pup_wrap:before {
  content: "";
  position: fixed;
  left: 50%;
  width: 50px;
  height: 5px;
  margin: -10px 0 0 -25px;
  border-radius: 5px;
  background-color: rgba(28, 28, 28, 0.5);
  z-index: 10;
}
.b-bot-pup:not(.open) .b-bot-pup_wrap {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.b-bot-pup_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 20px;
  width: 100%;
  padding: 15px 20px 52px;
}
.b-bot-pup_block--simple {
  padding-bottom: 32px;
}
.b-bot-pup_close {
  content: "";
  position: absolute;
  top: 0px;
  height: 15px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.b-bot-pup_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-bot-pup_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
}
.b-bot-pup_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 17px;
  width: 100%;
}
.b-bot-pup_link {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding: 0 21px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-text-main);
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2499 0.650024L11.6499 4.65002M11.6499 4.65002L7.2499 8.65002M11.6499 4.65002H0.649902' stroke='%231C1C1C' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right top 9px;
  background-repeat: no-repeat;
}

.b-range_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 10px;
}
.b-range_fields input {
  width: calc(50% - 5px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  height: 50px;
  padding: 0 15px;
}
.b-range_slider {
  margin: 15px 10px 0;
  width: calc(100% - 20px);
}
.b-range_slider .noUi-target {
  width: 100%;
  height: 22px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.b-range_slider .noUi-target .noUi-connects {
  position: relative;
  top: 9px;
  margin: 0;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.b-range_slider .noUi-target .noUi-connect {
  height: 100%;
  background-color: var(--color-elem-1);
}
.b-range_slider .noUi-target .noUi-handle {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 22px;
  height: 22px;
  right: -11px;
  top: 0px;
}
.b-range_slider .noUi-target .noUi-handle:after, .b-range_slider .noUi-target .noUi-handle:before {
  display: none;
}
.b-range_slider .noUi-target .noUi-handle .noUi-touch-area {
  position: absolute;
  top: -1px;
  width: 22px;
  height: 22px;
  background-color: var(--color-elem-1);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
}
.b-range_slider .noUi-target .noUi-handle .noUi-touch-area:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: #fff;
}

.b-filter {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 20px;
}
.b-filter_search {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 40px;
}
.b-filter_search form {
  display: block;
  width: 100%;
}
.b-filter_search input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 50px 0 15px;
  border-radius: 30px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='7.5' cy='7.5' r='5.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 15.75L11.25 11.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 15px center;
  background-repeat: no-repeat;
  z-index: 3;
}
.b-filter_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='7.5' cy='7.5' r='5.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 15.75L11.25 11.25' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 5;
}
.b-filter_form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 0 0 95px;
  min-height: 0;
}
.b-filter_inner {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 10px 20px 30px;
  height: 100%;
  overflow-y: auto;
}
.b-filter_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 30px;
}
.b-filter_block {
  position: relative;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.b-filter_block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.b-filter_block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-filter .view-simple .b-filter_block {
  padding: 0;
  border: none;
}
.b-filter_btn {
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: -20px;
  height: 115px;
  padding: 20px;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  z-index: 10;
}
.b-filter_btn .b-btn {
  width: 100%;
}

.listing-empty {
  position: relative;
  margin: 15px auto 60px;
  max-width: 330px;
}
.listing-empty_img {
  display: block;
  width: 100%;
}
.listing-empty_img img {
  display: block;
  max-width: 100%;
}
.listing-empty_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}
.listing-empty_inner a {
  color: var(--color-elem-1);
  font-weight: 600;
}
.listing-empty_title {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-text-main);
}
.listing-empty_text {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
}

.b-product {
  position: relative;
  padding: 0 0 68px;
}
.b-product_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
}
.b-product-head {
  position: relative;
  padding: 20px 20px 38px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
.b-product-head_inner {
  position: relative;
}
.b-product_top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  margin: 0 0 10px;
}
.b-product_back {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='%23F4FAFF' fill-opacity='0.5'/%3E%3Cpath d='M23 29L15.5 20L23 11' stroke='%231C1C1C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.b-product_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 10px;
  background-color: rgba(244, 250, 255, 0.5);
  border-radius: 30px;
}
.b-product_share {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.25V16.875M18.75 8.75L15 5L11.25 8.75M6.25 15V21.25C6.25 21.913 6.51339 22.5489 6.98223 23.0178C7.45107 23.4866 8.08696 23.75 8.75 23.75H21.25C21.913 23.75 22.5489 23.4866 23.0178 23.0178C23.4866 22.5489 23.75 21.913 23.75 21.25V15' stroke='%231C1C1C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.b-product_fav {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 26C14.654 26 14.3191 25.9544 14.04 25.8518C9.77581 24.3585 3 19.058 3 11.2269C3 7.23731 6.15907 4 10.0437 4C11.9302 4 13.694 4.75233 15 6.09741C16.306 4.75233 18.0698 4 19.9563 4C23.8409 4 27 7.2487 27 11.2269C27 19.0694 20.2242 24.3585 15.96 25.8518C15.6809 25.9544 15.346 26 15 26ZM10.0437 5.70984C7.08558 5.70984 4.67442 8.18342 4.67442 11.2269C4.67442 19.0124 12.0084 23.344 14.587 24.2446C14.7879 24.313 15.2233 24.313 15.4242 24.2446C17.9916 23.344 25.3367 19.0238 25.3367 11.2269C25.3367 8.18342 22.9256 5.70984 19.9674 5.70984C18.2707 5.70984 16.6967 6.51917 15.6809 7.92124C15.3684 8.3544 14.654 8.3544 14.3414 7.92124C13.3033 6.50777 11.7405 5.70984 10.0437 5.70984Z' fill='%231C1C1C'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.b-product_fav.active {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 25.2583C13.6384 25.2583 13.2884 25.2116 12.9967 25.1066C8.54004 23.5783 1.45837 18.1533 1.45837 10.1383C1.45837 6.05497 4.76004 2.74164 8.82004 2.74164C10.7917 2.74164 12.635 3.51164 14 4.8883C15.365 3.51164 17.2084 2.74164 19.18 2.74164C23.24 2.74164 26.5417 6.06664 26.5417 10.1383C26.5417 18.165 19.46 23.5783 15.0034 25.1066C14.7117 25.2116 14.3617 25.2583 14 25.2583Z' fill='%23FE5F55'/%3E%3C/svg%3E%0A");
}
.b-product_main {
  position: relative;
}
.b-product_labels .b-labels-item {
  padding: 0 10px;
  height: 30px;
  font-size: 16px;
  border-radius: 20px;
}
.b-product_img .swiper {
  position: static;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px;
}
.b-product_img .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.b-product_img .swiper-slide {
  height: auto;
  background-color: #fff;
}
.b-product_img .swiper-horizontal .swiper-pagination,
.b-product_img .swiper-pagination-horizontal .swiper-pagination {
  bottom: -23px;
}
.b-product_img-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.b-product_img-item picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.b-product_img-item img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.b-product_brand {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-main);
  opacity: 0.5;
  word-break: break-word;
}
.b-product_title {
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-text-main);
  margin: 0;
  word-break: break-word;
}
.b-product-block {
  position: relative;
  padding: 20px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  background-color: #fff;
  border-radius: 30px;
}
.b-product-block_title {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-product-block_inner {
  margin: 15px 0 0;
}
.b-product-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
}
.b-product-select_list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.b-product-select_list-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 3.75px);
          flex: 0 0 calc(25% - 3.75px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 7px;
  padding: 4px 5px;
  min-height: 68px;
  border: 2px solid var(--color-elem-6);
  background-color: var(--color-elem-6);
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-product-select_list-item p {
  margin: 0;
}
.b-product-select_list-item b {
  font-weight: 600;
}
.b-product-select_list-item.active {
  background-color: var(--color-elem-1);
  border-color: var(--color-elem-1);
  color: #fff;
}
.b-product-select_list-item.disable {
  background-color: #fff;
  border-color: var(--color-elem-2);
}
.b-product-select_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 5px;
  width: 100%;
}
.b-product-select_option {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 5px;
  padding: 13px 18px;
  min-height: 68px;
  border: 2px solid var(--color-elem-6);
  background-color: var(--color-elem-6);
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-product-select_option-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 56px;
}
.b-product-select_option-img img {
  display: block;
  max-width: 56px;
  max-height: 56px;
}
.b-product-select_option-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
}
.b-product-select_option-title {
  position: relative;
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  font-weight: 600;
}
.b-product-select_option-title .tooltip {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_500_5528)'%3E%3Cpath d='M6 4H6.004M6 8V5.5M11 6C11 8.7615 8.7615 11 6 11C3.2385 11 1 8.7615 1 6C1 3.2385 3.2385 1 6 1C8.7615 1 11 3.2385 11 6Z' stroke='%231C1C1C' stroke-width='0.8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_500_5528'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: top right;
  background-repeat: no-repeat;
}
.b-product-select_option-price {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
}
.b-product-select_option.disable {
  background-color: #fff;
  border-color: var(--color-elem-2);
}
.b-product-select_option-out {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 10px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.b-product-select_option-out p {
  margin: 0;
}
.b-product-select_option-out a {
  font-weight: 600;
  color: var(--color-elem-1);
}
.b-product_info {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
}
.b-product_info p {
  margin: 0;
}
.b-product_hiddenview .b-product_info {
  position: relative;
  max-height: 52px;
  overflow: hidden;
}
.b-product_hiddenview .b-product_info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 3;
}
.b-product_hiddenview-btn {
  position: relative;
  width: 100%;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-elem-1);
}
.b-product_hiddenview-show, .b-product_hiddenview-hide {
  position: relative;
  padding-right: 21px;
}
.b-product_hiddenview-show {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L10 13L4 8' stroke='%235BADFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
}
.b-product_hiddenview-hide {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 12L10 7L4 12' stroke='%235BADFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
}
.b-product_hiddenview.open .b-product_info {
  max-height: 10000px;
}
.b-product_hiddenview.open .b-product_info:after {
  opacity: 0;
}
.b-product_hiddenview.open .b-product_hiddenview-show {
  display: none;
}
.b-product_hiddenview.open .b-product_hiddenview-hide {
  display: block;
}
.b-product_table {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
}
.b-product_table-tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 20px;
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.b-product_table-tr:after {
  content: "..........................................................................................................................................................................................................................................";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 20px;
  margin: 0;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  opacity: 0.5;
  overflow: hidden;
}
.b-product_table-td {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
  z-index: 2;
}
.b-product_table-td span {
  background-color: #fff;
  padding: 0 5px;
}
.b-product_table-td.td-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  color: rgba(28, 28, 28, 0.5);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}
.b-product_table-td.td-val {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
  min-width: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}
.b-product_table-td a {
  font-weight: 600;
  color: var(--color-elem-1);
}
.b-product_table-td img {
  vertical-align: middle;
  max-width: 32px;
  max-height: 18px;
}
.b-product_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px 104px 20px;
  min-width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0px -5px 18px #E5EBF0;
          box-shadow: 0px -5px 18px #E5EBF0;
  border-radius: 30px 30px 0 0;
  z-index: 500;
}
.b-product_bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
}
.b-product_bottom-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  gap: 10px;
}
.b-product_bottom-price-val {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #222;
}
.b-product_bottom-price-val p {
  display: block;
}
.b-product_bottom-price-val b {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #262626;
}
.b-product_bottom-price-old {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #919191;
}
.b-product_bottom-price-old p {
  display: block;
}
.b-product_bottom-price-old b {
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}
.b-product_bottom-disabled {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 16px;
  line-height: 20px;
  color: #919191;
}
.b-product_bottom-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
.b-product_bottom-btn .b-btn {
  white-space: nowrap;
}
.b-product_bottom-btn .b-btn.btn-bordered {
  padding: 0 18px;
}
@media (min-width: 400px) {
  .b-product_bottom-price {
    gap: 15px;
  }
}
@media (max-width: 379px) {
  .b-product-select_list-item {
    font-size: 13px;
  }
  .b-product_bottom-btn .b-btn {
    padding: 0 16px;
  }
  .b-product_bottom-btn .b-btn.btn-bordered {
    padding: 0 15px;
  }
}

.bl-n-04 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 5px;
}
.bl-n-04_item {
  position: relative;
  width: 100%;
  background-color: var(--color-elem-1);
  border-radius: 15px;
  overflow: hidden;
}
.bl-n-04_item-title {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.bl-n-04_item-text {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.bl-n-04_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 5px;
  padding: 15px 70px 15px 15px;
  min-height: 90px;
  max-width: 360px;
}
.bl-n-04_img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  z-index: 1;
}
.bl-n-04_img picture {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.bl-n-04_img img {
  display: block;
  max-height: 100%;
  margin: auto 0 0 auto;
}
.bl-n-04.bHiddenview .bl-n-04_item:not(:nth-child(1)) {
  display: none;
}
.bl-n-04.bHiddenview.open .bl-n-04_item:not(:nth-child(1)) {
  display: block;
}
.bl-n-04.bHiddenview.open .b-product_hiddenview-show {
  display: none;
}
.bl-n-04.bHiddenview.open .b-product_hiddenview-hide {
  display: block;
}

.b-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 210px;
  margin-left: -105px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(11, 11, 11, 0.5);
  border-radius: 30px;
  z-index: 10500;
}
.b-message_inner {
  position: relative;
  padding: 40px 20px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
}
.b-message_img {
  margin: 0 0 10px;
}
.b-message_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.b-message_title {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.b-message_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.b-basket {
  position: relative;
}
.b-basket-list {
  margin: 30px 0;
}
.b-basket-list_count {
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(38, 38, 38, 0.5);
}
.b-basket-list_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
}
.b-basket-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.b-basket-item_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 5px;
}
.b-basket-item_img picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.b-basket-item_img img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.b-basket-item_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 10px;
  min-height: 100px;
}
.b-basket-item_info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 2px;
  padding-right: 34px;
}
.b-basket-item_title {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.b-basket-item_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #222;
}
.b-basket-item_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 10px;
  width: 100%;
}
.b-basket-item_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #222;
  font-weight: 500;
}
.b-basket-item_price p {
  margin: 0;
}
.b-basket-item_price b {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #222;
}
.b-basket-item_delete {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.7998 7.33334H19.1998M10.1998 11.0667V16.6667M13.7998 11.0667V16.6667M5.6998 7.33334L6.5998 18.5333C6.5998 19.0284 6.78945 19.5032 7.12701 19.8533C7.46458 20.2033 7.92241 20.4 8.3998 20.4H15.5998C16.0772 20.4 16.535 20.2033 16.8726 19.8533C17.2102 19.5032 17.3998 19.0284 17.3998 18.5333L18.2998 7.33334M9.2998 7.33334V4.53334C9.2998 4.2858 9.39463 4.04841 9.56341 3.87337C9.73219 3.69834 9.96111 3.60001 10.1998 3.60001H13.7998C14.0385 3.60001 14.2674 3.69834 14.4362 3.87337C14.605 4.04841 14.6998 4.2858 14.6998 4.53334V7.33334' stroke='%23D94545' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.b-basket-bonus {
  position: relative;
  margin: 50px -20px 10px;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 30px;
}
.b-basket-bonus_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
}
.b-basket-bonus_head .b-switcher {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-basket-bonus_title {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-basket-bonus_text {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.b-basket-bonus_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 5px;
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.b-basket-bonus_count span {
  display: block;
}
.b-basket-bonus_count img {
  display: block;
}
.b-basket-bonus_field {
  margin: 20px 0 0;
}
.b-basket-bonus_field .d-control {
  border: 1px solid rgba(213, 221, 226, 0.5);
  background: rgba(213, 221, 226, 0.5);
}
.b-basket-total {
  position: relative;
  margin: 10px -20px -114px;
  padding: 20px 20px 114px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
.b-basket-total_referal {
  margin: 0 0 30px;
}
.b-basket-total_referal-btn {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
  text-align: center;
  background: #DEEFFF;
  border-radius: 13px;
}
.b-basket-total_referal-field .d-control {
  border: 1px solid rgba(213, 221, 226, 0.5);
  background: rgba(213, 221, 226, 0.5);
}
.b-basket-total_referal.open .b-basket-total_referal-btn {
  display: none;
}
.b-basket-total_title {
  display: block;
  margin: 0 0 15px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-basket-total_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
}
.b-basket-total_list-line {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(34, 34, 34, 0.5);
}
.b-basket-total_list-line p {
  margin: 0;
}
.b-basket-total_list-line b {
  color: #222222;
  font-weight: 600;
}
.b-basket-total_end {
  width: 100%;
  margin: 19px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 15px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #222;
}
.b-basket-total_end p {
  margin: 0;
}
.b-basket-total_end b {
  font-weight: 700;
}
.b-basket-total_btn {
  margin: 30px 0 0;
}
.b-basket-total_btn .b-btn {
  width: 100%;
}

.b-form {
  position: relative;
  display: block;
  padding: 15px 20px 30px;
}
.b-form_title {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-form_text {
  display: block;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.b-form_list {
  margin: 30px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 20px;
}
.b-form_field {
  position: relative;
  width: 100%;
}
.b-form_field-inner {
  position: relative;
}
.b-form_field-text {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.b-form_field-text a {
  font-weight: 600;
  color: var(--color-elem-1);
}
.b-form_label {
  display: block;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
}
.b-form_label i {
  font-style: normal;
  color: var(--color-elem-4);
}
.b-form_btn {
  margin: 40px 0 0;
}
.b-form_btn .b-btn {
  width: 100%;
}
.b-form_check-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.b-form_check-switcher p {
  margin: 0;
}
.b-form_check-switcher .b-switcher {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.b-profile-home {
  height: calc(100vh - 114px);
}
.b-profile-home_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
}
.b-profile-home .page__inner {
  height: 100%;
}
.b-profile-home_inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 10px;
}
.b-profile-home_main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: 20px;
  margin: 0 -20px;
  padding: 30px 20px 20px;
  background: -webkit-linear-gradient(top, var(--color-elem-1) 20%, #B2D8FF 100%);
  background: linear-gradient(180deg, var(--color-elem-1) 20%, #B2D8FF 100%);
  border-radius: 0px 0px 30px 30px;
}
.b-profile-home_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 20px;
  width: 100%;
  color: #fff;
}
.b-profile-home_head-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 20px;
}
.b-profile-home_head-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
}
.b-profile-home_head-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.b-profile-home_name {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.b-profile-home_text {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.b-profile-home_bonus {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 20px;
  gap: 15px;
  color: #fff;
  background: rgba(15, 61, 108, 0.3);
  border-radius: 15px;
  overflow: hidden;
}
.b-profile-home_bonus:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 19px;
  width: 9px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M0.999999 14L8 7.5L1 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
.b-profile-home_bonus:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100px;
  height: 100px;
  background-image: url(../assets/images/profile-bonus-img.png);
  -webkit-background-size: 100px auto;
          background-size: 100px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}
.b-profile-home_bonus-title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.b-profile-home_bonus-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.b-profile-home_menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  margin: 0 -20px;
  padding: 20px 20px 134px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.b-profile-home_menu-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 35px 15px 0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.3);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
}
.b-profile-home_menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16L13 10L8 4' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.bl-n-05 {
  position: relative;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.bl-n-05_head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 5px;
}
.bl-n-05_title {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.bl-n-05_num {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7E7E7E;
}
.bl-n-05_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}
.bl-n-05_list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.bl-n-05_list-item img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.bl-n-05_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
.bl-n-05_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 2px;
}
.bl-n-05_count {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(34, 34, 34, 0.5);
}
.bl-n-05_price {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #222;
}
.bl-n-05_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bl-n-05_btn .b-btn {
  height: 40px;
  padding: 0 18px;
}

.b-order_history {
  position: relative;
  padding: 60px 0 0;
  margin: 0 -20px -20px;
  height: calc(100% + 20px);
  width: calc(100% + 40px);
}
.b-order_history-inner {
  height: 100%;
  overflow-y: auto;
  padding: 10px 20px 20px;
}
.b-order-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  height: 100%;
}
.b-order-detail_wrap {
  position: relative;
  padding: 60px 0 0;
  margin: 0 -20px -20px;
  height: calc(100% + 20px);
  width: calc(100% + 40px);
}
.b-order-detail_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 10px 20px 30px;
  overflow-y: auto;
}
.b-order-detail_head {
  width: 100%;
}
.b-order-detail_title {
  display: block;
  margin: 0 0 15px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-order-detail_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 5px;
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-main);
}
.b-order-detail_info p {
  display: block;
  margin: 0;
}
.b-order-detail_info b {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text-main);
}
.b-order-detail_list {
  width: 100%;
}
.b-order-detail_list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 10px;
}
.b-order-detail_list .b-basket-item_info {
  padding-right: 0;
}
.b-order-detail_bot {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: 0;
  padding: 20px;
  border-radius: 24px 24px 0 0;
  background-color: #fff;
}
.b-order-detail_count {
  display: block;
  margin: 0 0 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(34, 34, 34, 0.5);
}
.b-order-detail_price {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #222;
}
.b-order-detail_btn {
  margin: 10px 0 0;
}
.b-order-detail_btn .b-btn {
  width: 100%;
}

.b-bonus {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 10px;
  overflow-y: auto;
}
.b-bonus_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 80px;
  z-index: 1;
}
.b-bonus_wrap .overlay_head {
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background-color: #fff;
}
.b-bonus_head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 20px 20px;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
}
.b-bonus_card {
  position: relative;
  height: 185px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 20px;
  padding: 20px;
  color: #fff;
  background: -webkit-linear-gradient(top, var(--color-elem-1) 20%, #B2D8FF 100%), var(--color-elem-1);
  background: linear-gradient(180deg, var(--color-elem-1) 20%, #B2D8FF 100%), var(--color-elem-1);
  border-radius: 15px;
  overflow: hidden;
}
.b-bonus_card:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4997 8.33325H12.508M12.4997 16.6666V11.4583M22.9163 12.4999C22.9163 18.253 18.2528 22.9166 12.4997 22.9166C6.74655 22.9166 2.08301 18.253 2.08301 12.4999C2.08301 6.74679 6.74655 2.08325 12.4997 2.08325C18.2528 2.08325 22.9163 6.74679 22.9163 12.4999Z' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
.b-bonus_card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 140px;
  height: 140px;
  background-image: url(../assets/images/profile-bonus-img-lg.png);
  -webkit-background-size: 140px auto;
          background-size: 140px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}
.b-bonus_card-title {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.b-bonus_card-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.b-bonus_title {
  display: block;
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-text-main);
}
.b-bonus_text {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.b-bonus_history {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 20px;
  border-radius: 30px;
  background-color: #fff;
}
.b-bonus_history-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 15px;
  max-height: 290px;
  padding-right: 24px;
  overflow-y: auto;
}
.b-bonus_history-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(34, 34, 34, 0.5);
}
.b-bonus_history-item p {
  margin: 0;
}
.b-bonus_history-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
}
.b-bonus_history-item-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 3px;
}
.b-bonus_history-item-text b {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-main);
}
.b-bonus_history-item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.b-bonus_history-item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.b-bonus_history-item-val {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 26px 0 0;
  height: 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-elem-3);
}
.b-bonus_history-item-val:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%2309BC8A'/%3E%3Cpath d='M11.0002 14.5166L8.23355 16.1833C8.11133 16.2611 7.98355 16.2944 7.85022 16.2833C7.71689 16.2722 7.60022 16.2277 7.50022 16.15C7.40022 16.0722 7.32244 15.9751 7.26689 15.8586C7.21133 15.7422 7.20022 15.6115 7.23355 15.4666L7.96689 12.3166L5.51689 10.2C5.40577 10.1 5.33644 9.98597 5.30889 9.85797C5.28133 9.72997 5.28955 9.60508 5.33355 9.4833C5.37755 9.36152 5.44422 9.26152 5.53355 9.1833C5.62289 9.10508 5.74511 9.05508 5.90022 9.0333L9.13355 8.74997L10.3836 5.7833C10.4391 5.64997 10.5253 5.54997 10.6422 5.4833C10.7591 5.41663 10.8784 5.3833 11.0002 5.3833C11.122 5.3833 11.2413 5.41663 11.3582 5.4833C11.4751 5.54997 11.5613 5.64997 11.6169 5.7833L12.8669 8.74997L16.1002 9.0333C16.2558 9.05552 16.378 9.10552 16.4669 9.1833C16.5558 9.26108 16.6224 9.36108 16.6669 9.4833C16.7113 9.60552 16.7198 9.73063 16.6922 9.85863C16.6647 9.98663 16.5951 10.1004 16.4836 10.2L14.0336 12.3166L14.7669 15.4666C14.8002 15.6111 14.7891 15.7417 14.7336 15.8586C14.678 15.9755 14.6002 16.0726 14.5002 16.15C14.4002 16.2273 14.2836 16.2717 14.1502 16.2833C14.0169 16.2949 13.8891 16.2615 13.7669 16.1833L11.0002 14.5166Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.b-bonus_history-item-val.item-minus {
  color: var(--color-elem-4);
}
.b-bonus_history-item-val.item-minus:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23FE5F55'/%3E%3Cpath d='M11.0002 14.5166L8.23355 16.1833C8.11133 16.2611 7.98355 16.2944 7.85022 16.2833C7.71689 16.2722 7.60022 16.2277 7.50022 16.15C7.40022 16.0722 7.32244 15.9751 7.26689 15.8586C7.21133 15.7422 7.20022 15.6115 7.23355 15.4666L7.96689 12.3166L5.51689 10.2C5.40577 10.1 5.33644 9.98597 5.30889 9.85797C5.28133 9.72997 5.28955 9.60508 5.33355 9.4833C5.37755 9.36152 5.44422 9.26152 5.53355 9.1833C5.62289 9.10508 5.74511 9.05508 5.90022 9.0333L9.13355 8.74997L10.3836 5.7833C10.4391 5.64997 10.5253 5.54997 10.6422 5.4833C10.7591 5.41663 10.8784 5.3833 11.0002 5.3833C11.122 5.3833 11.2413 5.41663 11.3582 5.4833C11.4751 5.54997 11.5613 5.64997 11.6169 5.7833L12.8669 8.74997L16.1002 9.0333C16.2558 9.05552 16.378 9.10552 16.4669 9.1833C16.5558 9.26108 16.6224 9.36108 16.6669 9.4833C16.7113 9.60552 16.7198 9.73063 16.6922 9.85863C16.6647 9.98663 16.5951 10.1004 16.4836 10.2L14.0336 12.3166L14.7669 15.4666C14.8002 15.6111 14.7891 15.7417 14.7336 15.8586C14.678 15.9755 14.6002 16.0726 14.5002 16.15C14.4002 16.2273 14.2836 16.2717 14.1502 16.2833C14.0169 16.2949 13.8891 16.2615 13.7669 16.1833L11.0002 14.5166Z' fill='white'/%3E%3C/svg%3E%0A");
}
.b-bonus_referal {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 30px 20px;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 10px;
}
.b-bonus_referal-field {
  margin: 10px 0 0;
}
.b-bonus_referal-field .d-control {
  background-color: rgb(213, 221, 226);
  border-color: rgb(213, 221, 226);
  color: rgba(28, 28, 28, 0.4);
  font-size: 14px;
  padding-right: 60px;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20H7.2C5.42667 20 4 18.5733 4 16.8V7.2C4 5.42667 5.42667 4 7.2 4H16.8C18.5733 4 20 5.42667 20 7.2V8M15.2 12H24.8C25.6487 12 26.4626 12.3371 27.0627 12.9373C27.6629 13.5374 28 14.3513 28 15.2V24.8C28 25.6487 27.6629 26.4626 27.0627 27.0627C26.4626 27.6629 25.6487 28 24.8 28H15.2C14.3513 28 13.5374 27.6629 12.9373 27.0627C12.3371 26.4626 12 25.6487 12 24.8V15.2C12 14.7798 12.0828 14.3637 12.2436 13.9754C12.4044 13.5872 12.6401 13.2344 12.9373 12.9373C13.2344 12.6401 13.5872 12.4044 13.9754 12.2436C14.3637 12.0828 14.7798 12 15.2 12Z' stroke='%23616161' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.b-bonus_referal-field .d-control_message {
  color: var(--color-text-main);
}
.b-bonus_referal-field:not(.copy) .d-control_message {
  display: none;
}
.b-bonus_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.b-bonus_info-wrap {
  padding-bottom: 30px;
}
.b-bonus_info-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  padding: 15px;
  background-color: var(--color-elem-1);
  border-radius: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
.b-bonus_info-item.item-full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}
.b-bonus_info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 5px;
  margin: 0 0 3px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.b-bonus_info p {
  margin: 0;
}

.overlay_wrap .b-form {
  position: relative;
  padding: 60px 0 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.overlay_wrap .b-form_list {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 10px 20px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.overlay_wrap .b-form_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 -20px -20px;
  padding: 20px 20px 40px;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
}