@charset "UTF-8";
/*! 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 {
  --color-text-main: #333333;
  --color-text-second: #80889B;
  --color-text-select: #0079FF;
  --color-text-black: #000000;
  --color-white: #fff;
  --color-background: #fff;
  --color-page-background: #FAFAFC;
  --color-elem-1: #0079FF;
  --color-elem-2: #F22E6F;
  --color-elem-3: #334CD9;
  --color-elem-4: #CB4DDF;
  --color-btn-1: #04BF68;
  --color-btn-1-h: #039953;
  --color-btn-2: #0079FF;
  --color-btn-2-h: #0061CC;
  --color-btn-3: #334CD9;
  --color-btn-3-h: #0079FF;
  --color-btn-text-1: #fff;
  --color-bg-light: #F1F1F1;
  --color-bg-light-2: #7D8A99;
  --color-bg-footer: #0079FF;
  --color-text-footer: #fff;
  --color-link-footer: #fff;
  --color-form-border: #EEEEEE;
  --color-error: #F22E6F;
  --color-success: #04BF68; }

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

body {
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  line-height: 140%;
  font-family: "Roboto", 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: "Roboto", serif; }

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: "Roboto", serif; }

a {
  color: inherit;
  text-decoration: 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: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastIn {
  0% {
    opacity: .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)*.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s)*.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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 .15s ease;
  transition: opacity .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 {
  -ms-touch-action: none;
      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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

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

.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;
      -ms-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: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: 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;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto; }

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

.fancybox__content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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: -webkit-zoom-in;
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  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;
  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;
  -o-object-fit: contain;
     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 {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 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: .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 .25s ease;
  transition: all .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: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .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;
  -o-object-fit: contain;
     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%;
  -ms-flex-negative: 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;
  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;
      -ms-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: 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: -ms-flexbox;
  display: flex; }

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease, -webkit-transform .33s ease; }

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path .33s ease;
  transition: clip-path .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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

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

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

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

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

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

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn .2s ease-out;
          animation: f-fadeIn .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;
  -o-object-fit: cover;
     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 {
  -ms-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: 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: 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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

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

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

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-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: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  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; }

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

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

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  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; }

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.5.1
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 13.07.2018
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */ }

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */ }

body.os-dragging,
body.os-dragging * {
  cursor: default; }

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.os-host-flexbox > .os-padding > .os-viewport > .os-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#hs-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px; }

#hs-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important; }

.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important; }

.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1; }

.os-host-overflow > .os-padding {
  overflow: hidden; }

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none; }

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible; }

.os-content > .os-textarea {
  direction: inherit !important;
  float: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  border: none !important;
  border-radius: 0px !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  resize: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
  padding: 0px; }

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important; }

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none; }

.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important; }

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text; }

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.os-resize-observer-host:after {
  content: ''; }

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.os-resize-observer.observed,
object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px; }

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation; }

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */ }

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1; }

.os-scrollbar-corner {
  bottom: 0;
  right: 0; }

.os-scrollbar {
  pointer-events: none; }

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important; }

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%; }

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none; }

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important; }

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important; }

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0; }

.os-scrollbar-vertical {
  top: 0;
  right: 0; }

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0; }

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0; }

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0; }

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize; }

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize; }

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize; }

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize; }

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default; }

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0; }

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0; }

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important; }

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important; }

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.os-host-overflow {
  overflow: hidden !important; }

@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0; }
  to {
    z-index: -1; } }

@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0; }
  to {
    z-index: -1; } }

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important; }

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px; }

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px; }

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px; }

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0; }

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px; }

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent; }

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent; }

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent; }

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px; }

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px; }

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 0; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4); }

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4); }

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55); }

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55); }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7); }

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7); }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block; }

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none; }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px; }

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px; }

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px; }

