body  {
  position: relative;
  min-width: 320px;
  text-align: center;
  font-family: 'InterTight',  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,
.checkbox2  {
  transition: all 0.5s ease;
}
input[type="text"],
textarea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  width: 100%;
  font-family: 'InterTight',  Arial,  Helvetica,  sans-serif;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  background: rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 29px 40px;
}
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,
textarea.error {
  border-color: #f00!important;
}
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: auto;
  font-family: 'Arsenal',  Arial,  Helvetica,  sans-serif;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #3F88FD;
  border-radius: 60px;
  padding: 27px 40px;
}
.button img {
  margin-left: 15px;
}
.button:hover {
  opacity: .7;
}
.link {
  border-bottom: 1px solid;
}
.link:hover {
  border-bottom-color: transparent;
}
.intro {
  margin-bottom: 40px;
}
.iti {
  color: #212121;
}
.iti__selected-dial-code {
  font-size: 38px;
  color: #fff;
}

.main.sect {
  position: relative;
  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::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14,19,41,.6);
}
.main.sect .top {
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main.sect .intro .labels {
  margin-bottom: 30px;
}
.main.sect .intro .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  background-color: rgba(255,255,255,.4);
  border-radius: 30px;
  padding: 10px 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.main.sect .intro .caption {
  max-width: 920px;
  font-family: 'Arsenal',  Arial,  Helvetica,  sans-serif;
  font-size: 90px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.main.sect .intro .desc {
  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 {
  position: relative;
  text-align: center;
  background-image: url('../img/main_bg.jpg');
}
.main.thanks.sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14,19,41,.6);
}
.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 {
  position: relative;
  display: none;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url('../img/main_bg.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.steps.sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14,19,41,.6);
}
.steps.sect.active {
  display: flex;
}
.steps.sect form {
  display: flex;
  min-height: 100vh;
}
.steps.sect .step {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(14,19,41,.6);
  margin-left: auto;
  margin-right: auto;
}
.steps.sect .step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(13.2px);
}
.steps.sect .step .middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-top: 35px;
  padding-bottom: 135px;
}
.steps.sect .buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(14,19,41,.65);
  padding-top: 15px;
  padding-bottom: 15px;
}
.steps.sect .step .button {
  font-size: 24px;
  padding: 21px 40px;
}
.steps.sect .step .button.prev {
  width: 72px;
  height: 72px;
  font-size: 0;
  line-height: 72px;
  background-color: rgba(255, 255, 255, .2);
  padding: 0;
}
.steps.sect .step .button.prev img {
  transform: rotateY(-180deg);
  margin-left: 0;
}
.steps.sect .lines {
  margin-left: -7px;
  margin-right: -7px;
}
.steps.sect .lines > * {
  padding-left: 7px;
  padding-right: 7px;
}
.steps.sect .line {
  height: 4px;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 2px;
}
.steps.sect .line.fill {
  background-color: #3F88FD;
}
.steps.sect .question .caption {
  font-family: 'Arsenal',  Arial,  Helvetica,  sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 35px;
}
.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: 24px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 50px;
}
.steps.sect .field .checkbox input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.steps.sect .field .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #3F88FD;
  border-color: #3F88FD;
}
.steps.sect .field .checkbox input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  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 .checkbox > img {
  cursor: pointer;
  border-radius: 12px;
  margin-bottom: 25px;
}
.steps.sect .field .checkbox label > img {
  cursor: pointer;
  margin-right: 10px;
}
.steps.sect .field .checkbox.checkbox2 {
  cursor: pointer;
  background-color: rgba(29,39,32,.5);
  border-radius: 12px;
  padding: 30px;
}
.steps.sect .field .checkbox.checkbox2.big {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.steps.sect .field .checkbox.checkbox2.active {
  color: #5898ff;
  background-color: rgba(18,34,64,.5);
}
.steps.sect .field .checkbox.checkbox2 input[type="checkbox"] + label {
  padding-left: 0;
}
.steps.sect .field .checkbox.checkbox2 input[type="checkbox"] + label::before,
.steps.sect .field .checkbox.checkbox2 input[type="checkbox"] + label::after {
  display: none;
}
.steps.sect .answer .note {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}