/*! 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-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("ttf");
  font-weight: 900;
}

@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-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-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-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-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-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("ttf");
  font-weight: 400;
}

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: #EEF1F5;
  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: #313132;
  border-radius: 10px;
}

/* Handle on hover */

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

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

.header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.1979166667vw;
  padding-bottom: 1.1979166667vw;
  border-bottom: 0.4px solid var(--white, #FFF);
}

.header__logo {
  max-width: 7.3958333333vw;
  width: 100%;
  margin-right: 2.9166666667vw;
}

.header__info {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.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, #fff);
  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;
}

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

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

.header__btn span {
  pointer-events: none;
  display: inline-block;
  padding-left: 1.875vw;
  position: relative;
}

.header__btn span:before {
  width: 1.25vw;
  height: 1.25vw;
  content: "";
  position: absolute;
  left: 0;
  margin-top: -0.625vw;
  top: 50%;
  background: 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='M20 21C20 19.6044 20 18.9067 19.8278 18.3389C19.44 17.0605 18.4395 16.06 17.1611 15.6722C16.5933 15.5 15.8956 15.5 14.5 15.5H9.5C8.10444 15.5 7.40665 15.5 6.83886 15.6722C5.56045 16.06 4.56004 17.0605 4.17224 18.3389C4 18.9067 4 19.6044 4 21M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/100% no-repeat;
}

.header__btn:hover {
  background: #FF692B;
  border-color: #FF692B;
}

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

.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='33' viewBox='0 0 32 33' fill='none'%3E%3Cpath d='M4 16.5H28M4 8.5H28M12 24.5H28' stroke='white' 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: 215px;
  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;
  border-radius: 0px 0px 8px 8px;
}

.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: 24px;
}

.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: 150%;
  text-decoration: none;
}

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

