/*.footer_links ul{margin-top: 7px;}*/
.footer_links li{margin-bottom: 0px;line-height: 16px;}
.footer_links a{
    font-size: 13px;
    line-height: 1.16;
    margin-top: -5px;
    color: #e3e3e3;
}
.footer__app-info {
    line-height: 18px;
    margin-top: 0px;
}
.footer__copy {
    line-height: 16px;
}
@media screen and (max-width: 991px) {
    .footer_links ul{margin-bottom: 20px;}
    .footer_links li{text-align: center;}
    .footer_links + .footer__app .footer__app-info{display: block; margin-bottom: 20px;}
    .footer_links + .footer__app{display: block; text-align: center;}
    .footer_links + .footer__app .footer__app-element{display: inline-block;}
}
@media screen and (max-width: 767px) {
    .footer_links .footer__nav-list{display: block;}
}