.site-footer {
    position: relative;
    background-color: var(--color-white);
    padding-top: var(--space-120-30);
    padding-bottom: var(--space-48-24);
    z-index: 1;
}

.site-footer .large-text-block {
    font-size: var(--h1);
    font-family: var(--font-udt-700);
    line-height: 1.2;
    text-align: center;
    max-width: 822px;
    margin-inline: auto;
    text-transform: uppercase;
    margin-bottom: clamp(2.5rem, -1.786rem + 8.929vw, 6.25rem);
}

.site-footer .large-text-block :where(span, a) {
    color: var(--color-primary);
    display: block;
    text-align: center;
}

.site-footer .row {
    row-gap: 20px;
}

.site-footer .row .col {
    max-width: 400px;
}

.site-footer .row .col:nth-child(2) {
    text-align: center;
    max-width: 204px;
    margin: 0 auto;
}

.site-footer .row .col:nth-child(3) {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.site-footer :where(ul, ol) {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer :where(ul, ol) a {
    font-size: 1rem;
    color: var(--color-dark);
    font-weight: 600;
    text-decoration: none;
    transition: var(--td-3);
}

.site-footer :where(ul, ol) a:hover,
.site-footer :where(ul, ol) a:focus-visible {
    color: var(--color-primary-dark);
}

.site-footer .footer-menu li:not(:last-child) {
    margin-bottom: 8px;
}

.site-footer .d-flex nav {
    width: 147px;
    max-width: 100%;
    border-right: 1px solid var(--color-dark);
}

.site-footer .copy-right-block {
    flex: 1;
    padding-left: clamp(1rem, -2.429rem + 7.143vw, 4rem);
}

.site-footer .copy-right-block p {
    font-size: 14px;
    margin-bottom: 8px;
}

.site-footer .copy-right-block p:last-child {
    margin-bottom: 0;
}

.site-footer .copy-right-block p a:not(:hover) {
    color: var(--color-dark);
}

.site-footer img:has(+.footer-newsletter-frm) {
    margin-bottom: 2.5rem;
}

.site-footer .footer-newsletter-frm .group-input {
    position: relative;
    max-width: 345px;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .site-footer .row .col:nth-child(2) {
        max-width: 174px;
        align-self: anchor-center;
    }

    .site-footer>.container {
        max-width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

/* End Max-1199px and Min 992px */

@media (max-width: 991.98px) {
    .site-footer .row {
        flex-direction: column;
        row-gap: 30px;
    }

    .site-footer .row .col {
        order: 999;
        flex: auto;
        max-width: 100%;
    }

    .site-footer .row .col:nth-child(2) {
        order: 1;
        margin: 0;
        max-width: 100%;
    }

    .site-footer .row .col:nth-child(2) img {
        max-width: 150px;
    }

    .site-footer .row .col:first-child {
        padding-top: 30px;
        padding-bottom: 30px;
        border: 1px solid var(--color-input-border);
        border-width: 1px 0;
    }
}

/* End Max-991px */

@media (max-width: 375.98px) {
    .site-footer .row .col:nth-child(3) .d-flex {
        flex-direction: column;
        row-gap: 20px;
    }

    .site-footer .d-flex nav {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--color-dark);
        padding-bottom: 20px;
    }

    .site-footer .copy-right-block {
        padding-left: 0;
    }
}

/* End Max-375px */