$(document).ready(function(){

if ($(document).height() > $('#in_bl').height() + 378) $('#in_bl').height($(document).height() - 378);
$('.contacts_bl.sec').css('bottom', 46);

//MAIN!
});

