.header {
	
	min-height: 75px;
	
}

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


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

.phones img {
	height: 14px;
	width:auto;
	vertical-align: top;
}

.phones a, .phones span  {

}

.logocircle {
	width:54px;
	height:54px;

	width:74px;
	height:74px;
	
	background-color:rgb(0,2,102);
	border-radius: 75px;
	position: absolute;
	top:7px;
	left: -74px;
	
	display: none;
}

.logominus {
	margin-left: -9px;
}

.logofont a {
	color:rgb(0,2,102);
	border-bottom: unset;
}

.logofont a:hover {
	color:rgb(0,2,102);
	border-bottom: unset;
}