@media screen and (min-width: 1280px){
	.module.header{
		position: fixed;
		top: 0;
		left: 0;
		background: white;
		padding: 0 40px;
		height: 75px;
		width: 100%;
		letter-spacing: 1px;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
	}
	.header.logo{
		height:75px;
	}
	.header.navigation{
		position: absolute;
		top: 30px;
		left: 296px;
		text-align: center;
		display: block;
		width: calc(100% - 426px);
	}
	.header.elemNav.selected {
	    border-bottom: 3px solid #fd0792;
	}
	.header.elemNav {
		padding-bottom: 6px;
		display: inline-block;
	}
	.header.separatorNav {
		margin: 0 46px;
	}
	.headerMobile {
		display:none;
	}
}