$('header').fadeOut(400, function(){
$('header .logo').css('width', logoWidth);
$('.header-top .contacts .phone').css('fontSize', '30px');
$('.header-top .contacts2 .phone').css('fontSize', '30px');
$('header').css('position', 'relative').show(0, function(){
$('.header-in').show();
$('.slide-block').css('margin-top','70px');
$('header').css('opacity', '100').css('z-index','999').css('box-shadow', 'none')
});
});