@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

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

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

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

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) 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 fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) 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 fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

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

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

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

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

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

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

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

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

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

.fancybox__carousel .fancybox__slide.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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 0%, 0)), color-stop(8.1%, hsla(0, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0, 0%, 0%, 0.046)), color-stop(29%, hsla(0, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0, 0%, 0%, 0.326)), color-stop(71%, hsla(0, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0, 0%, 0%, 0.434)), to(hsla(0, 0%, 0%, 0.44)));
  background: -webkit-linear-gradient(bottom, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -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;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
} /**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@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;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

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

.swiper-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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: 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;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.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-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  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: 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: 10px;
  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-progressbar {
  background: 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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

.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-slide-visible .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 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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-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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-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-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;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 800;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input {
  width: 100%;
  border: 1px solid rgba(40, 40, 40, 0.3);
  border-radius: 10px;
  height: 70px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5019607843);
  outline: none;
}

input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5019607843);
}

input::-moz-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5019607843);
}

input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5019607843);
}

input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5019607843);
}

input::placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5019607843);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

header.abs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

header {
  padding: 15px 0 30px;
  z-index: 9;
}

.quiz-header .header-contacts {
  margin-left: auto;
}

.quiz-header .header__tel {
  color: #282828;
}

.quiz-header .header__work-time {
  color: #282828;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
  max-width: 700px;
  width: 100%;
}

.logo {
  display: block;
}

.logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}

.header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 21px;
}

.btn-popup {
  max-width: 262px;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF906D), color-stop(51.56%, #FF0000), to(#C90000));
  background: -webkit-linear-gradient(top, #FF906D 0%, #FF0000 51.56%, #C90000 100%);
  background: linear-gradient(180deg, #FF906D 0%, #FF0000 51.56%, #C90000 100%);
  -webkit-box-shadow: 0px 10px 30px rgba(204, 0, 0, 0.3);
          box-shadow: 0px 10px 30px rgba(204, 0, 0, 0.3);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  color: #fff;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.header-contacts__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-contacts__soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 12px;
  width: 35px;
  min-width: 35px;
  height: 35px;
}

.header-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}

.header__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.header__work-time {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

footer {
  background: #FAFAFB;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home {
  padding: 120px 0 40px;
  background: url(../img/home-bg-2.png) no-repeat;
  background-size: cover;
  background-position: 100% 0%;
  position: relative;
  overflow: hidden;
}

.home:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 811px;
  height: 699px;
  background: url(../img/gray-oval.svg) no-repeat;
  background-size: cover;
  bottom: -182px;
  left: -11px;
}

.home__gallery {
  position: absolute;
  right: 250px;
  top: 180px;
  z-index: 2;
  width: 578px;
  height: 578px;
  border-radius: 100%;
  background: url(../img/gallery-bg.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.home__gallery img {
  display: none;
}

.home__gallery:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.home__gallery:before {
  content: "";
  display: block;
  width: 77px;
  height: 81px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background: url(../img/play.svg) no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home__gallery-list {
  display: none;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__top-title {
  color: #49D4CB;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-animation: ani 1.5s forwards;
          animation: ani 1.5s forwards;
}

h1 {
  font-size: 40px;
  line-height: 54.6px;
  max-width: 900px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-animation: ani 3s forwards;
          animation: ani 3s forwards;
}

.home__subtitle {
  font-weight: 800;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-animation: ani 4s forwards;
          animation: ani 4s forwards;
}

@-webkit-keyframes ani {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home__list {
  margin-left: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 35px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  max-width: 660px;
  width: 100%;
}

.home__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}

.home__list-item:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 10px;
  top: 3px;
  left: -55px;
  background: #fff url(../img/galka.png) no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
}

.home__list-item__img {
  width: 50px;
  min-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__list-item__img img {
  max-width: 50px;
  width: auto;
  height: auto;
  display: block;
}

.home__list-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

/*.btn {
	max-width: 262px;
	font-weight: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #52E7CC 0%, #509BE1 100%);
	box-shadow: 0px 10px 30px rgba(0, 133, 255, 0.3);
	border-radius: 100px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}

.home .btn {
	margin: 50px auto 0;
	max-width: 400px;
	height: 100px;
	font-size: 16px;
	line-height: 22px;
}*/
.btn {
  max-width: 400px;
  width: 100%;
  letter-spacing: 0.06rem;
  padding: 1.7rem 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  z-index: 6;
  cursor: pointer;
  border: none;
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#52E7CC), to(#509BE1));
  background: -webkit-linear-gradient(top, #52E7CC 0%, #509BE1 100%);
  background: linear-gradient(180deg, #52E7CC 0%, #509BE1 100%);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 133, 255, 0.3);
          box-shadow: 0px 10px 30px rgba(0, 133, 255, 0.3);
  border-radius: 100px;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 13px rgba(67, 160, 204, 0.49), inset 0 4px 1px #43a0cc;
  box-shadow: 0 8px 13px rgba(67, 160, 204, 0.49), inset 0 4px 1px #43a0cc;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 400px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-ar {
  position: relative;
}

.btn-ar__img {
  width: 18px;
  height: 18px;
  position: relative;
}

.btn-ar__img img {
  width: 100%;
}

.btn-ar_1 {
  left: -2rem;
}

.btn-ar_1 .img1 {
  position: relative;
  -webkit-animation: btn-ar-anim 1s infinite linear;
  animation: btn-ar-anim 1s infinite linear;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-ar_1 .img2 {
  position: relative;
  -webkit-animation: btn-ar-anim2 1s infinite linear;
  animation: btn-ar-anim2 1s infinite linear;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-ar_2 {
  right: -2rem;
}

.btn-ar_2 .img1 {
  position: relative;
  -webkit-animation: btn-ar-anim4 1s infinite linear;
  animation: btn-ar-anim4 1s infinite linear;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-ar_2 .img2 {
  position: relative;
  -webkit-animation: btn-ar-anim3 1s infinite linear;
  animation: btn-ar-anim3 1s infinite linear;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@-webkit-keyframes btn-ar-anim {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(55%);
    transform: translateX(55%);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes btn-ar-anim {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(55%);
    transform: translateX(55%);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}
@-webkit-keyframes btn-ar-anim2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes btn-ar-anim2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes btn-ar-anim3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes btn-ar-anim3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
@-webkit-keyframes btn-ar-anim4 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes btn-ar-anim4 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
/*----------------------------popup---------------------------*/
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(40, 40, 40, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__body {
  max-width: 555px;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 80px 20px 70px;
  max-height: 700px;
  height: 100%;
  overflow: auto;
  margin: 0 10px;
  border-radius: 40px;
}

.popup__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../img/close.svg) no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.popup__close:hover {
  opacity: 0.7;
}

.popup__body form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.popup__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}

.popup__form-input {
  width: 100%;
  margin-bottom: 20px;
}

.popup__form-checkbox label input {
  display: none;
}

.popup__form-checkbox label span {
  font-size: 14px;
  line-height: 19.4px;
  color: rgba(40, 40, 40, 0.5019607843);
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  display: inline-block;
}

.popup__form-checkbox label span:before {
  content: "";
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: 2px;
  left: 0;
}

.popup__form-checkbox label input:checked + span:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  border-color: #509BE1;
  background-color: #509BE1;
}

.popup__form-checkbox label span a {
  text-decoration: underline;
  color: #141F21;
  display: block;
}

.popup__form-checkbox label span a:hover {
  text-decoration: none;
}

.popup__body .btn {
  margin-top: 53px;
  font-size: 18px;
  font-weight: 800;
}

.popup__body .btn .btn-ar_1 {
  left: -3.5rem;
}

.popup__body .btn .btn-ar_2 {
  right: -3.5rem;
}

.popup__form-foot {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: rgba(40, 40, 40, 0.5019607843);
}

.popup-thanks {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(40, 40, 40, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-thanks.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-thanks__body {
  max-width: 600px;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 30px 20px;
  max-height: 121px;
  height: 100%;
  overflow: auto;
  margin: 0 10px;
  border-radius: 1px;
}

.popup-thanks__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: url(../img/close.svg) no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.popup-thanks__close:hover {
  opacity: 0.7;
}

.popup-thanks__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

.popup-thanks__text {
  text-align: center;
  margin-bottom: 100px;
}

.popup-thanks__btn {
  margin: 0 auto;
  cursor: pointer;
}

/*-----------------------quize-----------------------------*/
.quize-hint {
  padding: 20px 0 10px;
}

.quize-hint .container {
  max-width: 1460px;
}

.quize-hint__content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  min-height: 170px;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 55px;
}

.quize-hint__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.quize-hint__text {
  font-size: 24px;
  line-height: 32px;
}

.quize-hint__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.quize-hint__item-img img {
  max-width: 158px;
  width: auto;
  height: auto;
  display: block;
}

.quize-hint__item-text {
  font-size: 18px;
  line-height: 25px;
}

.quiz .container {
  max-width: 1460px;
}

.quiz__content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 40px 20px 40px;
}

.quiz-form {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto;
}

.quiz-form__swiper {
  padding-top: 82px;
}

.quiz-form__pagination {
  background: #FAFAFB;
  border-radius: 100px;
  overflow: hidden;
  width: 100% !important;
  height: 40px !important;
  padding: 5px;
}

.quiz-form__fraction {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}

.quiz-form__pagination .swiper-pagination-progressbar-fill {
  background: #49D4CB;
  border-radius: 100px;
}

.quiz-form__navigation {
  margin: 44px 0 0;
  gap: 20px;
}

.quiz-form__prev {
  max-width: 262px;
  width: 100%;
  height: 80px;
  border: 2px solid #49D4CB;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fff;
  color: #49D4CB;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quiz-form__prev:hover {
  background: #49D4CB;
  color: #fff;
}

.quiz-form__next {
  margin: 0;
  max-width: 262px;
  height: 80px;
}

.quiz-form__next .btn-ar_2 {
  opacity: 0;
}

.quiz-form__next .btn-ar_1 {
  left: 7rem;
}

.quiz-form__next.eve-none {
  pointer-events: none;
}

.quiz-form__step__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 50px;
}

.quiz-form__slide img {
  max-width: 100%;
  width: auto;
  max-height: 110px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.quiz-form__slide label {
  display: block;
  cursor: pointer;
}

.quiz-form__step__row {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 20px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quiz-form__radio {
  max-width: 553px;
  width: 100%;
  margin: 0 auto;
}

.quiz-form__radio.type-1 {
  max-width: 263px;
  width: 100%;
  min-height: 285px;
}

.quiz-form__radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}

.quiz-form__radio.type-2 label {
  width: 100%;
  border: 2px solid rgba(40, 40, 40, 0.3);
  border-radius: 10px;
  padding: 5px 70px 5px 30px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.quiz-form__radio.type-2 label:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  z-index: 9;
  background: rgba(40, 40, 40, 0.1);
}

.quiz-form__radio.type-2 input[type=radio]:checked + label {
  border-color: #49D4CB;
  font-weight: 800;
}

.quiz-form__radio.type-2 input[type=radio]:checked + label:before {
  background: url(../img/galka.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#52E7CC), to(#509BE1));
  background: url(../img/galka.svg) no-repeat, -webkit-linear-gradient(top, #52E7CC 0%, #509BE1 100%);
  background: url(../img/galka.svg) no-repeat, linear-gradient(180deg, #52E7CC 0%, #509BE1 100%);
  background-position: 50% 50%;
  -webkit-box-shadow: 0px 3px 10px rgba(1, 156, 244, 0.3);
          box-shadow: 0px 3px 10px rgba(1, 156, 244, 0.3);
}

.quiz-form__radio.type-2 input[type=checkbox]:checked + label {
  border-color: #49D4CB;
  font-weight: 800;
}

.quiz-form__radio.type-2 input[type=checkbox]:checked + label:before {
  background: url(../img/galka.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#52E7CC), to(#509BE1));
  background: url(../img/galka.svg) no-repeat, -webkit-linear-gradient(top, #52E7CC 0%, #509BE1 100%);
  background: url(../img/galka.svg) no-repeat, linear-gradient(180deg, #52E7CC 0%, #509BE1 100%);
  background-position: 50% 50%;
  -webkit-box-shadow: 0px 3px 10px rgba(1, 156, 244, 0.3);
          box-shadow: 0px 3px 10px rgba(1, 156, 244, 0.3);
}

.quiz-form__radio.type-1 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: center;
  padding: 44px 20px 35px;
  height: 263px;
  border: 2px solid #49D4CB;
  border-radius: 10px;
  position: relative;
}

.quiz-form__radio.type-1 label:after {
  content: "";
  width: 50px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.quiz-form__radio.type-1 label:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  background: rgba(40, 40, 40, 0.1);
}

.quiz-form__radio span {
  font-size: 18px;
  line-height: 24px;
}

.quiz-form__radio.type-1 input[type=radio]:checked + label:before {
  background: url(../img/galka.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#52E7CC), to(#509BE1));
  background: url(../img/galka.svg) no-repeat, -webkit-linear-gradient(top, #52E7CC 0%, #509BE1 100%);
  background: url(../img/galka.svg) no-repeat, linear-gradient(180deg, #52E7CC 0%, #509BE1 100%);
  background-position: 50% 50%;
  -webkit-box-shadow: 0px 3px 10px rgba(1, 156, 244, 0.3);
          box-shadow: 0px 3px 10px rgba(1, 156, 244, 0.3);
}

.quiz-form__radio input[type=radio]:checked + label span {
  font-size: 17px;
  font-weight: 800;
}

.quiz-form__step__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.quiz-form__step__item {
  max-width: 373px;
  width: 100%;
}

.quiz-form__step__item-square {
  position: relative;
}

.quiz-form__step__item-square input {
  padding: 0 50px 0 20px;
}

.quiz-form__step__item-square:after {
  content: "м²";
  display: block;
  font-weight: 300;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  line-height: 17px;
  color: #3C3C3C;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.quiz-form__step__item-input:not(:last-child) {
  margin-bottom: 20px;
}

.quiz-form__step-3 .quiz-form__step__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quiz-form__step-4 .quiz-form__step__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.quiz-form__slide .quiz-form__step-4__img {
  position: absolute;
  width: 260px;
  max-height: none;
  right: 10px;
  top: 0;
}

.quiz-form__step-5 .quiz-form__step__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quiz-form__step-8 .quiz-form__step__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quiz-form__slide .quiz-form__step-8__img {
  width: 210px;
  max-height: none;
  height: 236px;
}

.quiz-form__step-last__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.quiz-form__step-last__prize {
  max-width: 407px;
  width: 100%;
  background: #49D4CB;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 50px 20px;
}

.quiz-form__step-last__prize-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.quiz-form__step-last__prize-img {
  margin-bottom: 30px;
}

.quiz-form__step-last__prize-img img {
  max-width: 100%;
  width: auto;
  max-height: 250px;
  height: auto;
  display: block;
}

.quiz-form__step-last__prize-text {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.quiz-form__step-last__body {
  width: 100%;
  padding-top: 10px;
}

.quiz-form__step-last__body .quiz-form__step__title {
  margin-bottom: 46px;
}

.quiz-form__step-last__body-subtitle {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.quiz-form__step-last__body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 35px;
  margin-bottom: 30px;
}

.quiz-form__radio.type-3 {
  max-width: 185px;
  margin: 0;
}

.quiz-form__radio.type-3 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  max-width: 185px;
  width: 100%;
  padding: 15px 18px;
  background: #fff;
  border-radius: 10px;
}

.quiz-form__radio.type-3 label img {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.quiz-form__radio.type-3 input[type=radio]:checked + label {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.quiz-form__step-last__input {
  max-width: 407px;
  width: 100%;
  margin-bottom: 49px;
}

.quiz-form__step-last__input input {
  display: none;
}

.quiz-form__step-last__input input.active {
  display: block;
}

.quiz-form__step-last__checkbox label input {
  display: none;
}

.quiz-form__step-last__checkbox label span {
  font-size: 14px;
  line-height: 19.4px;
  color: rgba(40, 40, 40, 0.5019607843);
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  display: inline-block;
}

.quiz-form__step-last__checkbox label span:before {
  content: "";
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: 1px;
  left: 0;
}

.quiz-form__step-last__checkbox label input:checked + span:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  border-color: #509BE1;
  background-color: #509BE1;
}

.quiz-form__submit {
  margin: 0;
  max-width: 407px;
  font-size: 18px;
  line-height: 24px;
}

.quiz-form__submit .btn-ar_2 {
  opacity: 0;
}

.quiz-form__submit .btn-ar_1 {
  left: 12rem;
}

.quiz-form__step-last__checkbox {
  margin: 28px 0 5px;
}

.quiz-form__link-cat {
  max-width: 373px;
  width: 100%;
  display: none;
}

.quiz-form__link-cat.active {
  display: block;
}

.quiz-form__link-cat span {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.quiz-form__file-text {
  font-size: 18px;
  line-height: 24px;
  min-height: 70px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quiz-form__file-text.hide {
  opacity: 0;
}

.quiz-form__file {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quiz-form__file.none-events {
  pointer-events: none;
  opacity: 0.3;
}

.quiz-form__file input {
  display: none;
}

.quiz-form__file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid rgba(40, 40, 40, 0.3);
  border-radius: 10px;
  height: 70px;
}

.input__file-button-text {
  padding: 0 32px;
  color: rgb(40, 40, 40);
  font-size: 16px;
  line-height: 22px;
}

.input__file-button {
  max-width: 159px;
  width: 100%;
  height: 100%;
  background: rgb(73, 212, 203);
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tick-slider-value-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}

.tick-slider-value {
  position: absolute;
  top: -55px;
}

.tick-slider-input {
  padding: 0;
  height: auto;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  top: -22px;
}

.tick-slider-label {
  font-size: 18px;
  line-height: 24px;
  color: rgb(40, 40, 40);
}

.tick-slider-value {
  color: #49D4CB;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
}

.tick-slider-progress {
  background-color: #49D4CB;
  border-radius: 100px;
  /*	position: absolute;*/
  bottom: 5px;
  left: 0;
  height: var(--slider-track-height);
  pointer-events: none;
  border-radius: var(--slider-track-border-radius);
  z-index: -1;
}

.tick-slider-background {
  width: 100%;
  background-color: #FAFAFB;
}

#sliderContainer {
  width: 100%;
}

.tick-slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.tick-slider-header > h5 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: var(--gray);
}

.tick-slider {
  position: relative;
  width: 100%;
}

.tick-slider-value-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-family: "Hind Madurai", sans-serif;
  font-size: 18px;
  color: var(--gray);
}

.tick-slider-value {
  position: absolute;
  font-weight: bold;
}

.tick-slider-value > div {
  -webkit-animation: bulge 0.3s ease-out;
          animation: bulge 0.3s ease-out;
}

.tick-slider-background,
.tick-slider-progress,
.tick-slider-tick-container {
  /*    position: absolute;*/
  bottom: 5px;
  left: 0;
  height: 10px;
  pointer-events: none;
  border-radius: var(--slider-track-border-radius);
  z-index: -1;
}

.tick-slider-background {
  width: 100%;
  background-color: #FAFAFB;
}

.tick-slider-progress {
  background-color: #49D4CB;
}

.tick-slider-tick-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc(var(--slider-handle-size) / 2);
}

.tick-slider-tick {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: white;
}

.tick-slider-label {
  opacity: 0.85;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/*.tick-slider-label.hidden {
    opacity: 0;
}*/
@-webkit-keyframes bulge {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bulge {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*

    REMOVE SLIDER STYLE DEFAULTS

*/
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 5px 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-focus-outer {
  border: 0;
}

/*

    HANDLE

*/
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background: #49D4CB;
  border-radius: 100%;
  border: 4px solid #fff;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input[type=range]:hover::-webkit-slider-thumb,
input[type=range]:focus::-webkit-slider-thumb {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  width: var(--slider-handle-size);
  height: var(--slider-handle-size);
  background: var(--orange);
  border: none;
  border-radius: var(--slider-handle-border-radius);
  cursor: pointer;
  -moz-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input[type=range]:hover::-moz-range-thumb,
input[type=range]:focus::-moz-range-thumb {
  transform: scale(1.2);
}

/*

    TRACK

*/
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  background: none;
  border-radius: var(--slider-track-border-radius);
}

input[type=range]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  background: none;
  border-radius: var(--slider-track-border-radius);
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: none;
}

input[type=range]:active::-webkit-slider-runnable-track {
  background: none;
}

.quiz-form__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.quantity_inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quantity_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(40, 40, 40, 0.3);
  border-radius: 10px;
  max-width: 129px;
  width: 100%;
  margin-left: 13px;
}

.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .quantity {
  height: 60px;
  width: 60px;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity_inner .quantity {
  width: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #282828;
}

.quantity_inner .bt_minus svg,
.quantity_inner .bt_plus svg {
  /*stroke: #282828;
  stroke-width: 4;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 16px;
}

.quantity_inner .bt_minus:hover svg,
.quantity_inner .bt_plus:hover svg {
  stroke: #000;
}

.quiz-form__step-3__img-square {
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz-form__slide {
  overflow: hidden;
}

.quiz-form__step-thanks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 28px;
}

.quiz-form__step-thanks__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 407px;
  width: 100%;
  padding: 15px;
  background: #49D4CB;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}

.quiz-form__step-thanks__prize img {
  max-width: 235px;
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 0;
}

.quiz-form__step-thanks__body {
  width: 100%;
  padding-bottom: 20px;
}

.quiz-form__step-thanks__content .quiz-form__step__title {
  margin-bottom: 40px;
}

.quiz-form__step-thanks__body-subtitle {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 65px;
}

.quiz-form__step-thanks__body-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.quiz-form__step-thanks__body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 580px;
  width: 100%;
  margin-bottom: 55px;
}

.quiz-form__step-thanks__body-col {
  max-width: 250px;
  width: 100%;
}

.quiz-form__step-thanks__body-row__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.quiz-form__step-thanks__body-contacts__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #282828;
}

.quiz-form__step-thanks__body-contacts__work-time {
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
}

.quiz-form__step-thanks__body-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.quiz-form__step-thanks__body-soc img {
  width: 40px;
  height: 40px;
}

.quiz-form__thanks {
  margin: 0;
  max-width: 407px;
  font-size: 18px;
  line-height: 24px;
}

.quiz-form__thanks .btn-ar_1 {
  left: 17rem;
}

.quiz-form__thanks .btn-ar_2 {
  opacity: 0;
}

/*-----------------------------mob---------------------------------*/
@media (max-width: 1599px) {
  .home__gallery {
    width: 400px;
    height: 400px;
    right: 135px;
    top: 300px;
  }
  .home__gallery:before {
    width: 67px;
    height: 71px;
  }
}
@media (max-width: 1399px) {
  .header-right {
    max-width: 620px;
  }
  .home {
    padding: 150px 0 115px;
  }
  .quiz__content {
    padding: 20px;
  }
  .quize-hint__text {
    font-size: 20px;
    line-height: 25px;
  }
  .quize-hint__item-img img {
    max-width: 130px;
  }
  .quize-hint {
    padding: 10px 0;
  }
  .quize-hint__content {
    min-height: auto;
  }
  .quiz-form__next, .quiz-form__prev {
    height: 70px;
  }
  .quiz-form__step__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .quiz-form__navigation {
    margin: 20px 0 0;
  }
  .quiz-form__radio.type-1 label {
    padding: 25px 20px 30px;
    height: 230px;
  }
  .quiz-form__radio.type-1 {
    min-height: 255px;
  }
  .quiz-form__swiper {
    padding-top: 55px;
  }
  .quiz-form__slide .quiz-form__step-4__img {
    width: 234px;
  }
  .quiz-form__slide .quiz-form__step-8__img {
    width: 145px;
    height: 158px;
  }
  .quiz-form__step-3__img-square {
    min-height: 265px;
  }
  .quiz-form__radio span {
    font-size: 17px;
  }
}
@media (max-width: 1299px) {
  .header-right {
    max-width: 530px;
  }
  .btn-popup {
    max-width: 210px;
  }
  h1 {
    font-size: 37px;
    line-height: 51px;
  }
  .home {
    padding: 110px 0 50px;
  }
  footer {
    padding: 30px 0;
  }
  .quize-hint__content {
    gap: 20px;
  }
  .quize-hint__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
  .home__gallery {
    width: 370px;
    height: 370px;
    right: 30px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 959px !important;
    padding: 0 16px;
  }
  header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .header-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-right {
    max-width: 570px;
  }
  .header-text {
    color: #fff;
    display: none;
  }
  .home {
    padding: 130px 0 30px;
    /*	    background: url(../img/home-bg-2.png) no-repeat;*/
    background-position: 100% 0%;
    background-size: auto 84%;
  }
  .quiz-header .header-text {
    color: #282828;
  }
  h1 {
    font-size: 30px;
    line-height: 44px;
    max-width: 650px;
  }
  .home__gallery {
    width: 280px;
    height: 280px;
    right: 20px;
    top: 100px;
  }
  .home__gallery:before {
    width: 57px;
    height: 61px;
  }
  .quiz-form__step-thanks__prize {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 735px !important;
  }
  h1 {
    font-size: 25px;
    line-height: 37px;
    max-width: 480px;
  }
  .header-right {
    gap: 20px;
    max-width: 470px;
  }
  .btn-popup {
    max-width: 170px;
    height: 50px;
    font-size: 15px;
  }
  .header__tel {
    font-size: 16px;
  }
  .home {
    background-size: auto 76%;
  }
  .quiz-form__step-3 .quiz-form__step__row {
    grid-template-columns: 1fr;
  }
  .quiz-form__radio.type-2 label {
    padding: 5px 55px 5px 15px;
  }
  .quiz-form__radio.type-2 label:before {
    right: 15px;
  }
  .quiz-form__file-text {
    font-size: 16px;
    line-height: 22px;
  }
  .input__file-button-text {
    padding: 0 15px;
  }
  .input__file-button {
    max-width: 110px;
  }
  .quiz-form__step-last__prize {
    padding: 25px 15px;
  }
  .quiz-form__step-last__prize-title {
    font-size: 26px;
    line-height: 40px;
  }
  .quiz-form__step-last__prize-text {
    font-size: 16px;
    line-height: 24px;
  }
  .quiz-form__step__title {
    font-size: 26px;
    line-height: 39px;
  }
  .quiz-form__slide .quiz-form__step-4__img {
    width: 190px;
    top: 48px;
  }
  .quiz__content {
    padding: 50px 20px;
    border-radius: 30px;
  }
  .home__gallery {
    width: 240px;
    height: 240px;
    right: 16px;
    top: 90px;
  }
  .quiz-form__step-thanks__prize {
    max-width: 205px;
  }
  .quiz-form__step-thanks__prize img {
    max-width: 115px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 543px !important;
  }
  .home {
    padding: 220px 0 30px;
    background-size: auto 60%;
  }
  header .container {
    position: relative;
  }
  .btn-popup {
    position: absolute;
    top: 92px;
    left: 16px;
  }
  .home__gallery {
    width: 190px;
    height: 190px;
    right: 16px;
    top: 74px;
  }
  .home__gallery:before {
    width: 42px;
    height: 46px;
  }
  .header-right {
    max-width: 265px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-left {
    gap: 10px;
  }
  .quiz-form__step__title {
    font-size: 22px;
    line-height: 34px;
  }
  .quiz-form__prev {
    max-width: 200px;
    height: 70px;
  }
  .quiz-form__next {
    max-width: 200px;
    height: 70px;
  }
  .quize-hint__text {
    font-size: 16px;
    line-height: 24px;
    min-width: 130px;
  }
  .quize-hint__item-text {
    font-size: 16px;
    line-height: 22px;
  }
  .quize-hint__item-img img {
    max-width: 120px;
  }
  .quize-hint__item {
    gap: 15px 10px;
  }
  .quize-hint__content {
    gap: 15px;
  }
  .quiz-form__next .btn-ar_1 {
    left: 6rem;
  }
  .quiz-form__radio span {
    font-size: 16px;
    line-height: 20px;
  }
  .quiz-form__file-text {
    font-size: 14px;
  }
  .quiz-form__file label {
    height: 60px;
  }
  .input__file-button-text {
    font-size: 14px;
    line-height: 18px;
  }
  .quiz-form__step__row {
    gap: 15px;
  }
  .quiz-form__step__col {
    gap: 20px;
  }
  .input__file-button {
    max-width: 90px;
    font-size: 14px;
    line-height: 18px;
  }
  .quiz-form__slide .quiz-form__step-8__img {
    width: 160px;
    height: 180px;
  }
  .quiz-form__radio input[type=radio]:checked + label span {
    font-size: 15px;
  }
  .quiz-form__step-last__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .quiz-form__step-last__prize {
    max-width: none;
  }
  .quiz-form__step-last__body .quiz-form__step__title {
    margin-bottom: 20px;
  }
  .quiz-form__step-last__input {
    max-width: none;
    margin-bottom: 30px;
  }
  .quiz-form__submit {
    margin: 0 auto;
  }
  .quiz-form__step-thanks__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quiz-form__step-thanks__prize {
    max-width: none;
  }
  .quiz-form__step-thanks__content .quiz-form__step__title {
    margin-bottom: 20px;
  }
  .quiz-form__step-thanks__body-subtitle {
    margin-bottom: 20px;
  }
  .quiz-form__step-thanks__body-row {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
  .header__work-time {
    display: none;
  }
  .btn-popup {
    top: 120px;
  }
  .logo img {
    max-width: 160px;
  }
  header .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /*.header-contacts__soc {
  	position: absolute;
      left: 16px;
      top: 65px;
  }*/
  .home__gallery {
    width: 160px;
    height: 160px;
    top: 84px;
  }
  .home__gallery:before {
    width: 32px;
    height: 36px;
  }
  .header-text {
    font-size: 12px;
  }
  .header-right {
    max-width: 172px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-contacts {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .btn-popup {
    height: 45px;
  }
  .home {
    background-size: auto 49%;
    padding: 201px 0 20px;
  }
  h1 {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .home__subtitle {
    margin-bottom: 20px;
  }
  .home__list-item__info {
    font-size: 13px;
    line-height: 18px;
  }
  .home__list-item__img img {
    max-width: 40px;
  }
  .home__list-item {
    gap: 10px;
  }
  .home__list {
    padding: 20px;
  }
  footer {
    padding: 15px 0;
  }
  .btn {
    padding: 1.2em 1.6em;
  }
  .popup__title {
    font-size: 30px;
    line-height: 34px;
  }
  input {
    height: 60px;
  }
  .popup__body {
    padding: 60px 20px 40px;
    max-height: 590px;
  }
  .popup__close {
    top: 15px;
    right: 15px;
  }
  .quiz-form__step__row {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  }
  .quiz-form__slide img {
    max-height: 80px;
  }
  .quiz-form__radio.type-1 label {
    padding: 20px 15px 20px;
    height: 180px;
  }
  .quiz-form__radio span {
    font-size: 14px;
    line-height: 18px;
  }
  .quiz-form__radio.type-1 {
    min-height: 200px;
  }
  .quiz-form__step__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .quiz-form__next {
    max-width: 165px;
    height: 60px;
  }
  .quiz-form__prev {
    max-width: 165px;
    height: 60px;
  }
  .quiz-form__radio input[type=radio]:checked + label span {
    font-size: 14px;
  }
  .quiz-form__number {
    font-size: 16px;
    line-height: 22px;
  }
  #sliderContainer {
    max-width: 350px;
  }
  .quiz-form__step-4 .quiz-form__step__row, .quiz-form__step-5 .quiz-form__step__row, .quiz-form__step-6 .quiz-form__step__row, .quiz-form__step-8 .quiz-form__step__row {
    grid-template-columns: 1fr;
  }
  .quiz-form__slide .quiz-form__step-4__img {
    display: none;
  }
  .quiz-form__file-text {
    min-height: auto;
  }
  .quiz-form__step-9 .quiz-form__radio.type-1 {
    height: 230px;
  }
  .quiz-form__step-9 .quiz-form__radio.type-1 label {
    height: 210px;
  }
  .quiz-form__step-9 .quiz-form__radio span {
    font-size: 13px;
    line-height: 16px;
  }
  .quiz-form__step-9 .quiz-form__radio input[type=radio]:checked + label span {
    font-size: 13px;
  }
  .quize-hint__text {
    font-size: 14px;
    line-height: 20px;
    min-width: 96px;
  }
  .quize-hint__item-img img {
    max-width: 100px;
  }
  .quize-hint__item-text {
    font-size: 14px;
    line-height: 18px;
  }
  .quiz-form__step-last__body-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  input {
    font-size: 16px;
    line-height: 22px;
    padding: 0 16px;
  }
  input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  input::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .quiz-form__radio.type-2 label {
    min-height: 60px;
  }
  .quize-hint__row {
    gap: 15px;
  }
  .quiz-header .header-text {
    display: none;
  }
  .quiz-header .header__work-time {
    display: none;
  }
  .quiz-header .header-right {
    max-width: 170px;
  }
  .quiz-header .header-left {
    max-width: 190px;
  }
  .quiz-header .header-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .quiz-header .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .quiz-header .header-contacts__soc {
    margin: 0 auto;
    right: 16px;
    left: auto;
    top: 25px;
  }
  .quiz-form__step-thanks__body-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quiz-form__step-thanks__prize img {
    max-width: 75px;
  }
  .quiz-form__step-thanks__body-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .quiz-form__thanks .btn-ar_1 {
    left: 16rem;
  }
}
@media (max-width: 425px) {
  .logo img {
    max-width: 150px;
  }
  .header-text {
    font-size: 10px;
  }
  h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .home__list-item:before {
    left: -40px;
    top: 7px;
  }
  .home {
    background-size: auto 44%;
  }
  .quiz-form__step__row {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  }
  .quiz-form__next {
    max-width: 146px;
  }
  .quiz-form__prev {
    max-width: 146px;
  }
  .quiz-form__next .btn-ar_1 {
    left: 5.5rem;
  }
  .quiz-form__step-last__body-row {
    gap: 15px;
  }
  .quiz-form__radio.type-3 label {
    padding: 10px;
  }
  .quize-hint__item-img img {
    max-width: 80px;
  }
  #sliderContainer {
    max-width: 300px;
  }
  .quantity_inner .bt_minus, .quantity_inner .bt_plus, .quantity_inner .quantity {
    height: 46px;
  }
  .quiz-form__step__title {
    font-size: 17px;
    line-height: 22px;
  }
  .quiz-header .header-left {
    max-width: 160px;
  }
  .quiz-header .header-right {
    max-width: 160px;
  }
  .quiz-header .header__tel {
    font-size: 14px;
    line-height: 14px;
  }
  .quiz-form__thanks {
    font-size: 14px;
    line-height: 20px;
  }
  .quiz-form__thanks .btn-ar_1 {
    left: 13rem;
  }
  .quiz-form__step-thanks__prize img {
    max-width: 55px;
  }
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-light.eot");
  src: url("../fonts/inter/inter-light.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-light.woff") format("woff"), url("../fonts/inter/inter-light.ttf") format("truetype"), url("../fonts/inter/inter-light.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-lightitalic.eot");
  src: url("../fonts/inter/inter-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-lightitalic.woff") format("woff"), url("../fonts/inter/inter-lightitalic.ttf") format("truetype"), url("../fonts/inter/inter-lightitalic.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-regular.eot");
  src: url("../fonts/inter/inter-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-regular.woff") format("woff"), url("../fonts/inter/inter-regular.ttf") format("truetype"), url("../fonts/inter/inter-regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-regularitalic.eot");
  src: url("../fonts/inter/inter-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-regularitalic.woff") format("woff"), url("../fonts/inter/inter-regularitalic.ttf") format("truetype"), url("../fonts/inter/inter-regularitalic.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-medium.eot");
  src: url("../fonts/inter/inter-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-medium.woff") format("woff"), url("../fonts/inter/inter-medium.ttf") format("truetype"), url("../fonts/inter/inter-medium.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-mediumitalic.eot");
  src: url("../fonts/inter/inter-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-mediumitalic.woff") format("woff"), url("../fonts/inter/inter-mediumitalic.ttf") format("truetype"), url("../fonts/inter/inter-mediumitalic.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-semibold.eot");
  src: url("../fonts/inter/inter-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-semibold.woff") format("woff"), url("../fonts/inter/inter-semibold.ttf") format("truetype"), url("../fonts/inter/inter-semibold.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-semibolditalic.eot");
  src: url("../fonts/inter/inter-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-semibolditalic.woff") format("woff"), url("../fonts/inter/inter-semibolditalic.ttf") format("truetype"), url("../fonts/inter/inter-semibolditalic.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bold.eot");
  src: url("../fonts/inter/inter-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bold.woff") format("woff"), url("../fonts/inter/inter-bold.ttf") format("truetype"), url("../fonts/inter/inter-bold.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bolditalic.eot");
  src: url("../fonts/inter/inter-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bolditalic.woff") format("woff"), url("../fonts/inter/inter-bolditalic.ttf") format("truetype"), url("../fonts/inter/inter-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bold.eot");
  src: url("../fonts/inter/inter-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bold.woff") format("woff"), url("../fonts/inter/inter-bold.ttf") format("truetype"), url("../fonts/inter/inter-bold.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bolditalic.eot");
  src: url("../fonts/inter/inter-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bolditalic.woff") format("woff"), url("../fonts/inter/inter-bolditalic.ttf") format("truetype"), url("../fonts/inter/inter-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-extrabold.eot");
  src: url("../fonts/inter/inter-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-extrabold.woff") format("woff"), url("../fonts/inter/inter-extrabold.ttf") format("truetype"), url("../fonts/inter/inter-extrabold.svg?#webfont") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-extrabolditalic.eot");
  src: url("../fonts/inter/inter-extrabolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-extrabolditalic.woff") format("woff"), url("../fonts/inter/inter-extrabolditalic.ttf") format("truetype"), url("../fonts/inter/inter-extrabolditalic.svg?#webfont") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-black.eot");
  src: url("../fonts/inter/inter-black.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-black.woff") format("woff"), url("../fonts/inter/inter-black.ttf") format("truetype"), url("../fonts/inter/inter-black.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-blackitalic.eot");
  src: url("../fonts/inter/inter-blackitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-blackitalic.woff") format("woff"), url("../fonts/inter/inter-blackitalic.ttf") format("truetype"), url("../fonts/inter/inter-blackitalic.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

body {
  font-family: "inter", sans-serif !important;
  color: #353535;
  margin: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: white;
}

.collapsible-body {
  overflow: hidden;
}

.footer {
  margin-top: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none;
}

.number-input-button {
  border: none;
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  font-weight: bold;
  color: green;
}

.number-result {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.number-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.number-input {
  -webkit-box-shadow: inset 0 0 0 rgba(64, 150, 255, 0.1);
          box-shadow: inset 0 0 0 rgba(64, 150, 255, 0.1);
  margin: 1rem 0;
  pointer-events: none;
  text-align: center;
  border: none;
  width: 30px;
  display: none;
  text-align: center;
}

#scene {
  position: relative;
  width: 100%;
}

.block-1 {
  position: absolute;
  left: 50% !important;
}

.block-2 {
  position: absolute;
  left: 50% !important;
}

.swiper-container {
  overflow: visible !important;
}

.m-bg-cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.m-bg-cont img:nth-child(1) {
  display: none;
}

.m-select {
  background: #FFFFFF;
  border: 1px solid #E2E2E2 !important;
  height: 50px !important;
  border-radius: 0 !important;
  max-width: 270px;
  width: 100%;
  height: 50px;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #323232 !important;
}
.m-select:after {
  border-color: #2B7EE0 !important;
}
.m-select .list {
  width: calc(100% + 2px) !important;
  left: -1px !important;
  max-height: 270px;
  overflow-y: auto;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.m-select .list .option {
  height: 45px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 128%;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D7DEE9 !important;
}
.m-select .list .option:hover {
  background-color: #F6F9FE;
}
.m-select .list .option:last-child {
  border-bottom: 0;
}
.m-select .list .option.focus {
  background-color: #F6F9FE !important;
  font-weight: 300 !important;
}
.m-select.open {
  border-color: #2B7EE0 !important;
  border-bottom: none !important;
}
.m-select.open .list {
  min-width: 100% !important;
  -webkit-transform: translateY(-4px) !important;
          transform: translateY(-4px) !important;
  z-index: 12 !important;
  border-left: 1px solid #2B7EE0 !important;
  border-right: 1px solid #2B7EE0 !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #2B7EE0 !important;
}

#slider {
  width: 100%;
}

.noUi-base {
  background-color: #e2e2e2;
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  top: -4.5px;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
  background: #2062B0;
}

.noUi-connect {
  background: #2062B0;
}

.noUi-horizontal .noUi-handle {
  background: #2062B0;
  width: 10px;
  height: 11px;
  border-radius: 3px !important;
  background-color: #2062B0 !important;
}

.noUi-target {
  background: #2062B0;
}

.noUi-active {
  border-radius: 40px 40px 40px 40px !important;
}

a {
  text-decoration: none;
  color: #323232;
  font-weight: 400;
}

.noUi-tooltip span {
  display: none;
}

.noUi-tooltip {
  width: 100px;
  -webkit-transform: rotate(0) translatex(-50%) !important;
          transform: rotate(0) translatex(-50%) !important;
  background-color: transparent !important;
  opacity: 1 !important;
  color: black !important;
}
.noUi-tooltip span {
  -webkit-transform: none !important;
          transform: none !important;
  color: black !important;
  opacity: 1 !important;
  top: calc(100% + 23px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-align: center !important;
  color: #4F4F4F !important;
}

.collapsible-body {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

.cid-sRBZk3Qz7J .modal-content {
  background: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.205);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.205);
}

.cid-sRBZk3Qz7J .modal-content, .cid-sRBZk3Qz7J .modal-dialog {
  height: auto;
}

.cid-sRBZk3Qz7J .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}

.cid-sRBZk3Qz7J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
  font-size: 32px;
  font-weight: 400;
}

.cid-sRBZk3Qz7J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden !important;
}

.z-11 {
  z-index: 11;
}

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

.swiper {
  overflow: unset;
}

.quiz-form__swiper {
  overflow: hidden;
}

.put__cont-swiper .swiper-slide-box {
  width: 100%;
}

.pipp {
  display: none;
}
.pipp .quiz {
  position: relative;
  z-index: 11;
}
.pipp .quiz-bbtn {
  position: absolute;
  top: -24px;
  right: 0;
  z-index: 12;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  width: 64px;
  color: #000;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pipp.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.blurr {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.527);
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper {
  margin: 0px auto;
  width: 1404px;
}

.blue-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#00E3D8), to(#009EF6));
  background: -webkit-linear-gradient(top, #00E3D8 0%, #009EF6 100%);
  background: linear-gradient(180deg, #00E3D8 0%, #009EF6 100%);
  -webkit-box-shadow: 0px 4px 0px #006BB0, 0px 4px 32px rgba(1, 167, 242, 0.24), 0px 4px 48px rgba(0, 216, 220, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #72D5FF;
          box-shadow: 0px 4px 0px #006BB0, 0px 4px 32px rgba(1, 167, 242, 0.24), 0px 4px 48px rgba(0, 216, 220, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #72D5FF;
  border-radius: 12px;
  padding: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-stretch: 88;
  font-variation-settings: "GRAD" 150, "slnt" 0, "XOPQ" 96, "YOPQ" 79, "XTRA" 468, "YTUC" 712, "YTLC" 514, "YTAS" 750, "YTDE" -203, "YTFI" 738, "opsz" 80;
  text-shadow: 0px -2px 12px rgba(255, 255, 255, 0.64), 0px 2px 2px rgba(0, 0, 0, 0.12);
}
.blue-btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
}
.blue-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(#00E3D8), to(#009EF6));
  background: -webkit-linear-gradient(top, #00E3D8 0%, #009EF6 100%);
  background: linear-gradient(180deg, #00E3D8 0%, #009EF6 100%);
  -webkit-box-shadow: 0px 2px 0px #006BB0, 0px 4px 32px rgba(1, 167, 242, 0.24), 0px 4px 48px rgba(0, 216, 220, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #72D5FF;
          box-shadow: 0px 2px 0px #006BB0, 0px 4px 32px rgba(1, 167, 242, 0.24), 0px 4px 48px rgba(0, 216, 220, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #72D5FF;
}
.blue-btn:hover svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.blue-btn:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.red-btn {
  background: #FF0000;
  -webkit-box-shadow: 0px 4px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
          box-shadow: 0px 4px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-stretch: 88;
  font-variation-settings: "GRAD" 150, "slnt" 0, "XOPQ" 96, "YOPQ" 79, "XTRA" 468, "YTUC" 712, "YTLC" 514, "YTAS" 750, "YTDE" -203, "YTFI" 738, "opsz" 80;
  text-shadow: 0px -2px 12px rgba(255, 255, 255, 0.64), 0px 2px 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.red-btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.red-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  background: #FF0000;
  -webkit-box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
          box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
  border-radius: 12px;
}
.red-btn:hover svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.red-btn:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.grey-btn {
  background: transparent;
  border-radius: 12px;
  border: 1.8px solid #6B7384;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7384;
  font-variation-settings: "GRAD" 150, "slnt" 0, "XOPQ" 96, "YOPQ" 79, "XTRA" 468, "YTUC" 712, "YTLC" 514, "YTAS" 750, "YTDE" -203, "YTFI" 738, "opsz" 80;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.grey-btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}
.grey-btn svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.grey-btn svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.grey-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  background: #FF0000;
  -webkit-box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
          box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
  border-radius: 12px;
}
.grey-btn:hover svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  fill: white;
}
.grey-btn:hover svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}
.grey-btn:hover svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}
.grey-btn:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  background: #FF0000;
  -webkit-box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
          box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
  border-radius: 12px;
}
.grey-btn:active svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  fill: white;
}
.grey-btn:active svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}
.grey-btn:active svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.header__cont {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__cont-logo {
  width: 274px;
}
.header__cont-logo img {
  width: 100%;
}
.header__cont-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 56px;
}
.header__cont-soc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__cont-soc-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #272828;
}
.header__cont-soc-text p.qur {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #6B7384;
  margin-top: 6px;
}
.header__cont-soc-a {
  border-radius: 50%;
  margin-left: 12px;
  height: 64px;
  width: 64px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__cont-soc-a.wa {
  margin-left: 24px;
  -webkit-box-shadow: 0px 2px 0px #0CBC33, 0px 4px 32px rgba(37, 211, 102, 0.24), 0px 4px 48px rgba(70, 255, 139, 0.12);
          box-shadow: 0px 2px 0px #0CBC33, 0px 4px 32px rgba(37, 211, 102, 0.24), 0px 4px 48px rgba(70, 255, 139, 0.12);
}
.header__cont-soc-a.tg {
  -webkit-box-shadow: 0px 2px 0px #2495DE, 0px 4px 32px rgba(1, 167, 242, 0.24), 0px 4px 48px rgba(0, 216, 220, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #72D5FF;
          box-shadow: 0px 2px 0px #2495DE, 0px 4px 32px rgba(1, 167, 242, 0.24), 0px 4px 48px rgba(0, 216, 220, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #72D5FF;
}
.header__cont-soc-a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header__cont-call {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cont-call-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__cont-call-text p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #272828;
}
.header__cont-call-text p.inf {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #6B7384;
  margin-top: 4px;
}
.header__cont-call-text p.adr {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #272828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cont-call-text p.adr span {
  color: rgba(39, 40, 40, 0.4);
}
.header__cont-call-text p.adr svg {
  margin-right: 6px;
}
.header__cont-call .blue-btn {
  margin-left: 32px;
}

.footer {
  padding: 36px;
}
.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__cont-c {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: right;
  color: #272828;
  opacity: 0.4;
}
.footer__cont-aas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__cont-aas a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__cont-aas a:last-child {
  margin-left: 24px;
}
.footer__cont-aas a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.footer__cont-aas a:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

@-webkit-keyframes arr {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  50% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

@keyframes arr {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  50% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.first {
  background-image: url("../img/content/back.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.first__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 222px;
  padding-bottom: 198px;
  position: relative;
}
.first__cont h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #272828;
  max-width: 651px;
}
.first__cont h1 span {
  font-weight: 600;
}
.first__cont-checks {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
}
.first__cont-checks-item {
  background: rgba(255, 255, 255, 0.64);
  -webkit-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #FFFFFF;
          box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #FFFFFF;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 16px 20px;
}
.first__cont-checks-item svg {
  -webkit-box-shadow: 0px 1.6px 0px #006BB0, 0px 3.2px 25.6px rgba(1, 167, 242, 0.24), 0px 3.2px 38.4px rgba(0, 216, 220, 0.12);
          box-shadow: 0px 1.6px 0px #006BB0, 0px 3.2px 25.6px rgba(1, 167, 242, 0.24), 0px 3.2px 38.4px rgba(0, 216, 220, 0.12);
  border-radius: 40px;
}
.first__cont-checks-item p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: #272828;
  margin-top: 20px;
}
.first__cont-checks-item:not(:last-child) {
  border-right: 1px solid rgb(221, 221, 221);
}
.first__cont-checks-item:nth-child(1) {
  width: 180px;
}
.first__cont-checks-item:nth-child(2) {
  width: 160px;
}
.first__cont-checks-item:nth-child(3) {
  width: 160px;
}
.first__cont-checks-item:nth-child(4) {
  width: 210px;
}
.first__cont .red-btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.first__cont-bot {
  z-index: 1;
  position: absolute;
  bottom: 71px;
  left: 30px;
  padding: 24px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #272828;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #FFFFFF;
          box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #FFFFFF;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 12px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  max-width: 300px;
}
.first__cont-bot span {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #CC0100;
}
.first__img1 {
  position: absolute;
  bottom: -308px;
  left: 0;
}
.first__img2 {
  position: absolute;
  bottom: -429px;
  right: 0;
}
.first__svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-animation: arr 2s infinite;
          animation: arr 2s infinite;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.267);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.267);
  border-radius: 50%;
}

.pluss__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pluss__cont-item {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px;
  padding-bottom: 72px;
  padding-top: 0px;
  background-image: url("../img/content/fcknback.png");
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.pluss__cont-item p {
  margin-top: 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #272828;
}
.pluss__cont-item:last-child p {
  margin-top: 24px;
}

.quizz {
  margin-top: 68px;
  position: relative;
  z-index: 2;
}
.quizz__cont {
  background: #F3F7FA;
  border-radius: 12px;
  padding: 38px 95px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.quizz__cont-road {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.quizz__cont-road-item {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #6B7384;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 50px;
  width: 32px;
  height: 32px;
}
.quizz__cont-road-item:first-child {
  width: 48px;
  height: 48px;
}
.quizz__cont-road-item:last-child {
  width: 48px;
  height: 48px;
}
.quizz__cont-road-line {
  border: 1px dashed rgba(107, 115, 132, 0.24);
  width: 82px;
  height: 0px;
}
.quizz__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
  margin-top: 64px;
  max-width: 898px;
}
.quizz__cont-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #272828;
  margin-top: 32px;
  max-width: 430px;
}
.quizz__cont-bot {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quizz__cont-bot .red-btn svg {
  margin-left: 10px;
}
.quizz__cont-bot p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6B7384;
  max-width: 243px;
  margin-left: 24px;
}
.quizz__cont-bot p span {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #E92A3A;
}
.quizz__pod {
  position: absolute;
  right: -46px;
  bottom: -445px;
}
.quizz__rast {
  position: absolute;
  left: 0px;
  bottom: -654px;
}

.comp {
  position: relative;
  margin-top: 74px;
}
.comp__back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.comp__cont {
  padding-top: 200px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.comp__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 1166px;
  z-index: 1;
}
.comp__cont-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.4;
  margin-top: 40px;
  max-width: 690px;
}
.comp__cont-swiper {
  margin-top: 90px;
  width: 100%;
  position: relative;
}
.comp__cont-swiper .swiper-slide {
  background: #FFFFFF;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 48px 32px;
  height: 400px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 571px;
}
.comp__cont-swiper .swiper-slide h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
  position: relative;
  z-index: 2;
}
.comp__cont-swiper .swiper-slide p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #6B7384;
  margin-top: 24px;
  max-width: 318px;
  position: relative;
  z-index: 2;
}
.comp__cont-swiper .swiper-slide .grey-btn {
  margin-top: auto;
  max-width: 286px;
  position: relative;
  z-index: 2;
}
.comp__cont-swiper .swiper-slide img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.comp__cont-swiper .swiper-slide:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  cursor: pointer;
}
.comp__cont-swiper .swiper-slide:hover .grey-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  background: #FF0000;
  -webkit-box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
          box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
  border-radius: 12px;
}
.comp__cont-swiper .swiper-slide:hover .grey-btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  fill: white;
}
.comp__cont-swiper .swiper-slide:hover .grey-btn svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}
.comp__cont-swiper .swiper-slide:hover .grey-btn svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}
.comp__cont-swiper .swiper-slide:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  cursor: pointer;
}
.comp__cont-swiper .swiper-slide:active .grey-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  background: #FF0000;
  -webkit-box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
          box-shadow: 0px 2px 0px #CC0100, 0px 4px 32px rgba(255, 0, 0, 0.24), 0px 4px 48px rgba(255, 0, 0, 0.12), inset 0px -1px 1px rgba(255, 255, 255, 0.08), inset 0px -2px 2px rgba(255, 255, 255, 0.12), inset 0px 1px 2px rgba(255, 255, 255, 0.24), inset 0px 4px 12px #FF7272;
  border-radius: 12px;
}
.comp__cont-swiper .swiper-slide:active .grey-btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  fill: white;
}
.comp__cont-swiper .swiper-slide:active .grey-btn svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}
.comp__cont-swiper .swiper-slide:active .grey-btn svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}
.comp__cont-swiper .comp__cont-swiper-next {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.comp__cont-swiper .comp__cont-swiper-prev {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.comp__cont-swiper .comp__cont-swiper-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comp__cont-bot {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 143px 57px rgba(40, 43, 45, 0.01), 0px 80px 48px rgba(40, 43, 45, 0.03), 0px 36px 36px rgba(40, 43, 45, 0.05), 0px 9px 20px rgba(40, 43, 45, 0.06), 0px 0px 0px rgba(40, 43, 45, 0.06);
          box-shadow: 0px 143px 57px rgba(40, 43, 45, 0.01), 0px 80px 48px rgba(40, 43, 45, 0.03), 0px 36px 36px rgba(40, 43, 45, 0.05), 0px 9px 20px rgba(40, 43, 45, 0.06), 0px 0px 0px rgba(40, 43, 45, 0.06);
  border-radius: 12px;
  padding: 16px;
  bottom: -140px;
  left: 0;
  right: 0;
  z-index: 2;
}
.comp__cont-bot-cont {
  border: 2px dashed rgba(107, 115, 132, 0.24);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp__cont-bot-cont-img {
  position: absolute;
  top: -32px;
  left: 79px;
}
.comp__cont-bot-cont-text {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 112%;
  color: #272828;
  max-width: 549px;
  margin-left: 412px;
}
.comp__cont-bot-cont .blue-btn {
  height: auto;
  margin-left: auto;
}
.comp__clo1 {
  position: absolute;
  bottom: -578px;
  left: 0;
  z-index: 1;
}
.comp__clo2 {
  position: absolute;
  bottom: -774px;
  right: 0;
  z-index: 1;
}

.vent {
  margin-top: 315px;
  position: relative;
}
.vent__back {
  position: absolute;
  top: 218px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.vent__list1 {
  position: absolute;
  bottom: 0;
  bottom: 304px;
  z-index: 2;
}
.vent__list2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.vent__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.vent__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
  max-width: 792px;
}
.vent__cont-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  max-width: 586px;
}
.vent__cont-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 245px;
}
.vent__cont-items-item {
  background: #F3F7FA;
  border-radius: 24px;
  padding: 16px;
  width: 24%;
}
.vent__cont-items-item-box {
  border: 2px dashed rgba(107, 115, 132, 0.24);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 24px;
  padding-bottom: 32px;
}
.vent__cont-items-item-box-cir {
  width: 120px;
  height: 120px;
  background: #F3F7FA;
  -webkit-box-shadow: -2px -2px 8px #FFFFFF, 2px 2px 8px rgba(39, 40, 40, 0.04), -4px -4px 16px #FFFFFF, 4px 4px 16px rgba(39, 40, 40, 0.12);
          box-shadow: -2px -2px 8px #FFFFFF, 2px 2px 8px rgba(39, 40, 40, 0.04), -4px -4px 16px #FFFFFF, 4px 4px 16px rgba(39, 40, 40, 0.12);
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vent__cont-items-item-box-text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  text-align: center;
  color: #272828;
}
.vent__cont-items-item:nth-child(1) {
  -webkit-transform: translateY(-231px);
          transform: translateY(-231px);
}
.vent__cont-items-item:nth-child(2) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.vent__cont-items-item:nth-child(3) {
  -webkit-transform: translateY(-58px);
          transform: translateY(-58px);
}
.vent__cont-items-item:nth-child(4) {
  -webkit-transform: translateY(-268px);
          transform: translateY(-268px);
}
.vent__cont-textb {
  margin-top: 17.25vw;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  max-width: 904px;
}
.vent__cont-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.vent__cont-parts-part {
  max-height: 84px;
}
.vent__cont-parts-part:not(:last-child) {
  margin-right: 40px;
}
.vent__cont .red-btn {
  margin-top: 64px;
}

.cond {
  margin-top: 190px;
  position: relative;
}
.cond__back {
  position: absolute;
  z-index: 1;
  top: 169px;
  left: 0;
  right: 0;
  width: 100%;
}
.cond__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.cond__cont h2 {
  max-width: 1047px;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.cond__cont-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  max-width: 586px;
}
.cond__cont-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
.cond__cont-parts-part {
  max-height: 84px;
}
.cond__cont-parts-part:not(:last-child) {
  margin-right: 40px;
}
.cond__cont-items {
  margin-top: 692px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cond__cont-items-img {
  position: absolute;
  z-index: 1;
}
.cond__cont-items-img:nth-child(1) {
  top: 383px;
  left: 0;
}
.cond__cont-items-img:nth-child(2) {
  top: 500px;
  right: 0;
}
.cond__cont-items-img:nth-child(3) {
  bottom: 105px;
  left: 129px;
}
.cond__cont-items-img:nth-child(4) {
  bottom: -78px;
  right: -40px;
}
.cond__cont-items-item {
  width: 24%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 143px 57px rgba(40, 43, 45, 0.01), 0px 80px 48px rgba(40, 43, 45, 0.03), 0px 36px 36px rgba(40, 43, 45, 0.05), 0px 9px 20px rgba(40, 43, 45, 0.06), 0px 0px 0px rgba(40, 43, 45, 0.06);
          box-shadow: 0px 143px 57px rgba(40, 43, 45, 0.01), 0px 80px 48px rgba(40, 43, 45, 0.03), 0px 36px 36px rgba(40, 43, 45, 0.05), 0px 9px 20px rgba(40, 43, 45, 0.06), 0px 0px 0px rgba(40, 43, 45, 0.06);
  border-radius: 24px;
  padding: 16px;
  z-index: 2;
}
.cond__cont-items-item-box {
  border: 2px dashed rgba(107, 115, 132, 0.24);
  border-radius: 12px;
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cond__cont-items-item-box h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #272828;
}
.cond__cont-items-item-box p {
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(39, 40, 40, 0.64);
}
.cond__cont-items-item:nth-child(5) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cond__cont-items-item:nth-child(6) {
  -webkit-transform: translateY(-619px);
          transform: translateY(-619px);
}
.cond__cont-items-item:nth-child(7) {
  -webkit-transform: translateY(-53px);
          transform: translateY(-53px);
}
.cond__cont-items-item:nth-child(8) {
  -webkit-transform: translateY(-538px);
          transform: translateY(-538px);
}
.cond__cont .red-btn {
  margin-top: 175px;
}

.syst {
  margin-top: 80px;
  position: relative;
}
.syst__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.syst__img {
  position: absolute;
  z-index: 2;
}
.syst__img:nth-child(1) {
  top: -155px;
  left: 0;
}
.syst__img:nth-child(2) {
  top: -345px;
  right: 0;
}
.syst__img:nth-child(3) {
  bottom: -190px;
  left: 0;
}
.syst__img:nth-child(4) {
  bottom: -215px;
  right: 0;
}
.syst__cont {
  padding: 160px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.syst__cont-img {
  position: absolute;
  top: 212px;
  left: -61px;
}
.syst__cont-text {
  margin-left: auto;
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.syst__cont-text h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.syst__cont-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
  margin-top: 48px;
}
.syst__cont-text .blue-btn {
  margin-top: 64px;
}

.un {
  margin-top: 96px;
  position: relative;
}
.un__img {
  position: absolute;
  z-index: 2;
}
.un__img:nth-child(1) {
  left: 0;
  top: 185px;
}
.un__img:nth-child(2) {
  right: 0;
  top: 640px;
}
.un__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.un__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
  max-width: 1047px;
}
.un__cont-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  max-width: 586px;
  opacity: 0.4;
}
.un__cont-items {
  width: 100%;
  height: 937px;
  position: relative;
}
.un__cont-items-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.un__cont-items-item {
  position: absolute;
  background: #F3F7FA;
  -webkit-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #FFFFFF;
          box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #FFFFFF;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 24px 20px;
}
.un__cont-items-item p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  text-align: right;
  color: #272828;
}
.un__cont-items-item-svg {
  width: 32px;
  height: 32px;
  outline: 8px solid #FFFFFF;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00E3D8), to(#009EF6));
  background: -webkit-linear-gradient(top, #00E3D8 0%, #009EF6 100%);
  background: linear-gradient(180deg, #00E3D8 0%, #009EF6 100%);
  -webkit-box-shadow: 0px 1px 0px #006BB0, inset 0px -0.8px 0.8px rgba(255, 255, 255, 0.08), inset 0px -1.6px 1.6px rgba(255, 255, 255, 0.12), inset 0px 0.8px 1.6px rgba(255, 255, 255, 0.24), inset 0px 3.2px 9.6px #72D5FF;
          box-shadow: 0px 1px 0px #006BB0, inset 0px -0.8px 0.8px rgba(255, 255, 255, 0.08), inset 0px -1.6px 1.6px rgba(255, 255, 255, 0.12), inset 0px 0.8px 1.6px rgba(255, 255, 255, 0.24), inset 0px 3.2px 9.6px #72D5FF;
  position: absolute;
  top: -16px;
  right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.un__cont-items-item:nth-child(2) {
  top: 467px;
  left: 74px;
  width: 238px;
}
.un__cont-items-item:nth-child(3) {
  top: 640px;
  left: 175px;
  width: 175px;
}
.un__cont-items-item:nth-child(4) {
  top: 793px;
  left: 221px;
  width: 253px;
}
.un__cont-items-item:nth-child(5) {
  top: 869px;
  right: 629px;
  width: 157px;
}
.un__cont-items-item:nth-child(5) .un__cont-items-item-svg {
  top: -16px;
  right: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un__cont-items-item:nth-child(6) {
  top: 793px;
  right: 199px;
  width: 277px;
}
.un__cont-items-item:nth-child(6) p {
  text-align: left;
}
.un__cont-items-item:nth-child(6) .un__cont-items-item-svg {
  top: -16px;
  right: unset;
  left: -16px;
}
.un__cont-items-item:nth-child(7) {
  top: 640px;
  right: 128px;
  width: 217px;
}
.un__cont-items-item:nth-child(7) p {
  text-align: left;
}
.un__cont-items-item:nth-child(7) .un__cont-items-item-svg {
  top: -16px;
  right: unset;
  left: -16px;
}
.un__cont-items-item:nth-child(8) {
  top: 467px;
  right: 40px;
  width: 269px;
}
.un__cont-items-item:nth-child(8) p {
  text-align: left;
}
.un__cont-items-item:nth-child(8) .un__cont-items-item-svg {
  top: -16px;
  right: unset;
  left: -16px;
}
.un__cont-btext {
  margin-top: 64px;
  max-width: 798px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
}
.un__cont .red-btn {
  margin-top: 48px;
}

.put {
  position: relative;
  margin-top: 74px;
}
.put__back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.put__cont {
  padding-top: 160px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.put__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 1166px;
  z-index: 1;
}
.put__cont-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.4;
  margin-top: 40px;
  max-width: 690px;
}
.put__cont-swiper {
  margin-top: 80px;
  width: 100%;
  position: relative;
}
.put__cont-swiper .swiper-slide {
  background: -webkit-linear-gradient(231.77deg, #FFFFFF -28.32%, #D6DDE2 6.2%, #FFFFFF 37.93%, #EBF0F3 63.01%, #FFFFFF 85.96%, #FFFFFF 104.15%), #FFFFFF;
  background: linear-gradient(218.23deg, #FFFFFF -28.32%, #D6DDE2 6.2%, #FFFFFF 37.93%, #EBF0F3 63.01%, #FFFFFF 85.96%, #FFFFFF 104.15%), #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.put__cont-swiper .swiper-slide-box {
  border: 2px dashed rgba(107, 115, 132, 0.24);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 20px;
  padding-bottom: 40px;
  height: 368px;
}
.put__cont-swiper .swiper-slide-box h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.put__cont-swiper .swiper-slide-box p {
  margin-top: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #010101;
}
.put__cont-swiper .put__cont-swiper-next {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.put__cont-swiper .put__cont-swiper-prev {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.put__cont-swiper .put__cont-swiper-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.put__cont-textb {
  margin-top: 64px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  max-width: 690px;
}

.ahu {
  margin-top: 182px;
  position: relative;
}
.ahu__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ahu__cont-item {
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 48px;
  padding-top: 273px;
}
.ahu__cont-item-back {
  position: absolute;
  top: 0;
  left: 0;
}
.ahu__cont-item h3 {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.ahu__cont-item h3 span {
  color: #1CB342;
}
.ahu__cont-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  margin-top: 32px;
}
.ahu__cont-item:nth-child(1) .ahu__cont-item-img {
  position: absolute;
  z-index: 2;
  top: -352px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ahu__cont-item:nth-child(2) .ahu__cont-item-img {
  position: absolute;
  z-index: 2;
  top: -179px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.seven {
  margin-top: 240px;
  position: relative;
}
.seven__img {
  position: absolute;
}
.seven__img:nth-child(1) {
  top: -348px;
  left: 0;
}
.seven__img:nth-child(2) {
  bottom: 259px;
  right: 0;
}
.seven__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seven__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
  max-width: 1047px;
}
.seven__cont-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  max-width: 691px;
}
.seven__cont-items {
  margin-top: 64px;
  display: grid;
  grid-column-gap: 24px;
  row-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
.seven__cont-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 560px;
  border-radius: 24px;
  overflow: hidden;
  padding: 56px 40px;
  position: relative;
}
.seven__cont-items-item img {
  position: absolute;
  z-index: 1;
}
.seven__cont-items-item h3 {
  position: relative;
  z-index: 2;
}
.seven__cont-items-item p {
  position: relative;
  z-index: 2;
}
.seven__cont-items-item:nth-child(1) {
  grid-column: 1/-8;
  grid-row: 1;
  background: #F3F7FA;
}
.seven__cont-items-item:nth-child(1) img {
  top: 0;
  left: 0;
}
.seven__cont-items-item:nth-child(1) h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #012DA0;
  margin-top: auto;
}
.seven__cont-items-item:nth-child(1) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #012DA0;
  opacity: 0.48;
  margin-top: 24px;
}
.seven__cont-items-item:nth-child(2) {
  grid-column: 6/-1;
  grid-row: 1;
  background: #E44B2B;
}
.seven__cont-items-item:nth-child(2) img {
  top: 0;
  left: 0;
}
.seven__cont-items-item:nth-child(2) h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 443px;
}
.seven__cont-items-item:nth-child(2) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: auto;
  max-width: 317px;
}
.seven__cont-items-item:nth-child(3) {
  grid-column: 1/-9;
  grid-row: 2;
  background-color: #1CB342;
}
.seven__cont-items-item:nth-child(3) img {
  top: 0;
  left: 0;
}
.seven__cont-items-item:nth-child(3) h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.seven__cont-items-item:nth-child(3) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 24px;
  max-width: 312px;
}
.seven__cont-items-item:nth-child(4) {
  grid-column: 5/-5;
  grid-row: 2;
  background-color: #F3F7FA;
}
.seven__cont-items-item:nth-child(4) img {
  top: 0;
  left: 0;
}
.seven__cont-items-item:nth-child(4) h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
  margin-top: auto;
}
.seven__cont-items-item:nth-child(4) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
  opacity: 0.4;
  margin-top: 24px;
}
.seven__cont-items-item:nth-child(5) {
  grid-column: 9/-1;
  grid-row: 2;
  background-image: url("../img/content/s5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.seven__cont-items-item:nth-child(5) h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.seven__cont-items-item:nth-child(5) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 24px;
}
.seven__cont-items-item:nth-child(6) {
  grid-column: 1/-6;
  grid-row: 3;
  background-color: #BDD9FF;
}
.seven__cont-items-item:nth-child(6) img {
  top: 0;
  right: 0;
}
.seven__cont-items-item:nth-child(6) h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.seven__cont-items-item:nth-child(6) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
  opacity: 0.64;
  margin-top: 32px;
  max-width: 373px;
}
.seven__cont-items-item:nth-child(7) {
  grid-column: 8/-1;
  grid-row: 3;
  background-color: #F3F7FA;
}
.seven__cont-items-item:nth-child(7) img {
  bottom: 0;
  right: 0;
}
.seven__cont-items-item:nth-child(7) h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.seven__cont-items-item:nth-child(7) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
  opacity: 0.4;
  margin-top: 32px;
}
.seven__cont-textb {
  margin-top: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  max-width: 691px;
}

