body #app footer.footerSite {
    background: #111212;
    color: rgba(255, 255, 255, .72);
    font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-top: 0;
    padding: 68px 0 30px;
}

body #app footer.footerSite *,
body #app footer.footerSite *::before,
body #app footer.footerSite *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

body #app footer.footerSite .footerSiteInner {
    max-width: 1480px;
    padding-left: clamp(20px, 3vw, 48px);
    padding-right: clamp(20px, 3vw, 48px);
}

body #app footer.footerSite .footerBrandRow {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-bottom: 30px;
}

body #app footer.footerSite .footerBrand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 15px;
    max-width: 560px;
    text-decoration: none;
}

body #app footer.footerSite .footerBrand picture {
    align-items: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 56px;
    height: 56px;
    justify-content: center;
    width: 56px;
}

body #app footer.footerSite .footerBrand img {
    height: 40px;
    object-fit: contain;
    width: 48px;
}

body #app footer.footerSite .footerBrand strong {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.05;
    margin-bottom: 6px;
}

body #app footer.footerSite .footerBrand small {
    color: rgba(255, 255, 255, .62);
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

body #app footer.footerSite .footerDirect {
    display: grid;
    gap: 7px;
    justify-items: end;
    min-width: min(100%, 250px);
    padding-top: 5px;
    text-align: right;
}

body #app footer.footerSite .footerDirect span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    font-weight: 800;
}

body #app footer.footerSite .footerDirect a {
    color: #eadcc1;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

body #app footer.footerSite .footerGrid {
    display: grid;
    gap: clamp(22px, 3vw, 38px);
    grid-template-columns: minmax(250px, 1.28fr) repeat(4, minmax(145px, 1fr));
    padding: 34px 0 32px;
}

body #app footer.footerSite .footerGroup {
    min-width: 0;
}

body #app footer.footerSite .footerGroup h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    margin: 0 0 16px;
}

body #app footer.footerSite .footerLinks {
    display: grid;
    gap: 10px;
}

body #app footer.footerSite .footerLinks a,
body #app footer.footerSite .footerPhoneList a,
body #app footer.footerSite .footerBottom a {
    color: rgba(255, 255, 255, .64);
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

body #app footer.footerSite .footerLinks a {
    align-items: flex-start;
    display: inline-flex;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

body #app footer.footerSite .footerLinks a:hover,
body #app footer.footerSite .footerPhoneList a:hover,
body #app footer.footerSite .footerBottom a:hover {
    color: #eadcc1;
}

body #app footer.footerSite .footerPhoneList {
    display: grid;
    gap: 0;
}

body #app footer.footerSite .footerPhoneList a {
    align-items: baseline;
    border-top: 1px solid rgba(255, 255, 255, .09);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(120px, .82fr) minmax(130px, 1fr);
    min-height: 36px;
    padding: 9px 0;
}

body #app footer.footerSite .footerPhoneList a:first-child {
    border-top: 0;
    padding-top: 0;
}

body #app footer.footerSite .footerPhoneList span {
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

body #app footer.footerSite .footerPhoneList strong {
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

body #app footer.footerSite .footerPhoneList a:hover strong {
    color: #eadcc1;
}

body #app footer.footerSite .footerBottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .11);
    color: rgba(255, 255, 255, .52);
    display: flex;
    font-size: 13px;
    gap: 18px;
    justify-content: space-between;
    line-height: 1.4;
    padding-top: 22px;
}

body #app footer.footerSite .footerBottom nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

body #app footer.footerSite .footerBottom a {
    color: rgba(255, 255, 255, .58);
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    body #app footer.footerSite .footerGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body #app footer.footerSite .footerPhoneGroup {
        grid-column: span 2;
    }
}

@media (max-width: 767.98px) {
    body #app footer.footerSite {
        padding: 50px 0 26px;
    }

    body #app footer.footerSite .footerBrandRow,
    body #app footer.footerSite .footerBottom {
        align-items: flex-start;
        flex-direction: column;
    }

    body #app footer.footerSite .footerDirect {
        justify-items: start;
        text-align: left;
    }

    body #app footer.footerSite .footerGrid {
        gap: 28px;
        grid-template-columns: 1fr;
        padding: 28px 0;
    }

    body #app footer.footerSite .footerPhoneGroup {
        grid-column: auto;
    }

    body #app footer.footerSite .footerPhoneList a {
        grid-template-columns: minmax(120px, .7fr) minmax(0, 1fr);
    }

    body #app footer.footerSite .footerBottom nav {
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    body #app footer.footerSite .footerBrand {
        align-items: flex-start;
    }

    body #app footer.footerSite .footerPhoneList a {
        align-items: flex-start;
        grid-template-columns: 1fr;
        gap: 3px;
    }
}
