@keyframes input {
  0% {
    transform: translate(-100%, 100%);
  }
  25% {
    transform: translate(-90%, 50%);
  }
  50% {
    transform: translate(-80%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
body main {
  overflow-x: hidden;
}
body main section.first_step {
  background-color: #ffffff;
  padding: 180px 0 80px;
}
body main section.first_step .main-title {
  padding-bottom: 20px;
  position: relative;
}
body main section.first_step .main-title:after {
  content: "";
  background-color: #28A9E0;
  height: 4px;
  width: 80%;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
body main section.first_step .content-wrapper.s1 {
  background: #03063F;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
body main section.first_step .content-wrapper.s1 .content {
  padding: 24px;
}
body main section.first_step .content-wrapper.s1 > img.bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  user-select: none;
}
body main section.first_step .content-wrapper.s2 {
  background: rgb(0, 162, 226);
  background: -moz-linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  background: -webkit-linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  background: linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  border-radius: 16px;
  padding: 1px;
  overflow: hidden;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.05);
}
body main section.first_step .content-wrapper.s2 .content {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 15px;
}
body main section.first_step .content-wrapper.s2 .content p {
  padding: 0 0 0 20px;
  position: relative;
}
body main section.first_step .content-wrapper.s2 .content p:after {
  content: "";
  background-color: #28A9E0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
body main section.first_step .form_wrapper {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 24px 32px;
  border-radius: 20px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  align-items: center;
}
body main section.first_step .form_wrapper form {
  display: flex;
  flex-direction: column;
}
body main section.first_step .form_wrapper form .field_wrapper {
  position: relative;
}
body main section.first_step .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]),
body main section.first_step .form_wrapper form .field_wrapper textarea {
  background-color: #F6F8FB;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 10px 18px;
  font-size: 20px;
  color: #03063F;
  box-shadow: none;
  height: unset;
}
body main section.first_step .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox])[type=tel],
body main section.first_step .form_wrapper form .field_wrapper textarea[type=tel] {
  padding-left: 70px;
}
body main section.first_step .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox])::placeholder,
body main section.first_step .form_wrapper form .field_wrapper textarea::placeholder {
  color: rgba(3, 6, 63, 0.6);
}
body main section.first_step .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]).invalid,
body main section.first_step .form_wrapper form .field_wrapper textarea.invalid {
  border-color: #EE4C4C;
}
body main section.first_step .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]).invalid ~ label,
body main section.first_step .form_wrapper form .field_wrapper textarea.invalid ~ label {
  color: #EE4C4C;
}
body main section.first_step .form_wrapper form .field_wrapper:has(input[type=tel]) .iti {
  width: 100%;
}
body main section.first_step .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container {
  left: 10px;
  right: unset;
  padding: 0;
  display: flex;
  flex-direction: column;
}
body main section.first_step .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container .iti__selected-flag {
  padding: 10px 8px;
  height: unset;
  background: white;
  gap: 8px;
  border-radius: 6px;
  margin: auto 0;
}
body main section.first_step .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container .iti__selected-flag .iti__arrow {
  margin: 0;
}
body main section.first_step .form_wrapper form .field_wrapper:has(input[type=tel]) .iti .iti__flag-container .iti__country-list {
  top: 100%;
}
body main section.first_step .form_wrapper form .form-check {
  padding-left: 32px;
  margin: 0;
  min-height: unset;
  user-select: none;
}
body main section.first_step .form_wrapper form .form-check input {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  margin: 0 0 0 -32px;
  box-shadow: none !important;
  background-color: transparent !important;
  cursor: pointer;
}
body main section.first_step .form_wrapper form .form-check input:checked {
  border-color: #28A9E0;
  background: url("../../img/webp/check.webp") no-repeat center center/18px;
}
body main section.first_step .form_wrapper form .form-check input.invalid {
  border-color: #EE4C4C;
}
body main section.first_step .form_wrapper form .form-check label {
  line-height: 24px;
  cursor: pointer;
  display: block;
}
body main section.first_step .form_wrapper form button[type=submit] span {
  padding: 12px 100px;
}

@media (max-width: 1580px) {
  body main section.first_step .form_wrapper form button[type=submit] span {
    padding: 12px 60px;
  }
}
@media (max-width: 1380px) {
  body main section.first_step .form_wrapper form .field_wrapper input:not([type=radio], [type=checkbox]),
  body main section.first_step .form_wrapper form .field_wrapper textarea {
    font-size: 16px;
  }
  body main section.first_step .form_wrapper form .form-check {
    padding-left: 32px;
  }
  body main section.first_step .form_wrapper form .form-check input {
    height: 20px;
    width: 20px;
    margin: 0 0 0 -32px;
  }
  body main section.first_step .form_wrapper form button[type=submit] span {
    padding: 12px 40px;
  }
}
@media (max-width: 992px) {
  body main section.first_step {
    padding: 140px 0 60px;
  }
  body main section.first_step .form_wrapper {
    padding: 32px 20px;
  }
}
@media (max-width: 567px) {
  body main section.first_step {
    padding: 100px 0 40px;
  }
  body main section.first_step .form_wrapper form button[type=submit] span {
    padding: 12px 20px;
  }
}

/*# sourceMappingURL=first.css.map */
