At zooms 6 and 7 some areas in Crimea that are covered with water disappear. I used the revision https://github.com/openmaptiles/openmaptiles/commit/0545f1e27d1783c2a300db4eadaa26cef3dcb705 to generate new tiles.
This is how it was before (zoom 6):

And this is how it is with the new OMT revision (zoom 6):

The same for zoom 7:


Thanks for reporting this.
It is a problem of combining data sources - till z8 we use ocean polygons from import-water, starting z7 they come from Natural Earth. In Natural Earth is this problematic water area classified as lake, not part of ocean, this way it is in different dataset (this NE dataset is used starting z5).
https://github.com/openmaptiles/openmaptiles/blob/master/layers/water/etl_diagram.png
It could be easily solved by using import-water source for oceans in z6 and z7 too, I will test it.
Thanks, @eva-j!
That area is really like a lake - it is a large system of lagoons - https://en.wikipedia.org/wiki/Syvash
Before fix:

After the fix:

Thanks, @eva-j :wave:
Most helpful comment
https://github.com/openmaptiles/openmaptiles/pull/730 merged.