.header {
	width:95%;
	max-width: 1200px;
	margin: 0px auto 20px auto;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	

}

.header span.relative {
	display: none;
}

.header_html>.block {
	
}

.logo {
	/*padding: 30px;
	font-size: 2em;*/
	width:230px;
	font-size:1.2em;
	
}

.logo img {
	height:55px;
	width:auto;
	margin-right: 5px;
	background-color: rgba(255, 211, 92,1);
	border-radius: 50%;
	
}

.logo a {
	border-bottom: unset;
	display: flex;
	align-items: center;
}


.phones {
width:230px;
font-weight: 700;
text-align: right;
}

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

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