﻿.mp-rozwijka-zawartosc {
  display: none;
}

.menu-blok-before {
  display: none !important;
}

#menu-lewe span {
  cursor: pointer;
}

#menu-lewe {
  /*background:#007dab;*/
  max-width: 100%;
  margin-left: 0px;
}

.nawigacja-lewa {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 32px 0px 0px 24px;
  margin: 0;
}

.menu-lewe-1-poziom ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu-lewe-1-poziom>li {
  list-style: none;
  display: block;
  margin: 0px 0px 16px 0px;
  position: relative;
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  width: 100%;
  max-width: 400px;
  border: 1px solid #e6e6e6;
}

.menu-lewe-1-poziom li:hover {
  /*border-right:1px solid #25d5b4;*/
}

.menu-lewe-1-poziom {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.menu-ikona-mini {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}


.menu-lewe-1-poziom li:before {
  display: none;
}

.menu-lewe-1-poziom li>a,
.menu-lewe-1-poziom li>span {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.menu-lewe-1-poziom li a>span {
  padding: 0px 24px;
  padding-left: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.menu-lewe-1-poziom li>a img,
.menu-lewe-1-poziom li>span img {
  max-width: 100%;
  height: auto;
}



/*.menu-lewe-1-poziom li > a:hover, .menu-lewe-1-poziom li > span:hover{
  opacity: 0.7;
}*/

.menu-lewe-1-poziom li.menu-ikona {
  padding: 0px;
}

.menu-lewe-1-poziom li.menu-ikona a span {
  padding: 0px;
}

.menu-lewe-1-poziom li.menu-ikona a {
  width: 100%;
}

.menu-lewe-1-poziom li.menu-ikona a:hover {
  opacity: 0.7;
}

#menu-lewe .aktywna>ul {
  display: block;
}

.menu-tekstowe {
  /* margin-bottom: 16px;
  background: #fff;
  background-size: cover;*/
}

.menu-tekstowe .menu-lewe-1-poziom,
.menu-tekstowe .menu-start-0-poziom {
  /* background: #0075c5;
  padding: 32px;*/
}

.menu-tekstowe .menu-ikona-mini {
  position: static;
  width: 100%;
  height: auto;
}

.menu-tekstowe .menu-lewe-1-poziom>li>a:hover>.menu-ikona-mini,
.menu-tekstowe .menu-start-0-poziom>li>a:hover>.menu-ikona-mini {
  /* animation: tada 1s infinite alternate;*/
}

/*Zewnętrzne linki */
.menu-start-0-poziom li a[href^="http://"]:hover::after,
.menu-start-0-poziom li a[href^="https://"]:hover::after,
.menu-start-0-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: #313131;
}

/*.menu-tekstowe .menu-ikona-mini:hover{
  animation: tada 1s infinite alternate;
}*/


.menu-tekstowe .menu-ikona-tekst {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background: none;
  display: flex;
  position: absolute;
  /* right: 16px; */
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 52px !important;
  /* height: 96px; */
  padding-right: 96px !important;
  display: none;
}

.menu-tekstowe .menu-lewe-1-poziom>li,
.menu-tekstowe .menu-start-0-poziom>li {
  margin: 0px;
  margin-bottom: 16px;
  /*height: 96px;*/
}

.menu-tekstowe .menu-lewe-1-poziom>.menu-ikona:first-of-type>a,
.menu-tekstowe .menu-start-0-poziom>.menu-ikona:first-of-type>a {}

.menu-tekstowe .menu-lewe-1-poziom>li>a,
.menu-tekstowe .menu-start-0-poziom>li>a {
  /* padding:8px 4px;
  border-bottom:1px solid #4299d4;*/
  padding: 8px 0px;
  display: flex;
  text-decoration: none;
  color: #313131;
  position: relative;
  background: #fff;
  /* border: 1px solid #e6e6e6; */
}

.menu-tekstowe .menu-lewe-1-poziom>li>a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d9221a;
  margin-left: 24px;
}
.menu-tekstowe .menu-lewe-1-poziom>li.menu-ikona>a::before {
  display: none;
}

.menu-tekstowe .menu-ikona a {
  padding: 0px 0px !important;
}

.menu-tekstowe .menu-start-1-poziom {
  display: none;
  padding: 0;
  list-style: none;
}

.menu-tekstowe .menu-start-2-poziom {
  display: none;
  list-style: none;
}

.menu-tekstowe .menu-start-2-poziom li a {
  padding: 2px 8px 2px 16px;
}

.menu-tekstowe .menu-start-2-poziom li a:before {
  content: none !important;
}

.menu-banery .menu-start-1-poziom {
  display: none;
}

/*ikony po lewej*/
.menu-lewe-1-poziom li span i {
  display: inline-block;
  right: 0px;
  top: 8px;
  position: absolute;
  padding: 6px;
  border-radius: 50%;
  color: #2d7f4d;
  font-size: 34px;
  width: 72px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 1;
}


