.blatiny-mapa-wrapper {
  position: relative;
}
.blatiny-mapa-wrapper .floor-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blatiny-mapa-wrapper .floor-switcher p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .blatiny-mapa-wrapper .floor-switcher p {
    margin-left: 0;
  }
}
.blatiny-mapa-wrapper .floor-switcher .podlazi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .blatiny-mapa-wrapper .floor-switcher .podlazi {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .blatiny-mapa-wrapper .floor-switcher .podlazi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .blatiny-mapa-wrapper .floor-switcher .podlazi p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.blatiny-mapa-wrapper .floor-switcher__btn {
  border: 2px solid #987A51;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blatiny-mapa-wrapper .floor-switcher__btn:hover {
  background: #987A51;
  color: white;
  cursor: pointer;
}
.blatiny-mapa-wrapper .floor-switcher__btn.active {
  background: #987A51;
  color: white;
}
.blatiny-mapa-wrapper .maps {
  position: relative;
  width: 100%;
  overflow: auto;
}
.blatiny-mapa-wrapper .view {
  position: relative;
  display: none;
  max-width: 1500px;
  margin: 0 auto;
  min-width: 1000px;
}
.blatiny-mapa-wrapper .view.active {
  display: block;
}
.blatiny-mapa-wrapper .view.js-view--second {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blatiny-mapa-wrapper .view svg {
  position: absolute;
  left: 0;
  top: 0;
}
.blatiny-mapa-wrapper .view svg polygon, .blatiny-mapa-wrapper .view svg rect, .blatiny-mapa-wrapper .view svg path {
  opacity: 0;
}
.blatiny-mapa-wrapper .view svg polygon:hover, .blatiny-mapa-wrapper .view svg rect:hover, .blatiny-mapa-wrapper .view svg path:hover {
  opacity: 1;
  cursor: pointer;
  fill: rgba(255, 255, 255, 0.6);
}
.blatiny-mapa-wrapper .map-bubble {
  position: absolute;
  display: none;
  padding: 20px;
  border: 2px solid #987A51;
  background: white;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  pointer-events: none;
}
.blatiny-mapa-wrapper .map-bubble .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blatiny-mapa-wrapper .map-bubble p {
  margin-bottom: 0;
}
.blatiny-mapa-wrapper .map-bubble p.prodany {
  color: #8f4141;
  background-color: #ffc2c2;
  display: inline-block;
  min-width: 115px;
  text-align: center;
  border-radius: 4px;
}
.blatiny-mapa-wrapper .map-bubble p.volny {
  color: #47732e;
  background-color: #ceffc2;
  display: inline-block;
  min-width: 115px;
  text-align: center;
  border-radius: 4px;
}
.blatiny-mapa-wrapper .map-bubble p.rezervovany {
  color: #a57d22;
  background-color: #ffebbd;
  display: inline-block;
  min-width: 115px;
  text-align: center;
  border-radius: 4px;
}

.byty-tabulka {
  width: 100%;
  overflow: auto;
}
.byty-tabulka__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  min-width: 940px;
}
@media screen and (max-width: 500px) {
  .byty-tabulka__row {
    padding: 10px;
  }
}
.byty-tabulka__row--header {
  background: #1f4a46;
}
.byty-tabulka__row--header p {
  color: white;
}
.byty-tabulka__row--byt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.byty-tabulka__row--byt:hover, .byty-tabulka__row--byt.active {
  background: rgba(152, 122, 81, 0.25);
}
.byty-tabulka__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .byty-tabulka__col.smaller {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media screen and (max-width: 500px) {
  .byty-tabulka__col.smaller {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
.byty-tabulka__col p {
  margin-bottom: 0;
}
.byty-tabulka__col p.status {
  display: inline-block;
  min-width: 115px;
  text-align: center;
  border-radius: 4px;
}
.byty-tabulka__col p.status.prodany {
  color: #8f4141;
  background-color: #ffc2c2;
}
.byty-tabulka__col p.status.volny {
  color: #47732e;
  background-color: #ceffc2;
}
.byty-tabulka__col p.status.rezervovany {
  color: #a57d22;
  background-color: #ffebbd;
}
.byty-tabulka__col a {
  text-decoration: underline;
}
.byty-tabulka__col a:hover {
  text-decoration: none;
}
.byty-tabulka__col .btn {
  background: #987A51;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.byty-tabulka__col .btn:hover {
  cursor: pointer;
  background: #1f4a46;
}

.blocker {
  z-index: 10003 !important;
}

.modal.modal--byt {
  padding: 0;
  font-size: 0;
  border-radius: 0;
  max-width: 900px;
}
.modal.modal--byt .modal__body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.414;
}

.modal.modal--form {
  padding: 15px;
  border-radius: 0;
}
.modal.modal--form .byt-info {
  margin-bottom: 20px;
}
.modal.modal--form .byt-info p {
  margin-bottom: 4px;
}
.modal.modal--form .byt-info p span.status {
  display: inline-block;
  min-width: 115px;
  text-align: center;
  border-radius: 4px;
}
.modal.modal--form .byt-info p span.status.prodany {
  color: #8f4141;
  background-color: #ffc2c2;
}
.modal.modal--form .byt-info p span.status.volny {
  color: #47732e;
  background-color: #ceffc2;
}
.modal.modal--form .byt-info p span.status.rezervovany {
  color: #a57d22;
  background-color: #ffebbd;
}
.modal.modal--form .btGradient.btLight.btForm .btFormRow .btFormColumn p {
  margin-bottom: 0;
}
.modal.modal--form .btGradient.btLight.btForm .btFormRow .btFormColumn input, .modal.modal--form .btGradient.btLight.btForm .btFormRow .btFormColumn textarea {
  border: 2px solid #1f4a46;
}

@media screen and (max-width: 1200px) {
  .section-with-apartmany .bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 500px) {
  .section-with-apartmany .bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.text-shadow h1, .text-shadow h2, .text-shadow h3, .text-shadow h4 {
  text-shadow: 2px 1px 13px #000;
}

.leaflet-marker-pane img {
  height: auto !important;
}
/*# sourceMappingURL=style.css.map */
