.footer {
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}

.footer__top {
    position: relative;
    border-top: 1px solid #fff;
    background: #475669;
    padding: 10px 40px;
}

.footer__wrapper {
    max-width: 100%;
    margin: auto;
    position: relative;
    width: 1100px;
}

.footer__cnt {
    position: relative;
    display: table;
    width: 100%;
    text-align: left;
    border-top: 1px solid #fff;
    border-top: none;
    margin-top: 0;
    padding: 10px 0;
}

.footer__cnt-bot {
    padding: 20px 0;
}

.footer__left {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-left: 0px;
    width: 331px;
}

.footer__center {
    padding: 0 20px 0 0;
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer__contacts {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 2px;
    vertical-align: top;
}

.footer__txt {
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
}

.footer__link {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    margin-bottom: 2px;
}

.footer__txt .footer__link, .super-grey {
    color: #475669;
}

.footer__link:last-child {
    margin-right: 0;
}

.footer__right {
    vertical-align: middle;
    padding: 0 0 0 20px;
    padding-left: 0;
    width: auto;
    position: absolute;
    right: 0px;
    top: -1px;
    margin-right: 0;
}

.footer__right-bot {
    top: 20px;
    margin-right: 0;
}

.footer__bot {
    background: #F2F2F2;
    padding: 0 40px;
    /*margin-top: 2px;*/
}

.social__box {
    display: inline-block;
    margin-right: 0px;
}

.social__link {
    display: block;
    width: 40px;
    height: 40px;
}

.footer__bot.newyear-white {
    background: #fff;
}


@media screen and (max-width: 1279px) {
    .footer__top {
        padding: 0px 40px;
    }
    .footer__right {
        position: relative;
        display: inline-block;
        top: initial;
    }
    .footer__left {
        width: auto;

    }
    .footer__top .footer__left,
    .footer__top .footer__center {
        margin-top: 10px;
    }

    .footer__top .footer__cnt {
        padding-bottom: 7px;
    }
}

@media screen and (max-width: 1023px) {
    .footer__top ,
    .footer__bot {
        padding: 0px 40px;
    }
    .footer__cnt-bot {
        padding: 10px 0;
    }
    .footer__link {
        margin-bottom: 4px;
    }
    .footer__left {
        display: block;
        margin-top: 5px;
    }
    .footer__center {
        display: block;
        margin-top: 10px;
    }
    .footer__right {
        display: block;
        margin-top: 5px;
    }
    .footer__top .footer__right {
        margin-top: 2px;
    }
}

@media screen and (max-width: 511px) {
    .footer__top ,
    .footer__bot {
        padding: 0px 20px;
    }
    .footer__cnt-bot {
        padding: 10px 0;
    }
    .footer__link {
        margin-bottom: 4px;
    }
    .footer__left {
        display: block;
        margin-top: 5px;
    }
    .footer__center {
        display: block;
        margin-top: 10px;
    }
    .footer__right {
        display: block;
        margin-top: 5px;
    }
    .footer__top .footer__right {
        margin-top: 2px;
    }
}

.footer-banner {
    display: block;
    text-decoration: none;
    height: 100px;
    background: url(/static/images/footer-banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover; }
.footer-banner__wrapper {
    max-width: 1300px;
    margin: auto;
    height: 100%;
    line-height: 100px; }
.footer-banner__logo {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px; }
.footer-banner__logo img {
    vertical-align: top; }
.footer-banner__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 37px;
    color: #fff; }
.footer-banner__text span {
    color: #ef3124;
    display: inline-block; }
@media (max-width: 1300px) {
    .footer-banner {
        text-align: center; }
    .footer-banner__text {
        font-size: 24px; } }
@media (max-width: 1000px) {
    .footer-banner {
        height: auto;
        padding: 20px; }
    .footer-banner__wrapper {
        line-height: normal; }
    .footer-banner__logo {
        margin-bottom: 20px;
        margin-right: 0; }
    .footer-banner__text {
        display: block; } }