/*2gi poziom*/

.menu-lewe-2-poziom {
  display: none;
}

.menu-lewe-2-poziom {
  position: relative;
  margin: 0px 0px 0px 0px !important;
  list-style: none;
  background: #fff;
  width: auto;
  padding-bottom: 16px !important;
}

ul.menu-lewe-2-poziom>li {
  position: relative;
  /* min-width: 100%; */
  padding: 2px !important;
  margin: 0px 0px;
  margin-bottom: -3px;
}


ul.menu-lewe-2-poziom li a,
ul.menu-lewe-2-poziom li span,
ul.menu-start-1-poziom li a,
ul.menu-start-1-poziom li span {
  /* padding: 2px 8px 2px 12px; */
  /* background: #006c37; */
  /* margin-left: 12px; */
  margin-right: 12px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #313131;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 0px;
  padding: 4px 0px;
}

ul.menu-lewe-2-poziom li a:before,
ul.menu-lewe-2-poziom li span:before,
/*.menu-tekstowe ul.menu-start-1-poziom li a:before,*/
.menu-tekstowe ul.menu-start-1-poziom li span:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f105";
  left: 12px;
  position: absolute;
  top: 5px;
  color: #fff;
  list-style: none;
  display: none;
}

.menu-tekstowe ul.menu-start-2-poziom li span:before {
  display: none;
}

.menu-tekstowe ul.menu-lewe-2-poziom>li {
  /* padding: 8px 8px 8px 0px; */
  padding-left: 0px;
  border-bottom: 1px solid #c6211f;
  margin-left: 24px;
  margin-right: 24px;
}

.menu-tekstowe ul.menu-lewe-2-poziom>li:first-child {
  border-top: 1px solid #c6211f;
}

.menu-tekstowe ul.menu-lewe-2-poziom>li span:hover {
  font-weight: bold;
}

.menu-tekstowe ul.menu-lewe-2-poziom>li span.aktywnaid {
  font-weight: bold;
}

/*ul.menu-lewe-2-poziom li a span:hover{
  opacity: 0.8;
}*/
ul.menu-lewe-2-poziom li.aktywna>a,
/*ul.menu-lewe-2-poziom li.aktywna > span,*/
ul.menu-lewe-2-poziom li.rozwijkaaktywna>a

/*, ul.menu-lewe-2-poziom li.rozwijkaaktywna > span*/
  {
  color: #eb0000;
}

ul.menu-lewe-2-poziom li a.aktywna span,
ul.menu-lewe-2-poziom li:hover a span {
  color: #232323;
}


/*3 poziom*/
.menu-lewe-3-poziom {
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  padding-left: 12px !important;
}

/*.menu-lewe-2-poziom li:hover > .menu-lewe-3-poziom{
  display:block;
}*/


/*strzałki przy rozwijkach */


li.menu-lewe-rozwijka:after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f107";
  color: white;
  right: 16px;
  position: absolute;
  top: 12px;
  display: none;
}

.menu-lewe-rozwijka>span span {
  display: block;
}

/*Efekt hover background*/

.menu-lewe-1-poziom ul li:hover>a {}

/*.menu-lewe-1-poziom .aktywna{
  display: block;
}*/


/*Moduły w menu*/

.menu-modul {
  padding: 0px !important;
}

.menu-modul-tlo {
  background: #fff;
  margin: 0px 0px;
}

.menu-modul-zawartosc {}

.modul-input {
  padding: 8px;
  border: 1px solid #f1f1f1;
}

.menu-lewe-moduly-1-poziom .menu-ikona-tekst {
  background: url(../grafika/maska_prawa.png);
  display: flex;
  align-items: center;
  height: 96px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  padding-left: 24px;
  color: #fff !important;
  padding-right: 28px;
}

.menu-ikona-mini img {
  max-width: 234px;
}

.menu-banery .menu-lewe-moduly-rozwijka-zawartosc {
  margin-top: -18px;
  background: #fff;
}

.menu-banery .menu-lewe-moduly-rozwijka-zawartosc li {
  height: unset !important;
}

.menu-banery .menu-lewe-moduly-rozwijka-zawartosc li a {
  height: unset !important;
  margin-bottom: 0px;
}

/*Mobilka*/

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .menu-lewe-1-poziom>li {
    width: 100%;
    height: auto;
    max-width: 320px;
  }

  .menu-lewe-1-poziom {
    max-width: 320px;
  }
}

@media all and (min-width: 0px) and (max-width: 1023px) {
  .menu-lewe-1-poziom {
    width: 100%;
    justify-content: space-around;
  }

  .menu-lewe-1-poziom>li {
    max-width: 100%;
    width: 100%;

  }

  .menu-lewe-1-poziom li>a img,
  .menu-lewe-1-poziom li>span img {
    width: 100%;
  }
}
