body {
  font-family: hero-new, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18em;
  line-height: 1em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova;
  color: #000;
  font-size: 10em;
  line-height: 1em;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: hero-new, sans-serif;
  color: #000;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.6px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: hero-new, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

a {
  color: #563bff;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #ff8000;
  text-decoration: underline;
}

a.w--current {
  color: #333;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 900px;
}

strong {
  font-weight: 600;
}

.navbar {
  position: fixed;
  left: 5%;
  top: 0px;
  right: auto;
  bottom: 0%;
  overflow: visible;
  width: 13.5%;
  height: 100vh;
  min-width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand {
  height: 110px;
  max-width: 120px;
}

.nav-link {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px 0px 0px 10px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 100;
}

.nav-link:hover {
  color: #40c400;
  font-weight: 100;
}

.nav-link:focus {
  color: #40c400;
}

.nav-link.w--current {
  color: #40c400;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555c5c;
}

.dropdown-toggle:hover {
  color: #000;
}

.dropdown-list {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.dropdown-list.w--open {
  height: auto;
  margin-bottom: 0px;
  padding-top: 15px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.dropdown {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: 0px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.dropdown.hide {
  display: none;
}

.grandparent_div {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 15%;
  padding-top: 15px;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 50px;
  padding: 50px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.hidden {
  display: none;
}

.podtitul_kategorie {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 2px none #fff;
  border-bottom: 2px solid #fff;
  font-size: 4.3em;
  line-height: 1em;
  font-weight: 100;
  text-transform: none;
}

.titul_kategorie {
  margin-top: 0px;
  margin-bottom: 60px;
  line-height: 0.9em;
}

.kategorie {
  min-width: 0px;
  margin-bottom: 150px;
}

.kategorie.hide {
  display: none;
}

.puntik_menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 10px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -15px;
  opacity: 0;
}

.puntik_menu.w--current {
  width: 10px;
  margin-top: -2px;
  margin-left: -15px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.nav_item {
  position: relative;
  color: #898a8a;
  font-size: 16px;
  text-transform: none;
  white-space: normal;
}

.nav_item:hover {
  color: #242424;
}

.nav_item:focus {
  color: #242424;
}

.puntik {
  width: 10px;
  border-radius: 111px;
  background-color: #242424;
}

.body {
  background-color: transparent;
  font-family: hero-new, sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
}

.mezera_velka {
  width: 100%;
  height: 100px;
}

.footer_div {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  height: auto;
  border-top: 1px none #000;
  background-color: #fff;
  color: #000;
}

.footer-head {
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.div-contact-form {
  width: 65%;
  float: right;
}

.p-footer-copyright {
  display: inline-block;
  margin-bottom: 20px;
  float: right;
  color: #000;
  font-size: 14px;
}

.p-contact {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.button-form {
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #635e5e;
  background-color: #000;
  -webkit-transition: all 130ms cubic-bezier(.39, .575, .565, 1);
  transition: all 130ms cubic-bezier(.39, .575, .565, 1);
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.button-form:hover {
  background-color: #fff;
  color: #a58a7d;
}

.success-message {
  border: 1px solid #fff;
  background-color: transparent;
}

.form-footer {
  margin-bottom: 16px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.form-footer:focus {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.12);
}

.form-footer.message {
  min-height: 80px;
  border-width: 1px;
  border-color: #635e5e;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}

.form-footer._50procent {
  display: inline-block;
  width: 50%;
  min-height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #635e5e;
}

.form-footer._50procent.right {
  width: 48%;
  height: auto;
  margin-left: 2%;
  border-width: 1px;
}

.div-footer-icons {
  display: inline-block;
  margin-right: auto;
}

.div-footer-icons.hidden {
  display: none;
}

.div-contact {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: 0px;
}

.wrapper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #000;
}

.wrapper-footer.line {
  margin-top: 30px;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #000;
}

.bold-gotham {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
}

.img-icon-footer {
  height: 30px;
  margin-right: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.img-icon-footer:hover {
  opacity: 0.7;
  -webkit-filter: none;
  filter: none;
}

.link_inverzni {
  color: #da9331;
}

.link_inverzni:hover {
  color: #da9331;
}

.hlaf_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hlaf_wrapper.vertical {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hlaf_wrapper.central {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hlaf_wrapper.comment {
  max-width: 400px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #898a8a;
  background-color: transparent;
  color: transparent;
}

.popis_foto {
  width: 70%;
  min-height: 120px;
  margin-top: 15px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.flex_horizontal_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foto_height {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.foto_height.foto_1_bckg {
  width: 100%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_6_bckg {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_3_bckg {
  background-image: none;
  background-position: 50% 69%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_4_bckg {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_7_bckg {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_5_bckg {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_8_bckg-copy {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_2_bckg {
  width: 100%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_9_bckg {
  background-image: none;
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_10_bckg {
  background-image: none;
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_11_bckg {
  background-image: none;
  background-position: 50% 12%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.foto_12_bckg {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.ikono_foto {
  background-color: #2b2b2b;
}

.foto_height.tema_foto {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_5 {
  background-image: none;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.styl_slovo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
  text-align: center;
}

.foto_height.tema_foto_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_5 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.ikono_foto {
  background-color: #2b2b2b;
}

.foto_height.styl_slovo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
  text-align: center;
}

.foto_height.tema_foto {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height.tema_foto_6 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shrnuti_list_item {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Nunito Sans';
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
}

.shrnuti_bod {
  font-size: 35px;
  line-height: 50px;
  text-transform: none;
}

.shrnuti_list {
  width: 48%;
  color: #000;
}

.pozadi_menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 220px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 991px;
}

.zakazane_uziti_sloupce {
  width: 100%;
  margin-top: 40px;
}

.picture_wrapper_100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture_wrapper_100.poloviny {
  width: 93%;
}

.picture_wrapper_100.poloviny.hide {
  display: none;
}

.picture_wrapper_100.left_aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.picture_wrapper_100.horizontal {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foto_height_200 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foto_height_200.zf_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 50% 69%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.foto_height_200.zf_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200.zf_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200.zf_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200.white {
  background-color: #fff;
}

.foto_height_200.foto_3_bckg {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200.pink {
  background-image: url('../images/pexels-photo-2792299.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.foto_height_200.zf_5 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200.zf_ {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200.white {
  background-color: #fff;
}

.foto_height_200.tretina {
  width: 200px;
}

.popis_foto_110 {
  width: 100%;
  min-height: 110px;
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 15px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #0dffd0 #0dffd0 #0dffd0 #d1d6d6;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 200;
}

.popis_foto_110.min_60 {
  min-height: 60px;
  line-height: 24px;
}

.popis_foto_110.auto_width {
  width: auto;
  min-height: 0px;
  line-height: 24px;
}

.popis_foto_110.auto_width {
  width: auto;
  min-height: 0px;
  padding-right: 0px;
  border-style: none none none solid;
  border-color: #d1d6d6;
  font-style: normal;
}

.linka {
  width: 50px;
  height: 2px;
  margin: 20px 0px 15px;
  background-color: #fff;
}

.linka.comment {
  background-color: #898a8a;
  color: #898a8a;
}

.half_wrapper_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.half_wrapper_bottom.comment {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.half_wrapper_bottom.max_70 {
  width: 70%;
}

.full_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.logo_top {
  height: 90px;
}

.uvod_text {
  margin-top: 20px;
  line-height: 30px;
  font-weight: 200;
}

.uvod_text.notice {
  border: 1px none #000;
  color: #898a8a;
  font-size: 15px;
  line-height: 23px;
}

.inspi_img {
  height: 600px;
  background-color: #fff;
  background-image: none;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tabs {
  width: 100%;
  min-height: 700px;
  margin-top: 60px;
}

.tabs.auto_height {
  min-height: auto;
  margin-top: 30px;
}

.tabs-content {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.tabs-content.black {
  background-color: transparent;
}

.tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs_menu.velikosti_ovladac {
  margin-top: -30px;
}

.tabs_menu.velikosti_menu {
  margin-top: 30px;
  margin-bottom: 0px;
}

.tabs_menu.hidden {
  display: none;
}

.tab_link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #898a8a;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab_link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #40c400;
}

.logo_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 730px;
  margin-bottom: 0px;
  padding-top: 15%;
  padding-bottom: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.logo_view.cerna {
  background-color: #000;
}

.logo_view.black {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: transparent;
}

.logo_view.black {
  background-color: transparent;
  color: transparent;
}

.logo {
  max-width: 150px;
}

.logo.sirsi {
  max-width: none;
  min-width: 60%;
}

.logo.logotyp {
  max-width: 20vw;
}

.tab_link_top {
  border-style: solid;
  border-width: 1px;
  border-color: #898a8a;
  background-color: transparent;
  color: #898a8a;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab_link_top:hover {
  color: #000;
}

.tab_link_top.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.tab_link_top.w--current:active {
  border-color: #fff;
}

.tab_link_top.w--current:focus {
  border-color: #fff;
}

.tab_link_top.leva {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.tab_link_top.leva:hover {
  border-color: #fff;
  color: #fff;
}

.tab_link_top.prava {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tab_link_top.prava:hover {
  border-color: #fff;
  color: #fff;
}

.logo_vertikal {
  max-width: 80px;
  min-width: 75px;
}

.logo_horizontal {
  max-width: 450px;
  min-width: 450px;
}

.ochranna_zona {
  width: 100%;
  max-width: 600px;
  min-width: 400px;
}

.ochranna_zona.logotyp_zona {
  max-width: 300px;
  min-width: 300px;
}

.zu_img {
  max-height: 75%;
  max-width: 50%;
}

.zu_img.rastr_down {
  max-width: 100%;
}

.min_vel {
  width: 70px;
  height: 70px;
  max-width: 40%;
}

.barevnost_sloupce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.barevnost_sloupce.doplnkova {
  display: none;
}

.barevnost_img {
  max-height: 70%;
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.doplnkova {
  display: none;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tab-pane-tab-3 {
  height: 100%;
}

.text-block-3 {
  color: #898a8a;
}

.column {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph {
  font-weight: 200;
}

.paragraph.comment {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #898a8a;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.zakaz_rastr {
  position: absolute;
  height: 100%;
  max-width: none;
  -webkit-filter: brightness(22%) grayscale(100%);
  filter: brightness(22%) grayscale(100%);
}

.flex_vertical_div {
  margin-top: 20px;
  color: #da9331;
}

.konstrukce_height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.konstrukce_height.json {
  margin-top: 70px;
  margin-bottom: 70px;
}

.konstrukce_height.seda_uvod {
  position: relative;
  height: 700px;
  background-image: url('../images/vlaky.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.konstrukce_height.body_img {
  position: relative;
  height: 700px;
  background-image: url('../images/body.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.konstrukce_img {
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.min_velikost_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 730px;
  margin-bottom: 0px;
  padding-top: 15%;
  padding-bottom: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.min_velikost_view.black {
  height: 400px;
  padding-bottom: 10%;
  background-color: #000;
}

.min_velikost_view.black {
  height: 500px;
  padding-bottom: 10%;
  background-color: #000;
}

.min_velikost_div {
  width: 100%;
  margin-bottom: 70px;
}

.velikost_prepinac_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-top: 20px;
  padding-right: 40%;
  padding-left: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prepinac_skala {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.velikost_point {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #da9331;
  border-radius: 20px;
  background-color: #fff;
}

.point_active_a {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #da9331;
  opacity: 0;
}

.point_active_b {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #da9331;
  opacity: 0;
}

.point_active_c {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #da9331;
  opacity: 1;
}

.prepinac_active {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.hodnota_active_a {
  width: 70px;
  margin-top: 0px;
  margin-left: -27.5px;
  padding: 20px 10px 5px;
  color: #da9331;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.hodnota_active_b {
  width: 70px;
  margin-top: 0px;
  margin-left: -27.5px;
  padding: 20px 10px 5px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.hodnota_active_c {
  width: 70px;
  margin-top: 20px;
  margin-left: -27.5px;
  padding: 0px 10px 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.hodnota_a {
  width: 70px;
  margin-top: 15px;
  margin-left: -27.5px;
  padding: 5px 10px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.hodnota_b {
  width: 70px;
  margin-top: 15px;
  margin-left: -27.5px;
  padding: 5px 10px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.hodnota_c {
  width: 70px;
  margin-top: 0px;
  margin-left: -27.5px;
  padding: 20px 10px 5px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.hodnota_d {
  width: 70px;
  margin-top: 15px;
  margin-left: -27.5px;
  padding: 5px 10px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.hodnota_active_d {
  width: 70px;
  margin-top: 0px;
  margin-left: -27.5px;
  padding: 20px 10px 5px;
  color: #da9331;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.point_active_d {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #da9331;
  opacity: 0;
}

.tabs-content_black {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.min_vel_symbol {
  height: 25px;
  max-width: 40%;
}

.vnitrni_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #40c400;
  color: #40c400;
  font-size: 12px;
}

.vnitrni_link:hover {
  color: #009b37;
}

.vnitrni_link.w--current {
  color: #40c400;
}

.vnitrni_link_text {
  margin-bottom: 5px;
  color: #da9331;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: none;
}

.vnitrni_link_text:hover {
  color: #da9331;
  text-decoration: none;
}

.sipka_vnitrni_link {
  margin-left: 8px;
  line-height: 11px;
  letter-spacing: -2.5px;
}

.allcaps_popisek {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.popis_download {
  width: 100%;
  min-height: 80px;
  margin-top: 15px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: hero-new, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.button {
  padding: 12px 20px;
  background-color: #40c400;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #009b37;
  font-weight: 300;
  text-transform: uppercase;
}

.button.down_button {
  margin-right: auto;
}

.down_img {
  max-width: 230px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
}

.down_img.smaller {
  max-height: 160px;
}

.foto_height_400 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foto_height_400.white {
  width: 100%;
  height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.foto_height_400.grey {
  width: 100%;
  background-color: #2b2b2b;
}

.foto_height_400.white {
  width: 100%;
  height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.foto_height_400.white.gif_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_400.white.gif_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_400.grey {
  width: 100%;
  background-color: #2b2b2b;
}

.foto_height_400.bily_bckg {
  background-color: #fff;
}

.foto_height_400.light_grey {
  width: 100%;
  height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d1d6d6;
  color: transparent;
}

.foto_height_400.light_grey.gif_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_400.light_grey.gif_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2 {
  display: block;
  padding-left: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_mobil {
  display: none;
}

.brand-8.w--current {
  margin-top: 100px;
}

.brand-26 {
  margin-top: 100px;
}

.menu_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.heading {
  margin-top: 60px;
  font-family: hero-new, sans-serif;
}

.column_centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vnitrni_link-2 {
  display: block;
  margin-top: 41px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px none #40c400;
  color: #da9331;
  font-size: 12px;
}

.vnitrni_link-2:hover {
  color: #da9331;
}

.vnitrni_link-2.w--current {
  color: #40c400;
}

.font_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 15% 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.ukazka_pisma {
  font-family: fieldwork;
  color: #000;
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.ukazka_pisma.thin {
  font-size: 45px;
  line-height: 65px;
  font-weight: 100;
}

.ukazka_pisma.normal {
  font-size: 45px;
  line-height: 65px;
}

.ukazka_pisma.bold {
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
}

.ukazka_pisma.nunito {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Nunito Sans';
  font-size: 45px;
  line-height: 65px;
  font-weight: 200;
}

.ukazka_pisma.nunito_normal {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Nunito Sans';
  font-size: 45px;
  line-height: 65px;
  font-weight: 400;
}

.ukazka_pisma.nunito_bold {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Nunito Sans';
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
}

.ukazka_pisma.segoe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Segoe ui';
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
}

.central {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Nunito Sans';
  text-align: center;
}

.popis_ikonografie {
  width: 80%;
  min-height: 200px;
  margin-top: 15px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
}

.text-span-3 {
  text-transform: uppercase;
}

.text-span-4 {
  text-transform: uppercase;
}

.text-span-5 {
  text-transform: uppercase;
}

.text-span-6 {
  text-transform: uppercase;
}

.text-span-7 {
  text-transform: uppercase;
}

.text-span-8 {
  text-transform: uppercase;
}

.text-span-9 {
  text-transform: uppercase;
}

.ikono_pravidlo {
  display: block;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.ikonset {
  width: 100%;
  max-height: 800px;
  max-width: 100%;
  min-width: 400px;
}

.slider_layout {
  width: 100%;
  height: 40vw;
  min-height: 600px;
  margin-top: 80px;
  background-color: transparent;
}

.slide {
  width: 100%;
  padding: 0px 51px;
  background-image: url('../images/Pernerka_layout_val.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide.tiskoviny_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide.tiskoviny_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide.tiskoviny_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide.tiskoviny_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide.mark_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.mark_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.mark_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.mark_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_6 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.slide.exter_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.exter_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_6 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.inter_5 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.exter_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.exter_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.auta_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.uvod_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide.uvod_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide.auta_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.tiskoviny_vizitka {
  background-image: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide.obl_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.obl_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.obl_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.obl_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_5 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_6 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_7 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_8 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.aut_9 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.hrnky {
  background-image: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide.bublina_slide1 {
  background-image: url('../images/pernerka_Stationery_Mockup_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.bublina_slide2 {
  background-image: url('../images/pernerka_vizitka_white-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide_bublina_3 {
  background-image: url('../images/Notebook-Mockup-Set-vol2_2-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide_bublina_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.text_priklad1 {
  background-image: url('../images/clv2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.text_priklad2 {
  background-image: url('../images/bb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.fb_vizualizace {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.social_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.social_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.text_priklad3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.merch_1 {
  background-image: url('../images/triko_taska.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.merch_2 {
  background-image: url('../images/hrnek.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.merch_3 {
  background-image: url('../images/karty.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.stationery_4 {
  background-image: url('../images/pernerka_Stamp-Logo-Mockup-1-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.blok {
  background-image: url('../images/Notebook-Mockup-Set-vol2_4-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.saty {
  background-image: url('../images/saty.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.layout_1a {
  background-image: url('../images/01_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide.layout_1b {
  background-color: transparent;
  background-image: url('../images/02_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout_1c {
  background-image: url('../images/03_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.stationery_4-copy {
  background-image: url('../images/pernerka_Stamp-Logo-Mockup-1-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.blok-copy {
  background-image: url('../images/Notebook-Mockup-Set-vol2_4-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.layout-02a {
  background-image: url('../images/Pernerka_layout_ZARA.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-02b {
  background-image: url('../images/Pernerka_layout_ZARA_COS.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-02c {
  background-image: url('../images/Pernerka_layout_ZARAA.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.lay {
  background-image: url('../images/karty.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.layout-03a {
  background-image: url('../images/07_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-03b {
  background-image: url('../images/08_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-03c {
  background-image: url('../images/09_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-04a {
  background-image: url('../images/10_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-04b {
  background-image: url('../images/11_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-04c {
  background-image: url('../images/12_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-05a {
  background-image: url('../images/Pernerka_layout18.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-05b {
  background-image: url('../images/Pernerka_layout19.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-05c {
  background-image: url('../images/Pernerka_layout20.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-06a {
  background-image: url('../images/Pernerka_layout21.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-06b {
  background-image: url('../images/Pernerka_layout22.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-06b._6b {
  background-image: url('../images/17_Pernerka.jpg');
}

.slide.layout-07c {
  background-image: url('../images/sportovni_den2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07c._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-07a {
  background-image: url('../images/16_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07b {
  background-image: url('../images/14_Pernerka.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07b._6b {
  background-image: url('../images/17_Pernerka.jpg');
}

.slide.layout-02d {
  background-image: url('../images/Pernerka_layout_COS.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-03d {
  background-image: url('../images/Pernerka_layout2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-05d {
  background-image: url('../images/Pernerka_layout.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07d {
  background-image: url('../images/sportovni_den3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07d._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-04d {
  background-image: url('../images/Pernerka_layout_valll.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.layout-0-a {
  background-image: url('../images/Pernerka_layout21.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07b {
  background-image: url('../images/sportovni_den.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07b._6b {
  background-image: url('../images/17_Pernerka.jpg');
}

.slide.layout-07e {
  background-image: url('../images/sportovni_den5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-07e._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-08b {
  background-image: url('../images/sportovni_den6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-08b._6b {
  background-image: url('../images/17_Pernerka.jpg');
}

.slide.layout-08c {
  background-image: url('../images/sportovni_den7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-08c._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-08d {
  background-image: url('../images/sportovni_den8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-08d._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-08e {
  background-image: url('../images/sportovni_den9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-08e._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-08f {
  background-image: url('../images/sportovni_den10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-08f._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-06c-copy {
  background-image: url('../images/Pernerka_layout23.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-06c-copy._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.slide.layout-06d-copy {
  background-image: url('../images/Pernerka_layout_dog_fest.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.layout-06d-copy._6c {
  background-image: url('../images/18_Pernerka.jpg');
}

.layout_img {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  max-width: none;
}

.layout_img.en_layout_version {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout_grid {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: auto;
  max-width: none;
}

.slide-nav {
  bottom: 0px;
}

.slide-nav.sirota {
  display: none;
}

.grid_off {
  position: relative;
  top: -40px;
  z-index: 100;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 10px;
  color: #898a8a;
  text-transform: uppercase;
  cursor: pointer;
}

.grid_off:hover {
  color: #fff;
}

.grid_off.margin_0 {
  top: 0px;
}

.grid_off.margin_0.button_rounded {
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 70px;
  color: #d1d6d6;
}

.grid_off.margin_0.button_rounded:hover {
  color: #fff;
}

.grid_off.button_rounded {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 70px;
  color: #d1d6d6;
}

.grid_off.button_rounded:hover {
  color: #fff;
}

.grid_on {
  position: relative;
  top: -40px;
  z-index: 100;
  display: none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 10px;
  color: #898a8a;
  text-transform: uppercase;
  cursor: pointer;
}

.grid_on:hover {
  color: #fff;
}

.grid_on.margin_0 {
  top: 0px;
}

.grid_on.margin_0.button_rounded {
  display: none;
}

.grid_on.button_rounded {
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 90px;
  color: #d1d6d6;
}

.grid_on.button_rounded:hover {
  color: #fff;
}

.slide_flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-right: 51px;
  padding-left: 51px;
}

.slider_layout_vertical {
  width: 100%;
  height: 43vw;
  min-height: 600px;
  margin-top: 80px;
  background-color: transparent;
}

.sirota {
  display: none;
}

.icon_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 5% 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 700;
}

.ipad_web {
  width: 100%;
  max-width: 600px;
  min-width: 400px;
}

.vnitrni_link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #40c400;
  color: #40c400;
  font-size: 12px;
}

.vnitrni_link-3:hover {
  color: #40c400;
}

.vnitrni_link-3.w--current {
  color: #40c400;
}

.icon_down_img {
  width: 30%;
  max-height: 70%;
  max-width: none;
}

.video_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.right-arrow {
  z-index: 100;
}

.left-arrow {
  z-index: 100;
}

.right-arrow-2 {
  z-index: 100;
}

.left-arrow-2 {
  z-index: 100;
}

.right-arrow-3 {
  z-index: 100;
}

.left-arrow-3 {
  z-index: 100;
}

.right-arrow-4 {
  z-index: 100;
}

.left-arrow-4 {
  z-index: 100;
}

.slide_sipka.dark {
  color: #555c5c;
}

.slide_sipka.dark {
  color: #555c5c;
}

.slide_spika.dark {
  color: #555c5c;
}

.slide_spika.dark {
  color: #555c5c;
}

.html-embed {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 40vw;
}

.slide_tiskoviny_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_aplikace {
  width: 100%;
  height: 25vw;
  min-height: 700px;
  margin-top: 0px;
  background-color: transparent;
}

.claim {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: fieldwork;
  color: #40c400;
  font-size: 65px;
  line-height: 60px;
  font-weight: 700;
}

.claim_story {
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  text-align: left;
  text-transform: none;
}

.third_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.third_wrapper.vertical {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.third_wrapper.central {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styl_slovo_text {
  width: 80%;
  min-height: 100px;
  margin-top: 15px;
  margin-right: 20%;
  margin-left: 20%;
  padding-left: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.styl_slovo_heslo {
  width: 80%;
  margin-top: 15px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.sdeleni_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inzerce_img {
  max-width: 600px;
}

.text-span-10 {
  font-size: 16px;
}

.keyword {
  font-size: 17px;
  font-weight: 600;
}

.video_view-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.html-embed-2 {
  width: 100%;
  height: auto;
}

.inzerce_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 730px;
  margin-bottom: 0px;
  padding: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
}

.inzerce_view.cerna {
  background-color: #000;
}

.inzerce_view.black {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: transparent;
}

.inzerce_view.black {
  background-color: transparent;
  color: transparent;
}

.anim_img {
  height: 400px;
}

.slider_layout-2 {
  width: 100%;
  height: 40vw;
  min-height: 600px;
  margin-top: 80px;
  background-color: transparent;
}

.point_active_d-2 {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #0dffd0;
  opacity: 0;
}

.point_active_a-2 {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #0dffd0;
  opacity: 0;
}

.pozadi_menu-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: block;
  overflow: scroll;
  width: 102%;
  height: 100%;
  min-height: 100vh;
  min-width: 200px;
  margin-left: -1%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video_view-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.video_view-3.gif_1 {
  height: 600px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video_view-3.gif_2 {
  height: 600px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed-3 {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
}

.html-embed-3.mensi {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.html-embed-3.hide {
  display: none;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  text-transform: capitalize;
}

.logo_view-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 730px;
  margin-bottom: 0px;
  padding-top: 15%;
  padding-bottom: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  color: #000;
}

.logo_view-2.black {
  background-color: transparent;
  color: transparent;
}

.logo_view-2.cerna {
  background-color: #000;
}

.velikost_point-2 {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #0dffd0;
  border-radius: 20px;
  background-color: #fff;
}

.hodnota_d-2 {
  width: 70px;
  margin-top: 15px;
  margin-left: -27.5px;
  padding: 5px 10px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.point_active_b-2 {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #0dffd0;
  opacity: 0;
}

.icon_view-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 5% 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 700;
}

.hodnota_c-2 {
  width: 70px;
  margin-top: 0px;
  margin-left: -27.5px;
  padding: 20px 10px 5px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.font_view-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 15% 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  font-family: Heuristica;
  color: #000;
  font-weight: 700;
}

.grid_on-2 {
  position: relative;
  top: -40px;
  z-index: 100;
  display: none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 10px;
  color: #898a8a;
  text-transform: uppercase;
  cursor: pointer;
}

.grid_on-2:hover {
  color: #fff;
}

.grid_on-2.margin_0 {
  top: 0px;
}

.popis_foto-2 {
  width: 70%;
  min-height: 120px;
  margin-top: 15px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: Heuristica;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.point_active_c-2 {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #0dffd0;
  opacity: 1;
}

.mask-7 {
  width: 100%;
}

.mask-7.margin_0-copy {
  line-height: 20px;
}

.prepinac_skala-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #da9331;
}

.button-2 {
  padding: 12px 20px;
  background-color: #40c400;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #009b37;
  font-weight: 300;
  text-transform: uppercase;
}

.button-2.down_button {
  margin-right: auto;
  border-radius: 200px;
  background-color: #da9331;
  outline-color: #da9331;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 0px;
  color: #fff;
  font-weight: 500;
  mix-blend-mode: normal;
}

.button-2.down_button:hover {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.tab_link_top-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #898a8a;
  background-color: transparent;
  color: #898a8a;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab_link_top-2:hover {
  color: #000;
}

.tab_link_top-2.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.tab_link_top-2.w--current:active {
  border-color: #fff;
}

.tab_link_top-2.w--current:focus {
  border-color: #fff;
}

.tab_link_top-2.prava {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tab_link_top-2.prava:hover {
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.tab_link_top-2.leva {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-decoration: none;
}

.tab_link_top-2.leva:hover {
  border-color: #000;
  color: #000;
}

.tab_link_top-2.leva.w--current:hover {
  border-color: #000;
  color: #000;
}

.hodnota_active_c-2 {
  width: 70px;
  margin-top: 20px;
  margin-left: -27.5px;
  padding: 0px 10px 5px;
  color: #da9331;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.podtitul_kategorie-2 {
  margin-top: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 2px none #fff;
  border-bottom: 1px none #fff;
  font-family: hero-new, sans-serif;
  font-size: 4.3em;
  line-height: 1em;
  font-weight: 100;
  text-transform: none;
}

.grid_off-2 {
  position: relative;
  top: -40px;
  z-index: 100;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 10px;
  color: #898a8a;
  text-transform: uppercase;
  cursor: pointer;
}

.grid_off-2:hover {
  color: #fff;
}

.grid_off-2.margin_0 {
  top: 0px;
}

.hodnota_b-2 {
  width: 70px;
  margin-top: 15px;
  margin-left: -27.5px;
  padding: 5px 10px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.ukazka_pisma-2 {
  font-family: fieldwork;
  color: #000;
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.ukazka_pisma-2.normal {
  font-family: hero-new, sans-serif;
  font-size: 45px;
  line-height: 65px;
}

.ukazka_pisma-2.nunito_normal {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Heuristica;
  font-size: 45px;
  line-height: 65px;
  font-style: italic;
  font-weight: 400;
}

.ukazka_pisma-2.bold {
  font-family: hero-new, sans-serif;
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
}

.ukazka_pisma-2.segoe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Segoeui, sans-serif;
  font-size: 40px;
  line-height: 55px;
  font-weight: 100;
}

.ukazka_pisma-2.nunito_bold {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Heuristica;
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
}

.ukazka_pisma-2.thin {
  font-family: hero-new, sans-serif;
  font-size: 45px;
  line-height: 65px;
  font-weight: 100;
}

.ukazka_pisma-2.nunito {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Heuristica;
  font-size: 45px;
  line-height: 65px;
  font-weight: 200;
}

.hodnota_active_b-2 {
  width: 70px;
  margin-top: 0px;
  margin-left: -27.5px;
  padding: 20px 10px 5px;
  opacity: 1;
  color: #da9331;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.ipad_web-2 {
  width: 100%;
  max-width: 800px;
  min-width: 550px;
}

.text-block-4 {
  color: #898a8a;
}

.tabs-content-2 {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  font-family: 'PT Serif', serif;
}

.tabs-content-2.black {
  background-color: transparent;
}

.hodnota_a-2 {
  width: 70px;
  margin-top: 15px;
  margin-left: -27.5px;
  padding: 5px 10px;
  color: #898a8a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
}

.slide-nav-2.sirota {
  display: none;
}

.central-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: hero-new, sans-serif;
  font-size: 3em;
  text-align: center;
}

.central-2.pt {
  font-family: Heuristica;
}

.tab_link-2 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #898a8a;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab_link-2:hover {
  color: #da9331;
}

.tab_link-2.w--current {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #da9331;
}

.claim-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: fieldwork;
  color: #40c400;
  font-size: 65px;
  line-height: 60px;
  font-weight: 700;
}

.titul_kategorie-2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: hero-new, sans-serif;
  font-size: 8vw;
  line-height: 0.9em;
}

.inzerce_view-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 730px;
  margin-bottom: 0px;
  padding: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
}

.nav-link-2 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px 0px 0px 10px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 100;
  text-transform: none;
}

.nav-link-2:hover {
  color: #da9331;
  font-weight: 100;
  text-decoration: none;
}

.nav-link-2:focus {
  color: #da9331;
}

.nav-link-2.w--current {
  color: #ff8000;
}

.nav-link-2.language {
  margin-top: 20px;
  padding-left: 0px;
}

.nav-link-2.language.w--current {
  color: #563bff;
}

.nav-link-2.carka {
  margin-top: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-2.carka:hover {
  color: #898a8a;
}

.nav-link-2.hidden {
  display: none;
}

.nav-link-2.hidden.w--current {
  display: none;
}

.vnitrni_link-2-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px none #40c400;
  color: #40c400;
  font-size: 12px;
}

.vnitrni_link-2-copy:hover {
  color: #40c400;
}

.vnitrni_link-2-copy.w--current {
  color: #40c400;
}

.slider_uvod {
  width: 100%;
  height: 40vw;
  min-height: 600px;
  margin-top: 80px;
  background-color: #fff;
}

.text-span-11 {
  color: #898a8a;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.linka--seda {
  width: 50px;
  height: 2px;
  margin: 20px 0px 15px;
  background-color: #898a8a;
  color: #898a8a;
}

.linka--seda.comment {
  background-color: #898a8a;
  color: #898a8a;
}

.heading-5 {
  margin-top: 4em;
  font-family: hero-new, sans-serif;
}

.link {
  color: #da9331;
  font-weight: 400;
}

.link:hover {
  color: #da9331;
}

.image {
  max-width: 100%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 730px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foto_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.foto_view.black {
  background-color: transparent;
  color: transparent;
}

.foto_view.cerna {
  background-color: #000;
}

.foto_view.cols_pribehy {
  margin-bottom: 100px;
}

.foto_full {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_full {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.img_full.smaller {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.logo_view_ukazka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 730px;
  margin-bottom: 0px;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.logo_view_ukazka.black {
  background-color: transparent;
  color: transparent;
}

.logo_view_ukazka.cerna {
  background-color: #000;
}

.text_box_80 {
  width: 80%;
  min-height: 200px;
  margin-top: 0px;
  margin-left: 40px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
}

.bold-text {
  font-size: 50px;
}

.foto_height_200-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foto_height_200-copy.zf_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 50% 69%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.foto_height_200-copy.zf_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200-copy.zf_3 {
  background-image: none;
  background-position: 50% 85%;
  background-size: 200%;
  background-repeat: no-repeat;
}

.foto_height_200-copy.zf_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200-copy.white {
  background-color: #fff;
}

.foto_height_200-copy.foto_3_bckg {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200-copy.pink {
  background-color: #620eff;
}

.foto_height_200-copy.zf_5 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200-copy.zf_ {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_height_200-copy.white {
  background-color: #fff;
}

.img_vertical {
  height: 100%;
}

.link_invision_pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lottie-animation {
  width: 80%;
  max-width: 900px;
}

.tr_img {
  width: 70%;
}

.bold-text-2 {
  line-height: 50px;
}

.column-3 {
  line-height: 23px;
}

.text_box--stories {
  width: 80%;
  min-height: 200px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  background-color: #d1d6d6;
}

.main-wrapper {
  overflow: hidden;
  width: 100vw;
}

.image-2 {
  width: 100%;
  max-width: none;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  max-width: 100%;
}

.text-block-5 {
  margin-top: 20px;
}

.lang_switch {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ltbx_app {
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ltbx_app.mob_app {
  background-image: none;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: hero-new, sans-serif;
  color: #000;
}

.bold-text-3 {
  font-weight: 600;
}

.barva_swatch {
  width: 180px;
  height: 180px;
  border-radius: 60%;
}

.barva_swatch.stin_in {
  width: 150px;
  height: 150px;
  min-height: 120px;
  min-width: 120px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.barva_swatch.stin_in.cerna {
  background-image: url('../images/cerna-43.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.barva_swatch.stin_in.tyrkysova {
  background-color: #da9331;
}

.barva_swatch.stin_in.fialova {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/gold-metal-background-with-abstract-polished-texture-for-design-400-217750763.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: hue-rotate(353deg);
  filter: hue-rotate(353deg);
}

.barva_nazev {
  display: block;
  margin-bottom: 5px;
  font-weight: 800;
}

.bublina_img_1 {
  position: absolute;
}

.bublina_img2 {
  position: absolute;
}

.bublinea_img3 {
  position: absolute;
}

.pattern_vyvoj_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.vrstva_1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.vrstva_2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.vrstva_3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.tab-pane-tab-3-2 {
  font-family: Heuristica;
}

.homepage_img {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage_img_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 730px;
  margin-bottom: 0px;
  padding-top: 15%;
  padding-bottom: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.homepage_img_div.black {
  background-color: transparent;
  color: transparent;
}

.homepage_img_div.cerna {
  background-color: #000;
}

.down_social {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.video_div {
  width: 100%;
}

.image-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-12 {
  line-height: 1.1em;
  font-weight: 300;
}

.link-2 {
  color: #ff8000;
}

.segoe_title {
  font-family: Segoeui, sans-serif;
}

.slider_layout_01 {
  overflow: visible;
  width: 100%;
  height: 25vw;
  min-height: 700px;
  margin-top: 0px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.layout_txt {
  margin-bottom: 0px;
  line-height: 30px;
  font-weight: 200;
}

.layout_txt.notice {
  border: 1px none #000;
  color: #898a8a;
  font-size: 15px;
  line-height: 23px;
}

.heading-7 {
  font-size: 6em;
}

.pernerka {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: hero-new, sans-serif;
  font-size: 3vw;
  line-height: 0.9em;
}

.brandmanual {
  font-size: 9vw;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 300;
}

.heading-8 {
  font-size: 6em;
}

.heading-2copy {
  margin-top: 200px;
  font-family: hero-new, sans-serif;
  font-size: 11em;
}

.pernerka-copy {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: hero-new, sans-serif;
  font-size: 2.5vw;
  line-height: 0.9em;
}

.hlavni-nadpis {
  margin-top: 6px;
  margin-bottom: 400px;
  color: #000;
  font-size: 700%;
}

.hlavni-nadpis-pernerka {
  margin-top: 0px;
  color: #000;
  font-size: 300%;
}

.heading-9 {
  font-family: hero-new, sans-serif;
}

.h2-nadpis {
  margin-bottom: 20px;
  font-family: hero-new, sans-serif;
  font-size: 500%;
}

.h2-na {
  margin-top: 200px;
  font-family: hero-new, sans-serif;
  font-size: 11em;
}

.heading-10 {
  font-family: hero-new, sans-serif;
  font-size: 11em;
}

.navbar_mobil {
  position: fixed;
  left: 5%;
  top: 0px;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 13.5%;
  height: 100vh;
  min-width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-2 {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: 0px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.dropdown-2.hide {
  display: none;
}

.nav_item-2 {
  position: relative;
  color: #898a8a;
  font-size: 16px;
  text-transform: none;
  white-space: normal;
}

.nav_item-2:hover {
  color: #242424;
}

.nav_item-2:focus {
  color: #242424;
}

.puntik-2 {
  width: 10px;
  border-radius: 111px;
  background-color: #242424;
}

.nav-link-3 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px 0px 0px 10px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 100;
  text-transform: none;
}

.nav-link-3:hover {
  color: #da9331;
  font-weight: 100;
  text-decoration: none;
}

.nav-link-3:focus {
  color: #da9331;
}

.nav-link-3.w--current {
  color: #ff8000;
}

.nav-link-3.hidden {
  display: none;
}

.nav-link-3.hidden.w--current {
  display: none;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  text-transform: capitalize;
}

.navbar-2 {
  position: fixed;
  left: 5%;
  top: 0px;
  right: auto;
  bottom: 0%;
  overflow: visible;
  width: 13.5%;
  height: 100vh;
  min-width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555c5c;
}

.dropdown-toggle-2:hover {
  color: #000;
}

.menu_div-2 {
  position: relative;
  height: 75vh;
  color: #000;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 100%;
    margin-top: 0px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
  }

  .container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 991px;
    min-width: 700px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #555c5c;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: -20px;
    bottom: 0%;
    display: block;
    overflow: scroll;
    width: 100vw;
    min-height: 700px;
    margin-top: 85px;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 60px;
    padding-left: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .dropdown {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grandparent_div {
    width: 100vw;
    margin-left: 0%;
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper {
    margin-top: 20px;
  }

  .podtitul_kategorie {
    font-size: 3.5em;
  }

  .titul_kategorie {
    font-size: 7em;
  }

  .kategorie {
    max-width: 900px;
    min-width: 700px;
  }

  .nav_item {
    font-size: 20px;
    line-height: 30px;
  }

  .footer_div {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .form-footer._50procent {
    width: 100%;
  }

  .form-footer._50procent.right {
    width: 100%;
    margin-left: 0%;
  }

  .hlaf_wrapper {
    width: 100%;
  }

  .flex_horizontal_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shrnuti_list {
    width: 100%;
  }

  .pozadi_menu {
    position: fixed;
    height: 100px;
    min-height: 100px;
    background-color: #2b2b2b;
  }

  .columns {
    width: 100vw;
    max-width: none;
    min-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foto_height_200 {
    height: 300px;
  }

  .foto_height_200.zf_1 {
    height: 300px;
  }

  .logo_top {
    height: 100%;
  }

  .column {
    z-index: 10000000;
    display: none;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .konstrukce_height.json {
    height: 300px;
  }

  .konstrukce_height.seda_uvod {
    height: 550px;
  }

  .konstrukce_height.body_img {
    height: 550px;
  }

  .prepinac_skala {
    width: 40%;
  }

  .prepinac_active {
    width: 40%;
  }

  .brand-2 {
    position: static;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand-3 {
    margin-right: auto;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    z-index: 10000000;
    background-color: transparent;
    color: #fff;
  }

  .brand-4 {
    height: 90px;
  }

  .brand-5 {
    height: 80px;
  }

  .brand-6 {
    height: 70px;
  }

  .brand-7 {
    max-width: none;
  }

  .icon {
    position: relative;
    z-index: 10000000000;
    color: #fff;
    font-size: 30px;
  }

  .brand-8 {
    display: none;
  }

  .menu_div {
    height: auto;
    padding-right: 40px;
  }

  .ukazka_pisma.thin {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma.normal {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma.bold {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma.nunito {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma.nunito_normal {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma.nunito_bold {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma.segoe {
    font-size: 25px;
    line-height: 35px;
  }

  .slider_layout {
    height: 40vw;
    min-height: 350px;
  }

  .slider_layout_vertical {
    min-height: 450px;
  }

  .slider_aplikace {
    height: 40vw;
    min-height: 350px;
  }

  .third_wrapper {
    width: 100%;
  }

  .video_view-2 {
    width: 100%;
  }

  .html-embed-2 {
    height: auto;
  }

  .slider_layout-2 {
    height: 40vw;
    min-height: 350px;
  }

  .pozadi_menu-2 {
    position: fixed;
    height: 100px;
    min-height: 100px;
    background-color: #2b2b2b;
  }

  .video_view-3 {
    width: 90%;
    max-height: 400px;
  }

  .nav-menu-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f1f1f1;
    color: #898a8a;
  }

  .prepinac_skala-2 {
    width: 40%;
  }

  .podtitul_kategorie-2 {
    font-size: 3.5em;
  }

  .ukazka_pisma-2.normal {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma-2.nunito_normal {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma-2.bold {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma-2.segoe {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma-2.nunito_bold {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma-2.thin {
    font-size: 25px;
    line-height: 35px;
  }

  .ukazka_pisma-2.nunito {
    font-size: 25px;
    line-height: 35px;
  }

  .titul_kategorie-2 {
    font-size: 7em;
  }

  .nav-link-2.w--current {
    font-size: 20px;
    line-height: 25px;
  }

  .slider_uvod {
    height: 40vw;
    min-height: 350px;
  }

  .text_box_80 {
    margin-top: 40px;
    margin-left: 0px;
  }

  .foto_height_200-copy {
    height: 300px;
  }

  .foto_height_200-copy.zf_1 {
    height: 300px;
  }

  .text_box--stories {
    margin-top: 40px;
    margin-left: 0px;
  }

  .barva_swatch.stin_in {
    width: 90px;
    height: 90px;
    min-height: 0px;
    min-width: 0px;
  }

  .barva_swatch.stin_in.fialova {
    min-height: auto;
    min-width: auto;
  }

  .bublina_img_1 {
    width: 120%;
    max-width: 900px;
  }

  .bublina_img2 {
    width: 120%;
  }

  .bublinea_img3 {
    width: 120%;
  }

  .image-5 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slider_layout_01 {
    height: 40vw;
    min-height: 350px;
  }

  .pernerka {
    font-size: 7em;
  }

  .pernerka-copy {
    font-size: 7em;
  }

  .hlavni-nadpis {
    margin-bottom: 250px;
  }

  .hlavni-nadpis-pernerka {
    margin-top: 0px;
  }

  .navbar_mobil {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5000;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .container-2 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 991px;
    min-width: 700px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
  }

  .nav-menu-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: scroll;
    width: 100vw;
    min-height: 700px;
    margin-top: 85px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-left: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
  }

  .navbar-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 0px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
  }

  .menu-button-2 {
    margin-left: auto;
  }

  .menu-button-2.w--open {
    z-index: 100;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    overflow: visible;
  }

  .container {
    position: static;
    height: 45px;
    max-width: 700px;
    min-width: 400px;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    height: 100vh;
    min-height: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-left: 15%;
  }

  .nav-link.w--current {
    margin-bottom: 5px;
  }

  .dropdown {
    margin-bottom: 10px;
  }

  .grandparent_div {
    margin-bottom: 790px;
    padding-top: 122px;
  }

  .wrapper {
    padding-top: 0px;
  }

  .podtitul_kategorie {
    display: inline-block;
    font-size: 3em;
  }

  .titul_kategorie {
    margin-bottom: 40px;
    font-size: 6em;
  }

  .kategorie {
    max-width: 700px;
    min-width: 400px;
    margin-bottom: 60px;
  }

  .mezera_velka {
    height: 80px;
  }

  .footer_div {
    width: 100vw;
  }

  .div-contact-form {
    width: 100%;
    margin-right: 30px;
    text-align: center;
  }

  .p-footer-copyright {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 16px;
    padding-bottom: 20px;
    float: none;
  }

  .button-form {
    float: none;
  }

  .div-footer-icons {
    margin-left: auto;
  }

  .div-contact {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .wrapper-footer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-footer.line {
    text-align: center;
  }

  .hlaf_wrapper {
    width: 100%;
    padding-right: 0px;
  }

  .popis_foto {
    width: 80%;
  }

  .flex_horizontal_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foto_height {
    height: 300px;
  }

  .foto_height.foto_1_bckg {
    height: 300px;
  }

  .shrnuti_list_item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
  }

  .shrnuti_bod {
    line-height: 45px;
  }

  .shrnuti_list {
    width: 100%;
  }

  .pozadi_menu {
    height: 50px;
    min-height: 50px;
  }

  .columns {
    overflow: visible;
    max-width: 700px;
    min-width: 400px;
  }

  .picture_wrapper_100 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .picture_wrapper_100.poloviny {
    width: 100%;
  }

  .picture_wrapper_100.horizontal {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .foto_height_200.tretina {
    height: 200px;
  }

  .popis_foto_110 {
    min-height: 90px;
    font-size: 14px;
    line-height: 20px;
  }

  .popis_foto_110.min_60 {
    font-size: 14px;
    line-height: 21px;
  }

  .popis_foto_110.auto_width {
    font-size: 14px;
    line-height: 21px;
  }

  .popis_foto_110.auto_width {
    font-size: 14px;
    line-height: 21px;
  }

  .logo_top {
    display: none;
  }

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

  .inspi_img {
    height: 400px;
  }

  .tabs_menu.velikosti_ovladac {
    margin-top: -40px;
  }

  .tab_link.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo_view {
    height: 450px;
    padding: 10%;
  }

  .logo {
    min-width: 300px;
  }

  .logo_vertikal {
    max-width: 70px;
    min-width: 70px;
  }

  .logo_horizontal {
    min-width: 300px;
  }

  .ochranna_zona {
    max-width: 450px;
    min-width: 300px;
  }

  .barevnost_sloupce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .konstrukce_height {
    height: 400px;
  }

  .konstrukce_height.seda_uvod {
    height: 300px;
  }

  .konstrukce_height.body_img {
    height: 300px;
  }

  .konstrukce_img {
    width: 50vw;
    max-width: 600px;
    min-width: 400px;
  }

  .prepinac_skala {
    width: 70%;
  }

  .prepinac_active {
    width: 70%;
  }

  .vnitrni_link {
    margin-top: 30px;
  }

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

  .menu-button {
    margin-top: 8px;
    margin-bottom: auto;
    padding: 0px;
    font-size: 12px;
  }

  .logo_mobil {
    display: block;
    height: 25px;
    max-width: none;
  }

  .brand-26 {
    height: 25px;
  }

  .column_centered {
    height: auto;
  }

  .vnitrni_link-2 {
    margin-top: 30px;
  }

  .font_view {
    height: 250px;
    padding: 10%;
  }

  .ukazka_pisma.thin {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma.normal {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma.bold {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma.nunito {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma.nunito_normal {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma.nunito_bold {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma.segoe {
    font-size: 15px;
    line-height: 25px;
  }

  .popis_ikonografie {
    width: 80%;
  }

  .ikonset {
    max-width: 450px;
    min-width: 300px;
  }

  .slider_layout {
    display: block;
  }

  .layout_grid {
    margin-top: 70px;
  }

  .slider_layout_vertical {
    height: 40vw;
    min-height: 350px;
  }

  .icon_view {
    height: 450px;
    padding: 10%;
  }

  .ipad_web {
    max-width: 450px;
    min-width: 300px;
  }

  .vnitrni_link-3 {
    margin-top: 30px;
  }

  .video_view {
    height: 300px;
    padding: 0%;
  }

  .right-arrow {
    right: -20px;
  }

  .left-arrow-2 {
    left: -20px;
  }

  .mask {
    padding-top: 70px;
  }

  .mask-2 {
    padding-top: 70px;
  }

  .mask-3 {
    padding-top: 65px;
  }

  .mask-4 {
    padding-top: 70px;
  }

  .mask-5 {
    padding-top: 70px;
  }

  .mask-6 {
    padding-top: 70px;
  }

  .slider_aplikace {
    display: block;
  }

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

  .third_wrapper {
    width: 100%;
    padding-right: 0px;
  }

  .styl_slovo_text {
    width: 80%;
  }

  .styl_slovo_heslo {
    width: 80%;
  }

  .video_view-2 {
    width: 100%;
    height: 300px;
    padding: 0%;
  }

  .html-embed-2 {
    height: auto;
  }

  .inzerce_view {
    height: 450px;
    padding: 10%;
  }

  .slider_layout-2 {
    display: block;
  }

  .pozadi_menu-2 {
    height: 50px;
    min-height: 50px;
  }

  .video_view-3 {
    width: 100%;
    height: 300px;
    padding: 0%;
  }

  .video_view-3.gif_1 {
    max-height: 350px;
  }

  .video_view-3.gif_2 {
    max-height: 350px;
  }

  .html-embed-3 {
    height: auto;
  }

  .nav-menu-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    height: 100vh;
    min-height: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-left: 15%;
  }

  .logo_view-2 {
    height: 450px;
    padding: 10%;
  }

  .icon_view-2 {
    height: 450px;
    padding: 10%;
  }

  .font_view-2 {
    height: 250px;
    padding: 10%;
  }

  .popis_foto-2 {
    width: 80%;
  }

  .mask-7 {
    padding-top: 70px;
  }

  .mask-7.margin_0 {
    padding-top: 0px;
  }

  .mask-7.margin_0-copy {
    padding-top: 0px;
  }

  .prepinac_skala-2 {
    width: 70%;
  }

  .podtitul_kategorie-2 {
    display: inline-block;
    font-size: 3em;
  }

  .ukazka_pisma-2.normal {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma-2.nunito_normal {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma-2.bold {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma-2.segoe {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma-2.nunito_bold {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma-2.thin {
    font-size: 15px;
    line-height: 25px;
  }

  .ukazka_pisma-2.nunito {
    font-size: 15px;
    line-height: 25px;
  }

  .ipad_web-2 {
    max-width: 450px;
    min-width: 300px;
  }

  .tab_link-2.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }

  .titul_kategorie-2 {
    margin-bottom: 40px;
    font-size: 6em;
  }

  .inzerce_view-2 {
    height: 450px;
    padding: 10%;
  }

  .nav-link-2.w--current {
    margin-bottom: 5px;
  }

  .nav-link-2.language.w--current {
    margin-bottom: 10px;
  }

  .vnitrni_link-2-copy {
    margin-top: 30px;
  }

  .slider_uvod {
    display: block;
  }

  .foto_view {
    height: 450px;
    padding: 10%;
  }

  .foto_view.cols_pribehy {
    height: auto;
    padding: 0%;
  }

  .logo_view_ukazka {
    height: 450px;
    padding: 10%;
  }

  .text_box_80 {
    width: 90%;
  }

  .text_box--stories {
    width: 90%;
  }

  .lang_switch {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 65px;
    margin-left: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .barva_swatch.stin_in {
    width: 110px;
    height: 110px;
  }

  .barva_swatch.stin_in.cerna {
    width: 110px;
    height: 110px;
  }

  .barva_swatch.stin_in.tyrkysova {
    width: 110px;
    height: 110px;
  }

  .barva_swatch.stin_in.fialova {
    width: 110px;
    height: 110px;
    min-height: 80px;
    min-width: 80px;
  }

  .homepage_img_div {
    height: 450px;
    padding: 10%;
  }

  .slider_layout_01 {
    display: block;
  }

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

  .pernerka {
    margin-bottom: 40px;
    font-size: 6em;
  }

  .pernerka-copy {
    margin-bottom: 40px;
    font-size: 6em;
  }

  .hlavni-nadpis {
    margin-bottom: 110px;
    line-height: 10px;
  }

  .hlavni-nadpis-pernerka {
    margin-top: 0px;
  }

  .text-span-13 {
    line-height: 1.1em;
  }

  .h2-nadpis {
    font-size: 300%;
  }

  .text-span-14 {
    font-size: 65%;
    line-height: 50px;
  }

  .navbar_mobil {
    overflow: visible;
  }

  .container-2 {
    position: static;
    height: 25px;
    max-width: 700px;
    min-width: 400px;
  }

  .dropdown-2 {
    margin-bottom: 10px;
  }

  .nav-link-3.w--current {
    margin-bottom: 5px;
  }

  .nav-menu-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    height: 100vh;
    min-height: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-left: 15%;
  }

  .navbar-2 {
    overflow: visible;
  }

  .menu-button-2 {
    padding: 0px;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 2em;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    position: static;
    width: 100%;
    height: 40px;
    max-width: 500px;
    min-width: 240px;
    padding-right: 0px;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    margin-top: -15px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 70px;
    padding-left: 15%;
  }

  .grandparent_div {
    margin-bottom: 500px;
    padding-top: 55px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .wrapper {
    min-height: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .podtitul_kategorie {
    margin-bottom: 15px;
    font-size: 2em;
  }

  .titul_kategorie {
    font-size: 4em;
  }

  .kategorie {
    max-width: 500px;
    min-width: 300px;
  }

  .mezera_velka {
    height: 40px;
  }

  .footer_div {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hlaf_wrapper {
    margin-top: 20px;
  }

  .popis_foto {
    width: 85%;
  }

  .foto_height.foto_1_bckg {
    height: 250px;
  }

  .foto_height.foto_6_bckg {
    height: 250px;
  }

  .foto_height.foto_3_bckg {
    height: 250px;
  }

  .foto_height.foto_4_bckg {
    height: 250px;
  }

  .foto_height.foto_7_bckg {
    height: 250px;
  }

  .foto_height.foto_5_bckg {
    height: 250px;
  }

  .foto_height.foto_8_bckg-copy {
    height: 250px;
  }

  .foto_height.foto_2_bckg {
    height: 250px;
  }

  .foto_height.foto_9_bckg {
    height: 250px;
  }

  .foto_height.foto_10_bckg {
    height: 250px;
  }

  .foto_height.foto_11_bckg {
    height: 250px;
  }

  .foto_height.foto_12_bckg {
    height: 250px;
  }

  .foto_height.ikono_foto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foto_height.styl_slovo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foto_height.tema_foto_4 {
    height: 250px;
  }

  .foto_height.tema_foto_2 {
    height: 250px;
  }

  .foto_height.tema_foto_5 {
    height: 250px;
  }

  .foto_height.ikono_foto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foto_height.styl_slovo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foto_height.tema_foto {
    height: 250px;
  }

  .foto_height.tema_foto_3 {
    height: 250px;
  }

  .foto_height.tema_foto_6 {
    height: 250px;
  }

  .shrnuti_bod {
    font-size: 25px;
    line-height: 35px;
  }

  .pozadi_menu {
    height: 50px;
    min-height: 50px;
  }

  .columns {
    max-width: 500px;
    min-width: 300px;
  }

  .picture_wrapper_100 {
    margin-bottom: 40px;
  }

  .picture_wrapper_100.horizontal {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .foto_height_200 {
    height: 250px;
  }

  .foto_height_200.zf_1 {
    height: 250px;
  }

  .foto_height_200.tretina {
    height: 200px;
  }

  .popis_foto_110.auto_width {
    width: 100%;
  }

  .popis_foto_110.auto_width {
    width: 100%;
    padding-right: 0px;
  }

  .logo_top {
    display: none;
  }

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

  .inspi_img {
    height: 250px;
  }

  .tabs {
    min-height: 500px;
  }

  .tabs.auto_height {
    margin-top: 45px;
  }

  .tabs_menu {
    margin-top: 0px;
  }

  .tabs_menu.velikosti_ovladac {
    margin-top: 0px;
  }

  .tab_link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .tab_link.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo_view {
    height: 350px;
  }

  .logo {
    max-width: 300px;
    min-width: 200px;
  }

  .tab_link_top.leva {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .tab_link_top.prava {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .logo_vertikal {
    width: 50px;
    max-width: none;
    min-width: 0px;
  }

  .logo_horizontal {
    max-width: 350px;
    min-width: 200px;
  }

  .ochranna_zona {
    min-width: 200px;
  }

  .zu_img {
    min-width: 180px;
  }

  .min_vel {
    max-width: none;
  }

  .barevnost_sloupce {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
  }

  .barevnost_img {
    max-height: 90%;
  }

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

  .konstrukce_height {
    height: 200px;
  }

  .konstrukce_height.json {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .konstrukce_height.seda_uvod {
    height: 200px;
  }

  .konstrukce_height.body_img {
    height: 300px;
  }

  .konstrukce_img {
    max-width: 300px;
    min-width: 250px;
  }

  .min_velikost_div {
    margin-bottom: 40px;
  }

  .prepinac_skala {
    width: 90%;
  }

  .prepinac_active {
    width: 90%;
  }

  .tabs-content_black {
    margin-bottom: 0px;
  }

  .min_vel_symbol {
    max-width: none;
  }

  .vnitrni_link {
    margin-top: 20px;
    font-size: 16px;
  }

  .vnitrni_link_text {
    font-size: 14px;
  }

  .allcaps_popisek {
    line-height: 25px;
  }

  .foto_height_400.white {
    height: 320px;
  }

  .foto_height_400.grey {
    height: 320px;
  }

  .foto_height_400.white {
    height: 320px;
  }

  .foto_height_400.white.gif_1 {
    height: 320px;
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
  }

  .foto_height_400.white.gif_2 {
    height: 320px;
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
  }

  .foto_height_400.grey {
    height: 320px;
  }

  .foto_height_400.light_grey {
    height: 320px;
  }

  .foto_height_400.light_grey.gif_1 {
    height: 320px;
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
  }

  .foto_height_400.light_grey.gif_2 {
    height: 320px;
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    margin-left: auto;
    padding: 0px;
    font-size: 12px;
  }

  .icon {
    color: #fff;
    font-size: 25px;
  }

  .logo_mobil {
    display: block;
    width: auto;
    height: 25px;
  }

  .brand-8 {
    height: 25px;
  }

  .brand-9 {
    padding-left: 10px;
  }

  .brand-10 {
    padding-left: 11px;
  }

  .brand-11 {
    padding-left: 11px;
  }

  .brand-12 {
    padding-left: 16px;
  }

  .brand-13 {
    padding-left: 16px;
  }

  .brand-14 {
    padding-left: 8px;
  }

  .brand-15 {
    padding-left: 4px;
  }

  .brand-16 {
    padding-left: 0px;
  }

  .brand-17 {
    padding-left: 0px;
  }

  .brand-18 {
    padding-left: 4px;
  }

  .brand-19 {
    padding-left: 0px;
  }

  .brand-20 {
    padding-left: 0px;
  }

  .brand-21 {
    padding-left: 0px;
  }

  .brand-22 {
    padding-left: 0px;
  }

  .brand-23 {
    padding-left: 0px;
  }

  .brand-24 {
    padding-left: 0px;
  }

  .brand-25 {
    padding-left: 0px;
  }

  .heading {
    margin-top: 25px;
    font-size: 1.7em;
  }

  .vnitrni_link-2 {
    margin-top: 20px;
    font-size: 16px;
  }

  .font_view {
    height: 150px;
  }

  .ukazka_pisma.thin {
    font-size: 8px;
    line-height: 15px;
  }

  .ukazka_pisma.normal {
    font-size: 8px;
    line-height: 15px;
  }

  .ukazka_pisma.bold {
    font-size: 8px;
    line-height: 15px;
  }

  .ukazka_pisma.nunito {
    font-size: 8px;
    line-height: 15px;
  }

  .ukazka_pisma.nunito_normal {
    font-size: 8px;
    line-height: 15px;
  }

  .ukazka_pisma.nunito_bold {
    font-size: 8px;
    line-height: 15px;
  }

  .ukazka_pisma.segoe {
    font-size: 8px;
    line-height: 15px;
  }

  .central {
    font-size: 3em;
  }

  .popis_ikonografie {
    width: 85%;
  }

  .ikono_pravidlo {
    width: 100%;
  }

  .ikonset {
    min-width: 200px;
  }

  .slider_layout {
    min-height: 250px;
  }

  .slide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .layout_grid {
    margin-top: 40px;
  }

  .slide-nav {
    font-size: 6px;
  }

  .grid_div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider_layout_vertical {
    min-height: 250px;
    margin-top: 50px;
  }

  .icon_view {
    height: 250px;
  }

  .ipad_web {
    min-width: 200px;
  }

  .vnitrni_link-3 {
    margin-top: 20px;
    font-size: 16px;
  }

  .icon_down_img {
    min-width: 150px;
  }

  .video_view {
    height: 150px;
  }

  .mask {
    padding-top: 0px;
  }

  .mask-4 {
    padding-top: 40px;
  }

  .mask-5 {
    padding-top: 40px;
  }

  .mask-6 {
    padding-top: 40px;
  }

  .slide_sipka {
    font-size: 15px;
  }

  .slide_spika {
    font-size: 15px;
  }

  .slider_aplikace {
    min-height: 250px;
    margin-top: 20px;
  }

  .claim {
    font-size: 50px;
    line-height: 55px;
  }

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

  .third_wrapper {
    margin-top: 20px;
  }

  .styl_slovo_text {
    width: 85%;
  }

  .styl_slovo_heslo {
    width: 85%;
  }

  .video_view-2 {
    width: 100%;
    height: 200px;
  }

  .html-embed-2 {
    height: auto;
  }

  .inzerce_view {
    height: auto;
  }

  .heading-2 {
    font-size: 2em;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .anim_img {
    min-width: 180px;
  }

  .slider_layout-2 {
    min-height: 250px;
    margin-top: -1px;
  }

  .heading-4 {
    letter-spacing: 0.9px;
  }

  .pozadi_menu-2 {
    height: 50px;
    min-height: 50px;
  }

  .video_view-3 {
    width: 100%;
    height: 150px;
  }

  .video_view-3.gif_1 {
    max-height: 250px;
  }

  .video_view-3.gif_2 {
    max-height: 250px;
  }

  .nav-menu-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 70px;
    padding-left: 15%;
  }

  .logo_view-2 {
    height: 350px;
  }

  .icon_view-2 {
    height: 250px;
  }

  .font_view-2 {
    height: 200px;
  }

  .popis_foto-2 {
    width: 85%;
    font-size: 14px;
    line-height: 20px;
  }

  .mask-7 {
    margin-top: 40px;
    padding-top: 0px;
  }

  .mask-7.margin_0 {
    margin-top: 0px;
  }

  .mask-7.margin_0-copy {
    margin-top: 0px;
  }

  .prepinac_skala-2 {
    width: 90%;
  }

  .tab_link_top-2.prava {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .tab_link_top-2.leva {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .podtitul_kategorie-2 {
    margin-bottom: 15px;
    font-size: 1.9em;
  }

  .ukazka_pisma-2.normal {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .ukazka_pisma-2.nunito_normal {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .ukazka_pisma-2.bold {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .ukazka_pisma-2.segoe {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .ukazka_pisma-2.nunito_bold {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .ukazka_pisma-2.thin {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .ukazka_pisma-2.nunito {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .ipad_web-2 {
    min-width: 200px;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 6px;
  }

  .central-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 3em;
  }

  .tab_link-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .tab_link-2.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

  .claim-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .titul_kategorie-2 {
    font-size: 3.5em;
    line-height: 1em;
  }

  .inzerce_view-2 {
    height: auto;
  }

  .vnitrni_link-2-copy {
    margin-top: 20px;
    font-size: 16px;
  }

  .slider_uvod {
    min-height: 250px;
    margin-top: 20px;
  }

  .foto_view {
    height: 350px;
  }

  .logo_view_ukazka {
    height: 350px;
  }

  .text_box_80 {
    width: 85%;
  }

  .foto_height_200-copy {
    height: 250px;
  }

  .foto_height_200-copy.zf_1 {
    height: 250px;
  }

  .tr_img {
    min-width: 180px;
  }

  .text_box--stories {
    width: 85%;
  }

  .lang_switch {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 65px;
    margin-left: 21px;
  }

  .barva_swatch.stin_in {
    width: 80px;
    height: 80px;
    min-height: auto;
    min-width: auto;
  }

  .barva_swatch.stin_in.cerna {
    width: 80px;
    height: 80px;
    min-height: 0px;
    min-width: 0px;
  }

  .barva_swatch.stin_in.fialova {
    min-height: 80px;
    min-width: 80px;
  }

  .pattern_vyvoj_div {
    height: 200px;
  }

  .homepage_img_div {
    height: 350px;
    background-color: transparent;
    background-size: 150%;
  }

  .video_div {
    width: 100%;
    height: 200px;
  }

  .image-5 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .background-video {
    height: 200px;
  }

  .slider_layout_01 {
    min-height: 250px;
    margin-top: 20px;
  }

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

  .pernerka {
    font-size: 3.5em;
    line-height: 1em;
  }

  .pernerka-copy {
    font-size: 3.5em;
    line-height: 1em;
  }

  .hlavni-nadpis {
    margin-bottom: 100px;
    line-height: 1%;
  }

  .hlavni-nadpis-pernerka {
    margin-top: 0px;
  }

  .text-span-13 {
    line-height: 1.1em;
  }

  .h2-nadpis {
    font-size: 200%;
    font-weight: 700;
  }

  .text-span-14 {
    font-size: 40%;
    line-height: 0;
  }

  .navbar_mobil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2 {
    position: static;
    width: 100%;
    height: 25px;
    max-width: 500px;
    min-width: 240px;
    padding-right: 0px;
  }

  .icon-2 {
    color: #fff;
    font-size: 25px;
  }

  .nav-menu-3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    margin-top: -15px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 70px;
    padding-left: 15%;
  }

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

  .menu-button-2 {
    padding: 0px;
  }

  .menu-button-2.w--open {
    margin-left: auto;
    padding: 0px;
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Segoeui';
  src: url('../fonts/SEGOEUI.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}