/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  /* Legacy iOS */
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  /* Legacy iOS */
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/AMontserrat-Mediumsvg#Montserrat-Medium") format("svg");
  /* Legacy iOS */
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  /* Legacy iOS */
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

input, input:focus, button, button:focus {
  outline: none;
}

div, p, form, input, a, span, button, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

a, a:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

svg {
  fill: currentColor;
}

label {
  margin: 0;
}

button {
  border: none;
}

.slick-slide:active, .slick-slide:hover, .slick-slide:focus {
  outline: 0;
}

body {
  font-family: 'Montserrat';
  font-weight: 300;
  padding-top: 15px;
}

body.is-credit .cookies {
  background: #3219E1;
}

img {
  display: block;
}

.cookies {
  color: #fff;
  background: #FC4C02;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  font-size: 14px;
  z-index: 1;
  border-bottom: 0;
}

.cookies.hidden {
  opacity: 0;
  visibility: hidden;
}

.cookies a {
  text-decoration: underline;
  margin-left: 5px;
}

.container {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

.logo {
  display: block;
  font-size: 24px;
  font-weight: 900;
}

.btn {
  background: #FC4C02;
  border-radius: 22px;
  padding: 18px 30px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.btn:hover {
  color: #fff;
}

.btn_blue {
  background: #3219E1;
}

.title {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 40px;
}

.header__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.header__panel-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.header__panel-data img {
  display: block;
  margin-left: 8px;
}

.header__content {
  background: -o-linear-gradient(347.77deg, #CFEFF1 0%, #EAF5F5 100%);
  background: linear-gradient(102.23deg, #CFEFF1 0%, #EAF5F5 100%);
  border-radius: 60px 0px;
  padding: 40px 60px;
  position: relative;
}

.header__content h1 {
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
  font-size: 48px;
  line-height: 1.1em;
}

.header__content h1 span {
  color: #009CA6;
}

.header__content h1 i {
  color: #FC4C02;
  font-style: normal;
}

.header__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.header__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin: 20px;
  width: calc(50% - 40px);
}

.header__content ul li img {
  margin-right: 15px;
}

.header__content ul li svg {
  margin-right: 15px;
}

.header__content ul li span {
  font-size: 16px;
  line-height: 20px;
  line-height: 1.2em;
}

.header__content-men {
  margin-top: 15px;
  width: 367px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.header__content-secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-size: 16px;
}

.header__content-secure img {
  margin-right: 8px;
}

.header__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__content-data {
  max-width: 725px;
  position: relative;
  z-index: 1;
}

.header__content-data > span {
  margin-bottom: 65px;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
}

.header__content-data .btn {
  max-width: 300px;
  width: 100%;
}

.header__buttons a:not(:last-child) {
  margin-bottom: 20px;
}

.section-advantage {
  padding-top: 60px;
  overflow: hidden;
}

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.advantage__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E0E0E0));
  background: -o-linear-gradient(top, #F5F5F5 0%, #E0E0E0 100%);
  background: linear-gradient(180deg, #F5F5F5 0%, #E0E0E0 100%);
  border-radius: 30px;
  padding: 15px;
  padding-bottom: 25px;
  margin: 10px;
  width: calc(25% - 20px);
}

.advantage__item-icon {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.advantage__item-icon img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.advantage__item h3 {
  font-size: 27px;
  line-height: 30px;
}

.advantage__item p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
}

.section-cards {
  padding: 60px 0;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__item {
  padding: 40px;
  border-radius: 30px;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards__item:not(:last-child) {
  margin-right: 40px;
}

.cards__item_orange {
  background: -o-linear-gradient(283.52deg, rgba(252, 76, 2, 0.2) 9.69%, rgba(201, 167, 153, 0.2) 90.31%);
  background: linear-gradient(166.48deg, rgba(252, 76, 2, 0.2) 9.69%, rgba(201, 167, 153, 0.2) 90.31%);
}

.cards__item_orange .cards__item-title span {
  color: #FC4C02;
}

.cards__item_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 156, 166, 0.2)), to(rgba(153, 198, 201, 0.2)));
  background: -o-linear-gradient(top, rgba(0, 156, 166, 0.2) 0%, rgba(153, 198, 201, 0.2) 100%);
  background: linear-gradient(180deg, rgba(0, 156, 166, 0.2) 0%, rgba(153, 198, 201, 0.2) 100%);
}

.cards__item_blue .btn {
  background: #009CA6;
}

.cards__item-img {
  margin-bottom: 30px;
}

.cards__item-title {
  margin-bottom: 25px;
}

.cards__item-title h3 {
  font-size: 32px;
  line-height: 36px;
}

.cards__item-title span {
  color: #009CA6;
}

.cards__item-title i {
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
  display: block;
  font-size: 20px;
  line-height: 22px;
}

