/*! 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;
}

@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}html,body{width:100%;margin:0;padding:0;overscroll-behavior-x:none;overflow-x:hidden}@font-face{font-family:Lato;src:url(/fonts/lato-black.woff2);font-weight:900}@font-face{font-family:Lato;src:url(/fonts/lato-heavy.woff2);font-weight:800}@font-face{font-family:Lato;src:url(/fonts/lato-bold.woff2);font-weight:700}@font-face{font-family:Lato;src:url(/fonts/lato-regular.woff2);font-weight:500}.Width-Wrapper{margin:0 auto;max-width:1170px;width:calc(100% - 30px)}@media(max-width: 720px){.Width-Wrapper{width:100%;padding-left:calc(72*100vw/720);padding-right:calc(72*100vw/720);box-sizing:border-box}}.wrap_else{margin:0 auto;width:90%;max-width:1400px}p,h1,h2,h3,h4,h5{-webkit-margin-before:0;-webkit-margin-after:0;margin:0;padding:0}html{font-size:14px}body{font-family:"Lato",sans-serif;font-weight:500;line-height:1.3;color:#3b424c;background-color:#f2f4f9}section,footer{float:left;width:100%}section{box-sizing:border-box;display:flex;align-items:center;justify-content:center}a{font-family:"Lato",sans-serif;font-weight:500;text-decoration:none;color:#48444a}h1,h2{font-family:"Lato",sans-serif;font-weight:700;font-size:4rem}h1,h2,h3{color:#001528}h3{font-size:2.5rem;font-weight:900}h4{font-size:1.8rem;font-weight:700;margin:5px 0}button{border:none;background-color:rgba(0,0,0,0)}button:focus{outline:none}.credit_list_wrap{display:flex;justify-content:space-between}.reg_label{margin-bottom:10px}.file_input{margin-top:20px;display:flex;align-items:center;cursor:pointer;align-self:baseline}.file_input input{display:none}.file_input .file_input_btn{width:38px;height:38px;border-radius:50%;background-color:#9db7cb;border:1px solid #111;position:relative;margin-right:15px}.file_input .file_input_btn:after,.file_input .file_input_btn:before{display:block;content:"";position:absolute;background-color:#111;left:18px;top:12px;width:2px;height:14px;border-radius:3px}.file_input .file_input_btn:after{transform:rotate(90deg)}@media(max-width: 720px){.__jivoMobileButton{bottom:calc(130*100vw/720) !important}}.react-datepicker__header{background:#1c2a40;padding-top:16px}.react-datepicker__navigation{top:17px}.react-datepicker__day-name,.react-datepicker__time-name{color:#fff}.react-datepicker{border:1px solid #afc3d5}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background:#996c95}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{background:#996c95}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{display:none}.react-datepicker-popper{z-index:999}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{border-bottom-color:#1c2a40}.react-datepicker__header__dropdown--select{margin-top:-1px;margin-bottom:6px}.react-datepicker__month-select,.react-datepicker__year-select{background:inherit;border:none;font-size:14px;color:#fff;fill:#fff;outline:none;text-transform:capitalize}.react-datepicker__month-select option,.react-datepicker__year-select option{color:#0f1721}@media(max-width: 1080px){.slider-overlay{width:85vw}.slider-overlay .slick-dots{bottom:-40px}.slider-overlay .slick-dots .slick-active button:before{background:#fefefe;opacity:1;width:18px}.slider-overlay .slick-dots li button:before{background:#fefefe;opacity:.3}}.rejectWrapper{height:100%;margin:calc(35vh - 181.5px) auto 0;max-width:620px;border-radius:10px;background:#1c2a40;padding:30px}@media(max-width: 720px){.rejectWrapper{margin:0 15px 30px}}.rejectWrapper .input-range__track{background-color:#fefefe;border-radius:4px;height:8px}.rejectWrapper .input-range__track--active{background-color:#1e9c58}.rejectWrapper .input-range{margin-bottom:30px}.rejectWrapper .input-range__slider-container .input-range__label--value{display:none}.rejectWrapper .input-range__label{color:#fefefe;font-size:12px;font-weight:400;line-height:normal}.rejectWrapper .input-range__label--max .input-range__label-container{left:0}.rejectWrapper .input-range__label--min{left:14px}.rejectWrapper .input-range__label-container{top:8px}.rejectWrapper .input-range__slider{width:25px;height:25px;background-color:#4db35e;border:none;top:-7px;left:-7px;display:flex;align-items:center;justify-content:center}.rejectWrapper .input-range__slider:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background-color:#fff}.rangeContainer{margin-bottom:70px}.rangeContainer_money .input-range__label-container:after{content:" P"}.rangeContainer_days .input-range__label--max .input-range__label-container:after{content:" дней"}.rangeContainer_days .input-range__label--min .input-range__label-container:after{content:" дней"}.logo__main{height:40px}.sliderExp .input-range__track--active{background-color:#5e4570 !important;height:6px}.sliderExp .input-range__slider{width:15px;height:15px;background:#fff;filter:drop-shadow(2px 2px 5px #F76083);border:none;top:-2px}.sliderExp .input-range__label-container{color:#939bb3;font-size:12px}.sliderExp .input-range__track{height:6px;background-color:#d9d9d9;border-radius:3px}.sliderExp .input-range__label--value{display:none}.sliderExp .input-range__label--max{right:15px}.sliderExp .input-range__label--max{right:15px}.sliderGreen .input-range__track--active{background-color:#69e05f !important}.sliderGreen .input-range__slider{background-color:#69e05f;filter:none}.sliderOrange .input-range__track--active{background-color:#ffbd9a !important}.sliderOrange .input-range__slider{background-color:#ffbd9a;filter:none}
@keyframes Loader_dot-flashing__2q1BX{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.Loader_loader__3NBbm{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 54px - 71px)}.Loader_points__HHyxb{height:12px;display:flex;justify-content:center;grid-gap:8px;gap:8px}.Loader_point__2U4m1{height:100%;aspect-ratio:1;border-radius:50%;background-color:#1c2a40;display:inline-block}.Loader_point__2U4m1.Loader_first__2tL2O{animation:Loader_dot-flashing__2q1BX 1s infinite ease;animation-delay:0s}.Loader_point__2U4m1.Loader_second__GMqUh{animation:Loader_dot-flashing__2q1BX 1s infinite ease;animation-delay:.166s}.Loader_point__2U4m1.Loader_third__2e3Sq{animation:Loader_dot-flashing__2q1BX 1s infinite ease;animation-delay:.333s}.Loader_point__2U4m1.Loader_forth__1VKjH{animation:Loader_dot-flashing__2q1BX 1s infinite ease;animation-delay:.5s}.Loader_title__NvChu{margin-top:8px;font-weight:800;font-size:20px;line-height:24px;text-align:center}
@keyframes rotate{to{transform:rotate(360deg)}}.Loading-Container{animation:2s rotate linear infinite}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.Button{display:flex;justify-content:center;align-items:center;white-space:nowrap;position:relative;background-color:#001528;color:#fefefe;padding:8px 24px;border-radius:25px;transition:.3s;box-sizing:border-box;font-style:normal;font-weight:600;cursor:pointer;font-size:14px}.Button_clicked{cursor:pointer}.Button_heightFull{height:100%}.Button_status_standard2{background-color:#e4e8f2;color:#1c2a40}.Button_status_standard{background-color:#afc3d5;color:#1c2a40}.Button_status_new{background-color:#1c2a40;border-radius:6px;padding:14px 40px;font-family:"Lato",sans-serif;font-size:18px;font-display:swap;font-weight:700;line-height:22px;color:#fff}.Button_status_new-pink{font-family:"Lato",sans-serif;font-display:swap;font-size:18px;font-weight:700;line-height:22px;background-color:#ea597a;color:#fdfdfd;border-radius:6px;padding:14px 25px}.Button_status_header{font-family:"Lato",sans-serif;font-display:swap;font-weight:700;font-size:14px;line-height:17px;color:#fdfdfd;background-color:#1c2a40;border-radius:4px;padding:8px 25px}.Button_status_smoothed{background-color:#9db7cb}.Button_status_smoothed:hover{background-color:#cbdeed}.Button_status_disabled{cursor:default;background-color:#9db7cb}.Button_status_disabledPink{cursor:default;background-color:#febbc4}.Button_status_actived{background-color:#f2466e;transition:.3s all}.Button_status_actived:hover{background-color:#f992aa}.Button_status_completed{background-color:rgba(0,0,0,0);border:1px solid #afc3d5}.Button-Content{display:flex;flex-direction:column;opacity:1;transition:opacity .3s;text-align:center;white-space:nowrap}.Button-Content_isLoading{opacity:0}.Button-Loading{display:flex;justify-content:center;align-items:center;position:absolute;opacity:0;transition:opacity .3s}.Button-Loading_isLoading{opacity:1}
@media screen and (max-width: 1230px){.getMoneyTop_Description__1jURA{transform:initial !important;left:0 !important}}.getMoneyTop_container__3Cqva{box-sizing:border-box;width:100%;height:520px;border-radius:10px;background-image:url("/img/landingGetMoney.jpg");background-size:cover;background-repeat:no-repeat;background-position:right center;padding:72px 66px;display:flex;flex-direction:column;justify-content:flex-end}@media(max-width: 720px){.getMoneyTop_container__3Cqva{justify-content:space-between;padding:18px 0 0;height:451px;margin-bottom:22px}}.getMoneyTop_title__2f-5V{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;font-display:swap;color:#e51a1a;margin-bottom:9px}@media(max-width: 720px){.getMoneyTop_title__2f-5V{display:none}}.getMoneyTop_infoMobileBlock__3xRIo{display:none}@media(max-width: 720px){.getMoneyTop_infoMobileBlock__3xRIo{margin-left:21px;display:block}}.getMoneyTop_infoTitleMobile__1xivZ{font-family:"Lato",sans-serif;font-size:32px;font-weight:800;font-display:swap;color:#e51a1a}.getMoneyTop_infoDescriptionMobile__f0Wnh{font-family:"Lato",sans-serif;font-size:22px;font-weight:700;font-display:swap;color:#1c2a40}.getMoneyTop_description__2kp9S{font-family:"Lato",sans-serif;font-size:18px;font-weight:700;font-display:swap;color:#000;margin-bottom:84px}@media(max-width: 720px){.getMoneyTop_description__2kp9S{display:none}}.getMoneyTop_button__qETI5{background-color:#f82e3a;width:328px;height:60px}@media(max-width: 720px){.getMoneyTop_button__qETI5{width:100%}}
.input-range__slider {
  -webkit-appearance: none;
          appearance: none;
  background: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 1rem; }
  .input-range__slider:active {
    transform: scale(1.3); }
  .input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2); }
  .input-range--disabled .input-range__slider {
    background: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    transform: none; }

.input-range__slider-container {
  transition: left 0.3s ease-out; }

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap; }

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute; }

.input-range__label--min {
  left: 0; }

.input-range__label--max {
  right: 0; }

.input-range__label--value {
  position: absolute;
  top: -1.8rem; }

.input-range__label-container {
  left: -50%;
  position: relative; }
  .input-range__label--max .input-range__label-container {
    left: 50%; }

.input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out; }
  .input-range--disabled .input-range__track {
    background: #eeeeee; }

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%; }

.input-range__track--active {
  background: #3f51b5; }

.input-range {
  height: 1rem;
  position: relative;
  width: 100%; }

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1230px){.LandingRange_Description__3uPuD{transform:initial !important;left:0 !important}}.LandingRange_container__ZJftt{width:100%;margin-top:8px}.LandingRange_customTrack__2u_xh{touch-action:none;background:#929ab2;height:6px;border-radius:3px;position:relative;z-index:1}.LandingRange_customActiveTrack__3WgtY{background:#1c2a40;height:6px;border-radius:3px}.LandingRange_customSlider__1kavz{touch-action:none;width:20px;height:20px;margin:-14px 0 0 -6px;background:#fff;border-radius:50%;box-shadow:0 0 4px rgba(0,0,0,.8);cursor:pointer;transition:transform .2s ease;z-index:2}.LandingRange_customSlider__1kavz:hover{transform:scale(1)}.LandingRange_customLabel__2Wnt6{display:none}.LandingRange_rangeLabels__1JqlT{width:inherit;justify-content:space-between;display:flex;align-items:center}.LandingRange_rangeLabel__rfM0z{margin-top:8px;font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;font-display:swap;color:#939bb3}.LandingRange_dectRangeBlock__1Ovzm{margin-bottom:18px;position:relative}.LandingRange_miniTitle__2zrFU{font-family:"Lato",sans-serif;font-size:18px;font-weight:700;font-display:swap;color:#1c2a40}.LandingRange_amountDescription__1s4Ra{line-height:34px;font-family:"Lato",sans-serif;font-size:28px;font-display:swap;color:#1c2a40}
@media screen and (max-width: 1230px){.ourProducts_Description__2WplY{transform:initial !important;left:0 !important}}.ourProducts_container__2ZBLE{width:100%;display:flex;flex-direction:column;grid-gap:40px;gap:40px}@media(max-width: 720px){.ourProducts_container__2ZBLE{margin-bottom:37px;grid-gap:16px;gap:16px}}.ourProducts_upBlock__s4Bcx{width:inherit;display:flex;flex-direction:row;align-items:center;grid-gap:0;gap:0;justify-content:space-between}@media screen and (max-width: 1100px){.ourProducts_upBlock__s4Bcx{grid-gap:16px;gap:16px;flex-direction:column;align-items:flex-start}}.ourProducts_title__nNqQg{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;font-display:swap;color:#1c2a40}@media(max-width: 720px){.ourProducts_title__nNqQg{font-family:"Lato",sans-serif;font-size:28px;font-weight:700;line-height:34px;font-display:swap}}.ourProducts_titleDescription__1biRI{margin-bottom:32px}@media(max-width: 720px){.ourProducts_titleDescription__1biRI{margin-bottom:10px}}.ourProducts_grayTitle__x7nX5{font-family:"Lato",sans-serif;font-size:15px;font-display:swap;color:#939bb3;margin-bottom:2px}.ourProducts_amountDescription__1xAKj{line-height:34px;font-family:"Lato",sans-serif;font-size:28px;font-display:swap;color:#1c2a40}.ourProducts_additionalDescription__2r5Z3{font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;font-display:swap;font-weight:normal !important;color:#939bb3;margin-top:var(--top)}@media(max-width: 720px){.ourProducts_additionalDescription__2r5Z3{margin-top:0}}.ourProducts_moreAboutProductBlock__1a8lG{display:none;align-items:center;grid-gap:6px;gap:6px;margin-bottom:22px}@media(max-width: 720px){.ourProducts_moreAboutProductBlock__1a8lG{display:flex}}.ourProducts_moreAboutProductTitle__2onPS{font-family:"Lato",sans-serif;font-size:16px;font-weight:700;line-height:19px;font-display:swap;color:#1c2a40}.ourProducts_moreAboutProductButton__8K8ny{width:30px;height:30px;border-radius:50%;background:#d1dce7;display:flex;align-items:center;justify-content:center;font-family:"Lato",sans-serif;font-size:18px;font-weight:700;line-height:23px;font-display:swap;cursor:pointer}.ourProducts_getPackageButton__31Ky_,.ourProducts_getPackageButtonMobile__yM4tW{background-color:#f82e3a;width:100%;height:40px;font-size:16px;font-weight:normal}.ourProducts_getPackageButtonMobile__yM4tW{display:none}@media(max-width: 720px){.ourProducts_getPackageButtonMobile__yM4tW{display:flex}}.ourProducts_leftButtonsBlock__2lFPg{display:flex;align-items:center;grid-gap:16px;gap:16px;width:auto}@media screen and (max-width: 1100px){.ourProducts_leftButtonsBlock__2lFPg{width:inherit;overflow:auto}}.ourProducts_downBlock__Jo0HT{display:flex;width:100%;height:425px;border-radius:10px;overflow:hidden}@media(max-width: 720px){.ourProducts_downBlock__Jo0HT{height:456px}}.ourProducts_downBlockLeft__26kEu{width:328px;background-color:#e4e8f2;box-sizing:border-box;padding:28px 20px 40px;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;z-index:1}@media(max-width: 720px){.ourProducts_downBlockLeft__26kEu{width:100%;display:var(--display);height:100%}}.ourProducts_downBlockRight__2htNh{width:calc(100% - 318px);margin-left:-10px;background-color:#1c2a40;box-sizing:border-box;padding:28px 63px 40px;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 1080px){.ourProducts_downBlockRight__2htNh{padding:16px 20px 16px 25px}}@media(max-width: 720px){.ourProducts_downBlockRight__2htNh{padding:20px 16px 22px;display:var(--display);width:100%;margin-left:0;height:100%}}.ourProducts_downBlockRightTitleContainer__1Lcrc{width:100%;display:flex;justify-content:space-between}.ourProducts_downBlockRightTitleBlock__3eYX7{width:inherit}.ourProducts_downBlockRightTitleProd__Dbndr{display:none;font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;font-display:swap;color:#939bb3}@media(max-width: 720px){.ourProducts_downBlockRightTitleProd__Dbndr{display:block}}.ourProducts_downBlockRightTitle__1ZZXg{line-height:34px;font-family:"Lato",sans-serif;font-size:28px;font-weight:700;font-display:swap;color:#fefefe;width:inherit;text-align:center}@media(max-width: 720px){.ourProducts_downBlockRightTitle__1ZZXg{text-align:left}}.ourProducts_downBlockRightButton__1qTBp{min-width:30px;width:30px;height:30px;display:none;justify-content:center;align-items:center;border-radius:50%;background:#d1dce7;cursor:pointer}@media(max-width: 720px){.ourProducts_downBlockRightButton__1qTBp{display:flex}}.ourProducts_scheduleBlock__UJS79{margin-top:-60px;width:100%;height:180px;position:relative;display:flex;align-items:flex-end}@media(max-width: 720px){.ourProducts_scheduleBlock__UJS79{margin-top:0;height:107px}}.ourProducts_verticalArrow__1J1jO{margin-top:13px;height:209px;width:1px;background:#fdfdfd;position:absolute;left:39px;top:3px}@media(max-width: 720px){.ourProducts_verticalArrow__1J1jO{height:136px;left:8px;top:-20px}}.ourProducts_arrowHood__BLbAd{position:absolute}.ourProducts_arrowHoodUp__2mTLH{top:-3.9px;left:-6.4px}.ourProducts_horizontalArrow__36cfs{width:100%;height:1px;background:#fdfdfd;position:absolute;bottom:0}.ourProducts_arrowHoodRight__3sPXj{top:-4px;right:-5px;transform:rotate(90deg)}.ourProducts_scheduleColumnsBlock__WU8V1{height:140px;width:-webkit-max-content;width:max-content;display:flex;grid-gap:27px;gap:27px;margin-left:39px;padding-left:27px;overflow-x:scroll;overflow-y:hidden;padding-bottom:8px;margin-bottom:-14px}.ourProducts_scheduleColumnsBlock__WU8V1::-webkit-scrollbar{width:10px;height:6px}@media(max-width: 720px){.ourProducts_scheduleColumnsBlock__WU8V1::-webkit-scrollbar{height:0}}.ourProducts_scheduleColumnsBlock__WU8V1::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:10px}.ourProducts_scheduleColumnsBlock__WU8V1::-webkit-scrollbar-thumb{background:rgba(253,253,253,.2);border-radius:10px}@media(max-width: 720px){.ourProducts_scheduleColumnsBlock__WU8V1{margin-bottom:-8px;height:83px;margin-left:8px;padding-left:26px}}.ourProducts_scheduleColumnBlock__-R08x{width:27px;min-width:27px;border:1px solid #fdfdfd;background:rgba(253,253,253,.2)}.ourProducts_scheduleDescription__3ux4H{min-height:78px;text-align:justify;font-family:"Lato",sans-serif;font-size:15px;font-display:swap;color:#fefefe}@media(max-width: 720px){.ourProducts_scheduleDescription__3ux4H{font-weight:normal !important;font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;font-display:swap}}.ourProducts_button__2N7Cp{width:160px;height:40px}@media(max-width: 720px){.ourProducts_button__2N7Cp{height:32px}}.ourProducts_additionalText__1Saf3{position:absolute;border-radius:5px;box-sizing:border-box;right:0;bottom:42px;margin:0;padding:6px 5px 8px 10px;width:139px;height:56px;color:#fefefe;background-color:#929ab2;font-family:"Lato",sans-serif;font-size:12px;font-weight:400;font-display:swap}
@media screen and (max-width: 1230px){.LandingPage_Description__2MbQ3{transform:initial !important;left:0 !important}}.LandingPage_container__1G3pY{display:flex;flex-direction:column;width:calc(100% - 30px);max-width:1170px;padding:110px 15px 40px;position:relative;grid-gap:80px;gap:80px}@media(max-width: 720px){.LandingPage_container__1G3pY{overflow:hidden;max-width:100%;padding:33px 16px;grid-gap:0;gap:0}}.LandingPage_fastRegister__L8and{display:none}@media(max-width: 720px){.LandingPage_fastRegister__L8and{display:block;margin-bottom:37px;font-family:"Lato",sans-serif;font-size:18px;font-weight:700;font-display:swap;color:#1c2a40}}
.Layout-Main-Content-Block{display:flex;flex-direction:column;align-items:center}
@media screen and (max-width: 1230px){.Header_Description__3Z2QJ{transform:initial !important;left:0 !important}}.Header_container__jI3-i{position:fixed;width:100%;height:70px;background-color:#f2f4f9;z-index:1000;border-bottom:1px solid #e3e7f1;display:flex;justify-content:center}@media(max-width: 720px){.Header_container__jI3-i{position:unset;height:calc(70*100vw/720);padding-top:15px;padding-bottom:15px}}.Header_insideContainer__iDdfk{box-sizing:border-box;width:1200px;padding:0 15px;display:flex;justify-content:space-between;align-items:center}.Header_logo__2x4Fw{display:flex}.Header_logoImg__1DmmH{height:40px}@media(max-width: 720px){.Header_logoImg__1DmmH{height:calc(60*100vw/720);width:auto}}@media(max-width: 720px){.Header_button__1S2kB{background-color:rgba(0,0,0,0);padding:0}}.Header_buttonText__1xdVm{font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;font-display:swap;color:#fdfdfd}@media(max-width: 720px){.Header_buttonText__1xdVm{display:none}}.Header_buttonIcon__1lhwi{display:none}@media(max-width: 720px){.Header_buttonIcon__1lhwi{display:flex;justify-content:center;align-items:center;width:31.4px;height:31.4px;border-radius:50%}.Header_buttonIcon__1lhwi img{width:16px}}
.Loader_LoadingBlock__1jCb4{display:flex;flex-direction:column;height:500px;width:100%;min-width:100%;justify-content:center;align-items:center}.Loader_LoadingText__3v8DF{font-style:normal;font-weight:800;font-size:20px;line-height:24px;text-align:center}.Loader_whiteTypeColor__33OBp{color:#fefefe}.Loader_whiteTypeBg__3rdZ0{background-color:#fefefe}.Loader_blackTypeColor__qsZgf{color:#1c2a40}.Loader_blackTypeBg__2MQP-{background-color:#1c2a40}.Loader_LoadingPoints__1uEj1{display:flex;flex-direction:row;align-self:center;margin-bottom:30px}.Loader_LoadingPoints__1uEj1>div{width:11px;height:11px;border-radius:50%;margin:0 5px;transition:background-color 200ms;animation:Loader_dot-keyframes__MxbIQ 2s infinite ease-in-out}.Loader_LoadingPoints__1uEj1>div:nth-child(1n){animation-delay:.3s}.Loader_LoadingPoints__1uEj1>div:nth-child(2n){animation-delay:.6s}.Loader_LoadingPoints__1uEj1>div:nth-child(3n){animation-delay:.9s}.Loader_LoadingPoints__1uEj1>div:nth-child(4n){animation-delay:1.2s}@keyframes Loader_dot-keyframes__MxbIQ{0%{opacity:.4;transform:scale(1, 1)}50%{opacity:1;transform:scale(1.2, 1.2)}100%{opacity:.4;transform:scale(1, 1)}}
.NotFoundPage_loaderBlock__3xjkd{overflow:hidden;display:flex;height:100vh;align-items:center;justify-content:center}@media(max-width: 720px){.NotFoundPage_loaderBlock__3xjkd{height:100dvh}}.NotFoundPage_pageWrapper__4MFdo{box-sizing:border-box;width:100%;max-width:455px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:183px auto 180px}@media(max-width: 720px){.NotFoundPage_pageWrapper__4MFdo{max-width:100%;margin-top:40px;margin-bottom:80px;padding:0 20px}}.NotFoundPage_pageHeader__2rBME{font-weight:700;font-size:24px;line-height:29px;text-align:center;color:#1c2a40;margin-top:35px;margin-bottom:28px}@media(max-width: 720px){.NotFoundPage_pageHeader__2rBME{margin-top:20px;margin-bottom:14px}}.NotFoundPage_pageText__2ZDGe{font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#1c2a40;margin-bottom:32px}@media(max-width: 720px){.NotFoundPage_pageText__2ZDGe{margin-bottom:80px}}.NotFoundPage_pageButton__1J8xt{width:200px;background:#1c2a40;border-radius:17px;display:flex;align-items:center;justify-content:center;padding:9px 0 12px;font-weight:700;font-size:15px;line-height:18px;color:#fefefe;cursor:pointer}
body {
  margin: 0;
}


/*# sourceMappingURL=main.889c12ab.chunk.css.map*/