/* 78045 */

.header__list-item .hover-link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__list-item .hover-link svg {
    display: block;
    width: auto;
    height: inherit;
}

.modal--menu__links-list-item .hover-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal--menu__links-list-item .hover-link svg {
    display: block;
    width: auto;
    height: inherit;
}

.header .header__buttons-delivery svg {
    transition: stroke, fill 0.3s ease-out;
}

.header .header__buttons-delivery svg path {
    stroke: white;
    transition: stroke, fill 0.3s ease-out;
}

.header__buttons-delivery.header__buttons-delivery_mod-svg svg {
    margin-left: 5px;
}

.header__buttons-delivery.header__buttons-delivery_mod-svg svg path {
    stroke: black;
}

.header__buttons-delivery.header__buttons-delivery_mod-svg:hover svg path {
    stroke: white;
}

@media (min-width: 1024px) {
    :root:not(.scrolled-start) .page .page__header--main .header__buttons-delivery svg path {
        stroke: black !important;
    }
}

/* 78045 */

.page__footer-logo-block>.header__buttons-delivery {
    margin-right: 5px;
}

.page__footer-logo-block .footer-delivery__text {
    font-size: 16px;
    color: #000000;
    margin-right: 10px;
}

.page__footer-logo-block .footer-delivery__text a {
    font-size: 16px;
    color: #000000;
}

.page__footer-logo-block>img {
    width: 70px;
}

.footer-links-wrap {
    display: flex;
    gap: 24px;
}

@media (max-width: 868px) {
    .footer-links-wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .footer-links-wrap a {
        text-align: center;
    }
}

@media (max-width: 1360px) {
    .page__footer-container {
        display: grid;
        grid-template-columns: 4fr 1fr;
        grid-gap: 48px 0;
        gap: 48px 0;
    }

    .page__footer-socials {
        display: flex;
        justify-content: flex-end;
    }

    .page__footer-links-container-wrapper {
        justify-content: start;
    }
}

@media (max-width: 667px) {
    .page__footer-container {
        display: flex !important;
        flex-direction: column;
    }

    .page__footer-socials {
        justify-content: center;
        margin: 0;
    }

    .page__footer-links-container .page__footer-links-container-wrapper:first-of-type {
        margin-top: 0;
    }

    .page__footer-logo-block .footer-delivery__text {
        text-align: center;
        margin-right: 0;
    }
}