.cards__item-desc {
  margin-bottom: 25px;
}

.cards__item-desc ul li {
  position: relative;
  padding-left: 6px;
  font-size: 16px;
  line-height: 18px;
}

.cards__item-desc ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background: #000;
  border-radius: 50%;
}

.cards__item .btn {
  width: 100%;
  margin-top: auto;
  max-width: 300px;
}

.remodal-wrapper {
  background: #fff;
}

.remodal.quiz {
  padding: 0;
  margin-bottom: 5px;
}

.remodal-wrapper {
  padding: 0 5px;
  padding-top: 5px;
}

.remodal-close {
  left: unset;
  right: 0;
}

.remodal__info {
  font-weight: 400;
}

.remodal__info p {
  text-align: justify;
}

.btn-disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none !important;
  opacity: 0.7;
}

input[type="radio"] {
  display: none;
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.agree a {
  border-bottom: 1px solid #000;
}

.agree input {
  display: none;
}

.agree input:checked + .checkmark:after {
  visibility: visible;
}

.agree .checkmark {
  width: 14px;
  height: 14px;
  background: #356EFF;
  border-radius: 2px;
  display: block;
  margin-right: 5px;
  position: relative;
}

.agree .checkmark:after {
  content: '';
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 8px;
  background: url("../img/icons/agree-check.png") no-repeat center top/cover;
}

.quiz-form {
  max-width: 400px;
  padding: 40px 25px;
  margin: 0 auto;
}

.quiz-form__step {
  display: none;
}

.quiz-form__step_active {
  display: block;
}

.quiz-form__step .head {
  margin-bottom: 20px;
}

.quiz-form__step .head span {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

.quiz-form__step .head h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.quiz-form__step .head h4 i {
  font-style: normal;
  color: #356EFF;
}

.quiz-form__step .content {
  overflow: hidden;
}

.quiz-form__step .content-check-wrapper {
  margin: -10px 0;
}

.quiz-form__step .content-check label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  background: #EEF4F6;
  margin: 10px 0;
  height: 70px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.quiz-form__step .content-check input[type="radio"]:checked + label {
  background: #4992FF;
  color: #fff;
}

.quiz-form__step .content-input {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

.quiz-form__step .content-input input {
  width: 100%;
  background: #EEF4F6;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.quiz-form__step .content-input input.error {
  border-color: red;
}

.quiz-form__step .content-input input::-webkit-input-placeholder {
  color: #000;
}

.quiz-form__step .content-input input::-moz-placeholder {
  color: #000;
}

.quiz-form__step .content-input input:-ms-input-placeholder {
  color: #000;
}

.quiz-form__step .content-input input::-ms-input-placeholder {
  color: #000;
}

.quiz-form__step .content-input input::placeholder {
  color: #000;
}

.quiz-form__step .content > span {
  margin-top: 20px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}

.quiz-form__step .content .secure {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  margin-top: 30px;
}

.quiz-form__step .content .secure img {
  display: block;
  margin-right: 5px;
}

.quiz-form__step .agree {
  margin-top: 20px;
}

.quiz-form__step .btns {
  margin-top: 40px;
}

.quiz-form__step .btns a {
  display: block;
  font-weight: 500;
}

.quiz-form__step .btns a.next {
  max-width: 220px;
  width: 100%;
  height: 56px;
  background: #356EFF;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 0 auto;
}

.quiz-form__step .btns a.prev {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #356EFF;
  margin-top: 40px;
}

.quiz-form__step_last .btns {
  margin-top: 30px;
}

.section-get-amount {
  padding-top: 60px;
}

.get-amount__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 36px;
}

.get-amount__item {
  width: 100%;
}

.get-amount__item:not(:last-child) {
  position: relative;
}

.get-amount__item:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999999;
  z-index: -1;
}

.get-amount__numb {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  background: #161616;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.get-amount__info {
  padding-right: 35px;
}

.get-amount__info span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 21px 0 15px;
}

.get-amount__btn {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  background: #3219E1;
}

.footer {
  padding: 60px 0 20px;
}

.footer__text {
  font-size: 14px;
  color: #707070;
}

.footer__text a {
  border-bottom: 1px solid #707070;
}

.is-home .header__content {
  position: relative;
  padding: 90px 40px;
}

.is-home .header__content-men {
  position: absolute;
  width: 672px;
  bottom: 0;
  right: 0;
}

.is-home .header__content-data {
  position: relative;
  z-index: 1;
}

.is-home .header__content-data > span {
  margin-bottom: 40px;
}

.is-home .header__content h1 {
  margin-bottom: 40px;
}

.is-credit .header__content {
  position: relative;
  padding: 60px 40px 10px;
}

.is-credit .header__content-men {
  position: absolute;
  width: 540px;
  bottom: 0;
  right: 0;
}

.is-credit .header__content-data {
  position: relative;
  z-index: 1;
}