/**
 * 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;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

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

.swiper-slide {
  -ms-flex-negative: 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;
      -ms-flex-align: 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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -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: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-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: 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: 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: 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: 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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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%;
  -o-object-fit: contain;
     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: .3s opacity;
  transition: .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: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -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: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -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;
  -ms-touch-action: none;
      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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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: .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; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
body {
  background: var(--color-page-background);
  min-width: 320px; }

.page__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1440px; }
  @media all and (max-width: 767px) {
    .page__inner {
      padding: 0 10px; } }

.icon-play {
  background-image: url("../assets/icons/icon-play.svg");
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat; }

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

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="phone"],
input[type="email"],
textarea {
  display: block;
  height: 45px;
  border: none;
  background-color: var(--color-white);
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: var(--color-text-main);
  border-radius: 6px;
  -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 {
    color: var(--color-text-second); }
  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 {
    color: var(--color-text-second); }
  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 {
    color: var(--color-text-second); }
  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 {
    color: var(--color-text-second); }
  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="password"]::placeholder,
  input[type="phone"]::placeholder,
  input[type="email"]::placeholder,
  textarea::placeholder {
    color: var(--color-text-second); }
  input[type="text"].error,
  input[type="tel"].error,
  input[type="password"].error,
  input[type="phone"].error,
  input[type="email"].error,
  textarea.error {
    border-color: var(--color-error); }
  input[type="text"].success, input[type="text"].valid,
  input[type="tel"].success,
  input[type="tel"].valid,
  input[type="password"].success,
  input[type="password"].valid,
  input[type="phone"].success,
  input[type="phone"].valid,
  input[type="email"].success,
  input[type="email"].valid,
  textarea.success,
  textarea.valid {
    border-color: var(--color-success); }

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

.d-select {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #504E4C;
  background-color: #868584;
  padding: 0 50px 0 19px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #fff;
  border-radius: 22px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8601 3.7596L13.1588 3.0583C13.0653 2.96465 12.9577 2.91797 12.8359 2.91797C12.7145 2.91797 12.6069 2.96465 12.5135 3.0583L7.00007 8.5714L1.48692 3.05845C1.39342 2.96479 1.28582 2.91812 1.16426 2.91812C1.04265 2.91812 0.93504 2.96479 0.841585 3.05845L0.14033 3.7598C0.0466783 3.85325 0 3.96086 0 4.08247C0 4.20398 0.0468257 4.31159 0.14033 4.40504L6.6774 10.9423C6.77086 11.0358 6.87851 11.0825 7.00007 11.0825C7.12163 11.0825 7.22909 11.0358 7.3225 10.9423L13.8601 4.40504C13.9536 4.31154 14 4.20393 14 4.08247C14 3.96086 13.9536 3.85325 13.8601 3.7596Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: right 18px center;
  background-repeat: no-repeat;
  cursor: pointer; }
  .d-select:focus {
    border-color: #868584; }
  .d-select.error {
    border-color: #FB412D; }
  .d-select.success, .d-select.valid {
    border-color: #00A857; }

.d-checkbox {
	position: relative;
	padding: 0 0 0 18px;
	cursor: pointer;
}
	.d-checkbox input {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}
	.d-checkbox i {
		position: absolute;
		left: 0;
		top: 0;
		width: 12px;
		height: 12px;
		border: 1px solid #fff;
		border-radius: 2px;
		cursor: pointer;
	}
	.d-checkbox i:after {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		transition: all 0.2s ease;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 50 50'%3E%3Cpath d='M 41.9375 8.625 C 41.273438 8.648438 40.664063 9 40.3125 9.5625 L 21.5 38.34375 L 9.3125 27.8125 C 8.789063 27.269531 8.003906 27.066406 7.28125 27.292969 C 6.5625 27.515625 6.027344 28.125 5.902344 28.867188 C 5.777344 29.613281 6.078125 30.363281 6.6875 30.8125 L 20.625 42.875 C 21.0625 43.246094 21.640625 43.410156 22.207031 43.328125 C 22.777344 43.242188 23.28125 42.917969 23.59375 42.4375 L 43.6875 11.75 C 44.117188 11.121094 44.152344 10.308594 43.78125 9.644531 C 43.410156 8.984375 42.695313 8.589844 41.9375 8.625 Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 10px auto;
		opacity: 0;
	}
	.d-checkbox input:checked ~ i:after {
		opacity: 1;
	}

.b-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  line-height: 16px;
  padding: 0 20px;
  gap: 10px;
  border: none;
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-btn-text-1);
  text-align: center;
  text-decoration: none;
  background: var(--color-btn-1);
  border-radius: 25px;
  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:hover {
    background: var(--color-btn-1-h); }
  .b-btn.btn-square {
    border-radius: 10px; }
  .b-btn.btn-ml {
    height: 40px;
    padding: 0 20px;
    font-size: 14px; }
  .b-btn.btn-md {
    height: 40px;
    padding: 0 12px;
    line-height: 14px;
    gap: 5px; }
  .b-btn.btn-sm {
    height: 30px;
    padding: 0 10px;
    line-height: 14px;
    gap: 5px; }
  .b-btn.btn-bordered {
    border: 1px solid var(--color-btn-1);
    background: transparent;
    color: var(--color-btn-1); }
    .b-btn.btn-bordered:hover {
      color: var(--color-btn-text-1);
      background: var(--color-btn-1); }
      .b-btn.btn-bordered:hover img {
        -webkit-filter: brightness(100);
                filter: brightness(100); }
  .b-btn.btn-greenl {
    background: #67C15E; }
    .b-btn.btn-greenl:hover {
      background: #4ABA3E; }
  .b-btn.btn-secondary {
    background: var(--color-btn-2); }
    .b-btn.btn-secondary:hover {
      background: var(--color-btn-2-h); }
    .b-btn.btn-secondary.btn-bordered {
      border: 1px solid var(--color-btn-2);
      background: transparent;
      color: var(--color-btn-2); }
      .b-btn.btn-secondary.btn-bordered:hover {
        color: var(--color-btn-text-1);
        background: var(--color-btn-2); }
  .b-btn.btn-dark {
    background: var(--color-btn-3); }
    .b-btn.btn-dark:hover {
      background: var(--color-btn-3-h); }
  .b-btn.btn-white {
    background: var(--color-white);
    color: var(--color-text-main); }
    .b-btn.btn-white:hover {
      background: var(--color-btn-2);
      color: var(--color-white); }
      .b-btn.btn-white:hover img {
        -webkit-filter: brightness(100);
                filter: brightness(100); }
    .b-btn.btn-white.btn-bordered {
      border: 1px solid var(--color-white);
      background: transparent;
      color: var(--color-white); }
      .b-btn.btn-white.btn-bordered:hover {
        color: var(--color-text-select);
        background: var(--color-white); }
  .b-btn.btn-transparent {
    background: transparent;
    color: var(--color-btn-1); }
    .b-btn.btn-transparent:hover {
      color: var(--color-btn-text-1);
      background: var(--color-btn-1-h); }
  .b-btn .btn-icon {
    padding: 0; }
    .b-btn .btn-icon img, .b-btn .btn-icon svg {
      display: block;
      margin: 0;
      max-width: 32px;
      max-height: 32px; }
  .b-btn.btn-arrow-r:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 6px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.82227 2.58008C9.45117 2.13737 9.0638 1.49609 8.66016 0.65625H9.36328C10.1901 1.63281 11.069 2.35547 12 2.82422V3.17578C11.069 3.64453 10.1901 4.36719 9.36328 5.34375H8.66016C9.0638 4.50391 9.45117 3.86263 9.82227 3.41992H0.164062V2.58008H9.82227Z' fill='%2304BF68'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .b-btn.btn-arrow-r:hover:after {
    -webkit-filter: brightness(100);
            filter: brightness(100); }

.b-switcher {
  position: relative;
  display: block;
  width: 30px;
  height: 16px; }
  .b-switcher input {
    opacity: 0;
    width: 0;
    height: 0; }
  .b-switcher_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #EAEAEA;
    border-radius: 20px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .b-switcher_slide:before {
      position: absolute;
      content: "";
      height: 14px;
      width: 14px;
      left: 1px;
      top: 1px;
      background-color: #ABABAB;
      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: #0079FF; }
    .b-switcher input:checked + .b-switcher_slide:before {
      left: 15px;
      background-color: #fff; }

.b-dropdown {
  position: relative;
  display: block; }
  .b-dropdown_title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: 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_menu a.active {
        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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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; }

.txt-clr-blue {
  color: var(--color-text-select); }

.page {
  position: relative; }

.header {
  position: relative;
  height: auto; }
  .header_main {
    height: 110px; }
  .header_fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    .header_fixed .page__inner {
      padding-top: 20px;
      -webkit-transition: border-radius 0.2s ease;
      transition: border-radius 0.2s ease; }
  .header_inner {
    background: var(--color-elem-1);
    border-radius: 20px;
    -webkit-transition: border-radius 0.2s ease;
    transition: border-radius 0.2s ease; }
  .header_contact {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: var(--color-text-main); }
    .header_contact b {
      display: block;
      font-weight: 700;
      font-size: 16px;
      line-height: 140%;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .header_contact:hover b {
      color: var(--color-text-select); }
  .header_menu {
    padding: 10px 0;
    white-space: nowrap; }
    .header_menu .page__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
    .header_menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
    .header_menu-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .header_menu-side .b-btn {
        padding: 0 20px; }
    .header_menu-main-btn {
      position: relative;
      padding: 0 26px 0 10px;
      gap: 10px;
      border-radius: 10px; }
      .header_menu-main-btn:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        height: 100%;
        width: 8px;
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44812 5.61594C3.64769 5.89247 4.05943 5.89247 4.259 5.61594L7.61168 0.970338C7.85033 0.639655 7.61404 0.177734 7.20623 0.177734H0.500887C0.0930832 0.177734 -0.143204 0.639655 0.0954448 0.970337L3.44812 5.61594Z' fill='white'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat; }
      .header_menu-main-btn.b-btn {
        padding: 0 26px 0 10px;
        gap: 10px; }
    .header_menu .b-btn.header_menu-btn {
      border-radius: 10px;
      padding: 0 10px;
      gap: 5px; }
    .header_menu .b-btn.btn-white {
      background-color: var(--color-bg-light); }
      .header_menu .b-btn.btn-white:hover {
        background-color: var(--color-btn-2); }
    .header_menu-city span {
      border-bottom: 1px dashed #fff; }
    .header_menu-city:hover span {
      border-bottom-color: transparent; }
  .header_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    height: 90px;
    padding: 20px; }
  .header_logo {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0; }
    .header_logo img {
      max-width: 100%;
      max-height: 100%; }
    .header_logo--mob {
      display: none; }
    .header_logo--desc {
      display: block; }
  .header_city {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 17px;
    gap: 6px;
    font-size: 14px;
    height: 48px;
    border-radius: 10px; }
    .header_city img {
      max-width: 16px;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .header_city span {
      border-bottom: 1px dashed #fff; }
    .header_city.b-btn:hover img {
      -webkit-filter: invert(100%);
              filter: invert(100%); }
  .header_search {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
    .header_search input {
      display: block;
      width: 100%;
      height: 48px;
      font-size: 14px;
      padding: 0 102px 0 10px;
      background: #fff;
      color: var(--color-text-main);
      border-radius: 5px; }
      .header_search input::-webkit-input-placeholder {
        color: rgba(13, 13, 13, 0.5); }
      .header_search input::-moz-placeholder {
        color: rgba(13, 13, 13, 0.5); }
      .header_search input:-ms-input-placeholder {
        color: rgba(13, 13, 13, 0.5); }
      .header_search input::-ms-input-placeholder {
        color: rgba(13, 13, 13, 0.5); }
      .header_search input::placeholder {
        color: rgba(13, 13, 13, 0.5); }
    .header_search button {
      position: absolute;
      top: 5px;
      right: 10px;
      bottom: 5px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 82px;
      border: none;
      outline: none;
      margin: 0;
      padding: 0 5px;
      cursor: pointer;
      z-index: 10; }
  .header_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    .header_links-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      font-size: 14px;
      line-height: 15px;
      color: rgba(255, 255, 255, 0.6);
      text-align: center;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .header_links-item span {
        display: block; }
      .header_links-item:hover {
        color: #fff; }
      .header_links-item-icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25px;
                flex: 0 0 25px;
        height: 25px; }
        .header_links-item-icon img {
          display: block;
          max-height: 100%; }
        .header_links-item-icon span {
          position: absolute;
          left: 18px;
          top: -5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0px 4px;
          height: 16px;
          min-width: 16px;
          background: var(--color-btn-1);
          font-size: 12px;
          font-weight: 600;
          line-height: 100%;
          color: #fff;
          border-radius: 10px; }
  .header_link-catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #fff;
    margin: 0 10px; }
  .header_mob-btn {
    display: none; }
  .header_mob-menu {
    display: none; }
  .header.header--msg {
    height: 156px; }
  .header_mobile-search {
    display: none; }
  .header.fixed .header_fixed {
    position: fixed; }
    .header.fixed .header_fixed .page__inner {
      padding-top: 0; }
  .header.fixed .header_inner {
    border-radius: 0 0 20px 20px; }
  @media all and (max-width: 1399px) and (min-width: 1024px) {
    .header_menu .page__inner {
      gap: 12px; }
    .header_menu-side {
      gap: 12px; }
      .header_menu-side .b-btn {
        padding: 0 12px;
        font-size: 13px; }
    .header_contact {
      font-size: 11px; }
      .header_contact b {
        font-size: 15px; } }
  @media all and (max-width: 1319px) and (min-width: 1024px) {
    .header_menu-btn {
      font-size: 13px; } }
  @media all and (max-width: 1269px) and (min-width: 1200px) {
    .header_menu-list {
      gap: 7px; }
    .header_menu-btn {
      font-size: 12px; } }
  @media all and (max-width: 1279px) and (min-width: 1024px) {
    .header_search input {
      padding-right: 95px; }
    .header_search button,
    .header_search button.b-btn {
      right: 5px; } }
  @media all and (max-width: 1199px) {
    .header_main .header_search input {
      padding-right: 40px; }
    .header_main .header_search button,
    .header_main .header_search button.b-btn {
      top: 0;
      right: 0px;
      width: 40px;
      bottom: 0;
      background: transparent url(../assets/icons/icon-h-search_blue.svg) center no-repeat;
      font-size: 0;
      text-indent: -9999px;
      overflow: hidden;
      border-radius: 0; }
      .header_main .header_search button:hover,
      .header_main .header_search button.b-btn:hover {
        background: transparent url(../assets/icons/icon-h-search_blue.svg) center no-repeat; }
    .header_menu .page__inner {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      overflow-x: auto;
      margin: 0 0 -8px;
      padding: 0 20px 8px;
      gap: 20px; }
    .header_menu-list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .header_menu-side {
      gap: 20px; } }
  @media all and (max-width: 1199px) and (min-width: 1024px) {
    .header_city {
      padding: 0 12px; }
    .header_logo img {
      max-width: 400px; }
    .header_links-item {
      font-size: 13px; } }
  @media all and (max-width: 1023px) {
    .header_fixed .page__inner {
      position: relative;
      padding-top: 10px;
      z-index: 999; }
    .header_main {
      height: 70px; }
    .header_inner {
      height: 60px;
      padding: 5px 10px;
      border-radius: 15px; }
    .header_logo--desc {
      display: none; }
    .header_logo--mob {
      display: block;
      height: 30px; }
    .header_links {
      gap: 20px;
      font-size: 9px; }
      .header_links-item {
        font-size: 12px;
        gap: 3px; }
        .header_links-item-icon span {
          top: -4px; }
    .header_search input {
      height: 40px; }
    .header_city {
      display: none; }
    .header_menu {
      padding-bottom: 10px; }
      .header_menu .page__inner {
        padding-bottom: 10px;
        margin-bottom: -10px;
        white-space: nowrap;
        overflow: auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        clip-path: inset(0 0 10px 0); }
      .header_menu-btn {
        font-size: 13px; }
    .header_contact {
      font-size: 11px; }
      .header_contact b {
        font-size: 15px; }
    .header_mob-btn {
      display: block;
      margin: -5px -10px -5px 0px;
      height: 60px;
      width: 60px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
      padding: 0; }
      .header_mob-btn:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='24' height='3' fill='white'/%3E%3Crect y='7.5' width='24' height='3' fill='white'/%3E%3Crect y='14.5' width='24' height='3' fill='white'/%3E%3C/svg%3E%0A");
        background-size: 24px auto;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .header_mob-btn span {
        display: none; }
    .header_mob-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background: var(--color-page-background);
      z-index: 998;
      padding-top: 70px; }
      .header_mob-menu_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 20px;
        padding: 20px 20px; }
      .header_mob-menu .header_search {
        display: none; }
      .header_mob-menu .header_city {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid var(--color-btn-2);
        border-radius: 12px;
        padding: 0 10px;
        gap: 10px;
        font-size: 14px;
        color: var(--color-btn-2);
        text-align: left;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .header_mob-menu .header_city span {
          border-color: var(--color-btn-2); }
      .header_mob-menu_list-item {
        display: block;
        margin: 0;
        padding: 18px 0;
        font-size: 14px;
        line-height: 16px;
        border-bottom: 1px solid #EAEDF2;
        color: var(--color-text-main);
        text-decoration: none; }
      .header_mob-menu_list a {
        position: relative;
        display: block;
        color: var(--color-text-main);
        text-decoration: none; }
        .header_mob-menu_list a:hover {
          color: var(--color-text-select); }
      .header_mob-menu_list-sub {
        position: relative; }
        .header_mob-menu_list-sub .header_mob-menu_list-item {
          padding-right: 30px; }
          .header_mob-menu_list-sub .header_mob-menu_list-item:after {
            content: "";
            position: absolute;
            top: 0;
            right: 10px;
            width: 10px;
            height: 100%;
            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='M4.78691 6.77867L0.778005 2.76976C0.500919 2.49268 0.500919 2.04462 0.778005 1.77048L1.44419 1.1043C1.72128 0.827213 2.16933 0.827213 2.44347 1.1043L5.28508 3.94591L8.12668 1.1043C8.40377 0.827213 8.85182 0.827213 9.12596 1.1043L9.79215 1.77048C10.0692 2.04757 10.0692 2.49563 9.79215 2.76976L5.78324 6.77867C5.51205 7.05576 5.064 7.05576 4.78691 6.77867Z' fill='%230079FF'/%3E%3C/svg%3E%0A");
            background-position: center;
            background-repeat: no-repeat;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .header_mob-menu_list-list {
        position: relative;
        display: none;
        margin: 0;
        padding: 18px 0 18px 20px;
        border-bottom: 1px solid #EAEDF2; }
        .header_mob-menu_list-list li {
          list-style: none;
          margin-top: 10px; }
          .header_mob-menu_list-list li:first-child {
            margin-top: 0; }
          .header_mob-menu_list-list li a {
            padding: 0px;
            font-size: 14px;
            line-height: 20px; }
      .header_mob-menu_list .header_mob-menu_list-sub.open .header_mob-menu_list-item:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .header.open .header_mob-btn:after {
      background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.4834' y='24.3945' width='24' height='3' transform='rotate(-45 7.4834 24.3945)' fill='white'/%3E%3Crect x='24.454' y='26.5176' width='24' height='3' transform='rotate(-135 24.454 26.5176)' fill='white'/%3E%3C/svg%3E%0A");
      background-size: 34px auto; }
    .header.fixed .header_inner {
      border-radius: 0 0 15px 15px; } }
  @media all and (max-width: 767px) {
    .header_main {
      height: 60px; }
    .header_inner {
      height: 50px;
      gap: 12px;
      border-radius: 12px; }
      .header_inner .header_search {
        display: none; }
	.header_logo {
		max-width: 46%;
	}
    .header_links {
      gap: 12px; }
      .header_links-item {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.8);
        gap: 4px;
        line-height: 10px;
        padding: 5px 0; }
        .header_links-item-icon {
          height: 16px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 16px;
                  flex: 0 0 16px; }
          .header_links-item-icon span {
            font-size: 10px;
            height: 14px;
            min-width: 14px;
            left: 10px;
            top: -5px; }
    .header_mob-btn {
      height: 50px;
      width: 44px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 44px;
              flex: 0 0 44px;
      margin-left: -6px; }
    .header_mob-menu {
      padding-top: 60px;
      overflow-y: auto;
      max-height: 100vh; }
      .header_mob-menu_inner {
        padding: 20px 10px; }
      .header_mob-menu .header_search {
        display: block;
        width: 100%;
        max-width: 100%; }
        .header_mob-menu .header_search input {
          border: 1px solid #E2E2E2;
          height: 48px;
          border-radius: 12px; }
    .header_mobile-search {
      display: block;
      padding: 10px 10px 0; }
      .header_mobile-search .header_search {
        max-width: 100%; }
        .header_mobile-search .header_search input {
          border: 1px solid #E2E2E2;
          height: 48px;
          border-radius: 5px;
          padding-right: 90px; }
        .header_mobile-search .header_search button {
          right: 5px;
          padding: 0 10px;
          font-size: 12px;
          width: auto;
          min-width: 75px; }
    .header_link-catalog {
      margin: 0 0 0 auto; }
    .header_logo--mob {
      height: auto; }
    .header_menu .page__inner {
      gap: 15px;
      padding-left: 10px;
      padding-right: 10px; }
    .header_menu-list .b-btn {
      font-size: 12px;
      height: 35px; }
    .header_menu-side {
      gap: 15px; }
      .header_menu-side .b-btn {
        height: 35px;
        font-size: 13px;
        padding: 0 15px; }
    .header_contact {
      font-size: 10px; }
      .header_contact b {
        font-size: 14px; }
    .header.fixed .header_inner {
      border-radius: 0 0 12px 12px; }
    .header.fixed .header_mob-menu {
      padding-top: 50px; } }
  @media all and (max-width: 389px) {
	.header_logo {
		max-width: 43%;
	}}
  @media all and (max-width: 372px) {
	.header_logo {
		max-width: 41%;
	}}
.footer {
  position: relative;
  margin: 0;
  background: var(--color-bg-footer);
  z-index: 10; }
  .footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding: 40px 0; }
    .footer_main-column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 5 - 80px / 5);
              flex: 0 0 calc(100% / 5 - 80px / 5); }
      .footer_main-column.col-contact {
		flex: 0 0 auto;
    	min-width: calc(100% / 5 - 80px / 5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 20px; }
      .footer_main-column.col-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 20px; }
      .footer_main-column.col-mob {
        display: none; }
    .footer_main-list-title {
      display: block;
      margin: 0;
      font-size: 14px;
      font-weight: 600;
      line-height: 140%;
      color: #fff; }
    .footer_main-list ul {
      display: block;
      margin: 0;
      padding: 0; }
      .footer_main-list ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 5px 0 0;
        list-style: none; }
      .footer_main-list ul a {
        display: block;
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 140%;
        color: #fff;
        text-decoration: none; }
        .footer_main-list ul a:hover {
          text-decoration: underline; }
  .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .footer_social-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #fff; }
      .footer_social-item svg, .footer_social-item img {
        display: block;
        max-width: 40px;
        max-height: 40px;
        margin: 0; }
  .footer_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .footer_contacts-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      font-weight: 600;
      font-size: 14px;
      line-height: 150%;
      color: #fff;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .footer_contacts-item i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        width: 40px;
        height: 40px;
        padding: 4px;
        border: 1px solid #fff;
        border-radius: 50%; }
      .footer_contacts-item img,
      .footer_contacts-item svg {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
      .footer_contacts-item span {
        display: block; }
      .footer_contacts-item:hover {
        text-decoration: underline; }
  .footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block; }
    .footer_logo a {
      display: block;
      margin: 0; }
    .footer_logo img {
      display: block;
      max-width: 100%; }
  .footer_bot {
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px; 
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--color-white);}
	.footer_bot p {
		display: block;
		margin: 0;
	}
    .footer_bot-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0;
      padding: 0;
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
      color: var(--color-white); }
    .footer_bot-item {
      display: block;
      margin: 0;
      padding: 0;
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
      color: var(--color-white);
      text-decoration: none;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .footer_bot-item:hover span {
        text-decoration: underline; }
      .footer_bot-item:not(:last-child):after {
        content: "\00a0|\00a0"; }
    .footer_bot-platforma {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 5 - 80px / 5);
              flex: 0 0 calc(100% / 5 - 80px / 5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      padding: 12px;
      font-size: 12px;
      line-height: 21px;
      font-weight: 300;
      color: #fff;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px; }
      .footer_bot-platforma-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        width: 40px;
        height: 40px; }
        .footer_bot-platforma-icon img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
      .footer_bot-platforma p {
        display: block;
        margin: 0; }
      .footer_bot-platforma-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 21px; }
  @media all and (max-width: 1199px) and (min-width: 768px) {
    .footer_main {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 40px 20px; }
      .footer_main-column.col-contact {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .footer_main-column.col-list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 15px);
                flex: 0 0 calc(25% - 15px); }
    .footer_social {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .footer_logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    .footer_contacts {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .footer_bot-platforma {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-width: calc(25% - 15px); } }
  @media all and (max-width: 1023px) and (min-width: 768px) {
    .footer_social {
      gap: 10px; }
    .footer_contacts {
      white-space: nowrap;
      gap: 15px; }
      .footer_contacts-item {
        gap: 10px; } }
  @media all and (max-width: 767px) {
    .footer {
      margin-top: 20px; }
      .footer_main {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px 10px;
        padding-top: 20px;
        padding-bottom: 20px; }
        .footer_main-column.col-contact {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          gap: 20px;
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .footer_main-column.col-list {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 5px);
                  flex: 0 0 calc(50% - 5px); }
        .footer_main-column.col-mob {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          display: block; }
        .footer_main-column.mob-order-1 {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        .footer_main-column.mob-order-2 {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
        .footer_main-column.mob-order-3 {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
        .footer_main-column.mob-order-4 {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5; }
      .footer_social {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .footer_logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .footer_contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 10px;
        width: 100%; }
        .footer_contacts-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 5px);
                  flex: 0 0 calc(50% - 5px);
          gap: 10px;
          white-space: nowrap; }
      .footer_bot {
        padding: 20px 0; 
		gap: 10px;}
        .footer_bot-item {
          line-height: 20px; }
        .footer_bot-platforma {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          min-width: 0; }
          .footer_bot-platforma-icon {
            height: 41px; }
            .footer_bot-platforma-icon img {
              width: 100%;
              height: 100%; } }

.s-city-list {
  position: relative;
  margin: 20px 0 0;
  padding: 30px 0; }
  .s-city-list_inner {
    display: block;
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .s-city-list_item {
    display: block;
    margin: 0;
    padding: 3px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--color-text-main);
    text-decoration: none; }
    .s-city-list_item:hover {
      color: var(--color-text-select); }
  .s-city-list_all {
    display: block;
    margin: 22px 0 0;
    padding: 3px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--color-text-select);
    text-decoration: none; }
    .s-city-list_all:hover {
      text-decoration: underline; }
  @media all and (max-width: 1199px) {
    .s-city-list_inner {
      -webkit-column-count: 5;
         -moz-column-count: 5;
              column-count: 5; } }
  @media all and (max-width: 1023px) {
    .s-city-list_inner {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }
  @media all and (max-width: 767px) {
    .s-city-list {
      display: none; } }

@media all and (max-width: 767px) {
  .mob-hide {
    display: none; } }

.page-section {
  position: relative;
  margin: 0;
  padding: 30px 0 30px; }
  .page-section_inner {
    position: relative;
    margin: 30px 0 0; }
  @media all and (max-width: 767px) {
    .page-section {
      padding: 20px 0 20px; }
      .page-section_inner {
        margin: 20px 0 0; } }

.page-title {
  position: relative;
  display: block;
  margin: 0;
  font-size: 36px;
  line-height: 140%;
  font-weight: 600;
  color: var(--color-text-main); }
  .page-title a {
    color: var(--color-text-select);
    border-bottom: 1px dashed var(--color-text-select); }
    .page-title a:hover {
      border-bottom-color: transparent; }
  @media all and (max-width: 1199px) {
    .page-title {
      font-size: 32px; } }
  @media all and (max-width: 1023px) {
    .page-title {
      font-size: 30px; } }
  @media all and (max-width: 767px) {
    .page-title {
      font-size: 30px;
      line-height: 140%; } }

.page-titling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin: 10px 0; }
  .page-titling .page-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .page-titling_side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px; }
  .page-titling_company {
    display: block;
	padding: 5px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: var(--color-text-main); }
    .page-titling_company span {
      display: block; }
    .page-titling_company b {
      display: block;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%; }
  @media all and (max-width: 1199px) {
    .page-titling {
      gap: 20px; }
	  .page-titling_company {
		padding: 2px 0; }
      .page-titling_side {
        gap: 16px; } }
  @media all and (max-width: 1023px) {
    .page-titling_side {
      gap: 15px; }
	.page-titling_company {
	  padding: 1px 0; }
    .page-titling_company b {
      font-size: 15px; } }
  @media all and (max-width: 767px) {
    .page-titling {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px;
      margin: 10px 0 20px; } 
	.page-titling_company {
	  padding: 0; } }

.section-title {
  position: relative;
  display: block;
  margin: 0;
  font-size: 36px;
  line-height: 140%;
  font-weight: 600;
  color: var(--color-text-main); }
  .section-title h1 { 
    display: inline;
    vertical-align: top;
    margin: 0;
    font-size: 36px;
    line-height: 140%;
    font-weight: 600;
  }
  .section-title--sm {
    font-size: 24px; }
  .section-title_pseudo-lk {
    color: var(--color-text-select);
    border-bottom: 1px dashed var(--color-text-select); }
    .section-title_pseudo-lk:hover {
      border-bottom-color: transparent; }
  .section-title b {
    color: var(--color-text-select);
    font-weight: 600; }
  .section-title sup {
    vertical-align: super;
    color: var(--color-btn-1);
    top: 1px;
    line-height: 100%;
    font-weight: 600;
    font-size: 60%; }
  @media all and (max-width: 1199px) {
    .section-title {
      font-size: 32px; } }
  @media all and (max-width: 1023px) {
    .section-title {
      font-size: 30px;
      line-height: 140%; }
    .section-title h1 { 
      font-size: 30px;
      line-height: 140%;
    } }
  @media all and (max-width: 767px) {
    .section-title {
      font-size: 30px;
      line-height: 140%; }
    .section-title h1 { 
      font-size: 30px;
      line-height: 140%; } }

.section-titling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px; }
  .section-titling_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .section-titling_side iframe {
      display: block;
      border: none;
      outline: none; }
    .section-titling_side .b-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .section-titling_side .btn-md {
      padding: 0 20px; }
  .section-titling_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 60px);
            flex: 0 0 calc(50% - 60px);
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    color: var(--color-text-main); }
    .section-titling_text p {
      margin: 0; }
  .section-titling .b-btn {
    white-space: nowrap; }
  @media all and (max-width: 1023px) {
    .section-titling_text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 20px);
              flex: 0 0 calc(50% - 20px);
      font-size: 16px; } }
  @media all and (max-width: 767px) {
    .section-titling {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 12px; }
      .section-titling_side {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .section-titling_text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        font-size: 18px; } }

.section-subtitle {
  display: block;
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--color-text-main); }
  .section-subtitle b {
    font-weight: 600; }
  .section-subtitle span {
    color: var(--color-text-second); }
  .section-subtitle.color-green {
    color: var(--color-btn-1); }
  .section-subtitle.section-subtitle--under {
    line-height: 100%;
  }
  @media all and (max-width: 1199px) {
    .section-subtitle {
      font-size: 18px; } }

.section-text {
  display: block;
  margin: 14px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-text-main); }
  @media all and (max-width: 767px) {
    .section-text {
      font-size: 16px;
      margin-top: 10px; } }

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

.d-img-default {
  position: relative;
  display: block;
  margin: 0; }
  .d-img-default img {
    display: block;
    vertical-align: top;
    max-width: 100%;
    margin: 0 auto; }

.b-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #0D0D0D; }
  .b-breadcrumb.offs-lg {
    margin: 10px 0 0; }
  .b-breadcrumb a {
    position: relative;
    display: block;
    color: var(--color-text-main);
    opacity: 0.4;
    text-decoration: none; }
    .b-breadcrumb a:hover {
      opacity: 0.8;
      color: var(--color-text-select); }
    .b-breadcrumb a:after {
      content: "—";
      display: inline-block;
      margin: 0 5px; }
  .b-breadcrumb span {
    display: block;
    opacity: 1; }
  @media all and (max-width: 767px) {
    .b-breadcrumb {
      line-height: 140%;
      padding: 12px 10px;
      margin: 0 -10px;
      white-space: nowrap;
      overflow: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      clip-path: inset(0 0 12px 0); }
      .b-breadcrumb.offs-lg {
        margin: 10px -10px 0; } }

.slider-button-next, .slider-button-prev {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  margin: -29px 0 0;
  background-color: var(--color-bg-light-2);
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 5; }
  .slider-button-next:hover, .slider-button-prev:hover {
    opacity: 1; }
  .slider-button-next.swiper-button-disabled, .slider-button-prev.swiper-button-disabled {
    cursor: default;
    opacity: 0;
    display: none; }
    .slider-button-next.swiper-button-disabled:hover, .slider-button-prev.swiper-button-disabled:hover {
      opacity: 0; }
  .slider-button-next:before, .slider-button-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0272 6.98486L3.19681 0.344238C2.72471 -0.114746 1.96132 -0.114746 1.49424 0.344238L0.3592 1.44775C-0.112898 1.90674 -0.112898 2.64893 0.3592 3.10303L5.19569 7.81494L0.354177 12.522C-0.117921 12.981 -0.117921 13.7231 0.354177 14.1772L1.48922 15.2856C1.96132 15.7446 2.72471 15.7446 3.19179 15.2856L10.0221 8.64502C10.4993 8.18604 10.4993 7.44385 10.0272 6.98486V6.98486Z' fill='%23F7F7F7'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat; }

.slider-button-next {
  right: -30px; }

.slider-button-prev {
  left: -30px; }
  .slider-button-prev:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@media all and (max-width: 1480px) {
  .slider-button-next {
    right: -19px; }
  .slider-button-prev {
    left: -19px; } }

@media all and (max-width: 1199px) {
  .slider-button-next, .slider-button-prev {
    width: 40px;
    height: 40px;
    margin: -20px 0 0; } }

@media all and (max-width: 767px) {
  .slider-button-next, .slider-button-prev {
    display: none; } }

.b-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 40px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-text-main);
  background: var(--color-white);
  border-radius: 20px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  .b-label:hover {
    color: var(--color-text-select); }
  .b-label-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px; }
  .b-label-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    height: 28px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    border: 1px solid #EAEDF2;
    color: rgba(13, 13, 13, 0.5);
    background: var(--color-white);
    border-radius: 4px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .b-label-sm-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 3px; }
  @media (max-width: 767px) {
    .b-label {
      height: 36px;
      font-size: 12px; }
      .b-label-list {
        gap: 5px; } }

.b-tabs_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px;
  background-color: var(--color-white);
  border-radius: 30px; }
  .b-tabs_nav-slider {
	position: relative;
  }
.b-tabs_nav-slider .swiper-slide {
	width: auto;
}
.b-tabs_nav-slider .slider-button-next, 
.b-tabs_nav-slider .slider-button-prev {
	width: 40px;
	height: 40px;
    margin: -20px 0 0;
}
.b-tabs_nav-slider .slider-button-next:before, 
.b-tabs_nav-slider .slider-button-prev:before {
	background-size: 8px auto;
}
  .b-tabs_nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .b-tabs_nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    gap: 10px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: var(--color-text-main);
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	user-select: none;
    border-radius: 30px; }
    .b-tabs_nav-item:hover {
      color: var(--color-text-select); }
    .b-tabs_nav-item.active {
      color: var(--color-white);
      background-color: var(--color-text-main); }
  .b-tabs_nav.view-simple {
    background-color: transparent;
    padding: 0;
    gap: 10px; }
    .b-tabs_nav.view-simple .b-tabs_nav-item {
      padding: 0 12px;
      border: 1px solid #EAEDF2;
      color: var(--color-text-select);
      font-weight: 400; }
      .b-tabs_nav.view-simple .b-tabs_nav-item:hover {
        color: var(--color-text-select);
        background-color: var(--color-bg-light-2); }
      .b-tabs_nav.view-simple .b-tabs_nav-item.active {
        color: var(--color-white);
        background-color: var(--color-btn-2);
        border-color: var(--color-btn-2); }

.b-tabs_inner {
  margin: 30px 0 0; }

.b-tabs_block {
  display: none; }

@media all and (max-width: 1199px) {
  .b-tabs_nav-item {
    padding: 0 26px; } }

@media all and (max-width: 1023px) {
  .b-tabs_nav-item {
    padding: 0 22px; } }

@media all and (max-width: 767px) {
  .b-tabs_inner {
    margin: 20px 0 0; }
  .b-tabs_nav {
    margin: 0 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .b-tabs_nav-wrap {
      margin: 0 -10px -10px;
      overflow-x: auto;
      padding-bottom: 10px;
      clip-path: inset(0 0 10px 0); }
    .b-tabs_nav-item {
      padding: 0 20px;
      white-space: nowrap; }
	.b-tabs_nav.b-tabs_nav-slider {
		margin: 0 -10px;
		padding: 0;
		border-radius: 0;
	}
	.b-tabs_nav.b-tabs_nav-slider .swiper {
		padding: 4px 10px;
	}
    .b-tabs_nav.view-simple .b-tabs_nav-item {
      padding: 0 10px; } }

.b-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0; }
  .b-more-btn .b-btn {
    gap: 10px;
    padding: 0 30px; }
  .b-more-btn .b-btn.btn-bordered:hover svg {
    filter: brightness(100);
  }
  @media all and (max-width: 767px) {
    .b-more-btn {
      margin-top: 20px; } }

.b-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat; }
  .b-icon--phone {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1611 9.69439L10.7562 10.0969C10.7562 10.0969 9.79386 11.0538 7.16719 8.44194C4.54054 5.83022 5.50284 4.87339 5.50284 4.87339L5.75777 4.61989C6.38586 3.99541 6.44506 2.9928 5.89706 2.26087L4.77622 0.763623C4.09802 -0.142296 2.78752 -0.261967 2.01017 0.510956L0.614976 1.89823C0.229536 2.28149 -0.0287571 2.7783 0.00256728 3.32942C0.0827005 4.73939 0.720629 7.77306 4.28031 11.3125C8.05519 15.0659 11.5971 15.2151 13.0456 15.0801C13.5037 15.0374 13.9021 14.8041 14.2232 14.4848L15.4859 13.2293C16.3383 12.3818 16.0979 10.9288 15.0074 10.336L13.3091 9.41279C12.5931 9.02354 11.7207 9.13785 11.1611 9.69439Z' fill='%230079FF'/%3E%3C/svg%3E%0A"); }
  .b-icon--clock {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 3.58172 3.58172 0 8 0C12.4182 0 16 3.58172 16 8C16 12.4182 12.4182 16 8 16C3.58172 16 0 12.4182 0 8ZM11.0657 10.0438C10.8206 10.4114 10.3238 10.5107 9.95624 10.2657L7.87608 8.87888C7.45368 8.59728 7.2 8.12328 7.2 7.61568V7.6V4C7.2 3.55818 7.55816 3.2 8 3.2C8.44184 3.2 8.8 3.55818 8.8 4V7.57184L10.8438 8.93432C11.2114 9.17944 11.3107 9.67616 11.0657 10.0438Z' fill='%230079FF'/%3E%3C/svg%3E%0A"); }
  .b-icon--money {
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.86067C0 4.0916 2.12219 4.73567 4.21875 4.73567C6.31531 4.73567 8.4375 4.0916 8.4375 2.86067C8.4375 0.398821 0 0.398821 0 2.86067Z' fill='%23334CD9'/%3E%3Cpath d='M4.21875 5.67316C2.70159 5.67316 0 5.2287 0 3.79817V4.73567C0 5.96379 2.11875 6.61066 4.21875 6.61066C6.31875 6.61066 8.4375 5.96379 8.4375 4.73567V3.79817C8.4375 5.22735 5.74866 5.67316 4.21875 5.67316ZM4.21875 9.42317C2.11875 9.42317 0 8.77629 0 7.54816V8.48566C0 9.71379 2.11875 10.3607 4.21875 10.3607C6.31875 10.3607 8.4375 9.71379 8.4375 8.48566V7.54816C8.4375 8.77629 6.31875 9.42317 4.21875 9.42317Z' fill='%23334CD9'/%3E%3Cpath d='M4.21875 11.2981C2.11875 11.2981 1.10657e-07 10.6513 1.10657e-07 9.42315V10.3606C1.10657e-07 11.5888 2.11875 12.2356 4.21875 12.2356C6.31875 12.2356 8.4375 11.5888 8.4375 10.3606V9.42315C8.4375 10.6513 6.31875 11.2981 4.21875 11.2981Z' fill='%23334CD9'/%3E%3Cpath d='M4.21875 13.1731C2.11875 13.1731 1.10657e-07 12.5263 1.10657e-07 11.2981V12.2356C1.10657e-07 13.4638 2.11875 14.1106 4.21875 14.1106C6.31875 14.1106 8.4375 13.4638 8.4375 12.2356V11.2981C8.4375 12.5263 6.31875 13.1731 4.21875 13.1731Z' fill='%23334CD9'/%3E%3Cpath d='M4.21874 15.0481C2.11875 15.0481 1.10657e-07 14.4013 1.10657e-07 13.1731V14.1106C1.10657e-07 15.3388 2.11875 15.9856 4.21874 15.9856C6.31874 15.9856 8.43748 15.3388 8.43748 14.1106V13.1731C8.43748 14.4013 6.31874 15.0481 4.21874 15.0481ZM4.21874 7.54815C2.11875 7.54815 1.10657e-07 6.90128 1.10657e-07 5.67315V6.61065C1.10657e-07 8.04118 2.70159 8.48565 4.21874 8.48565C6.03743 8.48565 7.86561 7.99812 8.32498 7.0794C8.39995 6.93878 8.43748 6.7794 8.43748 6.61065V5.67315C8.43748 6.90128 6.31874 7.54815 4.21874 7.54815ZM11.7187 15.0481C10.8559 15.0481 9.99823 14.933 9.27726 14.7191C9.18398 15.0107 9.02273 15.2707 8.8083 15.502C9.60204 15.8212 10.6621 15.9856 11.7188 15.9856C13.8188 15.9856 16 15.3388 16 14.1106V13.1731C16 14.4013 13.8187 15.0481 11.7187 15.0481ZM11.7187 11.2981C10.8945 11.2981 10.0748 11.193 9.37498 10.9979V11.9383C10.075 12.133 10.8959 12.2357 11.7187 12.2357C13.8187 12.2357 16 11.5888 16 10.3607V9.42318C16 10.8537 13.2359 11.2981 11.7187 11.2981Z' fill='%23334CD9'/%3E%3Cpath d='M11.7187 13.1732C10.892 13.1732 10.0765 13.0617 9.37498 12.8646V13.8068C10.0738 14.0041 10.8925 14.1107 11.7187 14.1107C13.2486 14.1107 16 13.6648 16 12.2357V11.2982C16 12.5263 13.8187 13.1732 11.7187 13.1732ZM9.37498 6.92978V10.0498C10.0751 10.2489 10.8909 10.3607 11.7187 10.3607C13.8153 10.3607 16 9.71659 16 8.48565C16 6.77175 11.8577 6.25612 9.37498 6.92978Z' fill='%23334CD9'/%3E%3C/svg%3E%0A"); }
  .b-icon--hot {
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2353 4.98442C11.1712 4.92032 11.0929 4.8724 11.0066 4.84465C10.9204 4.81689 10.8287 4.81009 10.7394 4.82481C10.6506 4.83964 10.5667 4.87527 10.4943 4.92877C10.422 4.98226 10.3634 5.05212 10.3232 5.13263C10.1489 5.4343 9.9362 5.71212 9.6905 5.95917C9.63261 4.46057 9.08383 3.02252 8.12862 1.86636C7.5942 1.31763 6.94813 0.890127 6.23414 0.61279C5.52014 0.335454 4.7549 0.214759 3.9902 0.258877C3.88708 0.259152 3.78597 0.287395 3.69763 0.340598C3.6093 0.393801 3.53705 0.469971 3.48858 0.560992C3.44281 0.650129 3.42135 0.749756 3.42635 0.849831C3.43135 0.949906 3.46265 1.04689 3.51708 1.13102C3.59688 1.25073 5.32977 3.91846 3.35177 6.31829C2.85015 5.92497 2.28012 5.30364 2.28012 4.81911C2.27936 4.69147 2.23579 4.56778 2.15637 4.46784C2.07696 4.36791 1.9663 4.29753 1.84213 4.26796C1.71796 4.2384 1.58745 4.25136 1.47153 4.30479C1.3556 4.35821 1.26096 4.44899 1.20276 4.5626C0.424141 6.2525 0.0141361 8.08878 0 9.94938C0 14.863 3.65389 16.1399 3.8078 16.2197C3.91827 16.2572 4.0376 16.26 4.14968 16.2275C4.26175 16.1951 4.36117 16.129 4.43451 16.0383C4.50785 15.9475 4.55158 15.8365 4.55979 15.7201C4.56801 15.6037 4.5403 15.4876 4.48043 15.3875C3.93967 14.4165 3.72581 13.2972 3.8705 12.1953C4.22163 12.8762 4.74425 13.4539 5.38678 13.8712C5.50765 13.9513 5.65454 13.9824 5.79751 13.958C5.94048 13.9337 6.0688 13.8557 6.15632 13.7401C6.94458 12.5867 7.31835 11.2001 7.21657 9.80687C7.8151 10.7246 8.27112 12.4404 7.43318 15.5072C7.41153 15.591 7.40927 15.6787 7.42656 15.7636C7.44386 15.8484 7.48027 15.9282 7.53302 15.9969C7.58577 16.0656 7.65347 16.1213 7.73099 16.1599C7.80851 16.1985 7.89381 16.219 7.98041 16.2197C8.03138 16.228 8.08335 16.228 8.13432 16.2197C9.44198 15.7819 10.5752 14.937 11.368 13.8087C12.1609 12.6805 12.5718 11.328 12.5406 9.94938C12.5406 6.39809 11.3664 5.12123 11.2353 4.98442Z' fill='%23334CD9'/%3E%3C/svg%3E%0A"); }
  .b-icon--increase {
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8627 4.40123L12.3481 0.886672C12.1735 0.705078 11.8597 0.705109 11.6852 0.886672L8.17062 4.40123C8.10509 4.4668 8.06047 4.55032 8.0424 4.64124C8.02432 4.73216 8.03361 4.82639 8.06908 4.91204C8.10456 4.99768 8.16462 5.07088 8.24168 5.1224C8.31875 5.17391 8.40936 5.20142 8.50206 5.20145H10.0417V16.2806C10.0417 16.5395 10.2515 16.7494 10.5104 16.7494H13.5229C13.7818 16.7494 13.9917 16.5395 13.9917 16.2806V5.20145H15.5312C15.624 5.20145 15.7146 5.17396 15.7917 5.12245C15.8688 5.07094 15.9288 4.99773 15.9643 4.91208C15.9998 4.82642 16.0091 4.73217 15.991 4.64124C15.9729 4.55031 15.9282 4.46679 15.8627 4.40123Z' fill='%23334CD9'/%3E%3Cpath d='M8.50209 7.27645H5.48959C5.23072 7.27645 5.02084 7.48633 5.02084 7.7452V16.2806C5.02084 16.5395 5.23072 16.7494 5.48959 16.7494H8.50209C8.76097 16.7494 8.97084 16.5395 8.97084 16.2806V7.7452C8.97084 7.48633 8.76097 7.27645 8.50209 7.27645ZM3.48125 11.2931H0.46875C0.209875 11.2931 0 11.503 0 11.7619V16.2806C0 16.5395 0.209875 16.7494 0.46875 16.7494H3.48125C3.74013 16.7494 3.95 16.5395 3.95 16.2806V11.7619C3.95 11.503 3.74013 11.2931 3.48125 11.2931Z' fill='%23334CD9'/%3E%3C/svg%3E%0A"); }
  .b-icon--map {
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25711 15.8907L6.25544 15.8894L6.25131 15.8862L6.23671 15.8747C6.22417 15.8648 6.20611 15.8505 6.18284 15.8319C6.13644 15.7948 6.06931 15.7405 5.98451 15.6705C5.81497 15.5306 5.57437 15.3274 5.28629 15.0713C4.71111 14.56 3.94222 13.8341 3.17116 12.9773C2.40204 12.1227 1.61796 11.124 1.02312 10.0665C0.43175 9.01518 0 7.8575 0 6.69796C0 4.92984 0.702384 3.23414 1.95263 1.98388C3.20289 0.733635 4.89859 0.03125 6.66671 0.03125C8.43485 0.03125 10.1305 0.733635 11.3808 1.98388C12.631 3.23414 13.3334 4.92984 13.3334 6.69796C13.3334 7.8575 12.9017 9.01518 12.3103 10.0665C11.7155 11.124 10.9314 12.1227 10.1623 12.9773C9.39119 13.8341 8.62232 14.56 8.04712 15.0713C7.75905 15.3274 7.51845 15.5306 7.34891 15.6705C7.26411 15.7405 7.19698 15.7948 7.15058 15.8319C7.12731 15.8505 7.10925 15.8648 7.09671 15.8747L7.08211 15.8862L7.07798 15.8894L7.07671 15.8904C7.07671 15.8904 7.07598 15.891 6.66671 15.3647L7.07671 15.8904C6.83598 16.0776 6.49784 16.078 6.25711 15.8907ZM6.66671 15.3647L6.25711 15.8907C6.25711 15.8907 6.25744 15.891 6.66671 15.3647ZM8.66672 6.69796C8.66672 7.80257 7.77132 8.69798 6.66671 8.69798C5.5621 8.69798 4.6667 7.80257 4.6667 6.69796C4.6667 5.59339 5.5621 4.69795 6.66671 4.69795C7.77132 4.69795 8.66672 5.59339 8.66672 6.69796Z' fill='%23334CD9'/%3E%3C/svg%3E%0A"); }

.s-visual-contact {
  position: relative; }
  .s-visual-contact_inner {
    position: relative;
    min-height: 400px;
    padding: 30px 40px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    background: #0079ff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))), #0079FF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%), #0079FF;
    border-radius: 20px;
    overflow: hidden; }
    .s-visual-contact_inner:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background-position: left center;
      width: 321px;
      background-image: url(../assets/images/contact-form_blazon.png);
      background-position: left center;
      background-repeat: no-repeat;
      z-index: 1; }
  .s-visual-contact_info {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 3; }
  .s-visual-contact_title {
    position: relative;
    z-index: 4;
    display: block;
    margin: 0 0 10px;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
    color: var(--color-white); }
  .s-visual-contact_subtitle {
    display: block;
    position: relative;
    z-index: 4;
    margin: 0;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: var(--color-white); }
  .s-visual-contact_list {
    margin: 30px 0 0;
    max-width: 500px; }
  .s-visual-contact_btn-mob {
    display: none; }
  .s-visual-contact_form {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 390px;
            flex: 0 0 390px;
    width: 390px;
    z-index: 1;
    background: rgba(51, 76, 217, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden; }
    .s-visual-contact_form:before{
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 82px;
      height: 100%;
      background-image: url(../assets/images/visual_form-shadow.png);
      background-position: left bottom;
      background-repeat: no-repeat;
      z-index: 5;
    }
    .s-visual-contact_form form {
      position: relative;  
      display: block;
      height: 100%;
      z-index: 100;}
    .s-visual-contact_form-inner {
      position: relative;
      padding: 20px 20px 160px;
      /*z-index: 3;*/
      z-index: 6; }
    .s-visual-contact_form-controls {
      position: relative;
      margin: 19px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      z-index: 2; }
    .s-visual-contact_form-title {
      display: block;
      margin: 0;
      font-weight: 600;
      font-size: 24px;
      line-height: 120%;
      color: var(--color-white); }
    .s-visual-contact_form-field {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      .s-visual-contact_form-field input {
        display: block;
        width: 100%;
        height: 45px;
        font-size: 14px;
        border-radius: 10px; }
    .s-visual-contact_form-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .s-visual-contact_form-btn .b-btn {
        width: 100%;
        font-weight: 500;
        padding: 0 20px; }
    .s-visual-contact_form-agreement {
      position: relative;
      display: block;
      margin: 10px 0 0;
	  padding-top: 1px;
      font-size: 10px;
      line-height: 100%;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0;
      z-index: 2; }
      .s-visual-contact_form-agreement a {
        color: var(--color-white);
        text-decoration: none; }
    .s-visual-contact_form-num {
      position: absolute;
      top: auto;
      bottom: -12px;
      left: -21px;
      height: auto;
      margin: 0;
      font-weight: 900;
      font-size: 180px;
      line-height: 130px;
      text-transform: uppercase;
      color: #FFFFFF;
      opacity: 0.1;
      z-index: 2; }
    .s-visual-contact_form-img {
      position: absolute;
      bottom: 0;
      right: 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      z-index: 1; }
      .s-visual-contact_form-img img {
        display: block;
        margin: auto 0 0 auto;
        max-width: 100%;
        max-height: 100%; }
  .s-visual-contact_img {
    position: absolute;
    bottom: 0;
    right: 410px;
    left: 520px;
    height: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 3; }
    .s-visual-contact_img img {
      display: block;
      margin: auto 0 0 auto;
      max-width: 100%;
      max-height: 100%; }
    .s-visual-contact_img span {
      position: absolute;
      bottom: 212px;
      left: 270px;
      width: 100px;
      font-size: 10px;
      line-height: 130%;
      color: rgba(255, 255, 255, 0.8);
      z-index: 2; }
    .s-visual-contact_img-label {
      position: absolute;
      bottom: 40px;
      left: 10px;
      padding: 8px 12px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 10px;
      max-width: 260px;
      font-size: 12px;
      line-height: 130%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(0, 121, 255, 0.4);
      backdrop-filter: blur(5px);
      border-radius: 10px;
      color: #fff;
      z-index: 4; }
    .s-visual-contact_img-label b {
      display: block;
      font-size: 14px;
      line-height: 130%;
      font-weight: 500;
    }
    .s-visual-contact_img-label i {
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .s-visual-contact_img-label img {
      flex: 0 0 auto;
      max-width: 48px;
      max-height: 48px;
      margin: 0;
    }
  .s-visual-contact_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .s-visual-contact_bg img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .s-visual-contact.view-2 .s-visual-contact_form-inner {
    padding-bottom: 130px; }
  .s-visual-contact.view-2 .s-visual-contact_inner:before {
    display: none; }
  .s-visual-contact:not(.view-2) .s-visual-contact_img {
	  z-index: 3; }
  @media all and (min-width: 1460px) {
    .s-visual-contact.view-2 .s-visual-contact_img span {
	  bottom: 240px; }
  }
  @media all and (max-width: 1459px) and (min-width: 1200px) {
    .s-visual-contact_img {
      left: 510px;
      right: 410px; }
      .s-visual-contact_img span {
        bottom: 30px;
        left: auto;
        right: calc(100% + 15px);
        text-align: right;
        width: 160px; } }
  @media all and (max-width: 1399px) and (min-width: 1200px) {
    .s-visual-contact_info {
      max-width: 40%;
    }
    .s-visual-contact_inner {
      padding-right: 30px;
      padding-left: 30px; }
    .s-visual-contact_form {
      max-width: 360px;
      width: 360px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 360px;
              flex: 0 0 360px; }
    .s-visual-contact_title {
      font-size: 44px; }
    .s-visual-contact_subtitle {
      font-size: 22px; }
    .s-visual-contact_img-label b {
      font-size: 13px;
    }
    .s-visual-contact_img-label {
      left: 30px;
    }
    .s-visual-contact_img {
      left: 39%;
      right: 370px; }
      .s-visual-contact_img span {
        bottom: 20px;
        left: auto;
        right: calc(100% + 15px);
        text-align: right;
        width: 160px; } }
  @media all and (max-width: 1299px) and (min-width: 1200px) {
    .s-visual-contact_title {
      font-size: 40px; }
    .s-visual-contact_subtitle {
      font-size: 20px; }
    .s-visual-contact_img {
      right: 355px; }
    .s-visual-contact_form {
      max-width: 340px;
      width: 340px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 340px;
              flex: 0 0 340px; }
      .s-visual-contact_form-btn .b-btn {
        padding: 0 16px; } }
  @media all and (max-width: 1199px) and (min-width: 768px) {
    .s-visual-contact_title {
      font-size: 46px; }
    .s-visual-contact_subtitle {
      font-size: 22px; }
    .s-visual-contact_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 30px; }
    .s-visual-contact_list {
      margin-top: 20px; }
    .s-visual-contact_info {
      margin: 0 240px 0 0;
      max-width: 100%; }
    .s-visual-contact_subtitle br {
      display: none; }
    .s-visual-contact_list {
      max-width: 100%; }
    .s-visual-contact_form {
      width: 575px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 575px; }
      .s-visual-contact_form-inner {
        padding: 24px 200px 24px 24px; }
      .s-visual-contact_form-num {
        left: auto;
        right: -10px;
        bottom: auto;
        top: -10px;
        font-size: 140px;
        line-height: 100px; }
      .s-visual-contact_form-title {
        font-size: 20px; }
      .s-visual-contact_form-img {
        max-width: 180px; }
    .s-visual-contact_img-label {
      left: auto;
      bottom: 15px;
      right: 15px;
    }
    .s-visual-contact_img-label b {
      font-size: 12px;
    }
    .s-visual-contact_img {
      left: 610px;
      z-index: 2;
      right: 0; }
      .s-visual-contact_img span {
        top: -20px;
        bottom: auto;
        right: 30px;
        left: auto;
        text-align: right; }
    .s-visual-contact.view-2 .s-visual-contact_form-img {
      max-width: 100%; } }
  @media all and (max-width: 1023px) and (min-width: 768px) {
    .s-visual-contact_inner {
      padding: 30px; }
    .s-visual-contact_title {
      font-size: 40px; }
    .s-visual-contact_subtitle {
      font-size: 20px; }
    .s-visual-contact_list .b-label {
      height: 36px; }
    .s-visual-contact_form {
      width: 400px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 400px; }
      .s-visual-contact_img {
        left: 430px;
      }
      .s-visual-contact_form-inner {
        padding: 24px; }
      .s-visual-contact_form-num {
        display: none; }
      .s-visual-contact_form-img {
        display: none; } }
  @media all and (max-width: 899px) and (min-width: 768px) {
    .s-visual-contact_info {
      margin-right: 170px; }
    .s-visual-contact_list {
      max-width: 560px; }
    .s-visual-contact_title {
      font-size: 36px; }
    .s-visual-contact_subtitle {
      font-size: 20px; }
      .s-visual-contact_subtitle br {
        display: block; }
    .s-visual-contact_form {
      width: 370px;
      max-width: 370px; }
      .s-visual-contact_form-inner {
        padding: 20px; }
    .s-visual-contact.view-2 .s-visual-contact_form-inner {
      padding-bottom: 20px; } }
  @media all and (max-width: 767px) {
    .s-visual-contact_inner {
      padding: 20px 20px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      border-radius: 12px;
      gap: 0; }
      .s-visual-contact_inner:before {
        width: 321px;
        right: 0;
        left: auto;
        width: 245px;
        background-image: url(../assets/images/contact-form_blazon_2x.png);
        background-size: 245px auto;
        background-position: right top;
        background-repeat: no-repeat; }
    .s-visual-contact_title {
      font-size: 36px;
      line-height: 130%;
      margin-bottom: 5px; }
    .s-visual-contact_subtitle {
      font-size: 18px;
      line-height: 140%; }
      .s-visual-contact_subtitle br {
        display: none; }
    .s-visual-contact_list {
      margin-top: 20px; }
    .s-visual-contact_form {
      display: none; }
    .s-visual-contact_btn-mob {
      margin: 20px 0 0;
      width: 100%;
      display: block; }
      .s-visual-contact_btn-mob .b-btn {
        width: 100%; }
    .s-visual-contact_img-label b {
      font-size: 12px;
      line-height: 120%;
    }
    .s-visual-contact_img {
      position: relative;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-right: -20px;
      margin-left: -20px; }
      .s-visual-contact_img span {
        bottom: 142px;
        left: 230px; }
      .s-visual-contact_img img {
        margin: auto auto 0 0;
        width: 257px; } 
      .s-visual-contact_img-label {
        right: 10px;
        bottom: 10px;
        left: auto;
        padding: 8px 10px;
        gap: 8px;
        font-size: 11px;
        line-height: 120%;
      }
      .s-visual-contact_img-label img {
        max-width: 36px;
        max-height: 36px;
        margin: 0;
      }
      }

.block-n-101 {
  position: relative; }
  .block-n-101--slider .swiper {
    margin: -10px -10px -25px; }
  .block-n-101--slider .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10px 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px); }
  .block-n-101--slider .swiper-slide {
    height: auto;
    padding: 0 10px; }
  .block-n-101--slider .slider-button-next, .block-n-101--slider .slider-button-prev {
    top: calc((100% - 25px) / 2); }
  .block-n-101--listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .block-n-101--listing .b-unit-t-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 15px);
              flex: 0 0 calc(25% - 15px); }
      .block-n-101--listing .b-unit-t-1_inner {
        height: 100%; }
      .block-n-101--listing .b-unit-t-1_block {
        height: 100%; }
  .block-n-101_unit {
    position: relative;
    display: block;
    height: 100%; }
  .block-n-101_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
    padding: 20px 20px;
    min-height: 100%;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .block-n-101_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px; }
  .block-n-101_label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    height: 44px;
    padding: 0 8px 0 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    background: #F9F9F9;
    border: 1px solid #ECF1F4;
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center; }
  .block-n-101_label img {
	flex: 0 0 auto;
	max-height: 32px; }
  .block-n-101_label div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1px }
  .block-n-101_label b {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0px; }
  .block-n-101_rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .block-n-101_photos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 38px; }
    .block-n-101_photos img {
      display: block;
      width: 38px;
      height: 38px;
      border: 2px solid #fff;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 50%; }
    .block-n-101_photos img + img {
      margin-left: -10px; }
  .block-n-101_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    min-height: 44px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main); }
    a.block-n-101_title:hover {
      color: var(--color-text-select); }
  .block-n-101_bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px; }
  .block-n-101_info {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-select);
    text-decoration: none; }
  .block-n-101_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px; }
    .block-n-101_list img {
      display: block;
      max-height: 26px; }
    .block-n-101_list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto;
      margin: 0;
      line-height: 12px;
      padding: 6px 12px;
      border: 1px solid #EAEDF2;
      font-size: 12px;
      color: var(--color-text-second);
      background: var(--color-background);
      border-radius: 20px; }
  @media all and (max-width: 1259px) {
    .block-n-101--listing .block-n-101_unit {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 40px / 3);
              flex: 0 0 calc(100% / 3 - 40px / 3); } }
  @media all and (max-width: 919px) {
    .block-n-101--listing .block-n-101_unit {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px); } }
  @media all and (max-width: 767px) {
    .block-n-101--slider {
      width: 100%; }
      .block-n-101--slider .swiper {
        padding-left: 5px;
        padding-right: 5px; }
      .block-n-101--slider .swiper-wrapper {
        width: 100%; }
      .block-n-101--slider .swiper-slide {
        width: 330px;
        padding: 0 5px; }
    .block-n-101--listing .block-n-101_unit {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.block-n-102 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px; }
  .block-n-102_item-lg {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); }
    .block-n-102_item-lg-inner {
      position: relative;
      display: block;
      height: 100%;
      min-height: 335px;
      padding: 27px 32px 30px;
      background-color: #259DF4;
      border-radius: 20px;
      overflow: hidden; }
      .block-n-102_item-lg-inner:after {
        content: "";
        position: absolute;
        width: 440px;
        height: 440px;
        right: -60px;
        top: 64px;
        background: #57B9FF;
        -webkit-filter: blur(43.85px);
                filter: blur(43.85px);
        border-radius: 50%;
        z-index: 1; }
    .block-n-102_item-lg.item-purple .block-n-102_item-lg-inner {
      background-color: #4B168C; }
      .block-n-102_item-lg.item-purple .block-n-102_item-lg-inner:after {
        background: #6D2ABF; }
    .block-n-102_item-lg.item-green .block-n-102_item-lg-inner {
      background-color: #2CAE55; }
      .block-n-102_item-lg.item-green .block-n-102_item-lg-inner:after {
        background: #4FC976; }
    .block-n-102_item-lg.item-pink .block-n-102_item-lg-inner,
	.block-n-102_item-lg.item-light-purple .block-n-102_item-lg-inner {
      background-color: #BD4DDF; }
      .block-n-102_item-lg.item-pink .block-n-102_item-lg-inner:after,
	  .block-n-102_item-lg.item-light-purple .block-n-102_item-lg-inner:after {
        background: #D95EF2; }
    .block-n-102_item-lg-info {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 20px;
      height: 100%;
      z-index: 4; }
    .block-n-102_item-lg-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 8px; }
    .block-n-102_item-lg-title {
      display: block;
      margin: 0;
      font-size: 40px;
      line-height: 140%;
      font-weight: 600;
      color: var(--color-white); }
    .block-n-102_item-lg-text {
      display: block;
      margin: 0;
      font-size: 20px;
      line-height: 140%;
      font-weight: 400;
      color: var(--color-white); }
	.block-n-102_item-lg-text del {
		color: #dadada;
    	font-size: 85%;
	}
	.block-n-102_item-lg-text p {
		margin: 0;
	}
	.block-n-102_item-lg-text p + p {
		margin-top: 8px;
	}
    .block-n-102_item-lg-icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 11px; }
      .block-n-102_item-lg-icons img {
        display: block;
        margin: 0;
        max-width: 64px;
        max-height: 64px; }
    .block-n-102_item-lg-img {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      z-index: 3; }
      .block-n-102_item-lg-img picture {
        display: block;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
      }
      .block-n-102_item-lg-img img {
        display: block;
        margin: auto 0 0 auto;
        max-height: 100%;
        max-width: 100%; }
    .block-n-102_item-lg-logo {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      z-index: 2; }
      .block-n-102_item-lg-logo img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto auto 0 0; }
    .block-n-102_item-lg-bg {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      z-index: 2; }
      .block-n-102_item-lg-bg img {
        display: block;
        max-width: 100%;
        height: 100%;
        object-position: left center;
        margin: 0 auto 0 0; }
    .block-n-102_item-lg.item-wide .block-n-102_item-lg-title {
      font-size: 48px;
      line-height: 130%; }
    .block-n-102_item-lg.item-wide .block-n-102_item-lg-info {
      max-width: 55%; }
    .block-n-102_item-lg.item-wide .block-n-102_item-lg-inner {
      min-height: 280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .block-n-102_item-lg.item-wide .block-n-102_item-lg-inner:after {
        width: 840px;
        height: 840px;
        top: -20px;
        right: -40px; }
    .block-n-102_item-lg.item-wide .block-n-102_item-lg-img {
      width: 64%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .block-n-102_item-lg.item-wide .block-n-102_item-lg-img img {
        margin: auto auto 0 auto; }
    .block-n-102_item-lg.item-slider .block-n-102_item-lg-title {
      font-size: 44px;
      line-height: 120%; }
    .block-n-102_item-lg.item-slider .block-n-102_item-lg-info {
      max-width: 55%;
      gap: 20px;
      height: auto; }
    .block-n-102_item-lg.item-slider .block-n-102_item-lg-main {
      gap: 2px; }
    .block-n-102_item-lg.item-slider .block-n-102_item-lg-text {
      line-height: 120%; }
    .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner {
      min-height: 280px;
      height: 100%;
      padding: 20px 30px 24px 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner:after {
        width: 840px;
        height: 840px;
        top: -20px;
        right: auto;
        left: 65%; }
    .block-n-102_item-lg.item-slider .block-n-102_item-lg-img {
      width: 45%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .block-n-102_item-lg.item-slider .block-n-102_item-lg-img img {
        margin: auto 0 0 auto; }
    .block-n-102_item-lg-slider {
      position: relative; }
      .block-n-102_item-lg-slider .swiper {
        height: 100%; }
      .block-n-102_item-lg-slider .swiper-wrapper {
        height: 100%; }
      .block-n-102_item-lg-slider .swiper-slide {
        height: 100%; }
        .block-n-102_item-lg-slider .swiper-slide .block-n-102_item-lg {
          height: 100%; }
      .block-n-102_item-lg-slider .slider-button-next, .block-n-102_item-lg-slider .slider-button-prev {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        opacity: 1; }
        .block-n-102_item-lg-slider .slider-button-next:before, .block-n-102_item-lg-slider .slider-button-prev:before {
          background-size: 6px auto; }
      .block-n-102_item-lg-slider .slider-button-next {
        right: 24px; }
      .block-n-102_item-lg-slider .slider-button-prev {
        left: 24px; }
  .block-n-102_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 80px / 5);
            flex: 0 0 calc(20% - 80px / 5); }
    .block-n-102_item-inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100%;
      min-height: 400px;
      padding: 13px 20px 0px;
      background-color: #259DF4;
      border-radius: 20px;
      -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05), 0px 4px 18px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05), 0px 4px 18px rgba(0, 0, 0, 0.05);
      overflow: hidden; }
    .block-n-102_item.item-purple .block-n-102_item-inner {
      background: #9C84E6; }
    .block-n-102_item.item-green .block-n-102_item-inner {
      background: #04BF68; }
    .block-n-102_item.item-pink .block-n-102_item-inner {
      background: #CB7BD5; }
    .block-n-102_item.item-teal .block-n-102_item-inner {
      background: #3DB189; }
    .block-n-102_item-info {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      z-index: 2; }
    .block-n-102_item-title {
      display: block;
      margin: 0;
      font-size: 20px;
      line-height: 140%;
      font-weight: 600;
      color: var(--color-white); }
    .block-n-102_item-text {
      display: block;
      margin: 3px 0 0;
      font-size: 14px;
      line-height: 140%;
      font-weight: 400;
      color: var(--color-white); }
    .block-n-102_item-price {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0px 10px;
      margin: 3px 0 0;
      font-size: 20px;
      line-height: 140%;
      font-weight: 600;
      color: var(--color-white); }
      .block-n-102_item-price b {
        display: block;
        font-weight: 600; }
      .block-n-102_item-price i {
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        text-decoration: line-through;
        font-style: normal; }
    .block-n-102_item-label {
      margin: 13px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 18px;
      padding: 0 4px;
      font-weight: 600;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: var(--color-white);
      background: var(--color-elem-3);
      border-radius: 4px; }
    .block-n-102_item-sale {
      position: absolute;
      bottom: 25px;
      right: 15px;
      min-width: 60px;
      height: 60px;
      padding: 0 5px;
      line-height: 60px;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      background-color: #F22E6F;
      border-radius: 30px;
    }
    .block-n-102_item-img {
      position: relative;
      margin: -18px -20px 0;
      height: 264px;
      width: calc(100% + 40px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1; }
      .block-n-102_item-img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
  @media all and (max-width: 1459px) and (min-width: 1400px) {
    .block-n-102_item-title {
      font-size: 18px; }
    .block-n-102_item-text {
      font-size: 13px; }
    .block-n-102_item-price {
      font-size: 18px; }
      .block-n-102_item-price i {
        font-size: 14px; } }
  @media all and (max-width: 1399px) and (min-width: 992px) {
    .block-n-102 {
      gap: 20px; }
      .block-n-102_item-lg-inner {
        padding: 26px 26px 30px; }
      .block-n-102_item-lg-title {
        font-size: 36px; }
      .block-n-102_item-lg-text {
        font-size: 18px; }
      .block-n-102_item-lg-img {
        max-width: 55%; }
      .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner {
        padding-left: 60px; }
      .block-n-102_item-lg.item-slider .block-n-102_item-lg-title {
        font-size: 40px; }
      .block-n-102_item-lg.item-slider .block-n-102_item-lg-img {
        width: 48%; }
      .block-n-102_item-lg-slider .slider-button-next,
      .block-n-102_item-lg-slider .slider-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px; }
      .block-n-102_item-lg-slider .slider-button-next {
        right: 15px; }
      .block-n-102_item-lg-slider .slider-button-prev {
        left: 15px; }
      .block-n-102_item-sale {
        min-width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 18px; }
      .block-n-102_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 15px);
                flex: 0 0 calc(25% - 15px); }
        .block-n-102_item:nth-child(7) {
          display: none; } }
  @media all and (max-width: 1199px) and (min-width: 992px) {
    .block-n-102 {
      gap: 10px; }
      .block-n-102_item-lg {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px); }
        .block-n-102_item-lg-inner {
          padding: 26px 24px 30px; }
        .block-n-102_item-lg-title {
          font-size: 34px; }
        .block-n-102_item-lg-text {
          font-size: 18px; }
        .block-n-102_item-lg-img {
          max-width: 50%; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-title {
          font-size: 40px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner {
          padding-left: 20px;
          padding-right: 20px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-title {
          font-size: 32px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-text {
          font-size: 16px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-img {
          width: 45%; }
        .block-n-102_item-lg-slider .slider-button-next,
        .block-n-102_item-lg-slider .slider-button-prev {
          width: 30px;
          height: 30px;
          top: 10px;
          margin: 0; }
        .block-n-102_item-lg-slider .slider-button-next {
          right: 10px; }
        .block-n-102_item-lg-slider .slider-button-prev {
          left: 10px; }
      .block-n-102_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 30px / 4);
                flex: 0 0 calc(25% - 30px / 4); }
        .block-n-102_item-inner {
          padding-left: 16px;
          padding-right: 16px; }
        .block-n-102_item-title {
          font-size: 18px; }
        .block-n-102_item-text {
          font-size: 13px; }
        .block-n-102_item-price {
          font-size: 18px; }
          .block-n-102_item-price i {
            font-size: 14px; } }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .block-n-102 {
      gap: 10px; }
      .block-n-102_item-lg {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-info {
          max-width: 64%; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-title {
          font-size: 36px; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-img {
          width: 40%; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner {
          padding-left: 20px;
          padding-right: 20px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-title {
          font-size: 32px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-text {
          font-size: 16px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-img {
          width: 45%; }
        .block-n-102_item-lg-slider .slider-button-next,
        .block-n-102_item-lg-slider .slider-button-prev {
          width: 30px;
          height: 30px;
          top: 10px;
          margin: 0; }
        .block-n-102_item-lg-slider .slider-button-next {
          right: 10px; }
        .block-n-102_item-lg-slider .slider-button-prev {
          left: 10px; }
		.catalog-promotion .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner {
          padding-left: 80px;
          padding-right: 30px; }
        .catalog-promotion .block-n-102_item-lg.item-slider .block-n-102_item-lg-title {
          font-size: 36px; }
        .catalog-promotion .block-n-102_item-lg.item-slider .block-n-102_item-lg-text {
          font-size: 20px; }
        .catalog-promotion .block-n-102_item-lg.item-slider .block-n-102_item-lg-img {
          width: 45%; }
        .catalog-promotion .block-n-102_item-lg-slider .slider-button-next,
        .catalog-promotion .block-n-102_item-lg-slider .slider-button-prev {
			width: 32px;
			height: 32px;
			margin-top: -16px;
          	top: 50%; }
        .catalog-promotion .block-n-102_item-lg-slider .slider-button-next {
          right: 24px; }
        .catalog-promotion .block-n-102_item-lg-slider .slider-button-prev {
          left: 24px; }
      .block-n-102_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px); }
        .block-n-102_item:nth-child(7) {
          display: none; } }
  @media (max-width: 767px) {
    .block-n-102 {
      gap: 10px; }
      .block-n-102_item-lg {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .block-n-102_item-lg-inner {
          padding: 10px;
          min-height: 260px;
          border-radius: 12px; }
          .block-n-102_item-lg-inner:after {
            top: auto;
            right: -185px;
            bottom: -210px; }
        .block-n-102_item-lg-main {
          gap: 2px; }
        .block-n-102_item-lg-info {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 24px; }
        .block-n-102_item-lg-icons {
          gap: 8px; }
          .block-n-102_item-lg-icons img {
            max-width: 35px;
            max-height: 35px; }
        .block-n-102_item-lg-title {
          font-size: 20px;
          line-height: 140%; }
        .block-n-102_item-lg-text {
          font-size: 12px;
          line-height: 140%; }
        .block-n-102_item-lg-img img {
          height: 100%; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-inner {
          min-height: 180px;
          padding: 20px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .block-n-102_item-lg.item-wide .block-n-102_item-lg-inner:after {
            width: 440px;
            height: 440px;
            top: 0px;
            left: 33%;
            right: auto; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-info {
          gap: 10px;
          max-width: 55%;
          height: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          min-height: 140px; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-title {
          font-size: 20px;
          line-height: 120%; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-text {
          font-size: 14px; }
        .block-n-102_item-lg.item-wide .block-n-102_item-lg-img {
          width: auto; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner {
          min-height: 180px;
          padding: 20px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .block-n-102_item-lg.item-slider .block-n-102_item-lg-inner:after {
            width: 440px;
            height: 440px;
            top: 0px;
            left: 33%;
            right: auto; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-info {
          gap: 10px;
          max-width: 55%;
          height: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          min-height: 140px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-title {
          font-size: 20px;
          line-height: 120%; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-text {
          font-size: 14px; }
        .block-n-102_item-lg.item-slider .block-n-102_item-lg-img {
          width: auto; }
      .block-n-102_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px); }
        .block-n-102_item-inner {
          padding: 8px 10px 0;
          min-height: 260px;
          border-radius: 12px; }
        .block-n-102_item-title {
          font-size: 14px; }
        .block-n-102_item-text {
          font-size: 12px;
          margin-top: 0; }
        .block-n-102_item-label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 3px 4px;
          font-size: 10px;
          min-height: 16px;
          height: auto;
          line-height: 10px;
          margin-top: 4px; }
        .block-n-102_item-price {
          font-size: 16px;
          margin-top: 0;
          gap: 5px; }
          .block-n-102_item-price i {
            font-size: 12px; }
        .block-n-102_item-lg-bg img {
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: cover;
        }
        .block-n-102_item-sale {
          bottom: 10px;
          right: 10px;
          min-width: 42px;
          height: 42px;
          padding: 0 4px;
          line-height: 42px;
          font-size: 14px; 
          border-radius: 22px; }
        .block-n-102_item-img {
          height: 172px;
          margin: -16px -10px 0;
          width: calc(100% + 20px); }
        .block-n-102_item:nth-child(7) {
          display: none; } }

.block-n-f01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 40px;
  gap: 40px;
  min-height: 320px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))), #0079FF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), #0079FF;
  border-radius: 20px; }
  .block-n-f01_inner {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 2; }
  .block-n-f01_title {
    display: block;
    margin: 0;
    color: var(--color-white); }
  .block-n-f01_text {
    display: block;
    margin: 14px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-white); }
  .block-n-f01_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0;
    gap: 16px;
    width: 100%;
    max-width: 460px; }
    .block-n-f01_controls input {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      padding: 0 14px;
      border-radius: 10px;
      font-weight: 300;
      color: var(--color-text-main); }
      .block-n-f01_controls input::-webkit-input-placeholder {
        color: #505050; }
      .block-n-f01_controls input::-moz-placeholder {
        color: #505050; }
      .block-n-f01_controls input:-ms-input-placeholder {
        color: #505050; }
      .block-n-f01_controls input::-ms-input-placeholder {
        color: #505050; }
      .block-n-f01_controls input::placeholder {
        color: #505050; }
    .block-n-f01_controls .b-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .block-n-f01_agreement {
    display: block;
    margin: 20px 0 0;
	padding-top: 1px;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.6); }
    .block-n-f01_agreement a {
	  color: #fff;
      text-decoration: none; }
      .block-n-f01_agreement a:hover {
        text-decoration: underline; }
  .block-n-f01_img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 45%;
    z-index: 2; }
    .block-n-f01_img img {
      display: block;
      margin: auto auto 0;
      max-height: 100%;
      max-width: 100%; }
  .block-n-f01_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .block-n-f01_bg img {
      display: block;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom center;
         object-position: bottom center; }
  @media (max-width: 1399px) {
    .block-n-f01_img {
      margin-right: 2%; } }
  @media (max-width: 1279px) {
    .block-n-f01 {
      padding: 0 30px;
      gap: 30px; }
      .block-n-f01_img {
        margin-right: 0; } }
  @media (max-width: 1199px) {
    .block-n-f01_inner {
      padding: 30px 0; } }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .block-n-f01 {
      padding: 0 20px;
      gap: 30px;
      min-height: 0; }
      .block-n-f01_inner {
        padding: 24px 0; }
      .block-n-f01_title {
        line-height: 120%; }
      .block-n-f01_text {
        margin-top: 10px;
        font-size: 14px; }
      .block-n-f01_controls {
        margin: 20px 0 0;
        gap: 10px; }
        .block-n-f01_controls input {
          padding: 0 12px; }
      .block-n-f01_img {
        max-width: 44%; }
      .block-n-f01_agreement {
        margin-top: 10px;
        font-size: 10px;
        line-height: 120%; } }
  @media (max-width: 767px) {
    .block-n-f01 {
      padding: 20px 20px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 20px;
      border-radius: 12px; }
      .block-n-f01_inner {
        padding: 0; }
      .block-n-f01_text {
        margin-top: 10px; }
      .block-n-f01_controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 20px; }
        .block-n-f01_controls input {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          display: block; }
        .block-n-f01_controls .b-btn {
          width: 100%; }
      .block-n-f01_agreement {
        margin: 20px 0 0; }
      .block-n-f01_img {
        max-width: 300px;
        margin: 0 auto; }
      .block-n-f01_bg {
        left: auto;
        top: auto;
        bottom: 0;
        right: 0;
        height: 100%; }
        .block-n-f01_bg img {
          position: absolute;
          right: 0;
          bottom: 0;
          height: 100%;
          width: auto; } }

.block-n-103 {
  position: relative; }
  .block-n-103_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block-n-103_list .block-n-103 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(20% - 80px / 5);
              flex: 0 0 calc(20% - 80px / 5);
      max-width: calc(20% - 80px / 5); }
    .block-n-103_list.list-reduced .block-n-103:nth-child(6) {
      display: none; }
  .block-n-103_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    padding: 0;
    background: var(--color-white);
    -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: 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .block-n-103_inner:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .block-n-103_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    aspect-ratio: 1 / 1;
	margin: 5px 0 0;
    width: 100%; }
    .block-n-103_img img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .block-n-103_labels {
    position: absolute;
    left: 20px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    z-index: 2; }
  .block-n-103_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    margin: 0;
    padding: 3px 4px;
    min-height: 18px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-white);
    background-color: var(--color-elem-2);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-radius: 4px; }
    .block-n-103_label img {
      display: block; }
    .block-n-103_label.color-blue {
      background-color: var(--color-elem-3); }
    .block-n-103_label.color-purple {
      background-color: var(--color-elem-4); }
  .block-n-103_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2; }
    .block-n-103_icons img {
      display: block;
      margin: 0;
      max-width: 28px;
      max-height: 28px; }
  .block-n-103_basket {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--color-elem-1);
    font-size: 8px;
    font-weight: 800;
    color: #fff;
    line-height: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2; }
    .block-n-103_basket:before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16px;
              flex: 0 0 16px;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0359218 0.427889C0.151617 0.0944467 0.51216 -0.0808333 0.841226 0.036404L1.09503 0.126822C1.6142 0.311761 2.05516 0.46884 2.40217 0.641381C2.77322 0.825868 3.0914 1.05314 3.33071 1.408C3.56817 1.76011 3.6662 2.14643 3.71145 2.57C3.7317 2.75961 3.74239 2.96947 3.74802 3.20015H12.7064C14.1253 3.20015 15.4026 3.20015 15.7764 3.69258C16.1503 4.18502 16.0041 4.927 15.7118 6.41097L15.2909 8.48005C15.0256 9.78469 14.8929 10.437 14.4283 10.8206C13.9637 11.2043 13.3065 11.2043 11.9919 11.2043H7.52639C5.17786 11.2043 4.0036 11.2043 3.27401 10.4245C2.54441 9.64466 2.49116 8.81635 2.49116 6.30623V4.08617C2.49116 3.45475 2.4903 3.03218 2.45564 2.70774C2.42252 2.39769 2.36383 2.24288 2.28782 2.13016C2.21366 2.02021 2.1011 1.91744 1.84575 1.79048C1.57389 1.65531 1.20442 1.52258 0.64223 1.32229L0.422267 1.24392C0.093201 1.12669 -0.0797652 0.76134 0.0359218 0.427889Z' fill='white'/%3E%3Cpath d='M4.59657 13.44C5.29419 13.44 5.85972 14.0131 5.85972 14.7199C5.85972 15.4268 5.29419 15.9999 4.59657 15.9999C3.89896 15.9999 3.33343 15.4268 3.33343 14.7199C3.33343 14.0131 3.89896 13.44 4.59657 13.44Z' fill='white'/%3E%3Cpath d='M12.1754 13.44C12.873 13.44 13.4386 14.0131 13.4386 14.72C13.4386 15.4269 12.873 16 12.1754 16C11.4778 16 10.9123 15.4269 10.9123 14.72C10.9123 14.0131 11.4778 13.44 12.1754 13.44Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }
    .block-n-103_basket:hover {
      background-color: var(--color-btn-2-h); }
  .block-n-103_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 15px 20px 20px; }
  .block-n-103_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5px; }
  .block-n-103_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 10px;
    margin: 0;
    color: var(--color-text-select);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%; }
    .block-n-103_price.price-red {
      color: var(--color-elem-2); }
    .block-n-103_price b {
      display: block;
      margin: 0;
      font-weight: 600; }
    .block-n-103_price i {
      display: block;
      margin: 0;
      font-weight: 300;
      font-size: 14px;
      color: #000;
      line-height: 130%;
      font-style: normal;
      text-decoration: line-through; }
  .block-n-103_title {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 67px;
    word-break: break-word; }
  .block-n-103_text {
    display: block;
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 140%;
    color: #000; }
    .block-n-103_text p {
      margin: 0; }
    .block-n-103_text ul {
      margin: 0 0 0 18px;
      padding: 0; }
      .block-n-103_text ul li {
        list-style: disc; }
  .block-n-103_bot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .block-n-103_rating {
    position: relative;
    margin: 0;
    padding: 0 0 0 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-main); }
    .block-n-103_rating:before {
      content: "";
      position: absolute;
      left: 0;
      width: 19px;
      top: -1px;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.62341 1.09676C8.00313 0.405073 8.99687 0.405071 9.37659 1.09676L11.2439 4.4981C11.3875 4.75972 11.6405 4.94351 11.9337 4.99926L15.7455 5.72408C16.5207 5.87147 16.8278 6.81657 16.2873 7.39145L13.6295 10.2184C13.425 10.4358 13.3284 10.7332 13.366 11.0293L13.8546 14.8786C13.9539 15.6614 13.15 16.2455 12.4362 15.9091L8.92632 14.2549C8.65635 14.1277 8.34365 14.1277 8.07368 14.2549L4.56377 15.9091C3.85 16.2455 3.04605 15.6614 3.14541 14.8786L3.63401 11.0293C3.6716 10.7332 3.57497 10.4358 3.37054 10.2184L0.712692 7.39146C0.172198 6.81657 0.479277 5.87147 1.25445 5.72408L5.06634 4.99926C5.35954 4.94351 5.61251 4.75972 5.75613 4.4981L7.62341 1.09676Z' fill='%23F2C376'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }
  @media all and (max-width: 1199px) and (min-width: 992px) {
    .block-n-103_list .block-n-103 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 60px / 4);
              flex: 0 0 calc(25% - 60px / 4);
      min-width: calc(25% - 60px / 4); }
    .block-n-103_list.list-reduced .block-n-103:nth-child(5) {
      display: none; } }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .block-n-103_list .block-n-103 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 40px / 3);
              flex: 0 0 calc(100% / 3 - 40px / 3);
      min-width: calc(100% / 3 - 40px / 3); }
    .block-n-103_list.list-reduced .block-n-103:nth-child(5), .block-n-103_list.list-reduced .block-n-103:nth-child(6) {
      display: block; } }
  @media (max-width: 767px) {
    .block-n-103_inner {
      border-radius: 12px; }
    .block-n-103_list {
      gap: 10px; }
      .block-n-103_list .block-n-103 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        min-width: calc(50% - 5px); }
      .block-n-103_list.list-reduced .block-n-103:nth-child(5), .block-n-103_list.list-reduced .block-n-103:nth-child(6) {
        display: block; }
      .block-n-103_list.list-mob-12 .block-n-103:nth-child(n+13) {
        display: none; }
    .block-n-103_labels {
      left: 10px;
      gap: 3px; }
    .block-n-103_label {
      padding: 2px 4px;
      gap: 4px;
      font-size: 10px;
      min-height: 14px;
      line-height: 11px; }
    .block-n-103_basket {
      right: 10px;
      bottom: 0; }
    .block-n-103_info {
      padding: 8px 10px 10px; }
    .block-n-103_main {
      gap: 6px; }
    .block-n-103_icons {
      top: 10px;
      left: 10px;
      gap: 4px; }
      .block-n-103_icons img {
        max-width: 20px;
        max-height: 20px; }
    .block-n-103_price {
      font-size: 16px;
      gap: 2px 5px; }
      .block-n-103_price i {
        font-size: 12px; }
    .block-n-103_title {
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 40px;
      word-break: break-word; }
    .block-n-103_rating {
      font-size: 12px;
      padding: 0 0 0 21px;
      line-height: 18px; }
      .block-n-103_rating:before {
        width: 16px;
        background-size: 14px auto; }
    .block-n-103_text {
      display: none; } }

