if (top > 0) {
            var koeffTop = (deltaTop >= limit) ? -deltaTop : 0;
            extent[1] = extent[1] + koeffTop;
        }