.is-credit .header__content h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.is-credit .header__content-data {
  max-width: 610px;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .header__content-data {
    width: 100%;
    max-width: 50%;
  }
  .header__content-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__content h1 {
    font-size: 30px;
  }
  .header__content-data > span {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .header__content-data > span br {
    display: none;
  }
  .header__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-bottom: 50px;
  }
  .header__content ul li {
    width: 100%;
    margin: 0;
  }
  .header__content ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__content ul li span {
    font-size: 13px;
    line-height: 16px;
  }
  .advantage__item {
    width: calc(50% - 20px);
  }
  .is-home .header__content-men {
    width: 570px;
  }
  .is-home .header__content h1 {
    font-size: 38px;
  }
  .is-home .header__content-data > span br {
    display: block;
  }
  .is-home .header__content-data {
    max-width: 60%;
  }
  .is-credit .header__content-data > span br {
    display: block;
  }
  .is-credit .header__content-data > span {
    font-size: 19px;
    margin-bottom: 60px;
  }
  .is-credit .header__content h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header__panel {
    margin-bottom: 10px;
  }
  .header__panel-data {
    font-size: 10px;
  }
  .header__content {
    padding: 0;
    padding-bottom: 10px;
  }
  .header__content h1 {
    font-size: 38px;
  }
  .header__content-data > span {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .header__content-data > span br {
    display: none;
  }
  .header__content-secure {
    font-size: 12px;
  }
  .header__content-men {
    width: 283px;
    height: auto;
    max-width: 100%;
  }
  .title {
    font-size: 20px;
    line-height: 22px;
  }
  .advantage {
    margin: 0;
  }
  .advantage__item {
    width: 100%;
    margin: 0;
  }
  .advantage__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .advantage__item h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .advantage__item p {
    font-size: 14px;
    line-height: 16px;
  }
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cards__item {
    width: 100%;
  }
  .cards__item:not(:last-child) {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .cards__item-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .cards__item-title i {
    font-size: 16px;
    line-height: 18px;
  }
  .cards__item-img {
    margin-bottom: 20px;
  }
  .cards__item {
    padding: 15px;
  }
  .header__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__content-data {
    max-width: 100%;
  }
  .get-amount__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .get-amount__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .get-amount__item:not(:last-child)::before {
    width: 1px;
    height: 100%;
    left: 14px;
  }
  .get-amount__info span {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .get-amount__numb {
    font-size: 14px;
    width: 28px;
    height: 28px;
    margin-right: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .get-amount__info {
    padding: 6px 0 32px 0;
  }
  .get-amount__btn {
    margin-left: 0;
  }
  .get-amount__btn {
    margin-bottom: 0;
  }
  .is-home .header__content-men {
    position: relative;
    width: 100%;
  }
  .is-home .header__content {
    padding-bottom: 0;
    padding: 0;
  }
  .header__content-data {
    padding: 60px 40px 0;
  }
  .is-home .header__content h1 {
    font-size: 38px;
  }
  .is-home .header__content-data {
    max-width: 100%;
  }
  .is-home .header__content-data > span {
    font-size: 20px;
    line-height: 1.2em;
  }
  .is-credit .header__content-men {
    width: 440px;
  }
  .is-credit .header__content-data {
    max-width: 100%;
    padding: 60px 40px 40px;
  }
  .is-credit .header__content {
    padding: 0;
  }
  .is-credit .header__content-secure {
    position: absolute;
    bottom: -25px;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .header__content-men {
    width: 253px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .is-home .header__content-data .btn {
    max-width: 240px;
  }
  .is-home .header__content h1 {
    font-size: 20px;
    max-width: 260px;
    margin-bottom: 12px;
  }
  .is-home .header__content-data > span {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .is-credit .header__content h1 {
    font-size: 21px;
  }
  .is-credit .header__content-data > span {
    font-size: 13px;
  }
  .is-credit .header__content-men {
    position: relative;
    width: 100%;
  }
  .is-credit .header__content-data {
    padding-bottom: 0;
  }
  .header__content h1 {
    font-size: 20px;
  }
  .header__content-data > span {
    font-size: 13px;
    max-width: 260px;
  }
  .header__content-men {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .is-home .header__content-data {
    padding: 20px 16px 0;
  }
  .logo {
    font-size: 16px;
  }
  .header__content {
    border-radius: 30px 0 30px 0;
  }
  .is-credit .header__content-data {
    padding: 0;
  }
  .is-credit .header__content-data {
    padding: 20px 16px;
  }
  .is-credit .header__content-data > span br {
    display: none;
  }
  .is-credit .header__content-data > span {
    margin-bottom: 32px;
  }
  .is-credit .header__content ul {
    margin-bottom: 30px;
  }
  .header__content-data {
    padding: 20px 16px 0;
  }
}
