@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";
}

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: 100 dvh;
}

.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;
  }
}

.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;
}

.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) > .field_name {
  padding-right: 40px;
}
.form-group .field_name {
  font-weight: 700;
  font-size: 125%;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.form-group .field_name a {
  text-decoration: underline;
}
.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-bottom: 6px;
}
.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 {
  flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
  margin-right: 7px;
}
@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 .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;
  }
  .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;
}

.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);
}

.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, .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 {
  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;
}

.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;
}

.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: 18px 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;
  height: 10px;
  border-radius: 10px;
  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: 107px;
  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;
}

.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 .checkbox_sm [type=checkbox]:checked ~ .custom-control-label:before {
  background-color: #E8FEFF !important;
  color: #0D34AB;
  border: 2px solid #F1F0FA;
}
.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: #5D5E67;
}
.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;
  }
}

@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;
  }
}
@media screen and (max-width: 1199px) {
  .needs-validation #loanDetailsCollapse .name_edit,
  .needs-validation .collapse .name_edit {
    padding: 0 16px;
  }
}
@media screen and (max-width: 991px) {
  .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;
  }
}
@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) {
  .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;
  }
}
@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;
  }
}
.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 15px;
  margin: 10px 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: 125%;
  line-height: 1.2em;
}
.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 #D0D5DD;
  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;
  }
}

.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 {
  -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 */
