.sber-page .static-banner__top-block {
    max-width: 707px;
}

.sber-page .static-banner__text {
    max-width: 540px;
}

.sber-page .details__list {
    gap: 15px;
}

.static-banner__title span {
    font-weight: 900;
}

.work-credit__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 60px;
}

.work-credit__img-wrap {
    max-width: 506px;
    height: 100%;
}

.work-credit__img-wrap img {
    object-fit: contain;
}

.work-credit__steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work-credit__step-block {
    display: flex;
    gap: 30px;
    position: relative;
}

.work-credit__step-block:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 24.5px;
    top: calc(44px + 30px);
    bottom: 0;
    width: 1px;
    background: var(--lightest-grey2);
}

.work-credit__step {
    display: inline-block;
    max-width: 49px;
    width: 100%;
    text-align: center;
    align-self: flex-start;
    font-weight: 700;
    font-size: 24px;
    background: var(--lightest-grey2);
    padding: 10px;
}

.work-credit__step-info {
    max-width: 636px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: var(--lightest-grey);
    padding: 30px;
}

.work-credit__button {
    align-self: flex-start;
}

.work-credit__icon-wrap {
    display: none;
}

@media (max-width: 1024px) {
    .work-credit__img-wrap {
        display: none;
    }

    .work-credit__blocks {
        grid-template-columns: 1fr;
    }

    .work-credit__step-info {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .work-credit__button {
        width: unset;
    }

    .work-credit__step-block:not(:last-child)::after {
        display: none;
    }

    .work-credit__step-block {
        position: relative;
    }

    .work-credit__step {
        position: absolute;
        right: 10px;
        top: -10px;
        font-weight: 600;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--main-yellow);
        color: var(--grey);
        max-width: 34px;
        width: 100%;
        height: 34px;
    }

    .work-credit__button {
        width: 100%;
    }

    .work-credit__desc-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .work-credit__icon-wrap {
        display: block;
        max-width: 40px;
        display: flex;
        flex-shrink: 0;
    }
}
