#footer.footer-figma {
    background: #F97316;
    float: left;
    height: auto;
    margin-top: 24px;
    min-height: 0;
    padding: 0;
    padding-top: 0;
    width: 100%;
}

#footer.footer-figma.top {
    margin-top: 24px;
}

#footer.footer-figma .body {
    height: auto;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
}

#footer.footer-figma .footer-figma__band {
    align-items: center;
    background: #F97316;
    color: #fff;
    display: flex;
    gap: 36px;
    height: 172px;
    justify-content: space-between;
    padding: 0 64px;
    position: relative;
}

#footer.footer-figma .footer-figma__item {
    align-items: center;
    display: flex;
    height: 100%;
    min-width: 0;
    transform: translateY(-25px);
}

#footer.footer-figma .footer-figma__item--brand {
    gap: 18px;
}

#footer.footer-figma .footer-figma__item--support {
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -25px);
}

#footer.footer-figma .footer-figma__item--address {
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
}

#footer.footer-figma .footer-figma__label,
#footer.footer-figma .footer-figma__text {
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    display: block;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1;
}

#footer.footer-figma .footer-figma__link {
    text-decoration: none;
}

#footer.footer-figma .footer-figma__link:hover,
#footer.footer-figma .footer-figma__link:focus {
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}

#footer.footer-figma .footer-figma__label {
    white-space: nowrap;
}

#footer.footer-figma .footer-figma__logo {
    display: block;
    flex: 0 0 auto;
    height: auto;
    max-width: 260px;
    width: 260px;
}

#footerbottom {
    display: none;
}

@media (max-width: 1080px) {
    #footer.footer-figma .body {
        width: 100%;
    }

    #footer.footer-figma .footer-figma__band {
        gap: 28px;
        height: 172px;
        padding: 0 32px;
    }

    #footer.footer-figma .footer-figma__label,
    #footer.footer-figma .footer-figma__text {
        font-size: 20px;
    }

    #footer.footer-figma .footer-figma__logo {
        width: 220px;
    }
}

@media (max-width: 820px) {
    #footer.footer-figma {
        padding: 0;
    }

    #footer.footer-figma .footer-figma__band {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 32px;
        height: auto;
        min-height: 172px;
        justify-content: center;
        padding: 24px 32px;
    }

    #footer.footer-figma .footer-figma__item,
    #footer.footer-figma .footer-figma__item--support,
    #footer.footer-figma .footer-figma__item--address {
        height: auto;
        justify-content: flex-start;
        left: auto;
        margin-left: 0;
        min-height: 0;
        position: static;
        text-align: left;
        transform: none;
        width: 100%;
    }

    #footer.footer-figma .footer-figma__item--support {
        margin-bottom: 17px;
    }

    #footer.footer-figma .footer-figma__label,
    #footer.footer-figma .footer-figma__text,
    #footer.footer-figma .footer-figma__logo {
        position: static;
    }
}
