.site-footer {
    padding-bottom: 16px;
}

.site-footer .container {
    max-width: 1440px;
}

.site-footer .footer-content--container,
.site-footer .footer-bottom--container {
    max-width: 1200px;
    margin: 0 auto;
}

footer#footer {
    padding: 0 16px;
    padding-bottom: 16px;
}

footer#footer .footer__wrapper {
    background: linear-gradient(168.43deg, #101827 42.7%, #2155FF 177.15%);
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 8px;
}

.site-footer .footer-content {
    display: flex;
    column-gap: 50px;
    row-gap: 40px;
    justify-content: space-between;
    padding-bottom: 37px;
}

.site-footer .footer-content .footer-menu {
    min-width: 121px;
}

.site-footer .footer-content .footer--info {
    max-width: 360px;
    width: 100%;
}

.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 37px;
    border-top: 1px solid var(--color-neutral-4);
}

.footer--bottom-wrapper .links .footer-links {
    display: flex;
    gap: 24px;
}

.footer--bottom-wrapper {
    display: flex;
    gap: 40px;
}

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

.footer--bottom-wrapper .links .footer-links .text-regular,
.site-footer .footer-content .description .text-regular,
.footer-menu .footer-item * {
    color: var(--color-white);
}

.footer-menu .footer-item .footer-item-title {
    margin-bottom: 15px;
}

.footer-item .footer-submenu .footer-subitem {
    margin-bottom: 11px;
}

.footer-item .footer-submenu .footer-subitem:last-child {
    margin-bottom: 0;
}

.footer-bottom .footer-bottom-right .text-small {
    color: var(--color-white);
    opacity: .7;
}

.footer-bottom .footer-bottom-right .text-small {
    margin: 0;
}

.site-footer .footer-content .description {
    max-width: 336px;
    width: 100%;
    margin-top: 25px;
}

.site-footer .footer-content .footer-menu:not(:last-child) {
    margin-right: 24px;
}

@media only screen and (max-width: 1350px) {
    .site-footer .footer-content .footer-menu:not(:last-child) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1320px) {
    .site-footer .footer-content {
        column-gap: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .site-footer .footer-content {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .site-footer .footer-content .footer--info {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .site-footer .footer-content .description {
        margin-top: 25px;
    }

    .site-footer .footer-content .footer-menu {
        width: 33.333%;
        float: left;
        padding: 0 16px;
    }

    .site-footer .footer-content .footer-menu:nth-child(2) {
        padding-left: 0;
    }

    .site-footer .footer-bottom {
        flex-wrap: wrap;
        gap: 37px;
    }
}

@media only screen and (max-width: 767.98px) {
    .site-footer .footer-content .footer-menu {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .footer-item .footer-submenu .footer-subitem {
        margin-bottom: 10px;
    }

    .footer--bottom-wrapper .links .footer-links,
    .footer--bottom-wrapper,
    .site-footer .footer-bottom {
        flex-direction: column;
    }

    .site-footer .footer-content {
        padding-bottom: 0;
    }

    .footer-bottom .footer-bottom-right {
        margin-top: 36px;
    }

    .footer--bottom-wrapper .links .footer-links {
        gap: 10px;
    }

    footer#footer .footer__wrapper {
        padding-top: 24px;
        padding-bottom: 23px;
    }

    .site-footer .footer-content--container,
    .site-footer .footer-bottom--container {
        padding: 0 24px;
    }

    .site-footer .footer-content .footer--info {
        margin-bottom: 40px;
    }

    .site-footer .footer-bottom {
        gap: 0;
    }

}