@font-face {
  font-family: Segoeui;
  src: url('../fonts/SEGOEUI.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak Complete;
  src: url('../fonts/Zodiak_Complete.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak Complete;
  src: url('../fonts/Zodiak_Complete.zip') format("undefined");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer Variable;
  src: url('../fonts/Switzer-Variable.woff2') format("woff2"), url('../fonts/Switzer-Variable.eot') format("embedded-opentype"), url('../fonts/Switzer-Variable.woff') format("woff"), url('../fonts/Switzer-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --cerna: #000;
  --bp-fialova: #563bff;
  --blue-violet: #ff8000;
  --white: white;
  --menu_sloupec: #242424;
  --pernerka: #a1a1a1;
  --bp-tyrkys: #0dffd0;
  --svetle-seda-gn: #d1d6d6;
  --bp-clicked: #2f17c7;
  --stredni-seda: #898a8a;
  --dim-grey: #555c5c;
  --white-smoke-2: #f1f1f1;
  --tmavsi-seda: #2b2b2b;
  --gn_green: #40c400;
  --gn_green_hover: #009b37;
  --gn_oranz: #f18e34;
  --white-smoke: #eee;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--cerna);
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

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

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

h3 {
  color: var(--cerna);
  margin-bottom: 10px;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2em;
}

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

h5 {
  color: var(--cerna);
  letter-spacing: .6px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: hero-new;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

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

p {
  color: var(--cerna);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

a {
  color: var(--bp-fialova);
  font-weight: 400;
}

a:hover {
  color: var(--blue-violet);
  text-decoration: underline;
}

a.w--current {
  text-decoration: underline;
}

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

strong {
  font-weight: 600;
}

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

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

.wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  margin-top: 50px;
  padding: 50px 20px 20px;
  display: flex;
}

.wrapper.hidden {
  display: none;
}

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

.kategorie.hide {
  display: none;
}

.puntik_menu {
  width: 5px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -15px;
  position: absolute;
  inset: auto auto auto 0%;
  transform: rotate(35deg);
}

.puntik_menu.w--current {
  opacity: 1;
  background-color: #000;
  height: 14px;
  margin-left: -15px;
  transition: opacity .5s;
}

.nav_item {
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.nav_item:hover, .nav_item:focus {
  color: var(--menu_sloupec);
}

.body {
  color: #fff;
  letter-spacing: .3px;
  background-color: #f7f7f7;
  font-family: Switzer Variable, Arial, sans-serif;
}

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

.footer_div {
  z-index: 1000;
  color: #000;
  border-top: 1px #000;
  height: auto;
  position: relative;
  inset: auto 0% 0%;
}

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

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

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

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

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

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

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

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

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

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

.link_inverzni, .link_inverzni:hover {
  color: var(--pernerka);
}

.hlaf_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 10px;
  display: flex;
}

.hlaf_wrapper.vertical {
  align-items: center;
  width: 100%;
}

.flex_horizontal_div {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

.shrnuti_list {
  color: var(--cerna);
  width: 48%;
}

.columns {
  min-width: 991px;
  font-weight: 400;
  display: flex;
}

.zakazane_uziti_sloupce {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 40px;
  display: block;
}

.picture_wrapper_100 {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.picture_wrapper_100.horizontal {
  flex-direction: row;
  align-items: center;
  width: 100%;
}

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

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

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

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

.foto_height_200.pink {
  background-image: url('../images/shopping_1.webp');
  background-position: 0 0;
  background-size: cover;
}

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

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

.foto_height_200.tretina {
  width: 200px;
  overflow: visible;
}

.popis_foto_110 {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--bp-tyrkys) var(--bp-tyrkys) var(--bp-tyrkys) var(--svetle-seda-gn);
  width: 100%;
  min-height: 110px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 30px;
  font-family: Zodiak Complete, Times New Roman, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  line-height: 22px;
}

.popis_foto_110.auto_width {
  border-style: none none none solid;
  border-color: var(--svetle-seda-gn);
  text-transform: uppercase;
  width: auto;
  min-height: 0;
  padding-right: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
}

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

.half_wrapper_bottom {
  flex-direction: column;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.logo_top {
  height: 90px;
}

.uvod_text {
  letter-spacing: .1px;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.uvod_text.notice {
  color: var(--cerna);
  letter-spacing: .03em;
  border: 1px #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.uvod_text.perex {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

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

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

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

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

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

.tabs_menu.hidden {
  display: none;
}

.logo {
  max-width: 500px;
}

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

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

.ochranna_zona.pikto {
  min-width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

.flex_vertical_div {
  color: var(--pernerka);
  margin-top: 20px;
}

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

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

.konstrukce_height.patt_ex {
  background-image: url('../images/box_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}

.konstrukce_height.wine {
  background-color: #000;
  background-image: url('../images/wine_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 700px;
  position: relative;
}

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

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

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

.velikost_prepinac_div {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 50px;
  margin-top: 20px;
  padding-left: 40%;
  padding-right: 40%;
  display: flex;
  position: relative;
}

.velikost_point {
  border: 1px solid var(--pernerka);
  background-color: var(--white);
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.point_active_a {
  border: 1px solid var(--pernerka);
  opacity: 0;
  background-color: #a2a2a2;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.point_active_b {
  border: 1px solid var(--pernerka);
  background-color: var(--pernerka);
  opacity: 0;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.point_active_c {
  border: 1px solid var(--pernerka);
  background-color: var(--pernerka);
  opacity: 1;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.prepinac_active {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  height: 1px;
  display: flex;
  position: absolute;
}

.hodnota_active_a, .hodnota_active_d {
  color: var(--pernerka);
  text-align: center;
  cursor: pointer;
  width: 70px;
  margin-top: 0;
  margin-left: -27.5px;
  padding: 20px 10px 5px;
  font-size: 16px;
}

.point_active_d {
  border: 1px solid var(--pernerka);
  background-color: var(--pernerka);
  opacity: 0;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

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

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

.vnitrni_link_text {
  color: var(--bp-fialova);
  letter-spacing: .3px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-weight: 600;
  line-height: 28px;
  text-decoration: underline;
}

.vnitrni_link_text:hover {
  color: var(--bp-clicked);
  text-decoration: underline;
}

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

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

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

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

.down_img.circle {
  border-radius: 100px;
}

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

.foto_height_400.light_grey {
  color: #0000;
  background-color: #e6e6e6;
  width: 100%;
  height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-2 {
  text-align: left;
  background-color: #f7f7f7;
  flex-flow: wrap;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6%;
  display: flex;
}

.logo_mobil {
  display: none;
}

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

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

.column_centered {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 90%;
  display: flex;
}

.vnitrni_link-2 {
  color: var(--pernerka);
  border-bottom: 1px #40c400;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 41px;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 12px;
  display: block;
}

.vnitrni_link-2:hover {
  text-decoration-color: #ff01a2;
}

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

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

.slide {
  background-image: url('../images/Pernerka_layout_val_1.webp');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  padding: 0 51px;
}

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

.slide.bublina_slide2 {
  background-image: url('../images/Free-Gift-Card-Mockup_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

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

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

.slide.layout_1b {
  background-color: #0000;
  background-image: url('../images/OH_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.slide.layout-02b {
  background-image: url('../images/3_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.layout-02c {
  background-image: url('../images/clv-1_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide.int_1 {
  background-image: url('../images/1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.int_2 {
  background-image: url('../images/2_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.int_3 {
  background-image: url('../images/4_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.int_4 {
  background-image: url('../images/3_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.int_5 {
  background-image: url('../images/5_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

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

.slide.ban_1 {
  background-image: url('../images/banner1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.slide.layout-02d-copy.ban_vert {
  background-image: url('../images/online2_1.webp');
  background-size: cover;
}

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

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

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

.grid_off {
  z-index: 100;
  color: var(--stredni-seda);
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 10px;
  display: inline-block;
  position: relative;
  top: -40px;
}

.grid_off:hover {
  color: var(--white);
}

.grid_on {
  z-index: 100;
  color: var(--stredni-seda);
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 10px;
  display: none;
  position: relative;
  top: -40px;
}

.grid_on:hover {
  color: var(--white);
}

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

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

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

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

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

.point_active_d-2, .point_active_a-2 {
  background-color: var(--bp-tyrkys);
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

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

.html-embed-3.mensi {
  flex: none;
  align-self: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  text-transform: capitalize;
  background-color: #c8c8c800;
  flex-flow: column;
  align-items: flex-start;
  height: 90%;
  margin-top: 80px;
  margin-left: 0;
  margin-right: auto;
  font-weight: 300;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.logo_view-2 {
  background-color: var(--white-smoke-2);
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 730px;
  margin-bottom: 0;
  padding-top: 15%;
  padding-bottom: 15%;
  display: flex;
  overflow: hidden;
}

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

.velikost_point-2 {
  border: 1px solid var(--bp-tyrkys);
  background-color: var(--white);
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

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

.point_active_b-2 {
  background-color: var(--bp-tyrkys);
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

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

.font_view-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 15% 2%;
  font-family: Switzer Complete;
  font-weight: 100;
  display: flex;
  overflow: hidden;
}

.font_view-2.pikto {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.point_active_c-2 {
  background-color: var(--bp-tyrkys);
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.mask-7 {
  width: 100%;
}

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

.prepinac_skala-2 {
  background-color: var(--pernerka);
  justify-content: space-between;
  align-items: center;
  width: 23%;
  height: 1px;
  display: flex;
  position: absolute;
}

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

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

.button-2.down_button {
  background-color: var(--pernerka);
  outline-color: var(--pernerka);
  outline-offset: 0px;
  color: var(--white);
  mix-blend-mode: normal;
  border-radius: 200px;
  outline-width: 0;
  outline-style: solid;
  margin-right: auto;
  font-weight: 500;
}

.button-2.down_button:hover {
  background-color: var(--cerna);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.tab_link_top-2 {
  color: #898a8a;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ddd0;
  border: 1px #898a8a;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
}

.tab_link_top-2:hover {
  color: #000;
  background-color: #9c9c9c00;
  border-style: none;
  text-decoration: none;
}

.tab_link_top-2.w--current {
  border: 1px solid var(--cerna);
  color: var(--cerna);
  background-color: #0000;
}

.tab_link_top-2.w--current:active {
  border-style: none;
  border-color: #000;
}

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

.tab_link_top-2.prava {
  border-style: none;
}

.tab_link_top-2.prava:hover {
  border-color: var(--cerna);
  color: var(--cerna);
  text-decoration: none;
}

.tab_link_top-2.prava:active {
  border-color: var(--cerna);
}

.tab_link_top-2.prava.w--current {
  border-style: none;
}

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

.tab_link_top-2.leva:hover {
  border-color: var(--cerna);
  color: var(--cerna);
}

.tab_link_top-2.leva:active {
  border-color: var(--cerna);
}

.tab_link_top-2.leva.w--current {
  border-style: none;
}

.tab_link_top-2.leva.w--current:hover {
  border-color: var(--cerna);
  color: var(--cerna);
}

.hodnota_active_c-2 {
  color: var(--pernerka);
  text-align: center;
  -webkit-text-stroke-color: #ff01a1;
  cursor: pointer;
  width: 70px;
  margin-top: 20px;
  margin-left: -27.5px;
  padding: 0 10px 5px;
  font-size: 16px;
}

.h3_podtitul {
  border-top: 1px none var(--cerna);
  text-transform: none;
  border-bottom: 1px #fff;
  margin-top: 1.6em;
  margin-bottom: 20px;
  padding-top: .1em;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: .8em;
}

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

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

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

.ukazka_pisma-2.bold {
  font-family: Zodiak Complete, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 65px;
}

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

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

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

.slide-nav-2 {
  z-index: 1000000;
  inset: auto 0% 0%;
}

.central-2 {
  text-align: center;
  align-self: center;
  font-family: Switzer Complete;
  font-size: 3em;
}

.central-2.switzer {
  font-family: Switzer Variable, Arial, sans-serif;
}

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

.tab_link-2:hover {
  color: var(--tmavsi-seda);
}

.tab_link-2.w--current {
  color: #3f3e3f;
  -webkit-text-stroke-color: #3f3e3f;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

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

.linka--seda {
  background-color: var(--dim-grey);
  color: var(--stredni-seda);
  width: 50px;
  height: 2px;
  margin: 20px 0 15px;
}

.link {
  font-weight: 400;
  text-decoration: underline;
}

.link:hover {
  color: var(--bp-clicked);
}

.image {
  max-width: 100%;
}

.div-block {
  justify-content: center;
  align-items: center;
  max-height: 730px;
  display: flex;
}

.img_full {
  object-fit: cover;
  flex: none;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
}

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

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

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

.barva_swatch.stin_in {
  width: 150px;
  height: 150px;
  box-shadow: inset 0 0 8px #0003;
}

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

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

.barva_swatch.stin_in.stribrna {
  background-image: url('../images/stribro.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
}

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

.homepage_img_div {
  background-color: var(--white-smoke-2);
  color: #000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 730px;
  margin-bottom: 0;
  padding-top: 15%;
  padding-bottom: 15%;
  display: flex;
  overflow: hidden;
}

.video_div {
  width: 100%;
}

.link-2 {
  color: var(--blue-violet);
}

.segoe_title {
  font-family: Zodiak Complete, Times New Roman, sans-serif;
}

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

.hlavni-nadpis {
  color: #fff;
  letter-spacing: -.03em;
  background-color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 10em;
  font-weight: 400;
}

.h2-nadpis {
  letter-spacing: -.05em;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px #000;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 9em;
  font-weight: 400;
}

.budova_img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.budova_img.body_img {
  background-image: url('../images/konstrukce.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  height: 700px;
  position: relative;
}

.budova_img.body_img.baw {
  background-image: url('../images/linky.svg');
}

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

.ukazka_zodiak.normal {
  font-family: Zodiak Complete, Times New Roman, sans-serif;
  font-size: 45px;
  line-height: 65px;
}

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

.ukazka_switzer.bold {
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 65px;
}

.hlavni_podtitul {
  color: var(--white);
  letter-spacing: .5px;
  background-color: #000;
  border-top: 2px #fff;
  border-bottom: 1px #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

.popis_foto {
  color: var(--cerna);
  text-align: right;
  letter-spacing: 0;
  word-break: normal;
  background-image: url('../images/sipka_sikmo_nahoru.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-top: 25px;
  padding-right: 50px;
  font-family: Zodiak Complete, Times New Roman, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
}

.h5_popisek {
  letter-spacing: 0;
  background-image: url('../images/Sikmy_tvar_zkraceny.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding-left: 1.2em;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.hero_section {
  z-index: 10000;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #000;
  background-image: url('../images/Sikma_grid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  width: 60vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25vh;
}

.div-block-5 {
  background-image: url('../images/Sikmy_tvar_zkraceny.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-bottom-style: solid;
  width: 100%;
  height: 2.6em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.menu_polozka {
  color: var(--cerna);
  margin-bottom: 15px;
  display: flex;
}

.link-block {
  color: var(--cerna);
  text-decoration: none;
}

.link-block:hover {
  color: var(--tmavsi-seda);
}

.link-block.w--current {
  text-decoration: none;
}

.tab_new {
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab_new:hover {
  color: var(--white);
  background-color: #000;
  text-decoration: none;
}

.tab_new.w--current {
  background-color: var(--cerna);
  color: #fff;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.navbar-3 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd0;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  display: block;
  position: fixed;
  inset: 0% auto 0% 4%;
}

.patterns {
  width: 100%;
  padding-top: 12em;
  padding-bottom: 12em;
}

.grid-image {
  width: 22%;
}

.flex-block {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
}

@media screen and (max-width: 991px) {
  .grandparent_div {
    width: 100vw;
    margin-left: 0%;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper {
    margin-top: 20px;
  }

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

  .puntik_menu {
    margin-left: 0;
    display: none;
  }

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

  .nav_item:hover {
    color: var(--white);
  }

  .nav_item:focus {
    color: var(--white);
    text-decoration: underline;
  }

  .mezera_velka {
    height: 1px;
  }

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

  .hlaf_wrapper {
    width: 100%;
  }

  .flex_horizontal_div {
    flex-direction: column;
  }

  .shrnuti_list {
    width: 100%;
  }

  .columns {
    flex-direction: column;
    width: 100vw;
    min-width: 700px;
    max-width: none;
  }

  .foto_height_200, .foto_height_200.zf_1 {
    height: 300px;
  }

  .logo_top {
    height: 100%;
  }

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

  .konstrukce_height.seda_uvod, .konstrukce_height.patt_ex, .konstrukce_height.wine {
    height: 550px;
  }

  .prepinac_active {
    width: 40%;
  }

  .brand-2 {
    position: static;
  }

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

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

  .brand-4 {
    height: 90px;
  }

  .brand-5 {
    height: 80px;
  }

  .brand-6 {
    height: 70px;
  }

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

  .brand-8 {
    display: none;
  }

  .column_centered {
    flex-flow: wrap;
    display: block;
  }

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

  .nav-menu-2 {
    z-index: 1000;
    background-color: var(--cerna);
    color: var(--stredni-seda);
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 90px;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% auto;
    overflow: scroll;
  }

  .prepinac_skala-2 {
    width: 40%;
  }

  .h3_podtitul {
    font-size: 3.5em;
  }

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

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

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

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

  .barva_swatch.stin_in.stribrna {
    width: 90px;
    height: 90px;
  }

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

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

  .h2-nadpis {
    margin-bottom: 10px;
  }

  .budova_img.body_img {
    height: 550px;
  }

  .ukazka_zodiak.normal, .ukazka_switzer.bold {
    font-size: 25px;
    line-height: 35px;
  }

  .hlavni_podtitul {
    font-size: 3.5em;
  }

  .div-block-4 {
    width: 90vw;
    padding-top: 15vh;
  }

  .menu_polozka {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
  }

  .link-block, .link-block:hover {
    color: var(--white);
  }

  .link-block.w--current {
    text-decoration: underline;
  }

  .container-3 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 0;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .navbar-3 {
    z-index: 100000;
    object-fit: fill;
    flex: 0 auto;
    width: 100vw;
    position: fixed;
    bottom: auto;
    left: 0%;
  }

  .patterns {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .menu-button-3 {
    background-color: #000;
    position: relative;
  }

  .menu-button-3.w--open {
    background-color: #000;
  }

  .grid-image {
    width: 44%;
    margin: 2%;
    overflow: clip;
  }

  .flex-block {
    flex-flow: wrap;
    align-content: space-around;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .grandparent_div {
    margin-bottom: 790px;
    padding-top: 122px;
  }

  .wrapper {
    padding-top: 0;
  }

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

  .puntik_menu {
    z-index: 10000000;
    opacity: 1;
    color: var(--white);
    margin-left: 100px;
    position: absolute;
  }

  .puntik_menu.w--current {
    opacity: 100;
  }

  .nav_item {
    font-size: 32px;
  }

  .nav_item:hover, .nav_item:active, .nav_item:focus {
    color: var(--white);
  }

  .mezera_velka {
    height: 30px;
  }

  .footer_div {
    width: auto;
  }

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

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

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

  .wrapper-footer {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .flex_horizontal_div {
    flex-direction: column;
  }

  .foto_height, .foto_height.foto_1_bckg {
    height: 300px;
  }

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

  .shrnuti_bod {
    line-height: 45px;
  }

  .shrnuti_list {
    width: 100%;
  }

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

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

  .picture_wrapper_100.poloviny {
    width: 100%;
  }

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

  .foto_height_200.tretina {
    height: 200px;
  }

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

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

  .logo_top {
    display: none;
  }

  .uvod_text {
    font-size: 1.3em;
    line-height: 1.3em;
  }

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

  .logo {
    min-width: 300px;
  }

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

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

  .ochranna_zona.pikto {
    overflow: clip;
  }

  .barevnost_sloupce {
    flex-direction: column;
  }

  .konstrukce_height.seda_uvod, .konstrukce_height.patt_ex, .konstrukce_height.wine {
    height: 300px;
  }

  .prepinac_active {
    width: 70%;
  }

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

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

  .brand-26 {
    height: 25px;
  }

  .column_centered {
    height: auto;
  }

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

  .layout_grid {
    margin-top: 70px;
  }

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

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

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

  .slider_aplikace {
    display: block;
  }

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

  .nav-menu-2 {
    color: var(--white);
    place-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
    position: absolute;
    inset: 0%;
    overflow: auto;
  }

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

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

  .font_view-2.pikto {
    overflow: auto;
  }

  .popis_foto-2 {
    width: 80%;
  }

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

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

  .prepinac_skala-2 {
    width: 70%;
  }

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

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

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

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

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

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

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

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

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

  .slider_layout_01 {
    display: block;
  }

  .hlavni-nadpis {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-nadpis {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 5em;
  }

  .budova_img {
    height: 400px;
  }

  .budova_img.body_img {
    height: 300px;
  }

  .ukazka_zodiak.normal, .ukazka_switzer.bold {
    font-size: 15px;
    line-height: 25px;
  }

  .hlavni_podtitul {
    margin-top: 10px;
    font-size: 2em;
    display: inline-block;
  }

  .h5_popisek {
    margin-bottom: 20px;
  }

  .hero_section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .menu_polozka {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 10%;
  }

  .link-block, .link-block:hover, .link-block:active {
    color: var(--white);
  }

  .link-block:focus, .link-block:visited {
    text-decoration: underline;
  }

  .navbar-3 {
    z-index: 10000;
    background-color: #000;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-button-3, .menu-button-3:focus {
    background-color: var(--cerna);
  }
}

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

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

  .wrapper {
    min-height: 350px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .mezera_velka {
    height: 1px;
  }

  .footer_div {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0%;
  }

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

  .hlaf_wrapper {
    margin-top: 20px;
  }

  .foto_height.foto_1_bckg, .foto_height.foto_6_bckg, .foto_height.foto_5_bckg, .foto_height.foto_2_bckg, .foto_height.foto_9_bckg, .foto_height.foto_10_bckg {
    height: 250px;
  }

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

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

  .picture_wrapper_100 {
    margin-bottom: 40px;
  }

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

  .foto_height_200, .foto_height_200.zf_1 {
    height: 250px;
  }

  .foto_height_200.tretina {
    height: 200px;
  }

  .popis_foto_110 {
    font-size: 16px;
  }

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

  .logo_top {
    display: none;
  }

  .uvod_text {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .uvod_text.perex {
    font-size: 1.7em;
    line-height: 1.4em;
  }

  .tabs {
    min-height: 500px;
  }

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

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

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

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

  .ochranna_zona {
    min-width: 300px;
  }

  .zu_img {
    min-width: 180px;
  }

  .min_vel {
    max-width: none;
  }

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

  .konstrukce_height, .konstrukce_height.seda_uvod {
    height: 200px;
  }

  .konstrukce_height.patt_ex, .konstrukce_height.wine {
    height: 300px;
  }

  .min_velikost_div {
    margin-bottom: 40px;
  }

  .prepinac_active {
    width: 90%;
  }

  .hodnota_active_d {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs-content_black {
    margin-bottom: 0;
  }

  .min_vel_symbol {
    max-width: none;
  }

  .vnitrni_link_text {
    font-size: 14px;
  }

  .allcaps_popisek {
    line-height: 25px;
  }

  .foto_height_400.light_grey {
    height: 320px;
  }

  .logo_mobil {
    width: auto;
    height: 25px;
    display: block;
  }

  .brand-8 {
    height: 25px;
  }

  .brand-9 {
    padding-left: 10px;
  }

  .brand-10 {
    padding-left: 11px;
  }

  .brand-12 {
    padding-left: 16px;
  }

  .brand-14 {
    padding-left: 8px;
  }

  .brand-16 {
    padding-left: 0;
  }

  .brand-18 {
    padding-left: 4px;
  }

  .heading {
    margin-top: 25px;
    font-size: 1.7em;
  }

  .vnitrni_link-2 {
    margin-top: 20px;
    font-size: 16px;
  }

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

  .layout_grid {
    margin-top: 40px;
  }

  .vnitrni_link-3 {
    margin-top: 20px;
    font-size: 16px;
  }

  .slide_sipka, .slide_spika {
    font-size: 15px;
  }

  .slider_aplikace {
    min-height: 250px;
    margin-top: 20px;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 70px;
    padding-left: 0%;
    inset: 0%;
  }

  .logo_view-2 {
    height: 350px;
  }

  .font_view-2 {
    height: 200px;
  }

  .popis_foto-2 {
    width: 85%;
    font-size: 14px;
    line-height: 20px;
  }

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

  .mask-7.margin_0, .mask-7.margin_0-copy {
    margin-top: 0;
  }

  .prepinac_skala-2 {
    width: 90%;
  }

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

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

  .h3_podtitul {
    margin-bottom: 0;
    font-size: 1.9em;
  }

  .ukazka_pisma-2.normal, .ukazka_pisma-2.bold {
    letter-spacing: 4px;
    font-size: 8px;
    line-height: 15px;
  }

  .slide-nav-2 {
    font-size: 6px;
    inset: auto 0% 0%;
  }

  .central-2 {
    align-self: flex-start;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 3em;
  }

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

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

  .titul_kategorie-2 {
    font-size: 3.5em;
    line-height: 1em;
  }

  .logo_view_ukazka {
    height: 350px;
  }

  .main-wrapper {
    padding-bottom: 0;
    position: relative;
  }

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

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

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

  .homepage_img_div {
    background-color: #0000;
    background-size: 150%;
    height: 350px;
  }

  .video_div {
    width: 100%;
    height: 200px;
  }

  .background-video {
    height: 200px;
  }

  .slider_layout_01 {
    min-height: 250px;
    margin-top: 20px;
  }

  .hlavni-nadpis {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 5.1em;
    line-height: 1.1em;
  }

  .h2-nadpis {
    font-size: 4em;
  }

  .budova_img {
    height: 200px;
  }

  .budova_img.body_img {
    height: 300px;
  }

  .budova_img.body_img.baw {
    background-size: 100%;
  }

  .ukazka_zodiak.normal, .ukazka_switzer.bold {
    letter-spacing: 4px;
    font-size: 8px;
    line-height: 15px;
  }

  .hlavni_podtitul {
    margin-bottom: 10px;
    font-size: 1.9em;
  }

  .popis_foto {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 10px;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 1.01em;
  }

  .h5_popisek {
    margin-bottom: 20px;
  }

  .hero_section {
    background-size: auto 40px;
  }

  .div-block-4 {
    padding-top: 10vh;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .navbar-3 {
    background-color: #0000;
    position: fixed;
  }
}


@font-face {
  font-family: 'Segoeui';
  src: url('../fonts/SEGOEUI.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak Complete';
  src: url('../fonts/Zodiak_Complete.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak Complete';
  src: url('../fonts/Zodiak_Complete.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer Variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2'), url('../fonts/Switzer-Variable.eot') format('embedded-opentype'), url('../fonts/Switzer-Variable.woff') format('woff'), url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}