.block-n-104 {
  position: relative;
  padding: 16px 20px 20px;
  background: rgba(75, 22, 140, 0.1);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px; }
  .block-n-104:nth-child(2) {
    background: rgba(0, 121, 255, 0.1); }
  .block-n-104:nth-child(3) {
    background: rgba(4, 191, 104, 0.1); }
  .block-n-104_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
    .block-n-104_wrap .block-n-104 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 40px / 3);
              flex: 0 0 calc(100% / 3 - 40px / 3); }
  .block-n-104_title {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: var(--color-text-main);
    text-decoration: none; }
    .block-n-104_title sup {
      color: #04BF68;
      vertical-align: super;
      top: 1px;
      font-size: 60%;
      line-height: 100%; }
  .block-n-104_item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 20px / 3);
            flex: 0 0 calc(100% / 3 - 20px / 3);
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden; }
    .block-n-104_item:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .block-n-104_item-img {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      aspect-ratio: 1 / 1;
      width: 100%; }
      .block-n-104_item-img img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
    .block-n-104_item-label {
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 3px 4px;
      min-height: 18px;
      line-height: 12px;
      font-size: 12px;
      font-weight: 700;
      color: var(--color-white);
      background-color: var(--color-elem-2);
      border-radius: 4px; }
    .block-n-104_item-inner {
      padding: 14px 10px 10px; }
    .block-n-104_item-price {
      display: block;
      margin: 0;
      font-size: 18px;
      line-height: 130%;
      font-weight: 600;
      color: #0079FF; }
      .block-n-104_item-price span {
        white-space: nowrap; }
    .block-n-104_item-title {
      display: block;
      margin: 4px 0 0;
      font-size: 14px;
      line-height: 130%;
      font-weight: 400;
      color: var(--color-text-main);
      word-break: break-word; }
  .block-n-104_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
    .block-n-104_list .block-n-104_item:nth-child(4) {
      display: none; }
  @media all and (max-width: 1459px) and (min-width: 992px) {
    .block-n-104_title {
      font-size: 24px; }
    .block-n-104_list {
      gap: 20px; }
      .block-n-104_list .block-n-104_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px); }
        .block-n-104_list .block-n-104_item:nth-child(3) {
          display: none; } }
  @media all and (max-width: 1379px) and (min-width: 992px) {
    .block-n-104_title {
      font-size: 22px; } }
  @media all and (max-width: 1279px) and (min-width: 992px) {
    .block-n-104_title {
      font-size: 22px; }
    .block-n-104_list {
      gap: 10px; }
      .block-n-104_list .block-n-104_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px); } }
  @media all and (max-width: 1199px) and (min-width: 992px) {
    .block-n-104_title {
      font-size: 20px;
      min-height: 56px; }
    .block-n-104_item-price {
      font-size: 16px; }
    .block-n-104_item-title {
      font-size: 13px; } }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .block-n-104_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .block-n-104_list {
      gap: 20px; }
      .block-n-104_list .block-n-104_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 60px / 4);
                flex: 0 0 calc(25% - 60px / 4); }
        .block-n-104_list .block-n-104_item:nth-child(4) {
          display: block; } }
  @media all and (max-width: 767px) {
    .block-n-104 {
      padding: 14px 10px 10px;
      gap: 12px;
      border-radius: 12px; }
      .block-n-104_title {
        font-size: 22px; }
      .block-n-104_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; }
      .block-n-104_item {
        border-radius: 10px; }
        .block-n-104_item-price {
          font-size: 16px; }
      .block-n-104_list {
        gap: 10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .block-n-104_list .block-n-104_item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 5px);
                  flex: 0 0 calc(50% - 5px); }
          .block-n-104_list .block-n-104_item:nth-child(4) {
            display: block; } }

.block-n-105 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px; }
  .block-n-105_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
    .block-n-105_list .block-n-105 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(20% - 80px / 5);
              flex: 0 0 calc(20% - 80px / 5); }
  .block-n-105_story {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-radius: 18px 18px 20px 20px;
    aspect-ratio: 2 / 3;
    overflow: hidden; }
	.block-n-105_story iframe {
		display: block;
		width: 100% !important;
		height: 100% !important;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 300px !important;
		min-width: auto !important;
		margin: 0 auto !important;
		border: none !important;
		box-shadow: none !important;
		padding: 0 !important;
	}
	.block-n-105_story blockquote {
		display: block;
		width: 100% !important;
		height: 100% !important;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
    .block-n-105_story video {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
		cursor: pointer;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .block-n-105_story img {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .block-n-105_img {
    position: relative;
	display: block;
	flex: 0 0 60px;
	max-width: 60px;
    border-radius: 18px 18px 20px 20px;
    height: auto;
    overflow: hidden; }
    .block-n-105_img img {
      display: block;
      width: 100%;
      max-height: 60px;
      margin: 0;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .block-n-105_controls {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 10px;
    left: 10px;
    right: 10px; }
  .block-n-105_name {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff; }
  .block-n-105_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin: 0 0 0 auto;
    gap: 6px; }
    .block-n-105_btns-item {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18px;
              flex: 0 0 18px;
      height: 18px;
      width: 18px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px auto;
      cursor: pointer; }
      .block-n-105_btns-item.item-audio {
        background-image: url(../assets/images/icon-video-sound.png); }
	  .muted .block-n-105_btns-item.item-audio {
        background-image: url(../assets/images/icon-video-muted.png); }
      .block-n-105_btns-item.item-play {
        background-image: url(../assets/images/icon-video-play.png); }
	  .playing .block-n-105_btns-item.item-play {
        background-image: url(../assets/images/icon-video-pause.png); }
	.block-n-105_title {
		display: block;
		margin: 0;
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
		color: var(--color-text-main);
		padding: 15px 20px 15px;
	}
  .block-n-105_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
	height: 100%;
    padding: 10px; }
  .block-n-105-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    height: 60px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .block-n-105-img img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .block-n-105_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px; }
  .block-n-105_price {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 100%;
    color: var(--color-text-select);
    font-weight: 600; }
  .block-n-105_text {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 140%;
    color: var(--color-text-main);
    font-weight: 400; }
	.block-n-105_text a {
		color: var(--color-text-main);
		text-decoration: none;
	}
  .block-n-105_slider {
    position: relative;
    margin: 0 -20px; }
    .block-n-105_slider .swiper {
      padding: 0 20px; }
    .block-n-105_slider .swiper-slide {
      max-width: 264px; }
    .block-n-105_slider .slider-button-next {
      right: 1px; }
    .block-n-105_slider .slider-button-prev {
      left: 1px; }
  .block-n-105_slider.full-view {
    margin: 0 -10px; }
    .block-n-105_slider.full-view .swiper {
      padding: 0 10px 15px; }
    .block-n-105_slider.full-view .slider-button-next {
	  top: 198px;
      right: -19px; }
    .block-n-105_slider.full-view .slider-button-prev {
	  top: 198px;
      left: -19px; }
  @media all and (max-width: 1459px) {
    .block-n-105_slider .swiper-slide {
      width: 264px; }
  .block-n-105_slider.full-view {
    margin: 0 -20px; }
    .block-n-105_slider.full-view .swiper {
      padding: 0 20px 15px; }
    .block-n-105_slider.full-view .slider-button-next {
      right: 1px; }
    .block-n-105_slider.full-view .slider-button-prev {
      left: 1px; } }
  @media (max-width: 1279px) and (min-width: 1200px) {
    .block-n-105_list .block-n-105 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 60px / 4);
              flex: 0 0 calc(25% - 60px / 4); } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .block-n-105_list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -20px -25px;
      overflow-x: auto;
      padding: 0 20px 25px;
      clip-path: inset(0 0 25px 0); }
      .block-n-105_list .block-n-105 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 264px;
                flex: 0 0 264px;
        width: 264px; } }
  @media (max-width: 767px) {
    .block-n-105 {
      border-radius: 12px; }
      .block-n-105_story {
        border-radius: 11px 11px 12px 12px; }
      .block-n-105_list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0 -10px -25px;
        overflow-x: auto;
        padding: 0 10px 15px;
        clip-path: inset(0 0 10px 0);
        gap: 10px; }
	  .block-n-105_slider.full-view {
		margin: 0 -10px; }
		.block-n-105_slider.full-view .swiper {
		  padding: 0 10px 20px; }
        .block-n-105_list .block-n-105 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 320px;
                  flex: 0 0 320px;
          width: 320px; } }

