.hamburger {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer; }
  .hamburger:focus > .hamburger__container {
    box-shadow: 0 0 3px 3px #51a7e8; }

.hamburger__container {
  display: flex;
  align-items: center;
  position: relative;
  width: 25px;
  height: 25px; }

.hamburger__bars {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #000; }
  .hamburger__bars:before, .hamburger__bars:after {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #000;
    content: ''; }
  .hamburger__bars:before {
    top: -11px; }
  .hamburger__bars:after {
    bottom: -11px; }

.hamburger--active .hamburger__bars {
  transform: rotate(225deg); }
  .hamburger--active .hamburger__bars:before {
    display: none; }
  .hamburger--active .hamburger__bars:after {
    bottom: 0;
    transform: rotate(-90deg); }

.hamburger:focus, .hamburger__container:focus {
  outline: none; }

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html, body {
  height: 100vh;
  overflow: hidden; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  box-sizing: border-box; }

#overlay {
  position: absolute;
  z-index: 1000;
  background: #fff;
  margin: 0;
  opacity: 80%;
  overflow-y: auto;
  display: block;
  overflow: auto;
  max-height: 100%; }

#map {
  height: 100vh;
  width: 100vw; }

#menu-boczne {
  display: block; }

#menu-boczne.ukryty {
  display: none; }

/* The pattern: */
.trunc-list-wrapper {
  height: 2.25em;
  overflow: hidden;
  padding-right: 3.5em; }

.trunc-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative; }

.trunc-list li {
  margin: 0;
  padding: 0; }

.trunc-list a {
  display: block;
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #00141e; }

.trunc-list a:hover,
.trunc-list a:active,
.trunc-list a:focus {
  background: #003651; }

.control {
  position: absolute;
  top: 0;
  right: -3.5em;
  width: 3.5em;
  height: calc((2.25em - 100%) * -1000);
  max-height: 2.25em;
  overflow: hidden; }

.control a {
  text-decoration: none; }

.control span {
  font-size: 0.75em;
  font-style: italic; }

.control--close {
  display: none; }

.trunc-list-wrapper:target {
  height: auto; }

.trunc-list-wrapper:target .control--open {
  display: none; }

.trunc-list-wrapper:target .control--close {
  display: block; }

/*# sourceMappingURL=style.css.map */
