.header {
/*	width:95%;
	max-width: 1000px;
	margin: 0 auto;*/
	
	background-color: var(--header-background);
	
	/* background-color: #5D5D5D; */
	padding:20px;
	position: relative;
}

.header a {
	border-bottom: unset !important;
}

.header_html>.block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	/*padding: 30px;
	font-size: 2em;*/
	
	display: flex;
	align-items: center;
	margin-left:-25px;
}

.logo img {
	height:80px;
}

.logo img.logo {
	height:135px;
	width:auto;
	margin: -20px 0;
}


.header .block {
	/*padding: 20px 0 22px 30px;*/
}


.phones {
	width:40%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:5px 0;
	text-align: right;
}

.phones img {
	height: 18px;
	width:auto;
	vertical-align: middle;
}

.phones a, .phones span  {
margin:3px;
}

.topheader {
	 display: flex;
	 justify-content: flex-end;
	 position: absolute;
	 top:15px;
	 right:10%;
}

.topheader .socials img {
	height:30px;
}

.topheader .socials a {
	border-bottom: unset;
	margin:5px;
}

.topheader .socials {
	margin-left:20px;
}

.languages a {
	padding:3px;
	border: 1px solid #dfdfdf !important;
	color:white;
	margin:0 5px;
}

.languages a.active {
	font-weight:bold;
	background-color: #dfdfdf;
	color: #215384;
}

.languages {
	position: absolute;
	top:0;
	right:15%;
}

.mediumheader {
	display: flex;
	align-items: end;
	justify-content: space-around;
	/*min-height: 150px;*/
}

.mediumheader>span {
	display:none;
}

.mediumheader .search {
	color:white;
	padding:4px;
	border:1px solid #9f9f9f;
}

@media screen and (max-width:900px) {
    .header {
		position: fixed;
		top:0;
		left:0;
		width:calc(100% - 40px);
		z-index: 10000000;
    }
	.headerfix {
		margin-top:22px;
	}
	
	.logo img.logo {
		height:80px;
	}
	
	.logo img {
		height:50px;
	}
}