.block-n-106 {
  position: relative;
  -webkit-columns: 5;
     -moz-columns: 5;
          columns: 5;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: -10px 0 -10px; }
  .block-n-106_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    gap: 10px 0;
    padding: 0; }
  .block-n-106_group {
    position: relative;
    width: 100%;
    padding: 0 0 0 40px;
    margin: 0;
    list-style: none; }
    .block-n-106_group-name {
      position: absolute;
      left: 0;
      top: 10px;
      width: 30px;
      height: 40px;
      margin: 0;
      font-size: 24px;
      font-weight: 600;
      line-height: 40px;
      color: var(--color-text-select); }
    .block-n-106_group ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0;
      gap: 10px;
      padding: 0; }
    .block-n-106_group li {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
  .block-n-106_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 0; }
    .block-n-106_item-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .block-n-106_item-logo img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .block-n-106_item-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 140%;
      gap: 5px;
      color: var(--color-text-main); }
      .block-n-106_item-text span {
        display: block;
        width: 30px;
        height: 30px;
        background: var(--color-elem-2);
        font-size: 10px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
        color: var(--color-white);
        border-radius: 50%;
        text-decoration: none; }
    .block-n-106_item:hover .block-n-106_item-text {
      color: var(--color-text-select); }
    .block-n-106_item:hover .block-n-106_item-text span {
      text-decoration: none; }
  @media all and (max-width: 1399px) and (min-width: 1100px) {
    .block-n-106 {
      -webkit-columns: 4;
         -moz-columns: 4;
              columns: 4; } }
  @media (max-width: 1099px) and (min-width: 768px) {
    .block-n-106 {
      -webkit-columns: 5;
         -moz-columns: 5;
              columns: 5;
      -webkit-column-width: 264px;
         -moz-column-width: 264px;
              column-width: 264px;
      width: 1400px; }
      .block-n-106_item-logo {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        height: 50px;
      }
      .block-n-106_group-name {
        top: 5px; }
      .block-n-106_wrap {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 -20px -20px;
        padding: 0 20px 20px; } }
  @media (max-width: 767px) {
    .block-n-106 {
      -webkit-columns: 5;
         -moz-columns: 5;
              columns: 5;
      -webkit-column-width: 250px;
         -moz-column-width: 250px;
              column-width: 250px;
      width: 1310px;
      gap: 15px; }
      .block-n-106_wrap {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 -10px 0px;
        padding: 10px 10px 20px; } }

.block-n-107 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; }
  .block-n-107_item {
    position: relative;
    display: block;
    min-height: 250px;
    background: #FFFFFF;
    -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: 20px;
    color: var(--color-text-main);
    overflow: hidden; }
    .block-n-107_item-inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 10px;
      padding: 20px;
      z-index: 2; }
    .block-n-107_item-category {
      display: block;
      margin: 0;
      font-weight: 600;
      font-size: 12px;
      line-height: 140%;
      text-transform: uppercase;
      color: rgba(51, 51, 51, 0.5); }
    .block-n-107_item-title {
      display: block;
      margin: 0;
      font-weight: 600;
      font-size: 22px;
      line-height: 140%; }
    .block-n-107_item-text {
      display: block;
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%; }
    .block-n-107_item-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 10px 0 0; }
    .block-n-107_item-img {
      position: relative;
      display: block; }
      .block-n-107_item-img img {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        border-radius: 20px; }
    .block-n-107_item-bg {
      position: absolute;
      right: 0;
      bottom: 12px;
      z-index: 1; }
      .block-n-107_item-bg img {
        display: block;
        margin: 0; }
    .block-n-107_item--main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 10px; }
      .block-n-107_item--main .block-n-107_item-title {
        font-size: 36px; }
      .block-n-107_item--main .block-n-107_item-inner {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
      .block-n-107_item--main .block-n-107_item-img {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 calc((100% / 3 - 40px / 3) * 2 + 20px);
                flex: 1 0 calc((100% / 3 - 40px / 3) * 2 + 20px); }
    .block-n-107_item--horizontal {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .block-n-107_item--horizontal .block-n-107_item-inner {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .block-n-107_item--horizontal .block-n-107_item-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px); }
  .block-n-107_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); }
    .block-n-107_main .block-n-107_item {
      height: 100%; }
  .block-n-107_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .block-n-107_list .block-n-107_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px); }
      .block-n-107_list .block-n-107_item:nth-child(2) {
        background-color: var(--color-btn-1);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
        .block-n-107_list .block-n-107_item:nth-child(2) .block-n-107_item-category {
          color: rgba(255, 255, 255, 0.7); }
      .block-n-107_list .block-n-107_item:nth-child(3) {
        background-color: var(--color-elem-1);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
        .block-n-107_list .block-n-107_item:nth-child(3) .block-n-107_item-category {
          color: rgba(255, 255, 255, 0.7); }
    .block-n-107_list .block-n-107_item--horizontal {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .block-n-107_item-category {
      font-size: 11px; }
    .block-n-107_item-title {
      font-size: 18px; }
    .block-n-107_item-text {
      font-size: 14px; }
    .block-n-107_item--main .block-n-107_item-title {
      font-size: 34px; }
    .block-n-107_item--main .block-n-107_item-text {
      font-size: 16px; }
    .block-n-107_item--main .block-n-107_item-category {
      font-size: 12px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-n-107 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .block-n-107 .block-n-107_item--main .block-n-107_item-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        aspect-ratio: 2 / 1; }
        .block-n-107 .block-n-107_item--main .block-n-107_item-img img {
          width: 100%;
          height: 100%;
          -o-object-position: bottom center;
             object-position: bottom center; } }
  @media (max-width: 767px) {
    .block-n-107 {
      gap: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .block-n-107_item {
        border-radius: 12px; }
      .block-n-107_item-inner {
        padding: 10px; }
      .block-n-107_item-category {
        font-size: 10px; }
      .block-n-107_item-title {
        font-size: 16px; }
      .block-n-107_item-text {
        font-size: 14px; }
      .block-n-107_item-img img {
        border-radius: 12px; }
      .block-n-107_item-bg img {
        max-height: 120px;
        max-width: 85px; }
      .block-n-107_item--horizontal .block-n-107_item-inner {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .block-n-107_item--horizontal .block-n-107_item-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px); }
      .block-n-107_list {
        gap: 10px; }
        .block-n-107_list .block-n-107_item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 5px);
                  flex: 0 0 calc(50% - 5px); }
        .block-n-107_list .block-n-107_item--horizontal {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; }
      .block-n-107_main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .block-n-107_main .block-n-107_item {
          height: auto; }
      .block-n-107 .block-n-107_item--main .block-n-107_item-title {
        font-size: 24px; }
      .block-n-107 .block-n-107_item--main .block-n-107_item-text {
        font-size: 16px; }
      .block-n-107 .block-n-107_item--main .block-n-107_item-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        aspect-ratio: 3 / 2; }
        .block-n-107 .block-n-107_item--main .block-n-107_item-img img {
          width: 100%;
          height: 100%;
          -o-object-position: bottom center;
             object-position: bottom center; } }

.os-scrollbar-vertical {
  width: 4px !important;
  padding: 0 !important; }
  .os-scrollbar-vertical .os-scrollbar-track {
    border-radius: 4px !important;
    background: #D7D7D7 !important;
    overflow: hidden; }
  .os-scrollbar-vertical .os-scrollbar-handle {
    border-radius: 4px !important;
    background: #80889B !important; }
    .os-scrollbar-vertical .os-scrollbar-handle::before {
      display: none; }

.b-map-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  height: 470px; }
  .b-map-units_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 504px;
            flex: 0 0 504px;
    padding: 0 24px 0 0; }
    .b-map-units_list-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 10px; }
  .b-map-units_view {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
    .b-map-units_view iframe {
      position: relative;
      display: block;
      border: none;
      width: 100%;
      height: 100%;
      border-radius: 20px; }
  @media all and (max-width: 1279px) {
    .b-map-units_list {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 460px;
              flex: 0 0 460px; } }
  @media all and (max-width: 1199px) {
    .b-map-units_list {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 440px;
              flex: 0 0 440px; } }
  @media all and (max-width: 1023px) {
    .b-map-units {
      gap: 10px;
      height: 430px; }
      .b-map-units_list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 46%;
                flex: 0 0 46%;
        min-width: 366px;
        padding-right: 14px; } }
  @media all and (max-width: 767px) {
    .b-map-units {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 10px;
      height: auto;
      min-height: 0;
      max-height: none; }
      .b-map-units .os-scrollbar-vertical {
        left: 3px;
        right: auto; }
      .b-map-units_list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: -10px;
        padding: 0 0 0 10px;
        min-width: 0;
        max-height: 430px; }
        .b-map-units_list-inner {
          gap: 10px; }
      .b-map-units_view {
        position: relative;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        height: auto;
        padding-top: 100%; }
        .b-map-units_view iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

.b-unit-map {
  position: relative; }
  .b-unit-map_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 19px;
    padding: 20px 20px 21px;
    background-color: var(--color-white);
    border-radius: 20px; }
  .b-unit-map_head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px; }
  .b-unit-map_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: var(--color-text-main); }
  .b-unit-map_rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .b-unit-map_rating iframe {
      display: block;
      border: none;
      outline: none; }
  .b-unit-map_list .b-label-sm {
    padding: 0 12px;
    font-size: 12px;
    line-height: 100%;
    height: 26px; }
  .b-unit-map_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .b-unit-map_btns .b-btn {
      padding: 0 20px; }
  .b-unit-map_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px; }
    .b-unit-map_contacts-el {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px;
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      color: var(--color-text-main); }
  @media all and (max-width: 1199px) {
    .b-unit-map_head {
      gap: 10px; }
    .b-unit-map_title {
      font-size: 18px; } }
  @media all and (max-width: 1023px) {
    .b-unit-map_inner {
      padding: 11px 10px 10px; }
    .b-unit-map_title {
      font-size: 16px; }
    .b-unit-map_contacts-el {
      font-size: 14px; } }

.block-n-108 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; }
  .block-n-108_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px; }
    .block-n-108_list .block-n-108 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 5 - 80px / 5);
              flex: 0 0 calc(100% / 5 - 80px / 5); }
  .block-n-108_img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 6px solid var(--color-btn-1);
    border-radius: 50%;
    background-color: #fff;
    padding: 3px;
    overflow: hidden; }
    .block-n-108_img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 50%; }
  .block-n-108_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 14px; }
  .block-n-108_title {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-text-main); }
    .block-n-108_title sup {
      vertical-align: super;
      color: var(--color-btn-1);
      top: 1px;
      line-height: 100%;
      font-weight: 600;
      font-size: 60%;
      letter-spacing: 0.05em; }
  .block-n-108_text {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-108_slider {
    position: relative;
    margin: 0 -20px; }
    .block-n-108_slider .swiper {
      padding: 0 20px; }
    .block-n-108_slider .swiper-slide {
      max-width: 264px; }
    .block-n-108_slider .slider-button-next, .block-n-108_slider .slider-button-prev {
      top: calc(260px / 2); }
    .block-n-108_slider .slider-button-next {
      right: 1px; }
    .block-n-108_slider .slider-button-prev {
      left: 1px; }
  @media all and (max-width: 1459px) {
    .block-n-108_slider .swiper-slide {
      width: 264px; } }
  @media all and (max-width: 1279px) {
    .block-n-108_title {
      font-size: 18px; }
    .block-n-108_text {
      font-size: 14px; } }
  @media (max-width: 1099px) and (min-width: 768px) {
    .block-n-108_list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -20px -15px;
      overflow-x: auto;
      padding: 0 20px 15px;
      clip-path: inset(0 0 15px 0); }
      .block-n-108_list .block-n-108 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 264px;
                flex: 0 0 264px;
        width: 264px; } }
  @media (max-width: 767px) {
    .block-n-108_list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -10px -10px;
      overflow-x: auto;
      padding: 0 10px 10px;
      clip-path: inset(0 0 10px 0); }
      .block-n-108_list .block-n-108 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 264px;
                flex: 0 0 264px;
        width: 264px; } }

.block-n-109 {
  position: relative; }
  .block-n-109_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 120px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden; }
    .block-n-109_item img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .block-n-109 .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .block-n-109 .swiper-slide {
    height: auto; }
  @media (max-width: 1023px) and (min-width: 768px) {
    .block-n-109 {
      margin: 0 -20px; }
      .block-n-109 .swiper {
        padding: 0 20px; }
      .block-n-109 .swiper-slide {
        width: 190px; }
      .block-n-109 .slider-button-next {
        right: 1px; }
      .block-n-109 .slider-button-prev {
        left: 1px; } }
  @media (max-width: 767px) {
    .block-n-109 {
      margin: 0 -10px; }
      .block-n-109 .swiper {
        padding: 0 10px; }
      .block-n-109 .swiper-slide {
        width: 190px; } }

.block-n-110 {
  position: relative;
  background-color: #fff;
  border-radius: 20px; }
  .block-n-110_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .block-n-110_list .block-n-110 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 60px / 4);
              flex: 0 0 calc(25% - 60px / 4); }
    .block-n-110_list .block-n-110--wide {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px); }
      .block-n-110_list .block-n-110--wide .block-n-110_img {
        aspect-ratio: auto;
        padding-top: calc((100% - 20px) / 2); }
        .block-n-110_list .block-n-110--wide .block-n-110_img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .block-n-110_img {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1; }
    .block-n-110_img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 20px; }
  .block-n-110_inner {
    display: block;
    margin: 0;
    padding: 20px; }
  .block-n-110_title {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
  @media (max-width: 1199px) and (min-width: 992px) {
    .block-n-110_title {
      font-size: 14px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-n-110_list {
      gap: 10px; }
      .block-n-110_list .block-n-110 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 30px / 4);
                flex: 0 0 calc(25% - 30px / 4); }
      .block-n-110_list .block-n-110--wide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px); }
        .block-n-110_list .block-n-110--wide .block-n-110_img {
          padding-top: calc((100% - 10px) / 2); }
    .block-n-110_inner {
      padding: 10px; }
    .block-n-110_title {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .block-n-110 {
      border-radius: 12px; }
      .block-n-110_list {
        gap: 10px; }
        .block-n-110_list .block-n-110 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 5px);
                  flex: 0 0 calc(50% - 5px); }
        .block-n-110_list .block-n-110--wide {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; }
          .block-n-110_list .block-n-110--wide .block-n-110_img {
            padding-top: calc((100% - 10px) / 2); }
      .block-n-110_img img {
        border-radius: 12px; }
      .block-n-110_inner {
        padding: 10px; }
      .block-n-110_title {
        font-size: 14px; } }

.block-n-111 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; }
  .block-n-111_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .block-n-111_list .block-n-111 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 5 - 80px / 5);
              flex: 0 0 calc(100% / 5 - 80px / 5); }
  .block-n-111_img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    aspect-ratio: 1 / 1; }
    .block-n-111_img.item-video:before {
      content: "";
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 45px;
      height: 45px;
      background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22.4004' r='22' fill='%230079FF' fill-opacity='0.5'/%3E%3Cpath d='M22 8.40039C14.2801 8.40039 8 14.6805 8 22.4004C8 30.1202 14.2801 36.4004 22 36.4004C29.721 36.4004 36 30.1202 36 22.4004C36 14.6805 29.721 8.40039 22 8.40039ZM28.5334 23.3337L19.2 30.3337C18.9946 30.4877 18.7474 30.5671 18.5 30.5671C18.3226 30.5671 18.1441 30.5274 17.9785 30.4446C17.583 30.2462 17.3334 29.8426 17.3334 29.4004V15.4004C17.3334 14.9582 17.583 14.5545 17.9785 14.3574C18.3729 14.159 18.8465 14.201 19.2 14.467L28.5334 21.467C28.8274 21.6875 29 22.0329 29 22.4004C29 22.7679 28.8274 23.1144 28.5334 23.3337Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2; }
    .block-n-111_img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 20px; }
  .block-n-111_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 14px; }
  .block-n-111_text {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main);
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .block-n-111_text:hover {
      color: var(--color-text-select); }
  .block-n-111_date {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main);
    opacity: 0.5; }
  @media (max-width: 1279px) {
    .block-n-111_text {
      font-size: 14px; }
    .block-n-111_date {
      font-size: 12px; } }
  @media (max-width: 1099px) and (min-width: 768px) {
    .block-n-111_list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -20px -15px;
      overflow-x: auto;
      padding: 0 20px 15px;
      clip-path: inset(0 0 15px 0); }
      .block-n-111_list .block-n-111 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 264px;
                flex: 0 0 264px;
        width: 264px; } }
  @media (max-width: 767px) {
    .block-n-111_list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -10px -10px;
      overflow-x: auto;
      padding: 0 10px 10px;
      clip-path: inset(0 0 10px 0); }
      .block-n-111_list .block-n-111 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 264px;
                flex: 0 0 264px;
        width: 264px; }
    .block-n-111_img img {
      border-radius: 12px; }
    .block-n-111_text {
      font-size: 14px; }
    .block-n-111_date {
      font-size: 12px; } }

.block-n-112 {
  position: relative;
  display: block; }
  .block-n-112_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .block-n-112_list .block-n-112 {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 264px;
              flex: 0 1 264px;
      max-width: calc(100% / 4 - 15px); }
  .block-n-112_val {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: var(--color-text-select); }
  .block-n-112_text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--color-text-main); }
  @media (max-width: 991px) {
    .block-n-112_val {
      font-size: 24px;
      line-height: 30px; }
    .block-n-112_text {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .block-n-112_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px 10px; }
      .block-n-112_list .block-n-112 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px); }
    .block-n-112_val {
      font-size: 24px;
      line-height: 30px; }
    .block-n-112_text {
      font-size: 14px; } }

.block-n-113 {
  position: relative;
  z-index: 1; }
  .block-n-113_title {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    color: var(--color-text-main);
    opacity: 0.8; }
  .block-n-113_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
    max-height: none;
    overflow: hidden; }
  .block-n-113_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: var(--color-text-main);
    opacity: 0.8;
    text-decoration: none; }
    .block-n-113_item:hover {
      text-decoration: underline; }
  .block-n-113_btn {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3; }
    .block-n-113_btn-elem {
      display: block;
      width: 90px;
      height: 34px;
      background-color: #D2D2D2;
      border-radius: 20px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .block-n-113_btn-elem:hover {
        background-color: #7D8A99; }
      .block-n-113_btn-elem:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        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.68579 8.84891L13.1721 3.46635C13.5513 3.09432 13.5513 2.49274 13.1721 2.12467L12.2604 1.23022C11.8812 0.858186 11.2681 0.858186 10.8929 1.23022L6.99999 5.04154L3.11114 1.22626C2.73193 0.854228 2.11875 0.854228 1.74358 1.22626L0.827844 2.12071C0.448639 2.49274 0.448639 3.09432 0.827844 3.46239L6.3142 8.84495C6.6934 9.22094 7.30658 9.22094 7.68579 8.84891Z' fill='white'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .block-n-113.view-hidden .block-n-113_list {
    max-height: 110px; }
    .block-n-113.view-hidden .block-n-113_list:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 252, 0)), to(var(--color-page-background)));
      background: linear-gradient(180deg, rgba(250, 250, 252, 0) 0%, var(--color-page-background) 100%);
      z-index: 2; }
  .block-n-113.view-hidden .block-n-113_btn {
    margin-top: 0; }
  .block-n-113.view-hidden .block-n-113_btn-elem:before {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  @media (max-width: 1279px) {
    .block-n-113_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 40px / 3);
              flex: 0 0 calc(100% / 3 - 40px / 3); } }
  @media (max-width: 991px) {
    .block-n-113_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px); } }
  @media (max-width: 599px) {
    .block-n-113_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .block-n-113_list {
      margin-bottom: 24px; }
    .block-n-113_btn {
      margin-top: 0; }
    .block-n-113.view-hidden .block-n-113_list {
      max-height: 230px;
      margin-bottom: 0; }
    .block-n-113.view-hidden .block-n-113_btn {
      margin-top: -24px; } }

.block-n-114 {
  position: relative; }
  .block-n-114_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    min-height: 100%;
    height: 100%;
    padding: 10px;
    background: #FFFFFF;
    -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: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .block-n-114_item:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .block-n-114_item-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .block-n-114_item-img img {
        display: block;
        margin: auto;
        max-width: 80px;
        max-height: 80px; }
    .block-n-114_item-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      display: block;
      margin: 0;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      color: var(--color-text-main);
      text-decoration: none; }
  .block-n-114 .swiper {
    margin: -25px -10px -25px; }
  .block-n-114 .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 25px 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px); }
  .block-n-114 .swiper-slide {
    height: auto;
    padding: 0 10px; }
  @media (max-width: 1459px) {
    .block-n-114_item {
      gap: 10px; } }
  @media (max-width: 1099px) and (min-width: 768px) {
    .block-n-114 {
      margin: 0 -20px; }
      .block-n-114 .swiper {
        padding: 0 10px;
        margin: -25px 0 -25px; }
      .block-n-114 .swiper-wrapper {
        width: 100%; }
      .block-n-114 .swiper-slide {
        width: 264px; }
      .block-n-114 .slider-button-next {
        right: 1px; }
      .block-n-114 .slider-button-prev {
        left: 1px; } }
  @media (max-width: 767px) {
    .block-n-114 {
      margin: 0 -10px; }
      .block-n-114 .swiper {
        padding: 0;
        margin: -25px 0px -25px; }
      .block-n-114 .swiper-wrapper {
        width: 100%; }
      .block-n-114 .swiper-slide {
        width: 264px; } }

.catalog-head_list {
  margin: 0 0 30px; }

@media (max-width: 767px) {
  .catalog-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .catalog-head_list {
      margin: 20px 0 0; } }

.catalog-promotion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; }
  .catalog-promotion .block-n-115_slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.1%;
            flex: 0 0 39.1%;
    max-width: 39.1%; }
  .catalog-promotion .block-n-102_item-lg-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60.9% - 20px);
            flex: 0 0 calc(60.9% - 20px);
    max-width: calc(60.9% - 20px); }
  @media (max-width: 1399px) and (min-width: 992px) {
    .catalog-promotion .block-n-115_slider {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43%;
              flex: 0 0 43%;
      max-width: 43%; }
    .catalog-promotion .block-n-102_item-lg-slider {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(57% - 20px);
              flex: 0 0 calc(57% - 20px);
      max-width: calc(57% - 20px); } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .catalog-promotion {
      gap: 10px; }
      .catalog-promotion .block-n-115_slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px); }
      .catalog-promotion .block-n-102_item-lg-slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px); } }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .catalog-promotion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .catalog-promotion .block-n-115_slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        max-width: 100%; }
        .catalog-promotion .block-n-115_slider .block-n-115_inner {
          min-height: 280px; }
      .catalog-promotion .block-n-102_item-lg-slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        max-width: 100%; } }
  @media all and (max-width: 767px) {
    .catalog-promotion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
      .catalog-promotion .block-n-115_slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        max-width: 100%; }
        .catalog-promotion .block-n-115_slider .block-n-115_inner {
          min-height: 160px; }
      .catalog-promotion .block-n-102_item-lg-slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        max-width: 100%; } }

.block-n-115 {
  position: relative; }
  .block-n-115_slider {
    position: relative; }
    .block-n-115_slider .swiper {
      margin: -25px -15px -25px;
      height: calc(100% + 50px); }
    .block-n-115_slider .swiper-wrapper {
      height: 100%;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .block-n-115_slider .swiper-slide {
      margin: 0 auto;
      padding: 25px 15px 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .block-n-115_slider .swiper-slide .block-n-115 {
        height: 100%; }
    .block-n-115_slider .slider-button-next, .block-n-115_slider .slider-button-prev {
      width: 32px;
      height: 32px;
      margin-top: -16px; }
      .block-n-115_slider .slider-button-next:before, .block-n-115_slider .slider-button-prev:before {
        background-size: 6px auto; }
    .block-n-115_slider .slider-button-next {
      right: 20px; }
    .block-n-115_slider .slider-button-prev {
      left: 20px; }
  .block-n-115_slider-h {
    position: relative;
    margin: 0 -20px; }
    .block-n-115_slider-h .swiper {
      padding: 0 20px; }
    .block-n-115_slider-h .slider-button-next {
      right: 1px; }
    .block-n-115_slider-h .slider-button-prev {
      left: 1px; }
  .block-n-115_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 100%;
    background: #FFFFFF;
    -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: 20px;
    overflow: hidden; }
  .block-n-115_img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-height: 264px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    .block-n-115_img > img,
    .block-n-115_img > a > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .block-n-115_labels {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    z-index: 2; }
  .block-n-115_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    margin: 0;
    padding: 3px 4px;
    min-height: 18px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-white);
    background-color: var(--color-elem-2);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-radius: 4px; }
    .block-n-115_label img {
      display: block; }
    .block-n-115_label.color-blue {
      background-color: var(--color-elem-3); }
    .block-n-115_label.color-purple {
      background-color: var(--color-elem-4); }
  .block-n-115_basket {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--color-elem-1);
    font-size: 8px;
    font-weight: 800;
    color: #fff;
    line-height: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2; }
    .block-n-115_basket:before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16px;
              flex: 0 0 16px;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0359218 0.427889C0.151617 0.0944467 0.51216 -0.0808333 0.841226 0.036404L1.09503 0.126822C1.6142 0.311761 2.05516 0.46884 2.40217 0.641381C2.77322 0.825868 3.0914 1.05314 3.33071 1.408C3.56817 1.76011 3.6662 2.14643 3.71145 2.57C3.7317 2.75961 3.74239 2.96947 3.74802 3.20015H12.7064C14.1253 3.20015 15.4026 3.20015 15.7764 3.69258C16.1503 4.18502 16.0041 4.927 15.7118 6.41097L15.2909 8.48005C15.0256 9.78469 14.8929 10.437 14.4283 10.8206C13.9637 11.2043 13.3065 11.2043 11.9919 11.2043H7.52639C5.17786 11.2043 4.0036 11.2043 3.27401 10.4245C2.54441 9.64466 2.49116 8.81635 2.49116 6.30623V4.08617C2.49116 3.45475 2.4903 3.03218 2.45564 2.70774C2.42252 2.39769 2.36383 2.24288 2.28782 2.13016C2.21366 2.02021 2.1011 1.91744 1.84575 1.79048C1.57389 1.65531 1.20442 1.52258 0.64223 1.32229L0.422267 1.24392C0.093201 1.12669 -0.0797652 0.76134 0.0359218 0.427889Z' fill='white'/%3E%3Cpath d='M4.59657 13.44C5.29419 13.44 5.85972 14.0131 5.85972 14.7199C5.85972 15.4268 5.29419 15.9999 4.59657 15.9999C3.89896 15.9999 3.33343 15.4268 3.33343 14.7199C3.33343 14.0131 3.89896 13.44 4.59657 13.44Z' fill='white'/%3E%3Cpath d='M12.1754 13.44C12.873 13.44 13.4386 14.0131 13.4386 14.72C13.4386 15.4269 12.873 16 12.1754 16C11.4778 16 10.9123 15.4269 10.9123 14.72C10.9123 14.0131 11.4778 13.44 12.1754 13.44Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }
    .block-n-115_basket:hover {
      background-color: var(--color-btn-2-h); }
  .block-n-115_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px; }
  .block-n-115_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    margin-bottom: 4px; }
    .block-n-115_heading-title {
      display: block;
      margin: 0;
      font-weight: 600;
      font-size: 24px;
      line-height: 120%;
      color: var(--color-text-main); }
  .block-n-115_countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main); }
    .block-n-115_countdown > span {
      display: block;
      width: 14px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14px;
              flex: 0 0 14px;
      text-align: center; }
    .block-n-115_countdown-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 34px;
              flex: 0 0 34px;
      height: 34px;
      text-align: center;
      background: #F1F1F1;
      border-radius: 5px; }
  .block-n-115_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 10px;
    margin: 0;
    color: var(--color-text-select);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%; }
    .block-n-115_price.price-red {
      color: var(--color-elem-2); }
    .block-n-115_price b {
      display: block;
      margin: 0;
      font-weight: 600; }
    .block-n-115_price i {
      display: block;
      margin: 0;
      font-weight: 300;
      font-size: 16px;
      color: #000;
      line-height: 100%;
      font-style: normal;
      text-decoration: line-through; }
  .block-n-115_title {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-115_text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #000; }
    .block-n-115_text ul {
      padding: 0 0 0 18px;
      margin: 0; }
    .block-n-115_text li {
      list-style: disc; }
    .block-n-115_text p {
      margin: 0; }
  @media (max-width: 1399px) {
    .block-n-115_heading {
      gap: 6px; }
      .block-n-115_heading-title {
        font-size: 20px; }
    .block-n-115_slider .slider-button-next, .block-n-115_slider .slider-button-prev {
      width: 30px;
      height: 30px;
      margin-top: -15px; }
    .block-n-115_slider .slider-button-next {
      right: 15px; }
    .block-n-115_slider .slider-button-prev {
      left: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .block-n-115_slider .slider-button-next {
      right: 10px;
      top: 10px;
      margin: 0; }
    .block-n-115_slider .slider-button-prev {
      left: 10px;
      top: 10px;
      margin: 0; } }
  @media (max-width: 1199px) {
    .block-n-115_slider-h .block-n-115_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .block-n-115_slider-h .block-n-115_img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .block-n-115_slider-h .block-n-115_basket {
      right: 20px; }
    .block-n-115_slider .block-n-115_inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 767px) {
    .block-n-115_inner {
      border-radius: 12px;
      gap: 0px; }
    .block-n-115_img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      aspect-ratio: 1 / 1;
      min-height: 0; }
    .block-n-115_info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 10px;
      gap: 6px; }
    .block-n-115_heading {
      gap: 8px;
      margin-bottom: 4px; }
      .block-n-115_heading-title {
        font-size: 20px; }
    .block-n-115_labels {
      left: 10px;
      bottom: 0;
      gap: 3px; }
    .block-n-115_label {
      padding: 2px 4px;
      gap: 4px;
      font-size: 9px;
      min-height: 14px;
      line-height: 11px; }
    .block-n-115_basket {
      right: 10px;
      bottom: 0; }
    .block-n-115_info {
      padding: 8px 10px 10px; }
    .block-n-115_main {
      gap: 6px; }
    .block-n-115_icons {
      top: 10px;
      left: 10px;
      gap: 4px; }
      .block-n-115_icons img {
        max-width: 20px;
        max-height: 20px; }
    .block-n-115_price {
      font-size: 16px;
      gap: 4px 10px;
      line-height: 120%; }
      .block-n-115_price i {
        font-size: 12px;
        line-height: 100%; }
    .block-n-115_title {
      font-size: 14px;
      line-height: 140%; }
    .block-n-115_text {
      display: none; }
    .block-n-115_slider .swiper {
	  height: auto;
      margin: -25px -10px -25px; }
    .block-n-115_slider .swiper-slide {
      padding: 25px 10px; }
    .block-n-115_slider .block-n-115_inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 20px; }
    .block-n-115_slider .block-n-115_img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px);
      min-height: 160px;
      aspect-ratio: auto; }
    .block-n-115_slider .block-n-115_info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px);
      padding: 20px 10px 20px 0;
      gap: 10px; }
    .block-n-115_slider .block-n-115_labels {
      bottom: 10px; }
    .block-n-115_slider .block-n-115_label {
      font-size: 10px; }
    .block-n-115_slider .block-n-115_basket {
      bottom: 10px;
      right: 0; }
    .block-n-115_slider .block-n-115__price {
      line-height: 100%; } }

.block-n-116 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  gap: 5px;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-main); }
  .block-n-116_slider {
    position: relative; }
    .block-n-116_slider .swiper {
      border-radius: 20px;
      overflow: hidden;
      background-color: #fff; }
    .block-n-116_slider .swiper-wrapper {
      padding: 4px; }
    .block-n-116_slider .swiper-slide {
      width: auto; }
    .block-n-116_slider .slider-button-next, .block-n-116_slider .slider-button-prev {
      width: 32px;
      height: 32px;
      margin-top: -16px; }
      .block-n-116_slider .slider-button-next:before, .block-n-116_slider .slider-button-prev:before {
        background-size: 6px auto; }
    .block-n-116_slider .slider-button-next {
      right: -16px; }
    .block-n-116_slider .slider-button-prev {
      left: 8px; }
  .block-n-116.b-btn {
    padding: 0 30px;
    background-color: var(--color-text-main);
    color: #fff;
    font-size: 14px;
    font-weight: 500; }
  .block-n-116 img {
    display: block;
    max-height: 34px;
    max-width: 100px; }
  .block-n-116 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 8px;
    line-height: 10px;
    font-weight: 800;
    color: #fff;
    background-color: var(--color-elem-2);
    border-radius: 50%; }
  .block-n-116.item-all {
    gap: 10px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-btn-1); }
    .block-n-116.item-all:after {
      content: "";
      display: block;
      width: 12px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6582 2.58008C9.28711 2.13737 8.89974 1.49609 8.49609 0.65625H9.19922C10.026 1.63281 10.9049 2.35547 11.8359 2.82422V3.17578C10.9049 3.64453 10.026 4.36719 9.19922 5.34375H8.49609C8.89974 4.50391 9.28711 3.86263 9.6582 3.41992H0V2.58008H9.6582Z' fill='%2304BF68'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .block-n-116 {
      padding: 0 10px; }
      .block-n-116_slider .swiper {
        border-radius: 12px; } }

