/*! 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: #0A0F0D;
  --color-text-secont: #4FD6D8;
  --color-red: #FF4956;
  --color-bg-main: #434292;
  --color-bg-grey: #F9F9F9;
  --color-border: #EDEDED;
}

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

body {
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  line-height: 150%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

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

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

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

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

textarea {
  resize: vertical;
}

button {
  font-family: "Nunito Sans", sans-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: "Nunito Sans", sans-serif;
}

select {
  font-family: "Nunito Sans", sans-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: 0.75;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__infobar span {
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-display: swap;
  font-family: "Halvar";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Halvar-Breitschrift-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Halvar";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/Halvar-Breitschrift-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Halvar";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Halvar-Breitschrift-Bold.woff2") format("woff2");
}
body {
  background: var(--color-bg-grey);
  min-width: 360px;
  min-height: 0;
}

.page__inner {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1440px;
}
@media all and (max-width: 1419px) {
  .page__inner {
    padding: 0 40px;
  }
}
@media all and (max-width: 1279px) {
  .page__inner {
    padding: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .page__inner {
    padding: 0 20px;
  }
}

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

input[type=text],
input[type=tel],
input[type=password],
input[type=phone],
input[type=email],
input[type=date],
input[type=number],
textarea {
  display: block;
  height: 48px;
  border: 1px solid #EDEDED;
  background-color: var(--color-bg-grey);
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-text-main);
  border-radius: 15px;
  -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, input[type=date]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(10, 15, 13, 0.75);
}
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, input[type=date]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(10, 15, 13, 0.75);
}
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, input[type=date]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(10, 15, 13, 0.75);
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=phone]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: rgba(10, 15, 13, 0.75);
}
textarea {
  line-height: 20px;
  padding: 14px 20px;
  min-height: 134px;
  resize: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.b-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 56px;
  line-height: 150%;
  padding: 0 40px;
  gap: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--color-bg-main);
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-btn img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-btn.btn-sm {
  height: 42px;
  padding: 0 40px;
  font-size: 14px;
}
.b-btn.btn-secondary {
  background-color: var(--color-red);
}
.page {
  position: relative;
}

.b-hide {
  display: none;
}

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

@media all and (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
}

.page-section {
  position: relative;
  margin: 120px 0 0;
}
.page-section_inner {
  position: relative;
  margin: 50px 0 0;
}
@media all and (max-width: 1199px) {
  .page-section {
    margin-top: 100px;
  }
  .page-section_inner {
    margin: 40px 0 0;
  }
}
@media all and (max-width: 1023px) {
  .page-section {
    margin-top: 80px;
  }
  .page-section_inner {
    margin: 40px 0 0;
  }
}
@media all and (max-width: 767px) {
  .page-section {
    margin-top: 50px;
  }
  .page-section_inner {
    margin: 30px 0 0;
  }
}

.section-title {
  position: relative;
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  font-style: normal;
  font-family: "Halvar", sans-serif;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .section-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .section-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.section-title b {
  font-weight: 600;
  color: var(--color-text-secont);
}
@media all and (max-width: 1199px) and (min-width: 768px) {
  .section-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .section-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media all and (max-width: 767px) {
  .section-title {
    font-size: 25px;
    line-height: 35px;
  }
}

.page-text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .page-text {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .page-text {
    font-size: 16px;
    line-height: 150%;
  }
}
@media all and (max-width: 1199px) {
  .page-text {
    font-size: 24px;
  }
}
@media all and (max-width: 1023px) {
  .page-text {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .page-text {
    font-size: 18px;
  }
}

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

.slider-button-next, .slider-button-prev {
  position: absolute;
  top: 50%;
  margin: -38px 0 0;
  width: 54px;
  height: 75px;
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='75' viewBox='0 0 54 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.3504 3.0629e-05C53.3504 3.0629e-05 55.536 11.8106 23.7324 11.8106C-8.07117 11.8106 -7.74979 59.9846 23.7324 59.9846C55.2147 59.9846 53.3504 74.335 53.3504 74.335L53.3504 3.0629e-05Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M29.6907 37.1784C29.6912 37.4121 29.6098 37.6385 29.4607 37.8184L25.4607 42.8184C25.291 43.0227 25.0471 43.1511 24.7826 43.1755C24.5182 43.1998 24.2549 43.1182 24.0507 42.9484C23.8465 42.7787 23.7181 42.5348 23.6937 42.2704C23.6693 42.0059 23.751 41.7427 23.9207 41.5384L27.4007 37.1784L24.0807 32.8184C23.9976 32.7161 23.9356 32.5985 23.8982 32.4721C23.8607 32.3458 23.8487 32.2133 23.8626 32.0823C23.8765 31.9512 23.9162 31.8242 23.9794 31.7086C24.0426 31.593 24.128 31.491 24.2307 31.4084C24.3335 31.3169 24.4542 31.2475 24.585 31.2047C24.7159 31.1619 24.8542 31.1466 24.9913 31.1598C25.1283 31.1729 25.2612 31.2142 25.3816 31.2811C25.5019 31.348 25.6072 31.439 25.6907 31.5484L29.5207 36.5484C29.6462 36.7335 29.7061 36.9553 29.6907 37.1784Z' fill='%230A0F0D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 5;
}
.slider-button-next.swiper-button-disabled, .slider-button-prev.swiper-button-disabled {
  opacity: 0;
}
.slider-button-next:before, .slider-button-prev:before {
  display: none;
}
.slider-button-next {
  right: 0;
}
.slider-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='75' viewBox='0 0 54 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.031913 3.0629e-05C0.031913 3.0629e-05 -2.15371 11.8106 29.6499 11.8106C61.4535 11.8106 61.1321 59.9846 29.6499 59.9846C-1.83233 59.9846 0.0319209 74.335 0.0319209 74.335L0.031913 3.0629e-05Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M23.6916 37.1784C23.6912 37.4121 23.7725 37.6385 23.9216 37.8184L27.9216 42.8184C28.0914 43.0227 28.3353 43.1511 28.5997 43.1755C28.8641 43.1998 29.1274 43.1182 29.3316 42.9484C29.5358 42.7787 29.6643 42.5348 29.6886 42.2704C29.713 42.0059 29.6314 41.7427 29.4616 41.5384L25.9816 37.1784L29.3016 32.8184C29.3847 32.7161 29.4467 32.5985 29.4841 32.4721C29.5216 32.3458 29.5337 32.2133 29.5197 32.0823C29.5058 31.9512 29.4661 31.8242 29.4029 31.7086C29.3398 31.593 29.2543 31.491 29.1516 31.4084C29.0488 31.3169 28.9282 31.2475 28.7973 31.2047C28.6664 31.1619 28.5281 31.1466 28.3911 31.1598C28.254 31.1729 28.1211 31.2142 28.0008 31.2811C27.8804 31.348 27.7752 31.439 27.6916 31.5484L23.8616 36.5484C23.7361 36.7335 23.6762 36.9553 23.6916 37.1784Z' fill='%230A0F0D'/%3E%3C/svg%3E%0A");
}
.b-tabs-wrap {
  margin: 30px 0 0;
}
.b-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-grey);
  border-radius: 16px;
}
.b-tabs-nav_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 44px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-main);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 12px;
  white-space: nowrap;
}
.b-tabs-nav_item.active {
  background-color: #fff;
  font-weight: 700;
}
.b-tabs_block {
  display: none;
}

.b-more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 50px 0 0;
}
@media all and (max-width: 1023px) {
  .b-more-btn {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .b-more-btn {
    margin-top: 40px;
    display: none;
  }
  .b-more-btn .b-btn {
    width: 100%;
    padding: 0 10px;
  }
}

.overlay_wrap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  min-width: 340px;
  background: rgba(205, 205, 205, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.overlay_bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}
.overlay_block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  right: -100%;
  top: 0px;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overlay_inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 680px;
  padding: 50px 50px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 50px;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 24px 0 0 24px;
  z-index: 1000;
}
.overlay_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin: 0;
  padding: 0 50px 0 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  font-style: normal;
  font-family: "Halvar", sans-serif;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .overlay_title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .overlay_title {
    font-size: 25px;
    line-height: 30px;
  }
}
.overlay_title {
  font-weight: 500;
}
.overlay_form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 16px;
}
.overlay_form-field {
  width: 100%;
}
.overlay_form-field input, .overlay_form-field textarea {
  width: 100%;
}
.overlay_form-btn .b-btn {
  padding: 0 55px;
}
.overlay_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 8px;
  margin: auto 0 0;
}
.overlay_contact-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  margin: 0 0 22px;
}
.overlay_contact-social-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.overlay_contact-social-item svg, .overlay_contact-social-item img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}
.overlay_contact-item {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-text-main);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.overlay_contact-item:hover {
  color: var(--color-red);
}
.overlay_contact-logo {
  display: block;
  margin: 22px 0 0;
}
.overlay_contact-logo img {
  max-width: 100%;
}
.overlay_close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 54px;
  height: 60px;
  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='M9.07977 7.77767C8.72017 7.41806 8.13713 7.41806 7.77752 7.77767C7.41791 8.13728 7.41791 8.72032 7.77752 9.07993L15.6976 17L7.91984 24.7777C7.56023 25.1373 7.56023 25.7203 7.91984 26.0799C8.27945 26.4395 8.86249 26.4395 9.2221 26.0799L16.9998 18.3022L24.7775 26.0799C25.1371 26.4395 25.7202 26.4395 26.0798 26.0799C26.4394 25.7203 26.4394 25.1373 26.0798 24.7777L18.3021 17L26.2221 9.07993C26.5817 8.72032 26.5817 8.13728 26.2221 7.77767C25.8625 7.41806 25.2794 7.41806 24.9198 7.77767L16.9998 15.6977L9.07977 7.77767Z' fill='%23717681'/%3E%3C/svg%3E%0A");
  -webkit-background-size: auto auto;
          background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 5;
}
.overlay_message {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
  text-align: center;
}
.overlay_message-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
}
.overlay_message-icon img, .overlay_message-icon svg {
  display: block;
  margin: auto;
  max-width: 100%;
}
.overlay_message .b-btn {
  margin-top: 10px;
}
.overlay_message-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  font-style: normal;
  font-family: "Halvar", sans-serif;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .overlay_message-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .overlay_message-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.overlay_message-title {
  font-weight: 500;
}
.overlay_message p {
  margin: 0;
}
@media all and (max-width: 1199px) {
  .overlay_inner {
    max-width: 600px;
  }
}
@media all and (max-width: 1023px) {
  .overlay_inner {
    max-width: 540px;
    padding: 40px;
    gap: 40px;
  }
  .overlay_close {
    top: 30px;
    right: 30px;
  }
  .overlay_contact-logo {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .overlay_block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    right: 0;
    bottom: -100%;
    top: auto;
    height: auto;
  }
  .overlay_inner {
    padding: 30px 20px;
    border-radius: 24px 24px 0 0;
    gap: 20px;
  }
  .overlay_title {
    line-height: 34px;
  }
  .overlay_contact {
    display: none;
  }
  .overlay_form {
    gap: 16px;
  }
  .overlay_close {
    top: 25px;
    right: 10px;
    height: 44px;
  }
  .overlay_message {
    gap: 10px;
  }
  .overlay_message-icon {
    margin-bottom: 10px;
  }
  .overlay_message .b-btn {
    margin-top: 10px;
  }
}

.overlayOpen .overlay_block {
  right: 0;
}
@media all and (max-width: 767px) {
  .overlayOpen .overlay_block {
    bottom: 0;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin: 0;
  z-index: 199;
}
.header .page__inner {
  position: relative;
}
.header_inner {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0px 0px 50px 50px;
}
.header_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 30px;
  padding: 20px 0;
  height: 100px;
}
.header_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  z-index: 5;
}
.header_logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.header_menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text-main);
}
.header_menu a {
  color: var(--color-text-main);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_menu a:hover {
  color: var(--color-red);
}
.header_phone {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  margin: 0;
  background-color: var(--color-bg-main);
  border-radius: 15px;
}
.header_phone svg, .header_phone img {
  display: block;
  margin: auto;
}
.header_side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
}
.header_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header_mmenu {
  display: none;
}
.header_mbtn {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  margin: 0;
  background-color: var(--color-bg-main);
  border-radius: 15px;
}
.header_mbtn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 10H18.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.25 17.5H18.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.25 2.5H18.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.header_mbtn svg, .header_mbtn img {
  display: block;
  margin: auto;
}
@media all and (max-width: 1199px) and (min-width: 1024px) {
  .header_main {
    gap: 25px;
  }
  .header_menu {
    gap: 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  .header {
    height: 80px;
  }
  .header_inner {
    border-radius: 0px 0px 30px 30px;
  }
  .header_main {
    position: relative;
    height: 80px;
    z-index: 1000;
  }
  .header_mbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .header_btn {
    display: none;
  }
  .header_menu {
    display: none;
  }
  .header_mmenu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 80px;
    background-color: #F9F9F9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 998;
  }
  .header_mmenu-inner {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 30px;
    overflow-y: auto;
    padding: 30px 30px 40px;
  }
  .header_mmenu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 35px;
  }
  .header_mmenu-list a {
    display: block;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #0A0F0D;
  }
  .header_mmenu-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 8px;
  }
  .header_mmenu-contacts-item {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--color-text-main);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .header_mmenu-contacts-item:hover {
    color: var(--color-red);
  }
  .header_mmenu-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 12px;
    margin: 0 0 22px;
  }
  .header_mmenu-social-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header_mmenu-social-item svg, .header_mmenu-social-item img {
    display: block;
    max-width: 50px;
    max-height: 50px;
  }
  .header.open .header_mmenu {
    visibility: visible;
    opacity: 1;
  }
  .header.open .header_mbtn:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9496 3.63657C15.34 3.24611 15.9731 3.24625 16.3637 3.63657C16.7542 4.02709 16.7542 4.66011 16.3637 5.05063L11.4135 9.99985L16.3637 14.95C16.7542 15.3405 16.7541 15.9736 16.3637 16.3641C15.9731 16.7546 15.3401 16.7546 14.9496 16.3641L9.9994 11.4139L5.05018 16.3641C4.65966 16.7546 4.02664 16.7546 3.63612 16.3641C3.2458 15.9736 3.24566 15.3405 3.63612 14.95L8.58534 9.99985L3.63612 5.05063C3.24567 4.6601 3.24562 4.02707 3.63612 3.63657C4.02662 3.24614 4.65967 3.24614 5.05018 3.63657L9.9994 8.58579L14.9496 3.63657Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
@media all and (max-width: 767px) {
  .header_logo {
    max-width: 100px;
  }
  .header_phone {
    width: 38px;
    height: 38px;
  }
  .header_phone svg, .header_phone img {
    max-width: 20px;
  }
  .header_mbtn {
    width: 38px;
    height: 38px;
  }
  .header_mmenu-inner {
    padding: 30px 20px 40px;
  }
}
@media all and (max-width: 1199px) and (max-height: 639px) {
  .header_mmenu-list {
    gap: 25px;
  }
}

.footer {
  position: relative;
  margin: 0;
  padding: 80px 0 50px;
  z-index: 10;
}
.footer_inner {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 80px;
}
.footer_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer_logo img {
  display: block;
  max-width: 100%;
}
.footer_main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 280px;
}
.footer_main p {
  margin: 0;
}
.footer_main-address {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(10, 15, 13, 0.7);
}
.footer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 80px;
}
.footer_menu p {
  margin: 0;
}
.footer_menu-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
  font-weight: 300;
}
.footer_menu a {
  display: block;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.footer_menu a:hover {
  color: var(--color-red);
}
.footer_menu-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 22px;
}
.footer_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 8px;
}
.footer_contacts-item {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-text-main);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.footer_contacts-item:hover {
  color: var(--color-red);
}
.footer_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  margin: 0 0 22px;
}
.footer_social-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer_social-item svg, .footer_social-item img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}
.footer_bot {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 2px solid #EDEDED;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
.footer_bot p {
  margin: 0;
}
.footer_links-mob {
  display: none;
}
@media all and (max-width: 1199px) {
  .footer_inner {
    gap: 60px;
  }
  .footer_menu {
    gap: 60px;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .footer_inner {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .footer_main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
  .footer_contacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
  .footer_menu {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    gap: 40px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .footer_menu-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}
@media all and (max-width: 767px) {
  .footer {
    padding-top: 70px;
  }
  .footer_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    gap: 70px;
  }
  .footer_main {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer_contacts {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer_menu {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 20px;
  }
  .footer_menu-title {
    margin-bottom: 12px;
  }
  .footer_menu-col {
    font-size: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.page__main {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .page__main {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 30px;
  }
}

.block-n-01 {
  position: relative;
  height: calc(100vh + 50px);
  min-height: 800px;
  margin-bottom: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  z-index: 1;
}
.block-n-01 .page__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.block-n-01_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 160px 0 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 80px;
  z-index: 2;
}
.block-n-01_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 26px;
}
.block-n-01_title {
  display: block;
  margin: 0;
  max-width: 820px;
  font-size: 48px;
  line-height: 55px;
  font-weight: 500;
  font-family: "Halvar", sans-serif;
}
.block-n-01_text {
  display: block;
  margin: 0;
  max-width: 820px;
  font-size: 25px;
  line-height: 150%;
}
.block-n-01_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
.block-n-01_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 30px;
  padding: 30px;
  min-width: 0;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
}
.block-n-01_list-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 18px;
  color: #0A0F0D;
  min-width: 0;
}
.block-n-01_list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background-color: var(--color-red);
  border-radius: 50%;
}
.block-n-01_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-n-01_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.block-n-01_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (max-width: 1399px) {
  .block-n-01_inner {
    gap: 60px;
  }
  .block-n-01_title {
    max-width: 760px;
    font-size: 44px;
    line-height: 52px;
  }
  .block-n-01_text {
    max-width: 760px;
    font-size: 24px;
    line-height: 150%;
  }
}
@media all and (max-height: 799px) {
  .block-n-01_main {
    gap: 20px;
  }
  .block-n-01_inner {
    gap: 50px;
    padding: 150px 0 100px;
  }
}
@media all and (max-width: 1279px) and (min-width: 1200px) {
  .block-n-01_title {
    max-width: 740px;
    font-size: 42px;
    line-height: 50px;
  }
  .block-n-01_text {
    max-width: 720px;
    font-size: 22px;
    line-height: 150%;
  }
}
@media all and (max-width: 1199px) {
  .block-n-01 {
    max-height: 900px;
  }
  .block-n-01_inner {
    gap: 50px;
  }
  .block-n-01_title {
    max-width: 660px;
    font-size: 38px;
    line-height: 45px;
  }
  .block-n-01_text {
    max-width: 650px;
    font-size: 20px;
    line-height: 150%;
  }
  .block-n-01_list {
    gap: 20px 20px;
    padding: 22px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .block-n-01_list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
    font-size: 15px;
  }
  .block-n-01_list-item br {
    display: none;
  }
  .block-n-01_list-item:nth-child(1), .block-n-01_list-item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .block-n-01_inner {
    padding-bottom: 100px;
    gap: 40px;
  }
  .block-n-01_title {
    max-width: 520px;
    font-size: 32px;
    line-height: 38px;
  }
  .block-n-01_text {
    max-width: 500px;
    font-size: 18px;
    line-height: 150%;
  }
  .block-n-01_list {
    gap: 16px 20px;
    padding: 20px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .block-n-01_list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
    font-size: 14px;
  }
  .block-n-01_list-item br {
    display: none;
  }
  .block-n-01_list-item:nth-child(1), .block-n-01_list-item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media all and (max-width: 767px) {
  .block-n-01 {
    min-height: 0;
    height: auto;
    max-height: none;
    margin-bottom: -30px;
  }
  .block-n-01_inner {
    padding: 200px 0 0;
    padding-bottom: 75px;
    gap: 45px;
  }
  .block-n-01_title {
    max-width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .block-n-01_text {
    max-width: 100%;
    font-size: 16px;
    line-height: 23px;
  }
  .block-n-01_btns {
    gap: 12px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .block-n-01_btns .b-btn {
    padding: 0 30px;
    height: 48px;
  }
  .block-n-01_list {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border-radius: 30px;
  }
  .block-n-01_list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    width: 100%;
  }
  .block-n-01_list-item:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .block-n-01_list-item br {
    display: none;
  }
  .block-n-01_list-item:nth-child(1), .block-n-01_list-item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

.block-n-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 30px;
}
.block-n-02_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.block-n-02_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-02_text {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-02_text {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-02_text p {
  margin: 0;
}
.block-n-02_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.94%;
          flex: 0 0 51.94%;
}
.block-n-02_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
  padding: 30px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-02_item {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-02_item {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-02_item {
  line-height: 152%;
  background-color: #F9F9F9;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}
.block-n-02_item:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.3%;
          flex: 0 0 54.3%;
}
.block-n-02_item:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(45.7% - 24px);
          flex: 0 0 calc(45.7% - 24px);
}
.block-n-02_item:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46.12%;
          flex: 0 0 46.12%;
}
.block-n-02_item:nth-child(4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(53.88% - 24px);
          flex: 0 0 calc(53.88% - 24px);
}
.block-n-02_item p {
  margin: 0;
}
.block-n-02_item b {
  display: block;
  font-size: 40px;
  line-height: 100%;
  font-family: "Halvar", sans-serif;
  font-weight: 700;
  color: var(--color-bg-main);
}
@media all and (max-width: 1199px) {
  .block-n-02_inner {
    max-width: 380px;
  }
  .block-n-02_list {
    gap: 20px;
  }
  .block-n-02_item {
    padding: 24px;
    border-radius: 20px;
  }
  .block-n-02_item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(45.7% - 20px);
            flex: 0 0 calc(45.7% - 20px);
  }
  .block-n-02_item:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(53.88% - 20px);
            flex: 0 0 calc(53.88% - 20px);
  }
  .block-n-02_item p {
    margin: 0;
  }
  .block-n-02_item b {
    font-size: 35px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .block-n-02_inner {
    gap: 30px;
    max-width: 80%;
  }
  .block-n-02_text {
    gap: 20px;
  }
  .block-n-02_list {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .block-n-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .block-n-02_inner {
    gap: 20px;
    max-width: 100%;
  }
  .block-n-02_text {
    gap: 20px;
  }
  .block-n-02_list {
    gap: 15px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .block-n-02_item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 29px;
    font-size: 20px;
    line-height: 25px;
    border-radius: 24px;
  }
  .block-n-02_item b {
    font-size: 33px;
    line-height: 35px;
  }
}

.block-n-03 {
  position: relative;
}
.block-n-03 .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.block-n-03 .swiper-slide {
  height: auto;
  width: 430px;
}
.block-n-03_item {
  position: relative;
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-grey);
  border-radius: 24px;
  overflow: hidden;
}
.block-n-03_label {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 32px;
  margin: 0;
  padding: 0 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: var(--color-text-main);
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  z-index: 5;
}
.block-n-03_img {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 268px;
  z-index: 1;
}
.block-n-03_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.block-n-03_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-n-03_inner {
  padding: 30px 25px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
}
.block-n-03_title {
  display: block;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Halvar", sans-serif;
}
.block-n-03_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
}
.block-n-03_desc p {
  margin: 0;
}
.block-n-03_desc ul {
  margin: 0;
  padding: 0 0 0 22px;
}
.block-n-03_desc li {
  list-style: disc;
  letter-spacing: -0.01em;
}
.block-n-03_link {
  margin: auto 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FF4956;
}
.block-n-03_link a {
  display: block;
  border-bottom: 1px solid var(--color-red);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-n-03_link a:hover {
  border-color: transparent;
}
@media all and (max-width: 1199px) {
  .block-n-03 .swiper-slide {
    height: auto;
    width: 380px;
  }
  .block-n-03_inner {
    padding: 30px 20px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-03 .swiper-slide {
    height: auto;
    width: 360px;
  }
  .block-n-03_inner {
    padding: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .block-n-03 .swiper {
    display: block;
    width: 100%;
  }
  .block-n-03 .swiper-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .block-n-03 .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    width: 100%;
    gap: 15px;
  }
  .block-n-03 .slider-button-prev,
  .block-n-03 .slider-button-next {
    display: none;
  }
  .block-n-03_inner {
    padding: 30px 15px;
  }
  .block-n-03_title {
    font-size: 20px;
    line-height: 24px;
  }
  .block-n-03_desc li {
    letter-spacing: 0;
  }
}

.color-red {
  color: var(--color-red);
}

.block-n-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.block-n-04_block {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 18px 40px 18px 0px;
  background: var(--color-bg-grey);
  border: 1px solid var(--color-border);
  border-radius: 24px;
}
.block-n-04_block-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
          flex: 0 0 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.block-n-04_block-img img {
  display: block;
  margin: auto;
  width: 129px;
}
.block-n-04_block-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
}
.block-n-04_block-info p {
  margin: 0;
}
.block-n-04_block-title {
  display: block;
  font-weight: 500;
  font-family: "Halvar", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #050C26;
}
.block-n-04_block-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 32px;
}
.block-n-04_block-btn .b-btn {
  padding: 0 20px;
  gap: 16px;
}
.block-n-04_block-btn .b-btn .btn-divider {
  height: 20px;
  width: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: #fff;
}
.block-n-04_table {
  position: relative;
  width: 100%;
  padding: 40px 35px 24px;
  background: var(--color-bg-grey);
  border: 1px solid var(--color-border);
  border-radius: 24px;
}
.block-n-04_table-inner {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.block-n-04_table-row {
  display: table-row;
}
.block-n-04_table-col {
  display: table-cell;
  width: 33%;
}
.block-n-04_table-th {
  padding-right: 30px;
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0A0F0D;
}
.block-n-04_table-th:last-child {
  padding-right: 0;
}
.block-n-04_table-td {
  padding: 16px 30px 16px 0;
  border-top: 1px solid var(--color-border);
  vertical-align: middle;
}
.block-n-04_table-td p {
  margin: 0;
  max-width: 230px;
}
.block-n-04_table-td:last-child {
  padding-right: 0;
}
.block-n-04_table-btn {
  width: 200px;
  min-width: 200px;
}
.block-n-04_table-btn .b-btn {
  padding: 0 20px;
  width: 100%;
}
.block-n-04_table-mob {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.block-n-04_table-mob p {
  margin: 0;
}
.block-n-04_table-mob-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 24px;
  width: 100%;
  padding: 19px;
  background: var(--color-bg-grey);
  border: 1px solid var(--color-border);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0A0F0D;
  border-radius: 24px;
}
.block-n-04_table-mob-head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
.block-n-04_table-mob-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.block-n-04_table-mob-line {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
}
.block-n-04_table-mob-line p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
}
.block-n-04_table-mob-line .color-red {
  font-weight: 600;
}
.block-n-04_table-mob-btn {
  width: 100%;
}
.block-n-04_table-mob-btn .b-btn {
  width: 100%;
  height: 48px;
  border-radius: 20px;
  letter-spacing: 0.02em;
}
@media all and (max-width: 1199px) {
  .block-n-04_block {
    padding-right: 30px;
  }
  .block-n-04_block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .block-n-04_block {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 30px;
    gap: 10px 0;
    padding: 24px 24px 32px 0;
  }
  .block-n-04_block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .block-n-04_block-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 240px);
            flex: 0 0 calc(100% - 240px);
  }
  .block-n-04_block-btn {
    margin: 0 0 0 240px;
  }
  .block-n-04_table {
    padding: 40px 20px 24px;
  }
  .block-n-04_table-th {
    padding-right: 24px;
    font-size: 14px;
  }
  .block-n-04_table-th:last-child {
    padding-right: 0;
  }
  .block-n-04_table-td {
    padding: 16px 24px 16px 0;
    font-size: 14px;
  }
  .block-n-04_table-td:last-child {
    padding-right: 0;
  }
  .block-n-04_table-btn {
    width: 160px;
    min-width: 160px;
  }
  .block-n-04_table-btn .b-btn {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .block-n-04 {
    gap: 15px;
  }
  .block-n-04_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .block-n-04_block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 76px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .block-n-04_block-img picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .block-n-04_block-img img {
    width: auto;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
  }
  .block-n-04_block-title {
    font-size: 20px;
    line-height: 24px;
  }
  .block-n-04_block-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .block-n-04_block-btn {
    margin: 12px 0 0;
    width: 100%;
  }
  .block-n-04_table {
    padding: 0;
    background-color: transparent;
    border: none;
    display: block;
  }
  .block-n-04_table-inner {
    display: none;
  }
  .block-n-04_table-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

.block-n-05 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
.block-n-05_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 16px);
          flex: 0 0 calc(33.3333333333% - 16px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 30px;
  width: 100%;
  padding: 29px;
  background: var(--color-bg-grey);
  border: 1px solid var(--color-border);
  border-radius: 24px;
}
.block-n-05_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.block-n-05_img source {
  display: block;
  width: 100%;
}
.block-n-05_img img {
  display: block;
  max-width: 100%;
}
.block-n-05_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
}
.block-n-05_inner p {
  margin: 0;
}
.block-n-05_title {
  display: block;
  font-family: "Halvar", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0A0F0D;
}
@media all and (max-width: 1279px) {
  .block-n-05 {
    gap: 20px;
  }
  .block-n-05_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
  .block-n-05_title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (max-width: 1199px) {
  .block-n-05_item {
    padding: 29px 19px;
  }
  .block-n-05_title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .block-n-05 {
    gap: 15px;
  }
  .block-n-05_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 10px);
            flex: 0 0 calc(33.3333333333% - 10px);
    padding: 24px 19px;
    gap: 25px;
  }
  .block-n-05_inner {
    font-size: 15px;
  }
  .block-n-05_title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .block-n-05 {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .block-n-05_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: 19px;
    gap: 20px;
  }
  .block-n-05_title {
    font-size: 20px;
  }
}

.block-n-06_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 80px;
}
.block-n-06_head-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.block-n-06_head-inner .section-title {
  letter-spacing: -0.5px;
}
.block-n-06_head-side {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 51.94%;
          flex: 0 1 51.94%;
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-06_head-side {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-06_head-side {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-06_head-side p {
  margin: 0;
}
.block-n-06_inner {
  position: relative;
  margin: 50px 0 0;
}
.block-n-06_slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.block-n-06_slider .swiper-slide {
  height: auto;
  width: 430px;
}
.block-n-06_slider-item {
  position: relative;
  width: 100%;
  border: 1px solid var(--color-border);
  overflow: hidden;
  border-radius: 24px;
}
.block-n-06_slider-label {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 32px;
  margin: 0;
  padding: 0 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: var(--color-text-main);
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  z-index: 5;
}
.block-n-06_slider-img {
  display: block;
  width: 100%;
}
.block-n-06_slider-img picture {
  display: block;
  width: 100%;
}
.block-n-06_slider-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.block-n-06_image {
  display: block;
}
.block-n-06_image img {
  display: block;
  max-width: 100%;
}
@media all and (max-width: 1449px) {
  .block-n-06_head-inner {
    gap: 25px;
  }
  .block-n-06_head-side {
    font-size: 23px;
  }
}
@media all and (max-width: 1359px) {
  .block-n-06_head-inner {
    gap: 30px;
  }
  .block-n-06_head-side {
    font-size: 22px;
  }
}
@media all and (max-width: 1199px) {
  .block-n-06_head {
    gap: 60px;
  }
  .block-n-06_head-side {
    font-size: 21px;
  }
  .block-n-06_slider .swiper-slide {
    height: auto;
    width: 380px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-06_inner {
    margin-top: 40px;
  }
  .block-n-06_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .block-n-06_head-side {
    font-size: 21px;
  }
  .block-n-06_slider .swiper-slide {
    height: auto;
    width: 360px;
  }
}
@media all and (max-width: 767px) {
  .block-n-06_head {
    gap: 20px;
  }
  .block-n-06_head-inner {
    width: 100%;
    gap: 20px;
  }
  .block-n-06_head .b-tabs-nav {
    width: 100%;
  }
  .block-n-06_head-side {
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-06_inner {
    margin-top: 30px;
  }
  .block-n-06_slider .swiper {
    display: block;
    width: 100%;
  }
  .block-n-06_slider .swiper-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .block-n-06_slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    width: 100%;
    gap: 15px;
  }
  .block-n-06_slider .slider-button-prev,
  .block-n-06_slider .slider-button-next {
    display: none;
  }
  .block-n-06_slider-img {
    height: 472px;
  }
  .block-n-06_slider-img picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .block-n-06_slider-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
}

.block-n-07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 60px;
}
.block-n-07_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-07_inner {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-07_inner {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-07_inner p {
  margin: 0;
}
.block-n-07_inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.block-n-07_inner li {
  position: relative;
  list-style: none;
  display: block;
  padding-left: 45px;
}
.block-n-07_inner li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 15px;
  background-color: var(--color-red);
  border-radius: 50%;
}
.block-n-07_side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 696px;
          flex: 0 1 696px;
}
.block-n-07_img {
  display: block;
  width: 100%;
  height: auto;
}
.block-n-07_img picture {
  display: block;
  width: 100%;
}
.block-n-07_img img {
  display: block;
  max-width: 100%;
  border-radius: 30px;
}
@media all and (max-width: 1279px) {
  .block-n-07_inner {
    font-size: 23px;
    gap: 24px;
  }
  .block-n-07_inner li {
    padding-left: 35px;
  }
  .block-n-07_inner li:before {
    top: 12px;
  }
}
@media all and (max-width: 1199px) {
  .block-n-07 {
    gap: 50px;
  }
  .block-n-07_inner {
    max-width: 400px;
    font-size: 20px;
  }
  .block-n-07 ul {
    gap: 10px;
  }
  .block-n-07 li:before {
    top: 8px;
  }
  .block-n-07_side {
    max-width: 550px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-07 {
    gap: 40px;
  }
  .block-n-07_inner {
    max-width: 370px;
    font-size: 19px;
  }
  .block-n-07_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 400px;
  }
  .block-n-07_img {
    height: 500px;
  }
  .block-n-07_img picture {
    height: 100%;
  }
  .block-n-07_img img {
    max-height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }
}
@media all and (max-width: 767px) {
  .block-n-07 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .block-n-07_inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-07_inner ul {
    gap: 8px;
  }
  .block-n-07_inner li {
    padding-left: 20px;
  }
  .block-n-07_inner li:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  .block-n-07_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .block-n-07_img {
    height: 652px;
  }
  .block-n-07_img picture {
    height: 100%;
  }
  .block-n-07_img img {
    height: 100%;
  }
}

.block-n-08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 60px;
}
.block-n-08_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-08_inner {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-08_inner {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-08_inner p {
  margin: 0;
}
.block-n-08_side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 696px;
          flex: 0 1 696px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-08_side {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-08_side {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-08_side ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 30px;
}
.block-n-08_side li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 280px;
          flex: 0 1 280px;
  position: relative;
  list-style: none;
  display: block;
  padding-left: 40px;
}
.block-n-08_side li:nth-child(2n+1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% - 310px);
          flex: 0 1 calc(100% - 310px);
}
.block-n-08_side li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 15px;
  background-color: var(--color-bg-main);
  border-radius: 50%;
}
@media all and (max-width: 1339px) {
  .block-n-08_inner {
    font-size: 23px;
    gap: 40px;
  }
  .block-n-08_side {
    font-size: 23px;
  }
  .block-n-08_side ul {
    gap: 10px 30px;
  }
  .block-n-08_side li {
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 260px;
            flex: 0 1 260px;
  }
  .block-n-08_side li:nth-child(2n+1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 290px);
            flex: 0 1 calc(100% - 290px);
  }
  .block-n-08_side li:before {
    top: 12px;
  }
}
@media all and (max-width: 1279px) {
  .block-n-08_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .block-n-08_side ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .block-n-08_side li {
    padding-left: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 32px;
  }
  .block-n-08_side li:before {
    top: 9px;
  }
  .block-n-08_side li:nth-child(2n+1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media all and (max-width: 1199px) {
  .block-n-08 {
    gap: 50px;
  }
  .block-n-08_inner {
    max-width: 400px;
    font-size: 20px;
  }
  .block-n-08_side {
    font-size: 20px;
    max-width: 550px;
  }
  .block-n-08_side ul {
    gap: 6px;
  }
  .block-n-08_side li {
    line-height: 30px;
  }
  .block-n-08_side li:before {
    top: 8px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-08 {
    gap: 40px;
  }
  .block-n-08_inner {
    max-width: 370px;
    font-size: 19px;
    gap: 40px;
  }
  .block-n-08_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 400px;
    font-size: 19px;
  }
}
@media all and (max-width: 767px) {
  .block-n-08 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .block-n-08_inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-08_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-08_side ul {
    gap: 8px;
  }
  .block-n-08_side li {
    padding-left: 20px;
    line-height: 150%;
  }
  .block-n-08_side li:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}

.b-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.b-accordion_item {
  position: relative;
  display: block;
  width: 100%;
  padding: 7px;
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-grey);
  border-radius: 32px;
}
.b-accordion_item.open .b-accordion_head:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-accordion_head {
  position: relative;
  display: block;
  padding: 16px 64px 16px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: var(--color-text-main);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-accordion_head:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0013 16.0013C11.7676 16.0017 11.5412 15.9203 11.3613 15.7713L6.36125 11.7713C6.15704 11.6015 6.02861 11.3576 6.00423 11.0932C5.97985 10.8287 6.06151 10.5655 6.23125 10.3613C6.40099 10.157 6.6449 10.0286 6.90933 10.0042C7.17375 9.97985 7.43704 10.0615 7.64125 10.2313L12.0013 13.7113L16.3613 10.3913C16.4635 10.3082 16.5812 10.2462 16.7076 10.2087C16.8339 10.1713 16.9664 10.1592 17.0974 10.1731C17.2285 10.1871 17.3554 10.2268 17.4711 10.2899C17.5867 10.3531 17.6887 10.4385 17.7713 10.5413C17.8628 10.6441 17.9322 10.7647 17.975 10.8956C18.0178 11.0264 18.0331 11.1647 18.0199 11.3018C18.0068 11.4389 17.9655 11.5717 17.8986 11.6921C17.8317 11.8125 17.7407 11.9177 17.6313 12.0013L12.6313 15.8313C12.4462 15.9568 12.2244 16.0166 12.0013 16.0013Z' fill='%23FF4956'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b-accordion_inner {
  display: none;
}
.b-accordion_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0 64px 16px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(10, 15, 13, 0.7);
}
.b-accordion_content p {
  margin: 0;
}
@media all and (max-width: 1199px) {
  .b-accordion_item {
    padding: 3px;
  }
  .b-accordion_head {
    font-size: 18px;
  }
}
@media all and (max-width: 599px) {
  .b-accordion_content {
    padding-right: 40px;
  }
}

.block-n-09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 60px;
}
.block-n-09_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-09_inner {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-09_inner {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-09_inner p {
  margin: 0;
}
.block-n-09_side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 696px;
          flex: 0 1 696px;
}
@media all and (max-width: 1339px) {
  .block-n-09_inner {
    font-size: 23px;
    gap: 40px;
  }
}
@media all and (max-width: 1279px) {
  .block-n-09_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media all and (max-width: 1199px) {
  .block-n-09 {
    gap: 30px;
  }
  .block-n-09_inner {
    max-width: 420px;
    font-size: 20px;
  }
  .block-n-09_side {
    max-width: 550px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-09 {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .block-n-09_inner {
    max-width: 440px;
    font-size: 19px;
    gap: 20px;
  }
  .block-n-09_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .block-n-09 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .block-n-09_inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-09_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-09_side ul {
    gap: 8px;
  }
  .block-n-09_side li {
    padding-left: 20px;
    line-height: 150%;
  }
  .block-n-09_side li:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}

.block-n-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
.block-n-10_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 16px);
          flex: 0 0 calc(33.3333333333% - 16px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
  width: 100%;
  padding: 29px;
  background: var(--color-bg-grey);
  border: 1px solid var(--color-border);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
  border-radius: 24px;
}
.block-n-10_item p {
  margin: 0;
}
.block-n-10_map-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-red);
}
.block-n-10_map-link span {
  border-bottom: 1px solid var(--color-red);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-n-10_map-link:hover span {
  border-color: transparent;
}
.block-n-10_title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #0A0F0D;
}
@media all and (max-width: 1279px) {
  .block-n-10 {
    gap: 20px;
  }
  .block-n-10_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
  .block-n-10_title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media all and (max-width: 1199px) {
  .block-n-10_item {
    padding: 29px 24px;
  }
  .block-n-10_title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-10 {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .block-n-10_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: 19px;
    gap: 15px;
  }
  .block-n-10_title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 767px) {
  .block-n-10_map-link span {
    display: none;
  }
}

.block-n-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.block-n-11_main {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 60px;
}
.block-n-11_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-11_inner {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-11_inner {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-11_inner p {
  margin: 0;
}
.block-n-11_side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 696px;
          flex: 0 1 696px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-weight: 400;
  font-size: 25px;
  line-height: 160%;
  color: var(--color-text-main);
}
@media all and (max-width: 1199px) {
  .block-n-11_side {
    font-size: 20px;
    line-height: 150%;
  }
}
@media all and (max-width: 767px) {
  .block-n-11_side {
    font-size: 16px;
    line-height: 150%;
  }
}
.block-n-11_side p {
  margin: 0;
}
.block-n-11_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.block-n-11_address-title {
  display: block;
  margin: 0;
  font-family: "Halvar", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.block-n-11_address-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 40px;
}
.block-n-11_address-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.block-n-11_address-icon img {
  display: block;
  max-width: 100%;
  height: 90px;
}
.block-n-11_address-text {
  display: block;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}
.block-n-11_map {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.block-n-11_map iframe {
  display: block;
  width: 100%;
  height: 470px;
  border-radius: 24px;
  overflow: hidden;
}
.block-n-11_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.block-n-11_list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 16px);
          flex: 0 0 calc(25% - 16px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 15px;
  width: 100%;
  padding: 29px;
  background: var(--color-bg-grey);
  border: 1px solid var(--color-border);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-main);
  text-align: right;
  border-radius: 24px;
}
.block-n-11_list-item p {
  margin: 0;
}
.block-n-11_list-title {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  padding: 0 0 0 30px;
}
.block-n-11_list-title:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: var(--color-bg-main);
  border-radius: 50%;
}
.block-n-11_list p {
  margin: 0;
}
@media all and (max-width: 1439px) {
  .block-n-11_list-title {
    font-size: 22px;
  }
}
@media all and (max-width: 1359px) {
  .block-n-11_list-title {
    font-size: 21px;
  }
  .block-n-11_list-item {
    font-size: 15px;
    padding: 29px 24px;
  }
}
@media all and (max-width: 1339px) {
  .block-n-11_inner {
    font-size: 23px;
    gap: 40px;
  }
  .block-n-11_side {
    font-size: 23px;
  }
}
@media all and (max-width: 1279px) {
  .block-n-11_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .block-n-11_list-title {
    font-size: 20px;
  }
  .block-n-11_list-item {
    font-size: 14px;
    padding: 29px 24px;
  }
}
@media all and (max-width: 1199px) {
  .block-n-11_main {
    gap: 30px;
  }
  .block-n-11_inner {
    max-width: 420px;
    font-size: 20px;
  }
  .block-n-11_side {
    max-width: 550px;
    font-size: 20px;
  }
  .block-n-11_list-title {
    font-size: 22px;
  }
  .block-n-11_list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    font-size: 16px;
    padding: 24px 19px;
  }
}
@media all and (max-width: 1023px) {
  .block-n-11 {
    gap: 40px;
  }
  .block-n-11_main {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .block-n-11_inner {
    max-width: 540px;
    font-size: 19px;
    gap: 20px;
  }
  .block-n-11_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .block-n-11_map iframe {
    height: 420px;
  }
}
@media all and (max-width: 767px) {
  .block-n-11 {
    gap: 30px;
  }
  .block-n-11_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .block-n-11_inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-11_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 150%;
    gap: 20px;
  }
  .block-n-11_address-title {
    font-size: 20px;
    line-height: 24px;
  }
  .block-n-11_address-icon img {
    height: 72px;
  }
  .block-n-11_address-text {
    font-size: 16px;
    line-height: 150%;
  }
  .block-n-11_map iframe {
    height: 500px;
  }
  .block-n-11_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .block-n-11_list-title {
    font-size: 24px;
  }
  .block-n-11_list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    font-size: 16px;
    padding: 19px;
    text-align: left;
  }
  .block-n-11_list-item p {
    padding-left: 30px;
  }
}