@import url(./reset.css);
@import url(./bootstrap.css);
html, body {
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  max-height: 100%;
}

body {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #12100B;
  position: relative;
  min-height: -webkit-fill-available;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 10px;
  }
}
body .nakladka {
  display: none;
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: #12100B;
}
body.loading .loader {
  visibility: visible;
  opacity: 1;
}
body.loading .map {
  visibility: hidden;
  opacity: 0;
}

.logo {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 96px;
  padding: 6px;
  z-index: 2;
}
@media (max-width: 767px) {
  .logo {
    height: 64px;
  }
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.loader_progress {
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: center;
}
@media (max-width: 1199px) {
  .loader_progress {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .loader_progress {
    top: 35%;
  }
}
.loader_progress span {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--color-1);
  font-size: 24px;
}
@media (max-width: 767px) {
  .loader_progress span {
    font-size: 18px;
  }
}
.loader_loading {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.loader_loading::before, .loader_loading::after {
  content: "";
  transform-origin: left;
  animation: l24 2s infinite;
  background-color: var(--color-1);
}
.loader_loading::before {
  transform-origin: right;
  --s: -1;
}

@keyframes l24 {
  0%, 10% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(calc(var(--s, 1)*50%), 0) scale(1);
  }
  66% {
    transform: translate(calc(var(--s, 1)*50%), calc(var(--s, 1)*-50%)) scale(1);
  }
  90%, 100% {
    transform: translate(calc(var(--s, 1)*50%), calc(var(--s, 1)*-50%)) scale(0.5, 2);
  }
}
#map {
  width: 100vw;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
#map .leaflet-pane.leaflet-overlay-pane svg.leaflet-zoom-animated g path {
  fill: #ff2020;
  stroke: #ff2020;
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    stroke-width: 1px;
    opacity: 0;
  }
  to {
    stroke-width: 8px;
    opacity: 1;
  }
}
#map .leaflet-top.leaflet-left .leaflet-control-zoom.leaflet-bar.leaflet-control {
  display: none !important;
}
#map .leaflet-popup-content p {
  margin: 6px 0 0 0 !important;
}
#map .leaflet-popup-content a {
  margin: 6px 0 0 0 !important;
  color: #fff;
  background-color: var(--color-1);
  padding: 0 24px;
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}
#map .leaflet-popup-content a:hover {
  background-color: #fff;
  color: var(--color-1);
  -webkit-box-shadow: 0 0 12px 0 var(--color-1);
  box-shadow: 0 0 12px 0 var(--color-1);
}

.legenda {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: auto;
  z-index: 3;
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .legenda {
    width: 200px;
    padding: 12px;
  }
}
.legenda_tekstpod h1, .legenda_tekstnad h1 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .legenda_tekstpod h1, .legenda_tekstnad h1 {
    font-size: 12px;
  }
}
.legenda_tekstpod p strong, .legenda_tekstnad p strong {
  display: block;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .legenda_tekstpod p strong, .legenda_tekstnad p strong {
    margin-top: 6px;
  }
}
.legenda_tekstpod p a, .legenda_tekstnad p a {
  color: var(--color-1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.legenda_tekstpod p a:hover, .legenda_tekstnad p a:hover {
  color: #12100B;
}
.legenda_lista {
  display: block;
}
.legenda_lista li {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .legenda_lista li {
    margin-top: 6px;
  }
}
.legenda_lista li img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .legenda_lista li img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
.legenda_lista li span {
  display: block;
  width: calc(100% - 36px);
}
@media (max-width: 767px) {
  .legenda_lista li span {
    width: calc(100% - 18px);
  }
}