/*! 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}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
@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-weight:700;line-height:22px;color:#fff}.Button_status_new-pink{font-family:"Lato",sans-serif;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-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;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;color:#e51a1a}.getMoneyTop_infoDescriptionMobile__f0Wnh{font-family:"Lato",sans-serif;font-size:22px;font-weight:700;color:#1c2a40}.getMoneyTop_description__2kp9S{font-family:"Lato",sans-serif;font-size:18px;font-weight:700;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;color:#939bb3}.LandingRange_dectRangeBlock__1Ovzm{margin-bottom:18px;position:relative}.LandingRange_miniTitle__2zrFU{font-family:"Lato",sans-serif;font-size:18px;font-weight:700;color:#1c2a40}.LandingRange_amountDescription__1s4Ra{line-height:34px;font-family:"Lato",sans-serif;font-size:28px;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;color:#1c2a40}@media(max-width: 720px){.ourProducts_title__nNqQg{font-family:"Lato",sans-serif;font-size:28px;font-weight:700;line-height:34px}}.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;color:#939bb3;margin-bottom:2px}.ourProducts_amountDescription__1xAKj{line-height:34px;font-family:"Lato",sans-serif;font-size:28px;color:#1c2a40}.ourProducts_additionalDescription__2r5Z3{font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;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;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;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;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;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;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}}.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}
@media screen and (max-width: 1230px){.goodService_Description__p3Jyd{transform:initial !important;left:0 !important}}.goodService_container__WXn_H{width:100%}@media(max-width: 720px){.goodService_container__WXn_H{display:flex;flex-direction:column;grid-gap:24px;gap:24px;margin-bottom:52px}}.goodService_upBlock__-hqAc{display:flex;align-items:center;justify-content:space-between;width:inherit;margin-bottom:40px}@media(max-width: 720px){.goodService_upBlock__-hqAc{margin-bottom:0}}.goodService_title__9QrTT{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;color:#1c2a40}@media(max-width: 720px){.goodService_title__9QrTT{font-family:"Lato",sans-serif;font-size:28px;font-weight:700;line-height:34px}}.goodService_getPackageButton___Ta_3,.goodService_buttonMobile__16C9z,.goodService_button__3O0f-{background-color:#f82e3a;width:100%;height:40px;font-size:16px;font-weight:normal}.goodService_button__3O0f-{max-width:276px}@media(max-width: 720px){.goodService_button__3O0f-{display:none}}.goodService_buttonMobile__16C9z{display:none}@media(max-width: 720px){.goodService_buttonMobile__16C9z{display:flex}}.goodService_downBlock__jmOYi,.goodService_downBlockMobile__3RtaT,.goodService_downBlockDeskTop__1ct7_{width:100%;display:grid;grid-template-rows:repeat(2, 300px);grid-template-columns:repeat(4, 1fr);grid-gap:22px}@media(max-width: 1080px){.goodService_downBlock__jmOYi,.goodService_downBlockMobile__3RtaT,.goodService_downBlockDeskTop__1ct7_{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(3, 300px)}}@media screen and (max-width: 836px){.goodService_downBlock__jmOYi,.goodService_downBlockMobile__3RtaT,.goodService_downBlockDeskTop__1ct7_{grid-gap:16px}}@media(max-width: 720px){.goodService_downBlock__jmOYi,.goodService_downBlockMobile__3RtaT,.goodService_downBlockDeskTop__1ct7_{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 208px)}}@media(max-width: 720px){.goodService_downBlockDeskTop__1ct7_{display:none}}.goodService_downBlockMobile__3RtaT{display:none}@media(max-width: 720px){.goodService_downBlockMobile__3RtaT{display:grid}}.goodService_item__2F56H{overflow:hidden;background:#e4e8f2;border-radius:10px;display:flex;flex-direction:column;align-items:center;position:relative}.goodService_itemTitle__CJU2c{text-align:center;padding:37px 20px 0;z-index:1;font-family:"Lato",sans-serif;font-size:20px;font-weight:700}@media(max-width: 720px){.goodService_itemTitle__CJU2c{padding:15px 16px 0;font-family:"Lato",sans-serif;font-weight:700;font-size:15px}}.goodService_itemImage__4UC0-{position:absolute}
@media screen and (max-width: 1230px){.LandingRangeForCreditLine_Description__3iKw3{transform:initial !important;left:0 !important}}.LandingRangeForCreditLine_container__1OyXL{width:100%;margin-top:8px}.LandingRangeForCreditLine_customTrack__2vnkN{touch-action:none;background:#929ab2;height:6px;border-radius:3px;position:relative;z-index:1}.LandingRangeForCreditLine_customActiveTrack__2KOVQ{background:#f82e3a;height:6px;border-radius:3px}.LandingRangeForCreditLine_customSlider__1X4fh{touch-action:none;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 0 4px rgba(0,0,0,.8);transition:transform .2s ease;z-index:2;cursor:pointer;position:absolute;bottom:-6px;left:-6px}.LandingRangeForCreditLine_customSlider__1X4fh:hover{transform:scale(1)}.LandingRangeForCreditLine_valueLabel__1QX0G{color:#fff;font-family:"Lato",sans-serif;font-size:16px;line-height:19px;position:absolute;bottom:18px;left:-1.7vw;white-space:nowrap;background:#1c2a40;padding:1px 2px;border-radius:2px}.LandingRangeForCreditLine_customLabel__2Kr-D{display:none}.LandingRangeForCreditLine_rangeLabels__2Mmja{width:inherit;justify-content:space-between;display:flex;align-items:center}.LandingRangeForCreditLine_rangeLabel__3jYxU{margin-top:8px;font-family:"Lato",sans-serif;font-weight:700;font-size:14px;line-height:17px;color:#939bb3}.LandingRangeForCreditLine_dectRangeBlock__WBF4z{margin-bottom:18px}.LandingRangeForCreditLine_miniTitle__1jyao{font-family:"Lato",sans-serif;font-size:18px;font-weight:700;color:#1c2a40}.LandingRangeForCreditLine_amountDescription__1mLdm{line-height:34px;font-family:"Lato",sans-serif;font-size:28px;color:#1c2a40}
@media screen and (max-width: 1230px){.creditLine_Description__1xnPX{transform:initial !important;left:0 !important}}.creditLine_container__3Nr3o{width:100%;display:flex;flex-direction:column;grid-gap:40px;gap:40px}@media(max-width: 720px){.creditLine_container__3Nr3o{grid-gap:18px;gap:18px;margin-bottom:52px}}.creditLine_getPackageButton__3IR7d,.creditLine_downBlockLeftButton__2yLn3{background-color:#f82e3a;width:100%;height:40px;font-size:16px;font-weight:normal}.creditLine_title__2saAz{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;color:#1c2a40}@media(max-width: 720px){.creditLine_title__2saAz{font-family:"Lato",sans-serif;font-size:28px;font-weight:700;line-height:34px}}.creditLine_downBlock__1us3c{display:flex;grid-gap:22px;gap:22px;height:300px}@media(max-width: 1080px){.creditLine_downBlock__1us3c{height:auto}}.creditLine_downBlockLeft__20aMy{border-radius:10px;background:#1c2a40;padding:32px 20px;display:flex;flex-direction:column;align-items:center;width:calc(100% - 298px);box-sizing:border-box}@media(max-width: 720px){.creditLine_downBlockLeft__20aMy{padding:28px 16px;width:100%}}.creditLine_downBlockLeftTitle__rU3s2{width:100%;line-height:29px;font-family:"Lato",sans-serif;font-size:24px;font-weight:700;color:#fefefe;margin-bottom:14px}.creditLine_downBlockLeftDescription__2C-rM{font-family:"Lato",sans-serif;font-size:16px;line-height:19px;color:#8c9bb4;margin-bottom:30px}@media(max-width: 720px){.creditLine_downBlockLeftDescription__2C-rM{margin-bottom:42px}}.creditLine_downBlockLeftButton__2yLn3{margin-top:22px;max-width:276px}@media(max-width: 720px){.creditLine_downBlockLeftButton__2yLn3{max-width:100%;margin-top:28px}}.creditLine_downBlockRight__Czak_{box-sizing:border-box;width:276px;background:#e4e8f2;border-radius:10px;padding:31px 20px;display:flex;flex-direction:column;grid-gap:34px;gap:34px}@media(max-width: 720px){.creditLine_downBlockRight__Czak_{display:none}}.creditLine_downBlockRightMobile__of7Tk{display:none}@media(max-width: 720px){.creditLine_downBlockRightMobile__of7Tk{margin-top:40px;box-sizing:border-box;background:#e4e8f2;width:100%;height:142px;padding:18px 16px;border-radius:20px;display:flex;flex-direction:column;grid-gap:12px;gap:12px}}.creditLine_starsBlock__f1OZ6{display:flex;grid-gap:4px;gap:4px}.creditLine_starIcon__15NRL{width:24px;height:24px}@media(max-width: 720px){.creditLine_starIcon__15NRL{width:16px;height:16px}}.creditLine_starIconFilled__2WN31{fill:#f82e3a}.creditLine_downBlockRightDescription__1pHC6{font-family:"Lato",sans-serif;font-size:16px;line-height:19px;color:#1c2a40}@media(max-width: 720px){.creditLine_downBlockRightDescription__1pHC6{font-family:"Lato",sans-serif;font-size:14px;font-weight:10}}
/* 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,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 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{margin-left:calc(-72*100vw/720);margin-right:calc(-72*100vw/720);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){.simpleRegistration_Description__3RJOX{transform:initial !important;left:0 !important}}.simpleRegistration_container__1YIrK{width:100%;overflow:hidden}@media(max-width: 720px){.simpleRegistration_container__1YIrK{width:100vw;margin-left:-16px}}.simpleRegistration_getPackageButton__1R2yy,.simpleRegistration_mobileButton__2eUK_,.simpleRegistration_goodServiceButton__3_6Zx,.simpleRegistration_button__3SvaL{background-color:#f82e3a;width:100%;height:40px;font-size:16px;font-weight:normal}.simpleRegistration_upBlock__36EQ3{display:flex;align-items:center;justify-content:space-between;width:inherit;margin-bottom:40px}@media(max-width: 720px){.simpleRegistration_upBlock__36EQ3{margin-bottom:0}}.simpleRegistration_commonTitle__1IMiZ,.simpleRegistration_commonTitleWithMargin__1ANIe{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;color:#1c2a40}@media(max-width: 720px){.simpleRegistration_commonTitle__1IMiZ,.simpleRegistration_commonTitleWithMargin__1ANIe{font-family:"Lato",sans-serif;font-size:28px;font-weight:700;line-height:34px}}@media(max-width: 720px){.simpleRegistration_commonTitleWithMargin__1ANIe{margin:0 16px 18px}}.simpleRegistration_button__3SvaL{max-width:276px}@media(max-width: 720px){.simpleRegistration_button__3SvaL{display:none}}.simpleRegistration_goodServiceButton__3_6Zx{max-width:276px}@media(max-width: 720px){.simpleRegistration_goodServiceButton__3_6Zx{display:none}}.simpleRegistration_downBlock__2wh6s{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:22px;gap:22px}@media screen and (max-width: 1120px){.simpleRegistration_downBlock__2wh6s{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, auto)}}@media(max-width: 720px){.simpleRegistration_downBlock__2wh6s{display:none}}.simpleRegistration_downBlockMobile__1VuJp{display:none}@media(max-width: 720px){.simpleRegistration_downBlockMobile__1VuJp{display:block}}.simpleRegistration_item__jNaAk{background:#e4e8f2;border-radius:10px}@media(max-width: 720px){.simpleRegistration_item__jNaAk{position:relative;max-width:100% !important;height:456px;border:1px solid #afc3d5}}.simpleRegistration_itemUpBlock__1Yo6r{display:flex;justify-content:space-between}.simpleRegistration_itemTitle__1bAps{line-height:29px;font-family:"Lato",sans-serif;font-size:24px;font-weight:700;color:#1c2a40;margin:52px 0 47px 20px}.simpleRegistration_itemDescription__3t46w{color:#1c2a40;font-family:"Lato",sans-serif;font-weight:400;font-size:15px;margin:0 20px 12px}.simpleRegistration_mobileButton__2eUK_{display:none}@media(max-width: 720px){.simpleRegistration_mobileButton__2eUK_{display:flex;position:absolute;width:calc(100% - 32px);bottom:22px;left:16px}}: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) }}.simpleRegistration_component-products__1o05s{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){.simpleRegistration_component-products__1o05s{min-height:auto;padding-top:calc(61*100vw/720)}}@media(max-width: 1300px){.simpleRegistration_component-products__title__3DQni{margin-left:74px;font-weight:800;font-size:50px;line-height:60px}}.simpleRegistration_component-products__title__mobile__3ECYl{display:none;margin-left:24px}@media(max-width: 720px){.simpleRegistration_component-products__title__3DQni{display:none}.simpleRegistration_component-products__title__mobile__3ECYl{display:block}}.simpleRegistration_component-products__1o05s h2{margin-bottom:63px;font-size:60px;line-height:72px;font-weight:800;color:#1c2a40}@media(max-width: 1300px){.simpleRegistration_component-products__1o05s h2{margin-left:74px;font-weight:800;font-size:50px;line-height:60px}}@media(max-width: 720px){.simpleRegistration_component-products__1o05s h2{font-weight:800;font-size:24px;line-height:29px;margin-left:24px}}.simpleRegistration_component-products__content-block__1JZHv{display:flex;flex-direction:row;align-items:flex-start;width:100%;position:relative;left:0;transition:left 500ms}.simpleRegistration_component-products__content-block_mobile__1h6EG{display:none}@media(max-width: 720px){.simpleRegistration_component-products__content-block__1JZHv{display:none}.simpleRegistration_component-products__content-block_mobile__1h6EG{display:block}}.simpleRegistration_component-products__content-block__1JZHv.simpleRegistration_payment-deferment__NSQcl{left:calc(var(--product-width)*-1 - var(--betwen-products))}@media(max-width: 1150px){.simpleRegistration_component-products__content-block__1JZHv.simpleRegistration_payment-deferment__NSQcl{left:calc((100vw - 83px)/-3 - var(--betwen-products))}}.simpleRegistration_component-products__content-block__item__2ld1m{display:flex;flex-direction:row;height:508px;margin-left:var(--betwen-products)}@media(max-width: 1150px){.simpleRegistration_component-products__content-block__item__2ld1m{height:600px}}@media(max-width: 881px){.simpleRegistration_component-products__content-block__item__2ld1m{height:651px}}.simpleRegistration_component-products__content-block__item__2ld1m:first-child{margin-left:0}.simpleRegistration_component-products__content-block__item__product-block__1iiTm{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){.simpleRegistration_component-products__content-block__item__product-block__1iiTm{width:calc((100vw - 83px)/3);min-width:calc((100vw - 83px)/3)}}@media(max-width: 881px){.simpleRegistration_component-products__content-block__item__product-block__1iiTm{display:flex;flex-direction:column}}@media(max-width: 720px){.simpleRegistration_component-products__content-block__item__product-block__1iiTm{width:auto;min-width:auto}}.simpleRegistration_component-products__content-block__item__product-block__icon__LBuhZ{height:130px;margin-right:auto;margin-bottom:47.7px}@media(max-width: 881px){.simpleRegistration_component-products__content-block__item__product-block__icon__LBuhZ+div{flex:1 1}}.simpleRegistration_component-products__content-block__item__product-block__1iiTm h3{font-weight:900;font-size:36px;line-height:43px;color:#1c2a40;margin-bottom:18.35px}.simpleRegistration_component-products__content-block__item__product-block__1iiTm p{min-height:110px;font-weight:normal;font-size:15px;line-height:18px;color:#585f69;white-space:pre-line}.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F{width:117px;height:34px}.simpleRegistration_component-products__content-block__item__product-block__button-block__text__2But5{color:#e4e8f2}.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F .simpleRegistration_Button__3oWia{z-index:100;position:relative;padding:7px 18px;box-sizing:border-box;height:100%;font-size:15px;line-height:18px;color:#fdfdfd}.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F .simpleRegistration_Button_status_actived__1ZvxD{background-color:#f66082}.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F .simpleRegistration_Button_status_smoothed__iLn5B{background-color:#aec2d4}.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F .simpleRegistration_Button_status_smoothed__iLn5B+.simpleRegistration_Right-Arrow__3DSGQ{background-color:#aec2d4;transform:scale(-1);margin-left:-20px}.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F .simpleRegistration_Right-Arrow__3DSGQ{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%}.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F .simpleRegistration_Right-Arrow__3DSGQ img{height:9.65px}@media(hover: hover){.simpleRegistration_component-products__content-block__item__product-block__button-block__2xI3F .simpleRegistration_Right-Arrow-entered__31ExF{left:124px}}.simpleRegistration_component-products__content-block__item__graph-block__3z-31{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){.simpleRegistration_component-products__content-block__item__graph-block__3z-31{left:calc((100vw - 83px)/-3)}}.simpleRegistration_component-products__content-block__item__graph-block__content-block__3bJac{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}.simpleRegistration_component-products__content-block__item__graph-block__content-block__text__2rJxW{font-weight:normal;font-size:15px;line-height:18px;color:#1c2a40;overflow:hidden;margin-top:24.5px;flex:1 1}.simpleRegistration_component-products__content-block__item__graph-block__content-block__text_active__2qVqN{transition:color 2500ms;color:#e4e8f2}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw{border-collapse:collapse;width:474px;position:relative;margin:0 auto}@media(max-width: 836px){.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw{width:100%}}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw tr.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__with-border__1QQWB{border-bottom:1.4px solid #fdfdfd}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw td.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__with-border__1QQWB{border-right:1.4px solid #fdfdfd}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw td.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__min-height__2VvES>div{min-height:calc(var(--main-cell-height)/8)}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw td.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__max-width__3_sNB{width:calc(var(--main-cell-height)/8)}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__3EXYK{height:var(--main-cell-height);display:flex;flex-direction:row;align-items:flex-end;justify-content:space-evenly}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar__37PyS{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){.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar__37PyS{width:8.5%}}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_92__1Q1YD{height:92%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_77__3-qgb{height:77%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_61__1Y4dB{height:61%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_14__376Dm{height:14%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__pillar_2__3a5Ol{height:2%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__2NiX3{width:100%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow__3fUym{position:relative;width:8px;height:8px;box-sizing:border-box}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow_top__2gMoa{transform:rotate(-45deg)}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow_right__jSMDx{transform:rotate(45deg)}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow__3fUym::before{content:"";width:100%;height:100%;border-width:1.4px 1.4px 0 0;border-style:solid;border-color:#fafafa;display:block}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block_top__3QEpY{height:var(--main-cell-height)}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block_top__3QEpY .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow__3fUym{right:calc(var(--main-cell-height)/-8 + 3px)}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right__3W6eK{display:flex;flex-direction:row;justify-content:flex-end}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right__3W6eK .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow__3fUym{top:calc(var(--main-cell-height)/-8 + 9px)}@media(max-width: 720px){.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right__3W6eK .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow__3fUym{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){.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block_right__3W6eK .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__arrow-block__arrow__3fUym{top:calc(var(--main-cell-height)/-8 + 3.5vw)}}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier__SP29I{position:absolute;right:0;left:calc(var(--main-cell-height)/8 + 2px);height:1px;background-color:#384561;z-index:-1}@media(min-width: 721px){.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier__SP29I{visibility:hidden}}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier_1__idaqr{top:6.73%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier_2__UA3kP{top:20.19%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier_3__3LsFg{top:33.65%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier_4__3YQA0{top:47.11%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier_5__1sVws{top:60.57%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier_6__oalw0{top:74.03%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw.simpleRegistration_standard__S6SXc .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__3EXYK>*:nth-child(n+6){display:none}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw.simpleRegistration_percentage__2Rn6c .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__3EXYK>*:nth-child(-n+4){display:none}.simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__2KPQw.simpleRegistration_payment-deferment__NSQcl .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__main-cell__3EXYK>*:nth-child(n+6){display:none}.simpleRegistration_component-products__content-block__item__graph-block__content-block__buttons__2TEp1{display:flex;flex-direction:row;justify-content:center;width:100%}.simpleRegistration_component-products__content-block__item__graph-block__content-block__buttons__2TEp1 .simpleRegistration_Button_status_actived__1ZvxD{background-color:#ea597a}.simpleRegistration_component-products__content-block__item__graph-block__content-block__buttons__2TEp1 .simpleRegistration_Button_status_actived__1ZvxD:hover{background-color:#ff7594}.simpleRegistration_component-products__content-block__item__graph-block-enter-active__1LJWH,.simpleRegistration_component-products__content-block__item__graph-block-enter-done__3FLHk{width:1170px;padding-left:var(--product-width);border-color:#e3e7f1;background-color:#1c2a40}@media(max-width: 1220px){.simpleRegistration_component-products__content-block__item__graph-block-enter-active__1LJWH,.simpleRegistration_component-products__content-block__item__graph-block-enter-done__3FLHk{width:95.9vw}}@media(max-width: 1150px){.simpleRegistration_component-products__content-block__item__graph-block-enter-active__1LJWH,.simpleRegistration_component-products__content-block__item__graph-block-enter-done__3FLHk{width:94.9vw;padding-left:calc((100vw - 77px)/3)}}@media(max-width: 870px){.simpleRegistration_component-products__content-block__item__graph-block-enter-active__1LJWH,.simpleRegistration_component-products__content-block__item__graph-block-enter-done__3FLHk{width:93.9vw}}.simpleRegistration_component-products__content-block__item__graph-block-enter-done__3FLHk .simpleRegistration_component-products__content-block__item__graph-block__content-block__table-content__tier__SP29I{visibility:visible}.simpleRegistration_component-products__content-title-wrap__JjEa7{flex:1 1}.simpleRegistration_component-products__carousel__1hDB2{margin-left:calc(-72*100vw/720);margin-right:calc(-72*100vw/720);padding-bottom:calc(98*100vw/720)}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-dots__PD3Om{bottom:3.5vw}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-dots__PD3Om li{height:auto;width:auto;margin:0}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-dots__PD3Om li button{width:calc(12*100vw/720);height:calc(12*100vw/720);box-sizing:content-box;position:relative;padding:calc(10*100vw/720)}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-dots__PD3Om 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%)}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-dots__PD3Om li.simpleRegistration_slick-active__1Mm8_ button{width:calc(42*100vw/720)}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-dots__PD3Om li.simpleRegistration_slick-active__1Mm8_ button:before{background-color:#aec2d4;width:calc(42*100vw/720)}.simpleRegistration_component-products__carousel__item__3vamK{width:calc(576*100vw/720) !important;position:relative}.simpleRegistration_component-products__carousel__item__short__V-y-0{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}.simpleRegistration_component-products__carousel__item_opened__14byo .simpleRegistration_component-products__carousel__item__short__V-y-0{height:calc(148.5*100vw/720)}.simpleRegistration_component-products__carousel__item__short__icon__11psk{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}.simpleRegistration_component-products__carousel__item_opened__14byo .simpleRegistration_component-products__carousel__item__short__icon__11psk{visibility:hidden;position:absolute;opacity:0}@media(max-width: 720px){.simpleRegistration_component-products__carousel__item__short__icon__11psk{width:100%;max-width:52%;height:auto}}.simpleRegistration_component-products__carousel__item__short__title__309YA{font-size:calc(52*100vw/720);line-height:calc(62*100vw/720);font-weight:800;position:relative}.simpleRegistration_component-products__carousel__item__short__title__icon__371PT{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%}.simpleRegistration_component-products__carousel__item_opened__14byo .simpleRegistration_component-products__carousel__item__short__title__icon__371PT{display:block}.simpleRegistration_component-products__carousel__item__short__text__3Sy6k{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}.simpleRegistration_component-products__carousel__item_opened__14byo .simpleRegistration_component-products__carousel__item__short__text__3Sy6k{display:none}.simpleRegistration_component-products__carousel__item__short__button__1HyDd{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)}.simpleRegistration_component-products__carousel__item_opened__14byo .simpleRegistration_component-products__carousel__item__short__button__1HyDd{display:none}.simpleRegistration_component-products__carousel__item__details__1PE2e{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.simpleRegistration_component-products__carousel__item__details__text__1wL-2{line-height:calc(25*100vw/720);font-size:calc(21*100vw/720);color:#e4e8f2}.simpleRegistration_component-products__carousel__item__details__graph-block__Cufkl{left:0;width:100%}.simpleRegistration_component-products__carousel__item__details__graph-block__content-block__3Zm1I{padding:calc(25*100vw/720) calc(45*100vw/720) calc(50*100vw/720)}@media(max-width: 720px){.simpleRegistration_component-products__carousel__item__details__graph-block__content-block__3Zm1I .simpleRegistration_Button__3oWia{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)}}.simpleRegistration_component-products__carousel__item__details__button__2-YQY{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)}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-slide__27H7W{transform:scale(0.81);transition:.3s}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-slide__27H7W .simpleRegistration_component-products__carousel__item__3vamK{transform:translateX(calc(27.28 * 100vw / 720));margin-bottom:0}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-slide__27H7W.simpleRegistration_slick-active__1Mm8_{transform:scale(1)}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-slide__27H7W.simpleRegistration_slick-active__1Mm8_~.simpleRegistration_slick-slide__27H7W .simpleRegistration_component-products__carousel__item__3vamK{transform:translateX(calc(-27.28 * 100vw / 720))}.simpleRegistration_component-products__carousel__1hDB2 .simpleRegistration_slick-slide__27H7W.simpleRegistration_slick-active__1Mm8_ .simpleRegistration_component-products__carousel__item__3vamK{transform:translateX(0)}
@media screen and (max-width: 1230px){.iconsBlock_Description__Le-J6{transform:initial !important;left:0 !important}}.iconsBlock_container__Bve0x{width:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 940px){.iconsBlock_container__Bve0x{flex-direction:column;grid-gap:20px;gap:20px}}@media(max-width: 720px){.iconsBlock_container__Bve0x{margin:12px 0 52px}}.iconsBlock_title__2i4su{width:574px;font-family:"Lato",sans-serif;font-size:26px;font-weight:700;color:#1c2a40}@media screen and (max-width: 940px){.iconsBlock_title__2i4su{width:100%}}@media(max-width: 1080px){.iconsBlock_title__2i4su{font-family:"Lato",sans-serif;font-size:20px;font-weight:700}}@media(max-width: 720px){.iconsBlock_title__2i4su{font-family:"Lato",sans-serif;font-size:16px;font-weight:700;line-height:19px}}.iconsBlock_downBlock__3nrEM{display:flex;width:50%;justify-content:space-between}@media screen and (max-width: 940px){.iconsBlock_downBlock__3nrEM{width:100%;justify-content:space-around}}.iconsBlock_image__2An2m{width:var(--width)}@media(max-width: 720px){.iconsBlock_image__2An2m{width:var(--mobileWidth)}}
.Pop-Up{z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:-9999px;width:100%;height:100%;opacity:0;transition:opacity .5s}.Pop-Up_visible{opacity:1;top:0px}.Pop-Up-Overlay{z-index:101;position:absolute;background-color:#000;opacity:.3;width:100%;height:100%}.Pop-Up-Block{z-index:102;width:70vw;height:70vh}@media(max-width: 1080px){.Pop-Up-Block{width:100%;position:absolute;bottom:55px}}.Pop-Up-Block .Header{display:flex;flex-direction:row;background-color:#1c2a40;border-radius:10px 10px 0px 0px;padding:9px}.Pop-Up-Block .Header .Title{flex-grow:1;font-weight:bold;font-size:15px;display:flex;align-items:center;justify-content:center;color:#f3f5fa}@media(max-width: 720px){.Pop-Up-Block .Header .Title{font-size:11px}}.Pop-Up-Block .Header .Close-Icon{flex-grow:0;cursor:pointer}.Pop-Up-Block .Content{height:100%;background-color:#fcfdff;border-radius:0px 0px 10px 10px;padding:13px}@media(max-width: 1080px){.Pop-Up-Block .Content{border-radius:0;padding:5px}}.Pop-Up-Block .Content iframe{width:100%;box-sizing:border-box}.Pop-Up-Block .Content>div{height:100%;overflow:auto}.Pop-Up-Block .Content>div::-webkit-scrollbar{width:12px;border-radius:10px;background-color:#e4e8f2}.Pop-Up-Block .Content>div::-webkit-scrollbar-thumb{border-radius:10px;background-color:#caced9}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.Layout-Profile-Central-Block{padding-top:70px;box-sizing:border-box;display:flex;flex-direction:row;height:100%;position:relative;transition:left .3s}@media(max-width: 1080px){.Layout-Profile-Central-Block{padding-top:0;position:static}}.Layout-Profile-Central-Block .profile-header{display:none}@media(max-width: 1080px){.Layout-Profile-Central-Block{left:0}.Layout-Profile-Central-Block .profile-header{margin-top:0;position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:auto;overflow:hidden;padding:59px 72px;background-color:#f2f4f9;border:none}.Layout-Profile-Central-Block .profile-header.isOpen{display:flex;position:fixed;z-index:20}}@media(max-width: 720px){.Layout-Profile-Central-Block .profile-header{padding:27px 24px}}.Layout-Profile-Content-Block{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:0 !important;width:100%;height:100%}@media(max-width: 1080px){.Layout-Profile-Content-Block{height:100vh}.Layout-Profile-Content-Block .Sign-Up .Control{display:flex;margin-top:40px}.Layout-Profile-Content-Block .Sign-Up .Input-Wrapper-Error{position:static}}@media(max-width: 720px){.Layout-Profile-Content-Block{height:100dvh}}@media(max-width: 1080px){.isHelpScreen{display:flex !important;position:fixed !important;background-color:rgba(0,0,0,0) !important;height:0 !important;overflow:unset !important;z-index:1200}.isHelpScreen .profile-header-Overlay{display:none}.isHelpScreen .Content-Block{justify-content:flex-start}.isHelpScreen .auth-icons{display:none !important}}
.LoanLimitProgressBar_loanLimitProgressBar__1XCI6{max-width:940px;width:calc(100% - 360px);margin:16px 0 0 0}@media screen and (max-width: 1080px){.LoanLimitProgressBar_loanLimitProgressBar__1XCI6{margin:-2px 30px 25px;width:calc(100% - 60px)}}.LoanLimitProgressBar_emptyBar__B6Dc9{position:relative;background:linear-gradient(to right, #F66082 var(--fill-percentage), #E3E7F1 var(--fill-percentage));border-radius:5px;height:10px;overflow:hidden}.LoanLimitProgressBar_description__3zZ31{margin-top:6px;text-align:center;font-size:13px;color:#929ab2}@media screen and (max-width: 1080px){.LoanLimitProgressBar_description__3zZ31{font-size:12px}}
.ant-btn span{font-weight:700;font-size:14px;border-radius:50px}
.Header_header__2xvsp{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:10px 14px 8px;background-color:#fff;border-bottom:solid 1px #e3e7f1;z-index:100}@media screen and (max-width: 1080px){.Header_header__2xvsp{display:none}}.Header_logoutButton__1JZmh{display:block;width:120px}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.Component-Profile-Layout-Left-Menu{display:flex;flex-direction:column;align-items:flex-start;height:-webkit-max-content;height:max-content;box-sizing:border-box;position:-webkit-sticky;position:sticky;top:74px;left:0;padding:0 14px;width:74px;z-index:2;margin-bottom:50px}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;align-items:center;justify-content:space-between;display:flex;flex-direction:row;padding:30px 60px;box-sizing:border-box;height:auto;top:auto;z-index:15;margin-bottom:0}}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu{padding:12px 24px}}.Component-Profile-Layout-Left-Menu-Link,.Component-Profile-Layout-Left-Menu-Tree{cursor:pointer}.Component-Profile-Layout-Left-Menu-Link a,.Component-Profile-Layout-Left-Menu-Tree a{color:#afc3d5}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer,.Component-Profile-Layout-Left-Menu-Link .LinkContainer,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer{margin-top:8px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer,.Component-Profile-Layout-Left-Menu-Link .LinkContainer,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer{margin-top:0}}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon{margin-right:12px;display:flex;justify-content:center;align-items:center;background-color:#fefefe;color:#7a8091;min-width:54px;height:54px;box-sizing:border-box;border:.5px solid #afc3d5;border-radius:10px}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon svg{width:18.7px}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon img,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon img{width:18.7px}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon{margin-right:0;border:none;background-color:inherit}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon img,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon img{min-width:50px;height:50px}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon svg{width:50px;height:50px}}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon{width:auto;height:auto}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon img,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon img{min-width:24px;height:24px}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Icon svg,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Icon svg{width:24px;height:24px}}.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Label,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Label,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Label,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Label{white-space:nowrap;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;color:#7a8091}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer .Label,.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Label,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Label,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer .Label{display:none}}.Component-Profile-Layout-Left-Menu-Link_isOpened .TreeHeaderContainer>.Label,.Component-Profile-Layout-Left-Menu-Link_isActive>.LinkContainer>.Label,.Component-Profile-Layout-Left-Menu-Tree_isOpened .TreeHeaderContainer>.Label,.Component-Profile-Layout-Left-Menu-Tree_isActive>.LinkContainer>.Label{font-weight:bold}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link_isOpened .TreeHeaderContainer>.Label,.Component-Profile-Layout-Left-Menu-Link_isActive>.LinkContainer>.Label,.Component-Profile-Layout-Left-Menu-Tree_isOpened .TreeHeaderContainer>.Label,.Component-Profile-Layout-Left-Menu-Tree_isActive>.LinkContainer>.Label{font-weight:normal;color:#1c2a40}}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link_isOpened .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Link_isActive>.LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree_isOpened .TreeHeaderContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree_isActive>.LinkContainer .Icon{background-color:inherit;color:#1c2a40}}.Component-Profile-Layout-Left-Menu-Link .Submenu .Icon,.Component-Profile-Layout-Left-Menu-Tree .Submenu .Icon{background-color:#e4e8f2}.Component-Profile-Layout-Left-Menu-Link_isActive>.LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree_isActive>.LinkContainer .Icon{background-color:#cad6e4}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link_isActive>.LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree_isActive>.LinkContainer .Icon{background-color:inherit;color:#1c2a40}}.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled{cursor:default}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled{opacity:.5}}.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled .Icon,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled .Icon,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled .Icon,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled .Icon{background-color:#e4e8f2}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled .Icon,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled .Icon,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled .Icon,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled .Icon{background-color:inherit}}.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled .Icon img,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled .Icon img,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled .Icon img,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled .Icon img{filter:brightness(5)}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled .Icon img,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled .Icon img,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled .Icon img,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled .Icon img{filter:none}}.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled .Label,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled .Label,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled .Label,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled .Label{color:#bec1c9}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link .LinkContainer.Disabled .Label,.Component-Profile-Layout-Left-Menu-Link .TreeHeaderContainer.Disabled .Label,.Component-Profile-Layout-Left-Menu-Tree .LinkContainer.Disabled .Label,.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer.Disabled .Label{color:inherit}}.Component-Profile-Layout-Left-Menu-Link_id_add_contract .LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree_id_add_contract .LinkContainer .Icon{background-color:#f2466e;color:#fff}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link_id_add_contract .LinkContainer .Icon,.Component-Profile-Layout-Left-Menu-Tree_id_add_contract .LinkContainer .Icon{background-color:inherit;color:#f2466e}}.Component-Profile-Layout-Left-Menu-Link_id_add_contract .LinkContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree_id_add_contract .LinkContainer .Icon img{filter:brightness(0) invert(1)}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link_id_add_contract .LinkContainer .Icon img,.Component-Profile-Layout-Left-Menu-Tree_id_add_contract .LinkContainer .Icon img{filter:none}}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Link_id_add_contract .LinkContainer .Label,.Component-Profile-Layout-Left-Menu-Tree_id_add_contract .LinkContainer .Label{color:#f2466e}}.Component-Profile-Layout-Left-Menu .Label{transition:opacity .3s}.Component-Profile-Layout-Left-Menu .Submenu{transition:margin-left .3s;display:none}.Component-Profile-Layout-Left-Menu .Submenu.isOpened{display:block}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu .Submenu{position:absolute;bottom:144px;flex-direction:column;left:0;width:100%;box-sizing:border-box;height:calc(100vh - 474px);background-color:#f2f4f9;overflow:auto;justify-content:end}.Component-Profile-Layout-Left-Menu .Submenu.isOpened{display:flex}}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu .Submenu{bottom:66px;height:100dvh;padding-left:23px;padding-right:23px}}.Component-Profile-Layout-Left-Menu_state_open{background-color:rgba(0,0,0,0)}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu_state_open{background-color:#fff}}.Component-Profile-Layout-Left-Menu_state_open .Arrow{opacity:1}.Component-Profile-Layout-Left-Menu_state_open .Label{opacity:1}.Component-Profile-Layout-Left-Menu_state_open .Submenu{margin-left:22px}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu_state_open .Submenu{margin-left:0}}.Component-Profile-Layout-Left-Menu_state_close .Arrow{opacity:0}.Component-Profile-Layout-Left-Menu_state_close .Label{opacity:0}.Component-Profile-Layout-Left-Menu_state_close .Submenu{margin-left:0px}.Component-Profile-Layout-Left-Menu .Arrow{position:relative;transition:opacity .3s;margin-left:10px;width:4px;height:4px;box-sizing:border-box}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu .Arrow{display:none}}.Component-Profile-Layout-Left-Menu .Arrow-Top{top:2px;left:-1px;transform:rotate(-45deg)}.Component-Profile-Layout-Left-Menu .Arrow-Bottom{top:-1px;transform:rotate(135deg)}.Component-Profile-Layout-Left-Menu .Arrow::before{content:"";width:100%;height:100%;border-width:1.3px 1.3px 0 0;border-style:solid;border-color:#1c2a40;display:block}.Component-Profile-Layout-Left-Menu-Copyright{position:fixed;bottom:40px;left:15px;transform-origin:center center;transform:rotate(180deg);writing-mode:vertical-lr;text-orientation:mixed;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;color:#7a8091}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Copyright{display:none}}.Component-Profile-Layout-Left-Menu_isMenuLocked active .Icon{background-color:#c9d5e3 !important}.Component-Profile-Layout-Left-Menu_isMenuLocked svg{color:#7a8090}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu_isMenuLocked{position:fixed}}.Component-Profile-Layout-Left-Menu_isMenuLocked:before{content:"";position:absolute;z-index:5;width:100%;height:100%;background-color:rgba(0,0,0,0);top:0;left:0}.Component-Profile-Layout-Left-Menu_isHelpFourthScreen{z-index:1010 !important}.Component-Profile-Layout-Left-Menu_isHelpFourthScreen:before{content:"";position:absolute;width:100%;height:100%;background:rgba(0,0,0,0)}.Component-Profile-Layout-Left-Menu_isHelpFourthScreen .Label{color:#fdfdfd !important}.Component-Profile-Layout-Left-Menu_isHelpFourthScreen .Arrow:before{border-color:#fdfdfd !important}.Component-Profile-Layout-Left-Menu_isHelpFourthScreen .Submenu{display:none !important}.Component-Profile-Layout-Left-Menu-HelpMessage{display:flex;flex-direction:row;position:absolute;text-align:left;font-family:Flow,sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;color:#afc3d5}.Component-Profile-Layout-Left-Menu-HelpMessage_First{top:70px;left:250px;width:326px}.Component-Profile-Layout-Left-Menu-HelpMessage_First svg{min-width:87px;margin-right:10px}.Component-Profile-Layout-Left-Menu-HelpMessage_Second{align-items:flex-end;top:160px;left:240px;width:313px}.Component-Profile-Layout-Left-Menu-HelpMessage_Second span{position:absolute;top:-5px;right:-45px;width:227px}.Component-Profile-Layout-Left-Menu-HelpMessage_Second svg{min-width:110px;margin-right:10px}.Component-Profile-Layout-Left-Menu-HelpMessage_Third{align-items:flex-end;left:100px;width:480px;top:450px}.Component-Profile-Layout-Left-Menu-HelpMessage_Third svg{min-width:110px;margin-right:10px}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link .LinkContainer .Label{display:block;opacity:1;margin-left:12px;font-family:"Lato",sans-serif;font-size:28px}}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link .LinkContainer .Label{font-family:"Lato",sans-serif;font-size:13px;font-weight:400}}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon{border:1px solid #aec2d4;width:90px;height:90px}.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon img{width:33px}}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon{width:54px;height:54px}.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link .LinkContainer .Icon img{width:16px}}.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link:last-child .LinkContainer{margin-bottom:0}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Tree .Submenu .Component-Profile-Layout-Left-Menu-Link .LinkContainer{margin-bottom:12px}}@media(max-width: 1080px){.Submenu{padding:28px 72px}}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer,.Component-Profile-Layout-Left-Menu>.Component-Profile-Layout-Left-Menu-Link>.LinkContainer{display:flex;flex-direction:column}}@media(max-width: 1080px){.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Label,.Component-Profile-Layout-Left-Menu>.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Label{display:block;font-family:"Lato",sans-serif;font-size:19px;opacity:1;margin-top:13px;font-weight:normal}}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu-Tree .TreeHeaderContainer .Label,.Component-Profile-Layout-Left-Menu>.Component-Profile-Layout-Left-Menu-Link .LinkContainer .Label{font-family:"Lato",sans-serif;font-size:10px;font-weight:400;margin-top:6px;line-height:normal}}@media(max-width: 1080px){.submenu_container{overflow:auto}}.Component-Profile-Layout-Left-Menu-Tree_isOpened{color:#1c2a40}.submenu_title{display:none}@media(max-width: 1080px){.submenu_title{display:block;font-family:"Lato",sans-serif;font-size:52px;font-weight:800;margin-bottom:32px}}@media(max-width: 720px){.submenu_title{font-family:"Lato",sans-serif;font-size:24px;font-weight:700;margin-bottom:14px}}.Component-Profile-Layout-Left-Menu_isMenuLocked .Component-Profile-Layout-Left-Menu-Link_id_add_contract .Icon{background-color:#c9d5e3 !important}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu_isMenuLocked .Component-Profile-Layout-Left-Menu-Link_id_add_contract .Icon{background-color:initial !important}}@media(max-width: 720px){.Component-Profile-Layout-Left-Menu_isMenuLocked .Component-Profile-Layout-Left-Menu-Link_id_add_contract .Label{color:#7a8091 !important}}
.slick-slide{transform:scale(0.81);transition:.3s}.slick-slide.slick-active{transform:scale(1)}.slick-dots li.slick-active button{width:42px}@media(max-width: 720px){.slick-dots li.slick-active button{width:6px}}.slick-dots li.slick-active button:before{width:42px;opacity:1;background-color:#1c2a40}@media(max-width: 720px){.slick-dots li.slick-active button:before{width:6px}}.slick-dots{bottom:-40px}.slick-dots li{height:auto;width:auto;margin:0}.slick-dots li button{margin-left:0;width:12px;height:12px;box-sizing:content-box;position:relative}.slick-dots li button:before{background-color:#aec2d4;transition:.3s;width:12px;height:12px;font-size:0;border-radius:12px;top:50%;left:50%;transform:translate(-50%, -50%)}@media(max-width: 720px){.slick-dots li button:before{width:6px;height:6px}}@media(max-width: 720px){.slick-dots li button{width:6px;height:6px}}@media(max-width: 720px){.slick-dots{bottom:-20px}}
.HelpOverlay_ComponentHelpOverlay__3R-wx{z-index:1001;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:-9999px;width:100%;height:100%;display:none;transition:opacity .5s}.HelpOverlay_ComponentHelpOverlay__3R-wx>div{margin:0px 10px}.HelpOverlay_ComponentHelpOverlay__3R-wx img{height:300px}@media(max-width: 1080px){.HelpOverlay_ComponentHelpOverlay__3R-wx img{height:30vh}}.HelpOverlay_ComponentHelpOverlay__3R-wx h2{margin-top:120px;font-style:normal;font-weight:bold;font-size:45px;line-height:54px;text-align:center;color:#fefefe}@media(max-width: 720px){.HelpOverlay_ComponentHelpOverlay__3R-wx h2{font-size:21px;line-height:25px;margin-top:25px;margin-bottom:15px}}@media(max-width: 450px){.HelpOverlay_ComponentHelpOverlay__3R-wx h2{font-size:16px;line-height:25px;margin-top:25px;margin-bottom:15px}}.HelpOverlay_ComponentHelpOverlay__3R-wx p{margin-top:14px;margin-bottom:84px;font-style:normal;font-weight:normal;font-size:15px;line-height:18px;text-align:justify;color:#fefefe;max-width:630px}@media(max-width: 720px){.HelpOverlay_ComponentHelpOverlay__3R-wx p{text-align:center;font-size:12px;line-height:14px;letter-spacing:-0.02em;max-width:90%;margin:0 auto}}.HelpOverlay_OverlayVisible__3jB1O{display:flex;top:0px}.HelpOverlay_Overlay__YchcY{z-index:101;position:absolute;background-color:#1c2a40;opacity:.8;width:100%;height:100%}.HelpOverlay_VisibleBlock__2Y-fO{z-index:102;height:70vh;display:flex;flex-direction:row;justify-content:center;align-items:center}.HelpOverlay_Content__zTX5F{width:100%;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.HelpOverlay_ScreensContainer__18te2{min-height:600px;display:flex;justify-content:center;flex-direction:column;width:100%;max-width:900px;position:relative;transition:left 400ms}.HelpOverlay_ControlBetweenForms__2M9nj{cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:60px;min-height:60px;background-color:rgba(254,254,254,.3);border-radius:50%;margin:0 120px 0 120px}@media(max-width: 1080px){.HelpOverlay_ControlBetweenForms__2M9nj{display:none}}.HelpOverlay_ControlFormsDisabled__1XLkw{cursor:default}.HelpOverlay_ControlFormsDisabled__1XLkw svg path{transition:fill .3s;fill:rgba(28,42,64,.7)}@media(max-width: 1080px){.HelpOverlay_ControlFormsDisabled__1XLkw svg path{fill:rgba(255,255,255,.2)}}.HelpOverlay_Points__pGSxc{display:flex;flex-direction:row;align-self:center}.HelpOverlay_Point__3fqUT{width:11px;height:11px;background-color:rgba(254,254,254,.3);border-radius:50%;margin:0 5px;transition:background-color 200ms}@media(max-width: 1080px){.HelpOverlay_Point__3fqUT{width:12px;height:12px;margin:0 8px}}@media(max-width: 720px){.HelpOverlay_Point__3fqUT{width:6px;height:6px;margin:0 4px}}.HelpOverlay_actived__3k9hf{background-color:#fefefe}@media(max-width: 1080px){.HelpOverlay_actived__3k9hf{width:42px;border-radius:10px}}@media(max-width: 720px){.HelpOverlay_actived__3k9hf{width:22px}}.HelpOverlay_Button__3UGEa{width:200px}.HelpOverlay_ScreensContainerFirst__W3CSP{left:0}.HelpOverlay_ScreensContainerSecond__1y7qc{left:0}.HelpOverlay_ScreensContainerThird__9t9Ff{left:0}.HelpOverlay_ScreensContainerFourth__1_JLX{left:0}.HelpOverlay_ScreensContainerFifth__2MphT{left:0}.HelpOverlay_ScreensContainerFifth__2MphT button{width:200px;height:50px;margin:0 auto}@media(max-width: 1080px){.HelpOverlay_ScreensContainerFifth__2MphT button{margin-top:30px}}@media(max-width: 720px){.HelpOverlay_ScreensContainerFifth__2MphT button{height:auto}}@media(max-width: 1080px){.HelpOverlay_ComponentHelpOverlayBottomMenu__1cKKF{z-index:1010;top:-145px}}@media(max-width: 720px){.HelpOverlay_ComponentHelpOverlayBottomMenu__1cKKF{top:-65px}}.HelpOverlay_sliderItem__9cgrm{display:flex !important;align-items:center;justify-content:center;flex-direction:column;margin:0 auto;height:50vh}.HelpOverlay_sliderItem__9cgrm img{margin:0 auto}.HelpOverlay_sliderItem__9cgrm button{margin:0 auto;margin-top:30px}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.subnav{display:none;position:fixed;bottom:0;width:200%;height:calc(150*100vw/720);align-items:center;z-index:1000;background-color:#fafbfd;transform:translateX(0);transition:transform .7s}@media screen and (max-width: 720px){.subnav{display:flex}}.subnav.slide{transform:translateX(-50%)}.subnav__button-container{box-sizing:border-box;width:100%;height:85%;padding:1% 72px}.subnav__tags{height:100%;margin:0;padding:0;display:flex;width:100vw;justify-content:space-evenly;flex-shrink:0;flex-grow:0}.subnav__tags .Button{background-color:rgba(0,0,0,0);color:#7a8091;padding:0}.subnav__item{list-style-type:none;color:#7a8091;width:14%;display:flex;justify-content:center;align-items:center}.subnav__item p{font-size:calc(19*100vw/720);margin-top:calc(9*100vw/720);text-align:center;color:#7a8091}.subnav__icon{height:calc(60*100vw/720);width:calc(60*100vw/720);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.subnav__icon img{width:100%;height:100%}.subnavHide{display:none;position:fixed;bottom:0;width:200%;height:calc(150*100vw/720);align-items:center;z-index:1000;background:rgba(0,0,0,0);transform:translateX(-50%);transition:transform .7s}@media screen and (max-width: 720px){.subnavHide{display:flex}}.subnavHide.slideAway{background-color:#fafbfd;transform:translateX(0)}.subnavHide__button-container{box-sizing:border-box;width:100%;height:85%;padding:1% 72px}.subnavHide__tags{height:100%;margin:0;padding:0;display:flex;width:100vw;justify-content:space-evenly;flex-shrink:0;flex-grow:0}.subnavHide__tags .Button{background-color:rgba(0,0,0,0);color:#7a8091;padding:0}.subnavHide__item{list-style-type:none;color:#7a8091;width:14%;display:flex;justify-content:center;align-items:center}.subnavHide__item p{font-size:calc(19*100vw/720);margin-top:calc(9*100vw/720);text-align:center;color:#7a8091}.subnavHide__icon{height:calc(60*100vw/720);width:calc(60*100vw/720);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.subnavHide__icon img{width:100%;height:100%}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.mobile-menu{position:fixed;top:0;bottom:calc(150*100vw/720);width:100%;background-color:#f3f5fa;display:flex;align-items:flex-end;flex-direction:column;justify-content:space-between;z-index:1}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin:calc(70*100vw/720);z-index:1000;width:calc(100% - 19.4444444444vw)}.mobile-menu__header .Button{font-size:calc(24*100vw/720);line-height:calc(29*100vw/720);padding:calc(15*100vw/720) calc(40*100vw/720);border-radius:calc(150*100vw/720)}.mobile-menu__header .Button .icon{height:calc(60*100vw/720);width:calc(60*100vw/720)}.mobile-menu__header .Button .icon img{width:100%;height:100%}.mobile-menu__header .Button_status_default{background-color:rgba(0,0,0,0);padding:0}.mobile-menu__tags{width:calc(100% - 19.4444444444vw);margin:calc(45*100vw/720) calc(70*100vw/720);padding:0}.mobile-menu__item{list-style-type:none;color:#1c2a40;padding-top:calc(30*100vw/720);padding-bottom:calc(35*100vw/720);border-bottom:1px solid #afc3d5}.mobile-menu__item .Button{background-color:rgba(0,0,0,0);color:#1c2a40;padding:0;font-size:calc(44*100vw/720);font-weight:800;line-height:calc(53*100vw/720);align-items:flex-start;border-radius:0;width:100%}.mobile-menu__item .Button .Button-Content{text-align:inherit;flex-direction:row;width:100%;justify-content:space-between}.mobile-menu__item .Button .Button-Content .icon{height:calc(25*100vw/720);width:calc(25*100vw/720)}.mobile-menu__item .Button .Button-Content .icon img{width:100%;height:100%}.mobile-menu__link{font-size:calc(44*100vw/720);font-weight:800;line-height:calc(53*100vw/720)}.mobile-menu__sub-tags{padding:0;overflow:hidden;max-height:0}.mobile-menu__sub-tags_show{max-height:calc(500*100vw/720);transition:max-height .5s ease-out;border-top:1px solid #afc3d5;margin-top:calc(35*100vw/720)}.mobile-menu__icon_show{transform:rotate(45deg);transition:transform .5s}.mobile-menu__sub-item:last-child{margin-bottom:0}.mobile-menu__text{font-size:calc(44*100vw/720);font-weight:800;line-height:calc(53*100vw/720)}.mobile-menu__sub-item{list-style-type:none;color:#7a8091;margin:calc(44*100vw/720) calc(35*100vw/720)}.mobile-menu__sub-item a,.mobile-menu__sub-item p{font-weight:600;font-size:calc(30*100vw/720);line-height:calc(36*100vw/720);color:#7a8091}
.GetForFreeButton_getForFreeButton__1jYkl{display:flex;width:100vw;height:100%;justify-content:center;align-items:center;background:#f76083;font-family:"Lato",sans-serif;font-style:normal;font-weight:800;font-size:48px;line-height:34px;color:#fefefe}@media screen and (max-width: 600px){.GetForFreeButton_getForFreeButton__1jYkl{font-size:38px}}@media screen and (max-width: 450px){.GetForFreeButton_getForFreeButton__1jYkl{font-size:32px}}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.page-support{display:flex;flex-direction:column;justify-content:center;align-items:center;width:940px;min-height:calc(100vh - 73px)}.page-support__headerLimit{display:none}@media(max-width: 1080px){.page-support__headerLimit{width:100%;display:block;margin:25px 0}}@media(max-width: 1080px){.page-support{width:100%;padding:0 30px 30px;box-sizing:border-box;justify-content:flex-start;min-height:calc(100vh - 144px)}}@media(max-width: 720px){.page-support{justify-content:space-between;min-height:calc(100vh - 66px)}}.page-support__title{white-space:nowrap;font-weight:bold;font-size:28px;line-height:34px;text-align:center;color:#1c2a40;margin-bottom:40px}@media(max-width: 1080px){.page-support__title{margin-bottom:0}}.page-support__content{width:100%;display:flex;flex-direction:row;grid-gap:40px;gap:40px;align-items:flex-start}@media(max-width: 1080px){.page-support__content{grid-gap:0;gap:0;flex-direction:column}}.page-support__content__left,.page-support__content__right{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.page-support__link button{height:32px;padding:0 7px;border-radius:6px;font-weight:normal}.page-support__link button span{display:block}@media(max-width: 1080px){.page-support__link button span{display:none}}.page-support__link button>div{flex-direction:row;grid-gap:8px;gap:8px}.page-support__block{display:flex;align-items:center;max-width:450px;flex-wrap:wrap;justify-content:space-between;grid-gap:16px;gap:16px}@media(max-width: 720px){.page-support__block{grid-gap:8px;gap:8px;justify-content:space-between;width:100%}}.page-support__Jivo-Block{background-color:#001528;white-space:nowrap;color:#fdfdfd;padding:6px 18px;border-radius:6px 6px 6px 0;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width: 1080px){.page-support__Jivo-Block{height:60px;box-sizing:border-box}.page-support__Jivo-Block svg{width:91px;height:35px}}@media(max-width: 720px){.page-support__Jivo-Block{height:28px;margin-left:7px}.page-support__Jivo-Block svg{width:43px;height:16px}}.page-support__social-link{border-radius:50px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.page-support__social-link__img{height:32px}.page-support__social-link_square{border-radius:6px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.page-support__social-link_square__img{height:32px}@media(max-width: 1080px){.page-support__social-link_square{width:60px;height:60px;padding:0}.page-support__social-link_square__img{height:30px}}@media(max-width: 720px){.page-support__social-link_square{width:28px;height:28px;margin-left:7px}.page-support__social-link_square__img{height:14px}}.page-support__footer{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:40px;grid-gap:40px;gap:40px}@media(max-width: 1080px){.page-support__footer{grid-gap:21px;gap:21px;flex-direction:column-reverse}}.page-support__footer__description{width:450px;text-align:left;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;letter-spacing:-0.04em;color:#939bb3}@media(max-width: 1080px){.page-support__footer__description{width:100%;font-size:15px}}.page-support__question{position:relative;width:100%;border-bottom:.5px solid #afc3d5;padding:18px 0;overflow:hidden}@media(max-width: 1080px){.page-support__question{padding:35px 0 54px;box-sizing:border-box}}.page-support__question:first-child{border-top:.5px solid #afc3d5}.page-support__question__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media(max-width: 1080px){.page-support__question__header{grid-gap:18px;gap:18px}}.page-support__question__title{font-style:normal;font-weight:normal !important;font-size:16px;line-height:19px;color:#1c2a40}@media(max-width: 1080px){.page-support__question__title{font-size:15px !important;line-height:18px !important}}.page-support__question__close{cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:35px;height:35px;border-radius:50%;transition:transform .3s,background-color .3s}@media(max-width: 1080px){.page-support__question__close svg{height:19px;width:19px}}@media(max-width: 720px){.page-support__question__close{min-width:20px;height:20px}.page-support__question__close svg{height:12px;width:12px}}.page-support__question__close:hover{background-color:rgba(249,146,170,.5)}.page-support__question__close_is-open{transform:rotate(45deg)}.page-support__question__content{position:relative;margin-top:0px;transition:height .5s,margin-top .5s;overflow:hidden}.page-support__question__content_is-open{margin-top:18px}@media(max-width: 720px){.page-support__question__content_is-open{margin-top:12px}}.page-support__question__content__slider{position:relative;bottom:0;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;text-align:justify;letter-spacing:-0.02em;color:#939bb3;white-space:pre-line}@media(max-width: 1080px){.page-support__desktop{display:none}}.page-support-mobile{display:none}@media(max-width: 1080px){.page-support-mobile{display:block}.page-support-mobile__title-mobile{display:flex;flex-direction:column;align-items:center}.page-support-mobile__title-mobile svg{margin-left:20px}.page-support-mobile__title-description{display:flex;font-family:"Lato",sans-serif;font-weight:400;font-size:15px;color:#585f69;padding-bottom:25px}.page-support-mobile__title-container{display:flex;align-items:center;margin-bottom:30px}}@media(max-width: 1080px)and (max-width: 720px){.page-support-mobile__title-container{margin-bottom:16px}}@media(max-width: 1080px){.page-support-mobile__title-container h2{font-family:"Lato",sans-serif;font-size:50px;font-weight:800}}@media(max-width: 1080px)and (max-width: 720px){.page-support-mobile__title-container h2{font-family:"Lato",sans-serif;font-size:24px}}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.container{display:flex;flex-direction:column;align-items:center}.button{background-color:#f82e3a;height:40px;font-size:16px;font-weight:normal;width:328px;margin-top:40px}.component-support{display:flex;grid-gap:40px;gap:40px;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;max-width:1170px}.component-support_title{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;color:#1c2a40}@media(max-width: 720px){.component-support_title{display:none}}.component-support_mobile{display:none}.component-support h2{font-weight:800;font-size:60px;line-height:72px;color:#1c2a40}@media(max-width: 1300px){.component-support h2{font-weight:800;font-size:50px;line-height:60px}}@media(max-width: 720px){.component-support h2{font-weight:800;font-size:24px;line-height:29px}}@media(max-width: 720px){.component-support{min-height:auto;display:none}.component-support_mobile{display:flex;border-top:1px solid #afc3d5;border-bottom:1px solid #afc3d5;padding:0}.component-support_mobile h2{font-weight:800;font-size:24px;line-height:29px}}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.page-support__title-mobile{display:flex;flex-direction:row;margin-bottom:calc(30*100vw/720);justify-content:space-between;align-items:center;padding:calc(36*100vw/720) 24px calc(18*100vw/720)}.page-support__title-mobile h2{margin-right:calc(20*100vw/720);margin-bottom:0}.page-support__title-mobile__icon{width:calc(27*100vw/720);height:calc(19*100vw/720);transition:.3s}.page-support__title-mobile_opened .page-support__title-mobile__icon{transform:rotate(180deg)}.page-support__question__content_mobile{padding-top:calc(30*100vw/720)}.page-support__question__title{font-weight:600;font-size:16px;line-height:19px;color:#1c2a40}@media screen and (max-width: 720px){.page-support__question__title{font-weight:700;font-size:25px;line-height:30px}}@media(max-width: 720px){.page-support__question{padding-top:calc(35*100vw/720);padding-bottom:calc(35*100vw/720);border-top:.5px solid #afc3d5;border-bottom:none}.page-support__question__content__slider{font-size:calc(25*100vw/720);line-height:calc(30*100vw/720)}.page-support__question__content__slider_intro{margin-bottom:calc(50*100vw/720);padding:0 24px 0}}
@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;grid-gap:40px;gap:40px;box-sizing:border-box}@media(max-width: 1400px){.servicesFeedbacks_container__3Nram{grid-gap:80px;gap:80px}}@media(max-width: 720px){.servicesFeedbacks_container__3Nram{grid-gap:20px;gap:20px}}.servicesFeedbacks_commonTitle__3E7ma,.servicesFeedbacks_commonTitleWithMargin__2bNvz{font-family:"Lato",sans-serif;font-size:42px;font-weight:bold;line-height:50px;color:#1c2a40}@media(max-width: 720px){.servicesFeedbacks_commonTitle__3E7ma,.servicesFeedbacks_commonTitleWithMargin__2bNvz{font-family:"Lato",sans-serif;font-size:28px;font-weight:700;line-height:34px}}@media(max-width: 720px){.servicesFeedbacks_commonTitleWithMargin__2bNvz{margin:0 16px 18px}}.servicesFeedbacks_feedBackArrowsBlockDesktop__wQAx2{width:100%;display:flex;box-sizing:border-box;position:relative;align-items:center}@media(max-width: 1400px){.servicesFeedbacks_feedBackArrowsBlockDesktop__wQAx2{align-items:flex-start}}@media(max-width: 720px){.servicesFeedbacks_feedBackArrowsBlockDesktop__wQAx2{display:none}}.servicesFeedbacks_feedBackMobile__2TB0b{display:none}@media(max-width: 720px){.servicesFeedbacks_feedBackMobile__2TB0b{display:block}}.servicesFeedbacks_feedBackItemMobile__3ysgl{width:100%}.servicesFeedbacks_feedBacksBlock__IC-A1{width:100%;display:flex;box-sizing:border-box;overflow-x:scroll;pointer-events:none;scrollbar-width:none;-ms-overflow-style:none}.servicesFeedbacks_feedBacksBlock__IC-A1::-webkit-scrollbar{display:none}.servicesFeedbacks_feedBacksBlockInner__2-MBj{-webkit-user-select:none;user-select:none;display:flex;grid-gap:22px;gap:22px;box-sizing:border-box;pointer-events:auto}.servicesFeedbacks_feedBackItem__3-Hmo,.servicesFeedbacks_feedBackItemMobile__3ysgl{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}.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;color:#939bb3}.servicesFeedbacks_name__3WtkD{font-family:"Lato",sans-serif;font-size:17px;line-height:20px;font-weight:700;color:#1c2a40;margin-bottom:10px}.servicesFeedbacks_description__g7F-j{font-family:"Lato",sans-serif;font-weight:400;font-size:15px;color:#1c2a40}.servicesFeedbacks_fromImg__I0m_0{position:absolute;bottom:20px}.servicesFeedbacks_arrowBlock__2tTey{-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}.servicesFeedbacks_arrowBlockActive__2GP-n{cursor:pointer;background-color:#e4e8f2;transition:.3s}.servicesFeedbacks_arrowBlockActive__2GP-n:hover{background-color:#939bb3}.servicesFeedbacks_arrowBlockNoActive__3PByg{background-color:#939bb3;opacity:.3}.servicesFeedbacks_arrowBlockLeft__2cTim{left:-82px}@media(max-width: 1400px){.servicesFeedbacks_arrowBlockLeft__2cTim{left:0;top:-58px}}.servicesFeedbacks_arrowBlockRight__1M6mO{right:-82px}@media(max-width: 1400px){.servicesFeedbacks_arrowBlockRight__1M6mO{right:0;top:-58px}}.servicesFeedbacks_arrowRight__1_Y6-{transform:rotate(180deg)}
@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;color:#1c2a40}}
.Layout-Main-Content-Block{display:flex;flex-direction:column;align-items:center}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.partnerImage{width:var(--widthDesktop);height:var(--heightDesktop)}@media(max-width: 720px){.partnerImage{width:var(--widthMobile);height:var(--heightMobile)}}.component-footer{background:conic-gradient(from 90deg at 0% 105%, #ffffff, #1c2a40);padding:64px 0 80px 0}@media(max-width: 1300px){.component-footer{padding-top:50px;padding-bottom:70px}}@media(max-width: 720px){.component-footer{padding-top:24px;padding-bottom:34px}}.component-footer .Width-Wrapper{display:flex;flex-direction:column}@media(max-width: 1300px){.component-footer .Width-Wrapper{width:auto;margin:0 74px}}@media(max-width: 720px){.component-footer .Width-Wrapper{margin:0 24px;padding:0}}.component-footer-Jivo-Block{background-color:#54657a;padding:5px 22px;border-radius:10px;margin-left:26px;cursor:pointer;display:inline-block}.component-footer-Chat-text{font-weight:bold;font-size:14px;line-height:17px;color:#fdfdfd;display:inline}@media(max-width: 720px){.component-footer{background:#1c2a40}}.component-footer__layerinfo{margin-top:18px;font-size:14px;line-height:17px;text-align:justify;color:#7e94a7}.component-footer__layerinfo__desktopText{display:block}@media(max-width: 720px){.component-footer__layerinfo__desktopText{display:none}}.component-footer__layerinfo__mobileText{display:none}@media(max-width: 720px){.component-footer__layerinfo__mobileText{margin:15px 0 0;padding:0;font-size:14px;line-height:17px;text-align:justify;color:#7e94a7;display:block}}@media(max-width: 1300px){.component-footer__layerinfo{margin-top:60px;font-weight:400;font-size:21px}}@media(max-width: 720px){.component-footer__layerinfo{order:2;text-align:left;margin:0 0 16px;font-family:"Lato",sans-serif;font-size:13px;font-weight:400;padding-bottom:32px;border-bottom:1px solid #8c9bb4}}@media(max-width: 1300px){.component-footer .copyright{display:none}}.component-footer__header-top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding-bottom:25px;border-bottom:1.1px solid #e3e7f1}@media(max-width: 1300px){.component-footer__header-top{padding-bottom:50px}}@media(max-width: 720px){.component-footer__header-top{padding-bottom:20px}.component-footer__header-top img{width:142px}}.component-footer__header-top__img{height:34px}@media(max-width: 1300px){.component-footer__header-top__item_links-block{display:none}}.component-footer__link{font-weight:normal;font-size:13px;line-height:16px;color:#e3e7f1}.component-footer__link:hover{color:#fefefe}.component-footer__link:not(:last-child){margin-right:53px}.component-footer__mobile-links-block{display:none;line-height:1}.component-footer__mobile-links-block__item{color:#6b798f;display:inline-block}.component-footer__mobile-links-block__item.component-footer__link{margin-right:32px;padding-right:32px;border-right:1px solid #6b798e;font-weight:400;font-size:21px;line-height:25px;color:#7e94a7;text-shadow:0 4px 4px rgba(0,0,0,.25)}@media(max-width: 720px){.component-footer__mobile-links-block__item.component-footer__link{font-size:12px;line-height:12px;margin-right:6px;padding-right:6px}}.component-footer__mobile-links-block__item.component-footer__link:last-child{margin-right:0}@media(max-width: 1300px){.component-footer__mobile-links-block{margin-top:14px;display:flex;flex-wrap:wrap;grid-gap:13px 0;gap:13px 0}}@media(max-width: 1300px){.component-footer__mobile-links-block{grid-gap:6px 0;gap:6px 0}}.component-footer .mobile-copyright{display:none}@media(max-width: 1300px){.component-footer .mobile-copyright{display:block;font-weight:400;font-size:21px;line-height:25px;color:#e4e8f2;margin-top:60px}}@media(max-width: 720px){.component-footer .mobile-copyright{margin-top:28px;font-size:12px;line-height:12px}}.component-footer__header-bottom{margin-top:25px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media(max-width: 1300px){.component-footer__header-bottom{width:100%}}@media(max-width: 720px){.component-footer__header-bottom{margin-top:10px}}.component-footer__header-bottom__title{font-weight:700;font-size:14px;line-height:17px;color:#fdfdfd;margin-right:26px;display:inline-block}@media(max-width: 1300px){.component-footer__header-bottom__title{font-size:24px;line-height:29px;margin:0}}@media(max-width: 720px){.component-footer__header-bottom__title{font-size:11px;line-height:13px}}.component-footer__header-bottom__wrapper{display:flex}@media(max-width: 720px){.component-footer__header-bottom__wrapper{width:100%;align-items:center;justify-content:space-between;margin-top:15px}}.component-footer__header-bottom__item{font-weight:normal;font-size:16px;line-height:19px;color:#e3e7f1;display:flex;align-items:center}@media(max-width: 720px){.component-footer__header-bottom__item{display:none}}@media(max-width: 1300px){.component-footer__header-bottom__item_social-block{width:100%;justify-content:flex-end;align-items:center;grid-gap:50px;gap:50px}}@media(max-width: 720px){.component-footer__header-bottom__item_social-block{display:block;align-items:center;grid-gap:22px;gap:22px}}.component-footer__social-link{margin-left:24px;margin-top:5px;transition:.3s}.component-footer__social-link:hover{filter:brightness(1.2)}@media(max-width: 720px){.component-footer__social-link{margin:0}}.component-footer__social-link__img{height:28px}@media(max-width: 1300px){.component-footer__social-link__img{height:unset;width:34px}}.component-footer__partners-block{margin:44px 0 29px;padding:0 0 91px;border-bottom:1.1px solid #8c9bb4}@media(max-width: 720px){.component-footer__partners-block{border-bottom:1.1px solid #e3e7f1;border-top:1.1px solid #e3e7f1;order:1;padding:25px 0;margin:33px 0 32px}}.component-footer__partners-block__title{width:100%;font-weight:400;font-size:13px;line-height:16px;text-align:center;color:#7e94a7;display:inline-block}@media(max-width: 1300px){.component-footer__partners-block__title{font-size:21px;line-height:25px;text-align:left;color:#e4e8f2}}@media(max-width: 720px){.component-footer__partners-block__title{text-align:left;color:#e4e8f2;font-size:12px;line-height:12px}}.component-footer__partners-block__content{margin-top:42px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;grid-gap:20px 0;gap:20px 0}@media(max-width: 1300px){.component-footer__partners-block__content{margin-top:24px;display:grid;grid-template-columns:-webkit-min-content auto -webkit-min-content;grid-template-columns:min-content auto min-content}}@media(max-width: 720px){.component-footer__partners-block__content{margin-top:13px}}@media(max-width: 1300px){.component-footer__partners-block__partner-link:nth-of-type(2) img{margin:0 auto}.component-footer__partners-block__partner-link:last-of-type img{margin-left:auto}}@media(max-width: 720px){.component-footer__partners-block__partner-link:nth-of-type(1) img{width:77px}.component-footer__partners-block__partner-link:nth-of-type(2) img{width:30px}.component-footer__partners-block__partner-link:nth-of-type(3) img{width:84px}.component-footer__partners-block__partner-link:nth-of-type(4) img{width:47px}.component-footer__partners-block__partner-link:nth-of-type(5) img{width:80px}.component-footer__partners-block__partner-link:nth-of-type(6) img{width:62px}}.component-footer__partners-block__partner-link__img{display:none}.component-footer__partners-block__partner-link__img_visible{display:block}.component-footer__defend-rights{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px;gap:30px;margin-bottom:40px}@media(max-width: 720px){.component-footer__defend-rights{order:3;display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding-bottom:32px;border-bottom:1px solid #8c9bb4;margin-bottom:32px}}.component-footer__defend-rights__two-items{display:flex;flex-direction:column;grid-gap:24px;gap:24px}@media(max-width: 720px){.component-footer__defend-rights__two-items{grid-gap:8px;gap:8px}}.component-footer__defend-rights__item{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.component-footer__defend-rights__title{color:#e3e7f1;font-family:"Lato",sans-serif;font-size:13px;font-weight:400}@media(max-width: 720px){.component-footer__defend-rights__title{margin-top:16px}}.component-footer__defend-rights__description{color:#8c9bb4;font-family:"Lato",sans-serif;font-size:13px;font-weight:400}.component-footer__defend-rights__margin{margin-top:40px}@media(max-width: 720px){.component-footer__defend-rights__margin{margin-top:0}}.component-footer__defend-rights__description_hover{cursor:pointer;color:#8c9bb4;font-family:"Lato",sans-serif;font-size:13px;font-weight:400}@media(max-width: 720px){.component-footer__defend-rights__description_hover{text-decoration:underline}}.component-footer__defend-rights__description_hover:hover{text-decoration:underline;color:#9eafbe}@media(max-width: 720px){.component-footer__defend-rights__description_hover:hover{color:#8c9bb4}}.component-footer__bottomText{color:#8c9bb4;font-family:"Lato",sans-serif;font-size:13px;font-weight:400;text-align:justify}@media(max-width: 720px){.component-footer__bottomText{order:4}}.component-footer__feed-image{opacity:0;width:100%;height:100%;top:-100%;position:absolute}.Jivo-Block{font-family:"Lato",sans-serif;font-weight:700;font-size:13px;line-height:17px;color:#fdfdfd;height:38px;width:92px;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#55677a;border-radius:7px 7px 7px 0;transition:.3s}.Jivo-Block:hover{background:#7e94a7}.Chat-text{display:inline-block}
@media screen and (max-width: 1230px){.Description{transform:initial !important;left:0 !important}}.component-header{position:fixed;width:100%;height:70px;background-color:#f2f4f9;z-index:1000;border-bottom:1px solid #e3e7f1}@media screen and (max-width: 720px){.component-header{position:unset;height:calc(70*100vw/720);padding-top:15px;padding-bottom:15px}}.component-header .Content-Block{display:flex;justify-content:space-between;align-items:center;height:100%;padding-left:15px;padding-right:15px}.component-header .Content-Block .logo{display:flex}.component-header .Content-Block .logo__main{height:40px}@media screen and (max-width: 720px){.component-header .Content-Block .logo__main{height:calc(60*100vw/720);width:auto}}.component-header .Content-Block .logo__text{height:26px;padding:7px 15px}@media screen and (max-width: 991px){.component-header .Content-Block .logo__text{display:none}}@media screen and (max-width: 720px){.component-header .Content-Block .logo__text{display:block;height:calc(39*100vw/720);padding:calc(10.5*100vw/720) calc(15*100vw/720)}}.component-header .Content-Block .icon{display:flex}.component-header .Content-Block .auth-icons{display:flex;flex-direction:row;align-items:center}.component-header .Content-Block .profile-block{display:flex;flex-direction:row;align-items:center;padding-right:8.5px;border-right:1px solid #1c2a40}.component-header .Content-Block .profile-block .Icon{display:flex;justify-content:center;align-items:center}.component-header .Content-Block .profile-block .Icon img{width:31.4px}@media(max-width: 450px){.component-header .Content-Block .logout-block{margin-left:0}}.component-header .Content-Block .logout-block .icon{display:flex;justify-content:center;align-items:center;width:31.4px;height:31.4px;padding-right:1px;background-color:#272f3c;border-radius:50%;margin-right:8px}.component-header .Content-Block .logout-block .icon img{width:16px}.component-header .Content-Block .Button .icon{display:none}@media screen and (max-width: 720px){.component-header .Content-Block .Button{padding:0;background-color:rgba(0,0,0,0)}.component-header .Content-Block .Button .text{display:none}.component-header .Content-Block .Button .icon{display:flex}.component-header .Content-Block .Button .icon svg{width:calc(60*100vw/720);height:calc(60*100vw/720)}}@media(max-width: 1080px){.component-header .Content-Block .Button_status_actived svg path{fill:#f76083}}@media screen and (max-width: 400px){.text{font-size:10px !important;display:none}}.Component-Header-Reg{border-bottom:1px solid #e4e8f2}.Component-Header-Reg .Auth-Icons{display:flex;align-items:center}.Component-Header-Reg .Width-Wrapper{height:70px;width:100%;padding:0 35px;max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.Component-Header-Reg img{width:259px;height:40px}@media(max-width: 1080px){.Component-Header-Reg{display:none}}.Component-Header-Reg button{background-color:#9db7cb}.Component-Header-Reg .Logout-Block{width:120px;height:32px;background:#939bb3;border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;line-height:17px;color:#fdfdfd}.Component-Header-Reg .Exit-Button{width:120px;height:32px;background:#1c2a40;border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;line-height:17px;color:#fdfdfd;margin-left:20px}.buttons-block{display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#ebeef5}.buttons-container{display:flex}.Content-Top .logout-block{background-color:#272f3c}.auth-icons-openModal .logout-block{background-color:#272f3c}.buttons-block .logout-block{background-color:#272f3c}.logout-block{display:flex;align-items:center;justify-content:center;border-radius:16px;padding:7px 15px}.logout-block .text-button{font-weight:600;font-size:14px;line-height:17px;color:#fdfdfd}.logout-block__top{background-color:rgba(0,0,0,0);padding:0}.Back-to-reg{font-weight:600;background:#939bb3;border-radius:16px;padding:7px 15px;font-size:14px;line-height:17px;color:#fdfdfd;cursor:pointer;margin-right:8px}.close-bottom-block{position:relative;width:15px;height:15px;display:flex;align-items:center;justify-content:center}.close-bottom-block:before{content:"";position:absolute;background:#272f3c;width:15px;height:1px;transform:rotate(45deg)}.close-bottom-block:after{content:"";position:absolute;background:#272f3c;width:15px;height:1px;transform:rotate(-45deg)}
.MobileWrapper_mobileWrapper__12wEj{transition:all .3s}
.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)}}
.Header_headerWrapper__2pTih{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width: 1080px){.Header_headerWrapper__2pTih{width:300px}}@media(max-width: 720px){.Header_headerWrapper__2pTih{width:150px}}.Header_LoginHeaderBlock__252Jg{display:flex;align-items:center;justify-content:space-between;width:290px;margin-bottom:56px}@media(max-width: 1080px){.Header_LoginHeaderBlock__252Jg{margin-bottom:36px;width:90%}}.Header_LoginHeaderBlock__252Jg .Header_headerLogo__2EvWl{height:65px}.Header_LoginHeaderBlock__252Jg a,.Header_LoginHeaderBlock__252Jg img{height:100%}@media(max-width: 1080px){.Header_LoginHeaderBlock__252Jg a,.Header_LoginHeaderBlock__252Jg img{width:150px;height:33px}}@media(max-width: 720px){.Header_LoginHeaderBlock__252Jg a,.Header_LoginHeaderBlock__252Jg img{width:150px;height:33px}}.Header_LoginHeaderBlock__252Jg h1{font-weight:800;font-size:52px;line-height:62px;color:#fefefe;position:relative}@media(max-width: 1080px){.Header_LoginHeaderBlock__252Jg h1{font-size:61px}}@media(max-width: 720px){.Header_LoginHeaderBlock__252Jg h1{font-size:30px;line-height:36px}}.Header_closeButton__29LLA{display:none}@media(max-width: 1080px){.Header_closeButton__29LLA{display:block;width:20px;height:20px;position:relative;cursor:pointer;margin-top:15px}.Header_closeButton__29LLA:before{content:"";position:absolute;width:20px;height:1px;background-color:#fff;transform:rotate(45deg);top:0;left:0}.Header_closeButton__29LLA:after{content:"";position:absolute;width:20px;height:1px;background-color:#fff;transform:rotate(-45deg);top:0;left:0}}
.Footer_FooterBlock__3EDKZ,.Footer_FooterBlockBg__1g03r,.Footer_FooterBlockDefault__1IrBo{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding-top:10px;width:100%;margin-top:40px;box-sizing:border-box}.Footer_FooterBlock__3EDKZ a,.Footer_FooterBlock__3EDKZ img,.Footer_FooterBlockBg__1g03r a,.Footer_FooterBlockBg__1g03r img,.Footer_FooterBlockDefault__1IrBo a,.Footer_FooterBlockDefault__1IrBo img{height:100%}.Footer_LeftSection__3VILx,.Footer_RightSection__2FjHX{display:flex;align-items:center;height:100%}.Footer_LeftSection__3VILx a,.Footer_LeftSection__3VILx span,.Footer_RightSection__2FjHX a,.Footer_RightSection__2FjHX span{font-style:normal;font-weight:normal;font-size:14px;line-height:17px;color:#fefefe}.Footer_ChatText__3YLTb{font-weight:bold;font-size:14px;line-height:17px;color:#fdfdfd}@media(max-width: 1080px){.Footer_ChatText__3YLTb{font-size:28px}}@media(max-width: 720px){.Footer_ChatText__3YLTb{font-size:14px;text-align:center;white-space:nowrap}}@media(max-width: 1080px){.Footer_RightSection__2FjHX{width:100%;justify-content:space-between}}@media(max-width: 720px){.Footer_RightSection__2FjHX{display:block}}.Footer_RightSection__2FjHX a{margin-right:10px}.Footer_RightSection__2FjHX a:last-of-type{margin-right:0px}@media(max-width: 1080px){.Footer_LeftSection__3VILx{display:none}}.Footer_LeftSection__3VILx a{margin-right:43px}.Footer_LeftSection__3VILx a:last-of-type{margin-right:0px}.Footer_DivLine__vs5Cl{margin-left:36px;margin-right:42px}@media(max-width: 1080px){.Footer_DivLine__vs5Cl{display:none}}.Footer_JivoBlock__3xfin{font-family:"Lato";font-style:normal;font-weight:700;font-size:14px;line-height:17px;color:#fdfdfd;height:38px;width:140px;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#55677a;border-radius:10px 10px 0 0;margin-left:25px;margin-right:15px;transition:.3s}.Footer_JivoBlock__3xfin:hover{background:#7e94a7}@media(max-width: 720px){.Footer_JivoBlock__3xfin{border-radius:10px 10px 10px 0;margin-left:0;margin-right:10px}}.Footer_FooterBlockBg__1g03r{background:#1c2a40}.Footer_InnerFooter__2Y09S{width:100%;max-width:1170px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding-left:30px;padding-right:30px;box-sizing:border-box}@media(max-width: 1080px){.Footer_InnerFooter__2Y09S{margin-bottom:69px}}@media(max-width: 720px){.Footer_InnerFooter__2Y09S{margin-bottom:32px;padding-left:10px;padding-right:10px}}.Footer_wrapper__1m2CD{display:flex}@media(max-width: 720px){.Footer_wrapper__1m2CD{width:100%;align-items:center;justify-content:space-between;margin-top:15px}}
.Mailing_MailingPage__aMHel{display:flex;flex-direction:column;background:conic-gradient(from 90deg at 0% 105%, #ffffff, #1c2a40);min-height:100vh}@media(max-width: 1080px){.Mailing_MailingPage__aMHel{padding:0;background:#1c2a40}}@media(max-width: 720px){.Mailing_MailingPage__aMHel{min-height:100dvh}}.Mailing_Content__YN05E{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 0 auto}@media(max-width: 720px){.Mailing_Content__YN05E{width:100%}}.Mailing_InfoBlock__20gxu{display:flex;flex-direction:column;width:95%}@media(max-width: 1080px){.Mailing_InfoBlock__20gxu{width:90%}}.Mailing_Title__LJpAJ{font-size:32px;font-weight:600}.Mailing_Text__10d6r{font-size:14px;font-weight:400;margin-top:16px;margin-bottom:24px}@media(max-width: 1080px){.Mailing_Text__10d6r{margin-top:10px;margin-bottom:16px}}@media(max-width: 720px){.Mailing_Text__10d6r{margin-top:10px;margin-bottom:16px}}.Mailing_Padding__2pwO1{display:flex;flex-direction:column;align-items:center;padding:30px 30px 19px 30px;box-sizing:border-box;background:#f3f5fa;border-radius:10px;width:450px}@media(max-width: 1080px){.Mailing_Padding__2pwO1{align-items:center;justify-content:center}}@media(max-width: 720px){.Mailing_Padding__2pwO1{padding:30px 30px 19px 30px;width:100%}}.Mailing_Padding__2pwO1 button{width:100%;border-radius:6px}.Mailing_Padding__2pwO1>div{width:100%}.Mailing_AuthFooter__1avTK{display:flex;justify-content:space-between;align-items:center;width:105%}@media(max-width: 1080px){.Mailing_AuthFooter__1avTK{width:100%}}.Mailing_AuthFooter__1avTK span{font-size:14px;line-height:17px;color:#fefefe}@media(max-width: 1080px){.Mailing_AuthFooter__1avTK span{font-size:24px}}@media(max-width: 720px){.Mailing_AuthFooter__1avTK span{font-size:14px}}.Mailing_AuthFooter__1avTK button{font-weight:400;margin-right:8px}@media(max-width: 1080px){.Mailing_AuthFooter__1avTK button{height:54px;font-size:24px}}@media(max-width: 720px){.Mailing_AuthFooter__1avTK button{height:32px;font-size:14px}}.Mailing_DivLine__2jXzh{width:1px;background-color:#fff;height:100%}@media(max-width: 1080px){.Mailing_DivLine__2jXzh{display:none}}.Mailing_AuthBlock__2EGgu{overflow:hidden}.Mailing_AuthBlock__2EGgu .Mailing_AuthForm__1_vJk{overflow:hidden;transition:max-height 500ms,margin-bottom 500ms;margin-bottom:42px}@media(max-width: 720px){.Mailing_AuthBlock__2EGgu .Mailing_AuthForm__1_vJk{margin-bottom:36px}}.Mailing_AuthBlock__2EGgu .Mailing_InputWrapper__b-Yl_{width:100%}
.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}
@media screen and (max-width: 1230px){.OrganizationIssues_Description__83yck{transform:initial !important;left:0 !important}}.OrganizationIssues_container__2kBa3{overflow-wrap:break-word;display:flex;flex-direction:column;max-width:1170px;padding:140px 0 70px;width:calc(100% - 30px);grid-gap:24px;gap:24px}@media(max-width: 720px){.OrganizationIssues_container__2kBa3{padding:70px calc(72*100vw/720);box-sizing:border-box;width:100%}}.OrganizationIssues_text__2CtdR{font-family:"Lato",sans-serif;font-size:24px;color:#1c2a40}@media(max-width: 720px){.OrganizationIssues_text__2CtdR{font-family:"Lato",sans-serif;font-size:18px}}.OrganizationIssues_withHover__29HN_{color:#8c9bb4;text-decoration:underline}
body {
  margin: 0;
}


/*# sourceMappingURL=main.2a1994e4.chunk.css.map*/