_removeListenersFromHorizontalScroll() {
            this._$horizontalBar.off({
                mousedown: this._onHorizontalBarMouseDown,
                touchstart: this._onHorizontalBarTouchStart,
                touchmove: this._onHorizontalBarTouchMove,