@Marko, @Ghany
Finally found problem.
Go to:
oc-content/themes/zara/css/style.css
Find line:
#photos .ajax_preview_img img {max-width: 100%;padding:2px;max-height:100%;width:auto;height:auto;display: block;margin:auto;text-align:center;margin: 0;position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%)}
Replace with:
#photos .ajax_preview_img img {max-width: 100%;padding:2px;max-height:100%;width:auto;height:auto;display: block;margin:auto;text-align:center;margin: 0;position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%)}