header,
.hhh {
	background: #000;
	top: 0;
	height: 80px;
	z-index: 999;
    position: absolute;
	width: 100%;
}
.header_w {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 60px 0 20px;
	height: 100%;
	max-width: var(--szerokosc);
}
.logo {
	display: block;
	width: 60px;
	height: 60px;
}
.img_ukraina {
	margin: 0 auto 0 10px;
}

nav {
	position: fixed;
	right: 12px;
}

.mainMenu {
	display: none;
}


#mM {
	cursor: pointer;
	position: relative;
	background-color: var(--czarny);
	z-index: 1;
	width: 48px;
	height: 36px;
	transition: var(--transition5), transform .5s;
	transform: translateY(0);
}
.mycha #mM {
	background-color: var(--czerwony);
	transform: translateX(-8px);
}


#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: var(--czerwony);
}
.mycha #mM:hover {
	background-color: var(--czarny);
}






@media (min-width: 1000px) {

.header_w {
	padding: 0 20px 0 20px;
}
.mainMenu {
	display: block;
}
.ml_1 {
	display: inline-block;
	margin-left: 20px;
}
.ml_1:first-child {
	margin: 0;
}







}
@media (min-width: 1000px) {
header, .hhh {
	position: fixed;
}
nav {
	position: relative;
	right: 0;
}


}
@media (min-width: 1200px) {
.ml_1 {
	margin-left: 40px;
}

}