/*.menu-left.menu--main .nav-link {*/
/*    color: #000000;*/
/*    font-weight: 600;*/
/*}*/
/*#sidebar_first .dropdown-menu[hidden] {*/
/*  display: none;*/
/*}*/
@media (min-width: 992px) {
  .menu-mobile,
  .menu-mobile-button{
    display: none;
  }
}
.mm-menu .dropdown-menu {
  display: block !important;
}
.mm-menu_aaa {
  width: 100vw !important;
  max-width: 100vw !important;
}

.mm-panelaaa {
  width: 80% !important;
}
.mm-menuaaa,
.mm-menuaaa * {
  box-sizing: border-box;
}

.mm-menuaaa {
  overflow-x: hidden;
}
:root {
  --mm-max-size: 90vw;
  --mm-size: 90vw; /* możesz zmienić np. na 90vw */
}
.mm-wrapper {
  overflow-x: hidden;
}

.mm-wrapper__blocker {
  width: 100vw !important;
  height: 100vh !important;
}



.search-toggle,
.search-close {
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* lupa */
.search-toggle {
  background: url('/themes/custom/usos/images/lupa.svg') center/28px no-repeat;
}

/* zamknięcie */
.search-close {
  background: url('/themes/custom/usos/images/close.svg') center/20px no-repeat;
}

.search-container {
  display: flex;
  align-items: center;
}
.search-container.is-hidden {
  display: none;
}

.loga {
    background: url(/sites/default/files/logo_podstawowe_biale_male.png) 0 0 no-repeat;
    height: 75px;
    margin-top: 10px;
    background-size: contain;
}
.user-logged-in .link-unlog {
    display: none;
}
.only-logg{
	display: none;
}
.user-logged-in .only-logg{
	display: inline-block;
}