.catalog-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin-bottom: 30px; }
  .catalog-main_side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px; }
  .catalog-main_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: calc(100% - 270px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .catalog-main_filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    margin-bottom: 20px;
    z-index: 10; }
	.catalog-main_filter>form {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
		-webkit-box-align: stretch;
			-ms-flex-align: stretch;
				align-items: stretch;
		gap: 20px;
	}
    .catalog-main_filter-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
        -ms-flex-direction: column;
          flex-direction: column;
      -webkit-box-pack: start;
        -ms-flex-pack: start;
          justify-content: flex-start;
      -webkit-box-align: start;
        -ms-flex-align: start;
          align-items: flex-start;
    }
    .catalog-main_filter-wrap .catalog-main_filter {
      margin: 0 0 30px;
      min-width: 0;
      max-width: 100%;
    }
    .catalog-main_filter-block.view-fixed {
      position: fixed;
      max-width: calc(1400px - 310px);
      z-index: 10; }
    .catalog-main_filter-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px 5px;
      padding: 4px;
      background-color: #fff;
      border-radius: 20px; }
      .catalog-main_filter-group-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding: 4px 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 44px;
        gap: 5px;
        font-size: 16px;
        line-height: 140%;
		border-radius: 30px;
		border: 1px solid transparent;
		transition: all 0.2s ease;
        color: var(--color-text-main); }
		.catalog-main_filter-group-item.active,
		.catalog-main_filter-group-item:hover {
			border: 1px solid #DEDEDE;
			color: var(--color-text-main);
			text-decoration: none;
		}
        .catalog-main_filter-group-item.b-btn {
          padding: 5px 20px;
          background-color: var(--color-text-main);
          color: #fff;
          font-size: 14px;
          font-weight: 500; }
        .catalog-main_filter-group-item img {
		  max-width: 100px;
          display: block;
          max-height: 100%; }
        .catalog-main_filter-group-item span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 24px;
          height: 24px;
          text-align: center;
          font-size: 8px;
          line-height: 10px;
          font-weight: 800;
          color: #fff;
          background-color: var(--color-elem-2);
          border-radius: 50%; }
        .catalog-main_filter-group-item.item-all {
          gap: 10px;
          padding: 0 30px;
          font-size: 14px;
          font-weight: 500;
          color: var(--color-btn-1); }
          .catalog-main_filter-group-item.item-all:after {
            content: "";
            display: block;
            width: 12px;
            height: 10px;
            background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6582 2.58008C9.28711 2.13737 8.89974 1.49609 8.49609 0.65625H9.19922C10.026 1.63281 10.9049 2.35547 11.8359 2.82422V3.17578C10.9049 3.64453 10.026 4.36719 9.19922 5.34375H8.49609C8.89974 4.50391 9.28711 3.86263 9.6582 3.41992H0V2.58008H9.6582Z' fill='%2304BF68'/%3E%3C/svg%3E%0A");
            background-position: center;
            background-repeat: no-repeat; }
    .catalog-main_filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px; }
    .catalog-main_filter-item {
      min-height: 40px; }
      .catalog-main_filter-item:not(.b-dropdown) {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        padding: 10px;
        background: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        white-space: nowrap;
        border-radius: 10px;
        cursor: pointer; }
      .catalog-main_filter-item.item-purple {
        background-color: var(--color-elem-4);
        color: #fff; }
        .catalog-main_filter-item.item-purple.b-dropdown {
          background-color: transparent; }
          .catalog-main_filter-item.item-purple.b-dropdown .b-dropdown_title {
            background-color: var(--color-elem-4);
            color: #fff; }
    .catalog-main_filter-spacer {
      display: none; }

.catalog-filter_mob-head {
  display: none; }

.catalog-filter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px; }

.catalog-filter_item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden; }
  .catalog-filter_item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 10px;
    min-height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
	border-radius: 10px;
    color: var(--color-text-main); }
    .catalog-filter_item-head sup {
      top: -5px;
      margin: 0 0 0 -7px;
      line-height: 100%;
      font-weight: 400;
      font-size: 65%;
      opacity: 0.5; }
    .catalog-filter_item-head img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 20px;
      max-height: 20px; }
  .catalog-filter_item-list {
    display: none;
    width: 100%;
    padding: 0 10px 10px 10px; }
    .catalog-filter_item-list ul {
      display: block;
      margin: 0;
      padding: 0; }
      .catalog-filter_item-list ul li {
        display: block;
        width: 100%;
        list-style: none;
        font-size: 14px;
        line-height: 140%;
        color: var(--color-text-main); }
        .catalog-filter_item-list ul li sup {
          display: inline-block;
          vertical-align: super;
          top: 1px;
          margin: 0 0 0 0px;
          line-height: 100%;
          font-weight: 500;
          font-size: 65%;
          opacity: 0.5; }
        .catalog-filter_item-list ul li a {
          display: block;
          text-decoration: none;
          background: transparent;
          padding: 5px 10px;
          border-radius: 4px; }
          .catalog-filter_item-list ul li a.active {
			background-color: var(--color-elem-1);
			color: #fff; }
        .catalog-filter_item-list ul li ul {
          display: none;
          margin: 0 0 0 10px; }
        .catalog-filter_item-list ul li.open ul {
          display: block; }
		.catalog-filter_item-list ul li.open>a {
			font-weight: 600;
		}
	.catalog-filter_item.active .catalog-filter_item-head,
	.catalog-filter_item .catalog-filter_item-head.active {
		font-weight: 600;
	}
	.catalog-filter_item-list ul li.active:not(.open)>a {
		background-color: var(--color-elem-1);
		color: #fff;
	}
  .catalog-filter_item.open .catalog-filter_item-list {
    display: block; }
	.catalog-filter_item.open>.catalog-filter_item-head {
		font-weight: 600;
	}
  .catalog-filter_item.item-purple {
    background-color: var(--color-elem-4); }
    .catalog-filter_item.item-purple .catalog-filter_item-head {
      color: #fff; }
  .catalog-filter_item.item-green {
    background-color: var(--color-btn-1); }
    .catalog-filter_item.item-green .catalog-filter_item-head {
      color: #fff; }
  .catalog-filter_item.item-blue {
    background-color: var(--color-elem-3); }
    .catalog-filter_item.item-blue .catalog-filter_item-head {
      color: #fff; }

.catalog-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .catalog-listing .block-n-103 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px); }

.catalog-listing-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  background: #EDF8F4;
  border-radius: 20px; }
  .catalog-listing-section.color-blue {
    background: rgba(0, 121, 255, 0.1); }
  .catalog-listing-section.color-purple {
    background: rgba(106, 0, 255, 0.1); }
  .catalog-listing-section_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 0 20px; }
    .catalog-listing-section_head-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      .catalog-listing-section_head-side svg {
        display: block; }
      .catalog-listing-section_head-side .b-btn {
        white-space: nowrap; }
        .catalog-listing-section_head-side .b-btn.btn-md {
          padding: 0 20px; }
  .catalog-listing-section_title {
    display: block;
    margin: 0;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: var(--color-text-main); }
    .catalog-listing-section_title sup {
      vertical-align: super;
      color: var(--color-btn-1);
      top: 1px;
      line-height: 100%;
      font-weight: 500;
      font-size: 60%; }

.catalog-listing-group {
  position: relative;
  display: block;
  width: 100%; }
  .catalog-listing-group_title {
    display: block;
    margin: 0;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: var(--color-text-main); }
    .catalog-listing-group_title sup {
      vertical-align: super;
      color: var(--color-btn-1);
      top: 1px;
      line-height: 100%;
      font-weight: 500;
      font-size: 60%; }
  .catalog-listing-group_nav {
    margin: 20px 0 0; }

.catalog_block-full .catalog-main_filter {
  gap: 30px;
  margin-bottom: 30px; }

.catalog_block-full .catalog-listing .block-n-103 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 80px / 5);
          flex: 0 0 calc(20% - 80px / 5);
  max-width: calc(20% - 80px / 5); }

@media (max-width: 1459px) {
  .catalog-main_filter-block.view-fixed {
    max-width: calc(100% - 310px); } }

@media (max-width: 1399px) {
  .catalog-listing {
    gap: 20px 10px; }
    .catalog-listing .block-n-103 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 30px / 4);
              flex: 0 0 calc(25% - 30px / 4);
      max-width: calc(25% - 30px / 4); }
  .catalog-main_filter-group {
    gap: 10px 0; }
  .catalog-main_filter-list {
    gap: 5px; }
  .catalog_block-full .catalog-listing {
    gap: 20px; } }

@media (max-width: 1199px) {
  .catalog-listing {
    gap: 20px 10px; }
    .catalog-listing .block-n-103 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 20px / 3);
              flex: 0 0 calc(100% / 3 - 20px / 3);
      max-width: calc(100% / 3 - 20px / 3); }
  .catalog-main_filter-group {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    gap: 0;
    margin-right: 20px; }
  .catalog-main_filter-block.block-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin-right: -20px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    clip-path: inset(0 0 10px 0); }
  .catalog_block-full .catalog-listing {
    gap: 20px 10px; }
  .catalog_block-full .catalog-listing .block-n-103 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px / 4);
            flex: 0 0 calc(25% - 30px / 4);
    max-width: calc(25% - 30px / 4); }
  .catalog_block-full .catalog-main_filter-block.block-group {
    margin-left: -20px;
    padding-left: 20px; }
  .catalog_block-full .catalog-main_filter .b-tabs_nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap; }
  .catalog_block-full .catalog-main_filter .b-tabs_nav-wrap {
    margin: 0 -20px -15px;
    overflow-x: auto;
    padding: 0 20px 15px;
    clip-path: inset(0 0 10px 0); } }

@media (max-width: 992px) {
  .catalog-main_filter-wrap .catalog-main_filter {
    margin-bottom: 20px;
  }
  .catalog-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .catalog-main_side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .catalog-main_inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 100%; }
    .catalog-main_filter-group {
      white-space: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: auto;
      gap: 0;
      margin-right: 20px;
      margin-left: 20px; }
    .catalog-main_filter-block.block-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: auto;
      margin-right: -20px;
      margin-left: -20px;
      padding-bottom: 10px;
      margin-bottom: -10px;
      clip-path: inset(0 0 10px 0); }
  .catalog-main_filter-block.view-fixed {
    max-width: calc(100% - 40px); }
  .catalog-filter {
    position: relative;
    display: block;
    background: var(--color-page-background);
    margin: 0 -10px;
    padding: 0 10px;
    height: auto;
    z-index: 100; }
    .catalog-filter_mob-head {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 35px 10px 10px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color: var(--color-text-main);
      background: #FFFFFF;
      -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; }
      .catalog-filter_mob-head:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 35px;
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.857849' y='8' width='2' height='10' transform='rotate(-45 0.857849 8)' fill='%23333333'/%3E%3Crect x='7.92891' y='15.071' width='2' height='10' transform='rotate(-135 7.92891 15.071)' fill='%23333333'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .catalog-filter.open .catalog-filter_mob-head:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .catalog-filter_inner {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 100;
      padding: 10px 10px 0;
      background: var(--color-page-background);
      border-radius: 10px; }
    .catalog-filter_item.sublist .catalog-filter_item-head {
      position: relative;
      padding-right: 35px; }
      .catalog-filter_item.sublist .catalog-filter_item-head:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.857849' y='8' width='2' height='10' transform='rotate(-45 0.857849 8)' fill='%23333333'/%3E%3Crect x='7.92889' y='15.071' width='2' height='10' transform='rotate(-135 7.92889 15.071)' fill='%23333333'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .catalog-filter_item.sublist.open .catalog-filter_item-head:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .catalog_block-full .catalog-main_filter {
    gap: 20px;
    margin-bottom: 20px; }
  .catalog_block-full .catalog-listing .block-n-103 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 20px / 3);
            flex: 0 0 calc(100% / 3 - 20px / 3);
    max-width: calc(100% / 3 - 20px / 3); }
  .catalog_block-full .catalog-main_filter-block.block-group {
    margin-left: -20px;
    padding-left: 20px; }
    .catalog_block-full .catalog-main_filter-block.block-group .catalog-main_filter-group {
      margin-left: 0; } }

@media (max-width: 767px) {
  .catalog-listing {
    gap: 10px 10px; }
    .catalog-listing .block-n-103 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 5px);
              flex: 0 0 calc(50% - 5px);
      max-width: calc(50% - 5px); }
  .catalog-main {
    gap: 10px; }
    .catalog-main_filter {
      gap: 10px; }
	  .catalog-main_filter>form {
		gap: 10px; }
      .catalog-main_filter-group {
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: auto;
        gap: 0 5px;
        padding: 0;
        margin: 0;
		border-radius: 10px;
        -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05); }
        .catalog-main_filter-group-item {
		  border-radius: 10px;
          padding: 5px 10px; }
          .catalog-main_filter-group-item.item-all {
            padding: 0 20px; }
          .catalog-main_filter-group-item.b-btn {
            padding: 0 20px; }
      .catalog-main_filter-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        margin: -10px -10px -30px;
        padding: 10px 10px 30px;
        clip-path: inset(0 0 10px 0); }
        .catalog-main_filter-block.block-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow-x: auto;
          margin: -10px -10px -30px;
          padding: 10px 10px 30px;
          clip-path: inset(0 0 10px 0); }
        .catalog-main_filter-block.view-fixed {
          max-width: 100vw; }
      .catalog-main_filter-list {
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: auto;
        gap: 10px; }
      .catalog-main_filter-item:not(.b-dropdown) {
        -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05); }
      .catalog-main_filter-item.b-dropdown .b-dropdown_title {
        -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05); }
      .catalog-main_filter-item .b-dropdown_menu {
        position: fixed;
        left: 10px;
        right: 10px;
        top: 50%;
        z-index: 100; }
      .catalog-main_filter-item.b-dropdown.open .b-dropdown_menu {
        display: none; }
    .catalog-main_side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .catalog-main_inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .catalog-listing-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 10px;
    margin: 10px 0;
    background: #EDF8F4;
    border-radius: 20px;
    overflow: hidden; }
    .catalog-listing-section.color-blue {
      background: rgba(0, 121, 255, 0.1); }
    .catalog-listing-section.color-purple {
      background: rgba(106, 0, 255, 0.1); }
    .catalog-listing-section_head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 10px; }
      .catalog-listing-section_head-side {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .catalog-listing-section_head-side .b-btn.btn-md {
          padding: 0 15px; }
    .catalog-listing-section_title {
      font-size: 22px;
      line-height: 140%;
      letter-spacing: -0.01em; }
  .catalog-listing-group {
    margin-top: 10px; }
    .catalog-listing-group_title {
      font-size: 22px;
      line-height: 140%;
      letter-spacing: -0.01em; }
    .catalog-listing-group_nav {
      margin: 10px 0 0; }
  .catalog_block-full .catalog-main_filter {
    gap: 20px;
    margin-bottom: 20px; }
  .catalog_block-full .catalog-listing {
    gap: 10px; }
  .catalog_block-full .catalog-listing .block-n-103 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px); }
  .catalog_block-full .catalog-main_filter-block.block-group {
    margin-left: -10px;
    padding-left: 10px; }
    .catalog_block-full .catalog-main_filter-block.block-group .catalog-main_filter-group {
      margin-left: 0; }
  .catalog_block-full .catalog-main_filter .b-tabs_nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0 10px 0 6px; }
  .catalog_block-full .catalog-main_filter .b-tabs_nav-wrap {
    margin: 0 -10px -10px;
    overflow-x: auto;
    padding: 0 0 10px;
    clip-path: inset(0 0 10px 0); } }

.overlay_wrap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1030;
  background: rgba(217, 217, 217, 0.7); }

.overlay_block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0px;
  top: 0px;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  overflow-y: auto; }

.overlay_close {
  position: absolute;
  right: 20px;
  top: 32px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10.6445' y='13.1005' width='4' height='32' transform='rotate(-45 10.6445 13.1005)' fill='%23333333'/%3E%3Crect x='13.4731' y='35.728' width='4' height='32' transform='rotate(-135 13.4731 35.728)' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }

.overlay_close-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1005; }

.overlay_inner {
  position: relative;
  margin: 0 auto auto;
  width: 100%;
  z-index: 1010;
  background: #FAFAFC;
  padding: 30px 20px 0;
  max-width: 1440px;
  border-radius: 20px; }

@media all and (max-width: 1439px) {
  .overlay_block {
    padding: 20px; }
  .overlay_inner {
    padding: 20px 20px 0; }
    .overlay_inner .page-section_inner {
      margin-top: 20px; }
  .overlay_close {
    top: 22px; } }

@media all and (max-width: 767px) {
  .overlay_block {
    padding: 30px 0; }
  .overlay_inner {
    padding: 20px 20px 0;
    border-radius: 0; }
    .overlay_inner .page-section_inner {
      margin-top: 10px; }
    .overlay_inner .section-title {
      font-size: 26px;
      line-height: 30px;
      margin-right: 50px; }
  .overlay_close {
    top: 12px;
    right: 10px; } }

.modal-city {
  width: 1040px;
  max-width: calc(100% - 40px);
  max-height: 90vw;
  background-color: #fafafa;
  border: 1px solid #035fb1; }
  .modal-city .overlay_close {
    top: 30px;
    right: 20px; }
  .modal-city_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
  .modal-city_title {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 48px;
    line-height: 140%;
    color: var(--color-text-main); }
  .modal-city_search input {
    display: block;
    width: 100%;
    border: 1px solid #035fb1;
    height: 60px;
    font-size: 18px;
    padding: 0 20px; }
  .modal-city_list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    gap: 18px 15px; }
    .modal-city_list-scroll {
      max-height: calc(90vh - 240px);
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-color: #035fb1;
      scrollbar-width: auto; }
      .modal-city_list-scroll:-webkit-scrollbar {
        width: 18px; }
      .modal-city_list-scroll:-webkit-scrollbar-track {
        background: #fafafa;
        border: 1px solid #035fb1;
        border-radius: 20px; }
      .modal-city_list-scroll:-webkit-scrollbar-thumb {
        background-color: #035fb1;
        border-radius: 20px; }
    .modal-city_list .cities {
      padding: 0;
      margin: 0; }
      .modal-city_list .cities a {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
        .modal-city_list .cities a:hover {
          color: var(--color-text-select); }
    .modal-city_list .cities .h3 {
      display: block;
      padding: 7px 0;
      font-size: 36px;
      font-weight: 700;
      line-height: 100%; }
    .modal-city_list .cities li {
      display: block;
      padding: 7px 0;
      font-size: 20px;
      line-height: 120%;
      list-style: none; }
  @media all and (max-width: 1023px) and (min-width: 768px) {
    .modal-city_list {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  @media all and (max-width: 767px) {
    .modal-city {
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      height: auto; }
      .modal-city .overlay_close {
        top: 20px;
        right: 10px; }
      .modal-city_inner {
        gap: 15px; }
      .modal-city_title {
        font-size: 34px; }
      .modal-city_search input {
        height: 45px;
        font-size: 16px;
        padding: 0 15px; }
      .modal-city_list {
        display: block;
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; }
        .modal-city_list-scroll {
          max-height: calc(100vh - 240px);
          overflow-x: hidden;
          overflow-y: auto;
          scrollbar-color: #035fb1;
          scrollbar-width: auto; }
          .modal-city_list-scroll:-webkit-scrollbar {
            width: 18px; }
          .modal-city_list-scroll:-webkit-scrollbar-track {
            background: #fafafa;
            border: 1px solid #035fb1;
            border-radius: 20px; }
          .modal-city_list-scroll:-webkit-scrollbar-thumb {
            background-color: #035fb1;
            border-radius: 20px; }
        .modal-city_list .cities {
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 0 15px; }
          .modal-city_list .cities a {
            -webkit-transition: all 0.15s ease;
            transition: all 0.15s ease; }
            .modal-city_list .cities a:hover {
              color: var(--color-text-select); }
        .modal-city_list .cities .h3 {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          padding: 10px 0 5px;
          font-size: 30px;
          line-height: 120%; }
        .modal-city_list .cities li {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 5px 0;
          font-size: 18px;
          line-height: 120%; } }

.page-section-sm {
  position: relative;
  margin: 30px 0; }

.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-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
  gap: 10px; }
  .b-pagination_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 34px;
    min-width: 34px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: rgba(51, 51, 51, 0.6);
    background-color: #fff;
    border-radius: 34px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .b-pagination_item:hover {
      color: var(--color-btn-1); }
    .b-pagination_item.active {
      color: var(--color-white);
      background-color: var(--color-btn-1); }
  @media all and (max-width: 767px) {
    .b-pagination {
      margin-top: 20px; } }

.b-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: 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: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: 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: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: 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: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: 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-text-article {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(51, 51, 51, 0.8); }
  .b-text-article h2 {
    display: block;
    margin: 32px 0 16px;
    padding: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%; }
  .b-text-article h3 {
    display: block;
    margin: 32px 0 16px;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%; }
  .b-text-article h2:first-child, .b-text-article h3:first-child {
    margin-top: 0; }
  .b-text-article p {
    margin: 16px 0 0; }
  .b-text-article ul {
    padding-left: 24px;
    margin: 0; }
    .b-text-article ul li {
      list-style: disc; }
  .b-text-article ol {
    padding-left: 24px;
    margin: 0; }
  @media all and (max-width: 767px) {
    .b-text-article {
      font-size: 14px;
      line-height: 140%; }
      .b-text-article h2 {
        display: block;
        margin: 26px 0 16px;
        font-size: 22px;
        line-height: 130%; }
      .b-text-article h3 {
        display: block;
        margin: 26px 0 16px;
        font-size: 16px;
        line-height: 140%; } }

.b-platforma-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: var(--color-text-main); }
  .b-platforma-label_icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px; }
    .b-platforma-label_icon img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .b-platforma-label p {
    display: block;
    margin: 0; }
  .b-platforma-label b {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%; }
  @media all and (max-width: 1023px) {
    .b-platforma-label {
      gap: 10px; }
      .b-platforma-label b {
        font-size: 15px; } }

.block-el-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: var(--color-text-main); }
  .block-el-01-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px; }
    .block-el-01-icon img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .block-el-01_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px; }
    .block-el-01_img img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .block-el-01 p {
    display: block;
    margin: 0; }
  .block-el-01 b {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%; }
  .block-el-01 iframe {
    display: block;
    vertical-align: top; }
  @media all and (max-width: 1023px) {
    .block-el-01 {
      gap: 10px; }
      .block-el-01 b {
        font-size: 14px; } }

.block-el-02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 50px; }
  .block-el-02 img {
    display: block;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%; }
  .block-el-02 img + img {
    margin-left: -13px; }

.block-slider-free .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.block-slider-free .swiper-slide {
  width: auto; }

.block-slider-free .block-el-01 {
  white-space: nowrap; }

.block-n-117 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  border-radius: 20px; }
  .block-n-117_img {
    display: block;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    aspect-ratio: 335 / 250; }
    .block-n-117_img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 20px; }
  .block-n-117_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px;
    gap: 15px; }
  .block-n-117_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px; }
  .block-n-117_title {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: var(--color-text-main); }
    .block-n-117_title a {
      color: var(--color-text-main);
      text-decoration: none;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .block-n-117_title a:hover {
        color: var(--color-text-select); }
  .block-n-117_text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: var(--color-text-main); }
  .block-n-117_bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px; }
  .block-n-117_price {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-117_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px; }
    .block-n-117_btns .b-btn {
      padding: 0 20px;
      font-size: 14px; }
  .block-n-117_listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .block-n-117_listing .block-n-117 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 15px);
              flex: 0 0 calc(25% - 15px); }
  @media all and (max-width: 1399px) and (min-width: 1200px) {
    .block-n-117_title {
      font-size: 17px; }
    .block-n-117_text {
      font-size: 15px;
      line-height: 135%; }
    .block-n-117_price {
      font-size: 21px; } }
  @media all and (max-width: 1199px) {
    .block-n-117_listing .block-n-117 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 40px / 3);
              flex: 0 0 calc(100% / 3 - 40px / 3); } }
  @media all and (max-width: 991px) {
    .block-n-117_listing .block-n-117 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2 - 10px);
              flex: 0 0 calc(100% / 2 - 10px); } }
  @media all and (max-width: 767px) {
    .block-n-117_listing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 20px; }
      .block-n-117_listing .block-n-117 {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .block-n-117_listing .block-n-117_img {
          position: relative;
          height: auto;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          aspect-ratio: 335 / 250; }
          .block-n-117_listing .block-n-117_img img {
            position: absolute;
            top: 0;
            left: 0; } }

.s-block-map {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .s-block-map iframe {
    display: block;
    width: 100%;
    height: 440px; }
  @media all and (max-width: 1399px) {
    .s-block-map iframe {
      height: 400px; } }
  @media all and (max-width: 1199px) {
    .s-block-map iframe {
      height: 360px; } }
  @media all and (max-width: 1023px) {
    .s-block-map iframe {
      height: 320px; } }
  @media all and (max-width: 767px) {
    .s-block-map {
      aspect-ratio: 1 / 1; }
      .s-block-map iframe {
        height: 100%; } }

.s-contacts_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; }

.s-contacts_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; }

.s-contacts_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  color: var(--color-text-main); }

.s-contacts_inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px; }

.s-contacts_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px; }

.s-contacts_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px; }
  .s-contacts_item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .s-contacts_item-icon img {
      display: block;
      margin: auto; }
  .s-contacts_item-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
  .s-contacts_item-title {
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%; }
  .s-contacts_item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
    margin: 0; }
    .s-contacts_item p a {
      display: block;
      text-decoration: none;
      color: var(--color-text-main);
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .s-contacts_item p a:hover {
        color: var(--color-text-select); }
    .s-contacts_item p b {
      font-size: 18px;
      line-height: 120%;
      font-weight: 600; }
    .s-contacts_item p span {
      min-width: 64px; }
  .s-contacts_item-link {
    display: block;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    color: var(--color-btn-1);
    text-decoration: none; }
    .s-contacts_item-link:hover {
      text-decoration: underline; }

@media all and (max-width: 1399px) {
  .s-contacts_item-inner {
    font-size: 16px; }
  .s-contacts_item-link {
    font-size: 16px; } }

@media all and (max-width: 1299px) {
  .s-contacts_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .s-contacts_item {
    max-width: calc(50% - 10px); } }

@media all and (max-width: 1199px) {
  .s-contacts_title {
    font-size: 32px; }
  .s-contacts_item {
    max-width: 100%; }
    .s-contacts_item-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25px;
              flex: 0 0 25px; }
      .s-contacts_item-icon img {
        margin: auto;
        max-width: 100%; } }

@media all and (max-width: 1023px) {
  .s-contacts_title {
    font-size: 30px; } }

@media all and (max-width: 767px) {
  .s-contacts_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px; }
  .s-contacts_block {
    gap: 15px; }
  .s-contacts_title {
    font-size: 30px; }
  .s-contacts_item p b {
    font-size: 16px; } }

.photos-gallery {
  position: relative; 
  overflow: hidden;	}
  .photos-gallery .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 37px; }
  .photos-gallery .mCSB_container,
  .photos-gallery .mCustomScrollBox {
    overflow: visible; }
  .photos-gallery_inner {
    position: relative;
    display: block;
    z-index: 5; }
  .photos-gallery_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
  .photos-gallery_line + .photos-gallery_line {
    margin-top: 20px; }
  .photos-gallery_img {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 320px; }
  .photos-gallery_img {
    position: relative; }
    .photos-gallery_img p {
      position: absolute;
      bottom: 10px;
      right: 10px;
      max-width: calc(100% - 20px);
      margin: 0;
      padding: 8px 14px;
      font-size: 14px;
      line-height: 140%;
      font-weight: 400;
      color: var(--color-text-main);
      background: var(--color-white);
      text-align: center;
      border-radius: 4px; }
    .photos-gallery_img img {
      display: block;
      max-height: 100%;
      height: 100%;
      border-radius: 20px; }
  .photos-gallery .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    z-index: 10;
    bottom: -37px;
    height: 7px;
    background: #D9D9D9;
    border-radius: 5px;
    opacity: 1;
    z-index: 10; }
  .photos-gallery .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 100%;
    margin: 0;
    border-radius: 5px;
    background: #929292;
    opacity: 1; }
  .photos-gallery .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:hover {
    height: 100%;
    margin: 0; }
  .photos-gallery .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    display: none; }
  .photos-gallery--simple .photos-gallery_img {
    height: auto;
    border: 1px solid #EAEDF2;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  @media all and (max-width: 1199px) {
	  .photos-gallery {
      margin: 0 -20px;
      padding: 0 20px;
      overflow: hidden;
    }
  }
  @media all and (max-width: 1023px) {
    .photos-gallery .mCSB_horizontal.mCSB_inside > .mCSB_container {
      margin-bottom: 27px; }
    .photos-gallery .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      bottom: -27px; }
    .photos-gallery_img {
      height: 240px; }
      .photos-gallery_img p {
        bottom: 5px;
        right: 5px;
        max-width: calc(100% - 10px);
        margin: 0;
        padding: 7px 10px;
        font-size: 12px;
        line-height: 120%;
        border-radius: 10px; }
      .photos-gallery_img img {
        border-radius: 14px; }
    .photos-gallery_line {
      gap: 10px; }
    .photos-gallery_line + .photos-gallery_line {
      margin-top: 10px; } }
  @media all and (max-width: 1023px) {
    .photos-gallery {
      margin: 0 -20px;
      padding: 0 20px;
      overflow: hidden; }
      .photos-gallery--simple .photos-gallery_line {
        gap: 10px; }
      .photos-gallery--simple .photos-gallery_img {
        height: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 322px;
                flex: 0 0 322px; }
        .photos-gallery--simple .photos-gallery_img img {
          max-width: 100%; } }
  @media all and (max-width: 767px) {
    .photos-gallery {
      margin: 0 -10px;
      padding: 0 10px; } }

.reviews-unit {
  display: block;
  padding: 26px 24px 30px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  border-radius: 20px; }
  .reviews-unit_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    .reviews-unit_head-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 6px; }
  .reviews-unit_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden; }
    .reviews-unit_img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover; }
  .reviews-unit_name {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
  .reviews-unit_date {
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main); }
  .reviews-unit_rating {
    position: relative;
    width: 86px;
    height: 13px;
    margin-left: -3px;
    background: url("../assets/icons/rating-stars_empty.png") left center no-repeat; }
    .reviews-unit_rating span {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url("../assets/icons/rating-stars.png") left center no-repeat;
      z-index: 2; }
  .reviews-unit_text {
    display: block;
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 90px; }
  .reviews-unit_full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 5px 0 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main); }
    .reviews-unit_full a {
      color: var(--color-text-main);
      text-decoration: none; }
      .reviews-unit_full a:hover {
        -webkit-text-decoration: dashed;
                text-decoration: dashed; }
  .reviews-unit.full .reviews-unit_text {
    display: block;
    overflow: visible;
    text-overflow: none;
    max-height: none; }
  .reviews-unit.full .reviews-unit_full {
    display: none; }
  @media all and (max-width: 767px) {
    .reviews-unit {
      padding: 19px; }
      .reviews-unit_text {
        margin: 10px 0 0;
        font-size: 14px;
        -webkit-line-clamp: 5;
        max-height: 98px; } }

.reviews-slider {
  position: relative; }
  .reviews-slider .swiper {
    padding-bottom: 90px; }
  .reviews-slider .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .reviews-slider .swiper-slide {
    height: auto; }
  .reviews-slider .swiper-horizontal > .swiper-pagination-progressbar,
  .reviews-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
    left: 156px;
    right: 0;
    width: auto;
    top: auto;
    bottom: 26px;
    height: 7px;
    border-radius: 5px;
    background: #D9D9D9;
    overflow: hidden; }
  .reviews-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 7px;
    background: #929292;
    border-radius: 5px;
    overflow: hidden; }
  .reviews-slider .slider-button-next, .reviews-slider .slider-button-prev {
    top: auto;
    bottom: 0;
    margin: 0;
    background-color: var(--color-btn-1);
    opacity: 1; }
    .reviews-slider .slider-button-next.swiper-button-disabled, .reviews-slider .slider-button-prev.swiper-button-disabled {
      opacity: 0.5;
      visibility: visible;
      display: block; }
  .reviews-slider .slider-button-prev {
    left: 0; }
  .reviews-slider .slider-button-next {
    left: 72px; }
  .reviews-slider .reviews-unit {
    min-height: 100%; }
  @media (max-width: 1199px) {
    .reviews-slider .swiper-horizontal > .swiper-pagination-progressbar,
    .reviews-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
      left: 0;
      right: 0;
      bottom: 0; }
    .reviews-slider .swiper {
      padding-bottom: 37px; }
    .reviews-slider .slider-button-next, .reviews-slider .slider-button-prev {
      display: none; }
      .reviews-slider .slider-button-next.swiper-button-disabled, .reviews-slider .slider-button-prev.swiper-button-disabled {
        display: none; } }
  @media all and (max-width: 767px) {
    .reviews-slider {
      margin-left: -10px;
      margin-right: -10px; }
      .reviews-slider .swiper {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0; }
      .reviews-slider .swiper-slide {
        width: 320px; }
      .reviews-slider .swiper-horizontal > .swiper-pagination-progressbar,
      .reviews-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
        display: none; } }

