@media screen and (max-width: 767px){
    .footer__link{
       flex-direction: row;
       flex-wrap: nowrap;
    }
    .footer__link li{
        white-space: nowrap;
        margin-right: 15px;
    }
}