.header {

	width: 95%;
    /*max-width: 1000px;*/
    margin: 0px auto 0px auto;

}

.header>.block {
    height:200px;
    padding:10px;
	margin:0;
	
	display: flex;
    
    justify-content: center;
    align-items: center;
    flex-direction: row;
	flex-wrap: nowrap;
}

.headerlogo, .headerslogan, .headerphones, .headerworktime {

	width:25%;
	vertical-align: middle;
	flex: 0 1 auto;
}

.headerlogo {
	text-align:left;
	}
	
.headerslogan {
	text-align:center;
	}
	
.headerworktime {
	text-align: right;
}
	
.headerphones {
	text-align:right;
	}

.minsk {
	display: inline;
}

.beloozersk {
	display:none;
}

.header .active {
background-color: #0D6398;
color:white;
}

.switch {
padding:5px;
}

.days {
font-size:2em;
}

.sundays {
color:red;
}

.headerphones img {
height:1em;
vertical-align: text-bottom;
}