function check_high () {
         var height = window.innerHeight || (window.document.documentElement.clientHeight || window.document.body.clientHeight);
         var soll = (height - 189) / 2;
         document.getElementById('logo_start').style.marginTop = soll+"px";
}
