.modul-start-menu-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0px 62px;
  background: url(../grafika/tlo_menu_srodek.jpg) center 0px no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.modul-start-menu-tytul {
  flex: 1 1 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration-color: transparent;
  padding: 0px 0px 44px 0px;
  margin: 0px 0px 0px 0px;
  background: rgba(0,0,0,0.01);
}
.modul-start-menu-tytul strong {
  font-weight: 900;
}
.menu-start-1-poziom {
  width: 100%;
  max-width: 896px;
	padding: 0px 0px;
  margin: 0px auto;
	position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.menu-start-1-poziom li.menu-blok-before, .menu-start-1-poziom li.menu-blok-after {
  display: none;
}
.menu-start-1-poziom > li {
  position: relative;
  flex: 0 1 calc(100% / 4 - 18px);
  width: 100%;
  max-width: calc(100% / 4 - 18px);
  list-style: none;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0px;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.menu-start-1-poziom > li.menu-modul {
  cursor: default;
}
.menu-start-1-poziom > li > a	{
  flex: 1 1 100%;
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration-color: transparent;
  padding: 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  display: flex;
}
.menu-start-1-poziom > li > a .menu-ikona-mini	{
  flex: 1 1 100%;
  width: 100%;
  height: 10vw;
  max-height: 143px;
  opacity: 1;
  transition: opacity .3s;
}
.menu-start-1-poziom > li > a .menu-ikona-tekst	{
  flex: 1 1 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 10px 8px;
  background: rgba(0,0,0,0.8);
}
.modul-start-menu-2 button {
  flex: 0 0 16px;
  width: 25px;
  font-size: 0px !important;
  margin: 64px auto 0px auto;
  background: url(../grafika/ms.png) center center no-repeat;
  border: none;
  cursor: pointer;
}
.modul-start-menu-2 button.aktywny {
  background: url(../grafika/ms_a.png) center center no-repeat;
}


.menu-start-1-poziom > li > a:hover .menu-ikona-mini	{
  opacity: 0.55;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .menu-start-1-poziom > li > a	{
    justify-content: center;
  }
}


@media all and (min-width: 320px) and (max-width: 1023px) {
  .menu_srodek {
    display: none !important;
  }
}
