/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

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

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

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

/* Offset direction
 */

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

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

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

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

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

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

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

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

.noUi-vertical {
  width: 18px;
}

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

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

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

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

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

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

/* Handles and cursors;
 */

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

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

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

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

/* Handle stripes;
 */

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

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

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

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

/* Disabled state;
 */

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

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("ttf");
  font-weight: 800;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("ttf");
  font-weight: 800;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("ttf");
  font-weight: 100;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("ttf");
  font-weight: 900;
}

body {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
  outline: none;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  height: auto;
}

.ovh {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.content {
  z-index: 2;
  flex: 1;
  position: relative;
}

.footer {
  flex: 0 0 auto;
}

.center_block {
  max-width: 70.4166666667vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

/* width */

*::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

/* Track */

*::-webkit-scrollbar-track {
  background: #E4E4E4;
  border-radius: 10px 0px 0px 10px;
}

/* Handle */

*::-webkit-scrollbar-thumb {
  background: #292D33;
  border-radius: 10px;
}

/* Handle on hover */

*::-webkit-scrollbar-thumb:hover {
  background: #292D33;
}

.block_hidden {
  overflow: hidden;
}

.header {
  background: var(--tcs-a-white, #FFF);
}

.header.isFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}

.header__logo {
  max-width: 11.71875vw;
  width: 100%;
}

.header__info {
  display: flex;
  align-items: center;
}

.header__menu {
  padding-right: 0.8333333333vw;
}

.header__menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu ul li a {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  line-height: 140%;
  margin-right: 1.6666666667vw;
  white-space: nowrap;
}

.header__menu ul li a:hover {
  color: #8277EC;
}

.header__btn {
  color: var(--Black, #313132);
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 8px;
  border: 1px solid var(--light-grey-line, #E1E1E1);
  background: transparent;
  max-width: 8.1770833333vw;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 0.625vw 2.9166666667vw;
}

.header__btn:hover {
  color: var(--Orange, #FD841F);
  background: #fff;
}

.header__btn:active {
  background: #E9700B;
  color: #fff;
  border-color: #E9700B;
}

.header__burger {
  display: none;
}

.header__burger--icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M4 16H28M4 8H28M12 24H28' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/100% no-repeat;
}

.header__burger--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white, #FFF);
  padding: 16px;
}

.header__burger--close {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/100% no-repeat;
  cursor: pointer;
}

.header__burger--logo {
  max-width: 147px;
  width: 100%;
  display: block;
  text-decoration: none;
}

.header__burger--body {
  overflow: auto;
  width: 100%;
  position: fixed;
  z-index: 10;
  right: -100%;
  top: 0;
  max-height: 100%;
  border-radius: 0px 0px 8px 8px;
  background: var(--light-grey, #F6F7F9);
}

.header__burger.isOpened:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.header__burger.isOpened .header__burger--body {
  right: 0;
}

.header__burger--item {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header__burger--menu {
  padding-bottom: 24px;
}

.header__burger--menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.header__burger--menu > ul > li:not(:last-child) {
  margin-bottom: 32px;
}

.header__burger--menu > ul > li > a {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.header__burger--menu > ul > li > a:hover {
  color: #8277EC;
}

.header__burger--btn {
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 16px;
  font-style: normal;
  border: 0;
  font-weight: 500;
  line-height: 100%;
  border-radius: 8px;
  background: var(--Orange, #FD841F);
  cursor: pointer;
  padding: 24px 56px;
}

.header__burger--btn:hover {
  color: var(--Orange, #FD841F);
  background: #fff;
}

.header__burger--btn:active {
  background: #E9700B;
  color: #fff;
  border-color: #E9700B;
}

.main_first {
  padding-top: 3.8541666667vw;
}

.main_first__in {
  display: flex;
  justify-content: space-between;
  padding: 1.40625vw;
  border-radius: 0.8333333333vw;
  background: #8277EC;
  padding-bottom: 0;
  margin-bottom: 1.6666666667vw;
}

.main_first__l-side {
  width: 100%;
  padding-top: 0.6770833333vw;
}

.main_first__title {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1.4583333333vw;
  color: var(--white, #FFF);
}

.main_first__prefs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7291666667vw;
  margin-right: -0.7291666667vw;
}

.main_first__pref {
  width: calc(50% - 1.4583333333vw);
  margin-left: 0.7291666667vw;
  margin-right: 0.7291666667vw;
  margin-bottom: 1.6666666667vw;
  display: flex;
  align-items: center;
}

.main_first__pref--icon {
  margin-right: 0.8333333333vw;
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  flex: 0 0 1.9791666667vw;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.main_first__pref--icon img {
  width: 1.1458333333vw;
}

.main_first__pref--title {
  color: var(--white, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.1979166667vw;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  line-height: 100%;
}

.main_first__btn {
  cursor: pointer;
  border: 0;
  max-width: 20.9895833333vw;
  width: 100%;
  color: var(--Black, #fff);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background: var(--Orange, #FD841F);
  padding: 1.1458333333vw;
  text-align: center;
}

.main_first__btn:hover {
  background: #fff;
  color: #FD841F;
}

.main_first__btn:active {
  background: #E9700B;
  color: #fff;
}

.main_first__r-side {
  max-width: 22.8125vw;
  width: 100%;
  font-size: 0;
  margin-top: -3.5416666667vw;
  font-size: 0;
}

.main_first__numbers {
  display: flex;
  gap: 1.25vw;
}

.main_first__number {
  width: 33.3%;
  border-radius: 8px;
  border: 1px solid var(--light-grey-2, #F5F5F5);
  background: #FBFBFB;
  text-align: center;
  padding: 2.0833333333vw;
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.main_first__number span {
  color: var(--Orange, #FD841F);
  font-size: 3.2291666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  display: block;
  margin-bottom: 0.4166666667vw;
}

.main_form {
  position: relative;
  z-index: 2;
  padding-top: 3.3333333333vw;
}

.main_form__sale {
  color: var(--white, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 0.8333333333vw;
  border-radius: 8px 8px 0px 0px;
  background: var(--Orange, #FD841F);
  display: inline-block;
}

.main_form__block {
  padding: 1.6666666667vw;
  border-radius: 0px 8px 8px 8px;
  background: var(--purple, #8277EC);
}

.main_form__title {
  padding-bottom: 1.25vw;
  margin-bottom: 1.25vw;
  color: #fff;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-bottom: 1px solid var(--light-grey-line, #E1E1E1);
}

.main_form__slides {
  display: flex;
  justify-content: space-between;
  gap: 1.6666666667vw;
}

.main_form__info {
  border-radius: 8px 8px 3px 3px;
  background: var(--white, #FFF);
  padding: 1.25vw 0.8333333333vw;
  padding-bottom: 0;
}

.main_form__info > span {
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
  margin-bottom: 0.8333333333vw;
}

.main_form__slide {
  width: 50%;
}

.main_form__number {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.7291666667vw;
}

.main_form .noUi-target {
  box-shadow: none;
  border: 0;
  height: 1.3541666667vw;
  overflow: hidden;
  background: none;
  border-radius: 0px;
  padding-top: 0.625vw;
  position: relative;
  z-index: 3;
}

.main_form .noUi-target * {
  transition: unset;
}

.main_form .noUi-target .noUi-base .noUi-connects {
  height: 6px;
  border-radius: 20px;
  background: var(--light-grey-line, #E1E1E1);
}

.main_form .noUi-target .noUi-origin {
  height: 6px;
  border-radius: 20px;
  background: var(--green, #FD841F);
}

.main_form .noUi-target .noUi-origin .noUi-handle {
  width: 1.25vw;
  height: 1.25vw;
  border: 2px solid #FD841F;
  border-radius: 20px;
  box-shadow: none;
  top: -0.625vw;
  right: -0.625vw;
  cursor: pointer;
}

.main_form .noUi-target .noUi-origin .noUi-handle:before,
.main_form .noUi-target .noUi-origin .noUi-handle:after {
  display: none;
}

.main_form__values {
  display: flex;
  justify-content: space-between;
  padding-top: 2.0833333333vw;
  position: relative;
}

.main_form__values:before {
  content: "";
  position: absolute;
  top: 0.8854166667vw;
  left: 0;
  height: 0.8333333333vw;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg width='609' height='16' viewBox='0 0 609 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='-2.18556e-08' x2='0.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='16.5' y1='-2.18556e-08' x2='16.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='32.5' y1='-2.18556e-08' x2='32.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='48.5' y1='-2.18556e-08' x2='48.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='64.5' y1='-2.18556e-08' x2='64.5' y2='16' stroke='%23E1E1E1'/%3E%3Cline x1='80.5' y1='-2.18556e-08' x2='80.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='96.5' y1='-2.18556e-08' x2='96.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='112.5' y1='-2.18556e-08' x2='112.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='128.5' y1='-2.18556e-08' x2='128.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='144.5' y1='-2.18556e-08' x2='144.5' y2='16' stroke='%23E1E1E1'/%3E%3Cline x1='160.5' y1='-2.18556e-08' x2='160.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='176.5' y1='-2.18556e-08' x2='176.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='192.5' y1='-2.18556e-08' x2='192.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='208.5' y1='-2.18556e-08' x2='208.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='224.5' y1='-2.18556e-08' x2='224.5' y2='16' stroke='%23E1E1E1'/%3E%3Cline x1='240.5' y1='-2.18556e-08' x2='240.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='256.5' y1='-2.18556e-08' x2='256.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='272.5' y1='-2.18556e-08' x2='272.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='288.5' y1='-2.18556e-08' x2='288.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='304.5' y1='-2.18556e-08' x2='304.5' y2='16' stroke='%23E1E1E1'/%3E%3Cline x1='320.5' y1='-2.18556e-08' x2='320.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='336.5' y1='-2.18556e-08' x2='336.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='352.5' y1='-2.18556e-08' x2='352.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='368.5' y1='-2.18556e-08' x2='368.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='384.5' y1='-2.18556e-08' x2='384.5' y2='16' stroke='%23E1E1E1'/%3E%3Cline x1='400.5' y1='-2.18556e-08' x2='400.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='416.5' y1='-2.18556e-08' x2='416.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='432.5' y1='-2.18556e-08' x2='432.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='448.5' y1='-2.18556e-08' x2='448.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='464.5' y1='-2.18556e-08' x2='464.5' y2='16' stroke='%23E1E1E1'/%3E%3Cline x1='480.5' y1='-2.18556e-08' x2='480.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='496.5' y1='-2.18556e-08' x2='496.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='512.5' y1='-2.18556e-08' x2='512.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='528.5' y1='-2.18556e-08' x2='528.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='544.5' y1='-2.18556e-08' x2='544.5' y2='16' stroke='%23E1E1E1'/%3E%3Cline x1='560.5' y1='-2.18556e-08' x2='560.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='576.5' y1='-2.18556e-08' x2='576.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='592.5' y1='-2.18556e-08' x2='592.5' y2='8' stroke='%23E1E1E1'/%3E%3Cline x1='608.5' y1='-2.18556e-08' x2='608.5' y2='8' stroke='%23E1E1E1'/%3E%3C/svg%3E%0A") 0/contain repeat-x;
}

.main_form__value {
  color: #fff;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.main_form__btn {
  cursor: pointer;
  border: 0;
  max-width: 13.28125vw;
  width: 100%;
  color: var(--Black, #fff);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background: var(--Orange, #FD841F);
  padding: 1.25vw;
  text-align: center;
  margin-top: 1.6666666667vw;
}

.main_form__btn:hover {
  background: #fff;
  color: #FD841F;
}

.main_form__btn:active {
  background: #E9700B;
  color: #fff;
}

.main_money {
  padding-top: 5.7291666667vw;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash2 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

.main_money .path {
  animation: dash 20s linear infinite;
}

.main_money .path2 {
  animation: dash2 20s linear infinite;
}

.main_money .animated-rect:nth-child(1) {
  animation: appearDisappear 4s ease infinite;
}

.main_money .animated-rect:nth-child(2) {
  animation: appearDisappear 4s ease infinite;
}

.main_money .animated-rect:nth-child(3) {
  animation: appearDisappear 6s ease infinite;
}

.main_money .animated-rect:nth-child(4) {
  animation: appearDisappear 7s ease infinite;
}

.main_money .animated-rect:nth-child(5) {
  animation: appearDisappear 7s ease infinite;
}

.main_money .animated-rect:nth-child(6) {
  animation: appearDisappear 5s ease infinite;
}

.main_money .animated-rect:nth-child(7) {
  animation: appearDisappear 6s ease infinite;
}

.main_money .animated-rect:nth-child(8) {
  animation: appearDisappear 3s ease infinite;
}

.main_money .animated-rect:nth-child(9) {
  animation: appearDisappear 6s ease infinite;
}

.main_money .animated-rect:nth-child(10) {
  animation: appearDisappear 5s ease infinite;
}

.main_money .animated-rect:nth-child(11) {
  animation: appearDisappear 6s ease infinite;
}

.main_money .animated-rect:nth-child(12) {
  animation: appearDisappear 5s ease infinite;
}

.main_money .animated-rect:nth-child(13) {
  animation: appearDisappear 4s ease infinite;
}

@keyframes appearDisappear {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.main_money__title {
  margin-bottom: 2.5vw;
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}

.main_money__title span {
  color: var(--Orange, #FD841F);
}

.main_money__blocks {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.8333333333vw;
  margin-right: -0.8333333333vw;
  padding: 0 5.625vw;
}

.main_money__block {
  width: calc(33.3% - 1.6666666667vw);
  padding: 1.25vw;
  border-radius: 0.8333333333vw;
  border: 1px solid #E4E9F1;
  margin-left: 0.8333333333vw;
  margin-right: 0.8333333333vw;
  background: var(--tcs-a-white, #FFF);
  margin-bottom: 2.5vw;
  display: flex;
  flex-direction: column;
}

.main_money__number {
  border-radius: 0.4166666667vw;
  background: var(--purple, #8277EC);
  color: #fff;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
  margin-bottom: 1.25vw;
  padding: 0.4166666667vw 0.625vw;
  width: -moz-max-content;
  width: max-content;
}

.main_money__tit {
  margin-bottom: 0.625vw;
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.main_money__txt {
  color: var(--Black, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1.25vw;
}

.main_money__img {
  font-size: 0;
  position: relative;
  margin-top: auto;
}

.main_money__img svg {
  width: 100%;
}

.main_money__img img {
  bottom: 0;
  left: -7.5vw;
  right: 0;
  position: absolute;
  height: 13.0208333333vw;
  min-width: 29.1666666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -0.5208333333vw;
}

.main_money__more {
  text-align: center;
}

.main_money__btn {
  display: inline-block;
  border-radius: 5px;
  background: var(--Orange, #FD841F);
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  max-width: 16.40625vw;
  width: 100%;
  border: 0;
  line-height: 100%;
  padding: 1.09375vw 2.1354166667vw;
}

.main_money__btn:hover {
  background: #fff;
  color: #FD841F;
}

.main_money__btn:active {
  background: #E9700B;
  color: #fff;
}

.main_money__red {
  margin-top: 9.0625vw;
  border-radius: 8px;
  border: 1px solid var(--light-grey-2, #F5F5F5);
  background: #FBFBFB;
  display: flex;
  padding: 2.5vw 2.0833333333vw;
  padding-left: 4.3229166667vw;
  padding-bottom: 0;
}

.main_money__red--l-side {
  width: 100%;
  font-size: 0;
}

.main_money__red--l-side img {
  width: 15.7291666667vw;
  margin-top: -5.9895833333vw;
}

.main_money__red--l-side svg {
  width: 12.5vw;
  height: 20.3645833333vw;
  top: -4.9479166667vw;
  position: relative;
  margin-bottom: auto;
}

.main_money__red--r-side {
  flex: 0 0 28.28125vw;
}

.main_money__red--title {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.4166666667vw;
}

.main_money__red--title span {
  color: #FD841F;
}

.main_money__red--subtitle {
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.25vw;
}

.main_money__red--list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main_money__red--list li {
  position: relative;
  padding-left: 0.7291666667vw;
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main_money__red--list li:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}

.main_money__red--list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125vw;
  height: 0.3125vw;
  margin-top: -0.15625vw;
  background: #FD841F;
  border-radius: 50%;
}

.main_why {
  padding-top: 5.7291666667vw;
}

.main_why__items {
  display: flex;
  align-items: flex-start;
}

.main_why__l-side {
  max-width: 23.6979166667vw;
  width: 100%;
  flex: 0 0 23.6979166667vw;
  margin-right: 11.4583333333vw;
}

.main_why__title {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.8333333333vw;
}

.main_why__title span {
  color: #FD841F;
  display: block;
}

.main_why__subtitle {
  margin-bottom: 1.6666666667vw;
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 20.5208333333vw;
  width: 100%;
}

.main_why__btn {
  display: inline-block;
  border-radius: 5px;
  background: var(--green, #FD841F);
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  line-height: 100%;
  padding: 0.8333333333vw 2.1354166667vw;
}

.main_why__btn:hover {
  background: #fff;
  color: #FD841F;
}

.main_why__btn:active {
  background: #E9700B;
  color: #fff;
}

.main_why__r-side {
  width: 100%;
}

.main_why__block {
  display: flex;
  padding: 1.6666666667vw;
  border-radius: 0.8333333333vw;
  border: 1px solid var(--Secondary, #E4E9F1);
}

.main_why__block:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}

.main_why__icon {
  font-size: 0;
  flex: 0 0 2.5vw;
  margin-right: 1.6666666667vw;
  width: 2.5vw;
  height: 2.5vw;
}

.main_why__info {
  width: 100%;
}

.main_why__tit {
  margin-bottom: 0.4166666667vw;
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.main_why__text {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 24.84375vw;
}

.main_reviews {
  padding-top: 5.7291666667vw;
}

.main_reviews__in {
  position: relative;
}

.main_reviews__title {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 3.6458333333vw;
  text-align: center;
}

.main_reviews__title span {
  color: var(--Orange, #FD841F);
}

.main_reviews__slider {
  max-width: 50vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main_reviews .slick-track,
.main_reviews .slick-slider {
  position: unset;
}

.main_reviews .slick-list {
  margin-left: -1.5625vw;
  position: unset;
  margin-right: -1.5625vw;
  padding-bottom: 2.6041666667vw;
}

.main_reviews .slick-slide {
  margin-left: 1.5625vw;
  margin-right: 1.5625vw;
  padding-top: 3.1770833333vw;
}

.main_reviews__block {
  border-radius: 10px;
  padding: 0 2.96875vw 3.8020833333vw 3.90625vw;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 22.3958333333vw;
}

.main_reviews__svg {
  width: 22.2916666667vw;
  height: 22.3958333333vw;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  filter: drop-shadow(0px 15px 35px rgba(0, 0, 0, 0.05));
}

.main_reviews__svg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main_reviews__img {
  position: relative;
  z-index: 2;
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  border-radius: 50%;
  margin-top: -3.1770833333vw;
  margin-bottom: 2.2395833333vw;
}

.main_reviews__name {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 100%;
  margin-bottom: 1.0416666667vw;
}

.main_reviews__txt {
  position: relative;
  z-index: 2;
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 2.8645833333vw;
  max-width: 15.4166666667vw;
}

.main_reviews__more {
  z-index: 2;
  display: inline-block;
  color: var(--Orange, #FD841F);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: relative;
  padding-right: 0.9375vw;
  cursor: pointer;
  border: 0;
  background: none;
}

.main_reviews__more:before {
  content: "";
  position: absolute;
  width: 0.4166666667vw;
  height: 0.7291666667vw;
  margin-top: -0.46875vw;
  top: 50%;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7.00013L1 13' stroke='%23FD841F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/100% no-repeat;
}

.main_reviews .slick-prev,
.main_reviews .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2.8125vw;
  height: 2.8125vw;
  border: 0;
  cursor: pointer;
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4853 2.08154L3 10.5668L11.4853 19.0521' stroke='%23313132' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 0.6770833333vw;
  border-radius: 10px;
}

.main_reviews .slick-prev:hover,
.main_reviews .slick-next:hover {
  background-color: #FD841F;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4853 2.08154L3 10.5668L11.4853 19.0521' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.main_reviews .slick-prev {
  left: 0;
}

.main_reviews .slick-next {
  right: 0;
  transform: rotate(180deg);
}

.main_reviews .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.main_reviews .slick-dots li {
  padding: 0;
  margin: 0;
}

.main_reviews .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  border: 1px solid #F5F5F5;
}

.main_reviews .slick-dots li.slick-active button {
  border-color: #FF5C00;
  background: #FF5C00;
}

.main_questions {
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
}

.main_questions__what {
  position: absolute;
  right: 6.5104166667vw;
  width: 5.8333333333vw;
  height: 5.8333333333vw;
  top: 3.75vw;
}

.main_questions__what svg {
  width: 100%;
  height: 100%;
}

@keyframes hideShow {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main_questions .path-group:nth-child(2n) {
  animation: hideShow 2s infinite;
}

.main_questions .path-group:nth-child(3n) {
  animation: hideShow 4s infinite;
}

.main_questions .path-group:nth-child(3) {
  animation: hideShow 4s infinite;
}

.main_questions .path-group:nth-child(5) {
  animation: hideShow 7s infinite;
}

.main_questions .path-group:nth-child(1) {
  animation: hideShow 6s infinite;
}

.main_questions__in {
  padding: 4.1666666667vw 6.5104166667vw;
  border-radius: 0.8333333333vw;
  position: relative;
  background: var(--purple, #8277EC);
}

.main_questions__title {
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.8333333333vw;
}

.main_questions__subtitle {
  color: var(--white, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 2.0833333333vw;
}

.main_questions__block {
  padding: 1.25vw;
  border-radius: 5px;
  background: #6F65D7;
  cursor: pointer;
}

.main_questions__block:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}

.main_questions__block.isActive {
  background: #fff;
}

.main_questions__block.isActive:before {
  transform: rotate(180deg);
}

.main_questions__block.isActive .main_questions__answer {
  display: block;
  border-top: 1px solid #EFEFEF;
}

.main_questions__block.isActive .main_questions__question {
  color: #313132;
}

.main_questions__block.isActive .main_questions__question:before {
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6004 7.45825L11.1671 12.8916C10.5254 13.5333 9.47539 13.5333 8.83372 12.8916L3.40039 7.45825' stroke='%238277EC' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50%/100% no-repeat;
}

.main_questions__question {
  color: #fff;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  padding-right: 2.6041666667vw;
}

.main_questions__question:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-top: -0.5208333333vw;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6004 7.45825L11.1671 12.8916C10.5254 13.5333 9.47539 13.5333 8.83372 12.8916L3.40039 7.45825' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50%/100% no-repeat;
}

.main_questions__answer {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 1.25vw;
  display: none;
  margin-top: 1.0416666667vw;
}

.main_questions__answer * {
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main_questions__answer p:first-child {
  margin-top: 0;
}

.main_questions__answer p:last-child {
  margin-bottom: 0;
}

.footer {
  margin-bottom: 1.6666666667vw;
}

.footer__in {
  border-radius: 0.8333333333vw;
  border: 1px solid var(--light-grey-2, #F5F5F5);
  background: #FBFBFB;
  padding: 2.5vw;
}

.footer__item {
  padding-bottom: 1.6666666667vw;
  display: flex;
  justify-content: space-between;
}

.footer__l-side {
  max-width: 22.3958333333vw;
  margin-right: 6.7708333333vw;
  width: 100%;
  flex: 0 0 22.3958333333vw;
}

.footer__logo {
  font-size: 0;
  max-width: 21.9791666667vw;
  width: 100%;
  margin-bottom: 2.1875vw;
}

.footer__logo svg,
.footer__logo img {
  width: 100%;
}

.footer__mail {
  color: var(--white, #313132);
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  font-family: "Gilroy", sans-serif, cursive;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  padding-left: 2.9166666667vw;
  display: inline-block;
  margin-bottom: 2.1875vw;
}

.footer__mail:before {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.0416666667vw;
  border-radius: 50%;
  background: #8277EC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 1.25vw;
}

.footer__work {
  color: var(--white, #313132);
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  font-family: "Gilroy", sans-serif, cursive;
  line-height: 120%;
  position: relative;
  padding-left: 2.9166666667vw;
  margin-bottom: 2.1875vw;
}

.footer__work:before {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.0416666667vw;
  border-radius: 50%;
  background: #8277EC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22.7 11.5L20.7005 13.5L18.7 11.5M20.9451 13C20.9814 12.6717 21 12.338 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C14.8273 21 17.35 19.6963 19 17.6573M12 7V12L15 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 1.25vw;
}

.footer__btn {
  cursor: pointer;
  border: 0;
  max-width: 16.4583333333vw;
  width: 100%;
  color: var(--Black, #fff);
  font-family: "Montserrat", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background: var(--Orange, #FD841F);
  padding: 0.8333333333vw;
  text-align: center;
}

.footer__btn:hover {
  background: #fff;
  color: #FD841F;
}

.footer__btn:active {
  background: #E9700B;
  color: #fff;
}

.footer__r-side {
  width: 100%;
  padding-top: 1.875vw;
}

.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 0.46875vw;
  margin-bottom: 0.8333333333vw;
}

.footer__menu ul li a {
  text-decoration: none;
  display: inline-block;
  color: var(--white, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.footer__menu ul li a:hover {
  color: #8277EC;
}

.footer__text {
  color: var(--white, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  padding-right: 0.78125vw;
}

.footer__bottom {
  padding-top: 1.0416666667vw;
  border-top: 1px solid #E1E1E1;
  display: flex;
  justify-content: space-between;
}

.footer__copy {
  width: 50%;
  color: var(--white, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footer__link {
  text-align: right;
  text-decoration: none;
  display: inline-block;
  color: var(--white, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footer__link:hover {
  color: #8277EC;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 16px;
}

.modal.isOpened {
  opacity: 1;
  visibility: visible;
}

.modal:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal__in {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 51.1458333333vw;
  text-align: left;
  width: 100%;
  background: #8277EC;
  border-radius: 0.8333333333vw;
  position: relative;
  box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.1), 0px 35px 35px 0px rgba(0, 0, 0, 0.09), 0px 80px 48px 0px rgba(0, 0, 0, 0.05), 0px 141px 57px 0px rgba(0, 0, 0, 0.01), 0px 221px 62px 0px rgba(0, 0, 0, 0);
}

.modal.modal_check .modal__title {
  text-align: center;
}

.modal.modal_check .modal__in {
  max-width: 51.1458333333vw;
  overflow: auto;
}

.modal.modal_check .modal__l-side {
  flex: 0 0 21.1458333333vw;
  margin-top: 0;
}

.modal.modal_rev .modal__in {
  padding: 48px;
  background: #fff;
  max-width: 31.3020833333vw;
}

.modal.modal_rev .modal__title {
  text-align: left;
  color: var(--Black, #313132);
}

.modal.modal_rev .modal__closer {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 4L4 12M4 4L12 12' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/100% no-repeat;
}

.modal__items {
  display: flex;
}

.modal__l-side {
  font-size: 0;
  flex: 0 0 19.7395833333vw;
  margin-top: -3.75vw;
}

.modal__l-side img {
  width: 100%;
  height: 100%;
}

.modal__r-side {
  padding: 1.9791666667vw;
  width: 100%;
  padding-left: 1.40625vw;
}

.modal__closer {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  cursor: pointer;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 4L4 12M4 4L12 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/100% no-repeat;
}

.modal__title {
  color: #fff;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0.8333333333vw;
  padding-right: 2.0833333333vw;
}

.modal__text {
  color: #fff;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 17.1875vw;
  width: 100%;
}

.modal__form {
  margin-top: 1.25vw;
}

.modal__form--input {
  position: relative;
  margin-bottom: 0.8333333333vw;
}

.modal__form--input label {
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.9375vw 0.8333333333vw;
}

.modal__form--input input::-moz-placeholder {
  color: transparent;
}

.modal__form--input input::placeholder {
  color: transparent;
}

.modal__form--input input:not(:-moz-placeholder-shown) ~ label {
  font-size: 0.7291666667vw;
  padding: 0.2083333333vw 0.8333333333vw;
}

.modal__form--input input:focus ~ label,
.modal__form--input input:not(:placeholder-shown) ~ label {
  font-size: 0.7291666667vw;
  padding: 0.2083333333vw 0.8333333333vw;
}

.modal__form--custom-checkbox {
  margin-bottom: 0.8333333333vw;
  display: block;
}

.modal__form--custom-checkbox > span {
  color: #fff;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}

.modal__form--custom-checkbox > span a {
  margin-left: 5px;
  color: #fff;
}

.modal__form--custom-checkbox > span:before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #313132;
  background: #fff;
  border-radius: 5px;
  margin-right: 0.4166666667vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.modal__form--custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.modal__form--custom-checkbox > input:checked + span:before {
  border-color: #FD841F;
  background-color: #FD841F;
  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");
}

.modal__form input[type=tel],
.modal__form input[type=email],
.modal__form input[type=text] {
  width: 100%;
  border: 0;
  border-radius: 0.4166666667vw;
  border: 1px solid var(--light-grey-line, #E1E1E1);
  background: var(--light-grey, #F6F7F9);
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 1.3541666667vw 0.8333333333vw 0.5208333333vw 0.8333333333vw;
}

.modal__form input[type=submit] {
  margin-top: 0.4166666667vw;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  border: 0;
  background: var(--Orange, #FD841F);
  outline: none;
  width: 100%;
  padding: 1.25vw;
}

.modal__form input[type=submit]:disabled {
  background: #E1E1E1;
  pointer-events: none;
  color: #313132;
}

.modal__form input[type=submit]:hover {
  background: #fff;
  color: #FD841F;
}

.modal__form input[type=submit]:active {
  background: #E9700B;
  color: #fff;
}

.modal__review {
  color: var(--Dark-grey-4, #6B6B6B);
  font-size: 0.8333333333vw;
  font-style: normal;
  font-family: "Gilroy", sans-serif, cursive;
  font-weight: 400;
  line-height: 140%;
}

@media all and (max-width: 1023px) {
  .center_block {
    max-width: 1320px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__in {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header__logo {
    max-width: 165px;
  }

  .header__burger {
    display: block;
  }

  .main_first {
    padding-top: 16px;
  }

  .main_first__in {
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 16px;
    margin-bottom: 48px;
  }

  .main_first__l-side {
    padding-top: 0;
  }

  .main_first__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .main_first__prefs {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }

  .main_first__pref {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .main_first__pref:not(:last-child) {
    margin-bottom: 32px;
  }

  .main_first__pref--icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .main_first__pref--icon img {
    width: 22px;
  }

  .main_first__pref--title {
    font-size: 18px;
  }

  .main_first__btn {
    max-width: 340px;
    padding: 24px;
    font-size: 16px;
    margin-bottom: 32px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .main_first__r-side {
    margin-top: 0;
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
  }

  .main_first__numbers {
    gap: 24px;
    flex-direction: column;
  }

  .main_first__number {
    width: 100%;
    padding: 40px;
    font-size: 24px;
  }

  .main_first__number span {
    font-size: 62px;
    margin-bottom: 8px;
  }

  .main_form {
    padding-top: 48px;
  }

  .main_form__sale {
    font-size: 24px;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
  }

  .main_form__block {
    padding: 16px;
    border-radius: 0px 0px 8px 8px;
  }

  .main_form__title {
    padding-bottom: 24px;
    margin-bottom: 32px;
    font-size: 18px;
  }

  .main_form__slides {
    flex-direction: column;
    gap: unset;
  }

  .main_form__info {
    padding: 16px;
    padding-bottom: 0;
  }

  .main_form__info > span {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .main_form__slide {
    margin-bottom: 24px;
    width: 100%;
  }

  .main_form__number {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .main_form .noUi-target {
    padding-top: 12px;
    height: 26px;
  }

  .main_form .noUi-target .noUi-origin .noUi-handle {
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
  }

  .main_form__values:before {
    top: 17px;
    height: 16px;
  }

  .main_form__values {
    padding-top: 40px;
  }

  .main_form__value {
    font-size: 16px;
  }

  .main_form__btn {
    max-width: 340px;
    padding: 24px;
    font-size: 16px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .main_money {
    padding-top: 78px;
  }

  .main_money__title span {
    display: block;
  }

  .main_money__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .main_money__blocks {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .main_money__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    border-radius: 16px;
    padding: 24px;
  }

  .main_money__number {
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 12px;
    padding: 8px 12px;
  }

  .main_money__tit {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .main_money__txt {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .main_money__img {
    height: 218px;
  }

  .main_money__img img {
    height: 250px;
    min-width: 560px;
    bottom: -10px;
    left: 50%;
    margin-left: -280px;
  }

  .main_money__btn {
    font-size: 16px;
    padding: 24px 35px;
    max-width: 380px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .main_money__red {
    margin-top: 62px;
    padding: 32px 16px;
    padding-bottom: 0;
    overflow: hidden;
    flex-direction: column-reverse;
  }

  .main_money__red--l-side {
    display: flex;
    position: relative;
  }

  .main_money__red--l-side img {
    margin-top: 0;
    width: 196px;
    position: relative;
    z-index: 3;
  }

  .main_money__red--l-side svg {
    top: -3vh;
    z-index: 2;
    width: 149px;
    height: 242px;
    right: 50px;
  }

  .main_money__red--r-side {
    flex: unset;
    margin-bottom: 48px;
  }

  .main_money__red--title {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .main_money__red--subtitle {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 500;
  }

  .main_money__red--list li {
    font-size: 16px;
    padding-left: 14px;
  }

  .main_money__red--list li:not(:last-child) {
    margin-bottom: 16px;
  }

  .main_money__red--list li:before {
    margin-top: -3px;
    width: 6px;
    height: 6px;
  }

  .main_why {
    padding-top: 76px;
  }

  .main_why__items {
    flex-direction: column;
  }

  .main_why__l-side {
    margin-right: 0;
    flex: none;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .main_why__title {
    margin-bottom: 16px;
    font-size: 32px;
    text-align: center;
  }

  .main_why__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: center;
    max-width: 100%;
  }

  .main_why__btn {
    font-size: 16px;
    padding: 21px 35px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main_why__block:not(:last-child) {
    margin-bottom: 16px;
  }

  .main_why__block {
    padding: 24px;
    border-radius: 16px;
    flex-direction: column;
  }

  .main_why__icon {
    margin-bottom: 24px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 0;
  }

  .main_why__tit {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .main_why__text {
    font-size: 14px;
    max-width: 477px;
  }

  .main_reviews {
    padding-top: 86px;
  }

  .main_reviews__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .main_reviews__slider {
    max-width: 338px;
  }

  .main_reviews .slick-list {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .main_reviews .slick-slide {
    margin-left: 0;
    margin-right: 0;
    padding-top: 61px;
  }

  .main_reviews__block {
    padding: 0 21px 57px 32px;
    min-height: 350px;
  }

  .main_reviews__svg {
    width: 338px;
    height: 386px;
    filter: unset;
  }

  .main_reviews__img {
    width: 140px;
    height: 140px;
    margin-top: -61px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .main_reviews__name {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .main_reviews__txt {
    font-size: 14px;
    max-width: 255px;
    margin-bottom: 24px;
  }

  .main_reviews__more {
    font-size: 14px;
    padding-right: 18px;
  }

  .main_reviews__more:before {
    width: 8px;
    height: 14px;
    margin-top: -9px;
  }

  .main_reviews .slick-prev,
  .main_reviews .slick-next {
    top: unset;
    bottom: -80px;
    border-radius: 10px;
    background-size: 13px;
    width: 56px;
    height: 56px;
  }

  .main_reviews .slick-prev {
    left: 16px;
  }

  .main_reviews .slick-next {
    right: 16px;
    left: unset;
  }

  .main_questions {
    padding-top: 136px;
    padding-bottom: 48px;
  }

  .main_questions__what {
    width: 50px;
    height: 50px;
    top: 24px;
    left: 12px;
    right: unset;
  }

  .main_questions__in {
    border-radius: 16px;
    padding-top: 98px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
  }

  .main_questions__title {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .main_questions__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .main_questions__block:not(:last-child) {
    margin-bottom: 12px;
  }

  .main_questions__block {
    padding: 20px 16px;
  }

  .main_questions__question {
    font-size: 16px;
    padding-right: 25px;
  }

  .main_questions__question:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .main_questions__answer * {
    font-size: 14px;
  }

  .main_questions__answer {
    padding-top: 16px;
    font-size: 14px;
    margin-top: 20px;
  }

  .footer {
    margin-bottom: 14px;
  }

  .footer__in {
    padding: 32px 16px;
    border-radius: 16px;
  }

  .footer__item {
    padding-bottom: 16px;
    flex-direction: column;
  }

  .footer__l-side {
    max-width: 100%;
    flex: none;
    margin-right: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #E1E1E1;
  }

  .footer__logo {
    max-width: 296px;
    margin-bottom: 46px;
  }

  .footer__mail {
    font-size: 16px;
    padding-left: 56px;
    margin-bottom: 46px;
  }

  .footer__mail:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 24px;
  }

  .footer__work {
    font-size: 16px;
    padding-left: 56px;
    margin-bottom: 37px;
  }

  .footer__work:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 24px;
  }

  .footer__btn {
    max-width: 340px;
    padding: 20px;
    font-size: 16px;
  }

  .footer__menu ul {
    padding-top: 16px;
    padding-bottom: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    border: 0;
  }

  .footer__menu ul li {
    width: calc(50% - 16px);
  }

  .footer__menu ul li a {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .footer__text {
    font-size: 14px;
    padding-right: 0;
    padding-top: 16px;
    border-top: 1px solid #E1E1E1;
    margin-top: -16px;
    line-height: 140%;
  }

  .footer__bottom {
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__copy {
    width: 100%;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .footer__link {
    font-size: 14px;
    text-align: left;
  }

  .modal__in {
    padding: 64px 16px 31px 16px;
    max-width: 604px;
    overflow: auto;
    border-radius: 16px;
  }

  .modal.modal_check .modal__in {
    max-width: 982px;
  }

  .modal__r-side {
    padding: 32px 16px;
    padding-top: 0;
  }

  .modal__closer {
    top: 24px;
    right: 16px;
    width: 24px;
    height: 24px;
  }

  .modal__title {
    padding-right: 0;
    text-align: center;
    font-size: 32px;
    margin-bottom: 12px;
  }

  .modal__text {
    font-size: 16px;
    max-width: 330px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .modal__form {
    margin-top: 24px;
  }

  .modal__form--input {
    margin-bottom: 16px;
  }

  .modal__form--input label {
    font-size: 16px;
    padding: 17px 16px;
  }

  .modal__form--input input:not(:-moz-placeholder-shown) ~ label {
    font-size: 14px;
    padding: 4px 16px;
  }

  .modal__form--input input:focus ~ label,
  .modal__form--input input:not(:placeholder-shown) ~ label {
    font-size: 14px;
    padding: 4px 16px;
  }

  .modal__form--custom-checkbox {
    margin-bottom: 16px;
    align-items: flex-start;
  }

  .modal__form--custom-checkbox > span {
    font-size: 14px;
  }

  .modal__form--custom-checkbox > span:before {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 3px;
  }

  .modal__form input[type=tel],
  .modal__form input[type=email],
  .modal__form input[type=text] {
    font-size: 16px;
    padding: 26px 16px 10px 16px;
    border-radius: 8px;
  }

  .modal__form input[type=submit] {
    padding: 24px;
    font-size: 16px;
    margin-top: 16px;
  }

  .modal__review {
    font-size: 14px;
  }
}

/* Helper classes for replacing Vue v-if */
@media all and (min-width: 1024px) {
  .v-hide-desktop {
    display: none !important;
  }
}

@media all and (max-width: 1023px) {
  .v-hide-mobile {
    display: none !important;
  }
}

.modal__form--consent {
  margin-top: 20px;
  color: #5e5e5e;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}

.gotojs {
  color: #636363 !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 500;
}

@media all and (min-width: 1024px) {
  .modal__form--consent {
    font-size: 0.625vw;
    margin-top: 1.04vw;
  }
}
