.header>.block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 20px !important;
	
}

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

.header {
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(230,230,230,0.7);
	backdrop-filter:blur(7px);
	z-index:2;
	width:100%;
}

.header span.relative {
	display: none;
}

@media screen and (max-width:700px) {
	.header>.block {
		flex-flow: column wrap;
		justify-content:center;
		width:calc(100% - 20px);
		padding:0 !important;
	}
	
	.logo {
		margin-top:20px;
		font-size: 1.1em !important;
	}
	
	/*.menublock .block {
		padding:0 !important;
	}
	
	.menublock li {
		max-width: calc(100% - 1em);
	}*/
}

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

.header>span {
	display:none;
}

.logo {
	/*padding: 30px;*/
	font-size: 1.2em;
	
	text-transform: uppercase;
	font-weight: bold;
	
	display: flex;
	align-items: center;
}

.logo img {
	height:50px;
	width:auto;
	vertical-align: middle;
	
	
}

.logo .one {
	color:#0155A6;
}


.logo .two {
	color:#96A8D6;
}




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