.footer {
    background-image: url(../images/footer_background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 476px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.footer-content {}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-item {
    font-size: 17px;
    color: var(--footer-link);
    padding: 13px 20px;
}

.footer-item:hover {
    color: var(--footer-link-hover);
}

.footer-item-active {
    color: var(--footer-link-active);
}

.footer_menu-items {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.footer-menu-link {
    width: 26.25px;
    height: 26.25px;
}

.footer-menu-link a {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-menu-link svg {
    fill: var(--footer-link);
}