.footer-style-mmc {
    background-color: #0073b8;
}

.footer-mmc-top__inner {
    display: flex;
    justify-content: stretch;
    padding-top: 45px;
    padding-bottom: 15px;
}

.footer-mmc-top__left {
    flex: 1 1;
}

.footer-mmc-top__left > * {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    display: block;
    margin: 0 0 10px;
}

.footer-mmc-top__left a:not(:hover) {
    color: #ffffff;
}

.footer-mmc-top__head-text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
}

.footer-mmc-top__right {
    width: 25%;
    max-width: 300px;
}

.footer-mmc-top__right__list-brands {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-mmc-top__right__list-brands li {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .footer-mmc-top__inner {
        flex-direction: column;
    }

    .footer-mmc-top__right {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-mmc-top__left {
        order: 2;
        width: 100%;
    }

    .footer-mmc-top__left > * {
        font-size: 15px;
        line-height: 1.5;
    }

    .footer-mmc-top__head-text {
        font-weight: 500;
    }

    .footer-mmc-top__email__separate {
        display: block;
        font-size: 0;
        margin: 0 0 10px;
    }
}