$(document).ready(function(){
	var targetOffset = $('#wyniki').offset().top;
	$('html,body').animate({scrollTop: targetOffset}, 1000);
});