@charset "UTF-8";
@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


html {
    font-family: sans-serif;
    line-height: 1.2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg);
    color: var(--body-text);
    font-size: 16px;
    font-weight: 300;
    position: relative;
    line-height: 1.4;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}

/***** #Headings ***********************************************************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    display: block;
    position: relative;
    font-family: inherit;
    color: var(--body-heading);
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 40px;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 26px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

.header_forms h1, .header_forms .h1 {
    text-align: center;
}

/***** #Links ***************************************************************/
a {
    color: var(--basic-company);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: var(--transition);
}

/***** #Resets *************************************************************/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

b,
strong {
    font-weight: 600;
}

img {
    max-width: 100%;
    border-style: none;
}

img:not([src]) {
    visibility: hidden;
}

figure {
    margin: 15px 40px;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

hr {
    height: 1px;
    background-color: #dbdbdb;
    margin: 20px 0;
    box-sizing: content-box;
    border: 0;
    overflow: visible;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg:not(:root) {
    overflow: hidden;
}

[hidden] {
    display: none;
}

p {
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

p:last-child {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol,
ul {
    margin: 0 0 1.5rem 1.5rem;
}

ol li,
ul li {
    font-weight: 500;
    margin: 0 0 1rem 0;
}

.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    background: var(--boxed-color);
    padding-top: 70px;
}

.page_margin {
    margin-bottom: 80px;
}

.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: var(--button-text);
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    border-radius: 3px;
    width: 100%;
    font-family: "e-Ukraine", sans-serif;
    cursor: pointer;
}

.contour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
    background: transparent;
    color: var(--blue);
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    border-radius: 3px;
    width: 100%;
    font-family: "e-Ukraine", sans-serif;
    cursor: pointer;
}

.underline_btn {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    border-bottom: 1px solid;
    width: fit-content;
}

.fn_ajax_content {
    margin-top: 72px;
}

.content_with_breadcrumbs {
    margin-top: 0 !important;
}

.main_btn[disabled] {
    opacity: 40%;
}

/*Header Footer*/
.container_footer {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    z-index: 20;
    width: 100%
}

.header__center {
    background-color: var(--darkblue);
    color: var(--white);
    padding: 10px 0;
    position: relative;
}

.header_logo_wrapper {
    position: relative;
    height: 48px;
    left: 0;
}

.header_logo {
    position: absolute;
    height: 90px;
    width: 150px;
    z-index: 2;
    top: 0;
    left: 25px;
}

.header_logo:before {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    left: -25px;
    bottom: -10px;
    background: var(--darkblue);
    z-index: -1;
    border-radius: 50%;
}

.header_center_right {
    gap: 60px;
}

.header-contact__section {
    color: var(--white);
    gap: 10px;
    flex-shrink: 0;
}

.header-contact__section span {
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}

.header_btn {
    border-color: var(--white);
    color: var(--white);
    gap: 10px;
    font-size: 14px;
    max-width: 358px;
    padding: 0 24px;
}

footer {
    background: var(--darkblue);
    color: var(--white);
    -ms-flex-negative: 0;
    margin-top: 0;
    padding: 20px 0 0;
}

.footer__copyright {
    border-top: 1px solid #FFFFFF33;
    background: var(--darkblue);
    padding: 16px 0;
    color: var(--white);
    margin-top: 20px;
}

.footer_logo {
    height: auto;
    max-width: 120px;
    width: 100%;
}

.footer__copyright span {
    opacity: 0.7;
    font-size: 14px;
    text-align: center;
}

ol.breadcrumbs {
    margin: 72px 0 40px;
    overflow-y: hidden;
    overflow-x: auto;
}

.breadcrumbs li {
    margin: 0;
}

.breadcrumbs__item {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--body-text);
    white-space: nowrap;
}

.breadcrumbs__item a {
    font-weight: 500;
}

.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    padding: 0 10px;
    content: url(../images/breadcrumb.svg);
    top: 2px;
    position: relative;
}

