.button-menu-lewe-start {
  padding: 12px 8px 2px 8px;
  position: fixed;
  top: 26px;
  left: 32px;
  transition: .5s ease-in-out;
  z-index: 101;
  background: #e4e4e4;
  border-radius: 32px;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
}
.button-menu-lewe-start:hover {
  background: #25d5b4;
}
.button-menu-lewe-start.pokaz {
  left: 370px;
  transform: rotate(90deg);
  box-shadow: 2px -2px 3px 0px rgba(0,0,0,0.15);
}
.button-menu-lewe-start * {
  transform: scale(.75);
}
.button-menu-lewe-start .hamburger {
  margin: 0px !important;
}
.button-menu-lewe-start .hamburger span {
  background: #25d5b4 !important;
}
.button-menu-lewe-start:hover .hamburger span {
  background: #ffffff !important;
}

#menu-lewe-start {
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 2px 0px 2px rgba(0,0,0,0.15);
  width: 400px;
  height: 100vh;
  left: -440px;
  transition: .5s ease-in-out;
  overflow-y: auto;
}
#menu-lewe-start.pokaz {
  left: 0px;
}
.menu-lewe-start-1-poziom li a,
.menu-lewe-start-1-poziom li span{
 font-size: 16px;
 font-family: 'Oswald', sans-serif;
 text-transform: uppercase;
 text-decoration:none;
 color:#707070;
}
.menu-lewe-start-1-poziom li a span:hover{
  color:#25d5b4;
}
