footer {
    font-size : 1.8rem;
    line-height : 1.75;
    background : var(--c-blue);
    color : #fff;
}

footer .row-1 {
    padding-top : 7.5rem;
    padding-bottom : 2.8rem;
}

footer a {
    color : #fff;
    text-decoration : none;
}

footer ul.menu {
    list-style: none;
}

footer ul.sub-menu {
    list-style: disc;
}

.b-top {
    border-top   : 1px solid #ffffff4D;    
}
.b-bottom {
    border-bottom   : 1px solid #ffffff4D;    
}
.b-left {
    border-left   : 1px solid #ffffff4D;    
}
.b-right {
    border-right   : 1px solid #ffffff4D;    
}

.p-top {
    padding-top : 4.5rem;   
}

.social-list {
    padding-top : 4.5rem;
    padding-bottom : 3rem;
}

.social-list a {
    padding : 1.6rem;
    border-radius : 50%;
    border   : 1px solid #ffffff4D;    
}
.social-list img {
    width: 3rem;
    height: 3rem;
    object-fit: contain; /* щоб не було спотворення */
    display: block;
    transition: transform 0.3s, opacity 0.3s ease;
}

.social-item:hover img {
    transform : scale(1.1);
    opacity: 0.85;
}

.contacts {
    font-size : 1.8rem;
    line-height : 1.75;
    cursor : default;
}

footer .copyright {
    padding-top : 2.2rem;
    padding-bottom : 2.5rem;
}