.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: 2;
}
.homepage_header_right {
    display: flex;
    gap: 8px;
}
.homepage_header_right_icon_notification {
    position: relative;
    display: inline-flex;
}
.homepage_header_right_icon_notification_dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E13B47;
}
.homepage_header_right_icon_cart {
    position: relative;
    display: inline-flex;
}
.homepage_header_right_icon_cart_dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E13B47;
}
.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);
    z-index: 5;
}
.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: var(--white);
    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%;
    border-radius: 16px;
    text-decoration: none;
    padding: 15px 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: var(--white);
}
.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_status {
    height: 23px;
    display: flex;
    align-items: center;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 10px;
    padding-left: 18px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
.homepage_content .home_big_links .home_big_link_status.bg_status_success {
    background-color: var(--green-600);
}
.homepage_content .home_big_links .home_big_link_status.bg_status_danger {
    background-color: var(--red-500);
}
.homepage_content .home_big_links .home_big_link_status.bg_status_payments_info {
    background-color: var(--gray-950);
}
.homepage_content .home_big_links .home_big_link_count {
    font-size: 48px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 12px;
}
.homepage_content .home_big_links .home_big_link_txt {
    font-size: 12px;
    font-weight: 500;
}

/* BANNERS */
.homepage_banners_slider {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
}
.homepage_banners_track {
    display: flex;
    transition: transform 0.3s ease;
}
.homepage_banner {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}
.homepage_banners_dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}
.homepage_banners_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gray-200);
    cursor: pointer;
    transition: background 0.2s ease;
}
.homepage_banners_dot.active {
    background: var(--gray-950);
}
.homepage_banner_main {
    padding: 20px;
    position: relative;
    min-height: 140px;
}
.homepage_banner_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.homepage_banner_text {
    position: relative;
    z-index: 1;
    width: 60%;
}
.homepage_banner_name {
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
}
.homepage_banner_description {
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.homepage_banner_footer {
    background: var(--white);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    gap: 15px;
    border-radius: 0 0 12px 12px;
}
.homepage_banner_label {
    font-family: var(--font-main);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--gray-600);
}
.homepage_banner_details {
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 600;
    color: var(--green-600);
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.not_verified_description {
    border: 1px solid var(--gray-100);
    border-radius: 16px;
    background-color: #fff;
    padding: 20px;
    text-align: left;
}
.homepage_main .article_additional {
    display: none;
}

@media (max-width: 350px) {
    .homepage_content .home_big_links .home_big_link {
        padding: 10px 8px;
    }
    .homepage_content .home_big_links .home_big_link_status {
        margin-left: -8px;
        margin-right: -8px;
        padding-left: 8px;
    }
}