.warning-panel{
	display: none !important;
}

#header {
	z-index: 3;
	width: 100%;
	position: absolute;
	padding-top: 3rem;
  }

.logo__link {
	background: url(../img/logo-r.png) no-repeat;
	background-size: 100% 100%;
	width: 60px;
	height: 60px;
	display: inline-block;
  }
  
  .header__wrapper {
	background-color: transparent;
	height: 6rem;
  }
  

  .header__logo {
	flex-basis: 100%;
	text-align: center;
  }
  
 
  
  @media all and (max-width: 960px) {
	.header__logo {
	  flex-shrink: unset;
	}
  }
  