.formm {
  margin-top: 80px;
  position: relative;
  padding-top: 135px;
  padding-bottom: 135px;
}
.formm__img {
  position: absolute;
  top: -427px;
  left: 0;
  z-index: 1;
}
.formm__back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.formm__cont {
  background: #FFFFFF;
  border-radius: 24px;
  width: 560px;
  padding: 64px 40px;
  padding-bottom: 56px;
  position: relative;
  z-index: 2;
}
.formm__cont h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.formm__cont-text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
}
.formm__cont-form {
  margin-top: 4px;
}
.formm__cont-form input {
  margin-top: 20px;
  background: #F3F7FA;
  -webkit-box-shadow: 0px 2px 0px rgba(189, 194, 203, 0.5), inset 0px 1px 2px rgba(255, 255, 255, 0.24);
          box-shadow: 0px 2px 0px rgba(189, 194, 203, 0.5), inset 0px 1px 2px rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #282B2D;
  border: none;
  padding: 30px 24px;
}
.formm__cont-form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(107, 115, 132, 0.4);
}
.formm__cont-form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(107, 115, 132, 0.4);
}
.formm__cont-form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(107, 115, 132, 0.4);
}
.formm__cont-form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(107, 115, 132, 0.4);
}
.formm__cont-form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(107, 115, 132, 0.4);
}
.formm__cont-form label {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formm__cont-form label input[type=checkbox] {
  display: none;
}
.formm__cont-form label div {
  border: 2px solid #BDC2CB;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.formm__cont-form label p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #272828;
  max-width: 400px;
}
.formm__cont-form label p a {
  color: rgb(0, 128, 255);
  text-decoration: underline;
}
.formm__cont-form button {
  width: 100%;
  margin-top: 24px;
  border: none;
}

.opit {
  margin-top: 94px;
  position: relative;
}
.opit__img {
  position: absolute;
  z-index: 1;
}
.opit__img:nth-child(1) {
  top: -147px;
  left: 0;
}
.opit__img:nth-child(2) {
  top: 142px;
  right: 0;
}
.opit__back {
  width: 976px;
  height: 1308px;
  background: #F3F7FA;
  border-radius: 219px;
  position: absolute;
  left: 50%;
  bottom: 110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.opit__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.opit__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
  max-width: 799px;
}
.opit__cont-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  max-width: 691px;
}
.opit__cont-items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -20px;
}
.opit__cont-items-item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 420px;
  height: 320px;
  background: #FFFFFF;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 9px 20px rgba(40, 43, 45, 0.06);
          box-shadow: 0px 9px 20px rgba(40, 43, 45, 0.06);
}
.opit__cont-items-item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.opit__cont-items-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  margin-top: 24px;
}
.opit__cont-items-item:nth-child(3) h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
}

