<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 999px) {

.menu {display: none}

#mM {
	cursor: pointer;
	position: fixed;
	background: var(--niebieskiJasny);
	z-index: 999;
	top: 7px;
	right: 20px;
	width: 48px;
	height: 36px;
}
#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: red;
}





#mO {
    background: var(--niebieski);
    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 &gt; a,
#mOW .menu a:focus,
#mOW .menu a:hover {
  color: #1a1a18;
}
#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 &gt; a {
    color: #1a1a18 !important;
    border: 0;
}


#mOW ul {list-style:none}




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




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


#mM,
.ml_1:first-child {display: none}


.mainMenu {
	display: flex;
	list-style: none;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 10px;
}
.ml {
	position: relative;
}
.ma_1 {
	display: block;
	font: 800 16px/40px Tahoma;
	text-align: center;
	margin: 0;
	color: #fff;
	padding: 0 10px;
}



.menu a:hover,
.menu li:hover &gt; a {
	background: var(--niebieski);;
	color: #fff;
}
.active &gt; a {
	background: var(--niebieski);;
	color: #fff;
}
.nav-child {
	position: absolute;
	background: #794f00;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s .5s, opacity .5s linear;
	-o-transition: visibility 0s .5s, opacity .5s linear;
	transition: visibility 0s .5s, opacity .5s linear;
	padding: 10px 0;
	border-top: 1px solid #000;
}
.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 &gt; ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}




} 
/* koniec */</pre></body></html>