
@media screen and (min-width: 1000px){
.footer__block-item {
    max-width: 100%;
    flex-basis: initial;
}

 .footer__block-item.footer__block-item--text{    width: 30%;}
  .footer__block-item.footer__block-item--links{    width: 20%;}
  .footer__block-item.footer__block-item--newsletter{    width: 30%;}
}