.sist {
  position: relative;
  margin-top: 74px;
}
.sist__back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sist__cont {
  padding-top: 160px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.sist__cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 636px;
  z-index: 1;
}
.sist__cont-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.4;
  margin-top: 40px;
  max-width: 690px;
}
.sist__cont-swiper {
  margin-top: 80px;
  width: 83%;
  position: relative;
}
.sist__cont-swiper .swiper-slide {
  background: #FFFFFF;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sist__cont-swiper .swiper-slide-img {
  border-radius: 20px;
  width: 50%;
  height: 600px;
  overflow: hidden;
}
.sist__cont-swiper .swiper-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sist__cont-swiper .swiper-slide-box {
  width: 514px;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sist__cont-swiper .swiper-slide-box-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
}
.sist__cont-swiper .swiper-slide-box-title {
  margin-top: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #282B2D;
}
.sist__cont-swiper .swiper-slide-box-sst {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
  opacity: 0.4;
}
.sist__cont-swiper .swiper-slide-box ul {
  margin-top: 8px;
  list-style: none;
}
.sist__cont-swiper .swiper-slide-box ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
  padding-left: 24px;
  position: relative;
}
.sist__cont-swiper .swiper-slide-box ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 6px;
  height: 6px;
  background-color: #272828;
  border-radius: 50%;
}
.sist__cont-swiper .swiper-slide-box-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #272828;
  margin-top: 8px;
}
.sist__cont-swiper .swiper-slide-box .grey-btn {
  margin-top: 24px;
}
.sist__cont-swiper .sist__cont-swiper-next {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.sist__cont-swiper .sist__cont-swiper-prev {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.sist__cont-swiper .sist__cont-swiper-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swipp {
  margin-top: 48px;
  position: relative;
}
.swipp__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swipp__cont-swiper {
  width: 1167px;
  position: relative;
}
.swipp__cont-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
}
.swipp__cont-swiper .swipp__cont-swiper-next {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.swipp__cont-swiper .swipp__cont-swiper-prev {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.452);
}
.swipp__cont-swiper .swipp__cont-swiper-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__cont-menu {
  display: none;
}

.syst__back2 {
  display: none;
}

.faq-section {
  padding-top: 120px;
}

.faq-section h2, .clients-review-section h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
}

