/*! 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}
@media screen and (max-width: 1230px){.styles_Description__VF8qO{transform:initial !important;left:0 !important}}@keyframes styles_dot-flashing__1UCpm{0%{opacity:.4;transform:scale(1, 1)}50%{opacity:1;transform:scale(1.2, 1.2)}100%{opacity:.4;transform:scale(1, 1)}}.styles_loader__2EVyG{display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_fullHeight__2j6Oy{height:calc(100vh - 54px - 71px)}.styles_autoHeight__2yIi-{height:500px;width:100%;min-width:100%}.styles_points__2K1ko{display:flex;justify-content:center;grid-gap:8px;gap:8px;margin-bottom:30px}@media(max-width: 720px){.styles_points__2K1ko{margin-bottom:14px}}.styles_point__2CGWU{width:11px;height:11px;border-radius:50%;animation:styles_dot-flashing__1UCpm 2s infinite ease-in-out}@media(max-width: 720px){.styles_point__2CGWU{width:8px;height:8px}}.styles_title__hgRfZ{text-align:center;font-family:"Lato",sans-serif;font-size:20px;font-weight:700;font-display:swap}@media(max-width: 720px){.styles_title__hgRfZ{font-family:"Lato",sans-serif;font-size:18px;font-weight:700;font-display:swap}}.styles_whiteTypeColor__1m2rh{color:#fefefe}.styles_whiteTypeBg__35r5e{background-color:#fefefe}.styles_blackTypeColor__vmqQz{color:#1c2a40}.styles_blackTypeBg__1xQGf{background-color:#1c2a40}
@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}
.ant-btn span{font-weight:700;font-size:14px;border-radius:50px}
@media screen and (max-width: 1230px){.getMoneyTop_Description__1jURA{transform:initial !important;left:0 !important}}.getMoneyTop_section__3QB-e{position:relative;display:flex;width:100%;flex-direction:column;border-radius:10px;height:520px;align-items:flex-end;padding:69px 77px 64px 0;overflow:hidden}@media(max-width: 639px){.getMoneyTop_section__3QB-e{margin-bottom:122px;height:451px;align-items:center;justify-content:space-between;padding:14px 19px 0;overflow:visible}}.getMoneyTop_backgroundImage__13BxN{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-10;object-fit:cover;object-position:left;border-radius:10px 10px 0 0}@media(min-width: 640px){.getMoneyTop_backgroundImage__13BxN{border-radius:0}}@media(max-width: 639px){.getMoneyTop_backgroundImage__13BxN{object-position:-50px center}}.getMoneyTop_contentWrapper__2AgyQ{display:flex;width:100%;justify-content:center;z-index:1}@media(min-width: 640px){.getMoneyTop_contentWrapper__2AgyQ{width:auto;flex-direction:column;justify-content:flex-end}}.getMoneyTop_title__2f-5V{display:flex;flex-direction:column;width:100%;max-width:320px}@media(min-width: 640px){.getMoneyTop_title__2f-5V{margin-bottom:42px;max-width:none;align-items:flex-end}}.getMoneyTop_title__2f-5V .getMoneyTop_amount__2-609{text-align:left;font-size:36px;line-height:43px;font-weight:700;color:#fefefe}@media(min-width: 640px){.getMoneyTop_title__2f-5V .getMoneyTop_amount__2-609{text-align:right;font-size:64px;line-height:77px}}.getMoneyTop_title__2f-5V .getMoneyTop_subtitle__kwRVg{align-self:flex-end;text-align:right;font-size:22px;line-height:26px;font-weight:700;color:#1c2a40}@media(min-width: 640px){.getMoneyTop_title__2f-5V .getMoneyTop_subtitle__kwRVg{align-self:auto;background-color:rgba(187,20,27,.5);padding:0 8px}}@media(min-width: 768px){.getMoneyTop_title__2f-5V .getMoneyTop_subtitle__kwRVg{font-size:35px;line-height:46px}}@media(min-width: 1150px){.getMoneyTop_title__2f-5V .getMoneyTop_subtitle__kwRVg{background-color:rgba(0,0,0,0) !important}}.getMoneyTop_title__2f-5V .getMoneyTop_subtitle__kwRVg .getMoneyTop_desktopOnly__P0iBJ{display:none}@media(min-width: 640px){.getMoneyTop_title__2f-5V .getMoneyTop_subtitle__kwRVg .getMoneyTop_desktopOnly__P0iBJ{display:inline}}.getMoneyTop_itemsListWrapper__IBbEC{display:none}@media(min-width: 640px){.getMoneyTop_itemsListWrapper__IBbEC{display:flex;justify-content:flex-end}}.getMoneyTop_itemsList__exac2{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-gap:12px;gap:12px;width:477px;margin-bottom:81px;list-style:none;padding:0}.getMoneyTop_listItem__30EqP{display:flex;align-items:center;grid-gap:9px;gap:9px;border-radius:20px;background-color:#d1232a;padding:8px 0}.getMoneyTop_listItem__30EqP.getMoneyTop_paddingWide__ikGDD{padding-left:14px;padding-right:14px}.getMoneyTop_listItem__30EqP.getMoneyTop_paddingNarrow__3Bm9i{padding-left:10px;padding-right:10px}.getMoneyTop_listItem__30EqP span{font-size:16px;color:#fefefe}.getMoneyTop_navigation__12VN4{position:absolute;bottom:-110px;left:0;display:flex;width:100%;flex-direction:column-reverse;grid-gap:16px;gap:16px}@media(min-width: 640px){.getMoneyTop_navigation__12VN4{position:static;width:auto;flex-direction:row;justify-content:flex-end;grid-gap:18px;gap:18px}}.getMoneyTop_mainButton__hhyRf{height:50px;background-color:#f82e3a;color:#fefefe}@media(min-width: 820px){.getMoneyTop_mainButton__hhyRf{min-width:330px}}@media(min-width: 640px){.getMoneyTop_mainButton__hhyRf{background-color:#fefefe;color:#f82e3a}}.getMoneyTop_tbankButtonClass__2Vf7D{height:50px}@media(min-width: 820px){.getMoneyTop_tbankButtonClass__2Vf7D{min-width:330px}}.getMoneyTop_button__qETI5{background-color:#fefefe;color:#f82e3a}@media(max-width: 720px){.getMoneyTop_button__qETI5{background-color:#f82e3a;color:#fefefe}}.getMoneyTop_commonButton__2BvFC{width:328px;height:50px}@media(max-width: 1080px){.getMoneyTop_commonButton__2BvFC{width:300px}}@media(max-width: 720px){.getMoneyTop_commonButton__2BvFC{width:100%}}.getMoneyTop_tIdButton__3lfBy{background-color:#ffdd2d;border-radius:8px;display:flex;align-items:center;justify-content:center;grid-gap:7px;gap:7px}.getMoneyTop_tIdButton__3lfBy:hover{background-color:#ffdd2d !important}.getMoneyTop_buttonTitle__koxvp{color:#1c2a40}
.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){.downLoadApp_Description__JrZO2{transform:initial !important;left:0 !important}}.downLoadApp_container__1Q-L6{width:calc(100% - 32px);display:flex;flex-direction:column;align-items:flex-end;grid-gap:6px;gap:6px;position:fixed;left:0;top:0;z-index:100;background-color:#f2f4f9;padding:16px}.downLoadApp_logoImg__3CYhm{width:60px;height:60px}.downLoadApp_mainBlock__1GszJ{width:100%;display:flex;grid-gap:12px;gap:12px;align-items:center}.downLoadApp_madeOfferText__27-8_{color:#1c2a40;font-family:"Lato",sans-serif;font-size:12px;font-weight:400;font-display:swap;font-weight:700}.downLoadApp_count__1QSK-{color:#1c2a40;font-family:"Lato",sans-serif;font-size:10px;font-weight:400;font-display:swap;font-weight:700}.downLoadApp_underMainBlock__2KhKl{width:100%;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.downLoadApp_downLoadBlock__-ync-{display:flex;justify-content:space-between;align-items:center}.downLoadApp_starsBudBlock__3ZWBV{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.downLoadApp_downLoadButton__2XZRd{width:100px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:5px;background-color:#1c2a40;color:#f3f5fa;font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;font-display:swap}.downLoadApp_starsBloc__3Oj_M{display:flex;grid-gap:4px;gap:4px;align-items:center}.downLoadApp_budgetImg__2ZE6V{width:105.46px;height:26px}.downLoadApp_appStarsImg__1SOtN{width:48px;height:8px}.downLoadApp_userImg__3_4Zo{width:20px;height:20px}.downLoadApp_button__1qJni{position:absolute;top:16px;right:16px}.downLoadApp_buttonIcon__3OIq3{stroke:#1c2a40}.downLoadApp_linkBlock__kT0yf{width:-webkit-max-content;width:max-content;display:flex;grid-gap:9px;gap:9px;align-items:center}.downLoadApp_linkText__1ZqDz{color:#1c2a40;font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;font-display:swap}
@media screen and (max-width: 1230px){.pagination_Description__3w3mX{transform:initial !important;left:0 !important}}.pagination_container__17RhO{display:flex;align-items:center;grid-gap:20px;gap:20px}@media(max-width: 720px){.pagination_container__17RhO{grid-gap:8px;gap:8px}}.pagination_arrowBlock__FcDEb{-webkit-user-select:none;user-select:none;z-index:1;width:40px;height:40px;border-radius:50px;display:flex;align-items:center;justify-content:center;font-family:"Lato",sans-serif;font-size:17px;line-height:20px;font-weight:700;font-display:swap}.pagination_arrowBlockActive__2_ava{cursor:pointer;background-color:#e4e8f2;transition:.3s}.pagination_arrowBlockActive__2_ava:hover{background-color:#939bb3}.pagination_arrowBlockNoActive__5rzwk{background-color:#939bb3;opacity:.3}.pagination_pageBlockActive__33u1K{width:80px;background-color:#1c2a40;color:#fefefe}@media(max-width: 720px){.pagination_pageBlockActive__33u1K{width:40px}}.pagination_pageBlockNoActive__rl0tS{background-color:#e4e8f2;color:#1c2a40;transition:.3s;cursor:pointer}.pagination_pageBlockNoActive__rl0tS:hover{background-color:#1c2a40;color:#fefefe}.pagination_arrowBlockLeft__14RNU{left:-82px}@media(max-width: 1400px){.pagination_arrowBlockLeft__14RNU{left:0;top:-58px}}.pagination_arrowBlockRight__1JSa_{right:-82px}@media(max-width: 1400px){.pagination_arrowBlockRight__1JSa_{right:0;top:-58px}}.pagination_arrowRight__hyfJ3{transform:rotate(180deg)}
@media screen and (max-width: 1230px){.servicesFeedbacks_Description__TL2iM{transform:initial !important;left:0 !important}}.servicesFeedbacks_container__3Nram{width:100%;display:flex;flex-direction:column;box-sizing:border-box;grid-gap:30px;gap:30px}@media(max-width: 720px){.servicesFeedbacks_container__3Nram{grid-gap:16px;gap:16px}}.servicesFeedbacks_title__3JNGY{font-family:"Lato",sans-serif;font-size:36px;font-weight:700;font-display:swap;color:#1c2a40}@media(max-width: 720px){.servicesFeedbacks_title__3JNGY{line-height:34px;font-family:"Lato",sans-serif;font-size:28px;font-weight:700;font-display:swap}}.servicesFeedbacks_itemsBlock__2R_ph{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 410px);box-sizing:border-box;grid-gap:22px;position:relative;align-items:center}@media(max-width: 1080px){.servicesFeedbacks_itemsBlock__2R_ph{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(4, -webkit-max-content);grid-template-rows:repeat(4, max-content)}}@media(max-width: 720px){.servicesFeedbacks_itemsBlock__2R_ph{grid-template-columns:repeat(1, 1fr);grid-template-rows:repeat(8, -webkit-max-content);grid-template-rows:repeat(8, max-content)}}@media(max-width: 1400px){.servicesFeedbacks_itemsBlock__2R_ph{align-items:flex-start}}.servicesFeedbacks_item__3s9BC{width:100%;height:100%;padding:22px 20px 28px;display:flex;flex-direction:column;background-color:#e4e8f2;border-radius:10px;box-sizing:border-box;position:relative}.servicesFeedbacks_upBlock__32m30{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;box-sizing:border-box}.servicesFeedbacks_starsBlock__2UjwR{display:flex;align-items:center;box-sizing:border-box}.servicesFeedbacks_date___PY3K{font-family:"Lato",sans-serif;font-size:14px;font-weight:10;font-display:swap;color:#939bb3}.servicesFeedbacks_name__3WtkD{font-family:"Lato",sans-serif;font-size:17px;line-height:20px;font-weight:700;font-display:swap;color:#1c2a40;margin-bottom:10px}.servicesFeedbacks_description__g7F-j{font-family:"Lato",sans-serif;font-weight:400;font-size:15px;font-display:swap;color:#1c2a40;max-height:220px;overflow:auto}.servicesFeedbacks_fromImg__I0m_0{position:absolute;bottom:56px}@media(max-width: 1080px){.servicesFeedbacks_fromImg__I0m_0{margin:20px 0 10px;position:static}}.servicesFeedbacks_link__QjCK3{font-family:"Lato",sans-serif;font-weight:400;font-size:15px;font-display:swap;color:#939bb3;position:absolute;bottom:20px}.servicesFeedbacks_link__QjCK3:hover{text-decoration:underline}@media(max-width: 1080px){.servicesFeedbacks_link__QjCK3{position:static}}.servicesFeedbacks_getPackageButton__2S-d0,.servicesFeedbacks_button__s5hut{background-color:#f82e3a;width:100%;height:40px;font-size:16px;font-weight:normal}.servicesFeedbacks_paginationButtonBlock__12ILy{display:flex;align-items:center;justify-content:space-between}@media(max-width: 720px){.servicesFeedbacks_paginationButtonBlock__12ILy{grid-gap:30px;gap:30px;flex-direction:column}}.servicesFeedbacks_button__s5hut{max-width:276px}@media(max-width: 720px){.servicesFeedbacks_button__s5hut{max-width:none;width:100%}}
@media screen and (max-width: 1230px){.serviceFeedbacksLanding_Description__89P4k{transform:initial !important;left:0 !important}}.serviceFeedbacksLanding_container__1Nymm{width:100%;display:flex;flex-direction:column;grid-gap:40px;gap:40px;box-sizing:border-box}@media(max-width: 1400px){.serviceFeedbacksLanding_container__1Nymm{grid-gap:80px;gap:80px}}@media(max-width: 720px){.serviceFeedbacksLanding_container__1Nymm{grid-gap:20px;gap:20px}}.serviceFeedbacksLanding_commonTitle__1Muny,.serviceFeedbacksLanding_commonTitleWithMargin__1gQqz{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;font-display:swap;color:#1c2a40}@media(max-width: 720px){.serviceFeedbacksLanding_commonTitle__1Muny,.serviceFeedbacksLanding_commonTitleWithMargin__1gQqz{font-family:"Lato",sans-serif;font-size:28px;font-weight:700;line-height:34px;font-display:swap}}@media(max-width: 720px){.serviceFeedbacksLanding_commonTitleWithMargin__1gQqz{margin:0 16px 18px}}.serviceFeedbacksLanding_feedBackArrowsBlockDesktop__3BNNs{width:100%;display:flex;box-sizing:border-box;position:relative;align-items:center}@media(max-width: 1400px){.serviceFeedbacksLanding_feedBackArrowsBlockDesktop__3BNNs{align-items:flex-start}}@media(max-width: 720px){.serviceFeedbacksLanding_feedBackArrowsBlockDesktop__3BNNs{display:none}}.serviceFeedbacksLanding_feedBackMobile__2asIr{display:none}@media(max-width: 720px){.serviceFeedbacksLanding_feedBackMobile__2asIr{display:block}}.serviceFeedbacksLanding_feedBackItemMobile__1rTd_{width:100%}.serviceFeedbacksLanding_feedBacksBlock__3PHgf{width:100%;display:flex;box-sizing:border-box;overflow:hidden;pointer-events:none;scrollbar-width:none;-ms-overflow-style:none}.serviceFeedbacksLanding_feedBacksBlock__3PHgf::-webkit-scrollbar{display:none}.serviceFeedbacksLanding_feedBacksBlockInner__2Kcvi{-webkit-user-select:none;user-select:none;display:flex;grid-gap:22px;gap:22px;box-sizing:border-box;pointer-events:auto}.serviceFeedbacksLanding_feedBackItem__BOdgN,.serviceFeedbacksLanding_feedBackItemMobile__1rTd_{min-width:276px;width:276px;height:384px;padding:22px 20px 28px;display:flex;flex-direction:column;background-color:#e4e8f2;border-radius:10px;box-sizing:border-box;position:relative}.serviceFeedbacksLanding_upBlock__Ersb-{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;box-sizing:border-box}.serviceFeedbacksLanding_starsBlock__aaIUq{display:flex;align-items:center;box-sizing:border-box}.serviceFeedbacksLanding_date__yLEqb{font-family:"Lato",sans-serif;font-size:14px;font-weight:10;font-display:swap;color:#939bb3}.serviceFeedbacksLanding_name__2Rdv_{font-family:"Lato",sans-serif;font-size:17px;line-height:20px;font-weight:700;font-display:swap;color:#1c2a40;margin-bottom:10px}.serviceFeedbacksLanding_description__3wZ55{font-family:"Lato",sans-serif;font-weight:400;font-size:15px;font-display:swap;color:#1c2a40;max-height:220px;overflow:auto}.serviceFeedbacksLanding_fromImg__FNuoC{position:absolute;bottom:20px}.serviceFeedbacksLanding_arrowBlock__31IIg{-webkit-user-select:none;user-select:none;z-index:1;width:50px;height:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;position:absolute}.serviceFeedbacksLanding_arrowBlockActive__3yBEN{cursor:pointer;background-color:#e4e8f2;transition:.3s}.serviceFeedbacksLanding_arrowBlockActive__3yBEN:hover{background-color:#939bb3}.serviceFeedbacksLanding_arrowBlockNoActive__1eAUj{background-color:#939bb3;opacity:.3}.serviceFeedbacksLanding_arrowBlockLeft__XJ1Ut{left:-82px}@media(max-width: 1400px){.serviceFeedbacksLanding_arrowBlockLeft__XJ1Ut{left:0;top:-58px}}.serviceFeedbacksLanding_arrowBlockRight__24Xz1{right:-82px}@media(max-width: 1400px){.serviceFeedbacksLanding_arrowBlockRight__24Xz1{right:0;top:-58px}}.serviceFeedbacksLanding_arrowRight__2QoEg{transform:rotate(180deg)}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.ced611da.eot);
    src: url(/static/media/slick.ced611da.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.b7c9e1e4.woff) format('woff'), url(/static/media/slick.d41f55a7.ttf) format('truetype'), url(/static/media/slick.f97e3bbf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}:root{--product-width: 356px;--betwen-products: 49px;--main-cell-height: 182px}@media screen and (max-width: 1220px){:root{--betwen-products: 15px}}@media screen and (max-width: 720px){:root{--main-cell-height: calc(322 * 100vw / 720) }}.component-products{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;padding-top:79px;overflow-x:hidden;width:100%;min-height:unset}@media(max-width: 720px){.component-products{min-height:auto;padding-top:calc(61*100vw/720)}}@media(max-width: 1300px){.component-products__title{margin-left:74px;font-weight:800;font-size:50px;line-height:60px}}.component-products__title__mobile{display:none;margin-left:24px}@media(max-width: 720px){.component-products__title{display:none}.component-products__title__mobile{display:block}}.component-products h2{margin-bottom:63px;font-size:60px;line-height:72px;font-weight:800;color:#1c2a40}@media(max-width: 1300px){.component-products h2{margin-left:74px;font-weight:800;font-size:50px;line-height:60px}}@media(max-width: 720px){.component-products h2{font-weight:800;font-size:24px;line-height:29px;margin-left:24px}}.component-products__content-block{display:flex;flex-direction:row;align-items:flex-start;width:100%;position:relative;left:0;transition:left 500ms}.component-products__content-block_mobile{display:none}@media(max-width: 720px){.component-products__content-block{display:none}.component-products__content-block_mobile{display:block}}.component-products__content-block.payment-deferment{left:calc(var(--product-width)*-1 - var(--betwen-products))}@media(max-width: 1150px){.component-products__content-block.payment-deferment{left:calc((100vw - 83px)/-3 - var(--betwen-products))}}.component-products__content-block__item{display:flex;flex-direction:row;height:508px;margin-left:var(--betwen-products)}@media(max-width: 1150px){.component-products__content-block__item{height:600px}}@media(max-width: 881px){.component-products__content-block__item{height:651px}}.component-products__content-block__item:first-child{margin-left:0}.component-products__content-block__item__product-block{z-index:50;position:relative;background-color:#f2f4f9;box-sizing:border-box;padding:40.8px 27.25px 62px 27.25px;width:var(--product-width);min-width:var(--product-width);border:1.1px solid #e3e7f1;border-radius:10px;display:flex;flex-direction:column}@media(max-width: 1150px){.component-products__content-block__item__product-block{width:calc((100vw - 83px)/3);min-width:calc((100vw - 83px)/3)}}@media(max-width: 881px){.component-products__content-block__item__product-block{display:flex;flex-direction:column}}@media(max-width: 720px){.component-products__content-block__item__product-block{width:auto;min-width:auto}}.component-products__content-block__item__product-block__icon{height:130px;margin-right:auto;margin-bottom:47.7px}@media(max-width: 881px){.component-products__content-block__item__product-block__icon+div{flex:1 1}}.component-products__content-block__item__product-block h3{font-weight:900;font-size:36px;line-height:43px;color:#1c2a40;margin-bottom:18.35px}.component-products__content-block__item__product-block p{min-height:110px;font-weight:normal;font-size:15px;line-height:18px;color:#585f69;white-space:pre-line}.component-products__content-block__item__product-block__button-block{width:117px;height:34px}.component-products__content-block__item__product-block__button-block__text{color:#e4e8f2}.component-products__content-block__item__product-block__button-block .Button{z-index:100;position:relative;padding:7px 18px;box-sizing:border-box;height:100%;font-size:15px;line-height:18px;color:#fdfdfd}.component-products__content-block__item__product-block__button-block .Button_status_actived{background-color:#f66082}.component-products__content-block__item__product-block__button-block .Button_status_smoothed{background-color:#aec2d4}.component-products__content-block__item__product-block__button-block .Button_status_smoothed+.Right-Arrow{background-color:#aec2d4;transform:scale(-1);margin-left:-20px}.component-products__content-block__item__product-block__button-block .Right-Arrow{z-index:99;display:flex;justify-content:center;align-items:center;position:relative;width:34px;height:100%;top:-34px;left:30px;transition:left 500ms;background-color:#f66082;border-radius:50%}.component-products__content-block__item__product-block__button-block .Right-Arrow img{height:9.65px}@media(hover: hover){.component-products__content-block__item__product-block__button-block .Right-Arrow-entered{left:124px}}.component-products__content-block__item__graph-block{box-sizing:border-box;height:100%;width:0;transition:width 500ms,padding-left 500ms;background-color:rgba(0,0,0,0);border:1.1px solid rgba(0,0,0,0);border-radius:10px;z-index:49;position:relative;padding-left:0;left:calc(var(--product-width)*-1);overflow-x:hidden}@media(max-width: 1150px){.component-products__content-block__item__graph-block{left:calc((100vw - 83px)/-3)}}.component-products__content-block__item__graph-block__content-block{box-sizing:border-box;padding:49px 79px 62px 85px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.component-products__content-block__item__graph-block__content-block__text{font-weight:normal;font-size:15px;line-height:18px;color:#1c2a40;overflow:hidden;margin-top:24.5px;flex:1 1}.component-products__content-block__item__graph-block__content-block__text_active{transition:color 2500ms;color:#e4e8f2}.component-products__content-block__item__graph-block__content-block__table-content{border-collapse:collapse;width:474px;position:relative;margin:0 auto}@media(max-width: 836px){.component-products__content-block__item__graph-block__content-block__table-content{width:100%}}.component-products__content-block__item__graph-block__content-block__table-content tr.component-products__content-block__item__graph-block__content-block__table-content__with-border{border-bottom:1.4px solid #fdfdfd}.component-products__content-block__item__graph-block__content-block__table-content td.component-products__content-block__item__graph-block__content-block__table-content__with-border{border-right:1.4px solid #fdfdfd}.component-products__content-block__item__graph-block__content-block__table-content td.component-products__content-block__item__graph-block__content-block__table-content__min-height>div{min-height:calc(var(--main-cell-height)/8)}.component-products__content-block__item__graph-block__content-block__table-content td.component-products__content-block__item__graph-block__content-block__table-content__max-width{width:calc(var(--main-cell-height)/8)}.component-products__content-block__item__graph-block__content-block__table-content__main-cell{height:var(--main-cell-height);display:flex;flex-direction:row;align-items:flex-end;justify-content:space-evenly}.component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar{width:18px;transition:height 500ms;height:0;border-top:.7px solid #fff;border-left:.7px solid #fff;border-right:.7px solid #fff;background-color:rgba(253,253,253,.2);margin-bottom:-2px}@media(max-width: 720px){.component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar{width:8.5%}}.component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_92{height:92%}.component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_77{height:77%}.component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_61{height:61%}.component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_14{height:14%}.component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_2{height:2%}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block{width:100%}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow{position:relative;width:8px;height:8px;box-sizing:border-box}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow_top{transform:rotate(-45deg)}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow_right{transform:rotate(45deg)}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow::before{content:"";width:100%;height:100%;border-width:1.4px 1.4px 0 0;border-style:solid;border-color:#fafafa;display:block}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block_top{height:var(--main-cell-height)}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block_top .component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow{right:calc(var(--main-cell-height)/-8 + 3px)}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right{display:flex;flex-direction:row;justify-content:flex-end}.component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right .component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow{top:calc(var(--main-cell-height)/-8 + 9px)}@media(max-width: 720px){.component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right .component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow{width:calc(13*100vw/720);height:calc(13*100vw/720);transform:rotate(45deg) translate(-50%, -50%);top:calc(var(--main-cell-height)/-8 + 3.8vw)}}@media(max-width: 720px)and (max-width: 500px){.component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right .component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow{top:calc(var(--main-cell-height)/-8 + 3.5vw)}}.component-products__content-block__item__graph-block__content-block__table-content__tier{position:absolute;right:0;left:calc(var(--main-cell-height)/8 + 2px);height:1px;background-color:#384561;z-index:-1}@media(min-width: 721px){.component-products__content-block__item__graph-block__content-block__table-content__tier{visibility:hidden}}.component-products__content-block__item__graph-block__content-block__table-content__tier_1{top:6.73%}.component-products__content-block__item__graph-block__content-block__table-content__tier_2{top:20.19%}.component-products__content-block__item__graph-block__content-block__table-content__tier_3{top:33.65%}.component-products__content-block__item__graph-block__content-block__table-content__tier_4{top:47.11%}.component-products__content-block__item__graph-block__content-block__table-content__tier_5{top:60.57%}.component-products__content-block__item__graph-block__content-block__table-content__tier_6{top:74.03%}.component-products__content-block__item__graph-block__content-block__table-content.standard .component-products__content-block__item__graph-block__content-block__table-content__main-cell>*:nth-child(n+6){display:none}.component-products__content-block__item__graph-block__content-block__table-content.percentage .component-products__content-block__item__graph-block__content-block__table-content__main-cell>*:nth-child(-n+4){display:none}.component-products__content-block__item__graph-block__content-block__table-content.payment-deferment .component-products__content-block__item__graph-block__content-block__table-content__main-cell>*:nth-child(n+6){display:none}.component-products__content-block__item__graph-block__content-block__buttons{display:flex;flex-direction:row;justify-content:center;width:100%}.component-products__content-block__item__graph-block__content-block__buttons .Button_status_actived{background-color:#ea597a}.component-products__content-block__item__graph-block__content-block__buttons .Button_status_actived:hover{background-color:#ff7594}.component-products__content-block__item__graph-block-enter-active,.component-products__content-block__item__graph-block-enter-done{width:1170px;padding-left:var(--product-width);border-color:#e3e7f1;background-color:#1c2a40}@media(max-width: 1220px){.component-products__content-block__item__graph-block-enter-active,.component-products__content-block__item__graph-block-enter-done{width:95.9vw}}@media(max-width: 1150px){.component-products__content-block__item__graph-block-enter-active,.component-products__content-block__item__graph-block-enter-done{width:94.9vw;padding-left:calc((100vw - 77px)/3)}}@media(max-width: 870px){.component-products__content-block__item__graph-block-enter-active,.component-products__content-block__item__graph-block-enter-done{width:93.9vw}}.component-products__content-block__item__graph-block-enter-done .component-products__content-block__item__graph-block__content-block__table-content__tier{visibility:visible}.component-products__content-title-wrap{flex:1 1}.component-products__carousel{padding-bottom:calc(98*100vw/720)}.component-products__carousel .slick-dots{bottom:3.5vw}.component-products__carousel .slick-dots li{height:auto;width:auto;margin:0}.component-products__carousel .slick-dots li button{width:calc(12*100vw/720);height:calc(12*100vw/720);box-sizing:content-box;position:relative;padding:calc(10*100vw/720)}.component-products__carousel .slick-dots li button:before{transition:.3s;width:calc(12*100vw/720);height:calc(12*100vw/720);font-size:0;border-radius:calc(6*100vw/720);background-color:#aec2d4;opacity:1;top:50%;left:50%;transform:translate(-50%, -50%)}.component-products__carousel .slick-dots li.slick-active button{width:calc(42*100vw/720)}.component-products__carousel .slick-dots li.slick-active button:before{background-color:#aec2d4;width:calc(42*100vw/720)}.component-products__carousel__item{width:calc(576*100vw/720) !important;position:relative}.component-products__carousel__item__short{padding:calc(43*100vw/720);background-color:#e3e7f1;border-radius:calc(14*100vw/720);transition:.3s;position:absolute;left:0;top:0;width:calc(100% + 2px);height:calc(100% + 2px);box-sizing:border-box;z-index:111;display:flex;flex-direction:column;margin-left:-1px;margin-top:-1px;overflow:hidden}.component-products__carousel__item_opened .component-products__carousel__item__short{height:calc(148.5*100vw/720)}.component-products__carousel__item__short__icon{margin-top:calc(73*100vw/720);margin-bottom:calc(73*100vw/720);height:calc(281*100vw/720);opacity:1;position:relative;transition:.3s;width:-webkit-max-content;width:max-content}.component-products__carousel__item_opened .component-products__carousel__item__short__icon{visibility:hidden;position:absolute;opacity:0}@media(max-width: 720px){.component-products__carousel__item__short__icon{width:100%;max-width:52%;height:auto}}.component-products__carousel__item__short__title{font-size:calc(52*100vw/720);line-height:calc(62*100vw/720);font-weight:800;position:relative}.component-products__carousel__item__short__title__icon{position:absolute;right:0;top:50%;transform:translateY(-50%);display:none;padding:calc(17*100vw/720) calc(14*100vw/720);width:calc(22*100vw/720);height:calc(16*100vw/720);background-color:#afc3d5;border-radius:50%}.component-products__carousel__item_opened .component-products__carousel__item__short__title__icon{display:block}.component-products__carousel__item__short__text{font-size:calc(25*100vw/720);line-height:calc(30*100vw/720);color:#585f69;margin-bottom:calc(102*100vw/720);margin-top:calc(19*100vw/720);white-space:pre-line;flex:1 1}.component-products__carousel__item_opened .component-products__carousel__item__short__text{display:none}.component-products__carousel__item__short__button{font-size:calc(24*100vw/720);width:calc(230*100vw/720);height:calc(60*100vw/720);font-weight:bold;background-color:#f66082;border-radius:calc(30*100vw/720);color:#fdfdfd;text-align:center;line-height:calc(60*100vw/720)}.component-products__carousel__item_opened .component-products__carousel__item__short__button{display:none}.component-products__carousel__item__details{height:calc(822.5*100vw/720);border-radius:calc(15*100vw/720);overflow:hidden;background-color:#1c2a40;padding-top:calc(148.5*100vw/720)}p.component-products__carousel__item__details__text{line-height:calc(25*100vw/720);font-size:calc(21*100vw/720);color:#e4e8f2}.component-products__carousel__item__details__graph-block{left:0;width:100%}.component-products__carousel__item__details__graph-block__content-block{padding:calc(25*100vw/720) calc(45*100vw/720) calc(50*100vw/720)}@media(max-width: 720px){.component-products__carousel__item__details__graph-block__content-block .Button{padding-top:0;padding-bottom:0;font-size:calc(24*100vw/720);line-height:calc(60*100vw/720);width:calc(230*100vw/720);height:calc(60*100vw/720)}}.component-products__carousel__item__details__button{font-size:calc(24*100vw/720);width:calc(230*100vw/720);height:calc(60*100vw/720);font-weight:bold;background-color:#f66082;border-radius:calc(30*100vw/720);color:#fdfdfd;text-align:center;line-height:calc(60*100vw/720)}.component-products__carousel .slick-slide{transform:scale(0.81);transition:.3s}.component-products__carousel .slick-slide .component-products__carousel__item{transform:translateX(calc(27.28 * 100vw / 720));margin-bottom:0}.component-products__carousel .slick-slide.slick-active{transform:scale(1)}.component-products__carousel .slick-slide.slick-active~.slick-slide .component-products__carousel__item{transform:translateX(calc(-27.28 * 100vw / 720))}.component-products__carousel .slick-slide.slick-active .component-products__carousel__item{transform:translateX(0)}
@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}}
@media screen and (max-width: 1230px){.widgetComponent_Description__Nk7sm{transform:initial !important;left:0 !important}}.widgetComponent_container__14Qqo{box-sizing:border-box;width:100%;height:444px;padding:20px;border:.7px solid #afc3d5;border-radius:16px;overflow:scroll;scrollbar-width:thin;scrollbar-color:#9eafbe rgba(0,0,0,0)}@media(max-width: 1080px){.widgetComponent_container__14Qqo{height:-webkit-max-content;height:max-content;padding:16px}}.widgetComponent_container__14Qqo::-webkit-scrollbar{width:6px}.widgetComponent_container__14Qqo::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.widgetComponent_container__14Qqo::-webkit-scrollbar-thumb{background-color:#9eafbe;border-radius:4px}.widgetComponent_container__14Qqo::-webkit-scrollbar-thumb:hover{background-color:#9eafbe}.widgetComponent_header__3zA55{display:flex;width:100%;justify-content:space-between;align-items:center}.widgetComponent_advBlock__2NoZ8{font-family:"Lato",sans-serif;font-size:14px;font-weight:10;font-display:swap;padding:6px 10px;border-radius:16px;color:#9eafbe;background-color:#fff}.widgetComponent_icon__2kyyS{cursor:pointer}.widgetComponent_iframe__DaNPV{height:700px;outline:none;border:none;width:100%;box-sizing:border-box}@media(max-width: 1080px){.widgetComponent_iframe__DaNPV{height:1350px}}
@media screen and (max-width: 1230px){.styles_Description__1OABu{transform:initial !important;left:0 !important}}.styles_loaderBlock__3XIiC{overflow:hidden;display:flex;height:100vh;align-items:center;justify-content:center}@media(max-width: 720px){.styles_loaderBlock__3XIiC{height:100dvh}}.styles_pageWrapper__22e8e{margin:70px auto 250px;box-sizing:border-box;display:flex;align-items:center;width:940px;flex-direction:column}@media(max-width: 720px){.styles_pageWrapper__22e8e{align-items:flex-start;padding:0 16px;margin:40px 0 30px;width:100%}}.styles_text__CbRj7{text-align:center;display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin:70px 0 40px;max-width:400px}@media(max-width: 720px){.styles_text__CbRj7{text-align:start;margin:0 0 40px;max-width:100%}}.styles_title__1bPTn{font-family:"Lato",sans-serif;font-size:18px;font-weight:700;font-display:swap;color:#1c2a40}.styles_description__1HUKl{font-family:"Lato",sans-serif;font-size:15px;font-display:swap;color:#1c2a40}
.jivochatPage_container__okRkh{height:100dvh;width:100%;display:flex;align-items:center;justify-content:center}
@media screen and (max-width: 1230px){.marketWidget_Description__8Lkne{transform:initial !important;left:0 !important}}.marketWidget_container__u4L7g{height:100dvh;width:100%;display:flex;justify-content:center}.marketWidget_iframe__3rgQh{height:700px;outline:none;border:none;width:100%;box-sizing:border-box}@media(max-width: 1080px){.marketWidget_iframe__3rgQh{height:1350px}}
.noPassport_container__3a8ia{padding:12px 30px;box-sizing:border-box}
body {
  margin: 0;
}


/*# sourceMappingURL=main.0e152a77.chunk.css.map*/