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

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

.phones>span>div {
	display: inline;
}

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

