@apachx The Bimber theme is probably not compatible due to having too much CSS.
In regards to the images, for some reason in the non-AMP version:
<span id="more-42337"></span>
<div class="wp-block-image">
<figure class="aligncenter">
<img src="https://fshoke.com/wp-content/uploads/2019/05/myatno-shokoladnoe-maslo-Canoble-Le-Buerre-Aromatise-Choco-2.jpg" alt="Мятно-шоколадное масло Canoble" class="wp-image-42340" srcset="https://fshoke.com/wp-content/uploads/2019/05/myatno-shokoladnoe-maslo-Canoble-Le-Buerre-Aromatise-Choco-2.jpg 1000w, https://fshoke.com/wp-content/uploads/2019/05/myatno-shokoladnoe-maslo-Canoble-Le-Buerre-Aromatise-Choco-2-768x768.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px"/>
<figcaption>Мятное масло зеленое на цвет с шоколадной крошкой</figcaption>
</figure>
</div>
Is being converted into:
<!--more-->
<div class="wp-block-image">
<figure class="aligncenter">
<figcaption>Мятное масло зеленое на цвет с шоколадной крошкой</figcaption>
</figure>
</div>
Can you share the underlying post_content
for that post to obtain the underlying code that is being rendered by WordPress?