/*! 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-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/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  /* Legacy iOS */
  font-weight: 500;
}

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

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

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

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

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

a {
  color: inherit;
}

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

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

div, p, form, input, a, span, button, textarea, label, ul {
  -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: 400;
  background: #fff;
}

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

.btn {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background: #2400FF;
  border-radius: 6px;
  padding: 15px 52px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 10px rgba(57, 37, 180, 0.5);
          box-shadow: 0px 0px 10px rgba(57, 37, 180, 0.5);
}

.btn:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(57, 37, 180, 0.5);
          box-shadow: 0px 0px 5px rgba(57, 37, 180, 0.5);
}

h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #2400FF;
  font-weight: 900;
}

.header {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__nav {
  padding: 26px 0 25px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.header__logo {
  font-size: 24px;
  font-weight: 500;
}

.header__logo b {
  color: #2400FF;
}

.header__offer {
  height: calc(100vh - 115px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 550px;
}

.header__offer-info {
  max-width: 720px;
}

.header__offer-info ul {
  margin: 47px 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  max-width: 600px;
  width: 100%;
}

.header__offer-info ul li {
  position: relative;
  padding-left: 62px;
  width: calc(50% - 62px);
  margin-bottom: 28px;
}

.header__offer-info ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 48px;
  height: 48px;
  background: url("../img/icons/check.svg") no-repeat center/contain;
}

.header__offer-info ul li b {
  display: block;
}

.header__offer-info p {
  max-width: 615px;
  font-size: 18px;
}

.header__offer-info .btn {
  margin: 25px 0;
}

.header__trigger {
  font-size: 15px;
  background: rgba(36, 0, 255, 0.1);
  color: #2400FF;
  padding: 7px 13px;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

.header__protect {
  text-align: center;
  margin-top: auto;
  padding: 8px 0;
  font-size: 14px;
  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;
}

.header__protect img {
  width: 12px;
  height: 15px;
  display: block;
  margin-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

input::-webkit-calendar-picker-indicator {
  display: none;
}

#amount:focus::-webkit-input-placeholder {
  opacity: 0;
}

#amount:focus::-moz-placeholder {
  opacity: 0;
}

#amount:focus:-ms-input-placeholder {
  opacity: 0;
}

#amount:focus::-ms-input-placeholder {
  opacity: 0;
}

#amount:focus::placeholder {
  opacity: 0;
}

.steps-modal {
  font-family: 'Montserrat', sans-serif;
  max-width: 800px;
  width: 100%;
  border-radius: 40px;
  background: #f6f6f6;
}

.steps-modal .remodal-close {
  left: unset;
  right: 12px;
  top: 4px;
}

.steps-modal .remodal-close:before {
  font-size: 35px;
}

.steps-modal .success__text {
  font-size: 40px;
}

.steps-modal .remodal-cancel {
  background: #2400ff;
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.steps-modal__select {
  width: 100%;
  position: relative;
}

.steps-modal__select:after {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #2400ff;
}

.steps-modal select {
  width: 100%;
}

.steps-modal .select2-selection__rendered {
  width: 100%;
  display: block;
  outline: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  background: #e6e6e6;
  border-radius: 15px;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}

.steps-modal .select2-container--default .select2-selection--single {
  outline: none;
  border: 0;
  height: 70px;
  background: #e6e6e6;
  border-radius: 15px;
}

.steps-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none;
  border: 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;
  height: 100%;
}

.steps-modal .select2-selection__arrow {
  display: none;
}

.steps-modal .select2-selection__placeholder {
  margin-bottom: 0;
  font-weight: normal;
  color: #000 !important;
}

.steps-modal__input_primary {
  border: 0;
  width: 100%;
  background: #e6e6e6;
  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;
  margin-top: 10px;
}

.steps-modal__input_primary::-webkit-input-placeholder {
  color: #000;
}

