@media (max-width: 999px) {

.menu {display: none}






#mO {
    background: var(--czarny);
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#mOW {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}
#mOW ul ul {
	margin-left: 10%;
}
#mOW .menu {
	display: block;
	padding: 20px;
	position: static;
	margin: 30px auto 0;
	width: 100%;
	max-width: 600px;
	border: 0;
	float: none;
	background: none;
	list-style: none;
}
#mOW a {
	color: #fff;
	display: block;
	padding: 10px 0;
	font-size: 25px;
	font-weight: bold;
}
#mOW .nav-child a {
	font-size: 20px;
	font-weight: normal;
}


#mOW .active > a,
#mOW .menu a:focus,
#mOW .menu a:hover {
  color: var(--czerwony);;
}
#mOW .menu li {
  border: 0;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
#mOW #mOWc {
	color: #fff;
	cursor: pointer;
	font-size: 4em;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: -3px;
}

#mO,
#mOW {
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#mO.widac,
#mOW.widac {
  display: block;
}
#mO.aktywne,
#mOW.aktywne {
  opacity: 1;
}






#mOW nav ul li.active > a {
    color: #1a1a18 !important;
    border: 0;
}


#mOW ul {list-style:none}




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




}
@media (min-width: 1000px) {
#mM {display: none}
.mainMenu {
	display: flex;
	list-style: none;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ml {
	position: relative;
}
.ma_1 {
    display: block;
    position: relative;
	height: 62px;
	line-height: 62px;
	padding: 0;
	font-size: 20px;
	color: #fff;

}



.menu a:hover,
.menu li:hover > a {
	color: var(--czerwony);
}
.teraz > a {
	color: var(--czerwony);
}
.nav-child {
	position: absolute;
	background: #000;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	transition: var(---transWidac2);
	padding: 10px 0;
}
.ma_2,
.ma_3,
.separator {
	padding: 10px 15px;
	color: #fff;
	display: block;
}

.nav-child ul {
	right: -250px;
	width: 250px;
	top: 0;
	border-top: 0;
	border-left: 1px solid #000;
}
nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}




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



}
/* koniec */