.s-contact-form {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))), #334CD9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), #334CD9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0 0;
  border-radius: 20px; }
  .s-contact-form_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 40px 40px;
    z-index: 3; }
  .s-contact-form_block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .s-contact-form_inner {
    max-width: 450px; }
  .s-contact-form_title {
    display: block;
    margin: 0 0 14px;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: var(--color-white); }
  .s-contact-form_text {
	position: relative;
    display: block;
    margin: 0 0 30px;
	padding: 0 0 0 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-white); }
	.s-contact-form_text:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin: -8px 0 0;
		width: 14px;
		height: 15px;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7.30078' r='5.5' fill='%2304BF68' stroke='%23CBEDDD' stroke-width='3'/%3E%3C/svg%3E%0A");
	}
  .s-contact-form_field {
    margin: 0 0 12px; }
    .s-contact-form_field input {
      display: block;
      width: 100%;
      font-weight: 400;
      padding: 0 15px;
      border-radius: 10px; }
      .s-contact-form_field input::-webkit-input-placeholder {
        font-weight: 300;
        color: #505050; }
      .s-contact-form_field input::-moz-placeholder {
        font-weight: 300;
        color: #505050; }
      .s-contact-form_field input:-ms-input-placeholder {
        font-weight: 300;
        color: #505050; }
      .s-contact-form_field input::-ms-input-placeholder {
        font-weight: 300;
        color: #505050; }
      .s-contact-form_field input::placeholder {
        font-weight: 300;
        color: #505050; }
  .s-contact-form_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    .s-contact-form_bottom .b-btn {
      height: 45px; }
  .s-contact-form_agreement {
    display: block;
    margin: 0 0 12px;
	padding-top: 1px;
    font-weight: 300;
    font-size: 10px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.7); }
    .s-contact-form_agreement a {
      color: #ffffff;
      text-decoration: none; }
      .s-contact-form_agreement a:hover {
        text-decoration: underline; }
  .s-contact-form_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 10px);
            flex: 0 0 calc(50% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .s-contact-form_img img {
      display: block;
      margin: auto 0 auto auto;
      max-width: 100%;
      border-radius: 20px; }
  @media all and (max-width: 1399px) {
    .s-contact-form_wrap {
      padding: 35px 30px 35px 30px; } }
  @media all and (max-width: 1199px) {
    .s-contact-form_wrap {
      padding: 30px 20px 30px 20px; }
    .s-contact-form_title {
      font-size: 32px; }
    .s-contact-form_text {
      font-size: 15px;
      margin-bottom: 24px; } }
  @media all and (max-width: 1023px) {
    .s-contact-form_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto;
      max-width: 420px; }
    .s-contact-form_title {
      font-size: 30px; } }
  @media all and (max-width: 767px) {
    .s-contact-form {
      margin: 20px -10px -20px;
	  border-radius: 0; }
      .s-contact-form_wrap {
        padding: 20px 20px 30px;
        gap: 20px; }
      .s-contact-form_title {
        font-size: 30px;
        margin-bottom: 14px; }
      .s-contact-form_text {
        font-size: 16px; }
      .s-contact-form_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px; }
        .s-contact-form_bottom .b-btn {
          width: 100%; } }

.block-n-118 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  -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: 20px; }
  .block-n-118_img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    aspect-ratio: 335 / 396; }
    .block-n-118_img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 20px; }
  .block-n-118_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 14px;
    padding: 15px 20px 20px; }
  .block-n-118_title {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-118_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .block-n-118_pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    height: 60px; }
    .block-n-118_pic img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .block-n-118_text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-118_listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .block-n-118_listing .block-n-118 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 15px);
              flex: 0 0 calc(25% - 15px); }
  @media all and (max-width: 1279px) and (min-width: 1200px) {
    .block-n-118_title {
      font-size: 15px; }
    .block-n-118_text {
      font-size: 13px; } }
  @media all and (max-width: 1199px) {
    .block-n-118_listing {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -20px -30px;
      overflow-x: auto;
      padding: 0 20px 30px;
      clip-path: inset(0 0 10px 0);
      gap: 20px; }
      .block-n-118_listing .block-n-118 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 335px;
                flex: 0 0 335px; } }
  @media all and (max-width: 768px) {
    .block-n-118_listing {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -10px -30px;
      overflow-x: auto;
      padding: 0 10px 30px;
      clip-path: inset(0 0 10px 0);
      gap: 10px; }
      .block-n-118_listing .block-n-118 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 315px;
                flex: 0 0 315px; } }

.block-n-119 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#334CD9), to(#334CD9)), -webkit-gradient(linear, left bottom, left top, from(#333333), to(#333333)), #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(0deg, #334CD9, #334CD9), linear-gradient(0deg, #333333, #333333), #FFFFFF;
  border-radius: 20px; }
  .block-n-119_head {
    width: 100%; }
    .block-n-119_head .section-title,
    .block-n-119_head .section-text {
      color: #fff; }
  .block-n-119_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
  .block-n-119_elem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 80px / 5);
            flex: 0 0 calc(20% - 80px / 5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF; }
    .block-n-119_elem-img {
      display: block; }
      .block-n-119_elem-img img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        border-radius: 20px; }
    .block-n-119_elem p {
      display: block;
      margin: 0; }
		.block-n-119_single-inner {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 30px;
		}
		.block-n-119_single-info {
			flex: 0 1 100%;
			max-width: 440px;
		}
		.block-n-119_single-info .section-title {
			color: #fff;
		}
		.block-n-119_single-info .section-text {
			color: #fff;
		}
		.block-n-119_single-images {
			position: relative;
			flex: 0 0 auto;
			display: flex;
			gap: 20px;
		}
		.block-n-119_single-img {
			position: relative;
			flex: 0 0 auto;
			max-width: 256px;
			max-height: 256px;
			border-radius: 20px;
			overflow: hidden;
		}
		.block-n-119_single-img img {
			display: block;
			width: auto;
			max-width: 100%;
			object-position: top center;
		}
  @media all and (max-width: 1279px) and (min-width: 1200px) {
    .block-n-119_elem {
      font-size: 15px; } }
  @media all and (max-width: 1199px) {
    .block-n-119_list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 -20px -20px;
      overflow-x: auto;
      padding: 0 20px 20px;
      clip-path: inset(0 0 15px 0);
      gap: 20px; }
	.block-n-119_single-info {
		max-width: 400px;
	}
    .block-n-119_elem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 256px;
              flex: 0 0 256px; } }
  @media all and (max-width: 1023px) {
    .block-n-119_single-info {
        max-width: 380px;
    } }
  @media all and (max-width: 1023px) and (min-width: 768px) {
	.block-n-119_single-inner {
		justify-content: flex-end;
	}
	.block-n-119_single-images {
		flex: 0 0 auto;
		max-width: 50%;
		overflow-x: auto;
		margin-right: -20px;
		padding-right: 20px;
	}
  }
  @media all and (max-width: 767px) {
    .block-n-119 {
      gap: 20px;
      margin: 0 -10px;
      padding: 20px 10px;
      border-radius: 0; }
      .block-n-119_list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0 -10px -10px;
        overflow-x: auto;
        padding: 0 10px 10px;
        clip-path: inset(0 0 10px 0);
        gap: 10px; }
      .block-n-119_elem {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 224px;
                flex: 0 0 224px;
        font-size: 15px;
        gap: 15px; }
	.block-n-119_single-inner {
		flex-direction: column;
		gap: 20px;
	}
	.block-n-119_single-info {
        max-width: 370px;
    }
	.block-n-119_single-images {
		-ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0 -10px -10px;
        overflow-x: auto;
        padding: 0 10px 10px;
        clip-path: inset(0 0 10px 0);
        gap: 10px;
	}
}

.block-n-120 {
  position: relative;
  display: block;
  min-height: 300px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-main);
  background: #FFFFFF;
  -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: 20px;
  overflow: hidden; }
  .block-n-120_group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
  .block-n-120_inner {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    min-height: 100%;
    z-index: 2; }
  .block-n-120_bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .block-n-120_title {
    display: block;
    margin: 0 0 14px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-120_text {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px; }
    .block-n-120_text ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 10px; }
    .block-n-120_text li {
	  position: relative;
	  padding: 0 0 0 40px;
      width: 100%;
      list-style: none; }
	.block-n-120_text li:before {
		content: "";
		position: absolute;
		top: 3px;
		left: 7px;
		width: 16px;
		height: 16px;
		background: #FFFFFF;
		border: 3px solid #C3D8FF;
		border-radius: 50%;
    	box-sizing: border-box;
	}
	.block-n-120_text li:not(:last-child):after {
		content: "";
		position: absolute;
		top: 18px;
		left: 13px;
		width: 4px;
		bottom: -14px;
		background: #C3D8FF;
    	box-sizing: border-box;
	}
    .block-n-120_text small {
      display: block;
      font-size: 14px;
      font-weight: 600;
      opacity: 0.6; }
  .block-n-120 .section-title {
    margin: 0 0 14px; }
  .block-n-120 p {
    margin: 0; }
  .block-n-120 b {
    font-weight: 500; }
  .block-n-120_stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    margin: 40px 0 0; }
  .block-n-120_stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 16px;
    line-height: 120%;
    font-weight: 300;
    color: var(--color-text-main); }
    .block-n-120_stat b {
      display: block;
      margin: 0 0 10px;
      font-size: 48px;
      font-weight: 300;
      line-height: 34px; }
    .block-n-120_stat span {
      display: block; }
  .block-n-120 .b-btn {
    padding: 0 20px; }
  .block-n-120_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block-n-120_images img {
      display: block;
      max-width: calc(25% - 30px / 4);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
	.block-n-120_images-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		flex: 1 1 calc(25% - 45px / 4);
		max-width: calc(33.333% - 30px / 3);
		box-sizing: border-box;
		min-height: 70px;
	}
	.block-n-120_images-item img {
		max-width: 100%;
	}
  .block-n-120_img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1; }
    .block-n-120_img img {
      display: block;
      margin: auto 0 0 auto;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left bottom;
         object-position: left bottom; }
  .block-n-120.img-view .block-n-120_inner {
    width: calc(50% + 25px);
    max-width: 350px; }
  .block-n-120.block-n-120--lg {
    min-height: 620px; }
    .block-n-120.block-n-120--lg .block-n-120_img {
      max-width: 65%; }
      .block-n-120.block-n-120--lg .block-n-120_img img {
        height: auto; }
  .block-n-120_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    margin: 0 -10px;
    padding: 30px;
    background: #EEF4FF;
    border-radius: 20px; }
  .block-n-120.fullimg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    z-index: 2;
  }
  .block-n-120.fullimg .block-n-120_inner {
    z-index: 3;
  }
  .block-n-120.fullimg .section-title,
  .block-n-120.fullimg .block-n-120_text,
  .block-n-120.fullimg .block-n-120_stat {
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.25);
  }
  .block-n-120.fullimg .block-n-120_img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .block-n-120.fullimg .block-n-120_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block-n-120.white .block-n-120_inner {
    color: #fff;
  }
  .block-n-120.white .section-title,
  .block-n-120.white .block-n-120_text,
  .block-n-120.white .block-n-120_stat {
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  }
  @media all and (max-width: 1399px) {
    .block-n-120_title {
      font-size: 22px; }
    .block-n-120_grid {
      margin: 0 -20px;
      padding: 30px 20px; } }
  @media all and (max-width: 1279px) {
    .block-n-120 {
      font-size: 15px; }
      .block-n-120_title {
        font-size: 21px; } }
  @media all and (max-width: 1199px) {
    .block-n-120 {
      min-height: 270px;
      font-size: 14px; }
      .block-n-120.block-n-120--lg {
        min-height: 560px; }
      .block-n-120_title {
        font-size: 20px; }
      .block-n-120.img-view .block-n-120_inner {
        width: calc(50% + 50px);
        max-width: 350px; } }
  @media all and (max-width: 1023px) and (min-width: 768px) {
    .block-n-120 {
      font-size: 16px;
      min-height: 0; }
      .block-n-120_grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 auto;
        padding: 30px;
        max-width: 720px; }
      .block-n-120.img-view .block-n-120_inner {
        width: calc(50% + 45px);
        max-width: 350px; }
      .block-n-120_title {
        font-size: 24px; }
      .block-n-120.block-n-120--lg {
        min-height: 460px;
        height: 460px; }
        .block-n-120.block-n-120--lg .block-n-120_img {
          max-height: 310px; }
          .block-n-120.block-n-120--lg .block-n-120_img img {
            height: 100%; } }
  @media all and (max-width: 767px) {
    .block-n-120 {
      font-size: 14px;
      min-height: 0; }
      .block-n-120_grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 -10px;
        padding: 20px 10px;
        gap: 20px; }
      .block-n-120_group {
        gap: 20px; }
      .block-n-120_inner {
        padding: 15px;
        gap: 14px; }
      .block-n-120_img {
        max-width: 40%; }
      .block-n-120_stats {
        gap: 30px;
        margin: 30px 0 0; }
      .block-n-120_stat {
        font-size: 15px; }
        .block-n-120_stat b {
          font-size: 36px;
          line-height: 28px;
          margin-bottom: 7px; }
      .block-n-120_title {
        font-size: 20px;
        margin-bottom: 12px; }
      .block-n-120_text small {
        font-size: 13px; }
      .block-n-120 .section-title {
        margin-bottom: 12px; }
	  .block-n-120_images{
		gap: 10px;
	  }
      .block-n-120_images img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 3 - 20px / 3);
                flex: 0 0 calc(100% / 3 - 20px / 3);
        max-width: calc(100% / 3 - 20px / 3); }
		.block-n-120_images-item img {
			max-width: 100%;
		}
		.block-n-120_images-item {
			flex: 1 1 calc(25% - 30px / 4);
			max-width: calc(33.333% - 20px / 3);
			min-height: 40px;
		}
      .block-n-120.img-view .block-n-120_inner {
        width: calc(60% + 55px);
        max-width: 350px; }
	  .block-n-120_text li {
		padding-left: 32px;
	  }
	  .block-n-120_text li:before {
	    left: 3px;
		top: 2px;
	  }
	  .block-n-120_text li:not(:last-child):after {
		left: 9px;
    	top: 17px;
	  }
      .block-n-120.block-n-120--lg {
        min-height: 460px;
        height: 460px; }
        .block-n-120.block-n-120--lg .block-n-120_img {
          max-height: 290px;
          max-width: 62%; }
          .block-n-120.block-n-120--lg .block-n-120_img img {
            height: 100%; } }

