.site-footer {
    background: var(--gray);
    color: var(--beige);
    padding: var(--m-small) 0 max(24px, 1.875vw);
}

.site-footer .footer-slogan {
    font-family: "Conigen";
    font-size: var(--fs-50);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    grid-area: 1/2/1/span 3;
    max-width: 16ch;
}

.site-footer .products-contact-service-container {
    grid-area: 1/6/span 2/span 5;
    font-size: var(--fs-20);
    line-height: 1.2;
}

.site-footer .products-contact-service-container > div:not(:last-child) {
    margin-right: max(24px, 3.90625vw);
}

.site-footer .products-contact-service-container div h6 {
    margin-bottom: 1.1em;
}

.site-footer .newsletter-btn {
    grid-area: 1/12/1/span 2;
    width: calc(100% - calc(4em + 4px));
}

.site-footer .social {
    grid-area: 2/12/2/span 2;
}

.site-footer .social a:not(:last-child) {
    margin-right: max(12px, 0.625vw);
}

.site-footer .footerNav-payments-container {
    grid-area: 3/2/3/span 12;
    margin-top: max(64px, 7.1875vw);
}

.site-footer .footerNav-payments-container .nill {
    margin-right: 12px;
}

.site-footer .footerNav-payments-container .menu {
    font-size: var(--fs-18);
}

.site-footer .footerNav-payments-container .menu li {
    display: flex;
    align-items: center;
}

.site-footer .footerNav-payments-container .menu li:not(:last-child)::after {
    content: "";
    height: .2em;
    width: .15em;
    border-radius: .05em;
    display: inline-flex;
    background: var(--beige);
    margin: 0 .75ch;
    margin-top: .2em;
}

.site-footer .footerNav-payments-container .payments-container .payment:not(:last-child) {
    margin-right: max(12px, 1.25vw);
}

.site-footer .footerNav-payments-container .payments-container .payment.paypal {
    height: 1.2em;
}

@media (max-width: 1699.98px) {
    .site-footer .products-contact-service-container {
        grid-area: 1/5/span 2/span 6;
    }

    .site-footer .newsletter-btn {
        grid-area: 1/11/1/span 3;
        max-width: 250px;
        justify-self: flex-end;
    }

    .site-footer .social {
        grid-area: 2/11/2/span 3;
        justify-self: flex-end;
    }
}

@media (max-width: 1399.98px) {
    .site-footer .products-contact-service-container {
        grid-area: 1/4/span 2/span 7;
    }
}

@media (max-width: 1199.98px) {
    .site-footer .custom-logo-link {
        grid-area: 1/2/1/span 3;
    }
    .site-footer .products-contact-service-container {
        grid-area: 1/5/1/span 9;
    }

    .site-footer .newsletter-btn {
        grid-area: 2/2/2/span 5;
        justify-self: flex-start;
        margin: 2em 0;
    }

    .site-footer .social {
        grid-area: 2/7/2/span 2
    }
}

@media (max-width: 991.98px) {
    .site-footer .footer-slogan {
        grid-area: 1/2/1/span 12;
        margin-bottom: 1em;
    }

    .site-footer .products-contact-service-container {
        grid-area: 2/2/2/span 12;
    }

    .site-footer .newsletter-btn {
        grid-area: 3/2/3/span 6;
    }

    .site-footer .social {
        grid-area: 3/8/3/span 6;
    }

    .site-footer .footerNav-payments-container {
        grid-area: 4/2/4/span 12;
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        text-align: center;
    }

    .site-footer .footer-slogan {
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .site-footer .products-contact-service-container {
        flex-direction: column;
        margin-bottom: 2em;
    }

    .site-footer .products-contact-service-container div div {
        align-items: center;
    }

    .site-footer .products-contact-service-container > div:not(:last-child) {
        margin: 0;
        margin-bottom: max(40px, 3.90625vw);
    }

    .site-footer .newsletter-btn {
        grid-area: 3/2/3/span 12;
        justify-self: center;
        margin: 3em 0;
        width: fit-content;
    }

    .site-footer .social {
        grid-area: 4/2/4/span 12;
        justify-self: center;
    }

    .site-footer .footerNav-payments-container {
        grid-area: 5/2/5/span 12;
        flex-direction: column;
    }

    .site-footer .footerNav-payments-container .payments-container {
        margin: 2em 0;
    }
}