.steps-modal__input_primary::-moz-placeholder {
  color: #000;
}

.steps-modal__input_primary:-ms-input-placeholder {
  color: #000;
}

.steps-modal__input_primary::-ms-input-placeholder {
  color: #000;
}

.steps-modal__input_primary::placeholder {
  color: #000;
}

.steps-modal .modal__step__btns {
  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: 40px;
}

.steps-modal .modal__step__btns a {
  margin: 0;
  width: 100%;
}

.steps-modal .btn__next {
  max-width: 230px;
  height: 65px;
  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;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2400ff), to(#6452d5));
  background-image: -o-linear-gradient(bottom, #2400ff 0%, #6452d5 100%);
  background-image: linear-gradient(0deg, #2400ff 0%, #6452d5 100%);
  text-transform: uppercase;
  color: #fff;
  border-radius: 33px;
  margin: 0 auto;
  margin-top: 40px;
}

.steps-modal .btn__next:hover {
  -webkit-box-shadow: 0px 2px 10px 0px #2400ff;
          box-shadow: 0px 2px 10px 0px #2400ff;
}

.steps-modal .btn__prev {
  max-width: 180px;
  margin-right: 25px !important;
  height: 55px;
  background: transparent;
  border: 3px solid #2400ff;
  color: #2400ff;
}

.steps-modal__item {
  display: none;
}

.steps-modal__item_active {
  display: block;
}

.steps-modal__item_last .btn__next:not(.btn__prev) {
  max-width: 265px;
}

.steps-modal__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps-modal__item-flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps-modal__item span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.steps-modal__item h4 {
  font-weight: 700;
  font-size: 30px;
}

.steps-modal__item__content {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}

.steps-modal__item__content .steps-modal__item-flex_6 label {
  width: calc(20% - 10px);
}

.steps-modal__item__content .steps-modal__item-flex_6 label span {
  font-size: 15px;
}

.steps-modal__item__content input {
  text-align: center;
}

.steps-modal__item__content input::-webkit-input-placeholder {
  color: #000;
}

.steps-modal__item__content input::-moz-placeholder {
  color: #000;
}

.steps-modal__item__content input:-ms-input-placeholder {
  color: #000;
}

.steps-modal__item__content input::-ms-input-placeholder {
  color: #000;
}

.steps-modal__item__content input::placeholder {
  color: #000;
}

.steps-modal__item__content label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: calc(50% - 10px);
  background: #e6e6e6;
  margin: 5px;
  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;
}

.steps-modal__item__content label span {
  margin: 0;
}

.steps-modal__item__content input[type="radio"]:checked + label {
  background: #2400ff;
  color: #fff;
}

.steps-modal__item__content .range {
  margin: 0 auto;
}

.steps-modal__item__content .range__head {
  margin-bottom: 8px;
}

.steps-modal__item__content .range__input {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 15px;
  padding: 20px 25px;
  margin-top: 25px;
  background: #e6e6e6;
  font-size: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps-modal__item__content .range__input span {
  margin-bottom: 0;
  display: block;
  margin-left: 40px;
  margin-top: 4px;
  font-weight: 500;
}

.steps-modal__item__content .range input {
  background: #e6e6e6;
  border: 0;
  max-width: 105px;
}

.steps-modal__item__content .range input::-webkit-input-placeholder {
  color: #000;
}

.steps-modal__item__content .range input::-moz-placeholder {
  color: #000;
}

.steps-modal__item__content .range input:-ms-input-placeholder {
  color: #000;
}

.steps-modal__item__content .range input::-ms-input-placeholder {
  color: #000;
}

.steps-modal__item__content .range input::placeholder {
  color: #000;
}

.range__head {
  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;
}

.range__head span {
  margin-bottom: 0;
  display: block;
  color: #000;
  font-weight: 500;
}

.ui-widget-content {
  background: #2400ff;
}

.ui-widget-header {
  background: #e6e6e6;
}

.ui-slider-horizontal .ui-slider-handle {
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ui-slider-horizontal .ui-slider-range {
  height: 102%;
}

#slider-range .ui-slider-handle {
  border-radius: 50%;
  border: 2px solid #fff;
  outline: none;
  background: #2400ff;
}

.ui-state-active {
  background: #2400ff !important;
}

.ui-widget.ui-widget-content {
  border: 2px solid #fff;
  border-radius: 10px;
}

.cookies {
  color: #fff;
  background: #2400FF;
  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;
}

.footer {
  padding-bottom: 30px;
}

.footer__info-wrap {
  margin-top: 20px;
  font-size: 13px;
}

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

.remodal__info p {
  text-align: justify;
}

.range__input {
  position: relative;
}

.range__message {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 8px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.range__message.active {
  opacity: 1;
  visibility: visible;
}

.range__message p {
  font-size: 12px;
  background: #2400ff;
  color: #fff;
  white-space: nowrap;
  padding: 3px;
}

.header_thanks .header__offer {
  height: 100vh;
}

.header__thanks {
  text-align: center;
}

.header__thanks b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 46px;
  color: #2400FF;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.header__thanks b img {
  margin-left: 20px;
}

.header__thanks p {
  font-size: 25px;
}

.header__thanks h1 {
  color: rgba(36, 0, 255, 0.3);
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header__offer-wrap {
    background: none !important;
  }
  .header {
    height: auto;
  }
  .header__offer {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .steps-modal__item__content .range input {
    max-width: 150px;
    text-align: left;
  }
  .header {
    height: 100%;
  }
  .header__offer {
    height: 100%;
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  h1 {
    font-size: 24px;
  }
  .header__offer-info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__offer-info ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__thanks p {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  h1 br {
    display: none;
  }
  .header__offer-info ul li {
    font-size: 16px;
  }
  .header__offer-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .header__protect {
    font-size: 10px;
  }
  .btn {
    font-size: 22px;
  }
  .header__trigger {
    font-size: 13px;
  }
  .header__offer-info ul li::before {
    width: 42px;
    height: 42px;
  }
  .header__offer-info ul li {
    padding-left: 56px;
  }
  .steps-modal .success__text {
    font-size: 30px;
  }
  .steps-modal__item h4 {
    font-size: 25px;
    max-width: 380px;
    margin: 0 auto;
  }
  .steps-modal__item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin-bottom: -10px;
  }
  .steps-modal__item__content {
    margin-top: 30px;
    max-width: 380px;
  }
  .steps-modal__item__content label {
    width: 70%;
    margin: 0;
    margin-bottom: 10px;
  }
  .steps-modal__item__content label span {
    font-size: 20px;
  }
  .steps-modal__item__content .range__input {
    width: 100%;
  }
  .steps-modal__item-flex_6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .steps-modal__item__content .steps-modal__item-flex_6 label {
    width: calc(25% - 10px);
    height: 50px;
    margin: 5px;
  }
  .steps-modal__item__content .steps-modal__item-flex_6 label span {
    font-size: 14px;
  }
  .modal__step__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps-modal .btn__prev {
    margin-right: 0 !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .steps-modal__item__content label {
    width: 100%;
  }
  .steps-modal {
    padding: 35px 10px;
  }
  .steps-modal__input_primary {
    font-size: 14px !important;
  }
  .select2-selection__placeholder {
    font-size: 15px !important;
  }
  .steps-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
  }
  .steps-modal__item__content label span {
    font-size: 18px;
  }
  .steps-modal__item__content .steps-modal__item-flex_6 label {
    width: calc(33.33333% - 10px);
  }
  .steps-modal__item__content .range {
    padding: 0 20px;
  }
  .steps-modal__item__content .range input {
    max-width: 130px;
  }
  .steps-modal__item__content .range__input span {
    margin-left: auto;
  }
}
