html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

[v-cloak] {
  display: none !important;
}

body,
html {
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro", "Helvetica Neue", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: 400;
}

a {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #464545;
}
a:hover {
  text-decoration: none;
}

.hlarge {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.225em;
  font-weight: 600;
  color: #464545;
  text-transform: uppercase;
  padding-top: 5px;
}
.hlarge--white {
  color: white;
}
@media only screen and (min-width : 568px) {
  .hlarge {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .hlarge {
    font-size: 5rem;
  }
}

.hmedium {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.225em;
  font-weight: 600;
  color: #464545;
  text-transform: uppercase;
  padding-top: 5px;
}
.hmedium--white {
  color: white;
}
@media only screen and (min-width : 420px) {
  .hmedium {
    font-size: 3rem;
  }
}
@media only screen and (min-width : 568px) {
  .hmedium {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .hmedium {
    font-size: 4rem;
  }
}

.hsmall {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.225em;
  font-weight: 600;
  color: #464545;
  text-transform: uppercase;
  padding-top: 5px;
}
.hsmall--white {
  color: white;
}
.hsmall--s-white {
  color: white;
}
@media only screen and (min-width : 1200px) {
  .hsmall--s-white {
    color: #464545;
  }
}
@media only screen and (min-width : 420px) {
  .hsmall {
    font-size: 22rem;
  }
}
@media only screen and (min-width : 568px) {
  .hsmall {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 992px) {
  .hsmall {
    font-size: 2rem;
  }
}

.standard-text {
  font-weight: 400;
  font-size: 1.3rem;
  color: #464545;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media only screen and (min-width : 568px) {
  .standard-text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text {
    font-size: 1.7rem;
  }
}
.standard-text p {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.standard-text p:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width : 992px) {
  .standard-text p {
    line-height: 1.6;
  }
}
.standard-text a {
  text-decoration: underline;
  color: #464545;
}
.standard-text a:hover {
  text-decoration: none;
}
.standard-text b, .standard-text strong {
  font-weight: 600;
}
.standard-text--white {
  color: white;
}
.standard-text--white a {
  text-decoration: underline;
  color: white;
}
.standard-text--white a:hover {
  text-decoration: none;
}
.standard-text--s-white {
  color: white;
}
.standard-text--s-white a {
  text-decoration: underline;
  color: white;
}
.standard-text--s-white a:hover {
  text-decoration: none;
}
@media only screen and (min-width : 1200px) {
  .standard-text--s-white {
    color: #464545;
  }
  .standard-text--s-white a {
    text-decoration: underline;
    color: #464545;
  }
  .standard-text--s-white a:hover {
    text-decoration: none;
  }
}
.standard-text--m-white {
  color: white;
}
.standard-text--m-white a {
  text-decoration: underline;
  color: white;
}
.standard-text--m-white a:hover {
  text-decoration: none;
}
@media only screen and (min-width : 568px) {
  .standard-text--m-white {
    color: #464545;
  }
  .standard-text--m-white a {
    text-decoration: underline;
    color: #464545;
  }
  .standard-text--m-white a:hover {
    text-decoration: none;
  }
}
.standard-text--small {
  font-size: 1.4rem;
}
.standard-text--small p {
  letter-spacing: 0.01em;
}
.standard-text--small a {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
.standard-text--footer {
  font-size: 1.3rem;
}
.standard-text--footer p {
  letter-spacing: 0;
  line-height: 2em;
}
.standard-text--footer a {
  font-size: 1.3rem;
  line-height: 2em;
}
@media only screen and (min-width : 568px) {
  .standard-text--footer a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text--footer a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width : 568px) {
  .standard-text--footer {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text--footer {
    font-size: 1.6rem;
  }
}
.standard-text h2 {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.225em;
  font-weight: 600;
  color: #464545;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.standard-text h2--white {
  color: white;
}
@media only screen and (min-width : 568px) {
  .standard-text h2 {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h2 {
    font-size: 5rem;
  }
}
.standard-text h3 {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.225em;
  font-weight: 600;
  color: #464545;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.standard-text h3--white {
  color: white;
}
@media only screen and (min-width : 568px) {
  .standard-text h3 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h3 {
    font-size: 4rem;
  }
}
.standard-text h4 {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.225em;
  font-weight: 600;
  color: #464545;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.standard-text h4--white {
  color: white;
}
@media only screen and (min-width : 568px) {
  .standard-text h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h4 {
    font-size: 3rem;
  }
}
.standard-text ul {
  list-style: none;
  margin-bottom: 20px;
}
.standard-text li {
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
  margin-bottom: 6px;
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  background-color: #464545;
  display: inline-block;
  width: 3px;
  height: 3px;
  left: 0;
  top: 12px;
  border-radius: 100%;
}

.header {
  position: fixed;
  z-index: 30;
  width: 100%;
  background-color: white;
  top: 0;
  left: 0;
}
.header__inner {
  height: 244px;
  display: block;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 800px) {
  .header__inner {
    display: flex;
    height: 90px;
    padding: 0 0px;
  }
}
@media only screen and (min-width : 800px) {
  .header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
}

@media only screen and (max-width : 800px) {
  .header__right {
    text-align: center;
    display: block;
    align-items: center;
    padding: 0;
  }
}
.header__nav-wrap {
  display: block;
  justify-content: space-between;
  padding-left: 35px;
}
.nav__item {
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width : 800px) {
  .header__nav-wrap {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .nav__item {
    border-bottom: 0;
  }
}
.header__location {
  display: none;
}
@media only screen and (min-width : 808px) {
  .header__location {
    display: block;
    margin-right: 30px;
    color: #464545;
    text-decoration: none;
    font-weight: 400;
  }
}
.header__column-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 0 35px;
}
.header__column-wrap--line {
  border-top: 1px solid white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__column-wrap--margin {
  margin-bottom: 20px;
}
.header__column {
  display: inline-block;
}
.header__heading {
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.header__link {
  color: white;
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.header__consent {
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.wrapper {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  color: #464545;
  margin-top: 90px;
}

.container {
  width: 1350px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 40px;
  z-index: 0;
}
.container--off {
  padding: 0px;
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .container--off {
    width: 1350px;
    padding: 0px 40px;
  }
}
.container--big {
  width: 1600px;
  padding: 0px 0px;
}
@media only screen and (min-width : 800px) {
  .container--big {
    padding: 0px 30px;
  }
}

.section--top {
  margin-top: 90px;
}
@media only screen and (min-width : 1080px) {
  .section--top {
    margin-top: 120px;
  }
}

.anchor {
  position: relative;
  top: -150px;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width : 1080px) {
  .anchor {
    top: -180px;
  }
}
.nav__menu {
  list-style: none;
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width : 800px) {
  .nav__menu {
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width : 800px) {
  .nav__item:not(:last-child) {
    margin-right: 25px;
  }
}
.nav__link {
  color: #222;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  background-color: #fff;
}
a.nav__link:hover {
  text-decoration: underline;
  color: #666;
}
@media only screen and (min-width : 800px) {
  .nav__link {
    display: flex;
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
    background-color: transparent;
  }
  a.nav__link:hover {
    color: #666;
  }
}

.hero {
  position: relative;
}
.hero__image {
  height: calc(100vh - 90px);
  background-size: auto 130%;
  background-position: top center;
  display: flex;
  align-items: flex-start;
  background-image: url(hero.jpg);
}
@media only screen and (min-width : 340px) {
  .hero__image {
    background-size: auto 120%;
  }
}
@media only screen and (min-width : 480px) {
  .hero__image {
    background-size: cover;
  }
}
@media only screen and (min-width : 768px) {
  .hero__image {
    display: block;
    background-position: center center;
  }
}
@media only screen and (min-width : 1080px) {
  .hero__image {
    height: calc(100vh - 90px);
  }
}
.hero__shadow {
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 20%);
}
.hero__overlay {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width : 360px) {
  .hero__overlay {
    background-color: transparent;
    background-image: url("/web/20240530033220im_/https://www.vilaparkklamovka.cz/site/templates/assets/images/bg-white-hero.svg");
    background-size: cover;
    background-position: right bottom;
  }
}
@media only screen and (min-width : 768px) {
  .hero__overlay {
    width: 500px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.hero__content-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.hero__content {
  padding: 20px;
}
@media only screen and (min-width : 340px) {
  .hero__content {
    padding: 40px;
  }
}
@media only screen and (min-width : 768px) {
  .hero__content {
    padding: 80px;
  }
}
.hero__paragraph-wrap {
  margin: 10px 0 20px 0;
}
@media only screen and (min-width : 340px) {
  .hero__paragraph-wrap {
    margin: 20px 0 40px 0;
  }
}
@media only screen and (min-width : 768px) {
  .hero__paragraph-wrap {
    margin: 30px 0 80px 0;
  }
}
