@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700);/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none !important;
  text-decoration: none;
  box-sizing: border-box;
  max-height: 999999px;
}

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

html {
  height: 100%;
}

html,
body {
  position: relative;
}

body {
  min-height: 100%;
  min-width: 300px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  height: auto !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-width: 300px;
  overflow: hidden;
}

.content {
  flex: 1 0 auto;
  background: #F7FAFE;
}

@media (max-width: 767px) {
  .content {
    padding-top: 70px;
  }
}

.content.white {
  background: #fff;
}

@media (max-width: 767px) {
  .content.home {
    padding-top: 10px;
  }
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

input:-moz-placeholder {
  color: #000000;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.monthly-payment__row {
  display: flex;
  flex-wrap: wrap;
}

.monthly-payment__form {
  width: 70%;
  padding-right: 32px;
  border-right: 1px #dadce0 solid;
}

@media (max-width: 767px) {
  .monthly-payment__form {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}

.monthly-payment__result {
  width: 30%;
  padding-left: 32px;
  padding-top: 74px;
}

@media (max-width: 767px) {
  .monthly-payment__result {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
  }
}

.calculator {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .calculator {
    margin-top: 20px;
  }
}

.calculator iframe {
  height: 2250px;
}

@media (max-width: 767px) {
  .calculator iframe {
    height: 2400px;
  }
}

.question-box .question-box__calculate_payment .desc-ttl {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .question-box .question-box__calculate_payment {
    display: none;
  }
}

.question-box .question-box__calculate_payment_mobile {
  display: none;
}

@media (max-width: 767px) {
  .question-box .question-box__calculate_payment_mobile {
    display: block;
  }
}

.question-box .next-steps .desc-ttl {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .question-box .next-steps .ttl {
    margin-bottom: 0;
  }
}

.question-box--calculator .mobile-ttl {
  display: none;
}

@media (max-width: 767px) {
  .question-box--calculator .mobile-ttl {
    display: block;
  }
}

@media (max-width: 767px) {
  .question-box--calculator .main-ttl {
    display: none;
  }
}

.question-box__calculate_payment {
  margin-top: 20px;
}

.next-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.next-steps .promo__action {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .next-steps .promo__action {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .next-steps .promo__action .promo__btn {
    width: 50%;
  }
}

.tabs__header {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .tabs__header {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.tabs__list {
  background-color: #f9f9f9;
  border: 1px solid #dfe1e5;
  border-radius: 8px;
  display: inline-flex;
}

@media (max-width: 767px) {
  .tabs__list {
    width: 100%;
    background: transparent;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

.tabs__item {
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  .tabs__item {
    text-align: center;
  }
}

.tabs__item::after {
  position: absolute;
  width: 1px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #dfe1e5;
  content: "";
}

@media (max-width: 767px) {
  .tabs__item::after {
    display: none;
  }
}

.tabs__item:last-child::after {
  display: none;
}

.tabs__link {
  background: transparent;
  border: none;
  height: 36px;
  padding: 0 27px;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 767px) {
  .tabs__link {
    padding: 0;
    height: 50px;
    text-transform: uppercase;
  }
}

.tabs__link--active::after {
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: -1px;
  height: 2px;
  background: #3172e0;
  content: "";
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

@media (max-width: 767px) {
  .tabs__link--active::after {
    left: 0;
    right: 0;
  }
}

.input__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input__row .input__loan_term {
  width: 65%;
}

.input__row .input__interest {
  width: 25%;
}

.input__row .input__loan_type {
  width: 100%;
}

.input-group {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 27px;
}

.input-group:last-child {
  margin-bottom: 0;
}

.input-group__label {
  position: absolute;
  background: #fff;
  font-size: 12px;
  top: -8px;
  left: 8px;
  color: #202124;
}

.input-group__input {
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 6px;
  border: 1px solid #dfe1e5;
  padding: 5px 8px;
  color: #3c4043;
}

.input-group__select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 6px;
  border: 1px solid #dfe1e5;
  padding: 5px 8px;
  color: #3c4043;
}

.input-group-percentage .input-group__input {
  text-align: right;
  padding-right: 25px;
}

.input-group-percentage__sign {
  position: absolute;
  font-size: 15px;
  top: 12px;
  right: 8px;
  color: #3c4043;
}

.input-group-dollar .input-group__input {
  padding-left: 25px;
}

.input-group-dollar__sign {
  position: absolute;
  font-size: 15px;
  top: 12px;
  left: 10px;
  color: #3c4043;
}

.calculator-result {
  margin-bottom: 16px;
}

.calculator-result:last-child {
  margin-bottom: 0;
}

.calculator-result__title {
  font-size: 14px;
  margin-bottom: 4px;
  color: #202124;
}

.calculator-result__amount {
  color: #202124;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.calculator-result__amount span {
  font-size: 28px;
  line-height: 30px;
}

.calculator-result__amount--small span {
  font-size: 20px;
}

@media (max-width: 767px) {
  .calculator-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .calculator-result .calculator-result__title {
    font-size: 16px;
    padding: 10px 0 0 0;
  }
}

.questions-page {
  padding-top: 50px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .questions-page {
    padding-top: 0;
  }
}

.main-header {
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}

@media (max-width: 767px) {
  .main-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

.main-header .logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .main-header .logo {
    height: 70px;
  }

  .main-header .logo img {
    width: 216px;
  }
}

.main-footer {
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.main-footer .container {
  display: flex;
  height: 66px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #9c9c9c;
  text-align: center;
  line-height: 34px;
  flex-wrap: wrap;
}

.main-footer .container a {
  color: #9c9c9c;
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
}

.main-footer .container span {
  padding: 0 5px;
}

@media (max-width: 767px) {
  .main-footer .container {
    height: auto;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.question-box {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 0 auto;
  padding: 62px 97px 30px;
  min-height: 500px;
  position: relative;
}

.question-box.result-page {
  padding: 62px 20px 30px;
}

@media (max-width: 767px) {
  .question-box.result-page {
    padding-top: 20px;
  }
}

.question-box.result-page #result {
  margin-top: 45px;
}

.question-box--calculator {
  max-width: 750px;
}

@media (max-width: 1024px) {
  .question-box {
    width: 600px;
    padding: 62px 63px 30px;
  }
}

@media (max-width: 767px) {
  .question-box {
    width: 100%;
    max-width: 600px;
    padding: 50px 15px 15px;
    margin: 0 auto;
  }

  .question-box.contact-page {
    padding-top: 3px;
  }
}

@media (max-width: 767px) {
  .question-box .mobile-fix-part {
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
  }

  .question-box .mobile-fix-part .ttl {
    margin-top: 45px;
    margin-bottom: 5px;
  }
}

.question-box .expect-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 45px;
}

.question-box .expect-list li {
  width: 100%;
  margin-bottom: 25px;
  font-size: 15px;
  color: #6c6c6c;
  letter-spacing: 0;
  line-height: 23px;
  display: flex;
  align-items: center;
}

.question-box .expect-list li .ico {
  margin-right: 20px;
}

.question-box .expect-list li:last-child {
  margin-bottom: 0;
}

.question-box .loading {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #4a8edc;
  letter-spacing: 0;
  text-align: center;
  line-height: 44px;
  margin-top: 45px;
}

.question-box .house-naimation {
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.question-box .house-naimation .sky1 {
  position: absolute;
  position: absolute;
  left: -39px;
  bottom: 70px;
}

.question-box .house-naimation .sky2 {
  position: absolute;
  position: absolute;
  left: 50px;
  bottom: 150px;
}

.question-box .house-naimation .sky3 {
  position: absolute;
  position: absolute;
  right: 100px;
  top: -50px;
}

.question-box .house-naimation .sky4 {
  position: absolute;
  position: absolute;
  right: -12px;
  bottom: 70px;
}

.question-box .house-naimation .big-ballon {
  position: absolute;
  left: 93px;
  top: -67px;
  transition: all 0.3s;
  -webkit-animation: big-ballon 2s infinite;
          animation: big-ballon 2s infinite;
}

.question-box .house-naimation .small-ballon1 {
  position: absolute;
  left: -9px;
  bottom: 70px;
  transition: all 0.3s;
  -webkit-animation: ballon1 2s infinite;
          animation: ballon1 2s infinite;
}

.question-box .house-naimation .small-ballon2 {
  position: absolute;
  right: 14px;
  bottom: 119px;
  transition: all 0.3s;
  -webkit-animation: ballon1 2s infinite;
          animation: ballon1 2s infinite;
}

.question-box .success-animation {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  top: 0px;
  z-index: 15;
  opacity: 1;
}

@media (max-width: 767px) {
  .question-box .success-animation {
    border-radius: 0;
  }
}

.question-box .ttl {
  text-align: center;
  font-size: 32px;
  color: #2e2e2e;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .question-box .ttl {
    font-size: 26px;
    padding: 0;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .question-box .ttl {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
}

.question-box .ttl.ttl-small {
  font-size: 22px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .question-box .ttl.ttl-small {
    font-size: 18px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .question-box .ttl.ttl-small {
    font-size: 16px;
  }
}

.question-box .desc-ttl {
  font-size: 22px;
  color: #595959;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .question-box .desc-ttl {
    font-size: 18px;
    margin: 10px 10px 5px;
  }
}

.question-box .desc-ttl--small {
  font-size: 16px;
}

.question-box .desc-ttl.big-space {
  margin: 35px 0 45px;
}

.question-box .desc-sub-ttl {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .question-box .desc-sub-ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.question-box .question {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .question-box .question {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .question-box .question {
    padding-top: 0 !important;
  }
}

.question-box .custom-radio-btn {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .question-box .custom-radio-btn {
    flex-wrap: wrap;
  }
}

.question-box .custom-radio-btn li {
  width: 100%;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .question-box .custom-radio-btn li {
    margin-bottom: 5px;
  }

  .question-box .custom-radio-btn li:last-child {
    margin-bottom: 0;
  }
}

.question-box .custom-radio-btn li span {
  cursor: pointer;
}

.btn {
  background: #5D9BE3;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 2px solid #5D9BE3;
  padding: 0 10px;
  text-align: center;
}

.btn:hover {
  background: #397ECD;
}

.btn.selected {
  background: #ffffff;
  color: #4a8edc;
  border-color: #4a8edc;
}

.btn__text {
  position: relative;
}

.btn__spinner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  transform: translateX(-100%) translateY(-50%);
}

.btn__loading {
  display: inline-block;
  width: 45px;
  height: auto;
  margin-left: -10px;
}

.jsf-checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -28px;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #0fabff;
  -webkit-animation: fillOverride 0.2s ease-in-out 0.2s forwards 1, scale 0.15s ease-in-out 0.45s both 1;
          animation: fillOverride 0.2s ease-in-out 0.2s forwards 1, scale 0.15s ease-in-out 0.45s both 1;
}

@-webkit-keyframes fillOverride {
  0% {
    box-shadow: inset 0 0 0 #5D9BE3;
  }

  to {
    box-shadow: inset 0 0 0 30px #5D9BE3;
  }
}

@keyframes fillOverride {
  0% {
    box-shadow: inset 0 0 0 #5D9BE3;
  }

  to {
    box-shadow: inset 0 0 0 30px #5D9BE3;
  }
}

.jsf-checkmark__circle {
  stroke: #5D9BE3;
  stroke-dasharray: 166px;
  stroke-dashoffset: 166px;
  stroke-width: 2px;
  fill: none;
  -webkit-animation: stroke1 0.3s linear forwards 1;
          animation: stroke1 0.3s linear forwards 1;
}

@-webkit-keyframes stroke1 {
  0% {
    stroke-dashoffset: 166px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes stroke1 {
  0% {
    stroke-dashoffset: 166px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

.jsf-checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48px;
  stroke-dashoffset: 0px;
  opacity: 0;
  -webkit-animation: widthrect 0.15s linear 0.4s forwards 1;
          animation: widthrect 0.15s linear 0.4s forwards 1;
}

@-webkit-keyframes widthrect {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes widthrect {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.component-fade-enter-active {
  transition: transform 0.5s, opacity 0.5s;
}

.component-fade-leave-active {
  transition: all 0s;
}

.component-fade-enter {
  transform: translateX(20%);
  opacity: 0;
}

.component-fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 1s;
}

.slide-fade-leave-active {
  transition: all 0.5s;
}

.slide-fade-enter {
  transform: translateX(20%);
  opacity: 0;
}

.slide-fade-leave-to {
  opacity: 0;
}

.fade-leave-active {
  transition: opacity 0.3s ease-in-out;
}

.fade-leave-to {
  opacity: 0;
}

.fade-long-leave-active {
  transition: opacity 0.6s ease-in-out;
}

.fade-long-leave-to {
  opacity: 0;
}

.custom-select-wr {
  max-width: 374px;
  margin: 0 auto;
  position: relative;
}

.custom-select-wr.scroll:before {
  position: absolute;
  content: "";
  top: -10px;
  right: -3px;
  width: 10px;
  height: 6px;
  background: url(/storage/images/arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.custom-select-wr.scroll:after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -3px;
  width: 10px;
  height: 6px;
  background: url(/storage/images/arrow.svg) center no-repeat;
  background-size: contain;
}

.custom-select-wr.fixed-answer {
  margin-top: 40px;
  padding-right: 14px;
  position: relative;
}

.custom-select-wr.fixed-answer:before {
  position: absolute;
  width: 556px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background-color: #ededed;
  height: 1px;
  top: -20px;
}

.custom-select-wr.year-select {
  width: 200px;
}

.custom-select-wr .scroll-area {
  height: 275px;
  padding-right: 0;
}

.custom-select-wr .scroll-area .ps__rail-y {
  background: rgba(143, 161, 182, 0.3);
  width: 4px;
  border-radius: 2px;
  opacity: 1;
}

.custom-select-wr .scroll-area .ps__rail-y .ps__thumb-y {
  background: #8fa1b6;
  border-radius: 2px;
  width: 4px;
  right: 0;
  opacity: 1;
}

.custom-select-wr .scroll-area .ps__rail-y.ps:hover > .ps__rail-x,
.custom-select-wr .scroll-area .ps__rail-y.ps:hover > .ps__rail-y,
.custom-select-wr .scroll-area .ps__rail-y.ps--focus > .ps__rail-x,
.custom-select-wr .scroll-area .ps__rail-y.ps--focus > .ps__rail-y,
.custom-select-wr .scroll-area .ps__rail-y.ps--scrolling-x > .ps__rail-x,
.custom-select-wr .scroll-area .ps__rail-y.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.custom-select-wr .custom-select {
  display: flex;
  flex-wrap: wrap;
}

.custom-select-wr .custom-select li {
  width: 100%;
  margin-bottom: 5px;
}

.custom-select-wr .custom-select li:last-child {
  margin-bottom: 0;
}

.promo {
  background: #fff;
  padding: 25px 0 50px;
}

@media (max-width: 767px) {
  .promo {
    padding: 18px 0 0;
  }
}

.promo .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
}

.promo .logo {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .promo .logo {
    width: 100%;
    display: block;
  }

  .promo .logo img {
    width: 180px;
    height: auto;
  }
}

.promo .main-ttl {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 35px;
  color: #2f3139;
  line-height: 1.3;
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 1024px) {
  .promo .main-ttl {
    font-size: 36px;
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .promo .main-ttl {
    font-size: 22px;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    max-width: 332px;
    margin-left: 0;
  }
}

.promo__sub-ttl {
  font-weight: 500;
  font-size: 35px;
  color: #2f3139;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .promo__sub-ttl {
    font-size: 36px;
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .promo__sub-ttl {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 25px;
  }
}

.promo .desc {
  font-size: 19px;
  line-height: 1.7;
  color: #2f3139;
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .promo .desc {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

.promo__action {
  display: flex;
  margin: 0 -5px;
  width: 100%;
  flex-wrap: wrap;
  max-width: 560px;
}

.promo__btn {
  padding: 0 5px;
  width: 50%;
}

@media (max-width: 767px) {
  .promo__btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.promo__btn .btn {
  padding: 0 15px;
}

.promo .left-side {
  width: calc(100% - 280px);
  margin-top: 65px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .promo .left-side {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 50px;
  }
}

.promo .left-side .after-text {
  font-style: italic;
  font-size: 20px;
  color: #8fa1b6;
  line-height: 30px;
  margin-top: 64px;
}

@media (max-width: 1024px) {
  .promo .left-side .after-text {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .promo .left-side .after-text {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.promo .left-side .after-text .btn {
  width: 350px;
  margin-top: 24px;
  height: 80px;
  background-image: linear-gradient(-135deg, #5d9be3 0%, #4188d9 100%);
  box-shadow: 0 12px 34px 0 rgba(68, 138, 218, 0.21);
  border-radius: 3px;
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .promo .left-side .after-text .btn {
    height: 70px;
    width: 292px;
  }
}

@media (max-width: 767px) {
  .promo .left-side .after-text .btn {
    margin: 20px 0;
    width: 200px;
    margin-top: 14px;
    height: 60px;
    font-size: 18px;
  }
}

.promo .right-side {
  width: 280px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .promo .right-side {
    width: 100%;
  }
}

.promo .right-side .img-wr {
  margin-bottom: 20px;
}

.steps {
  padding: 94px 0 98px;
}

@media (max-width: 1024px) {
  .steps {
    padding: 81px 0 78px;
  }
}

@media (max-width: 767px) {
  .steps {
    padding: 46px 0 40px;
  }
}

.steps .block-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 42px;
  color: #2f3139;
  text-align: center;
  line-height: 60px;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 1024px) {
  .steps .block-ttl {
    margin-bottom: 67px;
  }
}

@media (max-width: 767px) {
  .steps .block-ttl {
    font-size: 30px;
    margin-bottom: 53px;
  }
}

.steps .block-ttl:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  height: 3px;
  width: 58px;
  background: #e0e6ee;
}

@media (max-width: 1024px) {
  .steps .block-ttl:after {
    bottom: -17px;
  }
}

@media (max-width: 767px) {
  .steps .block-ttl:after {
    bottom: -13px;
  }
}

.steps ul {
  display: flex;
  margin-left: -22px;
  margin-right: -22px;
}

@media (max-width: 1024px) {
  .steps ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .steps ul {
    flex-wrap: wrap;
  }
}

.steps ul li {
  width: calc(100% / 3);
  padding: 0 22px;
}

@media (max-width: 1024px) {
  .steps ul li {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .steps ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.steps ul li .item-step {
  background: #ffffff;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  position: relative;
  padding: 77px 50px 43px;
  text-align: center;
  height: 100%;
}

@media (max-width: 1024px) {
  .steps ul li .item-step {
    padding: 30px 12px 25px;
  }
}

@media (max-width: 767px) {
  .steps ul li .item-step {
    padding: 40px 12px 0;
    height: 220px;
  }
}

@media (max-width: 1024px) {
  .steps ul li .item-step .ico-wr img {
    max-height: 47px;
  }
}

@media (max-width: 767px) {
  .steps ul li .item-step .ico-wr img {
    max-height: 65px;
  }
}

.steps ul li .item-step .num {
  position: absolute;
  font-weight: 700;
  font-size: 32px;
  left: 30px;
  top: 28px;
  color: #eaeaeb;
}

@media (max-width: 1024px) {
  .steps ul li .item-step .num {
    font-size: 26px;
    left: 16px;
    top: 16px;
  }
}

@media (max-width: 767px) {
  .steps ul li .item-step .num {
    font-size: 32px;
    top: 17px;
    left: 22px;
  }
}

.steps ul li .item-step .step-name {
  font-weight: 500;
  font-size: 18px;
  color: #3a3a3a;
  text-align: center;
  line-height: 30px;
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .steps ul li .item-step .step-name {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .steps ul li .item-step .step-name {
    font-size: 18px;
    margin-top: 24px;
  }
}

.avoid {
  padding: 70px 0 100px;
  background: #fff;
}

@media (max-width: 1024px) {
  .avoid {
    padding: 60px 0 84px;
  }
}

@media (max-width: 767px) {
  .avoid {
    padding: 47px 0 84px;
  }
}

.avoid .block-ttl {
  font-weight: 500;
  font-size: 39px;
  color: #2f3139;
  text-align: center;
  line-height: 60px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .avoid .block-ttl {
    font-size: 28px;
  }
}

.avoid .sub-ttl {
  font-size: 21px;
  color: #8fa1b6;
  text-align: center;
  line-height: 34px;
  position: relative;
  margin-bottom: 75px;
}

@media (max-width: 1024px) {
  .avoid .sub-ttl {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .avoid .sub-ttl {
    font-size: 18px;
    margin-bottom: 61px;
  }
}

.avoid .sub-ttl:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  height: 3px;
  width: 58px;
  background: #e0e6ee;
}

@media (max-width: 767px) {
  .avoid .sub-ttl:after {
    bottom: -21px;
  }
}

.avoid .btn {
  width: 360px;
  margin: 0 auto;
  text-transform: uppercase;
  background-image: linear-gradient(-135deg, #5d9be3 0%, #4188d9 100%);
  box-shadow: 0 12px 34px 0 rgba(68, 138, 218, 0.21);
  border-radius: 3px;
  height: 80px;
  font-weight: 700;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .avoid .btn {
    height: 70px;
    width: 292px;
  }
}

@media (max-width: 767px) {
  .avoid .btn {
    width: 100%;
    height: 65px;
  }
}

.customDatePicker {
  display: flex;
}

.customDatePicker .scroll-area {
  height: 345px;
  padding-right: 14px;
}

@media (max-width: 767px) {
  .customDatePicker .scroll-area {
    height: 280px;
  }
}

.customDatePicker .scroll-area .ps__rail-y {
  background: rgba(143, 161, 182, 0.3);
  width: 4px;
  border-radius: 2px;
  opacity: 1;
}

.customDatePicker .scroll-area .ps__rail-y .ps__thumb-y {
  background: #8fa1b6;
  border-radius: 2px;
  width: 4px;
  right: 0;
  opacity: 1;
}

.customDatePicker .scroll-area .ps__rail-y.ps:hover > .ps__rail-x,
.customDatePicker .scroll-area .ps__rail-y.ps:hover > .ps__rail-y,
.customDatePicker .scroll-area .ps__rail-y.ps--focus > .ps__rail-x,
.customDatePicker .scroll-area .ps__rail-y.ps--focus > .ps__rail-y,
.customDatePicker .scroll-area .ps__rail-y.ps--scrolling-x > .ps__rail-x,
.customDatePicker .scroll-area .ps__rail-y.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.customDatePicker .col {
  margin-right: 35px;
  width: 100%;
  position: relative;
}

.customDatePicker .col:before {
  position: absolute;
  content: "";
  top: 24px;
  right: -3px;
  width: 10px;
  height: 6px;
  background: url(/storage/images/arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.customDatePicker .col:after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -3px;
  width: 10px;
  height: 6px;
  background: url(/storage/images/arrow.svg) center no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .customDatePicker .col {
    margin-right: 10px;
  }
}

.customDatePicker .col:last-child {
  margin-right: 0;
}

.customDatePicker .col .name {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #8fa1b6;
  letter-spacing: 0;
  text-align: center;
  padding-right: 14px;
}

.customDatePicker .col ul li {
  margin-bottom: 5px;
}

.customDatePicker .col ul li:last-child {
  margin-bottom: 0;
}

.customDatePicker .col ul li .btn {
  border: 2px solid transparent;
}

.customDatePicker .col ul li .btn.selected {
  background: #ffffff;
  color: #4a8edc;
  border-color: #4a8edc;
}

.btn-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.btn-wr.mb {
  margin-bottom: 220px;
}

.btn-wr .error-message {
  width: 100%;
  color: red;
  text-align: center;
  margin-bottom: 15px;
}

.btn-wr .btn-next {
  color: #fff;
  width: 190px;
  margin: 0 auto;
  background: #5D9BE3;
  border-radius: 3px;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 190px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  /* @media (max-width: 1024px) {
          height: 70px;
          width: 292px;
      }

      @media (max-width: 767px) {
          width: 100%;
          height: 65px;
      } */
}

.btn-wr .btn-next.sending {
  opacity: 0.7;
  cursor: wait;
}

.btn-wr .btn-next.sending:hover {
  background: #5D9BE3;
}

.btn-wr .btn-next:hover {
  background: #397ECD;
}

.btn-wr .btn-next.free-width {
  width: auto;
  padding: 0 20px;
}

.btn-wr .btn-next.animated-btn {
  background: #fff;
  position: relative;
}

.btn-wr .btn-next.animated-btn .btn-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #5D9BE3;
  border-radius: 3px;
}

.btn-wr .btn-next.animated-btn .text {
  position: relative;
  z-index: 1;
}

.btn-wr .btn-next .ico-arrow {
  margin-left: 12px;
  margin-bottom: -3px;
}

.btn-wr .btn-next.disabled {
  border-color: #8fa1b6;
  background: #fff;
  color: #8fa1b6;
  cursor: not-allowed;
}

.btn-wr .btn-next--green {
  background: #0dc76f;
}

.btn-wr .btn-next--green.sending:hover {
  background: #0dc76f;
}

.btn-wr .btn-next--green:hover {
  background: #0a9754;
}

.btn-wr--two {
  justify-content: space-between;
}

.btn-wr--two .btn-next {
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.input-number-wr {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.input-number-wr span {
  position: relative;
  display: inline-block;
}

.input-number-wr span:after {
  position: absolute;
  content: "%";
  color: #000;
  font-size: 16px;
  font-weight: 40;
  right: -17px;
  top: -2px;
  width: 16px;
  height: 18px;
  left: auto;
  top: 10px;
}

.input-number-wr span .input {
  display: inline-block;
  width: 116px;
  border: none;
  margin: 0 auto;
  text-align: center;
  color: #2e2e2e;
  font-size: 28px;
  font-weight: 500;
}

.input-number-btns ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 362px;
}

@media (max-width: 767px) {
  .input-number-btns ul {
    width: 100%;
  }
}

.input-number-btns ul li {
  width: calc(100% / 3);
  padding: 2px;
}

.vue-slider-component .vue-slider-dot {
  background: url(/storage/images/ico-slider-dot.svg) center no-repeat;
}

.diy-tooltip {
  background: #4a8edc;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  padding: 10px 0;
  width: 145px;
  text-align: center;
  border-radius: 2px;
  position: relative;
  top: -20px;
}

.diy-tooltip br {
  display: none;
}

@media (max-width: 767px) {
  .diy-tooltip {
    width: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    line-height: 1.3;
    padding: 6px 0;
  }

  .diy-tooltip br {
    display: block;
  }
}

.diy-tooltip:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #4a8edc;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.diy-tooltip span {
  font-weight: 50;
}

.customSlider {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .customSlider {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
  }
}

.customSlider .sub-ttl {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 10px;
}

.customSlider .input-num-wr {
  text-align: center;
}

.customSlider .input-num-wr .inp {
  position: relative;
}

.customSlider .input-num-wr .inp:before {
  position: absolute;
  left: -10px;
  top: -3px;
  content: "$";
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.customSlider .input-num-wr .inp .digits {
  position: absolute;
  left: 100%;
  top: -3px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.customSlider .input-num-wr .inp .digits span {
  color: #9c9c9c;
  cursor: pointer;
}

.customSlider .input-num-wr .inp .digits span.active {
  color: #000;
}

.customSlider .input-num-wr .inp input {
  text-align: center;
  width: 70px;
  border: none;
  line-height: 1.3;
  color: #2e2e2e;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 2px solid #8fa1b6;
  border-radius: 0px;
}

.customSlider .vue-slider-component .label .custom-label {
  color: #909090;
  font-size: 16px;
  margin-top: 16px;
}

.customSlider .vue-slider-component .label .custom-label.right {
  right: 0;
  position: absolute;
}

.customSlider .vue-slider-component .label .custom-label.left {
  left: 0;
  position: absolute;
}

.customSlider .vue-slider-component .vue-slider {
  background-color: #f3f3f3 !important;
  border-radius: 3px;
}

.customSlider .vue-slider-component .vue-slider-process {
  background-color: #4a8edc !important;
}

.back-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 42px;
  cursor: pointer;
  transform: scale(-1, 1);
}

@media (max-width: 767px) {
  .back-btn {
    width: 24px;
    height: 24px;
    left: 15px;
    top: 37px;
  }
}

.progress {
  height: 22px;
  background: #f4f4f4;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .progress {
    position: relative;
    margin: 0 10px;
  }
}

.progress .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 22px 22px;
  white-space: nowrap;
  transition: width 0.6s ease;
  background-color: #4a8edc;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 22px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 22px 0;
  }
}

.text-group {
  margin: 0 -97px;
  padding: 0 15px;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .text-group {
    margin: 0 -63px;
  }
}

@media (max-width: 767px) {
  .text-group {
    margin: 0 -15px;
  }
}

.text-group .text-wr {
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #6c6c6c;
}

.subtext {
  width: 100%;
  color: #6c6c6c;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .subtext {
    text-align: center;
  }
}

.subtext svg {
  width: 12px;
  fill: #6c6c6c;
}

.form-group {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}

.form-group__input-wrap {
  position: relative;
}

.form-group__spinner {
  position: absolute;
  width: 35px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.form-group__state {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.form-group__state img {
  max-width: 100%;
  height: auto;
}

.form-group.has-error input {
  border-color: red;
}

.form-group label {
  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .form-group label {
    font-size: 15px;
    font-weight: 600;
  }
}

.form-group textarea {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 2px solid #a2a2a2;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0;
  height: 120px;
}

.form-group input {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 2px solid #a2a2a2;
  border-radius: 3px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  letter-spacing: 0;
  height: 55px;
}

@media (max-width: 767px) {
  .form-group input {
    height: 45px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
  }
}

.form-group .city {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.form-group .city--left {
  text-align: left;
}

.form-group .city.info-msg {
  font-size: 13px;
}

.form-group .error {
  font-size: 14px;
  color: red;
  display: block;
  margin-top: 4px;
  position: absolute;
}

.form-group .invalid {
  font-size: 14px;
  color: red;
  display: block;
  margin-top: 4px;
}

.form-group .success-text {
  font-size: 18px;
  color: #4a8edc;
  display: block;
  margin-top: 4px;
  text-align: center;
  margin-top: 10px;
}

.form-group .checkmark {
  text-align: center;
  display: block;
}

.form-group .checkmark svg {
  width: 45px;
  height: 45px;
}

.form-group--code label,
.form-group--code input {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.form-group--code input {
  letter-spacing: 6px;
  padding: 0;
  font-size: 18px;
  text-align: center;
}

.form-group--code .error {
  position: static;
}

.form-group-radio {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}

.form-group-radio.has-error input {
  border-color: red;
}

.form-group-radio input {
  margin-right: 5px;
  cursor: pointer;
}

.form-group-radio > label {
  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .form-group-radio > label {
    font-size: 15px;
    font-weight: 600;
  }
}

.form-group-radio label {
  cursor: pointer;
}

.form-group-radio .radio {
  margin-bottom: 15px;
  font-size: 16px;
  cursor: pointer;
}

.text .text-wr {
  max-width: 750px;
  margin: 20px auto 30px;
}

.text .text-wr .text {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 780px) {
  .text .text-wr .text {
    padding: 0 15px;
    display: block;
  }
}

.text .text-wr .text a {
  color: #9a9a9a;
}

@-webkit-keyframes big-ballon {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes big-ballon {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ballon1 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes ballon1 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.text-content {
  padding: 50px 0;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin: 30px 0 20px;
}

.text-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.text-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.text-content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}

.success {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.success__popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 320px;
  height: 250px;
  font-size: 24px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.success__close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.success__close svg {
  width: 15px;
  height: 15px;
}

.contact-form-ttl {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 26px;
}

.quinstreet-data {
  margin: 0 40px;
}

@media (max-width: 767px) {
  .quinstreet-data {
    margin: 0;
  }
}

.quinstreet-data > ul > li > div.list-item {
  display: flex;
  padding: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.quinstreet-data > ul > li:first-child {
  border: 3px solid #5D9BE3;
  border-radius: 3px;
  padding: 20px 15px 20px;
}

.quinstreet-data > ul > li.rate {
  align-items: flex-start;
}

.quinstreet-data__products {
  display: flex;
  flex-wrap: wrap;
}

.quinstreet-data__products > ul > li {
  width: 100%;
}

.quinstreet-data__rate-products {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}

@media (max-width: 767px) {
  .quinstreet-data__rate-products {
    width: 100%;
  }
}

.quinstreet-data__rate-products > ul {
  width: 100%;
}

.quinstreet-data__rate-products > ul > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .quinstreet-data__rate-products > ul > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
  }

  .quinstreet-data__rate-products > ul > li:last-child {
    border-bottom: none;
  }
}

.quinstreet-data__rate-products > ul > li > ul {
  width: 75%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .quinstreet-data__rate-products > ul > li > ul {
    width: 100%;
  }
}

.quinstreet-data__rate-products > ul > li > ul > li {
  width: 50%;
}

@media (max-width: 1024px) {
  .quinstreet-data__rate-products > ul > li > ul > li {
    width: 100%;
  }

  .quinstreet-data__rate-products > ul > li > ul > li:first-child {
    margin-bottom: 10px;
  }
}

.quinstreet-data__rate-products > ul > li > ul:last-child {
  margin-bottom: 0;
}

.quinstreet-data .propery-name {
  display: block;
  font-weight: 500;
  font-size: 15px;
}

.quinstreet-data .propery-value {
  display: block;
}

.quinstreet-data__ttl {
  width: 50%;
  padding: 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  .quinstreet-data__ttl {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.quinstreet-data__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  position: relative;
  padding: 0 25px;
}

.quinstreet-data__img img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .quinstreet-data__img {
    width: 100%;
  }
}

.quinstreet-data__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}

.quinstreet-data__btn .btn {
  height: 50px;
}

@media (max-width: 767px) {
  .quinstreet-data__btn {
    width: 100%;
  }
}

.quinstreet-data__btn.top {
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .quinstreet-data__btn.top {
    align-items: center;
  }
}

.word-break {
  word-wrap: break-word;
}

.terms {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 17px;
}

.final-form {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
  margin-bottom: 250px;
}

@media (max-width: 1024px) {
  .final-form {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.final-form--phone {
  margin-top: 50px;
  margin-bottom: 210px;
}

.final-form--center {
  justify-content: center;
}

@media (max-width: 767px) {
  .final-form--no-mt {
    margin-top: 0;
  }
}

.final-form__inputs {
  width: 45%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.final-form__inputs.zip-inputs {
  max-width: 200px;
}

@media (max-width: 1024px) {
  .final-form__inputs {
    width: 100%;
    order: 3;
  }

  .final-form__inputs.zip-inputs {
    max-width: 130px;
  }
}

.final-form__btns {
  display: flex;
  flex-direction: column;
  width: calc(55% - 80px);
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .final-form__btns {
    width: 100%;
    order: 1;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .final-form__btns {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.final-form__delimeter {
  width: 80px;
  text-align: center;
  position: relative;
}

@media (max-width: 1024px) {
  .final-form__delimeter {
    width: 100%;
    order: 2;
    margin: 40px;
  }
}

.final-form__delimeter::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  top: 45px;
  bottom: 27px;
  background: #5d9be3;
}

@media (max-width: 1024px) {
  .final-form__delimeter::before {
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    width: auto;
    height: 1px;
    transform: translateX(0);
  }
}

.final-form__delimeter .or {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5d9be3;
  border-radius: 50%;
  border: 1px solid #5d9be3;
}

.final-form__bottom {
  width: 100%;
}

@media (max-width: 1024px) {
  .final-form__bottom {
    order: 4;
  }
}

.final-form__btns-ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
  width: 100%;
  text-align: center;
}

.social-btn {
  display: flex;
  height: 63px;
  justify-content: center;
  align-items: center;
  color: #2e2e2e;
  border-radius: 4px;
  position: relative;
  max-width: 350px;
}

@media (max-width: 1024px) {
  .social-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .social-btn {
    width: 65px;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
  }
}

.social-btn + .social-btn {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .social-btn + .social-btn {
    margin-top: 0;
    margin-left: 15px;
  }
}

.social-btn__ico {
  margin-right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .social-btn__ico {
    margin-right: 0;
  }
}

.social-btn__name {
  font-weight: 500;
  padding-left: 4px;
  width: 80px;
}

@media (max-width: 767px) {
  .social-btn__name {
    display: none;
  }
}

.social-btn.tw {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .social-btn.tw {
    margin-bottom: 15px;
  }
}

.social-btn.tw svg {
  width: 25px;
  fill: #00adf5;
}

.social-btn.fb svg {
  width: 20px;
  fill: #1f569d;
}

.social-btn.go {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .social-btn.go {
    margin-bottom: 15px;
  }
}

.social-btn.go svg {
  width: 28px;
  fill: #fff;
}

.monent-animation {
  text-align: center;
  margin: 60px 0;
  font-size: 20px;
  font-weight: 500;
}

.monent-animation span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.monent-animation span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.monent-animation span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 25px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4188d9;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.informa-listing {
  width: 100%;
  height: 500px;
}

/* loader */

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 67px;
  margin: -25px 0 0 -25px;
  width: 20px;
  height: 20px;
}

.spinner .path {
  stroke: #5d9be3;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.agent-found__btns {
  display: flex;
  flex-direction: column;
  max-width: 260px;
  margin: 40px auto 230px;
  width: 100%;
}

.agent-found__btns .btn {
  margin: 0 0 10px;
}

.agent-found__last-p {
  margin-bottom: 230px;
}

.agent-found__phone {
  font-size: 24px;
  color: #2e2e2e;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .agent-found__phone {
    font-size: 20px;
  }
}

.agent-found__text {
  font-size: 20px;
  color: #595959;
  letter-spacing: 0;
  text-align: center;
  margin-top: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .agent-found__text {
    font-size: 16px;
  }
}

.agent-found__desc {
  font-size: 22px;
  color: #595959;
  letter-spacing: 0;
  text-align: center;
  margin-top: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .agent-found__desc {
    font-size: 18px;
  }
}

.current-option__desc {
  font-size: 17px;
  color: #595959;
  letter-spacing: 0;
  margin-top: 14px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.current-option__desc:first-child {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .current-option__desc {
    font-size: 18px;
  }
}

.ccpa-container {
  max-width: 770px;
}

.ccpa-container form {
  margin-top: 50px;
}

.ccpa-container .form-group {
  max-width: 350px;
}

.ccpa-success {
  height: calc(100vh - 166px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits-list {
  margin-top: 30px;
}

.benefits-list li {
  margin-bottom: 40px;
  font-size: 17px;
  display: flex;
}

.benefits-list li svg {
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 15px;
}

.benefits-list li:last-child {
  margin-bottom: 0;
}

.partner-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.partner-list div {
  margin-right: 15px;
  width: 360px;
}

.partner-list div ol li {
  padding-top: 1px;
}

@media (min-width: 768px) {
  .content.white.home {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .promo {
    padding: 0;
  }

  .promo .container {
    justify-content: center;
  }

  .promo .left-side {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}

