.footer {
    /*height: 200px;*/
    width: 100%;
    background-color: var(--dark);

}

.linkedin {
    margin: 45px 0 25px
}

.ico-linkedin {
    display: block;
}

.footer--media {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer--nav-list {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-list--element {
    width: 100px;
    margin: 15px 0;
    text-align: center;
    font-size: 15px;
}

.nav-list--element-link {
    color: white;
    text-decoration: none;
}

.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #777777;
    font-size: 11px;
}

.copyright--info {
    margin: 35px 0 3px
}

.copyright--site-by {
    margin-bottom: 40px;
}