.section-subtitle {
  font-family: "Inter";
  font-style: normal;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #272828;
  opacity: 0.4;
  margin-top: 32px;
  margin-bottom: 80px;
}

.faq-items-wrapper {
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #F3F7FA;
  padding: 12px 0;
}

.faq-items-wrapper:first-child {
  border-top: 2px solid #F3F7FA;
}

.faq-item {
  border-radius: 24px;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq-collapse-button {
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.faq-item.active .faq-collapse-button {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-item.active {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 143px 57px rgba(40, 43, 45, 0.01), 0px 80px 48px rgba(40, 43, 45, 0.03), 0px 36px 36px rgba(40, 43, 45, 0.05), 0px 9px 20px rgba(40, 43, 45, 0.06), 0px 0px 0px rgba(40, 43, 45, 0.06);
          box-shadow: 0px 143px 57px rgba(40, 43, 45, 0.01), 0px 80px 48px rgba(40, 43, 45, 0.03), 0px 36px 36px rgba(40, 43, 45, 0.05), 0px 9px 20px rgba(40, 43, 45, 0.06), 0px 0px 0px rgba(40, 43, 45, 0.06);
  border-radius: 24px;
}

.faq-item-info {
  width: 90%;
}

.faq-button__block {
  width: 10%;
}

.faq-item-info h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #282B2D;
}

.faq-item-info p {
  margin-top: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #010101;
}

.faq-item-info p.hide {
  display: none;
}

.ask-button {
  cursor: pointer;
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 48px;
}

.clients-review-section {
  padding-top: 180px;
}

.review-items__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.review-item-wrapper {
  width: 50%;
}

.review-audio__block {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-audio-item-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.modal-block {
  display: none;
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 560px;
  padding: 56px 40px 64px;
}

.modal-block h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #282B2D;
}

#call-me__form {
  margin-top: 40px;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#call-me__form .form-control {
  padding: 30px 24px;
  border: none;
  background: #F3F7FA;
  width: 100%;
  -webkit-box-shadow: 0px 2px 0px rgba(189, 194, 203, 0.5), inset 0px 1px 2px rgba(255, 255, 255, 0.24);
          box-shadow: 0px 2px 0px rgba(189, 194, 203, 0.5), inset 0px 1px 2px rgba(255, 255, 255, 0.24);
  border-radius: 12px;
}

#call-me__form button {
  width: 100%;
  border: none;
}

