footer {
    background-color: #000;
}

footer .footer-more-title {
    color: rgba(156, 156, 156, 0.40);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.75px;
    letter-spacing: 0.75px;
}

footer .fml-title {
    font-family: 'AeonikPro-Bold';
    color: #9C9C9C;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.75px;
    letter-spacing: 0.75px;
    margin-bottom: 33px;
}

footer .footer-more-links .item .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #929292;
}

footer .footer-more-links .item {
    width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
}

footer .footer-more-links .item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 20px;
}

footer .left-side {
    margin-right: 70px;
    width: calc(34% - 70px);
    flex: 0 0 calc(34% - 70px);
}

footer .right-side {
    margin-left: 70px;
    width: calc(66% - 70px);
    flex: 0 0 calc(66% - 70px);
}

footer .left-side .footer-more {
    height: 100%;
    padding-block: 24px;
    box-sizing: border-box;
}

footer .left-side .footer-more .footer-more-links {
    margin-top: auto;
}

footer .wrapper:not(:last-child) {
    margin-bottom: 140px;
}

footer .wrapper:last-child {
    padding-bottom: 32px;
}

footer .middle-side {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .member-text img {
    width: 97px;
    flex: 0 0 97px;
    height: 103px;
}

footer .member-text .text {
    color: rgba(156, 156, 156, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 0.14px;
    margin-right: 28px;
}

footer .left-side-copy {
    color: #9C9C9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.4px;
    letter-spacing: 0.24px;
    width: 480px;
    margin-right: 0;
    flex: 0 0 480px;
}

footer .left-side-copy .copyright-link .item:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
}

footer .left-side-copy .copyright-link .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: 10px;
    background-color: #9C9C9C;
}

@media screen and (max-width: 1180px) {
    footer .left-side {
        margin-right: 40px;
        width: calc(36% - 40px);
        flex: 0 0 calc(36% - 40px);
    }

    footer .right-side {
        margin-left: 40px;
        width: calc(64% - 40px);
        flex: 0 0 calc(64% - 40px);
    }
    footer .wrapper:not(:last-child) {
        margin-bottom: 80px;
    }

    footer .left-side-copy {
        width: auto;
        flex: initial;
    }

    footer .middle-side {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    footer .member-text img {
        width: 70px;
        flex: 0 0 70px;
        height: 74px;
    }

    footer .member-text .text {
        font-size: 12px;
        line-height: 14.8px;
        margin-right: 16px;
    }

    footer .member-text img {
        width: 60px;
        flex: 0 0 60px;
        height: 63px;
    }

    footer .middle-side {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 270px;
        height: 39px;
        flex: 0 0 270px;
    }
}

@media screen and (max-width: 860px) {
    footer .wrapper:first-child {
        flex-direction: column;
    }

    footer .wrapper:last-child {
        flex-direction: column-reverse;
        align-items: start;
    }

    footer .middle-side {
        width: initial;
        height: initial;
        flex: initial;
        margin-bottom: 22px;
    }

    footer .footer-more-title {
        color: #9C9C9C;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }

    footer .wrapper:not(:last-child) {
        padding-inline: 0;
    }

    footer .footer-more-title,
    footer .footer-more {
        padding-left: 1rem;
    }

    footer .right-side {
        margin-left: 0;
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 65px;
    }
}