@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?12rxey");
  src: url("../fonts/icons/icomoon.eot?12rxey#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?12rxey") format("truetype"), url("../fonts/icons/icomoon.woff?12rxey") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_s1_logo:before {
  content: "\e900";
}

.icon_down:before, .navbar .dropdown-toggle:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before, .steps_navbar .modal-header .close:before, .form-group .modal-header .close:before {
  content: "\e904";
}

.icon_check:before, .steps_navbar .steps_list li:has(~ .current_step):before {
  content: "\e905";
}

.icon_search:before {
  content: "\e906";
}

.icon_globe:before {
  content: "\e907";
}

.icon_info:before {
  content: "\e908";
}

.icon_success:before, .review_main.review_success .review_title:before {
  content: "\e909";
}

.icon_warning:before {
  content: "\e910";
}

.icon_error:before, .review_main.review_reject .review_title:before {
  content: "\e911";
}

.icon_help:before {
  content: "\e912";
}

.icon_back:before {
  content: "\e913";
}

.icon_mail:before {
  content: "\e914";
}

.icon_phone:before {
  content: "\e915";
}

.icon_pin:before {
  content: "\e916";
}

.icon_user:before {
  content: "\e917";
}

.icon_save:before {
  content: "\e918";
}

.icon_home:before {
  content: "\e919";
}

.icon_check2:before {
  content: "\e920";
}

.icon_alert:before {
  content: "\e921";
}

.icon_upload:before {
  content: "\e922";
}

.icon_trash:before {
  content: "\e923";
  color: #ba1a1a;
}

.icon_eye_off:before {
  content: "\e924";
}

.icon_eye:before {
  content: "\e925";
}

.icon_drop:before {
  content: "\e926";
}

.icon_edit:before {
  content: "\e927";
}

.icon_download:before {
  content: "\e928";
}

.icon_text:before {
  content: "\e929";
  color: #0d34ab;
}

.icon_download2:before {
  content: "\e92a";
  color: #fff;
}

.icon_1:before {
  content: "\e92b";
}

.icon_2:before {
  content: "\e92c";
}

.icon_3:before {
  content: "\e92d";
}

.icon_arrow:before {
  content: "\e92e";
  color: #45464f;
}

