I can't work with wifi module(nrf24l01) and lcd (nokia 5110) at the same time

Why have you deleted the library names ?
You have not formatted the code very nicely (use Tools > Autoformat in the IDE) and have left html characters eg
in the code.

You appear to be using pins 0 and 1 for the display and this may cause a conflict with the serial console.

You should post a wiring diagram and the code of the receiver and state whether the radio works if you comment out the code which handles the display.