body  {
  position: relative;
  min-width: 320px;
  font-family: 'Onest',  Arial,  Helvetica,  sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background-color: #015089;
  margin: 0;
}
a  {
  color: inherit;
  text-decoration: none;
}
a:focus,
button:focus  {
  outline: none;
}
ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p  {
  margin: 0;
}
img,
svg,
video  {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
video {
  outline: none;
}
svg  {
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6  {
  margin: 0;
  padding: 0;  
  font-size: inherit;
  font-weight: inherit;
}
.wrapper  {
  overflow: hidden;
}
.sect {
  position: relative;
}
.container {
  position: relative;
}
.content {
  position: relative;
  z-index: 1;
}
a,
a::before,
a::after,
.button,
button,
button::before,
button::after,
svg path,
i,
button,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after,
.steps.sect .field.error  {
  transition: all 0.5s ease;
}
input[type="text"],
input[type="tel"],
textarea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  width: 100%;
  max-width: 380px;
  font-family: 'Onest',  Arial,  Helvetica,  sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #212121;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 17px 25px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8D8D8D;
}
::-ms-input-placeholder {  
  color: #8D8D8D;
}
::placeholder {  
  color: #8D8D8D;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent!important;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent!important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent!important;
}
input[type="text"].error,
input[type="tel"].error,
textarea.error {
  border-color: #f00!important;
}
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: auto;
  font-family: 'Onest',  Arial,  Helvetica,  sans-serif;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #212121;
  background: #AEFF01;
  border-radius: 60px;
  padding: 29px 60px;
}
.button img {
  margin-left: 20px;
}
.button:hover {
  opacity: .7;
}
.link {
  border-bottom: 1px solid;
}
.link:hover {
  border-bottom-color: transparent;
}
.intro {
  margin-bottom: 40px;
}
.iti {
  color: #212121;
}

.main.sect {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-image: url('../img/main_bg.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.main.sect .top {
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main.sect .intro .caption {
  max-width: 700px;
  font-size: 69px;
  font-weight: 800;
}
.main.sect .intro .desc {
  font-family: 'Cassandra',  Arial,  Helvetica,  sans-serif;
  font-size: 88px;
  line-height: 1;
}
.main.sect .intro .note {
  font-size: 21px;
  margin-top: 5px;
}
.footer.sect {
  text-align: left;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main.thanks.sect {
  text-align: center;
  background-image: url('../img/thanks_bg.jpg');
}
.main.thanks.sect .intro {
  margin-bottom: 70px;
}
.main.thanks.sect .intro .caption {
  max-width: none;
  font-size: 48px;
  font-weight: 700;
}
.main.thanks.sect .info .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  height: 100%;
  padding: 0 32px;
  margin-left: auto;
  margin-right: auto;
}
.main.thanks.sect .info .item::before,
.main.thanks.sect .info .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 44px;
  background-repeat: no-repeat;
  background-image: url('../img/ornament.svg');
  background-position: center center;
  background-size: contain;
  margin-top: -22px;
}
.main.thanks.sect .info .item::after {
  left: auto;
  right: 0;
  transform: rotateY(-180deg);
}
.main.thanks.sect .info .item .caption {
  font-size: 20px;
}

.steps.sect {
  display: none;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url('../img/steps_bg.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.steps.sect.active {
  display: flex;
}
.steps.sect form {
  display: flex;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}
.steps.sect .step {
  display: flex;
  flex-direction: column;
  max-width: 840px;
  background-color: rgba(1, 80, 137, .5);
  backdrop-filter: blur(13.2px);
  border-radius: 24px;
  padding: 70px 150px;
  margin-left: auto;
  margin-right: auto;
}
.steps.sect .step .middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-top: 35px;
  padding-bottom: 35px;
}
.steps.sect .step .button {
  font-size: 18px;
  padding: 20px 40px;
}
.steps.sect .step .button.prev {
  width: 62px;
  background-color: rgba(255, 255, 255, .6);
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
}
.steps.sect .step .button.prev img {
  transform: rotateY(-180deg);
  margin-left: 0;
}
.steps.sect .line {
  width: 100%;
  max-width: 460px;
  height: 6px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}
.steps.sect .line .fill {
  position: relative;
  height: 100%;
  background-color: #AEFF01;
  border-radius: 4px;
}
.steps.sect .line .fill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  border-radius: 4px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0px -12px;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0px -12px;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0px -12px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0px -12px;
  }
  to {
    background-position: 0 0;
  }
}
.steps.sect .line .fill .tooltip {
  position: absolute;
  bottom: 16px;
  right: -24px;
  width: 48px;
  font-size: 15px;
  font-weight: 500;
  color: #212121;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.steps.sect .line .fill .tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: -5px;
}
.steps.sect .question .caption {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.steps.sect .fields {
  margin-top: -20px;
}
.steps.sect .field {
  position: relative;
  margin-top: 20px;
}
.steps.sect .field .error_message {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #ff6464;
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}
.steps.sect .field .error_message.active {
  opacity: 1;
  visibility: visible;
}
.steps.sect .field .checkbox {
  text-align: left;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.steps.sect .field .checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.steps.sect .field .checkbox input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 24px;
  padding-left: 39px;
}
.steps.sect .field .checkbox input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #D3D9EE;
  border-radius: 5px;
}
.steps.sect .field .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #AEFF01;
  border-color: #AEFF01;
}
.steps.sect .field .checkbox input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url('../img/checkbox.svg');
  background-position: center center;
  opacity: 0;
}
.steps.sect .field .checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.steps.sect .field .note {
  font-size: 16px;
  margin-bottom: 15px;
}