.footer{
    font-family: 'ProximaNova';
    background-color: rgba(73,84,96,1);
}
.footer .container{
    max-width: 1204px;
    padding: 0 38px;
}
.footer .footer_row{
    display: flex;
    padding: 29px 0 77px 0;
}
.footer .footer_columns{
    flex: 0 1 18%;
}
.footer .footer_columns_a{
    margin-left: 15px;
    display: flex;
    flex: 0 1 32%;
}
.footer .footer-columns_b{
    flex: 0 1 50%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.footer .footer-logo{
    height: 31px;
    width: 185px;
}
.footer .footer__menu {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}
.footer .footer__menu a{
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.footer .footer_copyright__wrap_kb{
    max-width: 368px;
    font-size: 14px;
    color: rgba(255,255,255,1);
    letter-spacing: 0;
    line-height: 16px;
}
@media (min-width: 320px) and (max-width: 767px){
    .footer .footer_row{
        padding: 21px 6px;
        display: flex;
        flex-direction: column;
    }
    .footer .footer_columns{
        flex: 0 1 100%;
        order:2;
        padding-top: 31px;
    }
    .footer .footer_columns_a{
        flex: 0 1 100%;
        order:1;
        margin-left: 0;
    }
    .footer .footer-columns_b{
        padding-top: 20px;
        flex: 0 1 100%;
        justify-content: flex-start;
        text-align: left;
        order:3;
    }
}