.footer-logo {
    display: block;
    padding: 60px 0 40px;
}

.footer-nav {
    padding-bottom: 40px;
    border-bottom: solid 1px #D3CBD9;
    width: 100%;
}

.nav-list {
    /* убираем точки в списке */
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 60px;

}


.nav-link {
    color: #535755;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}



.copyright {
    color: #858E8A;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;

    padding: 40px 0;
}