/*Form elements*/
input, .first_stage_input, textarea, .select2-container .select2-selection--single {
    width: 100%;
    height: 50px;
    border: 1px solid #DCE1ED;
    background: #F7F8FA;
    border-radius: 3px;
    padding: 16px;
    transition: var(--transition);
    color: var(--black);
    position: relative;
    font-family: "e-Ukraine";
    font-weight: 300;
    font-size: 16px;
    overflow: visible;
    resize: none;
    text-transform: none;
    line-height: 1;
}

textarea {
    height: 90px;
}

input::placeholder, textarea::placeholder {
    color: var(--lightgray);
    opacity: 1;
    font-weight: 200;
    font-family: "e-Ukraine" !important;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    overflow: visible;
    resize: none;
    text-transform: none;
    line-height: 1;
}

input.error, textarea.error {
    border: 1px solid #EC5C54;
    background: var(--boxed-color);
}

input:not(:focus):not(.error):not(:placeholder-shown):not([readonly]),
textarea:not(:focus):not(.error):not(:placeholder-shown):not([readonly]) {
    background: var(--boxed-color);
    border: 1px solid #A9B5DA;
}

input:focus, textarea:focus {
    border: 3px solid #9ACAFA;
    background: var(--boxed-color);
}

input[readonly], .first_stage_input {
    border: 1px solid #A9B5DA;
    background: #F7F8FA;
}

input:-webkit-autofill {
    border: 1px solid #A9B5DA;
    -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}

label.error {
    color: #EC5C54;
    font-size: 12px;
}

.form__placeholder {
    font-size: 12px;
    font-weight: 300;
    color: var(--gray);
    padding-left: 16px;
    display: block;
    line-height: 1.1;
    margin-bottom: 3px;
}

.item-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

.first_stage_input {
    line-height: 1;
    max-width: 980px;
}

option[default] {
    display: none;
}

.fn_form_select {
    opacity: 0;
    visibility: hidden;
    height: 50px;
}

input[type="file"] {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 0;
}

.select_input {
    display: flex;
    flex-direction: column;
}

.select_input label.error {
    order: 1;
}

/*Login, Register, Remind*/

.login_forms {
    border-radius: 3px;
    box-shadow: 0px 10px 20px 0px #00236E1A;
    width: 100%;
    margin: 0 auto;
}

.form_login {
    max-width: 658px;
}

.form_remind {
    max-width: 590px;
    border: 1px solid #E6E9F3;
    padding: 40px;
}

.form_center {
    padding: 40px 40px 30px;
    border: 1px solid #B8C0DA;
    border-top: none;
    border-bottom: none;
}

.form_group_content {
    margin-bottom: 30px;
}

.password_remind {
    margin: 30px auto 0;
    display: flex;
}

.form_bottom {
    padding: 30px 30px 40px;
    border: 1px solid #B8C0DA;
    border-top: 1px solid #DCE1ED;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_explanation__header {
    color: var(--gray);
    margin-right: 16px;
}

.form_group {
    display: flex;
    gap: 16px;
    position: relative;
}

.form_group_input {
    max-width: 510px;
    width: 100%;
    position: relative;
}

.form_help {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 50px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: var(--transition);
    cursor: pointer;
    max-width: 50px;
}

.input-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    width: 0;
}

.input-radio {
    width: 50%;
}

.login_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    border: 1px solid #E6E9F3;
    border-bottom: 1px solid #B8C0DA;
    font-size: 18px;
    font-weight: 500;
    transition: var(--transition);
    color: var(--blue);
    cursor: pointer;
}

.input-radio:first-child .login_tab {
    border-right: 1px solid transparent;
    border-radius: 3px 0 0 0;
}

.input-radio:last-child .login_tab {
    border-left: 1px solid transparent;
    border-radius: 0 3px 0 0;
}

.input-radio input:checked + .login_tab {
    border: 1px solid #B8C0DA;
    border-bottom: 1px solid transparent;
    color: var(--gray);
}

