.homepage_content {
    overflow-y: auto;
}
.homepage_main {
    padding: 76px 20px 98px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.homepage_content h1 {
    font-size: 20px;
    line-height: 24px;
}
.homepage_content h1 .h1_icon {
    position: relative;
    top: -2px;
}
.homepage_registration_progress_bar {
    display: flex;
    width: 100%;
    background: var(--blue-950);
    color: var(--white);
    border-radius: 16px;
    padding: 16px;
    margin: 20px 0 0;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.homepage_registration_progress_bar_left {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.homepage_registration_progress_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.homepage_registration_progress_text {
    font-size: 13px;
    line-height: 16px;
}
.homepage_header {
    background: var(--gray-50);
    position: fixed;
    height: 66px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.homepage_header_right {
    display: flex;
    gap: 8px;
}
.homepage_footer {
    position: fixed;
    background: var(--white);
    height: 88px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid var(--gray-100);
}
.homepage_footer_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    min-width: 72px;
    gap: 6px;
}
.homepage_footer_icon {
    height: 32px;
    display: flex;
    border-radius: 32px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.homepage_footer_btn_active .homepage_footer_icon {
    background: var(--green-100);
}
.homepage_footer_text {
    color: var(--gray-950);
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
}
.homepage_footer_btn_disabled {
    opacity: 0.3;
}
.homepage_contract {
    background: var(--gray-100);
    border-radius: 24px;
    margin-bottom: 20px;
}
.homepage_contracts_info {
    background: var(--white);
    border-radius: 24px;
    padding: 16px;
}
.homepage_contracts_status {
    height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--gray-950);
    font-weight: 600;
}
.homepage_contracts_info_header {
    display: flex;
    justify-content: space-between;
}
.homepage_contracts_info_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-100);
    padding: 0 0 16px;
}
.homepage_contracts_info_header_child_name {
    font-size: 16px;
    font-weight: 700;
}
.homepage_contracts_info_header_details {
    color: var(--green-600);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
}
.homepage_contracts {
    margin: 15px 0 0;
}
.homepage_contracts_info_content_contract_number {
    color: var(--gray-400);
    font-size: 12px;
}
.homepage_contracts_info_content_contract_pzo {
    color: var(--gray-950);
    font-size: 12px;
    text-transform: uppercase;
}
.homepage_contracts_info_content_contract_name {
    color: var(--gray-400);
    font-size: 12px;
}
.homepage_contracts_info_content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 0 0;
}
.homepage_content .div-with-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.homepage_content .div-with-line .div-with-line-text {
    margin-right: 10px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
}
.homepage_content .div-with-line hr {
    height: 1px;
    background-color: var(--gray-400);
    width: 100%;
    border: none;
}
.homepage_content .homepage_wait_verify {
    border: 1px solid var(--gray-100);
    border-radius: 16px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-align: center;
}
.homepage_content .home_big_links {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.homepage_content .home_big_links .home_big_link {
    width: 46%;
}
.homepage_content .home_big_links .home_big_link {
    border-radius: 16px;
    text-decoration: none;
    padding: 20px 18px;
}
.homepage_content .home_big_links .home_big_link.home_big_link_payments {
    background-color: var(--green-200);
    color: var(--gray-950);
}
.homepage_content .home_big_links .home_big_link.home_big_link_documents {
    background-color: var(--gray-950);
    color: #fff;
}
.homepage_content .home_big_links .home_big_link_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    max-width: 120px;
    text-transform: capitalize;
}
.homepage_content .home_big_links .home_big_link_count {
    font-size: 48px;
    font-weight: 700;
    margin-top: 74px;
    margin-bottom: 12px;
}
.homepage_content .home_big_links .home_big_link_txt {
    font-size: 12px;
    font-weight: 500;
}