header {
   display: block;
   position: absolute;
   top: 35px;
   width: 94%;
	max-width: 1200px;
	min-width: 1150px;
   height: var(--th-heroh, 396px);
   background: var(--th-hero, linear-gradient(160deg,#e8eef6,#bcccde)) center/cover no-repeat;
   font: normal 6em arizonia,serif;
   color: white;
   text-shadow: white 3px 2px 8px;
   text-align: center;
   box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	z-index: 0;
}
div.body {
   width: 100%;
   margin-top: calc(var(--th-heroh, 396px) + 39px);
}
img.logo {
   width: 128px;
   height: 96px;
   margin-right: 24px;
}

/***** Media *****/ 
@media screen and (max-width:1200px){
   header { width: 100%;  min-width: 0; height: 140px; font-size: 4em; line-height: 0.25em; }
	div.body { margin-top: 178px; }
}
@media screen and (max-width: 600px) {
   header {
      position: absolute; height: 100px; font-size: 3em;
      background: none; background-color: #47a;
   }
	div.body { margin-top: 138px; }
   img.logo { width: 96px; height: 72px; }
}

/* Кнопки скачивания на баннере главной (опция темы homedl). header — position:absolute */
.home-dl { position: absolute; left: 10px; bottom: 5px; padding: 0; font-size: 0; }