.help_text_block {
    position: absolute;
    top: 0;
    left: 100%;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.help_text {
    background: #F3F5FA;
    border: 1px solid #DCE1ED;
    padding: 15px 11px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    color: var(--gray);
    min-width: 258px;
    position: relative;
    width: auto;
    left: 8px;
    line-height: 1.3;
    display: flex;
}

.form_help:hover > .help_text_block {
    opacity: 1;
    visibility: visible;
}

.form__footer {
    max-width: 510px;
}

.show_password {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    background: url(../images/closed_eye.svg) 0 0 no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.show_password.view {
    background: url(../images/opened_eye.svg) 0 0 no-repeat;
}

.item-checkbox-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid var(--blue);
    transition: var(--transition);
    cursor: pointer;
}

.item-checkbox-label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.label_desc {
    padding-left: 28px;
    font-size: 14px;
}

.label_desc .underline_btn {
    font-size: 14px;
}

.item-checkbox:checked ~ .item-checkbox-box {
    background: var(--blue);
}

.item-checkbox:checked ~ .item-checkbox-box::before, .login-pop-up_checkbox:checked + .login-pop-up_checkbox-box::before {
    content: url(../images/accept-checkbox.svg);
    position: absolute;
    left: 2px;
    top: -2px;
    width: auto;
    height: 14px;
}

.form_input_checkbox label.error {
    order: 3;
    width: 100%;
    font-size: 12px;
    line-height: 120%;
    margin-top: 10px;
    padding-left: 28px;
}

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}

.form__header {
    text-align: center;
    margin-bottom: 40px;
}

.remind_step {
    display: none;
}

.remind_step.active {
    display: block;
}

.form_remind .form_bottom {
    border: none;
    padding: 30px 0 0;
}

.form_bottom_text {
    display: none
}

.timer {
    color: var(--blue);
    font-weight: 700;
    line-height: 1.4;
}

.form_bottom_btn .underline_btn {
    cursor: pointer;
}

.last_step_remind .last_step_icon {
    margin: 0 auto 40px;
    display: block;
    width: fit-content;
}

.last_step_remind .form__header {
    font-size: 22px;
    font-weight: 500;
}

.register_verify_form {
    display: none;
}


/*User Account*/
.tab {
    display: none;
}

.tab > * {
    margin-bottom: 30px;
}

.tabs__link {
    padding: 0 10px;
    color: var(--black);
    font-weight: 200;
}

.tabs__link.selected {
    color: var(--blue);
    font-weight: 500;
}

.tabs__navigation--user {
    padding: 10px 0 14px;
    border-bottom: 1px solid #DCE1ED;
    position: relative;
    display: flex;
    gap: 30px;
}

.selected_line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: var(--blue);
    transition: var(--transition);
    width: 0;
}

.user_container {
    margin-top: 60px;
}

.current_info_wrapper {
    max-width: 600px;
    margin: 0;
    margin-bottom: 40px;
}

.current_info_ttl {
    color: var(--lightgray);
    font-weight: 200;
}

.current_info_dash {
    width: 100%;
    border-bottom: 1px dashed var(--lightgray);
    position: relative;
    display: block;
    top: -5px;
}

.current_info_ttl {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 265px;
    white-space: unset !important;
}

.current_info_ttl span {
    white-space: unset;
}

.current_info_value {
    width: 240px;
    flex-shrink: 0;
}

.current_info_item {
    gap: 10px;
    margin-bottom: 20px;
}

.current_info_item:last-child {
    margin-bottom: 0;
}

.edit_user_info {
    max-width: 345px;
}

.user_personal_seperator .form__placeholder {
    color: var(--lightgray);
}

.edit_user_password {
    border-top: 1px solid #DCE1ED;
    padding-top: 30px;
}

.change_password_note {
    font-size: 14px;
    color: var(--gray);
    font-weight: 200;
}

.user_edit_btns {
    margin-top: 40px;
    gap: 24px;
    max-width: 500px;
    width: 100%;
}

.user_subtitle {
    font-size: 18px;
    font-weight: 500;
    max-width: 935px;
    margin-bottom: 24px;
}

.user_mini_subtitle {
    color: var(--gray);
    font-weight: 200;
}

