Ok, i found the problem: the problem was when you insert gallery with the icon on tinymce called “Attach NextGEN Gallery to Post”. The code it insert is something like this:
<img class="ngg_displayed_gallery mceItem" src="https://site.ru/nextgen-attach_to_post/preview/id--4409" alt="" data-mce-placeholder="1" />
I manually changed it in all posts to:
[imagebrowser id=1]
And the problem is gone.
Tnx.