.b-catalog-unit {
  position: relative;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px; }
  .b-catalog-unit_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    max-width: calc(100% - 340px); }
  .b-catalog-unit_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.283%;
            flex: 0 0 45.283%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px; }
  .b-catalog-unit_side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
  .b-catalog-unit_gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(54.717% - 40px);
            flex: 0 0 calc(54.717% - 40px);
    max-width: calc(54.717% - 40px); }
    .b-catalog-unit_gallery-inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 10px;
      width: 100%; }
    .b-catalog-unit_gallery-prev {
      position: relative;
      height: 100px;
      width: 100%; }
      .b-catalog-unit_gallery-prev .swiper {
        padding: 0 10px 20px;
        margin: 0 -10px -20px; }
      .b-catalog-unit_gallery-prev .swiper-slide {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100px;
        height: 100px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        overflow: hidden;
        cursor: pointer; }
        .b-catalog-unit_gallery-prev .swiper-slide:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #E4E4E4;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          border-radius: 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          opacity: 0;
          z-index: 2; }
        .b-catalog-unit_gallery-prev .swiper-slide img {
          display: block;
          margin: auto;
          max-width: 100%;
          max-height: 100%;
          -o-object-position: center;
             object-position: center; }
        .b-catalog-unit_gallery-prev .swiper-slide.swiper-slide-thumb-active {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .b-catalog-unit_gallery-prev .swiper-slide.swiper-slide-thumb-active:after {
            opacity: 1; }
      .b-catalog-unit_gallery-prev .slider-button-next, .b-catalog-unit_gallery-prev .slider-button-prev {
        top: 50%;
        bottom: auto;
        margin: -16px 0 0;
        right: auto;
        left: 0;
        width: 32px;
        height: 32px;
        background: transparent;
        opacity: 1; }
        .b-catalog-unit_gallery-prev .slider-button-next:after, .b-catalog-unit_gallery-prev .slider-button-prev:after {
          content: "";
          position: absolute;
          top: -34px;
          right: -10px;
          height: 110px;
          width: 110px;
          background: -webkit-gradient(linear, right top, left top, from(#FAFAFC), color-stop(50%, rgba(250, 250, 252, 0.7)), to(rgba(250, 250, 252, 0)));
          background: linear-gradient(270deg, #FAFAFC 0%, rgba(250, 250, 252, 0.7) 50%, rgba(250, 250, 252, 0) 100%);
          z-index: 1; }
        .b-catalog-unit_gallery-prev .slider-button-next:before, .b-catalog-unit_gallery-prev .slider-button-prev:before {
          z-index: 2; }
      .b-catalog-unit_gallery-prev .slider-button-next {
        left: auto;
        right: 0; }
        .b-catalog-unit_gallery-prev .slider-button-next:before {
          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%3Cellipse cx='16' cy='16' rx='16' ry='16' transform='matrix(-1 0 0 1 32 0)' fill='%2380889B'/%3E%3Cpath d='M18.6046 15.4399L14.9408 11.7761C14.6876 11.5229 14.2781 11.5229 14.0276 11.7761L13.4187 12.3849C13.1655 12.6382 13.1655 13.0477 13.4187 13.2982L16.013 15.8979L13.416 18.4949C13.1628 18.7481 13.1628 19.1576 13.416 19.4081L14.0249 20.0196C14.2781 20.2729 14.6876 20.2729 14.9381 20.0196L18.6019 16.3558C18.8578 16.1026 18.8578 15.6931 18.6046 15.4399Z' fill='white'/%3E%3C/svg%3E%0A"); }
      .b-catalog-unit_gallery-prev .slider-button-prev:before {
        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%3Cellipse cx='16' cy='16' rx='16' ry='16' transform='matrix(-1 0 0 1 32 0)' fill='%2380889B'/%3E%3Cpath d='M18.6046 15.4399L14.9408 11.7761C14.6876 11.5229 14.2781 11.5229 14.0276 11.7761L13.4187 12.3849C13.1655 12.6382 13.1655 13.0477 13.4187 13.2982L16.013 15.8979L13.416 18.4949C13.1628 18.7481 13.1628 19.1576 13.416 19.4081L14.0249 20.0196C14.2781 20.2729 14.6876 20.2729 14.9381 20.0196L18.6019 16.3558C18.8578 16.1026 18.8578 15.6931 18.6046 15.4399Z' fill='white'/%3E%3C/svg%3E%0A");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .b-catalog-unit_gallery-prev .slider-button-prev:after {
        top: -34px;
        left: -10px;
        right: auto;
        background: -webkit-gradient(linear, left top, right top, from(#FAFAFC), color-stop(50%, rgba(250, 250, 252, 0.7)), to(rgba(250, 250, 252, 0)));
        background: linear-gradient(-270deg, #FAFAFC 0%, rgba(250, 250, 252, 0.7) 50%, rgba(250, 250, 252, 0) 100%); }
      .b-catalog-unit_gallery-prev .item-video {
        position: relative;
        display: block; }
        .b-catalog-unit_gallery-prev .item-video:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 80px;
          height: 80px;
          margin: -40px 0 0 -40px;
          background-image: url("data:image/svg+xml,%3Csvg width='78' height='78' viewBox='0 0 78 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39' cy='39' r='22' fill='%230079FF' fill-opacity='0.5'/%3E%3Cg filter='url(%23filter0_d_215_8535)'%3E%3Cpath d='M39 25C31.2801 25 25 31.2801 25 39C25 46.7199 31.2801 53 39 53C46.721 53 53 46.7199 53 39C53 31.2801 46.721 25 39 25ZM45.5334 39.9334L36.2 46.9334C35.9946 47.0874 35.7474 47.1667 35.5 47.1667C35.3226 47.1667 35.1441 47.1271 34.9785 47.0442C34.583 46.8459 34.3334 46.4422 34.3334 46.0001V32C34.3334 31.5579 34.583 31.1541 34.9785 30.957C35.3729 30.7586 35.8465 30.8006 36.2 31.0666L45.5334 38.0666C45.8274 38.2871 46 38.6325 46 39C46 39.3675 45.8274 39.714 45.5334 39.9334Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_215_8535' x='0' y='0' width='78' height='78' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='12.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_215_8535'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_215_8535' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
          background-position: center;
          background-repeat: no-repeat; }
    .b-catalog-unit_gallery-main {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1; }
      .b-catalog-unit_gallery-main .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff;
        border-radius: 20px;
        overflow: hidden;
        aspect-ratio: 1 / 1; }
        .b-catalog-unit_gallery-main .swiper-slide video {
          display: block;
          margin: auto;
          max-width: 100%;
          max-height: 100%;
          -o-object-position: center;
             object-position: center; }
        .b-catalog-unit_gallery-main .swiper-slide a {
          display: block;
          height: 100%;
          width: 100%; }
        .b-catalog-unit_gallery-main .swiper-slide img {
          display: block;
          margin: auto;
          max-width: 100%;
          max-height: 100%;
          -o-object-position: center;
             object-position: center; }
      .b-catalog-unit_gallery-main .item-video {
        position: relative;
        display: block; }
        .b-catalog-unit_gallery-main .item-video:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 160px;
          height: 160px;
          margin: -80px 0 0 -80px;
          background-image: url("data:image/svg+xml,%3Csvg width='78' height='78' viewBox='0 0 78 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39' cy='39' r='22' fill='%230079FF' fill-opacity='0.5'/%3E%3Cg filter='url(%23filter0_d_215_8535)'%3E%3Cpath d='M39 25C31.2801 25 25 31.2801 25 39C25 46.7199 31.2801 53 39 53C46.721 53 53 46.7199 53 39C53 31.2801 46.721 25 39 25ZM45.5334 39.9334L36.2 46.9334C35.9946 47.0874 35.7474 47.1667 35.5 47.1667C35.3226 47.1667 35.1441 47.1271 34.9785 47.0442C34.583 46.8459 34.3334 46.4422 34.3334 46.0001V32C34.3334 31.5579 34.583 31.1541 34.9785 30.957C35.3729 30.7586 35.8465 30.8006 36.2 31.0666L45.5334 38.0666C45.8274 38.2871 46 38.6325 46 39C46 39.3675 45.8274 39.714 45.5334 39.9334Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_215_8535' x='0' y='0' width='78' height='78' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='12.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_215_8535'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_215_8535' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 156px auto; }
  .b-catalog-unit_labels {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
    z-index: 5; }
  .b-catalog-unit_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    margin: 0;
    padding: 3px 4px;
    min-height: 18px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-white);
    background-color: var(--color-elem-2);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-radius: 4px; }
    .b-catalog-unit_label img {
      display: block; }
    .b-catalog-unit_label.color-blue {
      background-color: var(--color-elem-3); }
    .b-catalog-unit_label.color-purple {
      background-color: var(--color-elem-4); }
  .b-catalog-unit_links1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px; }
  .b-catalog-unit_brand {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    height: 40px;
    padding: 0 26px 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text-main);
    white-space: nowrap;
    border: 1px solid #E0E0E0;
    border-radius: 10px; }
    .b-catalog-unit_brand:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 25px;
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.79604 5.20746C5.66989 5.33528 5.54407 5.45975 5.42233 5.58033L5.41845 5.58418C5.28441 5.71679 5.13252 5.86709 4.98755 6.0152L3.39012 7.61247C2.68549 8.31693 1.98088 9.0215 1.27631 9.72618L1.2701 9.73239L1.26363 9.73821C1.24268 9.75684 1.22136 9.77702 1.19865 9.79966L0.993396 10.0042L0.787847 9.79992C0.695083 9.70771 0.602869 9.61478 0.513113 9.52432C0.412845 9.42334 0.311445 9.32103 0.209075 9.2195L0 9.01217L0.209689 8.80546C0.241559 8.77404 0.273904 8.74237 0.306723 8.71043L0.310669 8.70655C0.410484 8.6089 0.513631 8.50805 0.613284 8.40348L0.617586 8.39905C1.08026 7.9378 1.54295 7.47542 2.00565 7.01193L2.04385 6.97369C2.52811 6.48915 3.01119 6.00644 3.49308 5.52557L3.49631 5.52233L3.49954 5.51877C3.54923 5.46334 3.60369 5.41162 3.66127 5.35705C3.74909 5.27767 3.83077 5.19175 3.90563 5.10004L3.99312 4.98787L3.89285 4.88676C3.26233 4.25042 2.62074 3.61 2.00028 2.99066L1.9744 2.96479C1.39722 2.38864 0.8003 1.79298 0.205485 1.19338L0.00197304 0.988249L0.205517 0.783217C0.276675 0.711639 0.34683 0.640287 0.416144 0.569744L0.418635 0.567221C0.537274 0.446705 0.660054 0.322018 0.784677 0.198785L0.989903 -0.00424194L1.19461 0.199335C1.94339 0.943808 2.69336 1.69511 3.41862 2.42172L3.47972 2.48295C4.08149 3.08589 4.76357 3.76923 5.41744 4.42039C5.51147 4.5169 5.60482 4.60918 5.69509 4.69855L6.00013 5.00087L5.79604 5.20746Z' fill='%239F9C9A'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }
    .b-catalog-unit_brand svg, .b-catalog-unit_brand img {
      display: block;
      max-height: 100%;
      max-width: 40px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .b-catalog-unit_gr-bl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: var(--color-text-main);
    white-space: nowrap;
    background-color: #F1F1F1;
    border-radius: 10px; }
  .b-catalog-unit_desc {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-text-main); }
    .b-catalog-unit_desc p {
      display: block;
      margin: 0; }
  .b-catalog-unit_specs {
    display: table;
    margin: -4px 0; }
    .b-catalog-unit_specs-line {
      display: table-row; }
    .b-catalog-unit_specs-cell {
      display: table-cell;
      width: 50%;
      font-size: 14px;
      font-weight: 500;
      line-height: 130%;
      color: var(--color-text-main);
      padding: 5px 0 5px 10px; }
    .b-catalog-unit_specs-label {
      opacity: 0.6;
      font-weight: 400;
      padding-right: 10px;
      padding-left: 0; }
  .b-catalog-unit_links2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 9px; }
    .b-catalog-unit_links2-item {
      display: block;
      margin: 0;
      font-weight: 700;
      font-size: 16px;
      line-height: 140%;
      color: var(--color-text-select);
      border-bottom: 1px dashed transparent;
      text-decoration: none;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .b-catalog-unit_links2-item:hover {
        border-bottom: 1px dashed var(--color-text-select); }
  .b-catalog-unit_links3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .b-catalog-unit_links3-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      margin: 0;
      height: 40px;
      font-weight: 500;
      font-size: 14px;
      line-height: 140%;
      color: var(--color-text-main);
      text-decoration: none;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .b-catalog-unit_links3-item svg,
      .b-catalog-unit_links3-item img {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 40px;
        max-height: 40px; }
      .b-catalog-unit_links3-item span {
        display: block;
        margin-top: 2px;
        border-bottom: 1px dashed transparent;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
      .b-catalog-unit_links3-item:hover span {
        border-bottom: 1px dashed var(--color-text-main); }
  .b-catalog-unit_bnr {
    display: block;
    margin: 0; }
    .b-catalog-unit_bnr img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 20px; }
  .b-catalog-unit_specialist {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px; }
    .b-catalog-unit_specialist-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      font-weight: 700;
      font-size: 16px;
      line-height: 140%;
      color: var(--color-text-main); }
      .b-catalog-unit_specialist-head p {
        display: block;
        margin: 0; }
    .b-catalog-unit_specialist-img {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      width: 40px;
      height: 40px;
      border: 1px solid #04BF68;
      border-radius: 50%; }
      .b-catalog-unit_specialist-img img {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        border-radius: 50%;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover; }
    .b-catalog-unit_specialist-text {
      display: block;
      margin: 10px 0 0;
      font-weight: 400;
      font-size: 12px;
      line-height: 140%;
      color: var(--color-text-main); }
      .b-catalog-unit_specialist-text b {
        font-weight: 600; }
    .b-catalog-unit_specialist .b-btn {
      margin: 10px 0 0;
      width: 100%;
      font-size: 12px;
      font-weight: 500; }
  .b-catalog-unit_accordion {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px; }
    .b-catalog-unit_accordion-item {
      position: relative;
      display: block;
      width: 100%;
      background-color: #fff;
      border-radius: 10px; }
    .b-catalog-unit_accordion-title {
      position: relative;
      padding: 10px 30px 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      margin: 0;
      min-height: 40px;
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      color: var(--color-text-main);
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .b-catalog-unit_accordion-title:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 30px;
        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='M4.78833 5.79597C4.6605 5.66983 4.53604 5.54401 4.41546 5.42227L4.41161 5.41838C4.279 5.28435 4.1287 5.13246 3.98059 4.98749L2.38332 3.39006C1.67886 2.68543 0.974289 1.98082 0.26961 1.27625L0.2634 1.27004L0.257578 1.26357C0.238948 1.24261 0.218765 1.2213 0.196124 1.19859L-0.00842285 0.993335L0.195865 0.787786C0.288079 0.695022 0.381005 0.602808 0.471472 0.513052C0.572452 0.412784 0.674757 0.311384 0.776287 0.209014L0.983615 -6.10352e-05L1.19033 0.209628C1.22175 0.241498 1.25342 0.273843 1.28536 0.306662L1.28924 0.310608C1.38689 0.410423 1.48774 0.513569 1.59231 0.613223L1.59674 0.617525C2.05799 1.0802 2.52037 1.54289 2.98386 2.00559L3.02209 2.04379C3.50664 2.52805 3.98935 3.01112 4.47022 3.49301L4.47346 3.49625L4.47701 3.49948C4.53245 3.54916 4.58417 3.60363 4.63874 3.66121C4.71812 3.74902 4.80404 3.83071 4.89575 3.90557L5.00792 3.99306L5.10903 3.89279C5.74537 3.26227 6.38579 2.62068 7.00512 2.00022L7.031 1.97434C7.60715 1.39716 8.20281 0.800239 8.80241 0.205424L9.00754 0.00191201L9.21257 0.205456C9.28415 0.276614 9.3555 0.346769 9.42604 0.416083L9.42857 0.418574C9.54908 0.537213 9.67377 0.659993 9.797 0.784616L10 0.989842L9.79645 1.19455C9.05198 1.94333 8.30068 2.6933 7.57406 3.41856L7.51284 3.47966C6.9099 4.08142 6.22656 4.76351 5.5754 5.41738C5.47888 5.51141 5.38661 5.60475 5.29724 5.69503L4.99491 6.00007L4.78833 5.79597Z' fill='%239F9C9A'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .b-catalog-unit_accordion-title img {
        display: block;
        width: 20px;
        height: 20px;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: contain;
           object-fit: contain; }
    .b-catalog-unit_accordion .open .b-catalog-unit_accordion-title:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .b-catalog-unit_accordion-text {
      display: none;
      padding: 0 10px 12px 12px;
      margin: 0;
      font-size: 13px;
      line-height: 140%;
      color: var(--color-text-main); }
  .b-catalog-unit_purchase {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    padding: 19px;
    border: 1px solid #E0E0E0;
    border-radius: 20px; }
    .b-catalog-unit_purchase-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
    .b-catalog-unit_purchase .b-btn {
      gap: 10px; }
    .b-catalog-unit_purchase-text {
      display: block;
      margin: 0;
      text-align: center;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      color: var(--color-text-main); }
  .b-catalog-unit_sale {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(51, 51, 51, 0.6); }
    .b-catalog-unit_sale b {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 4px;
      height: 18px;
      font-weight: 900;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      background-color: #F22E6F;
      border-radius: 4px; }
    .b-catalog-unit_sale span {
      display: block;
      text-decoration: line-through; }
  .b-catalog-unit_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .b-catalog-unit_logo svg, .b-catalog-unit_logo img {
      display: block;
      margin: auto 0 auto auto;
      max-width: 100px;
      max-height: 30px; }
  .b-catalog-unit_price {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: var(--color-text-main); }
  .b-catalog-unit_economy {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main); }
    .b-catalog-unit_economy:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_230_11374)'%3E%3Cpath d='M10.6521 4.18198L10.2406 3.88697C10.0415 4.30199 10.084 4.39922 9.68868 4.85922C9.3126 5.24542 8.99246 5.16139 8.88733 5.1338C8.24897 4.94759 8.48656 4.10244 8.73965 3.54813C9.48172 2.04225 7.99017 0.78522 7.19693 0.338757L6.57793 0L6.58994 0.705541C6.59013 0.718119 6.59877 1.96954 5.51447 2.439C4.22908 2.97102 3.67806 4.34421 4.40113 5.44809C4.64927 5.80508 4.53005 6.0509 4.11214 6.21206C3.45456 6.48645 2.87023 5.79072 2.73789 5.53583L2.42193 4.94631L2.03975 5.49522C1.47867 6.30109 1.18213 7.23019 1.18213 8.18215C1.18213 11.3901 3.79203 14 7.00001 14C10.208 14 12.8179 11.3902 12.8179 8.18215C12.8179 6.62051 12.0285 5.16251 10.6521 4.18198Z' fill='%23F22E6F'/%3E%3Cpath d='M6.58639 8.42869C6.58639 7.74834 6.03288 7.19482 5.35252 7.19482C4.67216 7.19482 4.11865 7.74834 4.11865 8.42869C4.11865 9.10905 4.67216 9.66256 5.35252 9.66256C6.03288 9.66256 6.58639 9.10905 6.58639 8.42869ZM4.93895 8.42869C4.93895 8.20065 5.12448 8.01513 5.35252 8.01513C5.58057 8.01513 5.76609 8.20065 5.76609 8.42869C5.76609 8.65674 5.58057 8.84226 5.35252 8.84226C5.12448 8.84226 4.93895 8.65674 4.93895 8.42869Z' fill='white'/%3E%3Cpath d='M8.64744 9.66599C7.96709 9.66599 7.41357 10.2195 7.41357 10.8999C7.41357 11.5802 7.96709 12.1337 8.64744 12.1337C9.3278 12.1337 9.88131 11.5802 9.88131 10.8999C9.88131 10.2195 9.32777 9.66599 8.64744 9.66599ZM8.64744 11.3134C8.4194 11.3134 8.23388 11.1279 8.23388 10.8999C8.23388 10.6718 8.4194 10.4863 8.64744 10.4863C8.87549 10.4863 9.06101 10.6718 9.06101 10.8999C9.06101 11.1279 8.87549 11.3134 8.64744 11.3134Z' fill='white'/%3E%3Cpath d='M5.09912 11.2945L8.27483 7.5113L8.90318 8.03875L5.72747 11.8219L5.09912 11.2945Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_230_11374'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-position: left center;
      background-repeat: no-repeat; }
    .b-catalog-unit_economy b {
      color: #F22E6F; }
  .b-catalog-unit_leasing,
  .b-btn.b-catalog-unit_leasing {
	position: relative;
    min-height: 30px;
	height: auto;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	overflow: hidden;
	transition: all 0.2s ease;
    background: -webkit-gradient(linear, left top, right top, from(#BC2DA8), to(#5C61E4));
    background: linear-gradient(90deg, #BC2DA8 0%, #5C61E4 100%); }
	.b-btn.b-catalog-unit_leasing::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: -150%; 
	  width: 100%;
	  height: 100%;
	  background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	  animation: shine 6s linear infinite;
	}
	
	@keyframes shine {
	  0% {
		left: -150%;
	  }
	  33.33% { 
		left: 100%;
	  }
	  100% {
		left: 100%;
	  }
	}
    .b-catalog-unit_leasing span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px; }
    .b-catalog-unit_leasing img {
      display: block;
      margin: 0;
      max-width: 24px;
      max-height: 24px; }
    .b-catalog-unit_leasing span:first-child {
      gap: 10px; }
    .b-catalog-unit_leasing:hover {
      background: -webkit-gradient(linear, left top, right top, from(#BC2DA8), to(#5C61E4));
      background: linear-gradient(90deg, #BC2DA8 0%, #5C61E4 100%);
      opacity: 0.8; }
  @media all and (max-width: 1399px) and (min-width: 1200px) {
    .b-catalog-unit {
      gap: 20px; }
      .b-catalog-unit_main {
        gap: 30px;
        max-width: calc(100% - 330px); }
      .b-catalog-unit_info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47%;
                flex: 0 0 47%;
        gap: 24px; }
      .b-catalog-unit_side {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 310px;
                flex: 0 0 310px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 20px; }
      .b-catalog-unit_gallery {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(53% - 40px);
                flex: 0 0 calc(53% - 40px);
        max-width: calc(53% - 40px); } }
  @media all and (max-width: 1199px) and (min-width: 768px) {
    .b-catalog-unit {
      gap: 40px; }
      .b-catalog-unit_main {
        gap: 40px;
        max-width: calc(100% - 380px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .b-catalog-unit_info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        gap: 24px; }
      .b-catalog-unit_side {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 340px;
                flex: 0 0 340px; }
      .b-catalog-unit_gallery {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 100%; }
      .b-catalog-unit_gallery-main {
        max-height: 500px; }
        .b-catalog-unit_gallery-main .swiper-slide {
          max-height: 500px; } }
  @media all and (max-width: 1023px) and (min-width: 768px) {
    .b-catalog-unit {
      gap: 30px; }
      .b-catalog-unit_main {
        gap: 40px;
        max-width: calc(100% - 340px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .b-catalog-unit_side {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 310px;
                flex: 0 0 310px; } }
  @media all and (max-width: 767px) {
    .b-catalog-unit {
      gap: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px; }
      .b-catalog-unit_main {
        gap: 30px;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .b-catalog-unit_info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        gap: 20px; }
      .b-catalog-unit_side {
		width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .b-catalog-unit_gallery {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 100%; }
        .b-catalog-unit_gallery-main .swiper-slide {
          border-radius: 15px; }
        .b-catalog-unit_gallery-main .item-video:after {
          background-size: 117px auto; }
        .b-catalog-unit_gallery-prev {
          height: 80px; }
          .b-catalog-unit_gallery-prev .swiper-slide {
            width: 80px;
            height: 80px; }
          .b-catalog-unit_gallery-prev .item-video:after {
            background-size: 64px auto; }
      .b-catalog-unit_labels {
        top: 12px;
        right: 12px;
        gap: 3px; }
      .b-catalog-unit_label {
        padding: 2px 4px;
        gap: 4px;
        font-size: 10px;
        min-height: 14px;
        line-height: 11px; } }

.block-n-121 .b-label {
  padding: 0 20px; }
  .block-n-121 .b-label.hidden {
    display: none; }
  .block-n-121 .b-label--all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin: 0;
    height: 40px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--color-btn-1);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .block-n-121 .b-label--all:after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6582 2.58008C9.28711 2.13737 8.89974 1.49609 8.49609 0.65625H9.19922C10.026 1.63281 10.9049 2.35547 11.8359 2.82422V3.17578C10.9049 3.64453 10.026 4.36719 9.19922 5.34375H8.49609C8.89974 4.50391 9.28711 3.86263 9.6582 3.41992H0V2.58008H9.6582Z' fill='%2304BF68'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }

@media all and (max-width: 1023px) {
  .block-n-121 {
    overflow-x: auto;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
    white-space: nowrap;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    clip-path: inset(0 0 15px 0); }
    .block-n-121 .b-label--all {
      display: none; } }

@media all and (max-width: 767px) {
  .block-n-121 {
    margin: 0 -10px -20px;
    padding: 0 10px 20px; }
    .block-n-121 .b-label {
      height: 40px;
      font-size: 14px; } }

.block-n-122 .b-tabs_inner {
  margin-top: 20px; }

.block-n-122_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-text-main); }
  .block-n-122_text p {
    margin: 0; }
  .block-n-122_text h3 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-122_text h4 {
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-122_text h5 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-122_text img {
    display: block;
    max-width: 100%; }
  .block-n-122_text ul {
    margin: 0;
    padding: 0 0 0 25px; }
    .block-n-122_text ul li {
      list-style: disc; }
  .block-n-122_text*:first-child {
    margin-top: 0; }
  .block-n-122_text .bl-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px; }
  .block-n-122_text .bl-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px; }
    .block-n-122_text .bl-column img {
      display: block;
      max-width: 100%; }

.block-n-122_hiding {
  position: relative;
  margin-bottom: 54px; }
  .block-n-122_hiding-btn {
    position: absolute;
    bottom: -54px;
    left: 50%;
    margin: 0 0 0 -45px;
    width: 90px;
    height: 34px;
    background-color: #D2D2D2;
    border-radius: 20px;
    z-index: 5;
    cursor: pointer; }
    .block-n-122_hiding-btn:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      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.68579 8.81156L13.1721 3.429C13.5513 3.05697 13.5513 2.45539 13.1721 2.08732L12.2604 1.19286C11.8812 0.820832 11.2681 0.820832 10.8929 1.19286L6.99999 5.00419L3.11114 1.1889C2.73193 0.816875 2.11875 0.816875 1.74358 1.1889L0.827844 2.08336C0.448639 2.45539 0.448639 3.05697 0.827844 3.42504L6.3142 8.8076C6.6934 9.18359 7.30658 9.18359 7.68579 8.81156Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .block-n-122_hiding.view-hide {
    max-height: 430px;
    overflow: hidden;
    margin-bottom: 0; }
    .block-n-122_hiding.view-hide .block-n-122_hiding-btn {
      bottom: 0px; }
      .block-n-122_hiding.view-hide .block-n-122_hiding-btn:after {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
    .block-n-122_hiding.view-hide:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 180px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 252, 0)), to(#FAFAFC));
      background: linear-gradient(180deg, rgba(250, 250, 252, 0) 0%, #FAFAFC 100%);
      z-index: 3; }

@media all and (max-width: 1023px) {
  .block-n-122_text .bl-cols {
    gap: 20px; }
  .block-n-122_text .bl-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); }
  .block-n-122_hiding.view-hide {
    max-height: 500px; } }

@media all and (max-width: 767px) {
  .block-n-122_hiding.view-hide {
    max-height: 520px; }
  .block-n-122_text .bl-cols {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .block-n-122_text .bl-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

.block-n-105_grid {
  position: relative;
  width: 100%; }
  .block-n-105_grid-item {
    width: calc(100% / 5 - 80px / 5);
    margin-bottom: 20px; }
  .block-n-105_grid .block-n-105_grid-sizer {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 5 - 80px / 5); }
  @media all and (max-width: 1359px) {
    .block-n-105_grid-item {
      width: calc(100% / 4 - 60px / 4); }
    .block-n-105_grid .block-n-105_grid-sizer {
      width: calc(100% / 4 - 60px / 4); } }
  @media all and (max-width: 1199px) and (min-width: 768px) {
    .block-n-105_grid-item {
      width: calc(100% / 4 - 45px / 4);
      margin-bottom: 15px; }
    .block-n-105_grid .block-n-105_grid-sizer {
      width: calc(100% / 4 - 45px / 4); } }
  @media all and (max-width: 1023px) and (min-width: 768px) {
    .block-n-105_grid-item {
      width: calc(100% / 3 - 10px);
      margin-bottom: 15px; }
    .block-n-105_grid .block-n-105_grid-sizer {
      width: calc(100% / 3 - 10px); } }
  @media all and (max-width: 767px) {
    .block-n-105_grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      padding-bottom: 20px; }
      .block-n-105_grid-item {
        width: 100%;
        margin-bottom: 0; }
      .block-n-105_grid .block-n-105_grid-sizer {
        display: none; } }

.overlay_inner .block-n-105_grid-scroll {
  position: relative;
  max-height: calc(100vh - 250px);
  padding-right: 12px;
  margin-right: -12px;
  width: calc(100% + 12px);
  margin-top: 30px; }
  .overlay_inner .block-n-105_grid-scroll:after {
	content: "";
	position: absolute;
	bottom: 0;
    left: -2px;
    right: 10px;
	height: 20px;
	background: linear-gradient(to bottom, transparent 0%, #FAFAFC 95%);
	z-index: 5;
  }
  .overlay_inner .block-n-105_grid-scroll .os-scrollbar.os-scrollbar-vertical {
    bottom: 20px; }
  @media all and (max-width: 1439px) {
    .overlay_inner .block-n-105_grid-scroll {
      max-height: calc(100vh - 200px);
      margin-top: 20px; } }
  @media all and (max-width: 1023px) and (min-width: 768px) {
    .overlay_inner .block-n-105_grid-scroll {
      max-height: calc(100vh - 190px); } }
  @media all and (max-width: 767px) {
    .overlay_inner .block-n-105_grid-scroll {
      max-height: none;
      margin-top: 15px; } }

@media all and (min-width: 1024px) {
	.block-n-120_group .block-n-120 {
		flex: 0 0 auto;
	}
	.block-n-120_group .block-n-120--lg {
		flex: 0 1 100%;
	}
	.block-n-120_group .block-n-120:first-child {
		flex: 0 1 100%;
	}
}

.s-visual-content {
  position: relative;
  height: auto;
  background: linear-gradient(105.2deg, rgba(255, 255, 255, 0) 24.82%, rgba(255, 255, 255, 0.3) 69.81%), linear-gradient(283.24deg, rgba(0, 121, 255, 0) 39.85%, #0079FF 59.52%), linear-gradient(270deg, rgba(0, 121, 255, 0) 31.71%, #0079FF 54.11%), url(medical-park-gaziosmanpasa.png), #0079FF;
  background-blend-mode: normal, normal, normal, luminosity, normal;
  border-radius: 20px;
  overflow: hidden; }
  .s-visual-content_inner {
    position: relative;
    padding: 30px 40px 40px;
    min-height: 560px;
    max-width: 700px;
    margin: auto auto auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    z-index: 3; }
  .s-visual-content_title {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF; }
  .s-visual-content_subtitle {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF; }
  .s-visual-content_btn .b-btn {
    padding: 0 20px;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    height: 40px; }
  .s-visual-content_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    margin: 0;
    padding: 0; }
  .s-visual-content_list li {
    position: relative;
    display: block;
    padding: 0 0 0 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    list-style: none; }
    .s-visual-content_list li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 14px;
      height: 22px;
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_382_22826)'%3E%3Cpath d='M13.6598 6.175L12.705 5.22034C12.4784 4.99372 12.2927 4.54589 12.2927 4.22473V2.87461C12.2927 2.23236 11.768 1.70769 11.1259 1.70735H9.77527C9.45448 1.70735 9.00614 1.52131 8.77949 1.29486L7.82483 0.340206C7.37122 -0.113402 6.62852 -0.113402 6.17491 0.340206L5.22025 1.29555C4.99343 1.52216 4.54458 1.70769 4.22448 1.70769H2.87435C2.23296 1.70769 1.70761 2.23236 1.70761 2.87461V4.22477C1.70761 4.54466 1.52194 4.99389 1.29529 5.22037L0.340462 6.17503C-0.113487 6.62864 -0.113487 7.37134 0.340462 7.82567L1.29529 8.78033C1.52208 9.00694 1.70761 9.456 1.70761 9.77593V11.1261C1.70761 11.7677 2.23296 12.293 2.87435 12.293H4.22451C4.54529 12.293 4.99364 12.4787 5.22029 12.7052L6.17495 13.6602C6.62855 14.1134 7.37126 14.1134 7.82487 13.6602L8.77952 12.7052C9.00634 12.4785 9.45452 12.293 9.7753 12.293H11.126C11.768 12.293 12.2927 11.7677 12.2927 11.1261V9.77593C12.2927 9.45464 12.4786 9.0068 12.705 8.78033L13.6599 7.82567C14.1131 7.37134 14.1131 6.6286 13.6598 6.175ZM6.07377 9.6252L3.49965 7.05073L4.32463 6.22593L6.07398 7.97528L9.67501 4.37509L10.4998 5.1999L6.07377 9.6252Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_382_22826'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }
  .s-visual-content_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF; }
    .s-visual-content_text p {
      margin: 0; }
    .s-visual-content_text b {
      font-weight: 700; }
    .s-visual-content_text ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 5px;
      margin: 0;
      padding: 0 0 0 24px; }
    .s-visual-content_text li {
      padding: 0;
      list-style: disc; }
  .s-visual-content_brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px; }
  .s-visual-content_brands-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .s-visual-content_brands-item img {
      display: block;
      max-width: 100%; }
  .s-visual-content_label {
    display: block;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF; }
  .s-visual-content_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2; }
    .s-visual-content_img img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left bottom;
         object-position: left bottom;
      width: auto;
      margin: auto 0 0 auto; }
  .s-visual-content_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .s-visual-content_bg img {
      display: block;
      margin: 0 0 0 auto;
      width: auto;
      height: 100%;
      -o-object-position: right center;
         object-position: right center;
      -o-object-fit: cover;
         object-fit: cover; }
  .s-visual-content_stat {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    gap: 10px;
    padding: 10px 14px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), rgba(0, 121, 255, 0.4);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(0, 121, 255, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF; }
    .s-visual-content_stat-inner {
      text-align: right; }
    .s-visual-content_stat p {
      display: block;
      margin: 0; }
    .s-visual-content_stat b {
      display: block;
      font-size: 20px;
      line-height: 130%;
      font-weight: 600; }
    .s-visual-content_stat span {
      display: inline-block;
      vertical-align: top;
      font-size: 10px;
      line-height: 130%; }
    .s-visual-content_stat-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .s-visual-content_stat-img img {
        display: block; }
    .s-visual-content_stat-img + .s-visual-content_stat-inner {
      text-align: left; }
    .s-visual-content_stat.position-1 {
      right: 50px;
      bottom: 60px; }
    .s-visual-content_stat.position-2 {
      left: 50px;
      right: auto;
      bottom: 230px; }
  .s-visual-content_stats {
    margin: 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    .s-visual-content_stats .s-visual-content_stat {
      position: relative;
      left: 0;
      top: 0;
      width: auto;
      right: 0;
      bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
      padding-top: 9px;
      max-width: calc(50% - 10px); }
  .s-visual-content_values {
    position: relative;
    color: #fff;
    width: 100%;
    margin-bottom: -4px; }
    .s-visual-content_values-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 20px; }
    .s-visual-content_values-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px;
      font-size: 14px;
      line-height: 120%;
      color: #fff; }
      .s-visual-content_values-item p {
        display: block;
        margin: 0; }
      .s-visual-content_values-item b {
        display: block;
        font-weight: 600;
        font-size: 32px;
        line-height: 24px;
        white-space: nowrap; }
  .s-visual-content_calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px; }
    .s-visual-content_calc-sum {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      padding: 0px 32px;
      background: #FFFFFF;
      border: 1px solid #0279FE;
      font-weight: 700;
      font-size: 13px;
      line-height: 15px;
      color: #0279FE;
      border-radius: 6px; }
    .s-visual-content_calc-sum + .s-visual-content_calc-sum:before {
      content: "";
      position: absolute;
      left: -40px;
      top: 0;
      height: 100%;
      width: 40px;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41797 4.93973H12.8164V8.71121H8.41797V13.1096H4.64746V8.71121H0.248047V4.93973H4.64746V0.54129H8.41797V4.93973Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat; }
    .s-visual-content_calc-total {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      padding: 0px 32px;
      background: #006BE2;
      font-weight: 700;
      font-size: 13px;
      line-height: 15px;
      color: #ffffff;
      border-radius: 6px; }
      .s-visual-content_calc-total:before {
        content: "";
        position: absolute;
        left: -40px;
        top: 0;
        height: 100%;
        width: 40px;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.293 10.8528H0.724609V7.08234H13.293V10.8528ZM13.293 4.56866H0.724609V0.798157H13.293V4.56866Z' fill='white'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat; }
  .s-visual-content_implement {
    position: relative;
    color: #fff;
    margin: 0 0 -5px; }
    .s-visual-content_implement-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 20px; }
    .s-visual-content_implement-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      font-size: 14px;
      line-height: 120%;
      color: #fff; }
      .s-visual-content_implement-item p {
        display: block;
        margin: 0; }
      .s-visual-content_implement-item b {
        display: block;
        font-weight: 600;
        font-size: 32px;
        line-height: 32px;
        white-space: nowrap; }
  .s-visual-content--compact .s-visual-content_inner {
    gap: 20px;
    min-height: 0; }
  .s-visual-content--compact .s-visual-content_title {
    margin-bottom: -10px; }
  .s-visual-content--wide .s-visual-content_inner {
    max-width: 66%;
    min-height: 0;
    padding-top: 36px; }
  .s-visual-content--wide .s-visual-content_subtitle {
    max-width: 560px; }
  .s-visual-content--purple {
    background: linear-gradient(105.2deg, rgba(243, 95, 246, 0) 24.82%, rgba(235, 84, 205, 0.3) 69.81%), #4B168C; }
    .s-visual-content--purple .s-visual-content_stat {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), rgba(75, 22, 140, 0.4);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(75, 22, 140, 0.4); }
  .s-visual-content--black {
    background: linear-gradient(105.2deg, rgba(255, 255, 255, 0) 24.82%, rgba(255, 255, 255, 0.3) 69.81%), #232526; }
    .s-visual-content--black .s-visual-content_stat {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), rgba(0, 0, 0, 0.4);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(0, 0, 0, 0.4); }
  @media (min-width: 992px) and (max-width: 1279px) {
    .s-visual-content_inner {
      padding-left: 30px;
      padding-right: 30px; }
    .s-visual-content_stat.position-1 {
      left: auto;
      right: 30px;
      bottom: 130px; }
    .s-visual-content_stat.position-2 {
      left: auto;
      right: 30px;
      bottom: 30px; } }
  @media (min-width: 1200px) and (max-width: 1279px) {
    .s-visual-content--wide .s-visual-content_img {
      max-width: 47%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .s-visual-content--wide .s-visual-content_img {
      max-width: 45%; }
    .s-visual-content--wide .s-visual-content_inner {
      max-width: 65%; }
    .s-visual-content_text {
      font-size: 14px; }
    .s-visual-content_implement-item {
      font-size: 12px; }
      .s-visual-content_implement-item b {
        font-size: 28px;
        line-height: 28px; } }
  @media (min-width: 992px) and (max-width: 1099px) {
    .s-visual-content_values-item b {
      font-size: 28px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .s-visual-content_inner {
      max-width: 60%;
      padding: 24px 30px 30px;
      gap: 20px; }
    .s-visual-content_img {
      max-width: 50%; }
    .s-visual-content_stat {
      padding: 8px 12px; }
    .s-visual-content_stat.position-1 {
      left: auto;
      right: 30px;
      bottom: auto;
      top: 30px; }
    .s-visual-content_stat.position-2 {
      left: auto;
      right: 30px;
      top: 120px;
      bottom: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .s-visual-content_img {
      position: relative;
      display: block;
      width: 100%;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .s-visual-content_img img {
        margin: 0 0 0 auto;
        height: auto;
        max-height: 320px; }
    .s-visual-content_stat-img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .s-visual-content_stat-inner {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: left; }
    .s-visual-content_stat.position-1 {
      right: auto;
      left: 40px;
      right: auto;
      bottom: 40px; }
    .s-visual-content_stat.position-2 {
      right: auto;
      left: 40px;
      top: auto;
      bottom: 140px; }
    .s-visual-content_text {
      font-size: 14px; }
    .s-visual-content_stats {
      margin-top: 0; }
    .s-visual-content_implement-item {
      font-size: 13px; }
      .s-visual-content_implement-item b {
        font-size: 28px;
        line-height: 28px; }
    .s-visual-content--wide .s-visual-content_inner {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 767px) {
    .s-visual-content_inner {
      padding: 24px 20px 24px;
      gap: 25px; }
    .s-visual-content_title {
      font-size: 30px; }
    .s-visual-content_subtitle {
      font-size: 18px; }
    .s-visual-content_label {
      margin: 0 0 8px;
      font-size: 15px; }
    .s-visual-content_list li {
      font-size: 14px;
      padding-left: 22px;
      line-height: 130%; }
      .s-visual-content_list li:before {
        height: 17px; }
    .s-visual-content_brands-list {
      gap: 10px 15px; }
    .s-visual-content_img {
      position: relative;
      display: block;
      width: 100%;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .s-visual-content_img img {
        margin: 0 auto 0 auto;
        height: auto;
        max-height: 320px; }
      .s-visual-content_img.mob-right img {
        margin: 0 0 0 auto; }
    .s-visual-content_stat {
      line-height: 110%; }
      .s-visual-content_stat-img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .s-visual-content_stat-inner {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: left; }
    .s-visual-content_img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 10px;
      padding: 0; }
      .s-visual-content_img .position-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .s-visual-content_img .position-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .s-visual-content_img img {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
    .s-visual-content_stat {
      position: relative;
      width: calc(100% - 40px);
      padding: 10px 15px;
      margin: 0 20px;
      min-height: 68px; }
      .s-visual-content_stat br {
        display: none; }
    .s-visual-content_stat.position-1 {
      left: auto;
      right: auto;
      right: auto;
      bottom: auto; }
    .s-visual-content_stat.position-2 {
      right: auto;
      left: auto;
      top: auto;
      bottom: auto; }
    .s-visual-content_bg {
      display: none; }
    .s-visual-content--compact .s-visual-content_inner {
      gap: 24px; }
    .s-visual-content--compact .s-visual-content_title {
      margin-bottom: -3px; }
    .s-visual-content_values {
      margin: 0; }
      .s-visual-content_values-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .s-visual-content_values-item {
        gap: 8px;
        font-size: 13px; }
        .s-visual-content_values-item b {
          font-size: 28px;
          line-height: 22px; }
        .s-visual-content_values-item br {
          display: none; }
    .s-visual-content_calc {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      gap: 10px 30px; }
      .s-visual-content_calc-sum {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 15px);
                flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px); }
      .s-visual-content_calc-sum + .s-visual-content_calc-sum:before {
        left: -30px;
        width: 30px; }
      .s-visual-content_calc-total {
        width: calc(100% - 50px);
        margin-left: 50px; }
        .s-visual-content_calc-total:before {
          left: -50px;
          top: 0;
          height: 100%;
          width: 40px;
          background-color: rgba(255, 255, 255, 0.1);
          border-radius: 6px; }
    .s-visual-content_text {
      font-size: 14px; }
      .s-visual-content_text ul {
        padding-left: 20px; }
    .s-visual-content_stats {
      margin: 0;
      gap: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .s-visual-content_stats .s-visual-content_stat {
        margin: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 100%;
        min-height: 60px; }
    .s-visual-content_implement {
      margin: 0; }
      .s-visual-content_implement-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px; }
      .s-visual-content_implement-item {
        gap: 15px;
        font-size: 13px; }
    .s-visual-content--wide .s-visual-content_inner {
      max-width: 100%;
      width: 100%; } }

.block-n-120_list {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; }
  .block-n-120_list .block-n-120 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); }
  @media (min-width: 768px) and (max-width: 1199px) {
    .block-n-120_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .block-n-120_list .block-n-120 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        min-height: 0; } }
  @media (max-width: 767px) {
    .block-n-120_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .block-n-120_list .block-n-120 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        min-height: 0; } }

.section-subtitle--lg {
  font-size: 24px;
  line-height: 140%;
  margin-top: 10px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .section-subtitle--lg {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .section-subtitle--lg {
      font-size: 20px; } }

.block-n-123 {
  position: relative; }
  .block-n-123_list {
    position: relative;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
    .block-n-123_list .block-n-123 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px); }
  .block-n-123_inner {
    position: relative;
    min-height: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05); }
  .block-n-123_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .block-n-123_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .block-n-123_title {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #333333; }
  .block-n-123_text {
    display: block;
    margin: 14px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333; }
  .block-n-123_tags {
    margin: 16px 0 0; }
    .block-n-123_tags ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 5px; }
    .block-n-123_tags li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0;
      list-style: none;
      height: 40px;
      padding: 0 10px;
      font-weight: 500;
      font-size: 14px;
      line-height: 140%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      color: #333333;
      background: #F1F1F1;
      border-radius: 10px; }
  .block-n-123_btn {
    height: 40px;
    padding: 0 20px; }
  .block-n-123_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px; }
    .block-n-123_img img {
      display: block;
      height: 100%;
      max-width: 100%;
      width: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 20px; }
  @media (min-width: 1200px) and (max-width: 1279px) {
    .block-n-123_img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .block-n-123_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .block-n-123_list .block-n-123 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  @media (max-width: 767px) {
    .block-n-123_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 20px 0; }
      .block-n-123_list .block-n-123 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .block-n-123_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .block-n-123_img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0 20px 20px; }
      .block-n-123_img img {
        max-height: 260px; }
    .block-n-123_title {
      font-size: 20px; }
    .block-n-123_text {
      font-size: 14px; }
    .block-n-123_tags li {
      font-size: 13px;
      height: 34px; }
    .block-n-123_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 20px;
      padding: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }

.s-visual-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  background: linear-gradient(105.2deg, rgba(255, 255, 255, 0) 24.82%, rgba(255, 255, 255, 0.3) 69.81%), #4B168C;
  border-radius: 20px; }
  .s-visual-person_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px; }
  .s-visual-person_text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px;
    font-weight: 400;
    font-size: 23px;
    line-height: 140%;
    color: #FFFFFF;
    letter-spacing: 0.5px; }
    .s-visual-person_text p {
      margin: 0; }
    .s-visual-person_text b {
      font-weight: 600; }
  .s-visual-person_quote {
    position: relative;
    padding: 35px 0; }
    .s-visual-person_quote:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 22px;
      background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.44 0.128002C29.2267 2.00533 29.0987 3.456 29.056 4.48C29.0133 5.46133 28.992 6.82667 28.992 8.576V14.592C28.992 16.5973 29.0987 18.624 29.312 20.672C27.008 20.672 24.32 20.6507 21.248 20.608C18.176 20.5227 16.448 20.48 16.064 20.48C15.936 19.84 15.8507 19.2213 15.808 18.624C15.7653 18.0267 15.744 17.344 15.744 16.576C15.744 14.272 16.0853 12.2453 16.768 10.496C17.4507 8.704 18.3893 7.104 19.584 5.696C20.7787 4.288 22.1013 3.2 23.552 2.432C25.0453 1.62133 27.008 0.853334 29.44 0.128002ZM13.632 20.8C10.9867 21.056 8.34133 21.184 5.696 21.184C4.288 21.184 3.22133 21.1627 2.496 21.12C1.55733 20.992 0.832 20.9067 0.32 20.864C0.149333 19.7547 0.0426667 18.9653 0 18.496C0 17.984 0 17.5787 0 17.28C0 14.8907 0.384 12.5653 1.152 10.304C1.96267 8 3.136 6.10133 4.672 4.608C7.01867 2.26133 10.0053 0.725334 13.632 0C13.2907 3.072 13.12 6.336 13.12 9.792C13.12 11.4987 13.2053 13.6533 13.376 16.256C13.5467 18.8587 13.632 20.3733 13.632 20.8Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
      background-position: left top; }
    .s-visual-person_quote:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 22px;
      background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.6801 0.504082C29.8507 1.61342 29.9361 2.38142 29.9361 2.80808C29.9787 3.19208 30.0001 3.61875 30.0001 4.08809C30.0001 6.47742 29.5947 8.82408 28.7841 11.1281C28.0161 13.3894 26.8641 15.2668 25.3281 16.7601C22.9814 19.1068 19.9947 20.6428 16.3681 21.3681C16.7094 18.2961 16.8801 15.0321 16.8801 11.5761C16.8801 9.82675 16.8161 8.07742 16.6881 6.32808C16.6027 4.53608 16.4961 2.61608 16.3681 0.568085C19.0134 0.312083 21.6587 0.184082 24.3041 0.184082C25.7121 0.184082 26.6294 0.205416 27.0561 0.248085C27.5254 0.248085 28.4001 0.333417 29.6801 0.504082ZM13.9361 0.888084C14.0641 1.52808 14.1494 2.14675 14.1921 2.74408C14.2347 3.34142 14.2561 4.02408 14.2561 4.79208C14.2561 7.09608 13.9147 9.14408 13.2321 10.9361C12.5494 12.6854 11.6107 14.2641 10.4161 15.6721C9.22139 17.0801 7.83473 18.2108 6.25606 19.0641C4.89073 19.7894 2.99206 20.5148 0.560059 21.2401C0.773392 19.4054 0.901392 17.8054 0.944059 16.4401C0.986725 15.0748 1.00806 13.4534 1.00806 11.5761V6.77608C1.00806 4.77075 0.901392 2.74408 0.688059 0.696083C2.99206 0.696083 5.68006 0.738749 8.75206 0.824081C11.8241 0.86675 13.5521 0.888084 13.9361 0.888084Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
      background-position: right bottom; }
  .s-visual-person_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px; }
    .s-visual-person_btns .b-btn {
      height: 40px;
      padding: 0 20px; }
  .s-visual-person_img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .s-visual-person_img img {
      display: block;
      margin: auto auto 0 0;
      max-width: 100%;
      height: auto;
      -o-object-position: left bottom;
          object-position: left bottom; }
  .s-visual-person_about {
    position: absolute;
    bottom: 50px;
    right: 50px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF; }
    .s-visual-person_about b {
      font-weight: 700; }
  .s-visual-person_info {
    position: absolute;
    bottom: 60px;
    right: 40px;
    max-width: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    z-index: 3; }
    .s-visual-person_info-text {
      margin: 0; }
      .s-visual-person_info-text p {
        margin: 0; }
      .s-visual-person_info-text b {
        font-weight: 600; }
    .s-visual-person_info-link {
      position: relative;
      display: block;
      height: 26px;
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      color: #04BF68;
      padding: 0 36px 0 0;
      cursor: pointer; }
      .s-visual-person_info-link:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 26px;
        border: 1px solid #04BF68;
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1.09894L3.34477 4L0.5 6.90106L1.57761 8L5.5 4L1.57761 0L0.5 1.09894Z' fill='%2304BF68'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .s-visual-person_info-btn {
      height: 40px; }
  .s-visual-person--view2 {
    background: linear-gradient(104.73deg, rgba(255, 255, 255, 0.3) 18.41%, rgba(255, 255, 255, 0) 63.79%), #2B0CB4; }
  @media (min-width: 1200px) and (max-width: 1279px) {
    .s-visual-person .s-visual-person_inner {
      padding-left: 30px; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .s-visual-person_text {
      letter-spacing: 0;
      font-size: 22px; }
    .s-visual-person_about {
      right: 30px;
      top: 50px;
      bottom: auto; }
    .s-visual-person_info {
      right: 30px;
      width: 260px; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .s-visual-person_info {
      position: relative;
      right: 0;
      width: 100%;
      max-width: 100%;
      bottom: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px 20px; }
      .s-visual-person_info-btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .s-visual-person_info-link {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .s-visual-person_info-text {
        font-size: 14px;
        width: 100%; }
    .s-visual-person--view2 .s-visual-person_img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      margin: auto 0 0 auto; }
    .s-visual-person--view2 .s-visual-person_inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%;
      gap: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .s-visual-person_inner {
      padding: 30px;
      gap: 30px; }
    .s-visual-person_quote {
      padding: 30px 0; }
    .s-visual-person_text {
      font-size: 20px;
      letter-spacing: 0; }
    .s-visual-person_about {
      right: 20px;
      top: 30px;
      bottom: auto;
      font-size: 14px;
      max-width: 140px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .s-visual-person {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .s-visual-person_inner {
        gap: 30px;
        padding-bottom: 30px; }
      .s-visual-person_text {
        font-size: 20px;
        letter-spacing: 0; }
      .s-visual-person_quote br {
        display: none; }
      .s-visual-person_img {
        margin: 0 20px; }
      .s-visual-person_about {
        right: 20px; } }
  @media (max-width: 767px) {
    .s-visual-person {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .s-visual-person_inner {
        gap: 30px;
        padding: 30px 20px; }
      .s-visual-person_text {
        font-size: 20px;
        letter-spacing: 0;
        gap: 10px; }
      .s-visual-person_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        width: 100%; }
        .s-visual-person_btns .b-btn {
          width: 100%; }
      .s-visual-person_img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .s-visual-person_img img {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          max-width: 100%;
          margin: 0 auto; }
      .s-visual-person_about {
        position: relative;
        width: calc(100% - 40px);
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        right: 0;
        top: 0;
        bottom: auto;
        font-size: 12px;
        margin: 0 20px 10px; }
        .s-visual-person_about br {
          display: none; }
      .s-visual-person_info {
        position: relative;
        right: 0;
        width: 100%;
        max-width: 100%;
        bottom: 0; }
        .s-visual-person_info-text {
          width: 100%;
          font-size: 14px; }
      .s-visual-person--view2 .s-visual-person_inner {
        gap: 20px; } }

.s-search {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 20px 0 50px;
}
  .s-search p {
    margin: 0;
  }
  .s-search_error {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .s-search_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .s-search_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid #EAEDF2;
    border-radius: 10px;
    font-size: 14px;
    line-height: 130%;
    color: var(--color-text-second);
  }
  .s-search_item p {
    margin: 0;
  }
  .s-search_item-title {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: var(--color-text-main);
  }
  .s-search_item b {
    font-weight: 600;
  }
  .s-search_form {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 640px;
    gap: 10px;
    padding: 5px 10px 5px 0;
    border: 1px solid #EAEDF2;
    background: #fff;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  input.s-search_form-field {
    flex: 0 1 100%;
    font-size: 16px;
    padding: 0 0 0 20px;
    width: auto;
    height: 40px;
    background-color: #fff;
    color: var(--color-text-main);
  }
  .s-search_form-btn {
    flex: 0 0 auto;
    height: 40px;
  }
  .s-search .navigation-arrows {
    display: none;
  }
  .s-search .navigation-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    gap: 10px;
  }
  .s-search .navigation-pages span,
  .s-search .navigation-pages a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 34px;
    min-width: 34px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: rgba(51, 51, 51, 0.6);
    background-color: #fff;
    border-radius: 34px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .s-search .navigation-pages span:hover,
    .s-search .navigation-pages a:hover {
      color: var(--color-btn-1); }
      .s-search .navigation-pages span.nav-current-page,
      .s-search .navigation-pages a.nav-current-page {
      color: var(--color-white);
      background-color: var(--color-btn-1); }
  .s-search .navigation-title {
    display: none !important;
  }
  @media (max-width: 767px) {
    .s-search {
      margin: 10px 0 40px;
      gap: 20px;
    }
    .s-search_list {
      gap: 12px;
    }
    .s-search_item {
      gap: 8px;
      padding: 12px 15px;
      font-size: 12px;
      line-height: 130%;
    }
    .s-search_form {
      padding-right: 5px;
    }
    input.s-search_form-field {
      min-width: 0;
      padding-left: 12px;
    }
  }

.s-offs-top--sm {
  margin-top: 30px; }

.block-n-124_wrap {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background-color: #EEF4FF;
  border-radius: 20px; }

.block-n-124_list {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px 20px;
  padding: 10px 0; }

.block-n-124_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 40px / 3);
          flex: 0 0 calc(100% / 3 - 40px / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px; }
  .block-n-124_item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 8px; }
    .block-n-124_item-img img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .block-n-124_item-text {
    padding: 7px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 14px;
    line-height: 140%;
    color: var(--color-text-main); }
    .block-n-124_item-text p {
      margin: 0; }
  .block-n-124_item-title {
    font-size: 16px;
    line-height: 140%;
    font-weight: 700; }

@media all and (max-width: 1279px) and (min-width: 768px) {
  .block-n-124_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); } }

