.footer_inn{
    border-top: 1px solid #e8e8e8;
}

.footer-maps-wrap{
    position: relative;
}

.footer-maps{
    height: 600px;
}
    .footer_contacts .footer-maps{
        height: 400px;
    }

.footer-maps-contacts-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-maps-contacts-inn{
    max-width: 1200px;
    padding: 60px 25px 0;
    margin: 0 auto;
}

.footer-maps-contacts{
    background: rgba(255,255,255,.8);
    width: 490px;
    padding: 45px 30px 45px 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-maps-contacts__txt{
    font-size: 17px;
    color: #353535;
    padding-bottom: 15px;
}
.footer-maps-contacts__phone{
    font: bold 40px/1.2 roboto-bold;
    color: #353535;
}
    .footer-maps-contacts__phone_last{
        padding-bottom: 15px;
    }

.footer-maps-contacts__soc-wrap{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 0;
    z-index: 1;
}
.footer-maps-contacts__soc{
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite-soc.png");
    width: 44px;
    height: 44px;
    text-decoration: none;
    margin: 0 5px;
}
    .footer-maps-contacts__soc_fb{
        background-position: -44px 0;
    }
    .footer-maps-contacts__soc_ok{
        background-position: -88px 0;
    }
        .footer-maps-contacts__soc:hover{
            background-position: 0 -44px;
        }
        .footer-maps-contacts__soc_fb:hover{
            background-position: -44px -44px;
        }
        .footer-maps-contacts__soc_ok:hover{
            background-position: -88px -44px;
        }

.footer-copyright{
    max-width: 1200px;
    text-align: center;
    padding: 45px 25px;
    margin: 0 auto;
}
.footer-copyright__txt{
    font-size: 17px;
    line-height: 1.8;
    color: #353535;
}
.footer-copyright__design{
    font-size: 17px;
    line-height: 1.8;
    color: #727272;
}
.footer-copyright__design a{
    color: #ba8848;
    text-decoration: none;
}
    .footer-copyright__design a:hover{
        color: #000;
        text-decoration: underline;
    }

@media screen and (max-width: 1023px){
    .footer-maps-contacts-wrap{
        position: static;
    }
    .footer-maps-contacts-inn{
        padding: 0;
    }
    .footer-maps-contacts{
        width: auto;
    }

    .footer-maps{
        height: 500px;
    }
}

@media screen and (max-width: 479px){
    .footer-maps-contacts{
        padding: 25px 15px;
    }
    .footer-maps-contacts__phone{
        font-size: 32px;
    }
    .footer-copyright{
        padding: 25px;
    }
}