.site-footer {
    background-color: #0c0a0f;
    background-position: center;
    background-size: cover;
}

.site-footer .footer-top {
    padding: 64px 0 48px;
}

.site-footer .footer-top > .container > .row {
    display: grid;
    grid-template-columns: minmax(220px, .95fr) minmax(0, 3.05fr);
    gap: clamp(42px, 5vw, 82px);
    margin: 0;
}

.site-footer .footer-top > .container > .row > [class*='col-'] {
    width: 100%;
    max-width: none;
    padding: 0;
}

.site-footer .footer-top .col-lg-9 > .row {
    display: grid;
    grid-template-columns: minmax(150px, .8fr) minmax(210px, 1fr) minmax(240px, 1.2fr);
    gap: clamp(30px, 4vw, 64px);
    margin: 0;
}

.site-footer .footer-top .col-lg-9 > .row > [class*='col-'] {
    width: 100%;
    max-width: none;
    padding: 0;
}

.site-footer .ft__nav .mw-60 {
    display: block;
    width: min(100%, 270px);
    height: auto;
}

.site-footer .footer-top .ft__nav p {
    max-width: 280px;
    margin: 28px 0 30px;
    color: #aaa7af;
    font-size: 15px;
    line-height: 1.65;
}

.site-footer .footer-top .ft__nav h4 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
}

.site-footer .footer-top .ft__nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-top .ft__nav > ul > li {
    margin: 0;
}

.site-footer .footer-top .ft__nav > ul > li > a {
    display: flex;
    gap: 7px;
    align-items: baseline;
    padding: 5px 0;
    color: #aaa7af;
    font-size: 15px;
    line-height: 1.45;
    transition: color .2s ease;
}

.site-footer .footer-top .ft__nav > ul > li > a i {
    flex: 0 0 auto;
    color: #f04e22;
}

.site-footer .footer-top .ft__nav > ul > li > a:hover,
.site-footer .footer-top .ft__nav > ul > li > a:focus-visible {
    color: #fff;
}

.site-footer .social-icons a:hover,
.site-footer .social-icons a:focus-visible {
    transform: none;
    background-color: #fff;
}

.site-footer .footer-top .col-lg-5 .ft__nav > ul {
    display: grid;
    gap: 7px;
}

.site-footer .footer-top .col-lg-5 .ft__nav > ul img {
    display: block;
    width: min(100%, 190px);
    height: auto;
}

.site-footer .footer-top .col-lg-5 .ft__nav > .row {
    margin: 28px 0 0;
}

.site-footer .footer-top .col-lg-5 .ft__nav > .row,
.site-footer .footer-top .col-lg-5 .ft__nav > .row .row {
    width: 100%;
}

.site-footer .footer-top .col-lg-5 .ft__nav > .row .row {
    align-items: center;
    margin: 0 -8px;
}

.site-footer .footer-top .col-lg-5 .ft__nav > .row .col-6 {
    padding: 0 8px;
}

.site-footer .footer-top .col-lg-5 .ft__nav > .row img {
    width: 100%;
    height: auto;
}

.site-footer a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.site-footer .footer-bottom {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: rgba(7, 6, 10, .82);
}

.site-footer .footer-bottom .copy-rights {
    display: flex;
    gap: 18px 32px;
    align-items: center;
    justify-content: space-between;
}

.site-footer .footer-bottom .copy-rights p {
    flex: 0 1 auto;
    margin: 0;
    line-height: 1.5;
}

.site-footer .footer-bottom .copy-rights ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 0;
    justify-content: flex-end;
    margin: 0;
}

.site-footer .footer-bottom .copy-rights ul li,
.site-footer .footer-bottom .copy-rights ul li a {
    font-size: 14px;
    line-height: 1.5;
}

.site-footer .footer-bottom .copy-rights ul li a {
    padding: 3px 5px 3px 8px;
    color: #aaa7af;
}

.site-footer .footer-bottom .copy-rights ul li a:hover,
.site-footer .footer-bottom .copy-rights ul li a:focus-visible {
    color: #fff;
}

@media (max-width: 991px) {
    .site-footer .footer-top > .container > .row {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .site-footer .footer-top .col-lg-9 > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 52px;
    }

    .site-footer .footer-top .col-lg-5 {
        grid-column: 1 / -1;
    }

    .site-footer .footer-top .col-lg-5 .ft__nav {
        max-width: 420px;
    }

    .site-footer .footer-bottom .copy-rights {
        flex-direction: column;
        text-align: center;
    }

    .site-footer .footer-bottom .copy-rights ul {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .site-footer .footer-top {
        padding: 44px 0 36px;
    }

    .site-footer .footer-top .col-lg-9 > .row {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer .footer-top .col-lg-5 {
        grid-column: auto;
    }

    .site-footer .footer-top .ft__nav p {
        margin: 22px 0 24px;
    }

    .site-footer .footer-top .ft__nav h4 {
        margin-bottom: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer .footer-top .ft__nav > ul > li > a,
    .site-footer .social-icons a {
        transition: none;
    }
}
