header {
	z-index: 3;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	background: var(--szary);
	top: 0;
	height: 70px;
	border-bottom: 1px solid #ddd;
}
.startowa header {
    opacity: 0;
    visibility: hidden;
}
.startowa .mycha {
    visibility: visible;
	opacity: 1;
	transition: opacity 1s linear,color 0.5s ease-in-out;
}

header .wasko {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1160px;
}




.logo {
	width: 70px;
	display: block;
	padding-top: 9px;
}









@media (min-width: 1000px) {
.mycha {
    position: fixed;
}


}



@media (min-width: 1000px) {

header,
header .wasko {
	height: 100px;
}
.logo {
	width: 100px;
	padding-top: 0;
}

}