@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-VariableFont_opszwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Italic;
  src: url('/fonts/Inter-Italic-VariableFont_opszwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('/fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #141414;
  --hover-green: #0b8534;
  --text: Inter, Arial, sans-serif;
  --white: white;
  --dark-green: #062b0b;
  --green: #0d9f3e;
  --more-grey: #f0f0f0;
  --headings: Satoshi, Arial, sans-serif;
  --full-grey: #636363;
  --light-green: #e5f7e5;
  --grey: #f9f9f9;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--black);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
}

a:hover {
  color: var(--hover-green);
}

.wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper.nopadding {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.wrapper.overflow-visible {
  overflow: visible;
}

.subtitle-up {
  font-family: var(--text);
  color: var(--black);
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.subtitle-up.white {
  color: var(--white);
  width: auto;
}

.navbar-logo {
  width: 100%;
  height: 32px;
}

.menu-item {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu-item.green {
  color: var(--dark-green);
}

.button {
  background-color: var(--green);
  font-family: var(--text);
  color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--hover-green);
  color: var(--white);
}

.button.style2 {
  background-color: var(--more-grey);
  color: var(--black);
  height: 42px;
  padding-left: 14px;
  padding-right: 14px;
}

.button.style2:hover, .button.style2.w--current {
  background-color: var(--black);
  color: var(--white);
}

.button.style2.banned {
  cursor: not-allowed;
}

.button-text {
  font-family: var(--text);
  letter-spacing: .1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

._4-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: grid;
}

.window {
  grid-row-gap: 24px;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 44px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-wrapper {
  grid-column-gap: 10px;
  background-color: #f9f9f9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.window-headings-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h3 {
  font-family: var(--headings);
  color: #000;
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.h3.green {
  color: var(--green);
}

.h3.left {
  text-align: left;
  width: auto;
}

._16px-text {
  font-family: var(--text);
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

._16px-text.left {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

._16px-text.left.odpovednadoataz {
  padding-top: 24px;
}

._16px-text.left.subtitle {
  color: var(--full-grey);
  font-size: 15px;
  line-height: 15px;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
}

.right-hero {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 380px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-hero-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  text-decoration: none;
  display: flex;
}

.heading-hero-wrapper.middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  max-width: 800px;
}

.heading-hero-wrapper.short {
  max-width: 550px;
}

.text-hero-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  font-family: var(--headings);
  color: var(--black);
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
}

.subtitle-down {
  font-family: var(--text);
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.subtitle-down.middle {
  color: var(--white);
  font-weight: 300;
}

.subtitle-down.middle.black {
  color: var(--black);
  text-align: center;
}

.subtitle-down.short {
  max-width: 400px;
}

.left-hero {
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.detail {
  color: var(--green);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.location-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.headings-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2 {
  font-family: var(--headings);
  color: var(--black);
  letter-spacing: -1.2px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.h2.white {
  color: var(--white);
}

.map {
  grid-column-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image {
  width: 100%;
}

.image.hero1 {
  border-radius: 12px;
}

.image.hero2 {
  border-radius: 12px;
  display: none;
}

.rectangle-8896 {
  object-fit: cover;
  border-radius: 8px;
}

.lokace-okno {
  border: 2px solid var(--more-grey);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lokace-okno:hover {
  box-shadow: 0 11px 24px #0000000d, 0 0 30px #0000000a, 0 40px 30px #0000000f;
}

.badge {
  grid-column-gap: 8px;
  background-color: #ffe8cd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.hourglass-03 {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: cover;
  overflow: hidden;
}

.badge-text {
  color: #503318;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.darkgreen-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  text-decoration: none;
  display: grid;
}

.okno {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 268px;
  padding: 44px 24px;
  display: flex;
  overflow: hidden;
}

.kontakt-card {
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.ellipse-2647 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #d9d9d9;
}

.kontakt-card-jmeno {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.kontakt-card-list {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.kontakt-card-list-text {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.explore {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.pages {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.darkgreen {
  background-color: var(--dark-green);
  padding-top: 0;
  padding-bottom: 0;
}

.text-middle-wrapper {
  grid-row-gap: 40px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.footer-upper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-claim {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
}

.footter-lower {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.legal {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mid-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.mid-wrapper.padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.velikosti-2grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
  overflow: visible;
}

.box {
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  overflow: hidden;
}

.box:hover {
  box-shadow: 0 40px 30px #0000000f, 0 11px 24px #0000000d;
}

.box-image {
  background-color: #f1f1f1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.box-info-cta {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-info {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-nadpis {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h4 {
  color: #141414;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.h4.green {
  color: var(--green);
}

.h4.white {
  color: var(--white);
}

.vyhody-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 270px;
  text-decoration: none;
  display: grid;
}

.box-bullet-list {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-cena {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.cena-wrapper {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.locations-list-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.dark-green-wrapper-kontakt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 457px;
  display: flex;
}

.logos-container2 {
  display: flex;
  position: relative;
}

.logos-row2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.5rem;
  display: flex;
}

.logos-row2.bigger {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--light-green);
}

.logo-2 {
  border-radius: 8px;
  width: 100%;
  height: 392px;
}

.logos-gradient {
  background-image: linear-gradient(90deg, #fff, #0e0c1500 25%);
  width: 5rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  background-image: linear-gradient(90deg, #fff, #0e0c1500 16% 31%);
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.gallery-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  overflow: hidden;
}

.logos-container1 {
  background-color: var(--white);
  display: flex;
  position: relative;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-toggle {
  cursor: pointer;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.offer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff800;
  border-radius: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 220px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 20px 80% auto auto;
}

.offer-text-big {
  color: #141414;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  text-decoration: none;
}

.offer-text-small {
  color: #000;
  text-align: center;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.offer-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.googlemap {
  width: 100%;
}

.location-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.lokace-image-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  max-height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price {
  color: var(--full-grey);
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: line-through;
  display: none;
}

.image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.logos-row3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.5rem;
  display: flex;
}

.link-footer {
  color: var(--black);
  text-decoration: none;
}

.accordion-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 950px;
  display: flex;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item-content {
  margin-right: 30px;
  overflow: hidden;
}

.faq-item {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 30px 5px #00000012;
}

.menu-item-text {
  font-family: var(--text);
  color: var(--black);
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.nav-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 19px;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
}

.nav-link:hover, .nav-link:visited {
  color: #000;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #eb5b25;
  border: 1px #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #e2e7f1;
}

.link-03_underline {
  background-color: var(--green);
  perspective-origin: 50%;
  transform-origin: 100%;
  width: 100%;
  height: 1px;
}

.link-03_underline.has-left-origin {
  transform-origin: 0%;
  height: 1.5px;
}

.menu-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.menu-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tablet-menu {
  padding: 0;
}

.header-navbar {
  z-index: 2;
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-item-3 {
  justify-content: center;
  align-items: center;
  display: block;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #eb5b25;
  border: 1px #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #fff;
  background-color: #000;
  border-color: #e2e7f1;
}

._13px-text {
  font-family: var(--text);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 13px;
  text-decoration: none;
}

._13px-text.malytext {
  display: none;
}

.link-row {
  color: var(--dark-green);
}

.full-div {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.frame-1000003537 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.email-pop-up {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.email-pop-up-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.email-pop-up-close {
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}



.x-close-wrapper {
  grid-column-gap: 10px;
  background-color: transparent;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.x-close {
  object-fit: cover;
  overflow: hidden;
}

.email-popup-text-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email-pop-up-heading {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.kolecko {
  z-index: 3;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 134.46px;
  height: 134.46px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -48.2305px;
  left: 402.754px;
}

.heading-email {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
}

.heading-subtitle {
  font-family: var(--headings);
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.text-8 {
  color: #141414;
  text-align: left;
  letter-spacing: -.4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.email-pop-up-form-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.headings-email-wrapper {
  z-index: 4;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-pop-up-form {
  width: 100%;
  margin-bottom: 0;
}

.email-input-wrapper {
  text-align: left;
  width: 100%;
}

.inputs-email-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.email-form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: var(--green);
  border-radius: 8px;
}

.icon-lokace-popup {
  object-fit: cover;
  overflow: hidden;
}

.icon-lokace-popup.soe {
  transform: rotate(90deg);
}

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.gallery-arrow-left {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 80px 25px auto;
  overflow: visible;
}

.gallery-arrow-left:hover {
  background-color: var(--full-grey);
}

.gallery_slide-nav {
  font-size: .5rem;
  display: flex;
  bottom: 5%;
  left: 5%;
}

.gallery_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.gallery_image.special {
  height: auto;
}

.gallery_arrow-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery_image-wrapper {
  background-color: var(--more-grey);
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.gallery-arrow-right {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25px;
  right: 20px;
  overflow: visible;
}

.gallery-arrow-right:hover {
  background-color: var(--full-grey);
}

.gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: 100%;
}

.lokace-card-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.uhrineves-pop-up {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.uhrineves-pop-up-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.uhrineves-pop-up-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}



.popup-body {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  text-decoration: none;
  display: grid;
}

.image-bechovice {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-6 {
  object-fit: cover;
}

.uhrineves-popup-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.lokace-popup-textblocks-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.lokace-popup-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.lokace-popup-details {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.list-lokace-popup {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000003455 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000003206 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 154.333px;
  height: 148px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1000003513 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.frame-1000003564 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 154.333px;
  height: 100%;
  max-height: 148px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-1000003564.nope {
  opacity: .4;
  filter: grayscale();
  cursor: not-allowed;
}

.text-wrappr-lokace {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.bechovice-pop-up {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.bechovice-pop-up-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.bechovice-pop-up-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.liben-pop-up-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.bechovice-popup-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.liben-popup-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-liben {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-uhrineves {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.mbox-popup {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.mbox-popup-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.mbox-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}



.mbox-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.mbox-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000003577 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000003392 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-popup-cena {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: grid;
}

.cena-text-wrapper {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.popu-cena-text {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.popu-cena-text.bechovcie {
  justify-content: flex-end;
  align-items: flex-end;
}

.text-b4 {
  direction: ltr;
  font-family: var(--text);
  color: var(--black);
  text-align: center;
  letter-spacing: .1px;
  text-transform: none;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.vyhoda {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
}

.vyhoda._1 {
  top: 10px;
  left: 10px;
}

.vyhoda._2 {
  display: none;
  top: 60px;
  left: 10px;
}

.arrow-wrapper-b4 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper-b4 {
  border: 2px solid var(--green);
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.button-4 {
  text-decoration: none;
}

.button-4:hover {
  color: #fff;
}

.text-wrapper-b4 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.lbox-popup, .xlbox-popup, .xxlbox-popup {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.lbox-popup-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.lbox-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.lbox-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.gallery_image-boxes {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.xlbox-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.xlbox-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.lbox-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}



.xlbox-popup-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.xlbox-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}



.xxlbox-popup-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.xxlbox-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}



.xxlbox-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.xxlbox-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.tabs {
  flex-flow: column;
}

.div-block-3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block {
  margin-top: 100px;
}

.bechovicebox-popup {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.bechovicebox-popup-body {
  border: 2px solid var(--more-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.bechovicebox-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}



.bechovicebox-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.bechovicebox-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._13px-text-copy {
  font-family: var(--text);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .wrapper.nopadding {
    overflow: hidden;
  }

  .logos-gradient, .logos-gradient.is-inverted {
    display: block;
  }

  .header-navbar {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.style2 {
    width: 100%;
  }

  ._4-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._4-grid.location {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .window-headings-wrapper {
    max-width: 200px;
  }

  .h3 {
    font-size: 24px;
    line-height: 24px;
  }

  ._16px-text.left.odpovednadoataz {
    padding-top: 10px;
  }

  .hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .right-hero {
    grid-row-gap: 12px;
    min-width: 0;
  }

  .heading-hero-wrapper.short {
    grid-row-gap: 8px;
  }

  .text-hero-wrapper {
    grid-row-gap: 16px;
  }

  .h1 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 46px;
  }

  .subtitle-down {
    font-size: 16px;
    line-height: 22px;
  }

  .subtitle-down.middle.black {
    color: var(--black);
    text-align: center;
  }

  .location-wrapper {
    width: 100%;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .image.hero1 {
    width: 100%;
    display: none;
  }

  .image.hero2 {
    width: 100%;
    display: block;
  }

  .darkgreen-wrapper, ._3-grid {
    width: 100%;
  }

  .okno {
    min-height: 260px;
    padding: 32px 16px;
  }

  .copyright {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .darkgreen {
    padding-top: 0;
  }

  .text-middle-wrapper {
    width: 100%;
  }

  .footter-lower {
    flex-flow: row;
  }

  .legal {
    width: auto;
  }

  .mid-wrapper {
    width: 100%;
  }

  .velikosti-2grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .box {
    justify-content: flex-start;
    align-items: center;
  }

  .box-image {
    width: 100%;
  }

  .vyhody-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .box-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .box-cena, .locations-list-wrapper {
    width: 100%;
  }

  .dark-green-wrapper-kontakt {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 400px;
  }

  .offer {
    max-width: 180px;
    height: 180px;
    top: -74px;
    left: 70%;
  }

  .offer-text-big {
    font-size: 40px;
    line-height: 100%;
  }

  .offer-text-small {
    font-size: 16px;
  }

  .offer-text-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .googlemap {
    width: 100%;
  }

  .location-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lokace-image-wrapper {
    aspect-ratio: auto;
  }

  .accordion-item-trigger {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .link-03_underline.has-left-origin {
    display: none;
  }

  .menu-right {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .menu-button {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .tablet-menu.w--open {
    background-color: #0000;
  }

  .header-navbar {
    min-height: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .navbar-menu-wrapper {
    min-height: 6em;
  }

  .inputs-email-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .gallery-arrow-left {
    right: 14%;
  }

  .gallery_slider {
    max-width: none;
  }

  .lokace-card-wrapper {
    align-items: center;
  }

  .uhrineves-pop-up {
    padding: 0;
  }

  .uhrineves-pop-up-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .popup-body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    height: 100%;
    overflow: scroll;
  }

  .image-bechovice {
    justify-content: center;
    align-items: flex-start;
    max-height: 400px;
  }

  .uhrineves-popup-text-wrapper {
    grid-row-gap: 24px;
  }

  .lokace-popup-wrapper {
    grid-row-gap: 8px;
  }

  .stickable-button {
    flex-flow: column;
    justify-content: center;
  }

  .bechovice-pop-up {
    padding: 0;
  }

  .bechovice-pop-up-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .liben-pop-up-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .bechovice-popup-text-wrapper {
    grid-row-gap: 24px;
  }

  .liben-popup-text-wrapper {
    grid-row-gap: 24px;
  }

  .image-liben {
    justify-content: center;
    align-items: flex-start;
    max-height: 400px;
  }

  .image-uhrineves {
    justify-content: center;
    align-items: flex-start;
    max-height: 400px;
  }

  .mbox-popup {
    padding: 0;
  }

  .mbox-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .mbox-image {
    max-height: 400px;
  }

  .mbox-text-wrapper {
    grid-row-gap: 24px;
  }

  .vyhoda {
    display: block;
  }

  .lbox-popup, .xlbox-popup, .xxlbox-popup {
    padding: 0;
  }

  .lbox-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .lbox-image {
    max-height: 400px;
  }

  .lbox-text-wrapper, .xlbox-text-wrapper {
    grid-row-gap: 24px;
  }

  .xlbox-image {
    max-height: 400px;
  }

  .xlbox-popup-body, .xxlbox-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .xxlbox-image {
    max-height: 400px;
  }

  .xxlbox-text-wrapper {
    grid-row-gap: 24px;
  }

  .tabs-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bechovicebox-popup {
    padding: 0;
  }

  .bechovicebox-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .bechovicebox-image {
    max-height: 400px;
  }

  .bechovicebox-text-wrapper {
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .map {
    display: none;
  }

  ._4-grid.location {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .window-headings-wrapper {
    max-width: 250px;
  }

  ._16px-text.left.odpovednadoataz {
    padding-top: 0;
  }

  .heading-hero-wrapper.middle {
    text-align: center;
  }

  .image.hero1 {
    display: block;
  }

  .image.hero2 {
    display: none;
  }

  ._3-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .okno {
    min-height: 0;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .box {
    border-width: 0;
    padding: 0;
  }

  .box:hover {
    box-shadow: none;
  }

  .h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .offer {
    top: 0;
    left: auto;
    right: 32px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-img {
    padding-left: 0;
  }

  .navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-navbar {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .gallery-arrow-left {
    right: 18%;
  }

  .gallery_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .vyhoda {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .subtitle-up {
    font-size: 12px;
    line-height: 16px;
  }

  .button {
    height: 48px;
  }

  ._4-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._4-grid.location {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .window {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .window-headings-wrapper {
    max-width: 200px;
  }

  ._16px-text {
    font-size: 14px;
    line-height: 20px;
  }

  ._16px-text.left.subtitle {
    text-align: center;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    padding: 32px 15px;
  }

  .right-hero {
    grid-row-gap: 20px;
    text-align: left;
    min-width: 0;
  }

  .heading-hero-wrapper.middle {
    text-align: center;
  }

  .heading-hero-wrapper.short {
    grid-row-gap: 24px;
  }

  .text-hero-wrapper {
    grid-row-gap: 16px;
  }

  .h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .subtitle-down {
    font-size: 15px;
    line-height: 21px;
  }

  .location-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .rectangle-8896 {
    width: 100%;
  }

  .lokace-okno {
    width: auto;
  }

  .okno {
    padding: 24px;
  }

  .kontakt-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .explore {
    grid-row-gap: 24px;
  }

  .pages {
    grid-row-gap: 16px;
  }

  .footer-upper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .legal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .velikosti-2grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .box {
    border-style: none;
    padding: 0;
  }

  .box:hover {
    box-shadow: none;
  }

  .h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .cena-wrapper {
    grid-column-gap: 6px;
    justify-content: flex-start;
    align-items: center;
  }

  .locations-list-wrapper {
    width: 100%;
  }

  .logo-2 {
    height: 240px;
  }

  .offer {
    max-width: 160px;
    height: 160px;
    top: 0;
    right: 0%;
  }

  .offer-text-big {
    font-size: 32px;
  }

  .offer-text-small {
    font-size: 14px;
  }

  .lokace-image-wrapper {
    width: 100%;
  }

  .price {
    font-size: 15px;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-right {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    justify-content: center;
    align-items: stretch;
  }

  .header-navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._13px-text {
    font-size: 12px;
    line-height: 15px;
  }

  .email-pop-up {
    padding-top: 122px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .email-pop-up-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .email-popup-text-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .kolecko {
    width: 50px;
    height: 50px;
    top: -10px;
    left: auto;
    right: 8%;
  }

  .heading-email {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-subtitle {
    font-size: 19px;
  }

  .text-8 {
    font-size: 17px;
    line-height: 21px;
  }

  .email-text-wrapper {
    margin-top: 20px;
  }

  .icon-lokace-popup {
    display: none;
  }

  .gallery_component {
    width: 100%;
    height: auto;
  }

  .gallery-arrow-left {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    bottom: 5%;
    left: auto;
    right: 55px;
  }

  .gallery_slide-nav {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .8rem;
    display: none;
  }

  .gallery_image {
    object-fit: cover;
    min-height: 230px;
  }

  .gallery_slide {
    width: 100%;
    height: 100%;
  }

  .gallery_arrow-icon {
    width: .7rem;
    height: .7rem;
  }

  .gallery-arrow-right {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    bottom: 5%;
    right: 15px;
  }

  .gallery_slider {
    width: 100%;
    height: auto;
  }

  .uhrineves-pop-up-body {
    padding: 50px 10px 0;
  }

  .popup-body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: scroll;
  }

  .image-bechovice {
    max-height: none;
  }

  .uhrineves-popup-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .list-lokace-popup {
    grid-column-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-1000003455 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-1000003206, .frame-1000003564 {
    width: auto;
    height: auto;
  }

  .stickable-button {
    z-index: 5;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 14px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-wrappr-lokace {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .bechovice-pop-up-body {
    padding: 50px 10px 0;
  }

  .liben-pop-up-body {
    padding: 50px 10px 0;
  }

  .bechovice-popup-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .liben-popup-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .image-liben {
    height: auto;
    max-height: none;
  }

  .image-uhrineves {
    height: auto;
    max-height: none;
  }

  .mbox-popup {
    display: none;
  }

  .mbox-popup-body {
    padding: 50px 10px 0;
  }

  .mbox-image {
    max-height: none;
  }

  .mbox-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .box-popup-cena {
    grid-template-columns: .75fr 1.25fr;
  }

  .cena-text-wrapper {
    width: auto;
    display: block;
  }

  .popu-cena-text {
    grid-column-gap: 6px;
    justify-content: flex-end;
    align-items: center;
  }

  .vyhoda {
    display: block;
  }

  .lbox-popup {
    display: none;
  }

  .lbox-popup-body {
    padding: 50px 10px 0;
  }

  .lbox-image {
    max-height: none;
  }

  .lbox-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .gallery_image-boxes {
    height: auto;
  }

  .xlbox-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .xlbox-image {
    max-height: none;
  }

  .xlbox-popup-body, .xxlbox-popup-body {
    padding: 50px 10px 0;
  }

  .xxlbox-image {
    max-height: none;
  }

  .xxlbox-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .tabs-menu {
    width: 100%;
  }

  .bechovicebox-popup-body {
    padding: 50px 10px 0;
  }

  .bechovicebox-image {
    max-height: none;
  }

  .bechovicebox-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  ._13px-text-copy {
    font-size: 11px;
    line-height: 12px;
  }
}

#w-node-_2ef8e06b-8980-af44-3501-76bda20330fe-80f7f4df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2b6511e5-197a-80b2-7b51-89038c1fcbad-80f7f4df, #w-node-_1ccf8205-85ba-4cd6-e067-5d22358a8ce8-ea714e7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-VariableFont_opszwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Italic';
  src: url('/fonts/Inter-Italic-VariableFont_opszwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('/fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}