header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	border-bottom: 4px solid red;
}
.header_w {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0 20px;
}
.logo {
	display: block;
}


#mM {
	cursor: pointer;
	position: relative;
	background-color: red;
	z-index: 1;
	width: 48px;
	height: 36px;
	transition: var(--transition5);
	transform: translateY(0);
}
#mM span,
#mM span:before,
#mM span:after {
	background: #fff;
	display: block;
	height: 4px;
  	position: absolute;
	right: 8px;
	text-align: center;
	top: 16px;
	width: 32px;
}
#mM span:before,
#mM span:after {
	content: "";
	top: -8px;
	right: 0;
}
#mM span:after {
	top: 8px;
}

#mM:hover {
	background-color: #000;
}




.podHeader {
	margin-top: 80px;
}


@media (min-width: 500px) {

}
@media (min-width: 1000px) {
.podHeader {
	margin-top: 0;
}

}
@media (min-width: 1100px) {

header {
}
.startowa header {
	position: absolute;
}

.header_w {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1150px;
	margin: auto;
	height: 94px;
}
.logo {
	width: 150px;
	padding: 0;
}



}
@media (min-width: 1200px) {



}













