.footer {

}

.footer .header-wrap {
    height: 120px;
    background-color: #202020;
}

.footer .header-logo {
    width: 71px;
    height: 78px;
    margin: 35px 0 0 0;
    float: left;
}

.footer .header-logo-text {
    padding: 0 0 0 0;
    color: white;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin: 45px 0 0 0;
    text-align: left;
}

.footer .header-logo-wr {
    position: relative;
    overflow: hidden;
}

.footer .header-logo-wr .logo-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer .header-text {
    height: 42px;
    font-family: Museo-Cyrl;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #fee400;
    margin: 32px 0 10px 0;
}

.footer .header-socio {
    margin: 40px 0 0 0;
}

.footer .header-socio-item {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 25px 0 0;
}

.footer .header-socio-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer .header-socio-item.s1 {
    background-image: url(../../img/s1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer .header-socio-item.s2 {
    background-image: url(../../img/s2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer .header-socio-item.s3 {
    background-image: url(../../img/s3.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer .header-socio-item.s4 {
    background-image: url(../../img/s4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer .header-phone-wr {
    float: right;
}

.footer .header-phone {
    padding: 0 0 6px 0;
    line-height: 22px;
    margin: 35px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.footer .header-phone p {
    padding: 0 0 0 0;
}

.footer .header-phone p a {
    color: #fff;
    text-decoration: none;
}

.footer .header-phone p a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .header-mail {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    padding: 0 0 7px 0;
}

.footer .header-work {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.footer .header-work span {
    display: block;
}

.footer-dopText {
    position: relative;
    color: #fff;
    margin: 35px 0 0 0;
    font-size: 14px;
    right: -60%;
}

.soc {
    padding: 40px 0 40px 0;
    background: #f4f4f4;
}

.ft-widget {
    width: 100%;
    text-align: center;
}



/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .footer .header-logo-text {
        float: initial;
        margin: 45px auto 10px auto;
        text-align: center;
    }
    .footer-dopText {
        right: 0;
    }
    .footer .header-wrap {
        height: auto;
        padding: 0 0 20px 0;
        text-align: center;
    }
    .footer .header-phone-wr {
        float: initial;
    }
    .footer .header-logo-wr {
        width: 270px;
        display: inline-block;
    }
    .footer .header-socio {
        margin: 0 0 0 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .footer .header-logo-text {
        float: initial;
        margin: 45px auto 10px auto;
        text-align: center;
    }
    .footer-dopText {
        right: 0;
    }
    .footer .header-wrap {
        height: auto;
        padding: 0 0 20px 0;
        text-align: center;
    }
    .footer .header-phone-wr {
        float: initial;
    }
    .footer .header-logo-wr {
        width: 270px;
        display: inline-block;
    }
    .footer .header-socio {
        margin: 0 0 0 0;
    }
}

@media (min-width: 768px)  and (max-width: 979px) {
    .footer-dopText {
        right: 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .footer-dopText {
        right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

}