.header{
	background-color: #F2F0E7;
}

.header-white{
	background-color: #fff;
}

.header .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo{
	margin: 19rem 0 14rem 0;
	height: 84rem;
}

.header-logo-print{
	display: none;
	margin-bottom: 50rem;
	height: 84rem;
}

.menu{
	display: flex;
	position: relative;
	align-items: center;
}

.menu-links{
	margin-bottom: 23rem;
	text-align: right;
}

.menu-links *{
	color: #000;
	font-size: 16rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.08rem;
	text-transform: lowercase;
}

.menu-item{
	display: inline-block;
	margin-right: 21rem;
}

.menu-item a, .menu-phone a, .menu-email a{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 18rem;
	line-height: 22rem;
	letter-spacing: 0.09rem;
	color: #000;
	text-transform: lowercase;
	text-decoration: none !important;
}

.menu-phone:not(:first-child){
	margin-left: 20rem;
}

.menu-email{
	margin-left: 20rem;
}

.menu-item a img{
	margin: 1rem 0 0 6rem;
	width: 7rem;
}

.menu-admin-item a{
	color: #00AEEF;
}

.menu-separator{
	margin: 0 19rem 0 2rem;
	width: 1px;
}

.submenu{
	position: absolute;
	display: none;
	border: 1px solid #F2F0E7;
	border-radius: 4rem;
	background-color: #F2F0E7;
    box-shadow: 0 3rem 3rem 3rem rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.submenu-item{
	padding-left: 10rem;
	padding-right: 10rem;
	transition: background-color 0.10s linear;
}

.submenu-item:hover{
	text-decoration: underline !important;
}

.submenu-item a{
	display: block;
	font-weight: 600;
	font-size: 18rem;
	line-height: 38rem;
	letter-spacing: 0.09rem;
	color: #000000;
	text-decoration: none !important;
}

.top-panel{
	display: flex;
	position: fixed;
	border-bottom: 1px solid rgb(190,190,190);
	background-color: #F2F0E7;
	top: 0;
	left: 0;
	height: 54rem;
    width: 100%;
    justify-content: center;
    align-items: center;
	z-index: 10;
}

.top-panel-logo{
	position: absolute;
	left: 7rem;
	top: 7rem;
	height: 40rem;
}

.top-panel-phone{
	z-index: 1;
}

.top-panel-phone a, .top-panel-email a{
	font-weight: 600;
	font-size: 20rem;
	letter-spacing: 0.1rem;
	color: #000;
}

.top-panel-partner-phone-image{
	display: none;
}

.top-panel-menu-button{
	position: absolute;
	right: 17rem;
	top: 10rem;
	cursor: pointer;
}

.top-panel-menu-button img{
	width: 34rem;
	height: 34rem;
}

.mobile-menu{
	display: none;
	position: fixed;
	padding-bottom: 30rem;
	background-color: #F2F0E7;
	left: 0;
	top: 54rem;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 5;
}

.mobile-menu-section{
	margin: 20rem 0 0 30rem;
	font-weight: 600;
	font-size: 14rem;
	line-height: 29rem;
	text-transform: uppercase;
}

.mobile-menu-section:not(:first-child){
	margin-top: 10rem;
}

.mobile-menu-section-title{
	color: #000;
}

.mobile-menu-section-link a{
	color: #00AEEF;
}

.mobile-menu-contacts{
	position: relative;
	margin: 20rem 0 0 30rem;
}
