Updated version of BAS - 23.2.1 solved most of the issues I had.
I opened backup version of project file in text editor and rebuild
it in new BAS version 23.2.1.
The issue was with window.outerWidth == 0 in BAS, and some startnge code window.outerWidth || window.innerWidth from recaptcha service. If window.outerWidth == 0, so function, which calculates screen width, returned window.innerWidth which was always 304px, because code executed in captcha frame.