/* Exact implementation of Figma node 7:348 (footer card). */
@media (min-width: 781px) {
    .site-footer {
        padding: 0 0 32px;
        background: #212124;
    }

    .site-footer .site-footer__card {
        display: flex;
        flex-direction: column;
        gap: 32px;
        height: 208px;
        padding: 32px;
        border-radius: 48px;
        background: rgba(255, 255, 255, .08);
    }

    .site-footer__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 64px;
        min-height: 64px;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .site-footer__top .brand,
    .site-footer__top .brand img {
        display: block;
        flex: 0 0 136px;
        width: 136px;
        height: 48px;
    }

    .site-footer__links {
        display: flex;
        align-items: center;
        gap: 32px;
        font-family: 'Aeroport', Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        white-space: nowrap;
    }

    .footer-socials {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .footer-socials a {
        display: grid;
        width: 48px;
        height: 48px;
        padding: 8px;
        place-items: center;
        border-radius: 999px;
        background: #fff;
    }

    .footer-socials img {
        display: block;
        width: 32px;
        height: 32px;
    }

    .site-footer__bottom {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        height: 48px;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: rgba(255, 255, 255, .72);
    }

    .site-footer__bottom > div {
        display: flex;
        align-items: center;
        gap: 32px;
        height: 20px;
        font-family: 'Aeroport', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        white-space: nowrap;
    }

    .site-footer__shake {
        display: block;
        flex: 0 0 188px;
        width: 188px;
        height: 48px;
    }
}
