Black screen after i close the laptop lid and reopen

Hi there!
I’m using Manjaro (Cinnamon).

After closing the laptop lid and reopen it I see black screen (OS not waking up).
This problem appeared after fixing another problem with the screen.

There used to be a problem with screen tearing on Intel HD Graphics and I found this approaches:
Source 1
Source 2
So I have created the file 20-intel.conf with content:

Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "AccelMethod" "uxa"
  Option "TearFree" "true"
  Option  "TripleBuffer" "true"
EndSection

After this fix the problem with screen tearing is gone. But after reopening laptop lid I see black screen. But I see my cursor on the screen.

Here is output from inxi -G

Graphics:
  Device-1: Intel Haswell-ULT Integrated Graphics driver: i915 v: kernel 
  Device-2: Microdia Integrated Webcam HD type: USB driver: uvcvideo 
  Display: x11 server: X.Org 1.20.11 driver: loaded: intel 
  resolution: 1600x900~60Hz 
  OpenGL: renderer: Mesa DRI Intel HD Graphics 4400 (HSW GT2) 
  v: 4.5 Mesa 21.1.2 

Here is output from neofetch

OS: Manjaro Linux x86_64 
Host: Inspiron 5558 01 
Kernel: 5.12.9-1-MANJARO 
Uptime: 2 mins 
Packages: 1467 (pacman), 6 (snap) 
Shell: bash 5.1.8 
Resolution: 1600x900 
DE: Cinnamon 4.8.6 
WM: Mutter (Muffin) 
WM Theme: Mint-Y-Dark-Purple (Mint-Y-Dark) 
Theme: Mint-Y-Dark-Purple [GTK2/3] 
Icons: Mint-Y-Dark [GTK2/3] 
Terminal: gnome-terminal 
CPU: Intel i5-4210U (4) @ 2.700GHz 
GPU: Intel Haswell-ULT 
Memory: 3115MiB / 15927MiB 

How I can fix it?
Thanks in advance for your advices!