@charset "UTF-8";
header {
  z-index: 400 !important; }

#branch-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px); }

.branch-selector-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center; }

.branch-select-btn {
  margin: 5px;
  padding: 10px 20px;
  cursor: pointer; }

/* CSS třídy pro zobrazení obsahu */
.plzen-show, .beroun-show, .svitavy-show {
  display: none; }

.d-block {
  display: block; }

.d-none {
  display: none; }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none; } }

@media (min-width: 1200px) {
  .d-lg-block {
    display: block; } }

.branch-selector-modal {
  padding: 59px 112px 242px;
  background-color: #c99f50; }
  @media (min-width: 1200px) {
    .branch-selector-modal {
      width: 1096px;
      max-width: 95%; } }
  @media (max-width: 1200px) {
    .branch-selector-modal {
      max-width: 90%;
      width: 500px; } }
  @media (max-width: 1200px) {
    .branch-selector-modal {
      padding: 53px 20px 41px; } }

h2.h2-branch-popup {
  color: white !important;
  font-family: PT Serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 11px; }
  @media (max-width: 1200px) {
    h2.h2-branch-popup {
      font-size: 30px; } }

.branch-logo-desktop {
  margin-bottom: 50px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .branch-logo-desktop img {
      max-width: 238px; } }
  .branch-logo-desktop .stars {
    position: absolute;
    right: -84px;
    top: -44px; }

.branche-boxes {
  display: flex;
  text-align: left;
  gap: 20px; }

.branche-mapa-desktop {
  position: relative;
  z-index: -10; }
  .branche-mapa-desktop img {
    position: absolute;
    right: 50%;
    transform: translate(50%, 90px); }

button.branch-button {
  background-color: white !important;
  border-radius: 7px !important;
  padding: 31px 52px 31px 37px !important;
  max-height: fit-content;
  border: 0; }
  button.branch-button .branch-title {
    font-family: PT Serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #a98148;
    margin-bottom: 12px;
    text-align: left; }
  button.branch-button ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: black; }
    button.branch-button ul li {
      font-family: Manrope;
      font-weight: 300;
      font-size: 15px;
      line-height: 21px; }
  button.branch-button:hover {
    background-color: #356147 !important;
    color: white !important; }
    button.branch-button:hover ul {
      color: white; }

.selectwrap-branch {
  display: flex;
  justify-content: center;
  margin-bottom: 22px; }
  .selectwrap-branch select {
    color: #a98148;
    max-width: 270px;
    border-radius: 7px;
    font-family: PT Serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px; }

.branch-confirm {
  margin-bottom: 33px;
  border: 0;
  font-family: PT Serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  padding: 10px 44px; }

.branch-map-mobile {
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }

.pos-rel {
  position: relative; }

.branch-mobile-stars {
  position: absolute;
  right: 25px;
  top: -36px; }

#branch-confirm {
  border: 0;
  margin-bottom: 33px;
  font-family: PT Serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 46px;
  padding: 10px 44px;
  text-align: center; }

@media (max-width: 1200px) {
  .lazebnice-mapa {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px; } }
@media (max-width: 1200px) {
  .lazebnice-mapa .mapa-oblast {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; } }
.lazebnice-mapa .mapa-obrazek {
  margin-top: -160px; }
  @media (max-width: 769px) {
    .lazebnice-mapa .mapa-obrazek {
      margin-top: -70px !important; } }
.lazebnice-mapa .misto {
  background-color: white;
  padding: 34px 37px;
  width: 270px;
  position: absolute;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1200px) {
    .lazebnice-mapa .misto {
      position: relative;
      display: flex; } }
  .lazebnice-mapa .misto .misto-arrow svg path {
    transition: all .3s; }
  .lazebnice-mapa .misto:hover, .lazebnice-mapa .misto:active, .lazebnice-mapa .misto:focus {
    background-color: #356147 !important; }
    .lazebnice-mapa .misto:hover .misto-arrow svg path, .lazebnice-mapa .misto:active .misto-arrow svg path, .lazebnice-mapa .misto:focus .misto-arrow svg path {
      fill: #356147 !important; }
    .lazebnice-mapa .misto:hover li, .lazebnice-mapa .misto:active li, .lazebnice-mapa .misto:focus li {
      color: white; }
  @media (min-width: 1200px) {
    .lazebnice-mapa .misto.misto-plzen {
      bottom: 41px;
      left: -35px; } }
  @media (min-width: 1200px) {
    .lazebnice-mapa .misto.misto-beroun {
      bottom: 323px;
      left: 108px; } }
  @media (min-width: 1200px) {
    .lazebnice-mapa .misto.misto-svitavy {
      right: 94px;
      bottom: 255px; } }
  .lazebnice-mapa .misto .misto-detail {
    z-index: 20;
    position: relative; }
  .lazebnice-mapa .misto h3 {
    font-family: PT Serif !important;
    font-weight: 400 !important;
    font-style: Italic !important;
    font-size: 22px !important;
    line-height: 36px !important;
    text-align: left !important; }
  .lazebnice-mapa .misto ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: black; }
    .lazebnice-mapa .misto ul li {
      font-family: Manrope;
      font-weight: 300;
      font-size: 15px;
      line-height: 20px; }
.lazebnice-mapa .pos-abs {
  position: absolute; }
.lazebnice-mapa .misto-arrow {
  position: absolute;
  z-index: 10; }
  @media (max-width: 1200px) {
    .lazebnice-mapa .misto-arrow {
      display: none; } }
  .lazebnice-mapa .misto-arrow.misto-arrow-plzen {
    right: -40px;
    top: 47px; }
  .lazebnice-mapa .misto-arrow.misto-arrow-beroun {
    bottom: -51px;
    right: 13px; }
  .lazebnice-mapa .misto-arrow.misto-arrow-svitavy {
    bottom: -34px;
    left: 13px; }

.branch-select-header {
  font-family: PT Serif !important;
  font-weight: 400 !important;
  font-style: Italic;
  font-size: 18px !important;
  line-height: 100% !important;
  color: black !important;
  padding: 20px 0 0 6px !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  z-index: 1000;
  position: relative; }
  @media (max-width: 1024px) {
    .branch-select-header {
      padding: 15px 0 0 6px !important;
      font-size: 16px !important; } }
  .branch-select-header:after {
    content: '>';
    position: absolute;
    right: -18px;
    bottom: -8px;
    transform: translate(0, -50%) rotate(90deg);
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    font-style: normal; }

/*# sourceMappingURL=branch-selector.css.map */