#call-me__form .form-group {
  margin-bottom: 20px;
}

.fancybox__content .carousel__button.is-close {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  width: 64px;
  color: #000;
  height: 64px;
}

#call-me__modal .formm__cont-form {
  margin-top: 0;
}

#call-me__modal .formm__cont-form input:first-child {
  margin-top: 0;
}

.fancybox__content > .carousel__button.is-close {
  top: -30px;
  right: -30px;
}

#success-modal .icon__block {
  text-align: center;
  margin-top: -80px;
}

#success-modal h3 {
  margin-top: -80px;
  margin-bottom: 24px;
}

#success-modal p {
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
  color: rgba(39, 40, 40, 0.4);
}

#success-modal p > a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.separator {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}

.review-audio-item-wrapper {
  height: 96px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.review-audio-item-wrapper:nth-child(1) {
  background-image: url("../img/content/audio-img-1.png");
}
.review-audio-item-wrapper:nth-child(2) {
  background-image: url("../img/content/audio-img-2.png");
}
.review-audio-item-wrapper:nth-child(3) {
  background-image: url("../img/content/audio-img-3.png");
}

.first__back {
  display: none;
}

.comp__back1 {
  display: none;
}

.faq-section h2, .clients-review-section h2 {
  line-height: 120%;
}

.swipp__cont-swiper {
  width: 1167px;
  height: 900px;
  position: relative;
}

.swipp__cont-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swipp__cont-itm img {
  -o-object-fit: cover;
     object-fit: cover;
}

#qizz__modal {
  width: 100%;
  max-width: 100%;
}

