.footer {
    padding-top: 100px;
    margin-top: auto;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__fill {
    background: #fff6ec;
}

.footer a:hover {
    color: #318cc6;
}

.footer a {
    color: #475669;
}

.footer .footer__link {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 50px;
    margin-right: 50px;
}

@media screen and (max-width: 1023px) {
    .footer .footer__link {
        font-size: 14px;
    }
}

@media screen and (max-width: 590px) {
    .footer .container {
        display: block;
    }

    .footer .footer__fill {
        padding: 20px 0;
    }

    .footer .fz13 {
        display: block;
        font-weight: bold;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.9);
    }

    .footer .footer__link {
        line-height: normal;
        margin: 0 30px 20px 0;
    }
}

@media screen and (max-width: 374px) {
    .footer .footer__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .footer__link {
        margin-right: 0;
    }
}