@Biellonzo Fixed. Can download here https://drive.google.com/file/d/0B-sqEGE7Jbc7Xzh6YnJuRVI5MlU/view?usp=sharing
Technical details:
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.
0_1503987256529_FixRecaptcha.png