.footer {
    font-size: 13px;
    line-height: 16px;
    background: #F2F7FF;
    padding: 24px 0;
    position: relative;
    z-index: 10;
    color: #2A2A37CC;
}

.footer__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__col img {
    width: 120px;
}

.footer__text {
    margin: 12px 0 0 0;
}

.footer__col:nth-child(2) {
    text-align: right;
    margin-top: auto;
}

.footer__col a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.footer__col a:not(:first-child) {
    margin: 12px 0 0 0;
}

.footer__mobile-info {
    display: none;
}

.footer__color-mb {
    display: none;
}

@media screen and (max-width: 750px) {
    .footer {
        padding: 24px 0;
        z-index: 10;
        position: relative;
    }

    .footer__color-mb {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .footer__color-mb img {
        display: flex;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .footer__grid {
        display: block;
    }

    .footer__col img {
        display: flex;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
    }

    .footer__col {
        text-align: center;
    }

    .footer__text {
        display: none;
    }

    .footer__col:nth-child(2) {
        text-align: left;
        margin: 0;
    }

    .footer__col:nth-child(2) a {
        display: block;
        padding: 8px 0;
    }

    .footer__col a:not(:first-child) {
        margin: 0;
    }

    .footer__mobile-info {
        display: block;
        margin: 16px 0 0 0;
    }

    .footer .footer__logo {
        margin-bottom: 24px;
    }
}