.qizz-btn {
  border: none;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    margin: 0px auto;
    width: 1000px;
  }
  .first__cont h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 48px !important;
  }
  .first__cont-checks-item p {
    font-size: 14px;
  }
  .first__cont-checks-item:nth-child(1) {
    width: 160px;
  }
  .first__cont-checks-item:nth-child(4) {
    width: 190px;
  }
  .header__cont-soc-a {
    width: 48px;
    height: 48px;
  }
  .header__cont-soc-a svg {
    width: 48px;
    height: 48px;
  }
  .pluss__cont-item {
    width: 24%;
    padding: 16px;
    padding-bottom: 64px;
  }
  .pluss__cont-item img {
    width: 164px;
  }
  .pluss__cont-item:last-child img {
    width: 136px;
  }
  .pluss__cont-item p {
    font-size: 20px;
    margin-top: 24px;
  }
  .quizz__pod {
    position: absolute;
    right: 144px;
    bottom: -189px;
    width: 630px;
  }
  .comp__cont-bot-cont {
    padding: 20px;
  }
  .comp__cont-bot-cont-img {
    position: absolute;
    top: -8px;
    left: 43px;
    width: 201px;
  }
  .comp__cont-bot-cont-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 112%;
    color: #272828;
    max-width: 550px;
    margin-left: 233px;
  }
  .comp__cont-bot {
    bottom: -77px;
  }
  .vent {
    margin-top: 180px;
  }
  .vent__cont-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vent__cont-items-item {
    width: 49%;
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .vent__cont-items {
    margin-top: 70px;
  }
  .vent__cont-items-item-box {
    padding: 16px;
  }
  .cond__cont-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .cond__cont-items-item {
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    width: 49%;
  }
  .cond__cont-items-item:nth-child(5) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .cond__cont-items-img:nth-child(1) {
    top: -583px;
    left: 0;
  }
  .cond__cont-items-img:nth-child(2) {
    top: -337px;
    right: -47px;
  }
  .cond__cont-items-img:nth-child(3) {
    bottom: -196px;
    left: 75px;
    width: 405px;
  }
  .cond__cont-items-img:nth-child(4) {
    bottom: -476px;
    right: -40px;
  }
  .cond__cont-items-item:nth-child(5) {
    position: absolute;
    top: -559px;
    right: 0;
  }
  .cond__cont-items-item:nth-child(6) {
    position: absolute;
    top: -312px;
    left: 0;
  }
  .cond__cont-items-item:nth-child(7) {
    position: absolute;
    bottom: 28px;
    right: 0;
  }
  .cond__cont-items-item:nth-child(8) {
    -webkit-transform: translateY(220px) !important;
            transform: translateY(220px) !important;
  }
  .cond__cont .red-btn {
    margin-top: 327px;
  }
  .syst__cont-img {
    position: absolute;
    top: 254px;
    left: -141px;
    width: 604px;
  }
  .un__cont-items-img {
    left: 53%;
    width: 1181px;
  }
  .un__cont-items {
    height: 616px;
  }
  .un__cont-items-item:nth-child(2) {
    top: 241px;
    left: 9px;
    width: 238px;
  }
  .un__cont-items-item:nth-child(3) {
    top: 385px;
    left: 76px;
    width: 175px;
  }
  .un__cont-items-item:nth-child(4) {
    top: 520px;
    left: 76px;
    width: 253px;
  }
  .un__cont-items-item:nth-child(5) {
    top: 600px;
    right: 409px;
    width: 157px;
  }
  .un__cont-items-item:nth-child(6) {
    top: 559px;
    right: 104px;
    width: 216px;
  }
  .un__cont-items-item:nth-child(7) {
    top: 413px;
    right: 55px;
    width: 147px;
  }
  .un__cont-items-item:nth-child(8) {
    top: 257px;
    right: -22px;
    width: 214px;
  }
  .un__img:nth-child(1) {
    left: 0;
    top: 414px;
    width: 179px;
  }
  .un__img:nth-child(2) {
    right: 0;
    top: 540px;
    width: 122px;
  }
  .vent__list2 {
    position: absolute;
    bottom: 208px;
    right: 0;
    z-index: 2;
    width: 171px;
  }
  .vent__list1 {
    position: absolute;
    bottom: 276px;
    z-index: 2;
    width: 120px;
  }
  .quizz__rast {
    position: absolute;
    left: 0px;
    bottom: -459px;
    width: 282px;
  }
  .first__img2 {
    position: absolute;
    bottom: -307px;
    right: 0;
    width: 186px;
  }
  .first__img1 {
    position: absolute;
    bottom: -244px;
    left: 0;
    width: 124px;
  }
  .quizz__cont-road-line {
    width: 25px;
  }
  .quizz__pod {
    position: absolute;
    right: -63px;
    bottom: -193px;
    width: 630px;
  }
  .ahu__cont-item {
    width: 49%;
    padding-top: 153px;
  }
  .ahu__cont-item h3 {
    font-size: 32px;
  }
  .ahu__cont-item .ahu__cont-item-back {
    width: 100%;
    height: 530px;
  }
  .ahu__cont-item-img {
    width: 550px !important;
  }
  .ahu__cont-item:nth-child(1) .ahu__cont-item-img {
    top: -289px;
  }
  .seven__cont-items-item:nth-child(1) {
    grid-column: 1/-7;
    grid-row: 1;
  }
  .seven__cont-items-item:nth-child(2) {
    grid-column: 7/-1;
    grid-row: 1;
  }
  .seven__cont-items-item:nth-child(1) h3 {
    font-size: 32px;
  }
  .seven__cont-items-item:nth-child(2) h3 {
    font-size: 48px;
  }
  .seven__cont-items-item:nth-child(3) h3 {
    font-size: 24px;
  }
  .seven__cont-items-item:nth-child(3) p {
    font-size: 16px;
  }
  .seven__cont-items-item:nth-child(3) img {
    top: 0;
    left: -138px;
  }
  .seven__cont-items-item:nth-child(5) h3 {
    font-size: 32px;
  }
  .seven__cont-items-item:nth-child(5) p {
    font-size: 16px;
  }
  .seven__cont-items-item:nth-child(7) img {
    bottom: 0;
    right: -104px;
  }
  .formm__cont {
    max-width: 560px;
  }
  .opit__cont-items-item h3 {
    font-size: 48px;
  }
  .opit__cont-items-item:nth-child(3) h3 {
    font-size: 64px;
  }
  .opit__cont-items-item {
    width: 356px;
    height: 255px;
  }
  .sist__cont-swiper .swiper-slide-img img {
    width: unset;
  }
  .sist__cont-swiper .swiper-slide-box {
    width: 448px;
    padding: 0px;
    padding-left: 16px;
  }
  .review-item-wrapper img {
    width: 100%;
  }
  .review-item-wrapper {
    width: 49%;
  }
  .review-items__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .review-audio-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
  }
  .review-audio-item-wrapper img {
    width: 100%;
  }
  .review-audio__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .formm__img {
    position: absolute;
    top: -242px;
    left: 0;
    z-index: 1;
    width: 160px;
  }
  .swipp__cont-swiper {
    width: 900px;
    height: 629px;
  }
  .swipp__cont-swiper .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__cont-soc {
    display: none;
  }
  .header__cont-call {
    display: none;
  }
  .header__cont-logo {
    width: 173px;
  }
  .header__cont-menu {
    display: block;
    margin-left: auto;
    cursor: pointer;
  }
  #menu__modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu__modal .modal-body .header__cont-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0px;
  }
  #menu__modal .modal-body .header__cont-call-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #menu__modal .modal-body .header__cont-call p.inf {
    margin-top: 4px;
  }
  #menu__modal .modal-body .header__cont-call p.adr {
    margin-top: 24px;
  }
  #menu__modal .modal-body .header__cont-call .blue-btn {
    margin-top: 24px;
    margin-left: 0px;
  }
  #menu__modal .modal-body .header__cont-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    margin-left: 0px;
  }
  #menu__modal .modal-body .header__cont-soc-text {
    width: 100%;
  }
  #menu__modal .modal-body .header__cont-soc-a {
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 12px;
  }
  .vent__cont-parts-part {
    width: 100px;
  }
  .vent__cont-parts-part img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin: 0px auto;
    width: 730px;
  }
  .first__cont h1 {
    font-size: 48px;
  }
  .first__cont {
    padding-top: 125px;
    padding-bottom: 210px;
  }
  .first__cont-checks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 335px;
  }
  .first__cont-checks-item {
    padding: 12px 15px;
    width: 50% !important;
  }
  .first__cont-checks-item:nth-child(1) {
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  .first__cont-checks-item:nth-child(2) {
    border: none;
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  .first__cont-checks-item p {
    margin-top: 12px;
    font-size: 13px;
  }
  .first__cont-bot {
    bottom: 90px;
    left: 11px;
  }
  .first__svg {
    display: none;
  }
  .pluss__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pluss__cont-item {
    width: 49%;
  }
  h2 {
    font-size: 32px !important;
  }
  .quizz__cont h2 {
    margin-top: 16px;
  }
  .quizz__cont-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quizz__cont-bot p {
    margin-left: 0px;
    margin-top: 24px;
  }
  .comp__cont-bot-cont-img {
    width: 127px;
    top: 13px;
  }
  .comp__cont-bot-cont-text {
    font-size: 16px;
    margin-left: 142px;
  }
  .vent__cont-textb {
    margin-top: 8.25vw;
  }
  .cond {
    margin-top: 120px;
  }
  .syst__back {
    display: none;
  }
  .syst__back2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .syst__cont-text {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
  .syst__cont-text p {
    font-size: 14px;
    margin-top: 24px;
  }
  .syst__cont {
    padding-top: 360px;
    padding-bottom: 64px;
  }
  .syst__cont-img {
    position: absolute;
    top: 67px;
    left: 123px;
    width: 450px;
  }
  .syst__cont-text .blue-btn {
    margin-top: 40px;
  }
  .un__cont-items-item:nth-child(2) {
    top: 61px;
    left: 9px;
    width: 238px;
  }
  .un__cont-items-item:nth-child(3) {
    top: 281px;
    left: -19px;
    width: 175px;
  }
  .un__cont-items-item:nth-child(4) {
    top: 436px;
    left: -7px;
    width: 253px;
  }
  .un__cont-items-item:nth-child(5) {
    top: 569px;
    right: 282px;
    width: 157px;
  }
  .un__cont-items-item:nth-child(6) {
    top: 456px;
    right: 8px;
    width: 216px;
  }
  .un__cont-items-item:nth-child(7) {
    top: 341px;
    right: 6px;
    width: 147px;
  }
  .un__cont-items-item:nth-child(8) {
    top: 114px;
    right: 13px;
    width: 214px;
  }
  .ahu__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ahu__cont-item {
    width: 100%;
    padding-top: 188px;
  }
  .ahu__cont-item:nth-child(2) {
    margin-top: 361px;
  }
  .seven__cont-items-item {
    height: 381px;
  }
  .seven__cont-items-item:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .seven__cont-items-item:nth-child(2) {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .seven__cont-items-item:nth-child(3) {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .seven__cont-items-item:nth-child(4) {
    grid-column: 1/-1;
    grid-row: 4;
  }
  .seven__cont-items-item:nth-child(5) {
    grid-column: 1/-1;
    grid-row: 5;
  }
  .seven__cont-items-item:nth-child(6) {
    grid-column: 1/-1;
    grid-row: 6;
  }
  .seven__cont-items-item:nth-child(7) {
    grid-column: 1/-1;
    grid-row: 7;
  }
  .seven__cont-items-item:nth-child(3) img {
    top: 0;
    left: 344px;
    width: 423px;
  }
  .seven__cont-items-item:nth-child(1) img {
    top: 0;
    left: 0;
    width: 456px;
  }
  .seven__cont-items-item:nth-child(4) img {
    top: 0;
    left: 321px;
  }
  .seven__cont-items-item:nth-child(7) img {
    bottom: -59px;
    right: -15px;
  }
  .formm__cont h3 {
    font-size: 24px;
  }
  .formm__cont-text {
    font-size: 16px;
    margin-top: 16px;
  }
  .formm__cont {
    padding: 32px 16px;
    max-width: 400px;
  }
  .formm__cont-form input {
    padding: 28px 24px;
  }
  .formm__back {
    width: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .formm__cont-form label p {
    max-width: 290px;
  }
  .opit__cont-items-item {
    width: 300px;
    height: 240px;
  }
  .opit__cont-items-item h3 {
    font-size: 32px;
  }
  .opit__cont-items-item:nth-child(3) h3 {
    font-size: 48px;
  }
  .sist__cont-swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sist__cont-swiper .swiper-slide-img {
    width: 100%;
    height: 500px;
  }
  .sist__cont-swiper .swiper-slide-img img {
    width: 100%;
  }
  .sist__cont-swiper .swiper-slide-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .sist__cont-swiper .swiper-slide-box-title {
    font-size: 24px;
    margin-top: 16px;
  }
  .sist__cont-swiper .swiper-slide-box-subtitle {
    font-size: 14px;
    opacity: 0.4;
  }
  .sist__cont-swiper .swiper-slide-box-sst {
    font-size: 14px;
  }
  .sist__cont-swiper .swiper-slide-box ul li {
    font-size: 14px;
    padding-left: 12px;
  }
  .sist__cont-swiper .swiper-slide-box ul li::before {
    width: 4px;
    height: 4px;
    top: 7px;
    left: 7px;
  }
  .faq-section {
    padding-top: 40px;
  }
  .review-item-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
  .swipp__cont-swiper {
    width: 100%;
  }
  .clients-review-section {
    padding-top: 120px;
  }
  .review-audio-item-wrapper {
    height: 58px;
  }
  .review-audio__block {
    margin-top: 24px;
  }
  .footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__cont-c {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
  .footer__cont-aas {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__cont-aas a {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin: 0px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .first__cont h1 {
    font-size: 34px;
  }
  .first {
    background-image: url("../img/content/back1.png");
    position: relative;
  }
  .first__cont {
    padding-bottom: 16px;
  }
  .first__cont .red-btn {
    margin-top: 270px;
    position: relative;
    z-index: 2;
    max-width: 450px;
    width: 100%;
  }
  .first__img1 {
    position: absolute;
    bottom: 185px;
    left: 0;
    width: 45px;
  }
  .first__img2 {
    position: absolute;
    bottom: -134px;
    right: 0;
    width: 72px;
  }
  .pluss__cont-item p {
    font-size: 15px;
    margin-top: 24px;
  }
  .pluss__cont-item img {
    width: 120px;
  }
  .pluss__cont-item:last-child img {
    width: 90px;
  }
  .pluss__cont-item {
    padding-bottom: 24px;
  }
  .pluss {
    padding-top: 140px;
  }
  .first__cont-bot {
    bottom: -99px;
    left: 42px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #ffffff;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 1px 2px rgba(255, 255, 255, 0.8), inset 0px 2px 8px #ffffff;
  }
  .quizz__cont-road {
    display: none;
  }
  .quizz__pod {
    position: absolute;
    right: 23px;
    bottom: unset;
    top: -207px;
    width: 447px;
  }
  .quizz {
    margin-top: 223px;
    position: relative;
    z-index: 2;
  }
  .quizz__cont h2 {
    margin-top: 64px;
  }
  .quizz__cont-bot {
    width: 100%;
    margin-top: 40px;
  }
  .quizz__cont-bot .red-btn {
    max-width: 450px;
    width: 100%;
  }
  .quizz__cont-text {
    margin-top: 24px;
  }
  .quizz__cont {
    padding-bottom: 41px;
  }
  .quizz__rast {
    position: absolute;
    left: 0px;
    bottom: -254px;
    width: 128px;
  }
  h2 {
    font-size: 24px !important;
  }
  .comp__cont {
    padding-top: 80px;
  }
  .comp__back {
    display: none;
  }
  .comp__back1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .comp__cont-swiper .swiper-slide {
    width: 100%;
  }
  .comp__cont-bot-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comp__cont-bot-cont {
    padding: 18px;
    padding-bottom: 40px;
    padding-top: 150px;
  }
  .comp__cont-bot-cont-text {
    width: 100%;
    margin-left: 0px;
    font-size: 20px;
  }
  .comp__cont-bot-cont .blue-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .comp__cont-bot-cont-img {
    width: 266px;
    top: -67px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .comp__cont-bot {
    bottom: -326px;
  }
  .vent {
    margin-top: 390px;
  }
  .vent__back {
    position: absolute;
    top: 119px;
    left: 50%;
    right: 0;
    width: 923px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .vent__cont-items-item-box-cir {
    width: 60px;
    height: 60px;
  }
  .vent__cont-items-item-box-cir svg {
    width: 48px;
    height: 48px;
  }
  .vent__cont-items-item-box-text {
    font-size: 13px;
    margin-top: 12px;
  }
  .vent__cont-items {
    margin-top: 18px;
  }
  .vent__cont-items-item {
    padding: 8px;
    border-radius: 12px;
  }
  .vent__cont-items-item-box {
    border-radius: 6px;
    padding: 20px 8px;
  }
  .vent__cont-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .vent__cont-textb {
    margin-top: 168px;
    font-size: 14px;
  }
  .vent__cont-parts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vent__cont-parts-part {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    margin-right: 0px !important;
  }
  .vent__cont-parts-part img {
    width: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .vent__list1 {
    display: none;
  }
  .vent__list2 {
    display: none;
  }
  .vent__cont .red-btn {
    margin-top: 0px;
  }
  .cond__cont-text {
    font-size: 14px;
  }
  .cond__cont-parts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cond__cont-parts-part {
    width: 49%;
    margin-right: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
  .cond__cont-items-item {
    width: 100%;
  }
  .cond__cont-items-item:nth-child(5) {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
  }
  .cond__cont-items-item:nth-child(6) {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
  }
  .cond__cont-items-item:nth-child(7) {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
  }
  .cond__cont-items-item:nth-child(8) {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
  }
  .cond__cont-items {
    margin-top: 0px;
  }
  .cond__cont-items-item {
    margin-top: 288px;
  }
  .cond__back {
    display: none;
  }
  .cond__cont-items-img:nth-child(1) {
    top: 46px;
    left: 0;
  }
  .cond__cont-items-img:nth-child(2) {
    top: 556px;
    right: -47px;
  }
  .cond__cont-items-img:nth-child(3) {
    bottom: 510px;
    left: 29px;
    width: 405px;
  }
  .cond__cont-items-img:nth-child(4) {
    bottom: -19px;
    right: -40px;
  }
  .cond__cont .red-btn {
    margin-top: 49px;
  }
  .syst__img:nth-child(2) {
    top: -270px;
    right: 0;
    width: 100px;
  }
  .syst__cont-img {
    position: absolute;
    top: 129px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 320px;
  }
  .syst__cont-text .blue-btn {
    margin-top: 40px;
    width: 100%;
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .syst__img:nth-child(4) {
    display: none;
  }
  .syst__img:nth-child(3) {
    display: none;
  }
  .un__cont-text {
    font-size: 14px;
  }
  .un__cont-items-img {
    left: 53%;
    width: 972px;
    top: -40%;
  }
  .un__cont-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 500px;
  }
  .un__cont-items-item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    width: 90% !important;
    padding-left: 32px;
    margin-bottom: 24px;
  }
  .un__cont-items-item-svg {
    position: absolute !important;
    top: 50% !important;
    right: unset !important;
    left: 0 !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .un__cont-items-item p {
    text-align: left !important;
  }
  .un__img:nth-child(1) {
    display: none;
  }
  .un__img:nth-child(2) {
    display: none;
  }
  .un__cont-btext {
    margin-top: 84px;
  }
  .un__cont .red-btn {
    width: 100%;
    max-width: 450px;
  }
  .put__back {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    width: 1000px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .put__cont-text {
    font-size: 14px;
  }
  .put__cont-textb {
    font-size: 14px;
  }
  .ahu__cont-item p {
    font-size: 14px;
  }
  .ahu__cont-item h3 {
    font-size: 28px;
  }
  .ahu__cont-item {
    width: 100%;
    padding-top: 230px;
  }
  .seven__img:nth-child(1) {
    display: none;
  }
  .seven__cont-text {
    font-size: 14px;
  }
  .seven__cont-items-item {
    height: 484px;
  }
  .seven__cont-items-item:nth-child(7) img {
    bottom: -15px;
    right: -15px;
    width: 387px;
  }
  .seven__cont-items-item:nth-child(6) img {
    top: 141px;
    right: 0;
    width: 483px;
  }
  .seven__cont-items-item:nth-child(4) img {
    top: -31px;
    left: 14px;
  }
  .seven__cont-items-item:nth-child(3) img {
    top: 2px;
    left: 6px;
    width: 603px;
  }
  .seven__cont-items-item:nth-child(2) img {
    top: 0;
    left: -116px;
    width: 726px;
  }
  .formm__cont {
    margin-left: auto;
    margin-right: auto;
  }
  .opit__cont-items-item {
    width: 200px;
    height: 156px;
  }
  .opit__cont-items-item p {
    font-size: 14px;
    margin-top: 8px;
  }
  .opit__cont-items-item h3 {
    font-size: 24px !important;
  }
  .opit__cont-items-item:nth-child(3) h3 {
    font-size: 32px !important;
  }
  .opit__img:nth-child(2) {
    display: none;
  }
  .sist__back {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    width: 1600px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sist__cont-swiper .swiper-slide-img {
    width: 100%;
    height: 390px;
  }
  .section-subtitle {
    font-size: 14px;
  }
  .faq-item-info h3 {
    font-size: 20px;
  }
  .faq-item {
    padding: 24px;
  }
  .faq-collapse-button {
    width: 48px;
    height: 48px;
  }
  .review-audio-item-wrapper {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
    width: 100%;
  }
  .review-audio-item-wrapper {
    height: 105px;
    margin-bottom: 24px;
  }
  .review-audio__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 585px) {
  .comp__cont-swiper .swiper-slide {
    height: 600px;
  }
  .comp__cont-swiper .swiper-slide .grey-btn {
    margin-top: 28px;
  }
  .comp__cont-swiper .swiper-slide:nth-child(1) img {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: 190px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .vent__cont-textb {
    margin-top: 97px;
  }
  .sist__cont-swiper .swiper-slide-img {
    width: 100%;
    height: 390px;
  }
  .sist__cont-swiper .sist__cont-swiper-next {
    display: none;
  }
  .sist__cont-swiper .sist__cont-swiper-prev {
    display: none;
  }
  .modal-block {
    padding: 16px;
  }
  #call-me__modal {
    padding: 16px !important;
  }
  #success-modal {
    width: 100%;
  }
  #success-modal .icon__block img {
    width: 100%;
  }
  .pipp .quiz {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .vent__cont-parts {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vent__cont-parts-part {
    width: 156px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
    margin-right: 0px !important;
  }
  .vent__cont-parts-part img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .formm__cont-form label p {
    max-width: 256px;
  }
  .sist__cont-swiper .swiper-slide-img {
    width: 100%;
    height: 290px;
  }
  .review-audio-item-wrapper {
    height: 105px;
    margin-bottom: 0px;
  }
}