.header__burger--btn {
  color: var(--Black, #fff);
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 16px;
  font-style: normal;
  border: 0;
  font-weight: 600;
  line-height: 100%;
  border-radius: 5px;
  background: var(--green, #FF692B);
  cursor: pointer;
  padding: 22px 24px;
}

@keyframes translateYAnimation {
  from {
    transform: translateY(48%);
  }

  to {
    transform: translateY(0);
  }
}

.main_first {
  background: var(--Liner, linear-gradient(97deg, #4D4C7A 0%, #5D4D7C 25%, #734E7F 82.69%, #8D5082 100%));
  padding-top: 5vw;
  min-height: 34.5833333333vw;
}

.main_first__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.3333333333vw;
}

.main_first__l-side {
  width: 50%;
  padding-bottom: 5.7291666667vw;
}

.main_first__title {
  color: var(--white, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 4.375vw;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  margin-bottom: 1.25vw;
  max-width: 30.46875vw;
  width: 100%;
}

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

.main_first__list li {
  display: flex;
  align-items: center;
}

.main_first__list li:not(:last-child) {
  margin-bottom: 1.25vw;
}

.main_first__list--icon {
  font-size: 0;
  flex: 0 0 1.875vw;
  height: 1.875vw;
  margin-right: 0.8333333333vw;
}

.main_first__list--txt {
  width: 100%;
  color: var(--white, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main_first__r-side {
  width: 50%;
  position: relative;
  font-size: 0;
}

.main_first__r-side--img2 {
  position: relative;
  bottom: -7.2916666667vw;
  width: 29.3229166667vw;
  right: -4.9479166667vw;
}

.main_first__r-side--img {
  position: absolute;
  top: -2.8645833333vw;
  z-index: 2;
  width: 29.2708333333vw;
  right: 3.4895833333vw;
  transform: translateY(48%);
  animation: translateYAnimation 2s ease-in-out forwards;
}

.main_form {
  margin-top: -8.4895833333vw;
  position: relative;
  z-index: 2;
}

.main_form__block {
  display: flex;
  flex-wrap: wrap;
  padding: 1.6666666667vw;
  border-radius: 0.8333333333vw;
  background: var(--white, #FFF);
  box-shadow: 0px 87px 24px 0px rgba(0, 0, 0, 0), 0px 56px 22px 0px rgba(0, 0, 0, 0), 0px 31px 19px 0px rgba(0, 0, 0, 0.01), 0px 14px 14px 0px rgba(0, 0, 0, 0.02), 0px 3px 8px 0px rgba(0, 0, 0, 0.02);
}

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

.main_form__l-side,
.main_form__r-side {
  width: 50%;
}

.main_form__l-side {
  border-right: 1px solid #EEF1F5;
  padding-right: 2.5vw;
}

.main_form__r-side {
  padding-left: 2.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main_form__slides {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.main_form__slide:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}

.main_form__span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8333333333vw;
}

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

.main_form__number {
  color: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 8px;
  background: #F7F7FA;
  padding: 0.5208333333vw 0.8333333333vw;
}

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

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

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

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

.main_form .noUi-target .noUi-origin .noUi-handle {
  width: 1.25vw;
  height: 1.25vw;
  border: 2px solid #FF692B;
  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: 0.3125vw;
}

.main_form__value {
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.main_form__btn {
  cursor: pointer;
  border: 0;
  color: var(--Black, #fff);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: var(--green, #FF692B);
  padding: 1.0416666667vw;
  text-align: center;
}

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

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

.main_form__list {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Light-gray, #EEF1F5);
}

.main_form__list span {
  color: var(--Gray, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.main_form__list--text {
  color: var(--Gray, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.main_money {
  border-radius: 1.25vw;
  background: #E9E9F7;
  padding-top: 2.5vw;
  padding-bottom: 0.8333333333vw;
}

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

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

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

.main_money__block:hover {
  box-shadow: 0px 45px 45px 0px rgba(40, 43, 57, 0.2);
}

.main_money__number {
  color: var(--white, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 8px;
  background: var(--Orange, #FF692B);
  padding: 0.46875vw 1.25vw;
  display: inline-block;
  margin-bottom: 0.625vw;
  width: -moz-max-content;
  width: max-content;
}

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

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

.main_money__img {
  font-size: 0;
  height: 11.3541666667vw;
  position: relative;
  margin-top: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.main_money__img img {
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -0.5208333333vw;
  max-height: 100%;
}

.main_money__small-txt {
  margin-top: 0.625vw;
  color: var(--Black, #313132);
  text-align: center;
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8333333333vw;
}

.main_why {
  padding-top: 4.5833333333vw;
  padding-bottom: 4.5833333333vw;
}

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

.main_why__blocks {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8333333333vw;
  margin-right: -0.8333333333vw;
}

.main_why__block {
  width: calc(50% - 1.6666666667vw);
  margin-left: 0.8333333333vw;
  margin-right: 0.8333333333vw;
  border-radius: 0.8333333333vw;
  background: var(--tcs-a-white, #FFF);
  padding: 2.9166666667vw;
  margin-bottom: 1.6666666667vw;
  position: relative;
  overflow: hidden;
}

.main_why__block:nth-child(1) {
  width: 100%;
}

.main_why__block:nth-child(1) .main_why__tit {
  max-width: 13.4375vw;
}

.main_why__block:nth-child(1) .main_why__text {
  max-width: 21.6145833333vw;
}

.main_why__block:nth-child(1) .main_why__bg {
  max-width: 21.40625vw;
  right: 7.8125vw;
}

.main_why__block:hover .main_why__bg {
  transform: scale(1.01);
}

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

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

.main_why__bg {
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 11.1979166667vw;
}

.main_why__btn {
  border-radius: 5px;
  background: var(--green, #FF692B);
  color: var(--Black, #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.9895833333vw 2.1354166667vw;
  width: 100%;
}

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

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

.main_reviews {
  background: #EEF1F5;
  padding-top: 5vw;
  padding-bottom: 5.8333333333vw;
  margin-bottom: -1.25vw;
}

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

.main_reviews__slider {
  position: relative;
}

.main_reviews .slick-list {
  margin-left: -0.4166666667vw;
  margin-right: -0.4166666667vw;
}

.main_reviews .slick-slide {
  margin-left: 0.4166666667vw;
  margin-right: 0.4166666667vw;
}

.main_reviews__block {
  border-radius: 16px;
  padding: 0.8333333333vw;
  background: #FFF;
}

.main_reviews__top {
  display: flex;
  align-items: center;
  margin-bottom: 0.8333333333vw;
}

.main_reviews__img {
  margin-right: 0.8333333333vw;
  width: 2.5vw;
  height: 2.5vw;
  flex: 0 0 2.5vw;
  border-radius: 50%;
}

.main_reviews__txt {
  width: 100%;
}

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

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

.main_reviews__from {
  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_reviews__stars {
  margin-bottom: 0.8333333333vw;
  width: 7.0833333333vw;
  height: 1.25vw;
}

.main_reviews__stars svg {
  width: 100%;
}

.main_reviews__texts {
  padding-top: 0.8333333333vw;
  color: var(--Darck-grey, #666);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  border-top: 1px solid var(--light-grey-line, #E1E1E1);
  font-weight: 400;
  line-height: 140%;
}

.main_reviews .slick-prev,
.main_reviews .slick-next {
  font-size: 0;
  position: absolute;
  top: -4.4270833333vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background-color: #fff;
  background-image: 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='M26.6667 16L5.33342 16M5.33342 16L13.3334 24M5.33342 16L13.3334 8' stroke='%23313132' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.6666666667vw;
}

.main_reviews .slick-prev:hover,
.main_reviews .slick-next:hover {
  background-color: #FF692B;
  background-image: 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='M26.6667 16L5.33342 16M5.33342 16L13.3334 24M5.33342 16L13.3334 8' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.main_reviews .slick-prev {
  right: 4.5833333333vw;
}

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

.main_reviews__more {
  margin-top: 1.6666666667vw;
  padding: 0.9895833333vw 1.25vw;
  border-radius: 5px;
  background: var(--Orange, #FF692B);
  color: var(--white, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 0;
  max-width: 17.7083333333vw;
  cursor: pointer;
  width: 100%;
}

.main_reviews__more:hover {
  background: #fff;
  color: #FF692B;
}

.main_reviews__more:active {
  background: #D74103;
  color: #fff;
}

.main_reviews .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: -3.9583333333vw;
  position: absolute;
  right: 0;
}

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

.main_reviews .slick-dots li button {
  padding: 0;
  margin-left: 0.4166666667vw;
  margin-right: 0.4166666667vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #666;
  font-size: 0;
}

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

.main_questions {
  border-radius: 1.25vw 1.25vw 0px 0px;
  background: #E9E9F7;
}

.main_questions__in {
  position: relative;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.no-webp .main_questions__in:before {
  background-image: url(../img/rub1.png), url(../img/rub2.png), url(../img/rub3.png); }

.main_questions__in:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.15625vw;
  height: 15.1041666667vw;
  background-position: 80% 100%, 0% 61%, 52% 0%;
  background-size: 7.8125vw, 6.25vw, 4.0625vw;
  background-repeat: no-repeat;
}

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

.main_questions__items {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.main_questions__l-side {
  width: calc(50% - 0.4166666667vw);
}

.main_questions__block {
  padding: 1.25vw;
  border-radius: 12px;
  background: var(--white, #FFF);
  cursor: pointer;
  box-shadow: 0px 87px 24px 0px rgba(0, 0, 0, 0), 0px 56px 22px 0px rgba(0, 0, 0, 0), 0px 31px 19px 0px rgba(0, 0, 0, 0.01), 0px 14px 14px 0px rgba(0, 0, 0, 0.02), 0px 3px 8px 0px rgba(0, 0, 0, 0.02);
}

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

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

.main_questions__block.isActive .main_questions__answer {
  display: block;
}

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

.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.5999 7.45837L11.1666 12.8917C10.5249 13.5334 9.4749 13.5334 8.83324 12.8917L3.3999 7.45837' stroke='%23FF692B' 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: var(--Black, #313132);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  padding-right: 1.25vw;
}

.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.5999 7.45837L11.1666 12.8917C10.5249 13.5334 9.4749 13.5334 8.83324 12.8917L3.3999 7.45837' stroke='%23313132' 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: 160%;
  padding-top: 1.25vw;
  margin-top: 1.0416666667vw;
  border-top: 1px solid #EFEFEF;
  display: none;
}

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

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

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

.main_questions__r-side {
  width: calc(50% - 0.4166666667vw);
}

.footer {
  background: #313132;
}

.footer__item {
  padding-top: 1.6666666667vw;
  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;
  padding-top: 0.625vw;
}

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

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

.footer__mail {
  color: var(--white, #FFF);
  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.2916666667vw;
}

.footer__mail:before {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.0416666667vw;
  border-radius: 50%;
  background: #fff 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='M17.782 9.98068L17.7821 9.98069L17.7853 9.97806C18.3171 9.54598 18.4018 8.7559 17.9734 8.22133C17.5464 7.66552 16.7468 7.59123 16.2165 8.02047L13.088 10.5193L13.087 10.5201C12.8117 10.7411 12.4159 10.8675 11.995 10.8675C11.5741 10.8675 11.1783 10.7411 10.903 10.5201L10.902 10.5193L7.77342 8.02042C7.22844 7.57934 6.44673 7.69189 6.02194 8.2147L6.02187 8.21465L6.01599 8.22218C5.59983 8.75486 5.68133 9.54469 6.2147 9.97806L6.21469 9.97807L6.21796 9.98068L9.34605 12.4792C10.0977 13.0912 11.0633 13.38 12 13.38C12.9396 13.38 13.8935 13.0896 14.6526 12.4803C14.6527 12.4801 14.6529 12.48 14.6531 12.4799L17.782 9.98068ZM7 4H17C18.4234 4 19.5331 4.35591 20.2848 5.0539C21.0297 5.74565 21.5 6.8453 21.5 8.5V15.5C21.5 17.1547 21.0297 18.2543 20.2848 18.9461C19.5331 19.6441 18.4234 20 17 20H7C5.57665 20 4.4669 19.6441 3.71523 18.9461C2.97026 18.2543 2.5 17.1547 2.5 15.5V8.5C2.5 6.8453 2.97026 5.74565 3.71523 5.0539C4.4669 4.35591 5.57665 4 7 4Z' fill='%23292D32' stroke='%23313132'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 1.25vw;
}

.footer__work {
  color: var(--white, #FFF);
  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: #fff 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='M11.9636 14.4092L11.9638 14.4094L15.0545 16.2538C15.2677 16.3922 15.4941 16.44 15.7 16.44C16.1252 16.44 16.5438 16.2265 16.7793 15.8263C17.1425 15.2266 16.9408 14.4592 16.3443 14.1095L13.2462 12.2606L13.2462 12.2606L13.2411 12.2576C13.1915 12.2288 13.0936 12.134 13.0034 11.9753C12.9135 11.8172 12.88 11.6816 12.88 11.62V7.52C12.88 6.83386 12.3161 6.27 11.63 6.27C10.9439 6.27 10.38 6.83386 10.38 7.52V11.62C10.38 12.6856 11.0422 13.8588 11.9636 14.4092ZM2.5 12C2.5 6.76614 6.76614 2.5 12 2.5C17.2339 2.5 21.5 6.76614 21.5 12C21.5 17.2339 17.2339 21.5 12 21.5C6.76614 21.5 2.5 17.2339 2.5 12Z' fill='%23292D32' stroke='%23313132'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 1.25vw;
}

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

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

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

.footer__r-side {
  width: 100%;
}

.footer__menu {
  padding-top: 1.3541666667vw;
}

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

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

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

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

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

.footer__copy {
  width: 50%;
  color: var(--white, #FFF);
  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, #FFF);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footer__link:hover {
  color: #FF692B;
}

.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.modal_check .modal__in {
  max-width: 51.0416666667vw;
}

.modal.modal_check .modal__l-side {
  flex: 0 0 19.7395833333vw;
}

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

.modal__in {
  overflow: auto;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 41.1458333333vw;
  text-align: left;
  width: 100%;
  background: #fff;
  border-radius: 0.8333333333vw;
  position: relative;
  background: var(--light-grey, #F6F7F9);
  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__items {
  display: flex;
}

.modal__l-side {
  flex: 0 0 9.7395833333vw;
  background: var(--Liner, linear-gradient(97deg, #4D4C7A 0%, #5D4D7C 25%, #734E7F 82.69%, #8D5082 100%));
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.0416666667vw;
}

.modal__r-side {
  width: 100%;
  padding: 2.5vw;
}

.modal__closer {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  cursor: pointer;
  width: 1.25vw;
  height: 1.25vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' viewBox='0 0 32 33' fill='none'%3E%3Cpath d='M6.66797 7.16669L25.3334 25.8321' stroke='%23313132' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66662 25.8321L25.332 7.16669' stroke='%23313132' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/100% no-repeat;
}

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

.modal__text {
  color: var(--Darck-grey, #666);
  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.6666666667vw;
}

.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: var(--Darck-grey, #666);
  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;
}

.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;
  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: #FF692B;
  background-color: #FF692B;
  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] {
  border: 0;
  outline: none;
  width: 100%;
  display: block;
  cursor: pointer;
  border: 0;
  color: var(--Black, #fff);
  font-family: "Gilroy", sans-serif, cursive;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: var(--green, #FF692B);
  padding: 1.0416666667vw;
  text-align: center;
}

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

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

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

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

  .header__logo {
    max-width: 142px;
  }

  .header__burger {
    display: block;
  }

  .main_first {
    min-height: unset;
    padding-top: 65px;
  }

  .main_first__in {
    flex-direction: column;
    padding-top: 23px;
  }

  .main_first__l-side {
    padding-bottom: 24px;
    width: 100%;
  }

  .main_first__title {
    font-size: 46px;
    margin-bottom: 26px;
    max-width: 100%;
  }

  .main_first__list li:not(:last-child) {
    margin-bottom: 24px;
  }

  .main_first__list--icon {
    margin-right: 16px;
    height: 36px;
    flex: 0 0 36px;
  }

  .main_first__list--txt {
    font-size: 14px;
  }

  .main_first__r-side {
    width: 100%;
  }

  .main_form {
    margin-top: -74px;
  }

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

  .main_form__title {
    margin-bottom: 39px;
    font-size: 24px;
  }

  .main_form__l-side,
  .main_form__r-side {
    width: 100%;
  }

  .main_form__l-side {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #EEF1F5;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }

  .main_form__r-side {
    padding-left: 0;
  }

  .main_form__slides {
    flex-direction: column;
  }

  .main_form__span {
    margin-bottom: 16px;
  }

  .main_form__span > span {
    font-size: 16px;
  }

  .main_form__number {
    font-size: 18px;
    padding: 10px 16px;
  }

  .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 {
    padding-top: 10px;
  }

  .main_form__value {
    font-size: 16px;
  }

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

  .main_form__list {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main_form__list span {
    font-size: 14px;
  }

  .main_form__list--text {
    font-size: 16px;
  }

  .main_money {
    padding-top: 32px;
    padding-bottom: 18px;
  }

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

  .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: 16px;
    padding-bottom: 0;
  }

  .main_money__number {
    margin-bottom: 12px;
    font-size: 24px;
    padding: 9px 24px;
  }

  .main_money__tit {
    font-size: 24px;
    margin-bottom: 12px;
  }

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

  .main_money__img {
    height: 218px;
  }

  .main_money__img img {
    height: 250px;
  }

  .main_money__small-txt {
    font-size: 12px;
    margin-top: 12px;
    line-height: normal;
  }

  .main_why {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

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

  .main_why__block:nth-child(1) .main_why__tit {
    max-width: 100%;
  }

  .main_why__block:nth-child(1) .main_why__text {
    max-width: 100%;
  }

  .main_why__block:nth-child(1) .main_why__bg {
    max-width: 80%;
    right: unset;
  }

  .main_why__block:nth-child(2) .main_why__bg {
    max-width: 50%;
  }

  .main_why__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
    border-radius: 16px;
    padding: 26px;
    padding-bottom: 0;
  }

  .main_why__tit {
    font-size: 24px;
    margin-bottom: 16px;
    max-width: 100%;
  }

  .main_why__text {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .main_why__bg {
    max-width: 100%;
    position: unset;
    margin-left: auto;
    margin-right: auto;
  }

  .main_why__btn {
    font-size: 16px;
    padding: 19px 35px;
  }

  .main_reviews {
    padding-top: 56px;
    margin-bottom: -16px;
    padding-bottom: 72px;
  }

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

  .main_reviews__block {
    padding: 16px;
  }

  .main_reviews__top {
    margin-bottom: 16px;
  }

  .main_reviews__img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }

  .main_reviews__name {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .main_reviews__txt {
    font-size: 16px;
  }

  .main_reviews__from {
    font-size: 16px;
  }

  .main_reviews__stars {
    margin-bottom: 16px;
    width: 136px;
    height: 24px;
  }

  .main_reviews__texts {
    padding-top: 16px;
    font-size: 16px;
  }

  .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-next {
    right: 0;
    left: unset;
  }

  .main_reviews__more {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    padding: 19px 24px;
    font-size: 16px;
  }

  .main_reviews .slick-dots {
    bottom: -26px;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
  }

  .main_reviews .slick-dots li button {
    margin-left: 8px;
    margin-right: 8px;
    width: 10px;
    height: 10px;
  }

  .main_questions {
    border-radius: 16px 16px 0px 0px;
  }

  .main_questions__in {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .main_questions__in:before {
    display: none;
  }

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

  .main_questions__items {
    flex-direction: column;
  }

  .main_questions__l-side {
    padding-top: 0;
    width: 100%;
  }

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

  .main_questions__block {
    padding: 24px;
    margin-bottom: 16px;
  }

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

  .main_questions__question:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

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

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

  .main_questions__r-side {
    width: 100%;
  }

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

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

  .footer__logo {
    max-width: 142px;
    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 {
    padding-top: 0;
  }

  .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 #666;
    margin-top: -16px;
  }

  .footer__bottom {
    padding-top: 16px;
    padding-bottom: 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.modal_check .modal__in {
    max-width: 100%;
  }

  .modal__in {
    max-width: 604px;
    border-radius: 16px;
  }

  .modal__l-side {
    display: none;
  }

  .modal__r-side {
    padding: 64px 16px 31px 16px;
  }

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

  .modal__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
  }

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

  .modal__form {
    margin-top: 32px;
  }

  .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: 20px;
    font-size: 16px;
    margin-top: 16px;
  }
}

.webp .main_questions__in:before { background-image: url(../img/rub1.webp), url(../img/rub2.webp), url(../img/rub3.webp); }