.header{
}

.header-top{
	margin-top: 20px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-bottom: 1px solid var(--color-grey);
}

.header-logo{
	width: 189px;
	height: 47px;
}

.header-sn{
	margin-right: 17px;
	width: 30px;
	height: 30px;
}

.header-phone{
	margin-right: 17px;
	font-size: 20px;
	font-weight: 700;
	line-height: 25.1px;
	text-decoration: none !important;
}

.header-partners-link{
	padding: 8px 23px 12px 23px;
	border: 1px solid var(--color-grey);
	border-radius: 30px !important;
	font-size: 16px;
	line-height: 20.08px;
	text-transform: lowercase;
	width: fit-content;
}

.mobile .header-partners-link{
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 20.08px;
	top: -10px;
}

.header-menu{
	margin-top: 3px;
}

.header-menu-item{
	font-size: 18px;
	line-height: 22.59px;
	text-decoration: none !important;
	text-transform: lowercase;
}

.header-menu-item:not(:last-child){
	margin-right: 23px;
}

.header-menu-item-active{
	color: var(--color-violet) !important;
}

.top-panel{
	display: flex;
	position: fixed;
	border-bottom: 1px solid rgb(190,190,190);
	background-color: #F2F0E7;
	top: 0;
	left: 0;
	height: 54px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	z-index: 100;
}

.top-panel-logo{
	margin: 5px 0 0 10px;
	height: 34px;
	cursor: pointer;
}

.top-panel-phone a{
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.1px;
	color: #842893 !important;
}

.top-panel-partner-phone-image{
	display: none;
}

.top-panel-menu-button{
	margin: 5px 10px 0 0;
	cursor: pointer;
}

.top-panel-menu-button img{
	width: 25px;
	height: 25px;
}

.mobile-menu{
	display: none;
	position: fixed;
	padding-bottom: 30px;
	background-color: #F2F0E7;
	left: 0;
	top: 54px;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 500;
}

.mobile-menu-section{
	margin: 20px 0 0 30px;
	font-size: 20px;
	line-height: 34px;
}

.mobile-menu-section:not(:first-child){
	margin-top: 10px;
}

.mobile-menu-section-title{
	color: #000;
}

.mobile-menu-section-link a{
}

.mobile-menu-contacts{
	position: relative;
	margin: 27px 0 0 30px;
}

.mobile-menu-contacts img{
	cursor: pointer;
}

.header-sn{
	cursor: pointer;
}
