.footer {
    padding: 50px 0;
    color: #9E9E9E;
    background: none;
    position: relative;
    z-index: 3;
}

.footer a {
    color: #9E9E9E;
}

.footer a:hover {
    color: #9E9E9E;
}

.footer .logo img {
    width: 130px
}

.footer .link:not(:last-of-type) {
    margin-bottom: 13px
}

.footer .social {
    margin-top: 15px
}

.footer .social {
    --size: 25px;
    --gap: 22px;
    display: inline-flex;
    background: transparent;
    column-gap: var(--gap)
}

.footer .call-block {
    font-size: 16px;
}

.footer .phone a {
    text-decoration: none;
    font-weight: 700;
}

.footer .phone a:hover {
    filter: brightness(1.4);
}

.footer .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: var(--size);
    width: var(--size)
}

.footer .social a:hover {
    opacity: .6;
    transform: scale(1.1)
}

.footer .social a img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width:767px) {
    .footer {
        padding-top: 30px
    }

    .footer .link:not(:last-of-type) {
        margin-bottom: 10px
    }
}