// ru
$(document).ready(function(){
	$(window).scrollTo("#EndDescription", { duration:800, axis:'y'});
});
