.footer {
    background-color: #393a3c;
    padding-top: 48px;
    padding-bottom: 3px;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer * {
    font-size: 14px;
    color: white;
    line-height: 20px;
}
.footer A {
    text-decoration: none;
}

.footer-line {
    height: 17px;
    background-color: #eb333d;
    position: relative;
    top: 3px;
}

.footer-section {
    padding-bottom: 21px;
}

.footer-side-left {
    display: table;
    float: left;
    padding-left: 30px;
    position: relative;
}

.footer-copyright-ghost {
    height: 20px; }
.footer-copyright {
    position: absolute;
    left: 0; top: 0;
    padding-left: 30px;     white-space: nowrap;
    }
.footer-copyright ABBR {
    text-decoration: none;
}

.footer-copyright SPAN[rel="cms"] {
    position: relative;
    cursor: default;
}
.footer-copyright SPAN[rel="cms"]:before {
    content: '';
    display: inline-block;
    position: absolute;
        left: 0; width: 100%;
    height: 0px;
    bottom: 100%;
    opacity: 0;
    background: url('/site/img/m/eagle.w.png') no-repeat center top;
    -webkit-background-size: 80%; -moz-background-size: 80%; -o-background-size: 80%; background-size: 80%;     -webkit-transition: height .3s ease, opacity .3s ease;
-moz-transition: height .3s ease, opacity .3s ease;
-ms-transition: height .3s ease, opacity .3s ease;
-o-transition: height .3s ease, opacity .3s ease;
transition: height .3s ease, opacity .3s ease;
}

.footer-copyright SPAN[rel="cms"].-a:before {
        height: 20px;
    opacity: 0.8;
}

.footer-side-right {
    display: table;
    float: right;
}

.footer-menu-site {
    width: 480px;
    display: table;
    position: relative;
    top: -5px;
}
.footer-menu-site .menu-item {
    width: 140px;
    float: left;
    display: inline-block;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.footer-menu-site .menu-text {
    text-transform: uppercase;
}

.footer-menu-add {
    clear: both;
}

.footer-menu-add .menu-item {
    padding: 5px;
    margin-left: 5px;
}

@media (max-width: 810px) {


    .footer-side-left, .footer-side-right {
        float: none;
        margin: 0 auto;
    }
    .footer-menu-site .menu-item {
        padding: 3px;
        margin-bottom: 0px;
        -webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
    }


    .footer-side-left {
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
    .footer-section {
        padding-bottom: 10px;
    }


    .footer-copyright-ghost {
        display: none;
    }
    .footer-copyright {
        position: static;
        padding-left: 0px;
    }
    .footer-phones {
        display: table;
        margin: 10px 0;
    }

    .footer-phones .phone-number {
        width: 140px;
        float: left;
    }

    .footer-side-right {
        overflow: hidden;
    }
    .footer-menu-site, .footer-menu-add {
        position: relative;
        left: 29px;
    }

    .footer-menu-site .menu-text {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    .footer-side-left, .footer-side-right {
        float: none;
        margin: 0;
        width: 100%;
        -margin-left: 5%;
    }
    .footer-side-right {
        -left: 0;
    }

    .footer-phones {
        width: 100%;
    }
    .footer-phones .phone-number {
        width: 33%;
    }

    .footer-menu-site {
        width: 100%;
    }
    .footer-menu-site .menu-item {
        width: 30%;
    }

}


@media (max-width: 480px) {
    .footer {
        position: static;
    }

    .footer-phones .phone-number {
        float: none;
        width: 100%;
    }
    .footer-menu-site, .footer-menu-add {
        left: 12vw;
    }
    .footer-menu-site .menu-item {
        width: 40%;
    }

}