/*********** FOOTER ***********/
#footer_use_mainLogo_ico {
    fill: #9ca18a;
    stroke: #9ca18a;
}

.footer_mainLogo {
    height: 100px;
}

footer {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    background-color: #757c5a;
    color: #9ca18a;
}

footer .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.banner {
    max-width: 300px;
    min-width: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner > div {
    height: inherit;
}

.banner > div.footer_banner_vuz {
    padding: 0px 5px;
    margin-top: -10px;
}

/*.banner .footer_logo_mhat img{
    padding: 5px;
}*/

/* Internet Explorer */
footer.footer-ie {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_mainLogo_ico {
    width: 88px;
    height: 53px;
}

.footer_logoCopyright {
    margin: 15px 0;
}

.footer_copyright {
    margin-left: 13px;
    font-size: 13pt;
    line-height: 13pt;
}

.footer_contacts {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.footer_contacts > div {
    margin: 0 15px;
}

.footer_contacts > div h2 {
    font-size: 14pt;
}

.footer_contacts > div p {
    font-size: 14px;
    color: #dfe0d8;
}

@media (max-width: 1300px ) {
    .footer_logoCopyright {
        padding-left: 15px;
    }
}

@media (max-width: 1130px ) {
    .index_newsPress_wrap {
        padding: 15px 0 10px 0;

    }

    .index_repertoire_wrap > h2 {
        font-size: 17.6pt;
    }

    .footer_contacts {
        justify-content: flex-start;
    }

    .footer_contacts > div h2 {
        font-size: 11pt;
    }

    .footer_contacts > div p {
        font-size: 11px;
    }
}

@media (max-width: 1060px ) {
    .footer_copyright {
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    footer .columns {
        flex-wrap: wrap
    }

    .footer_mainLogo {
        margin: 0 auto;
    }

    .footer_logoCopyright {
        margin: 30px auto
    }

    .footer_copyright {
        font-size: 13pt;
        line-height: 13pt;
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px auto;
    }

    .footer_copyright p {
        font-size: 20px;
        line-height: 1.5em
    }

    .banner {
        max-width: 100%;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .banner > div {
        margin: 0 10px;
    }

    .footer_contacts {
        margin: 0 auto 30px;
    }

    .footer_contacts > div {
        margin: 0 auto 10px;
        width: 100%;
        text-align: center;
    }

    .footer_contacts > div h2 {
        font-size: 20px;
        line-height: 1.5em
    }

    .footer_contacts > div p {
        font-size: 20px;
        line-height: 1.5em
    }
}
