#header {
  position: relative;
  height: 375px;
  z-index: 1;
}
@media all and (max-width: 1120px) {
#header {
  height: 305px;
}
}
@media all and (max-width: 760px) {
#header {
 /* height: auto; */
}
}
.header__site-link {
  z-index: 100 !important;
  position: absolute;
  top: 0;
  right: 10px;
  width: 150px;
  height: 100px;
}
@media all and (max-width: 1120px) {
.header__site-link {
  width: 100px;
  height: 67px;
}
}
.header__site-name {
  position: absolute;
  top: 63px;
  right: 0;
  width: 150px;
  height: 37px;
  background-size: 150px 100px;
  font-family: Bitter, serif;
  font-size: 0.93em;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  line-height: 1.4em;
	z-index:11;
	margin:0;
}
@media all and (max-width: 1120px) {
.header__site-name {
  width: 100px;
  height: 25px;
  font-size: 8px;
  top: 42px;
}
}
.header__site-name a {
  text-decoration: none;
  display: block;
  padding: 64px 0 5px;
}
.header__logo {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  right: 0;
	width:150px;
	height:100px;
	z-index:10;
}
@media all and (max-width: 1120px) {
.header__logo {
  width: 100px;
  height: 67px;
}
}
