.form {
  padding: 1.666667vw 18.48958333vw 7.8125vw;
}
@media screen and (max-width: 576px) {
  .form {
    padding: 11.6279vw 4.65116279vw 11.62790698vw;
  }
}
.form__tip {
  color: #dc3545;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 1.45833vw;
}
@media screen and (max-width: 576px) {
  .form__tip {
    font-size: 4.18604vw;
    margin-bottom: 6.5116vw;
  }
}
.form__section {
  margin-top: 5.20833333vw;
}
@media screen and (max-width: 576px) {
  .form__section {
    margin-top: 11.6279vw;
  }
}
.form__section.first {
  margin-top: 0;
}
.form__section-title {
  background-color: #001f3b;
  border: 1px solid #EEEEEE;
  border-radius: 0.52vw;
  padding: 1.041667vw;
  color: #f8fafc;
  font-size: 1.145833vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .form__section-title {
    border: 0.084vw solid #EEEEEE;
  }
}
@media screen and (max-width: 576px) {
  .form__section-title {
    padding: 3.2558vw 3.2558vw 3.2558vw 4.6512vw;
    border-radius: 2.32559vw;
    font-size: 4.18604vw;
    border-width: 1px;
  }
}
.form__block {
  margin-top: 2.083334vw;
}
@media screen and (max-width: 576px) {
  .form__block {
    margin-top: 9.3023vw;
  }
}
.form__block-title {
  margin-bottom: 0.625vw;
  color: #394149;
  font-size: 1.145833vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 576px) {
  .form__block-title {
    margin-bottom: 2.7907vw;
    font-size: 5.1162vw;
  }
}
.form__block-inner {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0.52vw;
  padding: 1.354167vw 1.77083vw 1.66667vw;
}
@media screen and (max-width: 1199px) {
  .form__block-inner {
    border: 0.084vw solid #EEEEEE;
  }
}
@media screen and (max-width: 576px) {
  .form__block-inner {
    padding: 6.0465vw 4.18604vw 7.4418vw;
    border-width: 1px;
    border-radius: 2.32559vw;
  }
}
.form__block-inner.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375vw;
}
.form__block-inner.half .form__field {
  width: 29.21875vw;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .form__block-inner.half .form__field {
    width: 100%;
  }
}
.form__block-terms {
  max-height: 17.39583vw;
  overflow-y: auto;
  color: #000000;
  padding-right: 0.9375vw;
  scrollbar-width: thin;
  scrollbar-color: rgb(92, 145, 183) #5C91B7;
}
.form__block-terms::-webkit-scrollbar {
  width: 8px;
}
.form__block-terms::-webkit-scrollbar-thumb {
  background-color: rgb(92, 145, 183);
  border-radius: 4px;
}
.form__block-terms::-webkit-scrollbar-track {
  background-color: #5C91B7;
  border-radius: 4px;
}
@media screen and (max-width: 576px) {
  .form__block-terms {
    max-height: 77.6744vw;
    font-size: 4.18604vw;
  }
}
.form__field {
  position: relative;
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 576px) {
  .form__field {
    margin-bottom: 4.18604vw;
  }
}
.form__field:last-of-type {
  margin-bottom: 0;
}
.form__field-checkbox {
  margin-bottom: 2.1875vw;
}
@media screen and (max-width: 576px) {
  .form__field-checkbox {
    margin-bottom: 9.7674vw;
  }
}
.form__field-checkbox label {
  margin-bottom: 0.9375vw !important;
}
@media screen and (max-width: 576px) {
  .form__field-checkbox label {
    margin-bottom: 4.186046vw !important;
  }
}
.form__field label {
  display: block;
  margin-bottom: 0.625vw;
  color: #394149;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.33334;
}
@media screen and (max-width: 576px) {
  .form__field label {
    font-size: 4.18604vw;
    margin-bottom: 2.79069vw;
  }
}
.form__field label.required:after {
  content: " *";
  color: #DD241E;
}
.form__field label span {
  color: #DD241E;
}
.form__field-input {
  width: 100%;
  background-color: #F5F9FD;
  border-radius: 0.3125vw;
  padding: 0.83334vw 0.9375vw;
  font-size: 0.92916667vw;
  font-weight: 400;
  line-height: 1.2857;
  color: #394149;
  border: 1px solid transparent;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .form__field-input {
    border-width: 0.83334vw;
  }
}
@media screen and (max-width: 576px) {
  .form__field-input {
    border-width: 1px;
    border-radius: 2.32559vw;
    padding: 3.7209vw 4.18604vw;
    font-size: 3.2558vw;
  }
}
.form__field-input::-webkit-input-placeholder {
  color: #96a1ab;
}
.form__field-input::-moz-placeholder {
  color: #96a1ab;
}
.form__field-input:-ms-input-placeholder {
  color: #96a1ab;
}
.form__field-input::-ms-input-placeholder {
  color: #96a1ab;
}
.form__field-input::placeholder {
  color: #96a1ab;
}
.form__field-input:focus {
  border-color: #5C91B7;
  outline: none;
}
.form__field-error {
  position: absolute;
  left: 0;
  bottom: -0.2083vw;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
  color: #DD241E;
  font-size: 0.52083vw;
  font-weight: 500;
  line-height: 1.8;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.form__button {
  margin: 2.083334vw auto 0;
  background-color: #00cc55;
  border-radius: 0.52vw;
  padding: 0.7292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 31.7708vw;
  color: #FFFFFF;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.8;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 576px) {
  .form__button {
    margin-top: 9.3023vw;
    border-radius: 2.32559vw;
    width: 100%;
    padding: 3.60465vw;
    font-size: 3.7209vw;
  }
}
.form__button:hover {
  background-color: #00ff66;
}

.custom-dropdown-selected {
  background-color: #F5F9FD;
  border-radius: 0.3125vw;
  padding: 0.83334vw 0.9375vw;
  font-size: 0.92916667vw;
  font-weight: 400;
  line-height: 1.2857;
  color: #96a1ab;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
}
@media screen and (max-width: 991px) {
  .custom-dropdown-selected {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .custom-dropdown-selected {
    border-width: 1px;
    border-radius: 2.32559vw;
    padding: 3.7209vw 4.18604vw;
    font-size: 3.2558vw;
  }
}
.custom-dropdown-selected.active {
  color: #394149;
}
.custom-dropdown-selected.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-dropdown-selected.open .custom-dropdown-selected-icon:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-dropdown-selected-icon {
  position: absolute;
  right: 0.9375vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375vw;
  height: 0.9375vw;
}
.custom-dropdown-selected-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/caret-down.svg");
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.custom-dropdown {
  list-style: none;
  margin: 0;
  border-bottom-left-radius: 0.52vw;
  border-bottom-right-radius: 0.52vw;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F5F9FD;
  z-index: 800;
  display: none;
  max-height: 8.55vw;
  overflow-y: auto;
  padding: 0.9375vw 0.9375vw 1.09375vw;
  padding-top: 0;
}
@media screen and (max-width: 576px) {
  .custom-dropdown {
    border-bottom-left-radius: 2.32559vw;
    border-bottom-right-radius: 2.32559vw;
    padding: 2.5vw 4.18604vw 3.5vw;
    max-height: 40vw;
    padding-top: 0;
  }
}

.custom-dropdown.open {
  display: block;
}

.custom-dropdown-search {
  outline: 0;
  padding: 0.6vw;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0.52vw;
  font-size: 0.9375vw;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 576px) {
  .custom-dropdown-search {
    padding: 1.3vw;
    font-size: 3vw;
  }
}

.custom-dropdown-items {
  padding: 0;
  list-style: none;
  margin: 0.9375vw 0 0;
}

.custom-dropdown-item {
  cursor: pointer;
  color: #96a1ab;
  font-size: 0.72916667vw;
  line-height: 1.2857;
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 991px) {
  .custom-dropdown-item {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .custom-dropdown-item {
    font-size: 3.2558vw;
    padding: 2vw 0;
  }
}
.custom-dropdown-item:hover {
  color: #394149;
}
.custom-dropdown-item:last-child {
  margin-bottom: 0;
}

.owner-title {
  margin-bottom: 2.083334vw;
  padding: 0.625vw 0;
  border-bottom: 1px solid #4796CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375vw;
  font-size: 1.145833vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1199px) {
  .owner-title {
    border-bottom-width: 0.08333vw;
  }
}
@media screen and (max-width: 576px) {
  .owner-title {
    margin-bottom: 9.3023vw;
    padding: 2.7906vw 0;
    border-bottom-width: 1px;
    font-size: 5.1162vw;
  }
}
.owner-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 0.52vw;
  background-color: #D9EAFD;
}

.note {
  background-color: rgba(246, 204, 101, 0.1294117647);
  padding: 1.041667vw 1.7708vw;
  border-radius: 0.52vw;
  border-left: 4px solid #5C91B7;
  margin-top: 2.083334vw;
}
@media screen and (max-width: 1199px) {
  .note {
    border-left-width: 0.333vw;
  }
}
@media screen and (max-width: 576px) {
  .note {
    margin-top: 9.3023vw;
    padding: 4.6512vw 4.18604vw;
    border-radius: 2.32559vw;
    border-left-width: 4px;
  }
}
.note__title {
  color: #000000;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 576px) {
  .note__title {
    font-size: 4.18604vw;
    margin-bottom: 2.7906vw;
  }
}
.note__text {
  opacity: 0.9;
}

.checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625vw;
  position: relative;
}
@media screen and (max-width: 576px) {
  .checkbox-item {
    margin-bottom: 2.7907vw;
  }
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item.checked .checkbox-item__mask {
  background-color: #000000;
  border-color: transparent;
}
.checkbox-item__input {
  display: none;
}
.checkbox-item__mask {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  border: 0.20833vw solid #5E5E5E;
  position: relative;
  margin-right: 0.46875vw;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 991px) {
  .checkbox-item__mask {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .checkbox-item__mask {
    margin-right: 1.86046vw;
    width: 5.1162vw;
    height: 5.1162vw;
    border-width: 1vw;
  }
}
.checkbox-item__mask:before {
  content: "";
  width: 0.416vw;
  height: 0.416vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 576px) {
  .checkbox-item__mask:before {
    width: 1.7vw;
    height: 1.7vw;
  }
}
.checkbox-item__label {
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .checkbox-item__label {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .checkbox-item__label {
    font-size: 4.18604vw;
  }
}

.upload__label {
  margin-bottom: 0.9375vw;
  font-size: 1.14583vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .upload__label {
    text-align: center;
    font-size: 4.18604651vw;
    margin-bottom: 4.18604651vw;
  }
}
.upload__label.required:after {
  content: " *";
  color: #DD241E;
}
.upload__label span {
  color: #DD241E;
}
.upload label {
  margin-bottom: 0 !important;
}
.upload__area {
  border: 1px solid #4796CE;
  padding: 1.77vw;
  text-align: center;
  background-color: #F8FAFC;
  border-radius: 0.52vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 27.96875vw;
}
@media screen and (max-width: 576px) {
  .upload__area {
    padding: 10.93vw;
    min-height: 82.7907vw;
    border-radius: 2.32559vw;
  }
}
.upload__area.d_signature {
  padding: 1vw;
}
.upload__area .signature_canvas {
  width: 100%;
}
.upload__instructions img {
  width: 11.09375vw;
  height: 11.09375vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  .upload__instructions img {
    width: 36.27906vw;
    height: 36.27906vw;
  }
}
.upload__instructions-title {
  color: #3585bd;
  font-size: 1.14583vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 576px) {
  .upload__instructions-title {
    font-size: 5.1162vw;
  }
}
.upload__instructions-supported {
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .upload__instructions-supported {
    font-size: 4.18604vw;
  }
}
.upload__preview {
  display: none;
  max-width: 100%;
  margin-top: 1.667vw;
}

.form_tow_signatire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_tow_signatire_ri {
  color: #394149;
  font-size: 22px;
}
@media (max-width: 767px) {
  .form_tow_signatire_ri {
    font-size: 14px;
  }
}

.form_data_time {
  padding-bottom: 10px;
}

.header,
.mobile-menu {
  display: none !important;
}

.intro {
  background-color: #FFFFFF;
  border-bottom: 1px solid #D9EAFD;
  padding: 3.69791667vw 0;
}
@media screen and (max-width: 576px) {
  .intro {
    padding: 6.55vw 0;
  }
}
.intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25vw;
}
@media screen and (max-width: 576px) {
  .intro__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.0465vw;
    padding-top: 2.7906vw;
  }
}
.intro__image {
  width: 25.7291vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .intro__image {
    width: 62.693vw;
  }
}
.intro__text {
  opacity: 0.9;
}
@media screen and (max-width: 576px) {
  .intro__text {
    font-size: 4.18604vw;
  }
}
/*# sourceMappingURL=../sourcemaps/page-boi.css.map */