@media all and (max-width: 767px) {
  .block-n-124_wrap {
    padding: 24px 20px; }
  .block-n-124_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 30px 0 0;
    gap: 20px; }
  .block-n-124_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.block-n-125 {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  background: #FFFFFF;
  -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: 20px; }
  .block-n-125_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px; }
  .block-n-125_inner {
    padding: 20px; }
  .block-n-125_title {
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: var(--color-text-main); }
  .block-n-125_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
    .block-n-125_text ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0;
      padding: 0 0 0 25px; }
    .block-n-125_text li {
      list-style: disc; }
    .block-n-125_text p {
      margin: 0; }
  .block-n-125_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 48px;
    max-height: 48px; }
    .block-n-125_img img {
      display: block;
      margin: 0;
      max-width: 48px;
      max-height: 48px; }
  .block-n-125_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    font-size: 18px;
    line-height: 120%;
    color: var(--color-text-main); }
    .block-n-125_info p {
      margin: 0; }
    .block-n-125_info b {
      font-weight: 700; }
  .block-n-125--sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px); }
    .block-n-125--sm .block-n-125_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 20px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      min-height: 90px; }
  @media all and (max-width: 1279px) and (min-width: 1200px) {
    .block-n-125--sm .block-n-125_inner {
      gap: 15px; }
    .block-n-125_info {
      font-size: 16px; } }
  @media all and (max-width: 1199px) and (min-width: 992px) {
    .block-n-125--sm {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px);
      min-width: calc(50% - 10px); } }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .block-n-125 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 5px);
              flex: 0 0 calc(50% - 5px); }
      .block-n-125_title {
        font-size: 20px; }
      .block-n-125_text {
        font-size: 14px; }
        .block-n-125_text ul {
          padding-left: 18px; }
      .block-n-125_info {
        font-size: 16px; }
      .block-n-125_list {
        gap: 10px; }
      .block-n-125--sm {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        min-width: calc(50% - 5px); }
        .block-n-125--sm .block-n-125_inner {
          min-height: 84px; } }
  @media all and (max-width: 767px) {
    .block-n-125 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 5px);
              flex: 0 0 calc(50% - 5px); }
      .block-n-125_title {
        font-size: 20px; }
      .block-n-125_text {
        font-size: 14px; }
        .block-n-125_text ul {
          padding-left: 18px; }
      .block-n-125_info {
        font-size: 16px; }
      .block-n-125_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px; }
      .block-n-125--sm {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        min-width: 0;
        width: 100%;
        max-width: 100%; }
        .block-n-125--sm .block-n-125_inner {
          min-height: 84px; } }

.block-n-126 {
  position: relative;
  padding: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(96.71deg, #0079FF 23.36%, rgba(0, 121, 255, 0) 73.61%), #0079FF;
  border-radius: 20px; }
  .block-n-126_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px; }
  .block-n-126_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px; }
  .block-n-126 .section-title {
    color: #FFFFFF; }
  .block-n-126_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF; }
    .block-n-126_text p {
      margin: 0; }
  .block-n-126_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .block-n-126 {
      padding: 30px; } }
  @media all and (max-width: 767px) {
    .block-n-126 {
      padding: 24px 22px; }
      .block-n-126_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
      .block-n-126_text {
        font-size: 15px; } }

.block-n-127_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 20px;
  background: #EEF4FF;
  border-radius: 20px; }

.block-n-127_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; }

.block-n-127_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  -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: 20px; }
  .block-n-127_item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .block-n-127_item-img img {
      display: block;
      margin: auto;
      max-width: 50px;
      max-height: 050px; }
  .block-n-127_item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main); }
    .block-n-127_item-text p {
      margin: 0; }
  .block-n-127_item-title {
    font-size: 18px;
    line-height: 140%;
    font-weight: 700; }

.block-n-127_brands-title {
  display: block;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-text-main); }

.block-n-127_brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 20px; }

.block-n-127_brands-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6 - 100px / 6);
          flex: 0 0 calc(100% / 6 - 100px / 6);
  display: block; }
  .block-n-127_brands-item img {
    display: block;
    max-width: 100%; }

@media all and (max-width: 1399px) {
  .block-n-127_brands-list {
    gap: 30px 20px; }
  .block-n-127_brands-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 - 80px / 5);
            flex: 0 0 calc(100% / 5 - 80px / 5); } }

@media all and (max-width: 1199px) {
  .block-n-127_item br {
    display: none; }
  .block-n-127_brands-list {
    gap: 25px 20px; }
  .block-n-127_brands-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 60px / 4);
            flex: 0 0 calc(100% / 4 - 60px / 4); } }

@media all and (max-width: 991px) and (min-width: 768px) {
  .block-n-127_list {
    gap: 10px; }
  .block-n-127_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    gap: 15px;
    padding: 20px 15px; }
    .block-n-127_item-text {
      font-size: 14px; }
    .block-n-127_item-title {
      font-size: 16px; }
  .block-n-127_brands-title {
    font-size: 22px; }
  .block-n-127_brands-list {
    gap: 25px 20px; }
  .block-n-127_brands-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 40px / 3);
            flex: 0 0 calc(100% / 3 - 40px / 3); } }

@media all and (max-width: 767px) {
  .block-n-127_wrap {
    gap: 24px; }
  .block-n-127_list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .block-n-127_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    gap: 12px;
    padding: 15px 10px 15px 12px; }
    .block-n-127_item-text {
      font-size: 14px; }
    .block-n-127_item-title {
      font-size: 16px; }
  .block-n-127_brands-title {
    font-size: 20px;
    margin-bottom: 20px; }
  .block-n-127_brands-list {
    gap: 18px 22px; }
  .block-n-127_brands-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: calc(50% - 12px); }
    .block-n-127_brands-item img {
      zoom: 0.75; } }
 
/* footer updated */
.footer_top {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
  .footer_top-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .footer_top-item {
    display: block;
    flex: 0 0 auto;
    margin: 0;
  }
  .footer_top-item img {
    display: block;
  }
  .footer_top-list .b-btn {
    height: 28px;
    padding: 0 9px;
    gap: 5px;
    font-size: 12px;
  }
  .footer_top-list .b-btn:hover svg {
    filter: invert(1);
  }
  .footer_center {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-items: flex-start;
    align-items: flex-start;
    gap: 40px;
    color: #FFFFFF;
  }
  .footer_contact {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
  }
  .footer_form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 30px 30px 26px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .footer_form-title {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
  }
  .footer_form-text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .footer_form-field {
    position: relative;
    width: 100%;
    margin: 10px 0 0;
  }
  .footer_form-field input {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding: 0 120px 0 20px;
    background: #fff;
    color: var(--color-text-main);
    border-radius: 10px; }
    .footer_form-field::-webkit-input-placeholder {
      color: rgba(13, 13, 13, 0.5); }
    .footer_form-field::-moz-placeholder {
      color: rgba(13, 13, 13, 0.5); }
    .footer_form-field:-ms-input-placeholder {
      color: rgba(13, 13, 13, 0.5); }
    .footer_form-field::-ms-input-placeholder {
      color: rgba(13, 13, 13, 0.5); }
    .footer_form-field::placeholder {
      color: rgba(13, 13, 13, 0.5); }
  .footer_form-field button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    height: auto;
    width: 110px;
    border: none;
    outline: none;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    cursor: pointer;
    z-index: 10; 
  }
  .footer_form-agreement {
    margin-top: 2px;
    padding-left: 26px;
    font-size: 14px;
    line-height: 140%;
    color: rgba(255,255,255,0.7);
  }
  .footer_form-agreement a {
    color: #fff;
    text-decoration: none;
  }
  .footer_form-agreement a:hover {
    text-decoration: underline;
  }
  .footer_form-agreement i {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .footer_form-agreement i:after {
    background-size: 14px auto;
  }
  .footer_contact-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .footer_contact-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
  }
  .footer_contact-item:hover {
    text-decoration: underline;
  }
  .footer_contact-item i {
    flex: 0 0 auto;
  }
  .footer_contact-item img {
    display: block;
    margin: 0;
  }
  .footer_menu {
    flex: 0 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .footer_menu-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .footer_menu-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer_menu-title {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
  }
  .footer_menu-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer_menu-list li {
    display: block;
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    list-style: none;
  }
  .footer_menu-list a {
    display: block;
    text-decoration: none;
  }
  .footer_menu-list a:hover {
    text-decoration: underline;
  }
  .footer_bottom {
    position: relative;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  .footer_main-logo {
    display: block;
    width: 100%;
    margin: 0;
  }
  .footer_main-logo img {
    display: block;
    max-width: 100%;
  }
  .footer_bottom-text {
    width: 100%;
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer_bottom-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer_bottom-menu p {
    display: block;
    margin: 0;
  }
  .footer_bottom-menu a {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  .footer_bottom-menu a:hover {
    text-decoration: underline;
  }

  @media all and (max-width: 1279px) and (min-width: 768px) {
    .footer_center {
      gap: 30px;
    }
    .footer_top-list {
      gap: 15px 50px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }

  @media all and (max-width: 1199px) and (min-width: 768px) {
    .footer_center {
      gap: 40px;
      flex-direction: column;
    }
    .footer_contact {
      gap: 30px;
      flex-direction: row;
      align-items: center;
      flex: 0 0 auto;
    }
    .footer_form-field {
      max-width: 390px;
    }
    .footer_form {
      flex: 0 0 auto;
      height: auto;
    }
    .footer_menu {
      width: 100%;
    }
    .footer_contact-list {
      gap: 20px;
    }
  }

  @media all and (max-width: 1023px) and (min-width: 768px) {
    .footer_top-list {
      gap: 12px 30px;
    }
    .footer_form {
      flex: 0 0 450px;
      height: auto;
    }
  }
  @media all and (max-width: 767px) {
    .footer_top {
      padding: 20px 0;
    }
      .footer_top-list {
        flex-wrap: wrap;
        gap: 10px 8px;
      }
      .footer_center {
        padding: 20px 0;
        flex-direction: column;
        gap: 20px;
      }
      .footer_contact {
        flex: 0 0 auto;
        width: 100%;
      }
      .footer_form {
        width: 100%;
        padding: 20px 20px 16px;
      }
      .footer_form-title {
        font-size: 24px;
      }
      .footer_form-text {
        font-size: 16px;
      }
      .footer_form-field {
        position: relative;
        width: 100%;
        margin: 10px 0 0;
      }
      .footer_form-agreement {
        margin-top: 2px;
        padding-left: 24px;
        font-size: 12px;
      }
      .footer_form-agreement i {
        width: 14px;
        height: 14px;
        top: 2px;
      }
      .footer_form-agreement i:after {
        background-size: 12px auto;
      }
      .footer_contact-list {
        flex-wrap: wrap;
        gap: 20px 20px;
      }
      .footer_menu {
        width: 100%;
        flex: 0 1 auto;
        flex-wrap: wrap;
        gap: 20px;
      }
      .footer_menu-col {
        flex: 0 0 calc(50% - 10px);
      }
      .footer_menu-col:nth-child(3) {
        flex: 0 0 100%;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, min-content);
        gap: 20px;
        align-items: start;
        grid-auto-rows: min-content; 
      }
      .footer_menu-col:nth-child(3) .footer_menu-list:nth-child(1){ 
        grid-column: 1;
        grid-row: 1 / 4; 
      }
      .footer_menu-col:nth-child(3) .footer_menu-list:nth-child(2) {
        grid-column: 2; 
        grid-row: 1;
      }
      .footer_menu-col:nth-child(3) .footer_menu-list:nth-child(3) {
        grid-column: 2; 
        grid-row: 2;
      }
      .footer_menu-col:nth-child(3) .footer_menu-list:nth-child(4){ 
        grid-column: 2; 
        grid-row: 3;
      }
      .footer_bottom {
        padding: 20px 0;
        gap: 20px;
      }
      .footer_bottom-text {
        font-size: 10px;
      }
      .footer_bottom-menu {
        flex-direction: column;
        gap: 10px;
      }
  }

.block-n-128 {
  position: relative;
  -webkit-columns: 5;
     -moz-columns: 5;
          columns: 5;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: -10px 0 -10px; }
  .block-n-128_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    gap: 10px 0;
    padding: 0; }
  .block-n-128_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 0;
    page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
    .block-n-128_item-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .block-n-128_item-logo img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .block-n-128_item-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 120%;
      gap: 5px;
      color: var(--color-text-main); }
      .block-n-128_item-text span {
        display: block;
        width: 30px;
        height: 30px;
        background: var(--color-elem-2);
        font-size: 10px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
        color: var(--color-white);
        border-radius: 50%;
        text-decoration: none; }
    .block-n-128_item:hover .block-n-128_item-text {
      color: var(--color-text-select); }
    .block-n-128_item:hover .block-n-128_item-text span {
      text-decoration: none; }
    .block-n-128_item-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 60px;
      font-weight: 700;
      font-size: 16px;
      line-height: 140%; 
      color: #04BF68;
    }
    .block-n-128_item-link:hover {
      text-decoration: underline;
    }
  @media all and (max-width: 1279px) and (min-width: 1024px) {
    .block-n-128 {
      -webkit-columns: 4;
         -moz-columns: 4;
              columns: 4; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .block-n-128 {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; }
      .block-n-128_item-link {
        min-height: 50px;
      }
      .block-n-128_item-logo {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        height: 50px;
      } }
  @media (max-width: 767px) {
    .block-n-128 {
      -webkit-columns: 5;
         -moz-columns: 5;
              columns: 5;
      -webkit-column-width: 250px;
         -moz-column-width: 250px;
              column-width: 250px;
      width: 1310px;
      gap: 15px; }
      .block-n-128_wrap {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 -10px 0px;
        padding: 10px 10px 20px; } }


.block-n-f02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 40px;
  gap: 20px;
  min-height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))), #0079FF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), #0079FF;
  border-radius: 20px; }
  .block-n-f02_wrap {
    margin: 10px 0 0;
  }
  .block-n-f02_inner {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 2; }
  .block-n-f02_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: var(--color-white); }
  .block-n-f02_title img {
    margin: 9px 0 0;
    height: 32px;
  }
  .block-n-f02_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-white); }
  .block-n-f02_text img {
    margin: 2px 0 0;
    height: 18px;
  }
  .block-n-f02_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0;
    gap: 16px;
    width: 100%;
    max-width: 742px; }
    .block-n-f02_controls input {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      padding: 0 14px;
      border-radius: 10px;
      font-weight: 300;
      color: var(--color-text-main); }
      .block-n-f02_controls input::-webkit-input-placeholder {
        color: #505050; }
      .block-n-f02_controls input::-moz-placeholder {
        color: #505050; }
      .block-n-f02_controls input:-ms-input-placeholder {
        color: #505050; }
      .block-n-f02_controls input::-ms-input-placeholder {
        color: #505050; }
      .block-n-f02_controls input::placeholder {
        color: #505050; }
    .block-n-f02_controls .b-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 170px;
              flex: 0 0 170px; }
  .block-n-f02_agreement {
    display: block;
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.7); }
    .block-n-f02_agreement a {
	  color: #fff;
      text-decoration: none; }
      .block-n-f02_agreement a:hover {
        text-decoration: underline; }
  .block-n-f02_img {
    position: relative;
    margin-top: -40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.25%;
            flex: 0 0 38.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2; }
    .block-n-f02_img img {
      display: block;
      margin: auto auto 0 0;
      max-height: 100%;
      max-width: 100%; }
  .block-n-f02_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .block-n-f02_bg img {
      display: block;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom center;
         object-position: bottom center; }
  @media (max-width: 1399px) {
    .block-n-f02 {
      padding: 0 30px;
    }
    .block-n-f02_img {
      min-width: 455px; } }
  @media (max-width: 1279px) {
    .block-n-f02 {
      padding: 0 30px;
      gap: 30px; }
      .block-n-f02_title img {
        margin-top: 6px;
      }
      .block-n-f02_title {
        font-size: 32px;
      }
      .block-n-f02_img {
        margin-right: 0; } }
  @media (max-width: 1199px) {
    .block-n-f02 {
      padding: 0 20px 0 30px;
      gap: 20px;
    }
    .block-n-f02_inner {
      flex: 0 1 auto;
    }
    .block-n-f02_img {
        min-width: 0;
        flex: 0 1 38.25%;
    }
  }
  @media all and (max-width: 991px) and (min-width: 768px) {
    .block-n-f02 {
      flex-direction: column;
      padding: 0 20px;
      gap: 30px;
      min-height: 0; }
      .block-n-f02_controls {
        flex-direction: column;
        width: 50%;
        align-items: stretch;
        margin-top: 20px;
        gap: 12px;
      }
      .block-n-f02_controls input {
        flex: 0 0 auto;
      }
      .block-n-f02_controls .b-btn {
        flex: 0 0 auto;
      }
      .block-n-f02_agreement {
        width: 50%;
      }
      .block-n-f02_img {
        position: absolute;
        left: 50%;
        bottom: 0;
        right: 20px;
        margin-left: 20px;
      }
  }
  @media (max-width: 767px) {
    .block-n-f02 {
      padding: 24px 20px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 20px;
      border-radius: 12px; }
      .block-n-f02_inner {
        padding: 0; }
      .block-n-f02_text {
        margin-top: 14px; }
      .block-n-f02_controls {
        margin-top: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 12px; }
        .block-n-f02_controls input {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          display: block; }
        .block-n-f02_controls .b-btn {
          flex: 0 0 auto;
          width: 100%; }
      .block-n-f02_agreement {
        margin: 20px 0 0; }
      .block-n-f02_title {
        font-size: 30px;
        line-height: 120%;
      }
      .block-n-f02_title img {
        margin-top: 4px;
        height: 28px;
      }
      .block-n-f02_img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto; }
      .block-n-f02_bg {
        left: auto;
        top: auto;
        bottom: 0;
        right: 0;
        height: 100%; }
        .block-n-f02_bg img {
          position: absolute;
          right: 0;
          bottom: 0;
          height: 100%;
          width: auto; } }
    @media (max-width: 389px) {
      .block-n-f02_title {
          font-size: 28px;
          line-height: 120%;
      }
    }

.block-n-129 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
  .block-n-129_wrap {
    margin: 0 0 30px;
  }
  .block-n-129_inner {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
  }
  .block-n-129_title {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: var(--color-text-main);
  }
  .block-n-129_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .block-n-129_list-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border: 1px solid #E6E6E6;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-text-main);
    border-radius: 10px;
  }
  .block-n-129_list-item svg,
  .block-n-129_list-item img {
    display: block;
    margin: 0;
  }
  .block-n-129_text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main);
  }
  .block-n-129_bot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
  }
  .block-n-129_price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex: 0 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: var(--color-text-main);
  }
  .block-n-129_price p {
    margin: 0;
  }
  .block-n-129_price b {
    font-weight: 600;
    font-size: 40px;
    line-height: 30px;
  }
  .block-n-129_btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  .block-n-129_btns .b-btn {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
  }
  .block-n-129_btns .btn-bordered {
    padding-left: 5px;
    gap: 10px;
  }
  .block-n-129_btns .btn-bordered:hover img {
    -webkit-filter: none;
    filter: none;
  }
  .block-n-129_img {
    position: relative;
    flex: 0 0 50%;
  }
  .block-n-129_img img {
    display: block;
    margin: 0;
    max-width: 100%;
    border-radius: 20px;
  }
  .block-n-129_labels {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
  }
  .block-n-129_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin: 0;
    padding: 4px 8px;
    min-height: 18px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
    color: var(--color-white);
    background-color: var(--color-elem-2);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-radius: 4px; 
  }
  .block-n-129_label.color-blue {
    background-color: var(--color-elem-3); 
  }
  .block-n-129_label.color-purple {
    background-color: var(--color-elem-4); 
  }
  .block-n-129_label svg,
  .block-n-129_label img {
    display: block;
  }
  @media (max-width: 1399px) {
    .block-n-129_bot {
      width: 100%;
      gap: 24px;
    }
    .block-n-129_price {
      font-size: 14px;
    }
    .block-n-129_price b {
      font-size: 36px;
    }
    .block-n-129_title {
      font-size: 44px;
    }
    .block-n-129_inner {
      gap: 20px;
    }
    .block-n-129_text {
      font-size: 15px;
    }
    .block-n-129_list {
      gap: 8px;
    }
    .block-n-129_list-item {
      padding: 8px;
      gap: 8px;
      font-size: 15px;
    }
    .block-n-129_btns {
      gap: 10px;
    }
    .block-n-129_btns .b-btn {
      padding: 0 16px;
    }
    .block-n-129_btns .btn-bordered {
      gap: 8px;
      padding-left: 5px;
    }
    .block-n-129_label {
      font-size: 15px;
    }
  }
  @media (max-width: 1299px) and (min-width: 768px) {
    .block-n-129_btns .b-btn {
      font-size: 13px;
    }
  }
  @media (max-width: 1279px) and (min-width: 1200px) {
    .block-n-129_bot {
      gap: 20px;
    }
    .block-n-129_price b {
        font-size: 32px;
    }
  }
  @media (max-width: 1199px) and (min-width: 768px) {
    .block-n-129_bot {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .block-n-129_price {
      flex-direction: row;
      gap: 20px;
      align-items: center;
    }
    .block-n-129_btns .b-btn {
      padding: 0 20px;
      font-size: 14px;
    }
    .block-n-129_btns .btn-bordered {
      gap: 8px;
      padding-left: 5px;
    }
    .block-n-129_list-item {
      font-size: 14px;
      padding: 6px 8px;
    }
    .block-n-129_text {
      font-size: 14px;
    }
    .block-n-129_list {
      gap: 6px;
    }
    .block-n-129_title {
      font-size: 40px;
    }
    .block-n-129_price b {
      font-size: 34px;
    }
    .block-n-129_labels {
      top: 10px;
      right: 10px;
    }
    .block-n-129_label {
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-n-129_img {
      flex: 0 0 39%;
    }
    .block-n-129_img img {
      height: 380px;
      max-height: 380px;
      width: 100%;
      object-fit: cover;
      object-position: center;
    }
    .block-n-129_label {
      font-size: 13px;
      padding: 3px 6px;
      gap: 6px;
    }
    .block-n-129_title {
      font-size: 36px;
    }
    .block-n-129_price b {
      font-size: 32px;
    }
  }
  @media (max-width: 767px) {
    .block-n-129 {
      gap: 20px;
      flex-direction: column;
    }
    .block-n-129_img {
      flex: 0 0 auto;
      width: 100%;
    }
    .block-n-129_img img {
      width: 100%;
    }
    .block-n-129_labels {
      top: 12px;
      right: 12px;
    }
    .block-n-129_label {
      font-size: 13px;
      font-weight: 600;
      line-height: 18px;
      padding: 3px 8px;
      gap: 8px;
    }
    .block-n-129_title {
      font-size: 32px;
    }
    .block-n-129_list {
      gap: 6px;
    }
    .block-n-129_list-item {
      font-size: 14px;
      padding: 6px 8px;
    }
    .block-n-129_text {
      font-size: 14px;
    }
    .block-n-129_bot {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .block-n-129_price {
      flex-direction: row;
      gap: 16px;
      align-items: center;
    }
    .block-n-129_btns {
      flex-wrap: wrap;
      gap: 8px;
    }
    .block-n-129_btns .b-btn {
      padding: 0 16px;
      font-size: 14px;
    }
    .block-n-129_btns .btn-bordered {
      gap: 8px;
      padding-left: 5px;
      font-size: 13px;
    }
    .block-n-129_price b {
      font-size: 32px;
    }
  }
  @media (max-width: 389px) {
    .block-n-129_price b {
      font-size: 30px;
    }
    .block-n-129_price {
      gap: 12px;
      flex-wrap: wrap;
    }
    .block-n-129_btns .b-btn {
      padding: 0 30px;
    }
    .block-n-129_btns .btn-bordered {
      gap: 8px;
      padding-left: 5px;
      padding-right: 20px;
    }
  }

.block-n-130 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
  .block-n-130_block {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .block-n-130_img {
    flex: 0 0 calc(50% - 10px);
  }
  .block-n-130_img img {
    display: block;
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .block-n-130_info {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .block-n-130_title {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main);
  }
  .block-n-130_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-text-main);
  }
  .block-n-130_list li {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  @media (max-width: 1399px) and (min-width: 992px) {
    .block-n-130_title {
      font-size: 15px;
    }
    .block-n-130_list {
      font-size: 15px;
    }
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .block-n-130_block {
      gap: 15px;
    }
    .block-n-130_img {
      flex: 0 0 calc(50% - 15px);
    }
    .block-n-130_info {
      flex: 0 0 50%;
    }
    .block-n-130_title {
      font-size: 14px;
    }
    .block-n-130_list {
      font-size: 14px;
      line-height: 16px;
    }
    .block-n-130_list li {
      padding: 10px 8px 10px 10px;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-n-130 {
      flex-direction: column;
      gap: 30px;
    }
    .block-n-130_block {
      gap: 20px;
    }
    .block-n-130_img {
      flex: 0 0 calc(50% - 10px);
      max-width: 335px;
    }
    .block-n-130_info {
      flex: 0 1 100%;
      min-width: 0;
    }
    .block-n-130_title {
      font-size: 15px;
    }
    .block-n-130_list {
      font-size: 15px;
    }
  }
  @media (max-width: 767px) {
    .block-n-130 {
      flex-direction: column;
      gap: 25px;
    }
    .block-n-130_block {
      flex-direction: column;
      gap: 15px;
    }
    .block-n-130_img {
      flex: 0 0 auto;
      width: 100%;
    }
    .block-n-130_info {
      flex: 0 0 auto;
      min-width: 0;
      width: 100%;
      gap: 15px;
    }
    .block-n-130_title {
      font-size: 14px;
    }
    .block-n-130_list {
      font-size: 14px;
      line-height: 16px;
      gap: 8px;
    }
    .block-n-130_list li {
      padding: 10px 10px 10px 10px;
    }
  }

.block-n-131 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
  .block-n-131_item {
    position: relative;
    flex: 0 0 calc(100% / 4 - 60px / 4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    min-height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }
  .block-n-131_title {
    position: relative;
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-text-main);
  }
  .block-n-131_price {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #0079FF;
  }
  .block-n-131_link {
    display: block;
    width: 100%;
    margin: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #04BF68;
  }
  @media (max-width: 1399px) and (min-width: 768px) {
    .block-n-131_item {
      min-height: 124px;
    }
    .block-n-131_title {
      font-size: 18px;
    }
    .block-n-131_price {
      font-size: 17px;
    }
    .block-n-131_link {
      font-size: 18px;
    }
  }
  @media (max-width: 1279px) and (min-width: 992px) {
    .block-n-131_item {
      flex: 0 0 calc(100% / 3 - 40px / 3);
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-n-131 {
      gap: 10px;
    }
    .block-n-131_item {
      flex: 0 0 calc(50% - 5px);
      padding: 16px 20px;
      gap: 18px;
      border-radius: 15px;
      min-height: 0;
    }
    .block-n-131_title {
      font-size: 16px;
    }
    .block-n-131_price {
      font-size: 15px;
    }
    .block-n-131_link {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .block-n-131 {
      gap: 10px;
    }
    .block-n-131_item {
      flex: 0 0 100%;
      padding: 16px 20px;
      gap: 18px;
      border-radius: 15px;
      min-height: 0;
    }
    .block-n-131_title {
      font-size: 16px;
    }
    .block-n-131_price {
      font-size: 15px;
    }
    .block-n-131_link {
      font-size: 16px;
      padding: 15px 0;
    }
  }

.block-n-132 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
  gap: 40px;
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
}
  .block-n-132_info {
    flex: 0 1 100%;
  }
  .block-n-132_subtitle {
    position: relative;
    display: block;
    margin: 8px 0 0;
    padding: 0 0 0 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-text-main);
  }
  .block-n-132_subtitle:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='5.5' fill='%2304BF68' stroke='%23CBEDDD' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
  }
  .block-n-132_btns {
    flex: 0 0 510px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  .block-n-132_btns .b-btn {
    font-size: 14px;
    border-radius: 10px;
    flex: 0 1 100%;
  }
  .block-n-132_btns .b-btn.block-n-132_btn-half {
    flex: 0 1 calc(50% - 5px);
  }
  @media (max-width: 1399px) and (min-width: 768px) {
    .block-n-132_subtitle {
      font-size: 18px;
    }
    .block-n-132_subtitle:before {
      top: 6px;
    }
    .block-n-132_btns {
      flex: 0 0 480px;
    }
  }
  @media (max-width: 1279px) and (min-width: 768px) {
    .block-n-132 {
      padding: 40px 30px;
      gap: 30px;
    }
    .block-n-132_btns {
      flex: 0 0 460px;
    }
  }
  @media (max-width: 1199px) and (min-width: 768px) {
    .block-n-132_btns {
      flex: 0 0 360px;
    }
    .block-n-132_subtitle {
      font-size: 18px;
    }
    .block-n-132_subtitle:before {
      top: 6px;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-n-132 {
      padding: 30px 20px 40px;
      flex-direction: column;
      gap: 24px;
    }
    .block-n-132_info {
      width: 500px;
      margin: 0 auto;
    }
    .block-n-132_subtitle {
      font-size: 16px;
      margin-top: 8px;
    }
    .block-n-132_subtitle:before {
      top: 5px;
    }
    .block-n-132_btns {
      flex: 0 0 auto;
      width: 500px;
    }
  }
  @media (max-width: 767px) {
    .block-n-132 {
      padding: 24px 20px 24px;
      flex-direction: column;
      gap: 20px;
    }
    .block-n-132 .section-title {
      line-height: 120%;
    }
    .block-n-132_info {
      width: 100%;
      margin: 0;
    }
    .block-n-132_subtitle {
      font-size: 14px;
      margin-top: 10px;
    }
    .block-n-132_subtitle:before {
      top: 3px;
    }
    .block-n-132_btns {
      flex: 0 0 auto;
      width: 100%;
      margin: 0;
    }
  }

.block-n-133 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
  .block-n-133_item {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    transition: all 0.2s ease;
  }
  .block-n-133_item-head {
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 20px 54px 20px 0;
    padding-right: 54px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5455;
    color: var(--color-text-main);
    user-select: none;
  }
  .block-n-133_item-head:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 0;
    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 34C26.3888 34 34 26.3888 34 17C34 7.61116 26.3888 0 17 0C7.61116 0 0 7.61116 0 17C0 26.3888 7.61116 34 17 34Z' fill='%2304BF68'/%3E%3Cpath d='M17.0003 22.0997C16.7766 22.101 16.5548 22.0581 16.3477 21.9735C16.1406 21.8889 15.9522 21.7643 15.7933 21.6067L10.6933 16.5067C10.3732 16.1866 10.1934 15.7524 10.1934 15.2997C10.1934 14.847 10.3732 14.4128 10.6933 14.0927C11.0134 13.7726 11.4476 13.5928 11.9003 13.5928C12.353 13.5928 12.7872 13.7726 13.1073 14.0927L17.0003 18.0027L20.8933 14.0927C21.2134 13.7726 21.6476 13.5928 22.1003 13.5928C22.553 13.5928 22.9872 13.7726 23.3073 14.0927C23.6274 14.4128 23.8073 14.847 23.8073 15.2997C23.8073 15.7524 23.6274 16.1866 23.3073 16.5067L18.2073 21.6067C18.0485 21.7643 17.8601 21.8889 17.653 21.9735C17.4458 22.0581 17.224 22.101 17.0003 22.0997Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
  }
  .block-n-133_item.open {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  }
  .block-n-133_item.open .block-n-133_item-head:after {
    transform: rotate(-180deg);
    opacity: 0.4;
  }
  .block-n-133_item-inner {
    display: none;
    padding: 0 0 20px;
  }
  .block-n-133_item-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-main);
  }
  .block-n-133_item-text p {
    margin: 0;
  }
  @media (max-width: 1199px) and (min-width: 768px) {
    .block-n-133_item-head {
      font-size: 21px;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .block-n-133_item-head {
      font-size: 20px;
    }
    .block-n-133_item-text {
      font-size: 15px;
    }
  }
  @media (max-width: 767px) {
    .block-n-133 {
      gap: 15px;
    }
    .block-n-133_item {
      padding: 0 20px;
    }
    .block-n-133_item-head {
      padding: 15px 40px 15px 0;
      font-size: 18px;
      line-height: 1.4;
    }
    .block-n-133_item-head:after {
      background-size: 28px auto;
      right: 0;
      width: 28px;
      height: 28px;
      margin-top: -14px;
    }
    .block-n-133_item-inner {
      padding-bottom: 20px;
    }
    .block-n-133_item-text {
      font-size: 14px;
    }
  }
  @media (max-width: 419px) {
    .block-n-133_item-head {
      font-size: 17px;
    }
  }
  @media (max-width: 389px) {
    .block-n-133 {
      gap: 10px;
    }
    .block-n-133_item-head {
      font-size: 16px;
    }
    .block-n-133_item {
      padding: 0 15px;
    }
    .block-n-133_item-head {
      padding: 12px 40px 12px 0;
    }
    .block-n-133_item-inner {
      padding-bottom: 15px;
    }
  }