footer{
    background: url('/resources/themes/bag/images//bg_footer.png') center center;
    background-size: cover;
    border-top: 8px solid #e4000f;
}

footer .list__vertical a{
    text-transform: uppercase;
    font-weight: bold;
    color:#616161;
    font-size: 14px;
}

footer .h3{
    white-space: nowrap;
}

footer p{
    font-size: 14px;
    color:#616161;
}

.footer__social a{
    background: #e4000f;
    border-radius: 42px;
    width:42px;
    height:42px;
    line-height:42px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}

.footer__social a *{
    color:#fff;
}