html {
  height: 100%;
  line-height: 1.5em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  color: #0F1118;
  background: #FCFCFD;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 992px) {
  .content {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #0D34AB;
}

.root {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.navbar-expand-lg > .container-xl,
.container-xl {
  max-width: 1246px;
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg > .container-xl,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg > .container-xl,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn:not(.dropdown-toggle) {
  vertical-align: top;
  font-weight: 600;
  padding: 12px 24px;
  min-width: 120px;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 16px;
  border: transparent;
  position: relative;
  z-index: 2;
}
.btn:not(.dropdown-toggle):focus {
  outline: none;
}
.btn:not(.dropdown-toggle):after {
  z-index: -1;
  content: "";
  border-radius: inherit;
}
.btn-lg {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-sm {
  border-radius: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-primary {
  background: #0D34AB !important;
}
.btn-primary:after {
  background: #0F1118;
  opacity: 0;
}
@media (hover: hover) {
  .btn-primary:hover:after {
    opacity: 0.2;
  }
}
.btn-outline-primary {
  background: #ffffff;
  color: #0C2F9A;
}
.btn-outline-primary:after {
  border: 1px solid #0D34AB;
}
.btn-secondary {
  color: #555D80 !important;
  background: #E3E1EA !important;
  position: relative;
  z-index: 2;
}
.btn-secondary:after {
  background: #0F1118;
  opacity: 0;
}
@media (hover: hover) {
  .btn-secondary:hover:after {
    opacity: 0.1;
  }
}
.btn-light:not(.dropdown-toggle) {
  background: #ffffff;
  color: #555D80 !important;
}
@media (hover: hover) {
  .btn-light:not(.dropdown-toggle):hover {
    background: #E3E1EA !important;
  }
}

@media screen and (min-width: 992px) {
  [class*=col-] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  [class*=col-] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 992px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 991px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 600;
  color: #555D80;
}
.breadcrumb:has(li:nth-child(2)) li:first-child {
  font-size: 0;
  line-height: 0;
}
.breadcrumb:has(li:nth-child(2)) li:first-child:before {
  display: none;
}
@media (hover: hover) {
  .breadcrumb:has(li:nth-child(2)) li:first-child a:hover {
    color: #0C2F9A;
  }
  .breadcrumb:has(li:nth-child(2)) li:first-child a:hover:before {
    border-color: #0C2F9A;
    color: #0C2F9A;
  }
}
.breadcrumb:has(li:nth-child(2)) li:first-child a:before {
  content: "\e919";
  font-size: 1.3rem;
  color: #667085;
}
.breadcrumb:has(li:nth-child(2)) li:before {
  content: "\e903";
  font-size: 1rem;
  color: #D0D5DD;
}
.breadcrumb:has(li:nth-child(2)) li.active {
  color: #0D34AB;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}

.page_pretitle {
  margin-bottom: 12px;
  font-weight: 600;
  color: #45464F;
}

.page_title {
  font-weight: 700;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .page_title {
    font-size: 187.5%;
    line-height: 1.27em;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .page_title {
    font-size: 150%;
    line-height: 1.33em;
    margin-bottom: 24px;
  }
}

.section_title {
  color: #101114;
}
@media screen and (min-width: 992px) {
  .section_title {
    font-size: 112.5%;
    line-height: 1.56em;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .section_title {
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 12px;
  }
}

.section_title_sub {
  color: #101114;
}
@media screen and (min-width: 992px) {
  .section_title_sub {
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section_title_sub {
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 12px;
  }
}

.section_inner_title {
  color: #101114;
}
@media screen and (min-width: 992px) {
  .section_inner_title {
    font-size: 137.5%;
    line-height: 1.36em;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .section_inner_title {
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 12px;
  }
}

.modal-backdrop {
  background-color: #1A1B21;
}

.icon_save {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  padding-right: 30px;
  margin-left: auto;
}
@media (hover: hover) {
  .icon_save:hover:before {
    border-color: #555D80;
    color: #555D80;
  }
}
.icon_save:before {
  font-size: 1.5rem;
  color: #0D34AB;
}
@media screen and (max-width: 767px) {
  .icon_save {
    position: absolute;
    right: 10px;
    top: 25px;
    padding-right: 65px;
  }
}

.datepicker {
  font-size: 0.81rem;
  width: 100%;
}
.datepicker table {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.datepicker table tr td.active.active,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #0D34AB;
  color: #ffffff;
}
.datepicker table td,
.datepicker table th {
  width: 30px;
  height: 33px;
}

.field_description {
  font-size: 100%;
  line-height: 1.5em;
}

.hidden_label {
  display: none;
}

.form-group {
  background: #ffffff;
  padding: 32px;
  margin-bottom: 24px;
  border: 1px solid #E2E1EB;
  box-shadow: 0 132px 53px rgba(0, 0, 0, 0.01), 0px 74px 45px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  position: relative;
}
.form-group .overview_block {
  margin: 20px 0 0;
  padding: 0;
  border: none;
}
.form-group:has(.field_hint) .overview_block {
  margin: 0;
}
.form-group:has(> .field_hint) > .field_name {
  padding-right: 40px;
}
.form-group .field_name {
  font-weight: 700;
  font-size: 137.5%;
  line-height: 1.36em;
  margin-bottom: 20px;
}
.form-group .field_name a {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .form-group .field_name {
    font-size: 100%;
    line-height: 1.5em;
  }
}
.form-group input {
  background: transparent !important;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  padding: 15px;
  font-size: 87.5%;
  line-height: 1.43em;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
}
.form-group .form-text {
  color: #45464F;
  margin-top: 18px;
  font-size: 0.88rem;
  line-height: 20px;
}
.form-group .field_label {
  vertical-align: top;
  margin: 6px 0;
}
.form-group .field_hint {
  position: absolute;
  top: 24px;
  right: 24px;
}
.form-group .field_hint .icon_help {
  display: block;
  color: #5D5E67;
}
.form-group .field_hint .icon_help:before {
  display: block;
  font-size: 1.5em;
}
.form-group .field_hint .icon_help:focus {
  outline: none;
}
.form-group .field_hint .icon_help:focus-visible {
  outline: 1px solid #0D34AB;
  border-radius: 50%;
}
.form-group .modal-content {
  border: none;
  border-radius: 12px;
}
.form-group .modal-header {
  padding: 20px 20px 12px;
  border: none;
  align-items: center;
  justify-content: space-between;
}
.form-group .modal-header .close {
  margin: -8px -12px -8px 12px;
  flex: 0 0 40px;
  height: 40px;
  padding: 0;
  color: #0F1118;
  opacity: 1;
}
.form-group .modal-header .close * {
  display: none;
}
.form-group .modal-header .close:before {
  display: block;
  font-size: 1.5rem;
}
.form-group .modal-header .close:focus {
  outline: none;
}
.form-group .modal-title {
  margin: 0;
  font-size: 1rem;
  color: #0F1118;
  font-weight: 700;
}
.form-group .modal-body {
  padding: 0px 20px 20px;
}
.form-group .modal-footer:empty {
  display: none;
}
.form-group .modal_images {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}
.form-group .modal_images .image_block {
  padding: 0 6px 12px;
}
.form-group .modal_images img {
  display: block;
  width: 100%;
  aspect-ratio: 22/14;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.form-group .field_details {
  color: #344054;
}
.form-group select {
  visibility: hidden;
  height: 56px;
}
.form-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: auto;
}
.form-group .bootstrap-select .btn {
  background: transparent !important;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  padding: 15px;
  background: #ffffff !important;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
}
.form-group .bootstrap-select .btn.dropdown-toggle:after {
  border: none;
  content: "\e901";
  font-size: 1.25rem;
  vertical-align: top;
}
.form-group .bootstrap-select .btn.bs-placeholder {
  color: #5D5E67;
}
.form-group .bootstrap-select div.dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #E2E1EB;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
}
.form-group .bootstrap-select div.dropdown-menu li {
  border-top: 1px solid #E2E1EB;
}
.form-group .bootstrap-select div.dropdown-menu li:first-child {
  border: none;
}
.form-group .bootstrap-select .dropdown-item {
  padding: 12px 15px;
  font-weight: normal;
  color: #667085;
  background: transparent;
}
.form-group .bootstrap-select .dropdown-item:hover {
  color: #0D34AB;
  background: transparent;
}
.form-group .bootstrap-select .dropdown-item.selected, .form-group .bootstrap-select .dropdown-item.active, .form-group .bootstrap-select .dropdown-item:active {
  background-color: rgba(13, 52, 171, 0.08);
  color: #0D34AB;
  cursor: default;
}
.form-group .bootstrap-select .dropdown-item:has(.text:empty) {
  display: none;
}
.form-group .checkbox_group,
.form-group .radio_group {
  display: flex;
  flex-wrap: wrap;
}
.form-group .custom-control-label {
  display: flex;
  align-items: center;
  color: #101114;
  cursor: pointer;
  outline: 1px solid;
  outline-offset: -1px;
}
.form-group .custom-control-label:after {
  display: none;
}
.form-group .custom-control-label:before {
  position: relative;
  left: auto;
  top: auto;
  border: 1px solid #AAAAB4;
  background: #ffffff;
}
@media (hover: hover) {
  .form-group .custom-control-label:hover {
    color: #0D34AB;
  }
  .form-group .custom-control-label:hover:before {
    border-color: #0D34AB;
  }
}
.form-group [type=checkbox]:checked ~ .custom-control-label,
.form-group [type=radio]:checked ~ .custom-control-label {
  outline-color: #0D34AB;
  color: #0D34AB;
  background: #EAECF5;
  pointer-events: none;
}
.form-group [type=checkbox]:checked ~ .custom-control-label:before,
.form-group [type=radio]:checked ~ .custom-control-label:before {
  border-color: #0D34AB;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}
.form-group .checkbox_sm,
.form-group .radio_sm {
  margin: 0 -4px -8px;
  padding: 4px 0;
}
.form-group .checkbox_sm .custom-checkbox,
.form-group .checkbox_sm .custom-radio,
.form-group .radio_sm .custom-checkbox,
.form-group .radio_sm .custom-radio {
  padding: 0 4px 8px;
}
.form-group .checkbox_sm .custom-control-label,
.form-group .radio_sm .custom-control-label {
  padding: 8px 12px;
  border-radius: 12px;
  outline-color: transparent;
  white-space: nowrap;
}
.form-group .checkbox_sm .custom-control-label:before,
.form-group .radio_sm .custom-control-label:before {
  height: 18px;
  min-width: 18px !important;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .form-group .checkbox_sm.checkbox_sm,
  .form-group .radio_sm.checkbox_sm {
    margin-top: 10px;
  }
}
.form-group .checkbox_sm.checkbox_sm .custom-checkbox,
.form-group .radio_sm.checkbox_sm .custom-checkbox {
  width: 100%;
}
.form-group .checkbox_sm.checkbox_sm .custom-control-label,
.form-group .radio_sm.checkbox_sm .custom-control-label {
  outline-color: transparent;
  padding: 8px 0;
  white-space: unset;
}
.form-group .checkbox_sm.checkbox_sm .custom-control-label:before,
.form-group .radio_sm.checkbox_sm .custom-control-label:before {
  border-radius: 4px;
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
.form-group .checkbox_sm [type=radio]:checked ~ .custom-control-label:before,
.form-group .radio_sm [type=radio]:checked ~ .custom-control-label:before {
  border-width: 5px;
}
.form-group .checkbox_sm [type=checkbox]:checked ~ .custom-control-label,
.form-group .radio_sm [type=checkbox]:checked ~ .custom-control-label {
  outline-color: transparent;
  border: none;
  color: inherit;
  background: none;
  pointer-events: unset;
}
.form-group .checkbox_sm [type=checkbox]:checked ~ .custom-control-label:before,
.form-group .radio_sm [type=checkbox]:checked ~ .custom-control-label:before {
  border-width: 5px;
  content: "\e920";
  border-color: #0D34AB;
  background: #0D34AB !important;
  font-size: 1.2rem;
  border-radius: 4px;
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group .radio_lg {
  margin: 0 -8px -12px;
}
.form-group .radio_lg .custom-checkbox,
.form-group .radio_lg .custom-radio {
  padding: 0 8px 12px;
}
.form-group .radio_lg .custom-control-label {
  padding: 16px 20px;
  border-radius: 16px;
  outline-color: #E2E1EB;
  font-weight: 500;
  min-height: 80px;
  height: 100%;
  font-size: 100%;
  line-height: 1.5em;
}
.form-group .radio_lg .custom-control-label:before {
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 12px;
}
.form-group .radio_lg [type=radio]:checked ~ .custom-control-label:before {
  border-width: 6px;
}
.form-group .iti {
  width: 100%;
}
.form-group .iti__country-list {
  font-size: 0.81rem;
  border-color: #E2E1EB;
  box-shadow: none;
  z-index: 10;
  max-height: 225px;
}
.form-group .iti__country-list li {
  border-top: 1px solid #E2E1EB;
  padding: 12px 15px;
}
.form-group .iti__divider,
.form-group .iti__flag-box,
.form-group .iti__flag {
  display: none;
}
.form-group .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: none;
}
.form-group .iti--separate-dial-code .iti__selected-dial-code {
  color: #767680;
}
.form-group .iti--separate-dial-code .iti__selected-flag {
  background: none;
  border-right: 1px solid #E2E1EB;
}
.form-group .iti__arrow {
  border: 0;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}
.form-group .iti__arrow:before {
  content: "\e901";
}
.form-group .form-group {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 16px;
  background: #F4F3FF;
  border: none;
  box-shadow: none;
}
.form-group .form-group .field_label {
  font-weight: 700;
  font-size: 100%;
  line-height: 1.5em;
  margin-top: 0;
}
.form-group .form-group ul {
  margin: 10px 0 0;
  padding: 0 0 0 30px;
}
.form-group .page_row {
  display: flex;
  flex-wrap: wrap;
}
.form-group .field_block:has(.review_block) .field_label {
  color: #475467;
  font-weight: 500;
}
.form-group .review_block {
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #101114;
}
@media screen and (min-width: 992px) {
  .form-group .page_row {
    margin: 0 -8px -8px;
  }
  .form-group .field_block {
    padding: 0 8px 16px;
    position: relative;
  }
  .form-group .field_block:has(.file_container) {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .form-group {
    padding: 24px;
    margin-bottom: 16px;
  }
  .form-group .page_row {
    margin: 0 -6px -6px;
  }
  .form-group .field_block {
    padding: 0 6px 16px;
    position: relative;
  }
  .form-group .field_name {
    font-size: 100%;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-right: 15px;
  }
  .form-group .field_hint {
    top: 16px;
    right: 16px;
  }
  .form-group .field_hint .icon_help {
    margin: -12px;
  }
  .form-group .field_hint .icon_help:before {
    padding: 12px;
  }
  .form-group .radio_lg .custom-control-label {
    padding: 16px;
    border-radius: 12px;
    min-height: 50px;
  }
  .form-group .field_block {
    margin: 0 0 12px;
  }
  .form-group .field_block:has(.form-text) {
    border-bottom: 1px solid #F1F0FA;
  }
  .form-group .field_block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .form-group .form-text {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .form-group .form-group {
    margin-top: 16px;
    padding: 12px;
  }
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #5D5E67;
}
.was-validated .custom-control-input:valid ~ .custom-control-label:before,
.custom-control-input.is-valid ~ .custom-control-label:before {
  border-color: #5D5E67;
}

.was-validated .custom-control-input:checked ~ .custom-control-label {
  color: #0D34AB;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #0D34AB;
  background-color: #ffffff;
  box-shadow: none;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #A80710;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #E2E1EB;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #A80710;
}

.standard_textpage {
  font-size: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .standard_textpage {
    font-size: 87.5%;
    line-height: 1.43em;
  }
}
.standard_textpage iframe {
  width: 100%;
}
.standard_textpage p {
  margin: 0 0 5px;
  color: #101114;
}
.standard_textpage h2 {
  color: #101114;
  font-family: "inter-bold";
  padding-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .standard_textpage h2 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .standard_textpage h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .standard_textpage h2 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
.standard_textpage h3 {
  color: #101114;
  font-family: "inter-bold";
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (max-width: 991px) {
  .standard_textpage h3 {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .standard_textpage h3 {
    font-size: 1.4rem;
  }
}
.standard_textpage h4 {
  color: #101114;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  margin-top: 0;
  font-size: 112.5%;
  line-height: 1.56em;
}
@media screen and (max-width: 991px) {
  .standard_textpage h4 {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .standard_textpage h4 {
    font-weight: 600;
    font-size: 100%;
    line-height: 1.25em;
  }
}
.standard_textpage h1, .standard_textpage h2, .standard_textpage h3 {
  padding: 0;
  margin: 0;
}
.standard_textpage h1:not(:first-child), .standard_textpage h2:not(:first-child), .standard_textpage h3:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 1199px) {
  .standard_textpage h1:not(:first-child), .standard_textpage h2:not(:first-child), .standard_textpage h3:not(:first-child) {
    margin-top: 26px;
  }
}
.standard_textpage ol {
  margin: 0;
  padding: 0 0 0 15px;
  color: #101114;
  list-style: inside;
}
.standard_textpage ol li {
  padding-bottom: 5px;
}
.standard_textpage ol li:last-child {
  padding-bottom: 0;
}
.standard_textpage ul {
  margin: 0;
  padding: 0;
  color: #101114;
  list-style: none;
}
.standard_textpage ul li {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.standard_textpage ul li:before {
  content: "\e915";
  font-size: 4rem;
  color: #555D80;
  margin-right: 14px;
}
.standard_textpage ul li:last-child {
  padding-bottom: 0;
}
.standard_textpage img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 991px) {
  .standard_textpage img {
    border-radius: 25px;
  }
}

.housing_people .list-person,
.people_all .list-person, .steps_navbar .steps_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.btn:not(.dropdown-toggle):after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.navbar .dropdown.show .dropdown-toggle:before, .form-group .bootstrap-select.show .dropdown-toggle:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.housing_people .list-person li:before,
.people_all .list-person li:before, .application-tree table .file_container .file_upload > span > span:before, .registration_pages .form-group .success_block:before, .registration_pages .form-group .error_block:before, .review_main .review_title:before, .review_main:before, .success-panel .block_inner .btn.btn-link:before, .progress_bar .btn-light:before, .steps_navbar .modal-header .close:before, .steps_navbar .steps_list li:has(~ .current_step):before, .needs-validation .inner_title:before,
.needs-validation .btn-link:before, .needs-validation .btn.btn-light.btn-block:before, .navbar .dropdown-toggle:before, [class*=icon_]:before, .breadcrumb:has(li:nth-child(2)) li:first-child a:before, .breadcrumb .breadcrumb-item:before, .form-group .modal-header .close:before, .form-group .bootstrap-select .btn:before, .form-group .checkbox_sm [type=checkbox]:checked ~ .custom-control-label:before,
.form-group .radio_sm [type=checkbox]:checked ~ .custom-control-label:before, .form-group .iti__arrow:before, .standard_textpage ul li:before, .housing_people .list-person li:after,
.people_all .list-person li:after, .application-tree table .file_container .file_upload > span > span:after, .registration_pages .form-group .success_block:after, .registration_pages .form-group .error_block:after, .review_main .review_title:after, .review_main:after, .success-panel .block_inner .btn.btn-link:after, .progress_bar .btn-light:after, .steps_navbar .modal-header .close:after, .steps_navbar .steps_list li:has(~ .current_step):after, .needs-validation .inner_title:after,
.needs-validation .btn-link:after, .needs-validation .btn.btn-light.btn-block:after, .navbar .dropdown-toggle:after, [class*=icon_]:after, .breadcrumb:has(li:nth-child(2)) li:first-child a:after, .breadcrumb .breadcrumb-item:after, .form-group .modal-header .close:after, .form-group .bootstrap-select .btn:after, .form-group .checkbox_sm [type=checkbox]:checked ~ .custom-control-label:after,
.form-group .radio_sm [type=checkbox]:checked ~ .custom-control-label:after, .form-group .iti__arrow:after, .standard_textpage ul li:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.housing_people .people-using .people-inner button,
.housing_people .people-using .people-inner a,
.people_all .people-using .people-inner button,
.people_all .people-using .people-inner a, .housing_people .list-person li:before,
.people_all .list-person li:before, .housing_people .icon_download2,
.people_all .icon_download2, .steps_navbar .modal-header .close, .steps_navbar .steps_list li:has(~ .current_step):before, .form-group .modal-header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.form-group .field_hint .icon_help {
  border: none;
  padding: 0;
  background: transparent;
}

.housing_people .sub-title,
.people_all .sub-title {
  font-size: 137.5%;
  line-height: 1.36em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .housing_people .sub-title,
  .people_all .sub-title {
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 700;
  }
}

.field_block[data-unity]:before, .contacts_section .contact_block, .about_review, .review_main .review_description, .progress_bar .percent_size, .progress_bar .step_info, .steps_navbar .navbar_inner, .overview_block, .footer, .navbar, .btn-sm, .breadcrumb, .page_pretitle, .form-group .field_label, .form-group .field_details, .form-group .bootstrap-select .btn, .form-group .bootstrap-select .dropdown-item {
  font-size: 87.5%;
  line-height: 1.43em;
}

.navbar {
  padding: 20px 0;
  border-bottom: 1px solid #E2E1EB;
  color: #45464F;
  font-weight: 500;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar .main_logo {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-right: 30px;
}
.navbar .main_logo img {
  display: block;
  width: auto;
  height: 34px;
}
.navbar .nav-item {
  padding: 0 2px;
}
.navbar .nav-link {
  color: inherit;
}
.navbar .separate {
  display: block;
  border-left: 1px solid #E2E1EB;
  margin: 0 24px;
  height: 24px;
}
.navbar .dropdown-toggle {
  padding: 8px;
  color: inherit;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.navbar .dropdown-toggle:before {
  order: 2;
  margin-left: 2px;
  font-size: 1.25rem;
}
.navbar .dropdown-toggle:after {
  display: none;
}
.navbar .dropdown-toggle:active:before {
  color: inherit;
}
@media (hover: hover) {
  .navbar .dropdown-toggle:hover:before {
    color: inherit;
  }
}
.navbar .dropdown-menu {
  min-width: 0;
  padding: 8px 0;
  font-size: 1rem;
  color: inherit;
  text-align: center;
  border-color: #E2E1EB;
  border-radius: 12px;
  overflow: hidden;
  left: 50%;
  width: 64px;
  margin: 0 -32px;
}
.navbar .dropdown-item {
  padding: 8px;
  color: inherit;
  background: transparent;
}
.navbar .user_block {
  display: flex;
  align-items: center;
  color: #101114;
  max-width: 180px;
  text-align: right;
  font-weight: 500;
}
.navbar .user_block img {
  display: block;
  margin-left: 12px;
  flex: 0 0 40px;
  width: 40px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  outline: 1px solid rgba(13, 52, 171, 0.16);
  outline-offset: -1px;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    margin-top: 1px;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .navbar:has(.navbar-toggler[aria-expanded=true]):before {
    height: calc(100dvh - 65px);
  }
  .navbar .main_logo {
    margin-right: auto;
  }
  .navbar .main_logo img {
    height: 36px;
  }
  .navbar .separate {
    display: none;
  }
  .navbar .user_block {
    font-size: 0;
  }
  .navbar .user_block img {
    margin: 0;
  }
  .navbar .navbar-toggler {
    order: 2;
    margin: -8px -8px -8px 8px;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #555D80;
    position: relative;
    z-index: 100;
    border: none;
  }
  .navbar .navbar-toggler:before, .navbar .navbar-toggler:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 2px solid;
    left: 14px;
    width: 20px;
    border-radius: 2px;
    -o-transition: opacity 0.4s 0.2s;
    -ms-transition: opacity 0.4s 0.2s;
    -moz-transition: opacity 0.4s 0.2s;
    -webkit-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
  }
  .navbar .navbar-toggler:before {
    top: 17px;
  }
  .navbar .navbar-toggler:after {
    bottom: 17px;
  }
  .navbar .navbar-toggler-icon {
    width: 20px;
    height: 2px;
    background: transparent;
    position: relative;
  }
  .navbar .navbar-toggler-icon:before, .navbar .navbar-toggler-icon:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 2px solid;
    left: 0;
    width: 100%;
    border-radius: 2px;
    top: 0;
    transform-origin: center;
    -webkit-transfrom-origin: center;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
  .navbar .navbar-toggler:focus {
    outline-color: transparent;
  }
  .navbar .navbar-toggler[aria-expanded=true]:before, .navbar .navbar-toggler[aria-expanded=true]:after {
    opacity: 0;
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
  }
  .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    max-height: calc(100dvh - 65px);
  }
  .navbar .navbar-collapse:before, .navbar .navbar-collapse:after {
    display: block;
    content: "";
    height: 24px;
  }
  .navbar .nav-link {
    padding: 8px 0;
  }
  .navbar .nav-item {
    padding: 0 0 12px;
  }
  .navbar .lg_block:before {
    display: block;
    content: "";
    margin-right: 8px;
    margin-bottom: 12px;
    border-top: 1px solid #F1F0FA;
  }
  .navbar .dropdown-toggle {
    padding: 8px 0;
    justify-content: space-between;
  }
  .navbar .dropdown-menu {
    left: 0;
    width: 100%;
    margin: 12px 0 0;
    border-color: #F1F0FA;
  }
}

.footer {
  margin-top: auto;
  border-top: 1px solid #F1F0FA;
  color: #45464F;
  font-weight: 500;
}
.footer .copyrights {
  padding: 8px 12px;
}
.footer .nav-link {
  padding: 8px 12px;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 26px 0;
  }
  .footer .container-xl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .navbar-nav {
    flex-direction: row;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 12px 0;
  }
  .footer .nav-item {
    padding-bottom: 8px;
  }
}

.overview_block {
  background: #ffffff;
  border: 1px solid #E2E1EB;
  box-shadow: 0px 132px 53px rgba(0, 0, 0, 0.01), 0px 74px 45px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  color: #45464F;
}
.overview_block .block_inner {
  margin: 0 !important;
}
.overview_block .block_icon {
  display: block;
  width: 24px;
  height: auto;
  margin-bottom: 12px;
}

@media screen and (max-height: 767px) {
  .needs-validation .steps_navbar .modal-body {
    max-height: 400px !important;
  }
}
.needs-validation .btn.btn-light.btn-block {
  border: 1px solid #E2E1EC;
  border-bottom: 0;
  background: #F4F2FB;
  border-radius: 12px 12px 0 0;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #0F1118 !important;
  padding: 16px;
  -o-transition: all 0s 0s !important;
  -ms-transition: all 0s 0s !important;
  -moz-transition: all 0s 0s !important;
  -webkit-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}
.needs-validation .btn.btn-light.btn-block[aria-expanded=false] {
  border-radius: 12px;
  border: 1px solid #E2E1EC;
  -o-transition: all 0s 0.3s !important;
  -ms-transition: all 0s 0.3s !important;
  -moz-transition: all 0s 0.3s !important;
  -webkit-transition: all 0s 0.3s !important;
  transition: all 0s 0.3s !important;
}
.needs-validation .btn.btn-light.btn-block[aria-expanded=false]:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.needs-validation .btn.btn-light.btn-block:after {
  border: none;
  content: "\e926";
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  font-size: 0.5rem;
  vertical-align: top;
  position: relative;
  margin-left: auto;
  width: auto;
  height: auto;
}
.needs-validation .small_radio input[type=text] {
  padding-right: 137px;
}
.needs-validation .small_radio .radio_sm {
  position: absolute;
  right: 22px;
  bottom: 13px;
  border: 1px solid #E2E1EC;
  border-radius: 12px;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
.needs-validation .small_radio .radio_sm .custom-control-label {
  outline-color: transparent;
  padding: 4px 6px;
  border-radius: 12px 0 0 12px;
}
.needs-validation .small_radio .radio_sm .custom-control-label:before {
  display: none;
}
.needs-validation .small_radio .radio_sm .custom-radio {
  padding: 0;
  font-weight: 500;
}
.needs-validation .small_radio .radio_sm .custom-radio:last-child .custom-control-label {
  border-radius: 0 12px 12px 0 !important;
}
.needs-validation .small_radio .radio_sm [type=radio]:checked ~ .custom-control-label:before {
  flex: 0 0 10px;
  max-width: 10px;
  min-width: 10px !important;
  height: 10px;
  border-radius: 50%;
  display: block;
}
.needs-validation #loanDetailsCollapse,
.needs-validation .collapse {
  border: 1px solid #E4E7EC;
  background: #F4F3FF;
  margin-bottom: 24px;
  border-radius: 12px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.needs-validation #loanDetailsCollapse .card-body,
.needs-validation .collapse .card-body {
  padding: 16px 0;
}
.needs-validation #loanDetailsCollapse .name_edit,
.needs-validation .collapse .name_edit {
  font-size: 87.5%;
  line-height: 1.43em;
  color: #45464F;
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.needs-validation #loanDetailsCollapse .name_edit strong,
.needs-validation #loanDetailsCollapse .name_edit div,
.needs-validation #loanDetailsCollapse .name_edit span,
.needs-validation .collapse .name_edit strong,
.needs-validation .collapse .name_edit div,
.needs-validation .collapse .name_edit span {
  margin-top: 4px;
  color: #000000;
  font-weight: 500;
  width: max-content;
}
.needs-validation #loanDetailsCollapse .name_edit:nth-last-child(-n+3),
.needs-validation .collapse .name_edit:nth-last-child(-n+3) {
  border-left: 1px solid #E4E7EC;
}
.needs-validation #loanDetailsCollapse .badge,
.needs-validation .collapse .badge {
  background: #ffffff;
  padding: 6px 16px;
  border-radius: 40px;
  margin-right: 8px;
  line-height: 20px;
  font-size: 0.88rem;
}
.needs-validation #loanDetailsCollapse .price_block,
.needs-validation .collapse .price_block {
  font-size: 125%;
  line-height: 1.5em;
  font-weight: 700 !important;
  color: #0F1118;
}
.needs-validation .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px -32px 0;
}
.needs-validation .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #E2E1EC;
}
.needs-validation .nav-tabs .nav-link {
  border: none;
  color: #45464F;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 20px;
  padding: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
}
@media (hover: hover) {
  .needs-validation .nav-tabs .nav-link:hover {
    color: #0D34AB;
  }
}
.needs-validation .nav-tabs .nav-link:before {
  font-size: 1.5rem;
  margin-right: 8px;
}
.needs-validation .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0D34AB;
  background: none;
  color: #0D34AB;
}
.needs-validation .block_inner {
  margin: 36px 0 0;
}
.needs-validation .block_inner .btn-link {
  margin: 0;
}
.needs-validation .block_inner .collapse {
  background: none;
  border: none;
  margin-bottom: 0;
}
.needs-validation .block_inner .field_label {
  margin: 16px 0 8px;
  color: #101114;
}
.needs-validation .block_inner .field_block {
  padding-bottom: 0;
}
.needs-validation .block_inner .page_row {
  margin-bottom: 10px;
}
.needs-validation .inner_title {
  margin-top: 30px !important;
}
.needs-validation .inner_title:before {
  display: none;
}
.needs-validation .inner_title,
.needs-validation .btn-link {
  padding: 0;
  color: #101114;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 20px;
  margin: 0 0 16px;
  width: 100%;
  max-width: max-content;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  text-decoration: none;
}
.needs-validation .inner_title.collapsed:before,
.needs-validation .btn-link.collapsed:before {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.needs-validation .inner_title:before,
.needs-validation .btn-link:before {
  margin-left: 15px;
  content: "\e901";
  color: #767680;
  font-size: 1rem;
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.needs-validation .inner_title:hover,
.needs-validation .btn-link:hover {
  text-decoration: none;
  color: #0D34AB;
}
.needs-validation .employed_block .inner_title,
.needs-validation .self_employed .inner_title {
  margin-bottom: 0;
}

.financial_history .field_label {
  margin: 16px 0 8px;
  font-weight: 500;
  color: #101114;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.steps_navbar .navbar_inner {
  background: #ffffff;
  border: 1px solid #E4E7EC;
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
.steps_navbar .steps_list {
  color: #45464F;
}
.steps_navbar .steps_list li {
  padding-top: 2px;
  padding-bottom: 24px;
  padding-left: 36px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.steps_navbar .steps_list li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #D0D5DD;
  border: 8px solid #F9FAFB;
  outline: 2px solid #E4E7EC;
  outline-offset: -2px;
}
.steps_navbar .steps_list li:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  left: 11px;
  top: 28px;
  bottom: 4px;
  width: 2px;
  border-radius: 2px;
  background: #E2E1EB;
}
.steps_navbar .steps_list li .step_num {
  font-weight: 700;
}
.steps_navbar .steps_list li .step_name {
  color: #475467;
}
.steps_navbar .steps_list li.current_step {
  color: #0C2F9A;
}
.steps_navbar .steps_list li.current_step .step_name {
  color: #0D34AB;
}
.steps_navbar .steps_list li.current_step:before {
  background: #ffffff;
  border-color: #0D34AB;
  outline-color: #0D34AB;
  outline-offset: 2px;
}
.steps_navbar .steps_list li:has(~ .current_step):before {
  border: none;
  color: #ffffff;
  background: #0D34AB;
  color: #ffffff;
  font-size: 0.63rem;
  outline: none;
}
.steps_navbar .steps_list li:has(~ .current_step):after {
  background: #0D34AB;
}
.steps_navbar .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.steps_navbar .modal-content {
  border: none;
  border-radius: 12px 12px 0 0;
}
.steps_navbar .modal-header {
  padding: 12px 24px;
  border: none;
  align-items: center;
  justify-content: space-between;
}
.steps_navbar .modal-header .close {
  margin: 0;
  margin-right: -12px;
  flex: 0 0 40px;
  height: 40px;
  padding: 0;
  color: #0F1118;
  opacity: 1;
}
.steps_navbar .modal-header .close * {
  display: none;
}
.steps_navbar .modal-header .close:before {
  display: block;
  font-size: 1.5rem;
}
.steps_navbar .modal-title {
  margin: 0;
  font-size: 1rem;
  color: #0F1118;
  font-weight: 700;
}
.steps_navbar .modal-body {
  padding: 12px 24px 24px;
}
.steps_navbar .modal-footer:empty {
  display: none;
}

.content:has(.progress_bar) {
  margin-bottom: 126px;
}

.progress_bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1216px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  padding: 0 0 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 132px 53px rgba(0, 0, 0, 0.01), 0px 74px 45px rgba(0, 0, 0, 0.02);
  border: 1px solid #CFD6EE;
  border-bottom: none;
}
.progress_bar .progress_track {
  flex: 0 0 100%;
  max-width: 100%;
  height: 8px;
  margin-bottom: 10px;
  background: #E4E7EC;
}
.progress_bar .progress_track span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #0D34AB;
  animation: showProgress 2s forwards;
}
.progress_bar .step_info {
  font-weight: 700;
  color: #5D5E67;
  padding: 0 24px;
}
.progress_bar .step_info .current {
  color: #0F1118;
}
.progress_bar .percent_size {
  color: #5D5E67;
  padding: 0 24px;
}
.progress_bar .actions_block {
  display: flex;
  padding: 16px 24px 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.progress_bar .actions_block:has(.icon_save) {
  margin-left: auto;
}
.progress_bar .actions_block:has(.icon_save) .btn-secondary {
  margin-left: 0;
}
.progress_bar .btn-light,
.progress_bar .btn-outline-primary {
  margin-right: 16px;
}
.progress_bar .btn-secondary {
  margin-left: auto;
}
@keyframes showProgress {
  from {
    width: 0;
  }
}
.success-panel .block_inner {
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.success-panel .block_inner .btn.btn-link {
  padding: 0;
  width: 100%;
  text-align: left;
  color: #101114;
  font-weight: 700;
  text-decoration: none;
  font-size: 125%;
  line-height: 1.5em;
  position: relative;
}
.success-panel .block_inner .btn.btn-link[aria-expanded=true] {
  color: #0C2F9A;
}
.success-panel .block_inner .btn.btn-link[aria-expanded=true]:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.success-panel .block_inner .btn.btn-link:focus {
  box-shadow: none;
}
.success-panel .block_inner .btn.btn-link:before {
  content: "\e901";
  position: absolute;
  right: 0;
  top: 5px;
}
.success-panel .block_inner .collapsing:before,
.success-panel .block_inner .collapse:before {
  content: "";
  height: 20px;
  display: block;
}

.review_main {
  display: flex;
  border-radius: 12px;
  padding: 24px;
}
.review_main .btn.btn-light {
  border: 1px solid #D0D5DD;
}
.review_main .review_inner {
  padding-left: 56px;
}
.review_main .review_title {
  font-size: 125%;
  line-height: 1.5em;
  font-weight: 700;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.review_main .review_title:before {
  display: block;
  font-size: 2.5rem;
  margin-left: -56px;
  margin-right: 16px;
}
.review_main .review_description {
  margin-top: 16px;
}
.review_main .review_description ul {
  margin: 0;
  padding-left: 24px;
}
.review_main .review_description ul li:not(:first-child) {
  margin-top: 14px;
}
.review_main .actions_block {
  display: flex;
  margin: 32px -8px 0;
}
.review_main .actions_block .icon_left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .review_main .actions_block .icon_left {
    justify-content: center;
  }
}
.review_main .actions_block .icon_left:before {
  margin-right: 8px;
  font-size: 1.3rem;
}
.review_main .actions_block > * {
  margin: 0 8px;
}
.review_main.review_success {
  background: #DDF8E9;
  margin-bottom: 24px;
}
.review_main.review_success .review_title:before {
  color: #20A95F;
}
.review_main.review_reject {
  background: #FEE4E2;
}
.review_main.review_reject .review_title:before {
  color: #BA1A1A;
}
.review_main.review_reject .review_description {
  color: #A80710;
  max-width: 700px;
}

.about_review {
  margin-top: 24px;
  border: 1px solid #D0D5DD;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
}
.about_review .block_icon {
  margin-top: 4px;
  margin-right: 12px;
  flex: 0 0 24px;
  width: 24px;
  height: auto;
}
.about_review .block_title {
  padding: 4px;
  color: #0C2F9A;
  font-weight: 700;
  font-size: 125%;
  line-height: 1.5em;
}
.about_review .block_description {
  margin-top: 12px;
}
.about_review .block_description ul {
  margin: 0;
  padding-left: 7px;
  list-style: none;
  font-size: 100%;
  line-height: 1.5em;
  color: #45464F;
}
.about_review .block_description ul li:not(:first-child) {
  margin-top: 12px;
}

.contacts_section {
  margin-top: 24px;
  background: #F1F5FF;
  border-radius: 12px;
  padding: 60px 32px;
}
.contacts_section .section_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.contacts_section .info_block {
  flex: 0 0 44%;
  max-width: 44%;
  padding: 0 12px;
  align-self: center;
  font-size: 125%;
  line-height: 1.5em;
  font-weight: 700;
}
.contacts_section .info_block .font-italic {
  font-weight: 600;
}
.contacts_section .contacts_list {
  flex: 1;
  width: 50%;
  margin: 0 12px;
  background: #ffffff;
  border-radius: 12px;
  padding: 42px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #D0D5DD;
}
.contacts_section .contact_block {
  display: flex;
  align-items: flex-start;
  color: #45464F;
}
.contacts_section .contact_block b {
  display: contents;
}
.contacts_section .contact_block:before {
  display: block;
  font-size: 1.5rem;
  margin-right: 8px;
  color: #0D34AB;
}
.contacts_section .contact_block:not(:first-child) {
  margin-top: 20px;
}
.contacts_section a.contact_block {
  color: inherit;
}
@media (hover: hover) {
  .contacts_section a.contact_block:hover:before {
    color: inherit;
  }
}
.contacts_section a.contact_block:active:before {
  color: inherit;
}

.form-group:not(:has(.dropdown)) .field_block {
  border-bottom: 0;
}
.form-group:not(:has(.dropdown)) .form-text {
  margin-top: 4px;
  font-size: 75%;
  line-height: 1.33em;
  color: #475467;
}

.ui-slider-horizontal {
  height: 8px;
  border: none;
  top: auto;
  background: #E1E1F0;
  position: relative;
  z-index: 2;
  border-radius: 50px;
  margin-top: 15px;
}

.ui-slider .ui-slider-handle {
  top: -8px;
  border: 2px solid #0D34AB !important;
  border-radius: 50%;
  margin: 0 0 0 -11px;
  position: absolute;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #ffffff;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:focus-visible {
  outline: none;
}
.ui-slider .ui-slider-range {
  height: 8px;
  top: 0;
  background: #0D34AB;
  position: absolute;
  border-radius: 50px;
}

.min_input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.min_input.min_input {
  caret-color: #0F1118;
  font-size: 1rem;
}

.field_block[data-unity]:before {
  position: absolute;
  left: 25px;
  line-height: 117px;
  content: attr(data-unity);
  color: #767680;
  font-size: 1rem;
}
.field_block[data-unity] input {
  padding-left: 43px;
}

.hidden_value {
  position: absolute;
  left: 44px;
  top: 15px;
  color: transparent;
  pointer-events: none;
}
.hidden_value:after {
  content: ".00";
  color: #0F1118;
}

.range_hints {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 0.75rem;
  color: #767680;
}
.range_hints span:last-child {
  margin-left: auto;
}
.range_hints span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.range_hints span[data-min]:before {
  content: attr(data-min);
  color: #0F1118;
}
.range_hints span[data-max]:before {
  content: attr(data-max);
  color: #0F1118;
}

.field_description {
  margin-bottom: 20px;
}

.block_section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E1EC;
}
.block_section:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.block_section .text-info {
  color: #0F1118 !important;
}
.block_section .text-info:has(b) {
  margin-bottom: 20px;
}
.block_section .text-info ~ .page_row {
  margin-top: 20px;
}
.block_section .text-info ~ .list_group {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .block_section .text-info ~ .list_group,
  .block_section .text-info ~ .page_row, .block_section .text-info:has(b) {
    margin-bottom: 10px;
  }
}
.block_section .review_reject .review_description {
  color: #0F1118;
}
.block_section .list_group {
  padding: 0 25px 0;
  margin: 0;
}
.block_section .review_main {
  margin-top: 40px;
}
.block_section .review_main .review_inner {
  padding-left: 0;
}
.block_section .review_main .review_title:before {
  content: "\e921";
  margin-left: 0;
  font-size: 1.7rem;
}
.block_section .overview_block {
  box-shadow: none;
}

.field_title {
  font-size: 137.5%;
  line-height: 1.36em;
  font-weight: 700;
  color: #101114;
  margin-bottom: 20px;
  padding-right: 25px;
}

.sub_title {
  font-size: 87.5%;
  line-height: 1.43em;
  font-weight: 500;
  color: #45464F;
  margin: 16px 0;
}

.download-block {
  display: flex;
  flex-direction: column;
  background: #FCFCFD;
  border: 1px solid #DDE1FF;
  padding: 16px;
  border-radius: 12px;
  font-size: 87.5%;
  line-height: 1.43em;
}
.download-block a {
  margin-top: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  color: #0C2F9A;
  font-weight: 600;
}
.download-block a:before {
  padding-left: 10px;
  font-size: 1.2rem;
}

.form-group:has(.field_title) .field_block:has(select, .file_container) {
  margin-top: 20px;
}

.registration_pages .modal-list {
  background: #FBF8FF;
  padding: 25px 35px;
  margin: 16px 0;
}
.registration_pages .modal-list ul {
  margin: 0;
  padding: 0;
}
.registration_pages .list-title {
  color: #5D5E67;
  margin-bottom: 12px;
}
.registration_pages #createPasswords .modal-list {
  padding: 20px;
}
.registration_pages #createPasswords .modal-list ul {
  list-style: none;
}
.registration_pages #createPasswords .modal-list ul li:nth-child(even) {
  margin-bottom: 20px;
}
.registration_pages #createPasswords .modal-list ul li:nth-child(even):last-child {
  margin-bottom: 0;
}
.registration_pages #createPasswords .modal-list ul span {
  font-weight: 700;
  color: #0F1118;
}
.registration_pages .file-details {
  color: #5D5E67;
}
.registration_pages .input-group-text {
  background: none;
  border-left: none;
}
.registration_pages .block_section {
  border: 0;
  padding-bottom: 0;
}
.registration_pages .text-info {
  font-size: 87.5%;
  line-height: 1.43em;
  color: #5D5E67 !important;
  margin-top: 4px;
}
.registration_pages .actions_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0 15px;
}
.registration_pages .actions_block .btn-light {
  margin-right: 16px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration_pages .actions_block [disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.registration_pages .actions_block .btn-outline-primary {
  background: #0D34AB;
  color: #ffffff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration_pages .form-group {
  padding: 32px 64px;
}
.registration_pages .form-group:has(.review_main) {
  padding: 0;
}
.registration_pages .form-group:has(.field_name ~ .field_hint) .field_name {
  padding-right: 35px;
}
.registration_pages .form-group .overview_block {
  margin: 0 -30px;
  border-radius: 12px;
  background: #FBF8FF;
}
.registration_pages .form-group .overview_block .block_inner {
  margin: 0;
  padding: 20px;
}
.registration_pages .form-group .block_description {
  font-size: 87.5%;
  line-height: 1.43em;
  font-weight: 400;
}
.registration_pages .form-group .checkbox_sm {
  margin-top: 15px;
}
.registration_pages .form-group .checkbox_sm:has(a) a {
  padding: 0 5px;
  text-decoration: underline;
}
@media (hover: hover) {
  .registration_pages .form-group .checkbox_sm:has(a) a:hover {
    color: #333333;
  }
}
.registration_pages .form-group .checkbox_sm .custom-control-label {
  font-size: 87.5%;
  line-height: 1.43em;
}
.registration_pages .form-group input {
  background: #ffffff !important;
  color: #0F1118;
}
.registration_pages .form-group.profile-info .page_row {
  margin: 0 -16px -16px;
  padding: 0;
}
.registration_pages .form-group.profile-info .page_row > div {
  margin-bottom: 20px;
}
.registration_pages .form-group.profile-info strong {
  font-weight: 400;
  color: #90909A;
  margin-bottom: 4px;
  font-size: 87.5%;
  line-height: 1.43em;
}
.registration_pages .form-group.profile-info p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5em;
}
.registration_pages .form-group.profile-info .overview_block {
  background: none;
  border: 1px solid #E2E1EC;
  border-radius: 12px;
  padding: 0;
  margin: 30px 0 16px;
  font-weight: 700;
  color: #555D80;
}
.registration_pages .form-group.profile-info .overview_block .block_icon {
  margin-bottom: 0;
}
.registration_pages .form-group .field_name span {
  font-size: 87.5%;
  line-height: 1.43em;
  font-weight: 400;
  color: #767680;
}
.registration_pages .form-group .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-right: 45px;
}
.registration_pages .form-group .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}
.registration_pages .form-group .toggle-password {
  border: none;
}
.registration_pages .form-group .toggle-password:before {
  font-size: 1.3rem;
  color: #98A2B3;
}
.registration_pages .form-group .verify-group .field_block {
  margin: 20px 0 0 !important;
  padding-right: 0;
  padding-left: 0;
}
.registration_pages .form-group .verify-group .reset_btn {
  padding: 0;
}
.registration_pages .form-group .verify-group .field_name {
  margin-bottom: 20px;
}
.registration_pages .form-group .verify-group:has(.error_block) input {
  border-color: #BA1A1A;
}
.registration_pages .form-group .verify-group:has(.error_block) .reset_btn {
  display: none;
}
.registration_pages .form-group .verify-group:has(.success_block) .reset_btn {
  display: none;
}
.registration_pages .form-group .verify-group:has(.success_block) input {
  border-color: #20A95F;
}
.registration_pages .form-group .field_description.col-lg-8 {
  margin-bottom: 5px;
}
.registration_pages .form-group .form-group {
  padding: 16px 0;
}
.registration_pages .form-group .form-group .field_hint {
  top: 0;
}
.registration_pages .form-group .form-group .field_block {
  margin: 0;
}
.registration_pages .form-group .form-group .field_block .d-flex {
  justify-content: space-between;
}
.registration_pages .form-group .form-group .field_block .field_label {
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.71em;
}
.registration_pages .form-group .form-group .time_expires {
  color: #5D5E67;
  font-size: 87.5%;
  line-height: 1.43em;
}
.registration_pages .form-group .error_block:before {
  color: #BA1A1A;
  font-weight: 700;
  padding-right: 8px;
  content: "\e908";
}
.registration_pages .form-group .success_block:before {
  color: #20A95F;
  font-weight: 700;
  padding-right: 8px;
  content: "\e909";
}
.registration_pages .form-group .reset_btn {
  padding: 0 12px;
}
.registration_pages .form-group .reset_btn button,
.registration_pages .form-group .reset_btn a {
  background: none;
  border: none;
  color: #0D34AB;
}
.registration_pages .business_block,
.registration_pages .individual_block {
  margin-top: 0;
}
.registration_pages .business_block.business_block .field_label span,
.registration_pages .individual_block.business_block .field_label span {
  color: #767680;
}
.registration_pages .field_block:has(> .btn):before {
  content: "";
  height: 20px;
  display: block;
}
.registration_pages .field_block:has(> .btn) .btn {
  height: 52px;
  width: 100%;
}
.registration_pages .field_block:has(.finder_code) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.registration_pages .field_description {
  font-size: 87.5%;
  line-height: 1.43em;
  color: #5D5E67;
  padding: 0;
}
.registration_pages .block_description {
  margin-bottom: 20px;
}
.registration_pages .radio_group .block_description {
  color: #5D5E67;
  display: block;
  width: 100%;
  padding-left: 40px;
  margin: 10px 0 0;
}
.registration_pages .radio_group .custom-control-label {
  display: flex;
  flex-wrap: wrap;
}
.registration_pages .finder_code {
  font-size: 87.5%;
  line-height: 1.43em;
  color: #0D34AB;
  text-decoration: underline;
}
@media (hover: hover) {
  .registration_pages .finder_code:hover {
    color: #333333;
  }
}
.registration_pages .review_main .actions_block {
  justify-content: flex-start;
  padding: 0;
}
.registration_pages .review_main .actions_block .btn-light {
  height: 48px;
  border: 1px solid #0D34AB;
  color: #0D34AB !important;
}
.registration_pages .review_main .review_title:before {
  font-size: 2rem;
}
.registration_pages .review_main.review_success {
  background: #F1F0FA;
}
.registration_pages .review_main .review_inner {
  width: 100%;
}
.registration_pages .review_main .inner-block {
  background: #ffffff;
  padding: 16px;
  color: #0F1118;
  border-radius: 12px;
  margin-top: 20px;
}
.registration_pages .review_main .inner_title {
  font-weight: 700;
  font-size: 100%;
  line-height: 1.5em;
  margin: 0 0 20px !important;
}
.registration_pages .review_main .inner_description {
  font-size: 87.5%;
  line-height: 1.43em;
}
@media screen and (max-width: 991px) {
  .registration_pages .modal-list {
    padding: 15px 32px;
  }
  .registration_pages .form-group .form-group {
    margin-top: 0;
  }
  .registration_pages .form-group .verify-group .field_name {
    margin-bottom: 12px;
  }
  .registration_pages .actions_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .registration_pages .actions_block .btn-light {
    margin-right: 16px;
    height: 46px;
    flex: 1;
  }
  .registration_pages .actions_block .btn-outline-primary {
    height: 46px;
    flex: 1;
  }
  .registration_pages .field_block:has(> .btn) {
    margin-left: auto;
  }
  .registration_pages .field_block:has(> .btn):before {
    display: none;
  }
  .registration_pages .field_block:has(> .btn) .btn {
    height: 46px;
    width: 100%;
    margin-bottom: 30px;
  }
  .registration_pages .review_main .actions_block .btn-light {
    flex: unset;
  }
}
@media screen and (min-width: 768px) {
  .registration_pages .steps_navbar {
    position: relative;
    top: 0;
    margin-bottom: 32px;
    order: unset;
  }
  .registration_pages .steps_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .registration_pages .steps_list .step_block {
    margin: 12px 0 4px;
    color: #90909A;
  }
  .registration_pages .steps_list .step_num {
    color: #344054;
  }
  .registration_pages .steps_list li {
    flex: 1;
    font-weight: 500;
    padding-bottom: 0;
  }
  .registration_pages .steps_list li:before {
    position: relative;
  }
  .registration_pages .steps_list li:not(:last-child):after {
    display: block;
    content: "";
    position: absolute;
    left: 75px;
    top: 12px;
    right: -20px;
    width: auto;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background: #E2E1EB;
  }
}
@media screen and (max-width: 767px) {
  .registration_pages .form-group .overview_block {
    margin: 0;
  }
  .registration_pages .form-group.profile-info .overview_block .block_icon {
    margin-bottom: 10px;
  }
  .registration_pages .form-group.profile-info .checkbox_sm [type=checkbox]:checked ~ .custom-control-label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
  }
  .registration_pages .steps_navbar .steps_list.col-12 .step_num,
  .registration_pages .steps_navbar .steps_list.col-12 .step_block {
    display: none !important;
  }
  .registration_pages .form-group .form-group .time_expires,
  .registration_pages .form-group .form-group .field_block .field_label,
  .registration_pages .reset_btn {
    font-size: 75%;
    line-height: 1.33em;
  }
  .registration_pages .form-group {
    padding: 24px;
  }
}
@media screen and (max-width: 575px) {
  .registration_pages .review_main .actions_block .btn-primary,
  .registration_pages .review_main .actions_block .btn-light {
    flex: 1;
    margin-right: 0;
  }
}

.iti__country-list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.iti__country-list::-webkit-scrollbar-track {
  background: #E2E1EB;
  border-radius: 1px;
}
.iti__country-list::-webkit-scrollbar-thumb {
  background: #0D34AB;
  border-radius: 8px;
}

.moz .iti__country-list {
  scrollbar-color: #0D34AB #E2E1EB;
  scrollbar-width: thin;
}

.file_list {
  list-style: none;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .file_list {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.file_list li {
  padding: 0 6px;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .file_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
}

.file_name {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-break: anywhere;
}

.file_details {
  display: flex;
  align-items: center;
  border: 1px solid #F1F0FA;
  padding: 15px;
  border-radius: 10px;
}
.file_details img {
  height: 40px;
  display: block;
  width: 100%;
  min-width: 40px;
  max-width: max-content;
}

.block_btn {
  display: none;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 15px;
}

.delete_btn {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  margin-left: auto;
  font-size: 140%;
  line-height: 20px;
  padding: 0;
}
@media (hover: hover) {
  .delete_btn:hover {
    color: #0D34AB;
  }
  .delete_btn:hover:before {
    color: #0D34AB;
  }
}

.remove_all {
  background: none;
  border: none;
  font-size: 87.5%;
  line-height: 1.43em;
  font-weight: 500;
  color: #555D80;
  display: flex;
  align-items: center;
  margin-left: auto;
  opacity: 0;
  pointer-events: none;
}
.remove_all:before {
  font-size: 1.5rem;
  margin-right: 5px;
}
.remove_all.active {
  opacity: 1;
  pointer-events: unset;
}
@media (hover: hover) {
  .remove_all:hover {
    color: #0D34AB;
  }
  .remove_all:hover:before {
    color: #0D34AB;
  }
}

.info_file {
  font-size: 87.5%;
  line-height: 1.43em;
  color: #45464F;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}
.info_file .file-size {
  color: #767680;
}

.attachment_count {
  font-weight: 700;
  font-size: 100%;
  line-height: 1.5em;
  color: #0F1118;
  display: none;
}
.attachment_count:has(span) {
  display: block;
}

.inner_upload {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inner_upload:has(.file_item) .file_upload {
  width: auto;
}
@media screen and (max-width: 1199px) {
  .inner_upload:has(.file_item) .file_upload {
    width: 100%;
  }
}
.inner_upload .file_item {
  flex: 1;
  padding: 0 5px;
  margin-bottom: 12px;
  min-width: 220px;
}

.file_container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media screen and (max-width: 991px) {
  .file_container {
    margin-bottom: 0;
  }
  .file_container .file_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .file_container .info_file {
    font-size: 75%;
    line-height: 1.33em;
  }
  .file_container .file-details img {
    height: 30px;
    min-width: 30px;
  }
  .file_container .file_list,
  .file_container .attachment_count,
  .file_container .file_upload {
    padding: 0 !important;
  }
  .file_container .attachment_count,
  .file_container .remove_all {
    font-size: 75%;
    line-height: 1.33em;
  }
  .file_container .attachment_count:before,
  .file_container .remove_all:before {
    font-size: 1.1rem;
  }
  .file_container .delete_btn {
    font-size: 120%;
  }
  .file_container .error_hint {
    left: 0;
    bottom: -10px;
  }
}
.file_container .error_hint {
  display: block;
  padding: 0;
  margin: 0 0;
  position: absolute;
  bottom: -10px;
  font-size: 75%;
  line-height: 1.67em;
}
.file_container .text-upload {
  font-size: 100% !important;
}
.file_container .file_upload {
  width: 100%;
  display: flex;
  background: #FCFCFD;
  padding: 0;
  margin-bottom: 12px;
  text-align: center;
}
.file_container .file_upload > span {
  width: 100%;
  border: 1px solid #E4E7EC;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 44px;
}
.file_container .file_upload > span:before {
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
  border: 2px solid #E2E1EC;
  padding: 12px;
  border-radius: 10px;
  font-size: 1.2rem;
  color: #51525B;
  margin-bottom: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file_container .file_upload > span > p,
.file_container .file_upload > span span,
.file_container .file_upload > span div {
  font-size: 87.5%;
  line-height: 1.43em;
  color: #475467;
}
.file_container .file_upload > span > p span,
.file_container .file_upload > span span span,
.file_container .file_upload > span div span {
  color: #0D34AB;
  font-weight: 600;
}
.file_container .file_upload > span > p span span,
.file_container .file_upload > span span span span,
.file_container .file_upload > span div span span {
  font-size: 100%;
}
.file_container:has(.file_list li) .block_btn {
  display: flex;
}

.error_hint .individual_hint,
.error_hint .standard_hint {
  display: none;
  color: #A80710;
}

.review-group .edit_btn {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #45464F;
  font-size: 0;
  line-height: 0;
}
.review-group .edit_btn:before {
  font-size: 1.3rem;
}
.review-group .field_block {
  margin-bottom: 13px;
}
.review-group .list-title {
  font-size: 100%;
  line-height: 1.5em;
  color: #101114;
  margin-bottom: 15px;
  padding: 0 8px;
}
.review-group .list-documents {
  margin: 0;
  padding: 0 0 20px 30px;
  font-size: 100%;
  line-height: 1.5em;
  color: #101114;
}
.review-group .file_item {
  padding: 0 5px 20px;
}
.review-group .file_item .icon_check2:before {
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.review-group .checkbox_group {
  pointer-events: none;
  color: #475467;
}
.review-group .checkbox_group [type=checkbox]:checked ~ .custom-control-label:before {
  border-color: #F1F5FF;
  background: #F1F5FF !important;
  color: #0D34AB;
  font-weight: 700;
  border-radius: 50%;
}
.review-group .title-block {
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 -8px 20px;
}
.review-group .form-group:has(.page_row:nth-child(n+3)) .page_row {
  margin-bottom: 20px;
  position: relative;
}
.review-group .form-group:has(.page_row:nth-child(n+3)) .page_row:before {
  display: block;
  content: "";
  position: absolute;
  border-bottom: 1px solid #F1F0FA;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 8px;
}
.review-group .form-group:has(.page_row:nth-child(n+3)) .page_row:last-child {
  margin-bottom: 0;
}
.review-group .form-group:has(.page_row:nth-child(n+3)) .page_row:last-child:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .review-group .form-group .field_block:last-child {
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
  .review-group .edit_btn {
    top: 16px;
    right: 16px;
  }
}

.main-block {
  background: #F1F5FF;
  margin-top: -32px;
  padding: 32px 0;
}
.main-block .row {
  align-items: center;
}
.main-block .main-title {
  font-weight: 700;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .main-block .main-title {
    font-size: 300%;
    line-height: 1.25em;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .main-block .main-title {
    font-size: 187.5%;
    line-height: 1.27em;
    margin-bottom: 12px;
  }
}
.main-block img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 560/640;
}
.main-block .btn {
  margin: 40px 8px 0;
  height: 56px;
  display: flex;
  align-items: center;
}
.main-block .btn.btn-light {
  box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.1803921569) inset;
  border: 1px solid #0C2F9A;
  color: #0C2F9A !important;
}

.content:has(.intro-block), .content:has(.eligibility-block) {
  padding-bottom: 0;
}

.intro-section,
.eligibility-section {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.intro-section .overview_block,
.eligibility-section .overview_block {
  padding: 0;
  background: none;
}
.intro-section .overview_block .block_inner,
.eligibility-section .overview_block .block_inner {
  background: transparent;
  font-weight: 500;
  color: #101114;
  border-color: #D0D5DD;
}
.intro-section .card-body,
.eligibility-section .card-body {
  padding: 24px;
}
.intro-section .card-title,
.eligibility-section .card-title {
  margin: 0;
  font-weight: 700;
  color: #0C2F9A;
  font-size: 100%;
  line-height: 1.5em;
}
.intro-section .list-styled,
.eligibility-section .list-styled {
  color: #101114;
  font-size: 100%;
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 0 24px;
}
.intro-section .list-styled > li,
.eligibility-section .list-styled > li {
  margin: 0 0 16px;
}
.intro-section .block-title,
.eligibility-section .block-title {
  font-weight: 700;
  color: #101114;
  margin-bottom: 35px;
  font-size: 187.5%;
  line-height: 1.27em;
}
.intro-section .before-you-apply,
.eligibility-section .before-you-apply {
  margin-top: 100px;
  background: #F1F5FF;
  border-radius: 16px;
  padding: 64px 56px;
  font-weight: 700;
  color: #101114;
  font-size: 100%;
  line-height: 1.5em;
}
.intro-section .intro-block .overview_block,
.eligibility-section .intro-block .overview_block {
  margin-top: 24px;
  background: #F1F5FF;
}
.intro-section .intro-block .overview_block .block_icon,
.eligibility-section .intro-block .overview_block .block_icon {
  margin-bottom: 0;
}
.intro-section .intro-block .row [class*=col-],
.intro-section .eligibility-block .row [class*=col-],
.eligibility-section .intro-block .row [class*=col-],
.eligibility-section .eligibility-block .row [class*=col-] {
  margin-bottom: 24px;
}
.intro-section .intro-block .card,
.intro-section .eligibility-block .card,
.eligibility-section .intro-block .card,
.eligibility-section .eligibility-block .card {
  border: 1px solid #D0D5DD;
  background: none;
  border-radius: 12px;
}
.intro-section .before-you-apply .icon-box,
.eligibility-section .before-you-apply .icon-box {
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-section .before-you-apply .icon-box img,
.eligibility-section .before-you-apply .icon-box img {
  max-width: 40px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.intro-section .before-you-apply .icon-box p,
.eligibility-section .before-you-apply .icon-box p {
  margin: 0;
  padding: 0;
}
.intro-section .card-inner,
.eligibility-section .card-inner {
  display: flex;
  margin-bottom: 16px;
}
.intro-section .card-inner img,
.eligibility-section .card-inner img {
  margin-right: 10px;
  max-width: 24px;
  width: 100%;
  height: auto;
}

.application-two .form-group .form-group .field_label {
  margin-top: 15px;
}
.application-two .form-group .form-group ul {
  margin-top: 16px;
}
.application-two .form-group .checkbox_sm .custom-control-label, .application-two .form-group .radio_sm .custom-control-label {
  white-space: normal;
}
.application-two .field_block[data-unity] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.application-two .field_block[data-unity]:before {
  line-height: 51px;
}

.application-tree .overview_block {
  margin-bottom: 20px;
}
.application-tree .form-group .form-group {
  margin-bottom: 20px;
}
.application-tree .form-group .form-group .block_description {
  margin: 0;
}
.application-tree .inner_title {
  color: #101114;
}
.application-tree .tab-section .text-info {
  font-weight: 600;
  color: #45464F !important;
}
.application-tree .tab-section .upload_outside table td:nth-child(1) {
  max-width: 94px;
  min-width: 94px;
}
.application-tree .tab-section .upload_outside table td:nth-child(3) {
  max-width: 138px;
  min-width: 138px;
}
.application-tree .tab-section .upload_outside table td:last-child {
  max-width: 197px;
  min-width: 197px;
}
.application-tree .tab-section .upload_table .error_hint {
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.application-tree .tab-section .upload_table td:nth-child(1) {
  max-width: 94px;
  min-width: 94px;
}
.application-tree .tab-section .upload_table td:nth-child(3) {
  max-width: 138px;
  min-width: 138px;
}
.application-tree .tab-section .upload_table td:last-child {
  max-width: 168px;
  min-width: 168px;
}
.application-tree .needs-validation .nav-tabs {
  margin: 0;
  justify-content: flex-start;
}
.application-tree .needs-validation .nav-tabs .nav-item {
  border: none;
  flex: unset;
}
.application-tree .needs-validation .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  color: #101114;
  cursor: pointer;
  outline: 1px solid;
  outline-offset: -1px;
  padding: 8px 12px;
  border-radius: 12px;
  outline-color: transparent;
  white-space: nowrap;
  font-weight: 500;
  border-bottom: 0;
  font-size: 100%;
  line-height: 1.5em;
}
.application-tree .needs-validation .nav-tabs .nav-link:before {
  display: block !important;
  content: "";
  position: relative;
  left: auto;
  top: auto;
  border: 1px solid #AAAAB4;
  background: #ffffff;
  border-radius: 50%;
  height: 18px;
  min-width: 18px;
  margin-right: 10px;
}
.application-tree .needs-validation .nav-tabs .nav-link.active {
  outline-color: #0D34AB;
  color: #0D34AB;
  background: #EAECF5;
  pointer-events: none;
}
.application-tree .needs-validation .nav-tabs .nav-link.active:before {
  border-color: #0D34AB;
  background: #ffffff;
  box-shadow: none;
  outline: none;
  border-width: 5px;
}
.application-tree .block_description {
  margin: 15px 0;
}
.application-tree .text-info {
  font-weight: 700;
  color: #101114 !important;
  margin: 15px 0;
}
.application-tree .text-info span {
  font-weight: 400;
  color: #45464F;
}
.application-tree .text-info b {
  font-weight: 700;
  color: #101114;
}
.application-tree table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  overflow: hidden;
  margin: 25px 0;
  border-radius: 13px;
}
.application-tree table .field_block {
  padding: 0;
}
.application-tree table .field_block:before {
  left: 10px;
  line-height: 40px;
}
.application-tree table .field_block .field_hidden {
  display: none;
}
.application-tree table .field_block input {
  padding: 10px 10px 10px 25px;
  border-radius: 8px;
}
.application-tree table .file_container .file_upload > span {
  padding: 0;
  border: none;
}
.application-tree table .file_container .file_upload > span > span {
  display: flex;
}
.application-tree table .file_container .file_upload > span > span:before {
  content: "\e928";
  color: #0C2F9A;
  font-size: 1.2rem;
  margin-right: 7px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (hover: hover) {
  .application-tree table .text-upload:hover {
    color: #555D80;
  }
}
.application-tree table:has(.upload_) .upload_ .file_upload {
  display: none;
}
.application-tree table .inner_upload .file_item {
  min-width: unset;
  padding: 0;
}
.application-tree table .info_file {
  font-size: 75%;
  line-height: 1.5em;
}
.application-tree table .delete_btn:before {
  color: #000000;
  font-weight: 700 !important;
}
@media (hover: hover) {
  .application-tree table .delete_btn:hover {
    color: #0D34AB;
  }
  .application-tree table .delete_btn:hover:before {
    color: #0D34AB;
  }
}
.application-tree table .file_details {
  padding: 0;
  border: none;
}
.application-tree table .file_details img {
  min-width: 30px;
  height: 30px;
}
.application-tree table .field_label {
  display: none;
}
.application-tree th, .application-tree td {
  border: 1px solid #E4E7EC;
  text-align: left;
}
.application-tree th {
  background-color: #F4F3FF;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 100%;
  line-height: 1.5em;
}
.application-tree .table-text {
  margin: 10px 0;
  padding: 0;
}
.application-tree .table-text:before {
  font-size: 87.5%;
  line-height: 1.71em;
  font-weight: 500;
}
.application-tree .table-text b {
  color: #45464F;
}
.application-tree td {
  padding: 8px 16px;
  min-width: 180px;
  font-size: 87.5%;
  line-height: 1.43em;
}
.application-tree .block_description a {
  word-break: break-word;
}

.application-for .form-group .form-group {
  margin-bottom: 40px;
}
.application-for .form-group .form-group .field_label {
  margin-bottom: 15px;
}
.application-for .form-group .form-group ul {
  margin-top: 16px;
}
.application-for .checkbox_group {
  margin-top: 20px;
}
.application-for .sub_title {
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 400;
  color: #101114;
  margin: 16px 0;
}

.application-five .block_description {
  margin-bottom: 15px;
}
.application-five .text-info {
  font-weight: 700;
  color: #101114 !important;
  margin-bottom: 15px;
}
.application-five .text-info span {
  font-weight: 400;
  color: #45464F;
}
.application-five .text-info b {
  font-weight: 700;
  color: #101114;
}
.application-five .checkbox_group {
  margin-bottom: 20px;
}

.head-block {
  max-width: 960px;
  width: 100%;
  margin: 65px 0;
}

.housing_people,
.people_all {
  padding-bottom: 0;
  background: #ffffff;
}
.housing_people .main-block img,
.people_all .main-block img {
  aspect-ratio: 560/424;
}
.housing_people .page_title,
.housing_people .block_description,
.people_all .page_title,
.people_all .block_description {
  max-width: 960px;
}
.housing_people .icon_download2,
.people_all .icon_download2 {
  width: 100%;
  max-width: max-content;
}
.housing_people .icon_download2:before,
.people_all .icon_download2:before {
  font-size: 1.3rem;
  padding-right: 5px;
}
.housing_people .download_btn,
.people_all .download_btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px 16px;
  font-size: 87.5%;
  line-height: 1.43em;
  color: #0C2F9A;
  font-weight: 600;
  width: 100%;
  max-width: max-content;
}
@media (hover: hover) {
  .housing_people .download_btn:hover,
  .people_all .download_btn:hover {
    color: #333333;
  }
}
.housing_people .download_btn:before,
.people_all .download_btn:before {
  padding-left: 5px;
}
.housing_people .people-section,
.people_all .people-section {
  position: relative;
  overflow: hidden;
}
.housing_people .people-section .image-big,
.people_all .people-section .image-big {
  margin-bottom: 64px;
  justify-content: space-between;
}
.housing_people .people-section .image-big img,
.people_all .people-section .image-big img {
  width: 100%;
  aspect-ratio: 842/474;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
.housing_people .people-section .image-big .list-person,
.people_all .people-section .image-big .list-person {
  margin: 0 !important;
}
.housing_people .people-section .image-big .col-left,
.people_all .people-section .image-big .col-left {
  max-width: 69.8%;
  flex: 0 0 69.8%;
}
.housing_people .people-section .image-big .col-right,
.people_all .people-section .image-big .col-right {
  max-width: 30%;
  flex: 0 0 30%;
}
.housing_people .page_title,
.people_all .page_title {
  margin: 0 0 24px;
  padding: 0;
  display: block;
}
.housing_people .sub-title,
.people_all .sub-title {
  margin: 0 0 24px;
  padding: 0;
  display: block;
}
.housing_people .list-person,
.people_all .list-person {
  font-size: 100%;
  line-height: 1.5em;
  color: #45464F;
}
.housing_people .list-person li,
.people_all .list-person li {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.housing_people .list-person li:before,
.people_all .list-person li:before {
  content: "\e905";
  margin-right: 12px;
  font-size: 0.7rem;
  color: #0D34AB;
  background: #F1F5FF;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
}
.housing_people .standard_textpage,
.people_all .standard_textpage {
  color: #45464F;
}
.housing_people .standard_textpage[class*=col-],
.people_all .standard_textpage[class*=col-] {
  padding: 0;
}
.housing_people .standard_textpage p,
.people_all .standard_textpage p {
  color: #45464F;
}
.housing_people .standard_textpage ul,
.people_all .standard_textpage ul {
  list-style: upper-latin;
  padding: 0 0 0 20px;
  color: #45464F;
}
.housing_people .standard_textpage ul > li,
.people_all .standard_textpage ul > li {
  display: list-item;
  padding-bottom: 10px;
}
.housing_people .standard_textpage ul > li:before,
.people_all .standard_textpage ul > li:before {
  display: none;
}
.housing_people .standard_textpage ol,
.people_all .standard_textpage ol {
  padding: 10px 0 0 20px;
  list-style-type: disc !important;
  list-style: unset;
  color: #45464F;
}
.housing_people .standard_textpage ol > li,
.people_all .standard_textpage ol > li {
  display: list-item;
  padding-bottom: 10px;
}
.housing_people .standard_textpage ol > li:before,
.people_all .standard_textpage ol > li:before {
  display: none;
}
.housing_people .list-styled,
.people_all .list-styled {
  margin: 15px 0;
  color: #45464F;
}
.housing_people .list-styled li,
.people_all .list-styled li {
  padding-bottom: 5px;
}
.housing_people .list-styled li ul,
.people_all .list-styled li ul {
  list-style-type: disc;
}
.housing_people .row:has(.card-body),
.people_all .row:has(.card-body) {
  margin-top: 35px;
}
.housing_people .card-body,
.people_all .card-body {
  color: #45464F;
}
.housing_people .card,
.people_all .card {
  border-color: #D0D5DD;
  border-radius: 12px;
  background: transparent;
}
.housing_people .card-title,
.people_all .card-title {
  font-size: 137.5%;
  line-height: 1.36em;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  color: #0C2F9A;
}
.housing_people .list-row,
.people_all .list-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
}
.housing_people .list-row > li,
.people_all .list-row > li {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 0 15px;
}
.housing_people .field-example,
.people_all .field-example {
  background: #F1F5FF;
  padding: 20px;
  border-radius: 12px;
}
.housing_people .field-example:has(.overview_block),
.people_all .field-example:has(.overview_block) {
  padding: 100px 0;
}
.housing_people .field-example:has(.overview_block) .overview_block,
.people_all .field-example:has(.overview_block) .overview_block {
  padding: 0;
  border: none;
}
.housing_people .field-example:has(.overview_block) .btn,
.housing_people .field-example:has(.overview_block) .block_description,
.housing_people .field-example:has(.overview_block) .overview_block,
.people_all .field-example:has(.overview_block) .btn,
.people_all .field-example:has(.overview_block) .block_description,
.people_all .field-example:has(.overview_block) .overview_block {
  margin-bottom: 20px;
}
.housing_people .field-example:has(.overview_block) .list-styled,
.people_all .field-example:has(.overview_block) .list-styled {
  margin: 15px 0;
  font-size: 87.5%;
  line-height: 1.43em;
  list-style-type: disc;
}
.housing_people .field-example:has(.overview_block) .list-styled li,
.people_all .field-example:has(.overview_block) .list-styled li {
  padding-bottom: 10px;
}
.housing_people .section_title,
.people_all .section_title {
  margin-top: 20px;
}
.housing_people .container-xl .field-example,
.people_all .container-xl .field-example {
  margin: 35px 0 64px;
}
.housing_people .page_title.icon_check, .housing_people .steps_navbar .steps_list li.page_title:has(~ .current_step), .steps_navbar .steps_list .housing_people li.page_title:has(~ .current_step),
.people_all .page_title.icon_check,
.people_all .steps_navbar .steps_list li.page_title:has(~ .current_step),
.steps_navbar .steps_list .people_all li.page_title:has(~ .current_step) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.housing_people .page_title.icon_check:before, .housing_people .steps_navbar .steps_list li.page_title:has(~ .current_step):before, .steps_navbar .steps_list .housing_people li.page_title:has(~ .current_step):before,
.people_all .page_title.icon_check:before,
.people_all .steps_navbar .steps_list li.page_title:has(~ .current_step):before,
.steps_navbar .steps_list .people_all li.page_title:has(~ .current_step):before {
  color: #0D34AB;
  margin-bottom: 20px;
  font-size: 2.3rem;
}
.housing_people .section-type,
.people_all .section-type {
  margin: 64px 0;
}
.housing_people [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .people-body, .housing_people [class*=col-]:has(.people-using):has(.people-inner button:hover) .people-body, .housing_people [class*=col-]:has(.people-using):has(.people-inner a:hover) .people-body,
.people_all [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .people-body,
.people_all [class*=col-]:has(.people-using):has(.people-inner button:hover) .people-body,
.people_all [class*=col-]:has(.people-using):has(.people-inner a:hover) .people-body {
  background: #0D34AB;
  border-radius: 12px;
}
.housing_people [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .btn.btn-primary, .housing_people [class*=col-]:has(.people-using):has(.people-inner button:hover) .btn.btn-primary, .housing_people [class*=col-]:has(.people-using):has(.people-inner a:hover) .btn.btn-primary,
.people_all [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .btn.btn-primary,
.people_all [class*=col-]:has(.people-using):has(.people-inner button:hover) .btn.btn-primary,
.people_all [class*=col-]:has(.people-using):has(.people-inner a:hover) .btn.btn-primary {
  border-color: #ffffff;
  color: #ffffff;
}
.housing_people [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .people-inner button:before,
.housing_people [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .people-inner a:before, .housing_people [class*=col-]:has(.people-using):has(.people-inner button:hover) .people-inner button:before,
.housing_people [class*=col-]:has(.people-using):has(.people-inner button:hover) .people-inner a:before, .housing_people [class*=col-]:has(.people-using):has(.people-inner a:hover) .people-inner button:before,
.housing_people [class*=col-]:has(.people-using):has(.people-inner a:hover) .people-inner a:before,
.people_all [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .people-inner button:before,
.people_all [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .people-inner a:before,
.people_all [class*=col-]:has(.people-using):has(.people-inner button:hover) .people-inner button:before,
.people_all [class*=col-]:has(.people-using):has(.people-inner button:hover) .people-inner a:before,
.people_all [class*=col-]:has(.people-using):has(.people-inner a:hover) .people-inner button:before,
.people_all [class*=col-]:has(.people-using):has(.people-inner a:hover) .people-inner a:before {
  color: #ffffff !important;
}
.housing_people [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .block_description,
.housing_people [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .section_inner_title, .housing_people [class*=col-]:has(.people-using):has(.people-inner button:hover) .block_description,
.housing_people [class*=col-]:has(.people-using):has(.people-inner button:hover) .section_inner_title, .housing_people [class*=col-]:has(.people-using):has(.people-inner a:hover) .block_description,
.housing_people [class*=col-]:has(.people-using):has(.people-inner a:hover) .section_inner_title,
.people_all [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .block_description,
.people_all [class*=col-]:has(.people-using):has(.btn.btn-primary:hover) .section_inner_title,
.people_all [class*=col-]:has(.people-using):has(.people-inner button:hover) .block_description,
.people_all [class*=col-]:has(.people-using):has(.people-inner button:hover) .section_inner_title,
.people_all [class*=col-]:has(.people-using):has(.people-inner a:hover) .block_description,
.people_all [class*=col-]:has(.people-using):has(.people-inner a:hover) .section_inner_title {
  color: #ffffff !important;
}
.housing_people .people-using,
.people_all .people-using {
  border: 1px solid #D0D5DD;
  border-radius: 12px;
}
.housing_people .people-using .btn.btn-primary,
.people_all .people-using .btn.btn-primary {
  border: 1px solid transparent;
  margin-top: auto;
  width: 100%;
  max-width: max-content;
}
.housing_people .people-using .block_description,
.people_all .people-using .block_description {
  margin-bottom: 15px;
}
.housing_people .people-using .people-inner button,
.housing_people .people-using .people-inner a,
.people_all .people-using .people-inner button,
.people_all .people-using .people-inner a {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 0 0 32px;
  justify-content: space-between;
}
.housing_people .people-using .people-inner button:after,
.housing_people .people-using .people-inner a:after,
.people_all .people-using .people-inner button:after,
.people_all .people-using .people-inner a:after {
  content: "\e92e";
  font-size: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  line-height: 40px;
}
.housing_people .people-using .people-inner button:before,
.housing_people .people-using .people-inner a:before,
.people_all .people-using .people-inner button:before,
.people_all .people-using .people-inner a:before {
  font-size: 2rem;
}
.housing_people .people-body,
.people_all .people-body {
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.housing_people .main-block .btn-primary {
  max-width: max-content;
}
.housing_people .row:has(.grand) {
  margin-top: 32px;
}
.housing_people .grand {
  background: #F9FAFB;
  border: none;
  display: flex;
  min-height: 240px;
}
.housing_people .grand .grand-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.housing_people .section-type {
  margin: 64px 0;
}
.housing_people .list-person {
  display: flex;
  flex-wrap: wrap;
  margin: 32px -15px 0;
}
.housing_people .section-table {
  background: #F1F5FF;
  padding: 100px 0;
  margin: 65px 0;
}
.housing_people .section-table .overview_block {
  padding: 0;
  border: none;
  margin-top: 32px;
  max-width: 385px;
}
.housing_people .section-table:has(table) .col-left {
  flex: 0 0 37%;
  max-width: 37%;
}
.housing_people .section-table:has(table) .col-right {
  flex: 0 0 63%;
  max-width: 63%;
}
.housing_people .section-table .col-left {
  flex: 0 0 960px;
  max-width: 960px;
}
.housing_people .section-table .table-responsive {
  border: 1px solid #E4E7EC;
  border-radius: 12px;
}
.housing_people .section-table .table-responsive table {
  border: none;
  font-size: 87.5%;
  line-height: 1.43em;
  margin: 0;
  padding: 0;
}
.housing_people .section-table .table-responsive table th {
  border: none;
  font-weight: 600;
  color: #0C2F9A;
  padding: 16px;
}
.housing_people .section-table .table-responsive table tbody tr:nth-of-type(odd) {
  background: #F9FAFB;
  border: none;
}
.housing_people .section-table .table-responsive table tbody td {
  border: none;
  padding: 22px 10px;
}
.housing_people .section-requirement {
  margin: 50px 0;
}
.housing_people .section-requirement .table-responsive {
  border: 1px solid #E4E7EC;
  border-radius: 12px;
  margin-top: 32px;
}
.housing_people .section-requirement .table-responsive table {
  font-size: 87.5%;
  line-height: 1.43em;
  margin: 0;
  padding: 0;
}
.housing_people .section-requirement .table-responsive table th {
  font-weight: 600;
  color: #0C2F9A;
  padding: 36px 32px;
  text-align: left;
  border: none;
  border-left: 1px solid #E4E7EC;
}
.housing_people .section-requirement .table-responsive table th:first-child {
  border-left: none;
}
.housing_people .section-requirement .table-responsive table tbody tr:nth-of-type(odd) {
  background: none;
}
.housing_people .section-requirement .table-responsive table tbody td {
  padding: 22px 32px;
  text-align: left;
  border-left: 1px solid #E4E7EC;
  font-weight: 600;
}
.housing_people .section-requirement .table-responsive table tbody td:first-child {
  border-left: none;
}

.page_row:has(.toggle-switch) {
  justify-content: space-between;
}
.page_row:has(.toggle-switch) .block_inner {
  margin: 0;
  padding: 0 8px;
}
.page_row:has(.toggle-switch) .field_title {
  padding: 0 8px;
  flex: 1;
}

.toggle-switch {
  position: relative;
  width: 54px;
  height: 30px;
}
.toggle-switch input {
  display: none;
}
.toggle-switch input:checked + label {
  background: #0D34AB;
}
.toggle-switch input:checked + label:after {
  left: 27px;
}
.toggle-switch label {
  display: block;
  width: 100%;
  height: 100%;
  background: #F2F4F7;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-switch label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #ffffff;
  box-shadow: 0 1.5px 4.5px 0 rgba(16, 24, 40, 0.1019607843);
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: 0.3s ease;
}

.table-household,
.table-in-input {
  border: 1px solid #E4E7EC;
  border-radius: 12px;
}
.table-household table,
.table-in-input table {
  border: none;
  font-size: 87.5%;
  line-height: 1.43em;
  color: #101114;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.table-household table td,
.table-in-input table td {
  text-align: center;
  padding: 14px;
}
.table-household table th,
.table-in-input table th {
  color: #45464F;
}
.table-household table td,
.table-household table th,
.table-in-input table td,
.table-in-input table th {
  border-left: none;
  border-bottom: 0;
  border-bottom: 0;
  vertical-align: middle;
  min-width: 112px;
}
.table-household table td:last-child,
.table-household table th:last-child,
.table-in-input table td:last-child,
.table-in-input table th:last-child {
  border-right: none;
}
.table-household table .thead-light th,
.table-household table thead th,
.table-in-input table .thead-light th,
.table-in-input table thead th {
  vertical-align: middle;
  text-align: center;
  background-color: #F9FAFB;
  border-bottom: none;
  border-top: 0;
}
.table-household table .field_block,
.table-in-input table .field_block {
  padding: 0;
}
.table-household table .form-control,
.table-in-input table .form-control {
  height: 32px;
  max-width: 50px;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
  padding: 0 !important;
  font-size: 87.5%;
  line-height: 1.43em;
}

.details-work .overview_block {
  margin: 0;
}
.details-work .field_name {
  margin-top: 20px;
}

.swipe-block {
  display: none;
}

.details-household .field_label {
  margin-bottom: 20px;
}
.details-household .form-group .form-group {
  background: #FBF8FF;
}
.details-household ol {
  list-style: upper-latin;
}
.details-household ol li {
  margin-bottom: 10px;
}
.details-household ol ul {
  list-style-type: disc;
}
.details-household .table td {
  padding: 9px 20px;
}
.details-household .table td:nth-child(1) {
  min-width: 210px;
}
.details-household .table th {
  min-width: 156px;
}
.details-household .table input {
  max-width: 100%;
}
.details-household .field_block[data-unity] input {
  padding: 5px 25px !important;
}
.details-household .field_block[data-unity]:before {
  left: 10px;
  line-height: 30px;
  font-weight: 400;
}

.upload-docs .title-block,
.review-housing .title-block {
  color: #101114;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .upload-docs .title-block,
  .review-housing .title-block {
    font-size: 112.5%;
    line-height: 1.56em;
  }
}
@media screen and (max-width: 991px) {
  .upload-docs .title-block,
  .review-housing .title-block {
    font-size: 100%;
    line-height: 1.5em;
  }
}
.upload-docs .page_row .btn-primary,
.review-housing .page_row .btn-primary {
  margin-left: auto;
  margin-top: 15px;
}
.upload-docs.review-housing .table-in-input,
.review-housing.review-housing .table-in-input {
  margin-bottom: 20px;
}
.upload-docs.review-housing .table-household td,
.review-housing.review-housing .table-household td {
  color: #45464F;
}
.upload-docs.review-housing .table-household td:first-child,
.review-housing.review-housing .table-household td:first-child {
  min-width: 200px;
}
.upload-docs.review-housing .overview_block ~ .form-group,
.review-housing.review-housing .overview_block ~ .form-group {
  margin-bottom: 10px;
}
.upload-docs.review-housing:has(.radio_group) .overview_block,
.review-housing.review-housing:has(.radio_group) .overview_block {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .registration_pages .page_row .field_block:has(.btn-outline-primary) {
    margin-top: 5px;
  }
  .overview_block {
    padding: 32px;
  }
  .overview_block .block_inner {
    padding: 16px;
  }
  .intro-section {
    margin-top: 65px;
  }
  .intro-section .before-you-apply {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .swipe-block {
    display: flex;
    align-items: center;
    margin: 15px 0;
  }
  .housing_people .section-table,
  .people_all .section-table {
    padding: 60px 0;
  }
  .housing_people .section-table:has(table) .col-right,
  .housing_people .section-table:has(table) .col-left,
  .people_all .section-table:has(table) .col-right,
  .people_all .section-table:has(table) .col-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .housing_people .section-table:has(table) .table-responsive,
  .people_all .section-table:has(table) .table-responsive {
    margin-top: 25px;
  }
  .housing_people .section-table:has(table) .table-responsive .table td,
  .people_all .section-table:has(table) .table-responsive .table td {
    min-width: 190px;
  }
  .housing_people .people-body,
  .people_all .people-body {
    padding: 15px;
  }
  .needs-validation #loanDetailsCollapse .name_edit,
  .needs-validation .collapse .name_edit {
    padding: 0 16px;
  }
  .application-tree thead {
    display: none !important;
  }
  .application-tree .needs-validation .nav-tabs {
    overflow: unset;
    white-space: unset;
    flex-wrap: wrap;
  }
  .application-tree .needs-validation .nav-tabs .nav-link {
    white-space: unset;
    text-align: left;
  }
  .application-tree .tab-pane .inner_title {
    margin: 13px 0 !important;
  }
  .application-tree .tab-pane .field_block {
    margin: 0;
    padding-bottom: 0;
  }
  .application-tree .field_block[data-unity]:before {
    line-height: 5.33rem;
    bottom: 0;
  }
  .application-tree td, .application-tree tr, .application-tree tbody, .application-tree thead,
  .application-tree table {
    display: block;
    border-collapse: unset;
    margin: 0;
  }
  .application-tree td .field_label, .application-tree tr .field_label, .application-tree tbody .field_label, .application-tree thead .field_label,
  .application-tree table .field_label {
    display: block;
  }
  .application-tree td .field_block:before, .application-tree tr .field_block:before, .application-tree tbody .field_block:before, .application-tree thead .field_block:before,
  .application-tree table .field_block:before {
    left: 10px !important;
    line-height: 2.33rem !important;
  }
  .application-tree td .custom-control-label, .application-tree tr .custom-control-label, .application-tree tbody .custom-control-label, .application-tree thead .custom-control-label,
  .application-tree table .custom-control-label {
    font-weight: 700;
    text-align: center;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .application-tree td .custom-control-label:before, .application-tree tr .custom-control-label:before, .application-tree tbody .custom-control-label:before, .application-tree thead .custom-control-label:before,
  .application-tree table .custom-control-label:before {
    min-width: 24px !important;
    margin-right: 0;
    width: 24px;
    margin-top: 10px;
  }
  .application-tree td {
    display: block;
    width: 100%;
    min-width: unset;
    max-width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #E4E7EC !important;
    padding: 16px;
  }
  .application-tree td:empty {
    display: none;
  }
  .application-tree td:first-child {
    display: block;
  }
  .application-tree td:last-child {
    border-bottom: none !important;
  }
  .application-tree td:last-child:has(.file_container) {
    border-bottom: 0 !important;
    padding: 0 16px;
  }
  .application-tree td .info_file {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .application-tree td .table-text {
    margin: 0;
  }
  .application-tree td:nth-child(1) {
    padding-left: 16px;
    position: absolute;
    left: 0;
    top: -25px;
    border: none !important;
  }
  .application-tree td:nth-child(2) {
    padding-left: 50px;
    padding-top: 13px;
    margin-bottom: 30px;
    border: none !important;
  }
  .application-tree td:nth-child(3) {
    border-top: 1px solid #E4E7EC !important;
  }
  .application-tree td .custom-control-label {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .application-tree tr {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #E4E7EC !important;
    position: relative;
    border-radius: 12px;
  }
  .application-tree tr:has(td:empty) td:nth-child(3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .details-household .swipe-block {
    margin: 15px 0;
  }
  .details-work .field_block[data-unity]:before {
    line-height: 3.33rem;
    bottom: 0;
  }
  .head-block {
    margin: 50px 0;
  }
  .housing_people .block_description,
  .housing_people .list-styled,
  .housing_people .list-person,
  .people_all .block_description,
  .people_all .list-styled,
  .people_all .list-person {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .housing_people .grand,
  .people_all .grand {
    min-height: 200px;
  }
  .housing_people .card-title,
  .people_all .card-title {
    font-size: 100%;
    line-height: 1.5em;
  }
  .housing_people .section-table,
  .people_all .section-table {
    padding: 40px 0;
  }
  .housing_people .people-section .image-big,
  .people_all .people-section .image-big {
    margin-bottom: 10px;
  }
  .housing_people .people-section .image-big .col-right,
  .housing_people .people-section .image-big .col-left,
  .people_all .people-section .image-big .col-right,
  .people_all .people-section .image-big .col-left {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .housing_people .main-block .btn-primary,
  .people_all .main-block .btn-primary {
    max-width: 100%;
  }
  .housing_people .list-person li,
  .housing_people .list-person li,
  .people_all .list-person li,
  .people_all .list-person li {
    width: 100%;
  }
  .housing_people .row:has(.card-body) [class*=col-],
  .housing_people .row:has(.card-body) [class*=col-],
  .people_all .row:has(.card-body) [class*=col-],
  .people_all .row:has(.card-body) [class*=col-] {
    margin-bottom: 20px;
  }
  .housing_people .field-example:has(.overview_block),
  .people_all .field-example:has(.overview_block) {
    padding: 40px 0 0;
  }
  .housing_people .list-row > li,
  .people_all .list-row > li {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .housing_people.housing_people .row:has(.grand) [class*=col-],
  .people_all.housing_people .row:has(.grand) [class*=col-] {
    margin-bottom: 20px;
  }
  .housing_people .section-requirement .table-responsive,
  .people_all .section-requirement .table-responsive {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .housing_people .section-requirement .table-responsive table th,
  .people_all .section-requirement .table-responsive table th {
    background: #F9FAFB;
    padding: 16px !important;
  }
  .housing_people .section-requirement .table-responsive table td,
  .people_all .section-requirement .table-responsive table td {
    padding: 16px !important;
  }
  .housing_people .people-body,
  .people_all .people-body {
    padding: 25px;
  }
  .housing_people .section-type,
  .people_all .section-type {
    margin: 50px 0;
  }
  .housing_people [class*=col-]:has(.people-using),
  .people_all [class*=col-]:has(.people-using) {
    margin-bottom: 20px;
  }
  .housing_people .people-using .btn.btn-primary,
  .people_all .people-using .btn.btn-primary {
    max-width: 100%;
  }
  .form-group .field_block:last-child:has(.download-block) {
    margin-bottom: 12px;
  }
  .block_section {
    margin-bottom: 16px;
    padding-bottom: 30px;
  }
  .block_section .field_description {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .block_section .field_description:not(:has(~ div)) {
    margin-bottom: 0;
  }
  .block_section .overview_block .block_inner {
    margin-top: 16px;
  }
  .block_section .list_group {
    margin-top: 15px;
  }
  .block_section .review_main {
    margin-top: 30px;
    padding: 16px;
  }
  .block_section .review_main .review_title {
    display: flex;
    align-items: flex-start;
  }
  .block_section .review_main .review_title:before {
    margin-right: 16px;
  }
  .needs-validation .nav-tabs .nav-link:before {
    display: none;
  }
  .needs-validation .nav-tabs {
    margin: 24px 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset;
    justify-content: left;
  }
  .needs-validation .nav-tabs .nav-item a {
    padding: 0 15px 12px;
    border-bottom: 1px solid #D0D5DD;
  }
  .needs-validation .btn.btn-light.btn-block:focus {
    box-shadow: none;
  }
  .needs-validation #loanDetailsCollapse .name_edit,
  .needs-validation .collapse .name_edit {
    margin: 12px 0 0;
    padding: 12px 0 0;
  }
  .needs-validation #loanDetailsCollapse .name_edit:nth-last-child(-n+3),
  .needs-validation .collapse .name_edit:nth-last-child(-n+3) {
    border-left: 0;
  }
  .needs-validation #loanDetailsCollapse,
  .needs-validation .collapse {
    border-radius: 0 0 12px 12px;
    border-top: 0;
  }
  .needs-validation #loanDetailsCollapse ~ .row,
  .needs-validation .collapse ~ .row {
    margin-top: 12px;
  }
  .needs-validation #loanDetailsCollapse .card-body,
  .needs-validation .collapse .card-body {
    padding: 0 16px 16px;
  }
  .needs-validation #loanDetailsCollapse .price_block,
  .needs-validation .collapse .price_block {
    font-size: 16px;
    line-height: 24px;
  }
  .needs-validation .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    align-items: baseline !important;
  }
  .needs-validation .name_edit {
    border-top: 1px solid #D0D5DD;
    width: 100%;
  }
  .needs-validation .name_edit:nth-last-child(-n+2) {
    border-top: 0;
    margin: 0 !important;
  }
  .needs-validation .name_edit .d-inline-flex.flex-wrap {
    flex-direction: column;
  }
  .needs-validation .name_edit .d-inline-flex.flex-wrap .badge {
    margin-bottom: 8px;
  }
  .needs-validation .name_edit .d-inline-flex.flex-wrap .badge:last-child {
    margin-bottom: 0;
  }
  .overview_block {
    padding: 20px;
  }
  .overview_block .block_inner {
    padding: 12px;
    background: #F9FAFB;
  }
  .steps_navbar .navbar_inner {
    padding: 16px 20px;
    position: relative;
    overflow: hidden;
  }
  .review_main {
    padding: 32px 20px;
  }
  .review_main .review_inner {
    padding-left: 44px;
  }
  .review_main .review_title {
    padding: 0;
    font-size: 100%;
    line-height: 1.5em;
  }
  .review_main .review_title:before {
    font-size: 2rem;
    margin-left: -44px;
    margin-right: 12px;
  }
  .review_main .review_description {
    margin-top: 12px;
  }
  .review_main .review_description ul li:not(:first-child) {
    margin-top: 8px;
  }
  .review_main .actions_block {
    display: flex;
    margin: 4px -6px 0;
  }
  .review_main .actions_block > * {
    margin: 12px 6px 0;
  }
  .about_review {
    padding: 32px;
  }
  .about_review .block_icon {
    margin-top: 0;
  }
  .about_review .block_title {
    padding: 0;
  }
  .about_review .block_description {
    margin-top: 8px;
  }
  .about_review .block_description ul li:not(:first-child) {
    margin-top: 8px;
  }
  .contacts_section {
    padding: 32px 20px;
  }
  .contacts_section .info_block {
    font-size: 100%;
    line-height: 1.5em;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .contacts_section .contacts_list {
    padding: 28px 20px;
  }
  .contact_block:before {
    margin-right: 4px;
  }
  .block_btn {
    flex-direction: column;
    align-items: normal !important;
    padding: 0 !important;
  }
  .intro-section,
  .eligibility-section {
    margin-top: 56px;
  }
  .intro-section .card-title,
  .eligibility-section .card-title {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .intro-section .list-styled > li,
  .eligibility-section .list-styled > li {
    margin: 0 0 12px;
  }
  .intro-section .block-title,
  .eligibility-section .block-title {
    font-size: 150%;
    line-height: 1.33em;
    margin-bottom: 20px;
  }
  .intro-section .before-you-apply,
  .eligibility-section .before-you-apply {
    padding: 40px 20px 0;
    margin: 56px -20px 0;
    border-radius: 0;
  }
  .intro-section .before-you-apply .row,
  .eligibility-section .before-you-apply .row {
    flex-wrap: unset;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .intro-section .before-you-apply .row .col-lg-3,
  .eligibility-section .before-you-apply .row .col-lg-3 {
    flex: unset;
    max-width: unset;
    padding-bottom: 40px;
  }
  .intro-section .before-you-apply .icon-box,
  .eligibility-section .before-you-apply .icon-box {
    padding: 24px;
    min-width: 264px;
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .intro-section .before-you-apply .icon-box img,
  .eligibility-section .before-you-apply .icon-box img {
    max-width: 32px;
  }
  .intro-section .overview_block,
  .eligibility-section .overview_block {
    border: none;
  }
  .intro-section .card-body,
  .eligibility-section .card-body {
    padding: 20px;
  }
  .main-block [class*=col-]:first-child {
    order: 1;
    margin-top: 24px;
  }
  .main-block .block_description {
    margin-bottom: 12px;
  }
  .main-block .row:has(> .btn) {
    margin: 0;
  }
  .main-block .btn {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 12px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .steps_navbar {
    align-self: flex-start;
    order: 2;
    position: sticky;
    top: 117px;
  }
  .overview_block .block_inner {
    display: flex;
    align-items: flex-start;
    background: #F9FAFB;
    border-radius: 12px;
    color: #5D5E67;
  }
  .overview_block .block_inner a {
    text-decoration: underline;
  }
  .overview_block .block_icon {
    flex: 0 0 24px;
    margin-right: 12px;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) {
    margin-bottom: 88px;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list li:nth-last-child(2):after {
    display: none;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list .last_step {
    position: absolute;
    top: 100%;
    margin-top: 16px;
    left: -1px;
    right: -1px;
    border: 1px solid #E4E7EC;
    border-radius: 12px;
    padding: 26px 24px 26px 60px;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list .last_step.error:before {
    border-color: #B42318;
    outline-color: #B42318;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list .last_step.success:before {
    border-color: #51AEA1;
    outline-color: #51AEA1;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list .last_step .step_num {
    color: #45464F;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list .last_step:before {
    margin-left: 24px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list .last_step {
    padding: 16px 16px 16px 52px;
  }
  .row > .steps_navbar > .navbar_inner:has(.last_step) > .steps_list .last_step:before {
    margin-left: 16px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .field_title {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .needs-validation .block_inner {
    margin: 15px 0 0;
  }
  .application-two .block_description,
  .application-two ul {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .application-for .form-group .form-group {
    margin: 0 0 30px;
  }
  .application-for .form-group .form-group,
  .application-for .sub_title {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .application-five .form-group .checkbox_sm.checkbox_sm .custom-control-label, .application-five .form-group .radio_sm.checkbox_sm .custom-control-label,
  .application-five .text-info,
  .application-five .block_description {
    font-size: 87.5%;
    line-height: 1.43em;
  }
  .content:has(.steps_navbar) {
    position: relative;
    padding-top: 144px;
  }
  .content:has(.progress_bar) {
    padding-bottom: 24px;
    margin-bottom: 140px;
  }
  .row > .steps_navbar {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .row > .steps_navbar .steps_list li.current_step.error {
    color: #344054;
  }
  .row > .steps_navbar .steps_list li.current_step.error:before {
    border-color: #B42318 !important;
    outline-color: #B42318 !important;
  }
  .row > .steps_navbar .steps_list li.current_step.success {
    color: #344054;
  }
  .row > .steps_navbar .steps_list li.current_step.success:before {
    border-color: #51AEA1 !important;
    outline-color: #51AEA1 !important;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list {
    display: flex;
    counter-reset: serialNumber;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 6px;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list .step_name,
  .row > .steps_navbar > .navbar_inner > .steps_list .step_num {
    display: none;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list li {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    counter-increment: serialNumber;
    flex-direction: row;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list li.error:before {
    border-color: #B42318 !important;
    outline-color: #B42318 !important;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list li:not(:last-child) {
    flex: 1;
    min-width: 50px;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list li:not(:last-child):after {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: 0 4px;
    flex: 1;
    height: 2px;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list li:before {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list li.current_step .step_num {
    display: block;
    position: absolute;
    left: 20px;
    top: 16px;
    font-weight: 500;
    color: #344054;
  }
  .row > .steps_navbar > .navbar_inner > .steps_list li.current_step:before {
    color: #0D34AB;
    border-color: #0D34AB;
  }
  .all_steps {
    color: #0D34AB;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    margin-left: auto;
    border: none;
    background: transparent;
    padding: 0;
    margin-left: auto;
    display: block;
  }
  .all_steps:focus {
    outline: none;
  }
  .progress_bar {
    padding-bottom: 32px;
    border-left: none;
    border-right: none;
  }
  .progress_bar .progress_track {
    margin-bottom: 18px;
  }
  .progress_bar .btn-light {
    position: absolute;
    top: 14px;
    left: 0;
    width: 44px;
    height: 44px;
    min-width: 0;
    font-size: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .progress_bar .btn-light:before {
    display: block;
    font-size: 1.25rem;
    content: "\e913";
  }
  .progress_bar .step_info {
    padding-left: 40px;
  }
  .progress_bar .actions_block {
    padding: 14px 16px 0;
  }
  .progress_bar .btn-outline-primary {
    margin-right: 0;
    margin-left: 8px;
    flex: auto;
    order: 2;
    padding-left: 10px;
    padding-right: 10px;
  }
  .progress_bar .btn-secondary {
    flex: auto;
    margin-left: 0;
    margin-right: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .progress_bar .percent_size {
    padding-right: 16px;
  }
  .intro-section .intro-block .overview_block .block_icon,
  .eligibility-section .intro-block .overview_block .block_icon {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .review_main .review_inner {
    padding-left: 0;
  }
  .review_main .review_title {
    display: block;
  }
  .review_main .review_title:before {
    margin: 0 0 16px;
  }
  .review_main .actions_block {
    flex-wrap: wrap;
  }
  .review_main .actions_block > * {
    flex: 1;
    min-width: 50%;
  }
  .about_review {
    display: block;
  }
  .about_review .block_icon {
    margin-bottom: 12px;
  }
}
.btn:not(.dropdown-toggle):after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form-group .field_name a, .form-group .field_hint .icon_help, .form-group .modal-header .close, .navbar .nav-link, .navbar .dropdown-toggle, .navbar .dropdown-item, .footer .nav-link, .contacts_section a.contact_block, .review-group .edit_btn, .contacts_section a.contact_block:before {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.btn-light:not(.dropdown-toggle), .form-group .bootstrap-select .dropdown-item {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-outline-primary, .btn:not(.dropdown-toggle), .needs-validation .inner_title,
.needs-validation .btn-link, .needs-validation .inner_title.collapsed:before,
.needs-validation .btn-link.collapsed:before, .needs-validation .inner_title:before,
.needs-validation .btn-link:before, .success-panel .block_inner .btn.btn-link, .success-panel .block_inner .collapsing,
.success-panel .block_inner .collapse, .delete_btn, .remove_all {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-group .checkbox_sm .custom-control-label,
.form-group .radio_sm .custom-control-label, .application-tree .needs-validation .nav-tabs .nav-link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-group .field_hint .icon_help:active, .form-group .modal-header .close:active, .navbar .nav-link:active, .navbar .dropdown-toggle:active, .navbar .dropdown-item:active, .footer .nav-link:active, .contacts_section a.contact_block:active, .review-group .edit_btn:active {
  color: #0D34AB;
}

.btn-outline-primary:active {
  background: #0D34AB !important;
  color: #ffffff !important;
}

.form-group .field_name a:active {
  color: #555D80;
}

@media (hover: hover) {
  .form-group .field_hint .icon_help:hover, .form-group .modal-header .close:hover, .navbar .nav-link:hover, .navbar .dropdown-toggle:hover, .navbar .dropdown-item:hover, .footer .nav-link:hover, .contacts_section a.contact_block:hover, .review-group .edit_btn:hover {
    color: #0D34AB;
  }
  .btn-outline-primary:hover {
    background: #0D34AB !important;
    color: #ffffff !important;
  }
  .form-group .field_name a:hover {
    color: #555D80;
  }
}

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