@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.spoiler > input + label {padding-bottom: 30px;}
.sp {font-size: 1.4583333333vw;}

@media only screen and (max-width: 1024px) {
.spoiler > input + label {
  padding-bottom: 15px;
  font-size: 18px;
}
.sp {
  font-size: 3vw;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1223px) {
.sp {
  font-size: 2vw;
  }
}
textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
}
html {
  background: #3e55b2;
}

body {
  font-family: "Gilroy";
  font-size: 1.3541666667vw;
  color: white;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 3.3333333333vw;
  }
}

button,
input {
  font-family: "Gilroy";
}

picture,
img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.inner {
margin-top: 0;
  position: relative;
  z-index: 2;
  padding: 6.7708333333vw 5vw;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .inner {
    padding: 7.1666666667vw 5.8333333333vw;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.9416666667vw 3.725vw;
  background: #fff;
  border-radius: 2.1875vw;
  font-size: 2.075vw;
  font-weight: 500;
  color: #3e55b2;
  transition: background 0.2s;
}
@media only screen and (max-width: 1023px) {
  .btn {
    padding: 2.0833333333vw 7.5vw;
    border-radius: 5vw;
    font-size: 4.5833333333vw;
  }
}
.btn:hover {
  background: #0cc016;
  color: white;
}

.logo {
  position: relative;
  display: block;
  width: 40.375vw;
  margin-bottom: 6.5541666667vw;
}
@media only screen and (max-width: 1023px) {
  .logo {
    width: 50%;
    margin-bottom: 83vw;
  }
}

.hero {
  margin-bottom: 5.85vw;
}
@media only screen and (max-width: 819px) {
  .hero {
    margin-bottom: 18.4166666667vw;
    text-align: center;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1023px) {
  .hero {
margin-bottom: 14.35vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1223px) {
  .hero {
margin-bottom: 4.55vw;
  }
}
.hero__title {
  margin-bottom: 6.0708333333vw;
  font-size: 3.425vw;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .hero__title {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
}
.hero__title span {
  display: block;
  font-size: 6.4291666667vw;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .hero__title span {
    font-size: 11.5vw;
  }
}

.section {
  position: relative;
  margin-bottom: 8.1vw;
  border-width: 0 0.15625vw 0.15625vw;
}
@media only screen and (max-width: 1023px) {
  .section {
    margin-bottom: 9.6vw;
    border-width: 0 0.625vw 0.625vw;
  }
}
.section__title {
  position: relative;
  top: -1.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.8541666667vw;
  font-size: 2.6vw;
  font-weight: 500;
  text-align: center;
  left: 0vw;
}
#rt.section__title {
  left: 2vw;
  top: -2.2vw;
}
#rtt.section__title {
  left: 10.5vw;
  top: 0.2vw;
}
@media only screen and (min-width: 1024px) and (max-width: 1223px) {
#rtt.section__title {
    margin-bottom: 5.3vw;
	top: 1.9vw;	
  }
}
@media only screen and (max-width: 1023px) {
  .section__title {
    top: -6.5583333333vw;
    margin-bottom: 0;
    font-size: 6.075vw;
  }
  #rtt.section__title {
  left: 0.5vw;
  top: -8vw;
}
  #rt.section__title {
  left: 2vw;
  top: -1vw;
}
}
/*.section__title:before, .section__title:after {
  content: "";
  flex-grow: 1;
  height: 0.15625vw;
  background: white;
}
@media only screen and (max-width: 1023px) {
  .section__title:before, .section__title:after {
    min-width: 13.3333333333vw;
    height: 0.625vw;
  }
}
*/
.section__title:before {
  margin-right: 1.6666666667vw;
}
@media only screen and (max-width: 1023px) {
  .section__title:before {
    margin-right: 2.0833333333vw;
  }
}
.section__title:after {
  margin-left: 1.6666666667vw;
}
@media only screen and (max-width: 1023px) {
  .section__title:after {
    margin-left: 2.0833333333vw;
  }
}
.section__image {
  position: absolute;
}
.section--params .section__title:after {
  flex: 0 0 10.4166666667vw;
}
@media only screen and (max-width: 1023px) {
  .section--params .section__title:after {
    flex: 1 1 auto;
  }
}
.section--params .section__image {
  top: -5.2083333333vw;
  left: 5.2083333333vw;
  width: 28.8541666667vw;
}
@media only screen and (max-width: 1023px) {
  .section--params .section__image {
    display: none;
  }
}
.section--benefits .section__title:before {
  flex: 0 0 5.2083333333vw;
}
.section--benefits .section__image {
  right: -4.375vw;
  bottom: -4.46vw;
  width: 30.84375vw;
}
@media only screen and (max-width: 1023px) {
  .section--benefits .section__image {
    right: -13.1166666667vw;
    bottom: -6.7666666667vw;
    width: 46.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .section--form {
    margin-bottom: 12.5vw;
    border-width: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .section--form .section__title:before, .section--form .section__title:after {
    display: none;
  }
}

.params {
  padding: 0 1.825vw 0 25.8625vw;
}
@media only screen and (max-width: 1023px) {
  .params {
    margin-top: -3.3333333333vw;
    padding: 0 3.0833333333vw;
  }
}
.params__list {
  display: flex;
  flex-wrap: wrap;
}
.params__item {
  flex: 0 0 32%;
}
@media only screen and (max-width: 1023px) {
  .params__item {
    flex: 0 0 50%;
    margin-bottom: 1.1666666667vw;
  }
}
.params__icon {
  width: 8.7083333333vw;
  margin: 1.2vw auto 1.2291666667vw;
}
@media only screen and (max-width: 1023px) {
  .params__icon {
    width: 19.5833333333vw;
    margin: 3.2vw auto 0.3333333333vw;
  }
}
.params__text {
  text-align: center;
  font-size: 1.325vw;
}
@media only screen and (max-width: 1023px) {
  .params__text {
    font-size: 4vw;
  }
}
.params__foot {
  margin: 3.8416666667vw 0 -2.1875vw;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .params__foot {
    margin: 5.5666666667vw 0 16vw;
  }
}

.benefits {
  margin-top: -1.4583333333vw;
  padding: 0 6.2916666667vw;
}
@media only screen and (max-width: 1023px) {
  .benefits {
    margin-top: -1.5vw;
    padding: 0 5.3333333333vw;
  }
}
.benefits__list {
  font-size: 1.7708333333vw;
}
@media only screen and (max-width: 1023px) {
  .benefits__list {
    /*max-width: 66.6666666667vw;*/
    font-size: 4vw;
  }
}
.benefits__list li {
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 1023px) {
  .benefits__list li {
    position: relative;
    padding-left: 2.5833333333vw;
  }
  .benefits__list li:nth-child(n+4) {
    max-width: 51.6666666667vw;
  }
}
.benefits__list li:before {
  content: "• ";
}
@media only screen and (max-width: 1023px) {
  .benefits__list li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.benefits__list a {
  color: white;
  text-decoration: underline;
}
.benefits__list a:hover {
  text-decoration: none;
}
.benefits__foot {
  position: relative;
  z-index: 2;
  margin: 3.6708333333vw 0 -2.6875vw 7vw;
}
@media only screen and (max-width: 1023px) {
  .benefits__foot {
    margin: 5.5666666667vw 0 16vw -1vw;
    text-align: center;
  }
}

.steps {
  display: flex;
  justify-content: space-between;
  counter-reset: steps;
  margin-top: -2.7583333333vw;
  padding: 0 5.2083333333vw 3.125vw;
  font-size: 1.7708333333vw;
}
@media only screen and (max-width: 819px) {
  .steps {
    display: block;
    padding: 6vw 7.1666666667vw 5.6666666667vw 8.8333333333vw;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1023px) {
  .steps {
    display: block;
    padding: 6vw 7.1666666667vw 5.6666666667vw 8.8333333333vw;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1223px) {
  .steps {
  padding: 0 5.2083333333vw 2.325vw;
  }
}
.steps li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .steps li:not(:last-child) {
    margin-bottom: 1.6666666667vw;
  }
}
.steps li:before {
  counter-increment: steps;
  content: counter(steps);
  margin-right: 2.0833333333vw;
  font-size: 11.1458333333vw;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .steps li:before {
    flex: 0 0 20.8333333333vw;
    font-size: 24.375vw;
    text-align: center;
    line-height: 1;
  }
}

.form-container {
  position: relative;
  max-width: 46.875vw;
  margin: -1.25vw auto -2.1875vw;
  padding-left: 2vw;
}
@media only screen and (max-width: 1023px) {
  .form-container {
    max-width: 100%;
    margin-bottom: 12.5vw;
    padding: 0 4.1666666667vw;
  }
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form.hidden {
  opacity: 0;
  pointer-events: none;
}
.form__title {
  margin-bottom: 2.5vw;
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .form__title {
    margin-bottom: 6.6666666667vw;
    font-size: 5vw;
  }
}
.form__btn {
  margin-top: 1.1vw;
}

.field {
  width: 100%;
  margin-bottom: 2.0833333333vw;
}
@media only screen and (max-width: 1023px) {
  .field {
    margin-bottom: 4.1666666667vw;
  }
}
.field__label {
  margin-bottom: 0.5208333333vw;
  padding: 0 1.0416666667vw;
  font-size: 1.4583333333vw;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .field__label {
    margin-bottom: 0.8333333333vw;
    padding: 0 2.0833333333vw;
    font-size: 3.75vw;
  }
}
.field__input {
  width: 100%;
  height: 4.1666666667vw;
  padding: 0 2.0833333333vw;
  border-radius: 2.0833333333vw;
  font-size: 1.6666666667vw;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .field__input {
    height: 8.3333333333vw;
    padding: 0 4.1666666667vw;
    border-radius: 4.1666666667vw;
    font-size: 3.75vw;
  }
}
.field__input::-webkit-input-placeholder {
  color: black;
}
.field__input:-ms-input-placeholder {
  color: black;
}
.field__input::-ms-input-placeholder {
  color: black;
}
.field__input::placeholder {
  color: black;
}
.field__error {
  display: none;
  margin-top: 0.4166666667vw;
  padding-left: 2.0833333333vw;
  font-size: 1.25vw;
  color: red;
}
@media only screen and (max-width: 1023px) {
  .field__error {
    margin-top: 1.6666666667vw;
    padding-left: 4.1666666667vw;
    font-size: 2.5vw;
  }
}
.field.error .field__error {
  display: block;
}
.checkbox + .field__error {
  padding-left: 3.3333333333vw;
}
@media only screen and (max-width: 1023px) {
  .checkbox + .field__error {
    padding-left: 8.3333333333vw;
  }
}

.checkbox {
  position: relative;
  font-size: 1.4583333333vw;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .checkbox {
    font-size: 3.3333333333vw;
  }
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox input:checked + span:after {
  opacity: 1;
}
.checkbox span {
  display: block;
  padding-left: 3.3333333333vw;
}
@media only screen and (max-width: 1023px) {
  .checkbox span {
    padding-left: 8.3333333333vw;
  }
}
.checkbox span:before {
  content: "";
  position: absolute;
  top: -0.2604166667vw;
  left: 0;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: white;
  border-radius: 0.2083333333vw;
}
@media only screen and (max-width: 1023px) {
  .checkbox span:before {
    top: 0.4166666667vw;
    width: 5vw;
    height: 5vw;
    border-radius: 0.8333333333vw;
  }
}
.checkbox span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.625vw;
  width: 0.8333333333vw;
  height: 1.25vw;
  border: solid black;
  border-width: 0 0.2083333333vw 0.2083333333vw 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 1023px) {
  .checkbox span:after {
    top: 1.0416666667vw;
    left: 1.6666666667vw;
    width: 1.6666666667vw;
    height: 2.5vw;
    border-width: 0 0.4166666667vw 0.4166666667vw 0;
  }
}

.loader,
.result {
  pointer-events: none;
  opacity: 0;
}
.loader.visible,
.result.visible {
  opacity: 1;
  pointer-events: all;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  margin-top: -1.6666666667vw;
  margin-left: -1.6666666667vw;
  border: 0.2083333333vw solid #63bc47;
  border-top-color: white;
  border-radius: 50%;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
}
@media only screen and (max-width: 1023px) {
  .loader {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    margin-top: -4.1666666667vw;
    margin-left: -4.1666666667vw;
    border-width: 0.8333333333vw;
  }
}

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

@keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.result {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7.2916666667vw;
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .result {
    padding-bottom: 20.8333333333vw;
    font-size: 4.1666666667vw;
  }
}
.result img {
  width: 12.5vw;
  margin: 2.0833333333vw auto 0;
}
@media only screen and (max-width: 1023px) {
  .result img {
    width: 33.3333333333vw;
    margin: 5vw auto 0;
  }
}
.result .btn {
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 1023px) {
  .result .btn {
    margin-top: 5vw;
  }
}
.result__success, .result__error {
  display: none;
}
.result__success.visible, .result__error.visible {
  display: block;
}
.result__mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .result__mobile {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .result__desktop {
    display: none;
  }
}

.hint {
  margin-bottom: 5.2083333333vw;
  font-size: 1.4508333333vw;
}
@media only screen and (max-width: 1023px) {
  .hint {
    margin-bottom: 8.3333333333vw;
    font-size: 3vw;
  }
}

.info {
  padding: 1.6666666667vw;
  border: 0.15625vw solid white;
  font-size: 1.4583333333vw;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .info {
    margin-top: 0;
    padding: 3.3333333333vw;
    border-width: 0.2083333333vw;
    font-size: 3.0833333333vw;
  }
}
.info h3 {
  font-size: 1.25vw;
}
@media only screen and (max-width: 1023px) {
  .info h3 {
    font-size: 2.0833333333vw;
  }
}

.footer {
  display: flex;
  align-items: center;
  padding: 1.25vw;
  background: white;
  font-size: 0.9375vw;
  color: #0F2D7E;
}
@media only screen and (max-width: 1023px) {
  .footer {
    flex-wrap: wrap;
    padding: 4.1666666667vw 8.3333333333vw;
  }
}
.footer__phone {
  flex-shrink: 0;
  margin-right: 1.25vw;
  font-size: 1.1458333333vw;
  font-weight: 700;
  color: #0F2D7E;
}
@media only screen and (max-width: 1023px) {
  .footer__phone {
    order: 2;
    margin: 0;
    font-size: 3vw;
    font-weight: 700;
  }
}
.footer__content {
  flex-grow: 1;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .footer__content {
    order: 1;
    margin-bottom: 4.1666666667vw;
    font-size: 2.7083333333vw;
    text-align: left;
  }
}
.footer__logo {
  width: 12.7083333333vw;
  margin-left: 4.6875vw;
}
@media only screen and (max-width: 1023px) {
  .footer__logo {
    order: 3;
    width: 41.6666666667vw;
    margin-left: auto;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 4.1666666667vw;
  background: rgba(0, 15, 28, 0.9);
  overflow: auto;
}
@media only screen and (max-width: 1023px) {
  .modal {
    padding: 8.3333333333vw;
  }
}
.modal.visible {
  display: flex;
}
.modal__container {
  position: relative;
  width: 100%;
  max-width: 44.7916666667vw;
  margin: auto;
  padding: 4.1666666667vw;
  background: linear-gradient(#0b2e4d, #2C627F);
  border-radius: 0.8333333333vw;
}
@media only screen and (max-width: 1023px) {
  .modal__container {
    max-width: 100%;
    padding: 8.3333333333vw;
    border-radius: 3.3333333333vw;
  }
}
.modal__close {
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  z-index: 10;
  background: none;
  font-size: 0;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .modal__close {
    top: 3.3333333333vw;
    right: 3.3333333333vw;
  }
}
.modal__close svg {
  width: 2.7083333333vw;
  height: 2.7083333333vw;
}
@media only screen and (max-width: 1023px) {
  .modal__close svg {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.modal .form-container {
  margin: 0;
}
.modal .result {
  padding: 0;
}
.links {
  font-size: 1.45vw;
  opacity: 0.6;
}
@media only screen and (max-width: 1023px) {
  .links {
    font-size: 3vw;
  }
}
.links li {
  margin-bottom: 0.2208333333vw;
}
@media only screen and (max-width: 1023px) {
  .links li {
    margin-bottom: 0.8333333333vw;
  }
}
.links a {
  color: white;
  text-decoration: underline;
}
.section__title1 {
position: relative;
    top: -0.7583333333vw;
    display: flex;
    align-items: center;
    margin-bottom: 4.3541666667vw;
    font-size: 2.6vw;
    font-weight: 500;
    text-align: center;
    left: 7.9vw;	
}
@media only screen and (max-width: 819px) {
  .section__title1 {
    margin-bottom: 0;
    top: -7.9583333333vw;	
    font-size: 6.075vw;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1023px) {
  .section__title1 {
    margin-bottom: -3.2541666667vw;
	top: -7.9583333333vw;	
    font-size: 6.075vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1223px) {
  .section__title1 {
    margin-bottom: 4.9541666667vw;
	top: -0.2vw;	
  }
}