.user_applications_wrapper {
    /*margin-top: 60px;*/
    gap: 16px;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.user_application_item {
    background: #F2F9FF;
    border: 1px solid #E4EFF8;
    border-radius: 3px;
    padding: 24px;
    gap: 16px;
    /* max-width: 32.33%; */
    flex-grow: 1;
    position: relative;
    width: 100%;
}

.user_application_icon {
    color: var(--blue);
}

.user_application_description {
    text-align: center;
    font-weight: 200;
    line-height: 1.4;
    flex-grow: 1;
}

.user_application_btn {
    height: 40px;
    max-width: 210px;
}

.user_personal_seperator .form_group {
    gap: 6px;
    flex-wrap: wrap;
}

.user_personal_seperator label.error {
    width: 100%;
}

.application_stages {
    margin-top: 0;
}

.stage_value_item {
    margin-bottom: 40px;
}

.stage_value_dates {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: flex-end;
}

.term_input {
    height: 40px;
    border: 1px solid #A9B5DA;
    border-radius: 3px;
    width: 100%;
    padding: 11px 16px;
    line-height: 1;
}

.stage_value_ttl {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
}

.term_item .form__placeholder {
    padding-left: 0;
}

.app_stages_wrapper {
    max-width: 1020px;
}

/*Applications*/
.app_stage_minittl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.app_stage_block .form_group_input,
.app_stage_block .form__placeholder {
    max-width: 980px;
}

.form_current_data {
    display: flex;
    gap: 8px;
}

.form_current_data .first_stage_input {
    max-width: 38px;
    height: 38px;
    padding: 10px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
}

.point_with_gap {
    margin-right: 16px;
}

.immutable_data_placeholder {
    color: var(--gray);
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}

.next_step_btn {
    max-width: 310px;
}

.app_stage_subtitle {
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 980px;
}

.double_form_field {
    max-width: 994px;
    width: 100%;
    /* align-items: flex-end; */
}

.notes_block {
    gap: 16px;
    margin-bottom: 30px;
}

.notes_block div {
    font-size: 14px;
    color: var(--gray);
}

.form_group_with_notes {
    margin-bottom: 16px;
}

.add_date {
    display: flex;
    margin: 16px 0 10px;
}

.form_date_wrapper .form_group_input {
    margin: 10px 0;
}

.remove_btn {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    position: absolute;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    top: 13px;
    cursor: pointer;
}

.input_file_box {
    background: #DFE8F6;
    padding: 30px;
    border-radius: 10px;
    transition: var(--transition);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><rect width="100%" height="100%" fill="none" stroke="%234C6BB7" stroke-width="2" stroke-dasharray="10 10"/></svg>');
}

.input_file_top {
    gap: 76px;
}

.or_txt {
    color: var(--lightgray);
}

.drag_drop_ttl {
    white-space: nowrap;
    color: var(--blue);
    gap: 12px;
}

.input_file_btn {
    max-width: 280px;
}

.file_input_content .form__placeholder {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 16px;
    color: var(--body-text);
    line-height: 1.4;
    font-weight: 400;
}

.input_file_bottom {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #C6D2ED;
    column-gap: 24px;
    row-gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.input_file_bottom.hidden {
    display: none;
}

.file_item {
    background: #fff;
    box-shadow: 0px 3px 9px 0px #00236E0F;
    border-radius: 3px;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--gray);
    gap: 10px;
    width: 100%;
}

.file_item.hidden {
    display: none
}

.remove_file {
    display: flex;
    margin-left: auto;
    cursor: pointer;
}

.input_file_box.active {
    background: #F1F4F9CC;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><rect width="100%" height="100%" fill="none" stroke="%234C6BB7" stroke-width="2" stroke-dasharray="10 10"/></svg>');
}

.success_ttl {
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 16px;
}

.success_annotation {
    font-weight: 400;
    margin: 16px 0 30px;
    text-align: center;
}

.success_btn {
    max-width: 280px;
}

.success_app_block {
    max-width: 570px;
    margin: 120px auto 0;
}

.progress_wrapper {
    margin: 40px 0 112px;
    position: relative;
}

.progress_items {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 1245px;
}

.stage_num {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.stage_num_value {
    border: 3px solid #E9E9E9;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--lightgray);
    background: #fff;
}

.progress_item.active .stage_num_value {
    border-color: #46A730;
    background: #46A730;
    color: var(--white);
    font-weight: 700;
}

.progress_line {
    width: 100%;
    height: 4px;
    background: #E9E9E9;
    overflow: hidden;
    position: absolute;
    top: 27px;
    z-index: 0;
}

.stage_name {
    font-size: 12px;
    color: var(--gray);
    min-width: 100%;
    display: flex;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}

.progress_item {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.progress {
    height: 4px;
    background: #46A730;
    width: 0;
}

.input_file_box.error {
    background: #FDEBEBCC;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><rect width="100%" height="100%" fill="none" stroke="%23E59595" stroke-width="2" stroke-dasharray="10 10"/></svg>');
}

.input_file_box.hover {
    opacity: .4
}

.file_item svg {
    flex-shrink: 0;
}

.input_file_box + label.error {
    padding-left: 30px;
}

.documents_block_description {
    border-left: 3px solid #3F71E8;
    max-width: 980px;
    padding: 10px 0 10px 16px;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}

.app_stage_subtitle .underline_btn {
    margin-left: 18px;
}

.triple_field_group .form_help {
    top: 15px;
}

.app_stages_progress {
    position: relative;
}

.app_stages_values {
    max-width: calc(100% - 60px);
    width: 100%;
}

.app_stages_wrapper .stage_num {
    width: 48px;
    height: 48px;
}

.stage_value_item:last-child {
    margin-bottom: 0;
}

.app_stages_wrapper .progress_line {
    width: 4px;
    height: 100%;
    top: 0;
    left: 22px;
}

.app_stages_wrapper .progress_items {
    height: fit-content;
    gap: 85px;
    top: -10px;
}

.progress_item.active_now .stage_num {
    width: 56px;
    height: 56px;
    border: 4px solid #fff;
    background: #46A730;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    left: -4px;
}

.progress_item.active_now .stage_num_value {
    z-index: 10;
    position: relative;
    width: 41px;
    height: 41px;
    border-color: #46A730;
    background: #46A730;
    color: var(--white);
    font-weight: 700;

}

.progress_item.active_now .stage_num:after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    border: 3px solid #46A730;
    background: #fff;
    top: -1px;
    left: -1px;
    display: block;
}

.user_application_label {
    position: absolute;
    right: 10px;
    top: -10px;
    padding: 8px 14px;
    border: 2px solid var(--white);
    border-radius: 3px;
    color: var(--white);
    font-size: 12px;
    background: #6C9DCF;
}

.process_label {
    background: #EBB410;
}

.accepted_label {
    background: #32A964;
}

.signed_label {
    right: unset;
    left: 10px;
}

.num_of_stages {
    font-size: 11px;
    font-weight: 500;
    position: relative;
    top: 3px;
}

.hint_block {
    width: fit-content;
    padding: 12px 16px;
    background: #dce1f3;
    border-radius: 3px;
    margin-bottom: 32px;
}

.app_stage {
    margin-bottom: 40px;
}

.prev_step_btn {
    gap: 6px;
    padding: 0 16px;
    max-width: 130px;
}

.prev_step_btn svg {
    position: relative;
    top: 1px;
}

.form__footer {
    gap: 16px;
}

.application_form:not(.signed) [data-show-block="signed"] {
    display: none;
}

.application_form.signed [data-show-block="not-signed"] {
    display: none;
}

.application_successfully_signed {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    background: #eff9ec96;
    border-radius: 3px;
    padding: 16px;
    margin-top: 20px;
}

.application_successfully_signed svg {
    width: 50px;
    height: 50px;
}

.application_signed_txt {
    font-weight: 300;
    color: var(--gray);
}

.application_signed_ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--body-heading);
}

.doc_download-links-wrapper {
    background: #fff;
    box-shadow: 0px 3px 9px 0px #00236E0F;
    color: var(--basic-company);
    padding: 10px 12px;
    border-radius: 2px;
    margin-top: 7px;
    font-size: 14px;
    transition: var(--transition);
}

.doc_review_name {
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 7px;
}

.doc_download-links-wrapper span {
    color: var(--gray);
}