.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-srodek{
  width: 100%;
  margin-left:0px;
}

#menu-srodek ul{
  margin:0px;
  padding:0px;
}

.menu-srodek-1-poziom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 24px 0px;
    padding: 0px 0px;
    position: relative;
}

.menu-srodek-1-poziom li{
    list-style: none;
    max-width: 100%;
    display: flex;
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 24px;
    width: 405px;
    height: 225px;
    align-items: center;
    justify-content: center;
}


.menu-srodek-1-poziom li > a, .menu-srodek-1-poziom li > span {
    margin: 0px;
    display: block;
    color: #fff;
    text-decoration-color: transparent;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.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{
    border-left: 1px solid #20613d;
    color: #7cc19b;
    font-size: 34px;
}

.menu-srodek-1-poziom li a i:before{
  padding-left: 24px;
}

.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;
}


@media all and (min-width: 1024px) and (max-width: 1279px){
  .menu-srodek-1-poziom li{width: 320px;}
  .menu-srodek-1-poziom li img {width: 100%; height: auto;}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .menu-srodek-1-poziom{width: 90%!important;flex-wrap: wrap; margin:0px auto 24px auto;justify-content: center;}
  .menu-srodek-1-poziom li{width: 100%; margin-bottom: 16px;  height: auto;}
  .menu-srodek-1-poziom li img {width: 100%; height: auto;}
}




