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

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

.header_html>.block>div {
	width:calc(33%); 
}

.header .two {
	text-align: center;
}


.header .three {
	text-align: right;
}

.logo {
	/*padding: 30px;
	font-size: 2em;*/
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 1.2em;
}

.when.logo {
	font-weight: normal;
	letter-spacing: 0.5px;
	font-size: 0.7em;
}

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

.logo a {
	border-bottom: unset;
}

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


.phones {
	text-align: center;
}

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

.when {
	font-size:0.85em;
	color:#9d9d9d;
}