<div class="scroll-bottom" href="#scroll-bottom">
<img src="img/scroll-down.png">
<span>Крутить вниз</span>
</div>
$(".scroll-bottom").click(function() {
$('html, body').animate({
scrollTop: $("#scroll-bottom").offset().top-30
}, 1000, 'swing');
});