.client-site-page .footer {
    position: relative;
    background: #333333;
    padding: 60px 0;
}

.client-site-page .footer .foot-logo .logo {
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
}

.client-site-page .footer address {
    position: relative;
    margin-bottom: 18.5px;
    padding-bottom: 40.5px;
    color: #bbbfbc;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.client-site-page .footer address::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3f3f3f;
    content: "";
}

.client-site-page .footer address .address {
    margin-bottom: 11px;
}

.client-site-page .footer address ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 27px;
}

.client-site-page .footer .comment {
    color: #bbbfbc;
    font-size: 15px;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .client-site-page .footer {
        background: #282a29;
        padding: 40px 0 55px;
    }

    .client-site-page .footer .foot-logo .logo {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 21px;
    }

    .client-site-page .footer address {
        margin-bottom: 24px;
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .client-site-page .footer address .address {
        margin-bottom: 8px;
        word-break: keep-all;
    }

    .client-site-page .footer address ul {
        display: block;
    }

    .client-site-page .footer address ul li {
        margin-bottom: 4px;
    }

    .client-site-page .footer .comment {
        font-size: 12px;
        letter-spacing: 0;
    }
}
