.homepage_main {
    padding: 76px 20px 98px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.homepage_content h1 {
    font-size: 20px;
    line-height: 24px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}