There are animations on the page. If you scroll to the footer, and then refresh it, we’ll end up on the footer automatically, and if you scroll to the top, the animations are crookedly displayed. I tried to raise it like this, but it does not work:
jQuery(document).ready(function(){ jQuery(window).scrollTop(0).delay(800); });
Tried and without delay. Tip "plug in jquery" doesn't roll :)