.mp-rozwijka-zawartosc{
  display:none;
}

.menu-srodek-1-poziom .menu-blok-before, .menu-srodek-1-poziom .modul-after{
  display: none!important;
}


#menu-srodek span{
  cursor:pointer;
}


.menu-banery-lewe .menu-srodek-1-poziom{
  padding: 0;
}

.menu-banery-lewe .menu-srodek-1-poziom li{
  width: 100%;
  height: 96px;
  margin-bottom: 8px;
}

.menu-banery-lewe .menu-srodek-1-poziom li a span i,
.menu-banery-lewe .menu-srodek-1-poziom li button span i{
  display: block;
  width: 65px;
  position: absolute;
  left: 12px;
  top: auto;
  padding: 0;
  margin: 0;
}
.menu-banery-lewe .menu-srodek-1-poziom li > a{
  text-align: left;
  width: 100%;
  padding: 16px;
}

.menu-banery-lewe .menu-srodek-1-poziom li > a > span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
  padding-left: 68px;
}


.menu-banery{
  background-color: #eeeeec;
  margin-bottom: 32px;
  margin-top: -16px;
}

#menu-srodek{
  width: 100%;
  margin-left:0px;
  
}

#menu-srodek ul{
  margin:0px;
  padding:0px;
}

.menu-srodek-1-poziom{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -32px auto 24px 0px;
  padding: 0px 40px;
  position: relative;
  flex-wrap: wrap;
  gap: 8px;
}

.menu-srodek-1-poziom li{
  list-style: none;
  max-width: 100%;
  display: flex;
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 24px;
  width: 282px;
  height: 140px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 0px;
}


.menu-srodek-1-poziom li > a, .menu-srodek-1-poziom li > span {
  margin: 0px;
  display: block;
  color: #000;
  text-decoration-color: transparent;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 32px 8px 16px 8px;
}

.menu-srodek-1-poziom li > a:hover, .menu-srodek-1-poziom li > span:hover{
  opacity: 0.7;
}

#menu-srodek .aktywna > ul {
  display: block;
}

/*ikony po srodku*/
.menu-srodek-1-poziom li a i{
  color: #72273c;
  font-size: 32px;
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
}

.menu-srodek-1-poziom li a i:before{

}

.menu-srodek-1-poziom .menu-ikona-mini{
  width: auto;
  height:auto;
}

.menu-srodek-1-poziom .menu-ikona-tekst{
  display: none!important;
}

/*MENU ŚRODEK BANERY*/

.menu-srodek-banery{
  width: 100%;
}

.menu-srodek-banery ul{
  display:flex!important;
}

.menu-srodek-banery li{
  overflow:hidden;
  width: 400px;
  height: auto;
  opacity:1!important;
}

.menu-srodek-banery ul > li>a:hover, .menu-srodek-banery ul > li>span:hover{
  opacity:1!important;
}

.menu-srodek-banery > ul > li > a > span > img{
  transition: 0.2s;
}

.menu-srodek-banery > ul > li > a > span > img:hover{
  transform: scale(1.2);
  transition: 0.2s;
}

/*Zewnętrzne linki */
.menu-srodek-1-poziom li a[href^="http://"]:hover::after,
.menu-srodek-1-poziom li a[href^="https://"]:hover::after,
.menu-srodek-1-poziom li a[href^="//"]:hover::after {
  font-family: "Font Awesome 5 Free";
  font-size: 100%;
  content: "\f35d";
  opacity: 0.5;
  padding: 0px 4px;
  position: absolute;
  top: 8px;
  right: 0;
  color: #ccc;
  font-size: 14px;
}


@media all and (min-width: 1024px) and (max-width: 1279px){
  .menu-srodek-1-poziom li{width: 220px;}
  .menu-srodek-1-poziom li img {width: 100%; height: auto;}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .menu-banery-lewe{display:none;}
  /* .menu-banery{display:none;} */
  .menu-srodek-1-poziom{width: 100%!important;flex-wrap: wrap; padding:8px 8px; margin:0px auto 24px auto;justify-content: space-between;}
  .menu-srodek-1-poziom li{width: 49%; margin-bottom: 16px;  height: auto; margin-bottom: 2%;}
  .menu-srodek-1-poziom li img {width: 100%; height: auto;}
  .menu-srodek-1-poziom li > a, .menu-srodek-1-poziom li > span{font-size: 12px;}
}




