.header {
	width:95%;
	max-width: 1000px;
	margin: 0 auto;
}

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

.logo {
	/*padding: 30px;
	font-size: 2em;*/
	width:fit-content;
	margin:0 auto;
}

.textlogo {
	text-align: center;
}

.logo img {
	height:60px;
	width:auto;
	
}

.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;
}
