@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%;
  scroll-behavior: smooth;
}

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: 2.2583333333vw;
}
}

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: #ffd801;
}

body {
  font-family: "Gilroy";
  font-size: 1.4441666667vw;
  color: #0066ff;
  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 {
  position: relative;
  z-index: 2;
  padding: 4.7708333333vw 5vw;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .inner {
    padding: 6.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: 1.0416666667vw 3.125vw;
  background: #0066ff;
  border-radius: 2.1875vw;
  font-size: 1.875vw;
  font-weight: 500;
  color: white;
  transition: background 0.2s;
}
@media only screen and (max-width: 1023px) {
  .btn {
    padding: 2.0833333333vw 12.5vw;
    border-radius: 5vw;
    font-size: 4.5833333333vw;
  }
}
.btn:hover {
  background: #4f9838;
}

.logo {
  position: relative;
  display: block;
  width: 29.875vw;
  margin-bottom: 9.0541666667vw;
}
@media only screen and (max-width: 1023px) {
  .logo {
    width: 55%;
    margin-bottom: 89.8333333333vw;
	left: 44vw;
  }
}

.hero {
  margin-bottom: 7.75vw;
  width: 45%;
}
@media only screen and (max-width: 1023px) {
  .hero {
    margin-bottom: 18.4166666667vw;
    text-align: center;
	width: 100%;
  }
}
.hero__in {
  display: flex;
}

.hero__title {
  margin-bottom: 2.7708333333vw;
  font-size: 3.125vw;
  font-weight: 500;
  color: #0066ff;
}
.hero__title h1:before {
  counter-increment: steps;
  content: counter(steps);
  margin-right: 2.0833333333vw;
  font-size: 11.1458333333vw;
  font-weight: 700;
  color: #0066ff;
}
@media only screen and (max-width: 1023px) {
  .hero__title {
    margin-bottom: 3vw;
    font-size: 6.875vw;
  }
}
.hero__title span {
  display: block;
  font-size: 4.1291666667vw;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .hero__title span {
    font-size: 11.5vw;
  }
}
p.hero__titlee {
  margin-bottom: 2.9708333333vw;
  margin-top: 1.9708333333vw;
  font-size: 1.625vw;
  width: 84%;
}
h2.hero__titlee {
  margin-bottom: 7.9708333333vw;
  margin-top: 1.9708333333vw;
  font-size: 3.625vw;
}
@media only screen and (max-width: 1023px) {
  p.hero__titlee {
    margin-bottom: 5vw;
    font-size: 3.295vw;
	width: 100%;
  }
h2.hero__titlee {
  margin-bottom: 5.9708333333vw;
  margin-top: 1.9708333333vw;
  font-size: 6.825vw;
}  
 
}
.hero__titlee span {
  font-size: 2.7vw;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .hero__titlee span {
    font-size: 5.5vw;
  }
}
.hero__icon {
  width: 40.7083333333vw;
  margin: 0 1.7291666667vw 0 0;
}
@media only screen and (max-width: 1023px) {
  .hero__icon {
  width: 70.7083333333vw;
  margin: 0 0 0 7vw;
  }
}

.section {
  position: relative;
  margin-bottom: 7.2916666667vw;
  border: solid #0066ff;
  border-width: 0 0.15625vw 0.15625vw;
}
@media only screen and (max-width: 1023px) {
  .section {
    margin-bottom: 25vw;
    border-width: 0 0.625vw 0.625vw;
  }
}
.section__title {
  position: relative;
  top: -1.4583333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3vw;
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
}
.section__title img {
	width: 10vw;
	margin-left: 1vw;
}
.st {display: flex; flex-direction: row;}	

@media only screen and (max-width: 1023px) {
  .section__title {
    top: -7.9583333333vw;
    margin-bottom: 0;
    font-size: 6.875vw;
  }
  .st {display: flex; flex-direction: column; justify-content: space-evenly;}
  .section__title img {
	width: 33vw;
	margin-left: 6vw;
}
}
.section__title:before, .section__title:after {
  content: "";
  flex-grow: 1;
  height: 0.15625vw;
  background: #0066ff;
}
@media only screen and (max-width: 1023px) {
  .section__title:before, .section__title:after {
    min-width: 2.5333333333vw;
    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: 3.13vw;
  left: -5.1083333333vw;
  width: 43.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: -7.375vw;
  bottom: -0.03vw;
  width: 28.54375vw;
}
.section__im img {
  position: absolute;	
  top: 2.13vw;
  left: 53.8083333333vw;
  width: 40.8541666667vw;
   z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .section--benefits .section__image {
    right: -17.9166666667vw;
    bottom: 4.6266666667vw;
    width: 60.333333333vw;
  }
    .section__im img {
	display: block;
  }
    .section--benefits .section__im {
	position: absolute;	
	right: 6.9166666667vw;
    bottom: 0.0266666667vw;
    width: 35.333333333vw;
  }
}
@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 0.625vw 0 38.0625vw;
}
@media only screen and (max-width: 1023px) {
  .params {
    margin-top: -3.3333333333vw;
    padding: 0 2.0833333333vw;
  }
}
.params__list {
  display: flex;
  flex-wrap: wrap;
}
.params__item {
  flex: 0 0 33%;
  margin: 2vw 0.5vw;
}
.params__item:last-child {
  flex: 0 0 27%;
  margin: 2vw 0vw;
}
@media only screen and (max-width: 1023px) {
  .params__item {
    flex: 0 0 48%;
    margin-bottom: 4.1666666667vw;
  }
.params__item:last-child {
  flex: 0 0 48%;
}  
}
.params__icon {
  width: 7.7083333333vw;
  margin: 0 auto 1.7291666667vw;
}
@media only screen and (max-width: 1023px) {
  .params__icon {
    width: 19.5833333333vw;
    margin: 0 auto 3.3333333333vw;
  }
}
.params__text {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .params__text {
    font-size: 4.375vw;
  }
}
.params__foot {
  margin: 2.0416666667vw 0 -2.1875vw;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .params__foot {
    margin: 6.6666666667vw 0 -5vw;
  }
}


.params1 {
  padding: 0 35vw 0 2vw;
}
@media only screen and (max-width: 1023px) {
  .params1 {
    margin-top: -3.3333333333vw;
    padding: 0 2.0833333333vw;
  }
}
.params1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.params1__item {
  flex: 0 0 33%;
  margin: 1vw 0vw;
}
@media only screen and (max-width: 1023px) {
  .params1__item {
    flex: 0 0 49%;
    margin-bottom: 4.1666666667vw;
  }
}
.params1__icon {
  width: 7.7083333333vw;
  margin: 0 auto 1.7291666667vw;
}
@media only screen and (max-width: 1023px) {
  .params1__icon {
    width: 19.5833333333vw;
    margin: 0 auto 3.3333333333vw;
  }
}
.params1__text {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .params1__text {
    font-size: 4.375vw;
  }
}
.params1__foot {
  margin: 2.0416666667vw 0 -2.1875vw;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .params1__foot {
    margin: 6.6666666667vw 0 -5vw;
  }
}


.params2 {
  padding: 0 20.6625vw 0 1.125vw;
}
@media only screen and (max-width: 1023px) {
  .params2 {
    margin-top: -3.3333333333vw;
    padding: 0 2.0833333333vw;
  }
}
.params2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.params2__item {
  flex: 0 0 16%;
  margin: 0.5vw 1vw;
}
@media only screen and (max-width: 1023px) {
  .params2__item {
    flex: 0 0 47%;
    margin-bottom: 4.1666666667vw;
  } 
  .params2__list {
  justify-content: space-between;}
}
.params2__icon {
  width: 7.7083333333vw;
  margin: 0 auto 1.7291666667vw;
}
@media only screen and (max-width: 1023px) {
  .params2__icon {
    width: 19.5833333333vw;
    margin: 0 auto 3.3333333333vw;
  }
}
.params2__text {
  text-align: center;
}
.params2__text span {
  font-size: 0.7541666667vw;
}
@media only screen and (max-width: 1023px) {
  .params2__text {
    font-size: 4.375vw;
  }
  .params2__text span {
  font-size: 2.5541666667vw;
}
}
.params2__foot {
  margin: 2.0416666667vw 0 -2.1875vw;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .params2__foot {
    margin: 6.6666666667vw 0 -5vw;
  }
}


.benefits {
  margin-top: -1.4583333333vw;
  padding: 0 7.2916666667vw;
}
@media only screen and (max-width: 1023px) {
  .benefits {
    margin-top: -2.5vw;
    padding: 0 3.3333333333vw;
  }
}
.benefits__list {
  font-size: 1.7708333333vw;
}
@media only screen and (max-width: 1023px) {
  .benefits__list {
    max-width: 66.6666666667vw;
    font-size: 4.375vw;
  }
}
.benefits__list li {
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 1023px) {
  .benefits__list li {
    position: relative;
    margin-bottom: 5.8333333333vw;
    padding-left: 4.5833333333vw;
  }
  .benefits__list li:nth-child(n+3) {
    max-width: 41.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: 4.2708333333vw 0 -2.1875vw;
}
@media only screen and (max-width: 1023px) {
  .benefits__foot {
    margin: 4.1666666667vw 0 -5vw;
    text-align: center;
  }
}

.steps {
  display: flex;
  justify-content: space-between;
  counter-reset: steps;
  margin-top: -1.4583333333vw;
  padding: 0 6.5083333333vw;
  font-size: 1.5708333333vw;
  margin-bottom: 4vw;
}
@media only screen and (max-width: 1023px) {
  .steps {
    display: block;
    margin-top: -5vw;
    padding: 0 4.1666666667vw 6.6666666667vw 0;
    font-size: 5vw;
  }
}
.steps li {
  display: flex;
  align-items: center;
  margin-left: 1vw;
  flex-direction: column;
  text-align: center;
}
.steps img {
  width: 9.9833333333vw;
  display: flex;
  align-items: center;
  margin-right: 1.5vw;
}
@media only screen and (max-width: 1023px) {
  .steps li:not(:last-child) {
    margin-bottom: 5.6666666667vw;
  }
  .steps img {
  width: 39.5833333333vw;
  margin: 3vw auto;
}
}
.steps li:nth-child(n+1):before {
  counter-increment: steps;
  content: counter(steps);
  margin-right: 0.0833333333vw;
  font-size: 11.1458333333vw;
  font-weight: 700;
  color: #0066ff;
}
@media only screen and (max-width: 1023px) {
  .steps li:before {
    flex: 0 0 20.8333333333vw;
    margin-right: 3.3333333333vw;
    font-size: 34.375vw;
    text-align: center;
    line-height: 1;
  }
.steps li:nth-child(n+1):before {
  font-size: 19.1458333333vw;	
}	
}
@media only screen and (max-width: 1023px) {
  .steps br {
    display: none;
  }
}

.form-container {
  position: relative;
  max-width: 46.875vw;
  margin: -1.25vw auto -2.1875vw;
}
@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.25vw;
}

.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 #0066ff;
  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: 2.1vw;
  }
}

.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: 2.5vw;
  }
}
.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__tit {
    font-size: 4.33333333vw;
    font-weight: 400;
    color: #0066ff;
    text-align: center;
    padding: 2.5vw 3vw;
}
@media only screen and (min-width: 1023px) {
  br#rt {
    display: none;
  }
.section__tit {
    font-size: 1.33333333vw;
    font-weight: 400;
    color: #0066ff;
    text-align: center;
    padding: 1.2vw 3vw;
}  
}	