@charset "UTF-8";
@import url("fonts.css");
@import url("old_style.css?v=1");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.clr {
  clear: both;
  float: none;
}

body {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
  width: 100%;
  height: auto;
  /* OLD CSS */
}
body.noScroll {
  overflow-y: hidden;
}
body header {
  position: relative;
}
body header .zarovnani {
  max-width: 1812px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 122px;
}
@media (max-width: 1050px) {
  body header .zarovnani {
    height: auto;
    width: 90%;
  }
}
body header .zarovnani .nav_logo {
  display: grid;
  grid-template-columns: 210px 1fr 66px;
  justify-items: center;
  height: 122px;
  align-content: center;
}
@media (max-width: 1050px) {
  body header .zarovnani .nav_logo {
    grid-template-columns: 210px 1fr;
    justify-items: end;
    height: 90px;
  }
}
body header .zarovnani .nav_logo #logo {
  display: block;
  width: 100%;
  height: 29px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 1050px) {
  body header .zarovnani .nav_logo nav {
    display: none;
  }
}
body header .zarovnani .nav_logo nav ul {
  list-style: none;
  text-align: center;
}
body header .zarovnani .nav_logo nav ul li {
  display: inline-block;
  margin-right: 55px;
}
@media (max-width: 1330px) {
  body header .zarovnani .nav_logo nav ul li {
    margin-right: 35px;
  }
}
@media (max-width: 1200px) {
  body header .zarovnani .nav_logo nav ul li {
    margin-right: 15px;
  }
}
body header .zarovnani .nav_logo nav ul li a {
  font-family: "Montserrat medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}
body header .zarovnani .nav_logo nav ul li a:hover::after, body header .zarovnani .nav_logo nav ul li a.active::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body header .zarovnani .nav_logo nav ul li:last-of-type {
  margin-right: 0px;
}
body header .zarovnani .nav_logo .icons {
  display: grid;
  grid-template-columns: 24px 24px;
  grid-gap: 18px;
}
@media (max-width: 1050px) {
  body header .zarovnani .nav_logo .icons {
    display: none;
  }
}
body header .zarovnani .nav_logo .icons .searching {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 500ms;
}
body header .zarovnani .nav_logo .icons .searching:hover {
  transform: scale(1.1) translateY(-5px);
}
body header .zarovnani .nav_logo .icons .favourites {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/heart.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 500ms;
}
body header .zarovnani .nav_logo .icons .favourites:hover {
  transform: scale(1.1) translateY(-5px);
}
body header .zarovnani .nav_logo #hamburger {
  display: none;
}
@media (max-width: 1050px) {
  body header .zarovnani .nav_logo #hamburger {
    display: block;
    width: 50px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }
  body header .zarovnani .nav_logo #hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white;
  }
  body header .zarovnani .nav_logo #hamburger span:nth-of-type(1) {
    top: 0px;
  }
  body header .zarovnani .nav_logo #hamburger span:nth-of-type(2) {
    top: 15px;
  }
  body header .zarovnani .nav_logo #hamburger span:nth-of-type(3) {
    top: 30px;
  }
}
body header .zarovnani .form_searching {
  position: absolute;
  right: 0px;
  top: 70px;
  width: 400px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.25);
  display: none;
}
body header .zarovnani .form_searching form {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 0px;
}
body header .zarovnani .form_searching form input[type=text] {
  width: 100%;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
  padding-left: 10px;
}
body header .zarovnani .form_searching form input[type=text]::-moz-placeholder {
  font-family: "Montserrat light";
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}
body header .zarovnani .form_searching form input[type=text]::placeholder {
  font-family: "Montserrat light";
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}
body header .zarovnani .form_searching form input[type=submit] {
  background-color: #000;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 500ms;
}
body header .zarovnani .form_searching form input[type=submit]:hover {
  background-color: white;
  color: #000;
}
body header.smartim_preview {
  height: 1015px;
}
@media (max-width: 1300px) {
  body header.smartim_preview {
    height: 715px;
  }
}
@media (max-width: 930px) {
  body header.smartim_preview {
    height: 500px;
  }
}
body header.smartim_preview .zarovnani {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
body header.smartim_preview .smartim_preview_carousel {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets {
  position: absolute;
  width: 16px;
  right: 44px;
  display: grid;
  grid-row-gap: 8px;
  align-items: center;
  z-index: 300;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p1 {
  height: 32px;
  top: calc(50% - 16px);
  grid-template-rows: 16px;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p2 {
  height: 40px;
  top: calc(50% - 20px);
  grid-template-rows: repeat(2, 16px);
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p3 {
  height: 64px;
  top: calc(50% - 32px);
  grid-template-rows: repeat(3, 16px);
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p4 {
  height: 88px;
  top: calc(50% - 44px);
  grid-template-rows: repeat(4, 16px);
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p5 {
  height: 112px;
  top: calc(50% - 56px);
  grid-template-rows: repeat(5, 16px);
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p6 {
  height: 136px;
  top: calc(50% - 68px);
  grid-template-rows: repeat(6, 16px);
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p7 {
  height: 160px;
  top: calc(50% - 80px);
  grid-template-rows: repeat(7, 16px);
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets.p8 {
  height: 184px;
  top: calc(50% - 92px);
  grid-template-rows: repeat(8, 16px);
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets .page {
  display: block;
  width: 16px;
  height: 16px;
  border: solid 1px #787878;
  border-radius: 100%;
  transition: 500ms;
  cursor: pointer;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets .page:hover, body header.smartim_preview .smartim_preview_carousel .smartim_preview_bullets .page.active {
  border: solid 1px white;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits {
  overflow: hidden;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .image_gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../img/slider_gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item {
  display: block;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content {
  position: absolute;
  z-index: 3;
  opacity: 0;
  bottom: -300px;
  left: 0px;
  transition: 900ms;
}
@media (max-width: 930px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content {
    bottom: -500px;
  }
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik {
  margin-left: 420px;
  margin-bottom: 143px;
  max-width: 820px;
}
@media (max-width: 1920px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik {
    margin-left: 232px;
    max-width: 820px;
  }
}
@media (max-width: 1300px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik {
    margin-left: 150px;
  }
}
@media (max-width: 1100px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik {
    margin-left: 60px;
  }
}
@media (max-width: 930px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik {
    margin-bottom: 100px;
  }
}
@media (max-width: 800px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik {
    margin-left: 20px;
    width: calc(100% - 20px - 80px);
  }
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik p {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #FFF;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik p.nadpis {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  letter-spacing: 5px;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 930px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik p {
    font-family: "Montserrat regular";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik p.nadpis {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 5px;
    color: #FFF;
  }
}
@media (max-width: 440px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik p.nadpis {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 5px;
    color: #FFF;
  }
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik a {
  display: inline-block;
  border: 1px solid #FFF;
  text-decoration: none;
  padding: 15px 72px;
  margin-top: 51px;
  margin-right: 28px;
  font-family: "Barlow medium";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #FFF;
  overflow: hidden;
  position: relative;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik a::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: white;
  left: -100%;
  top: 0px;
  transition: 500ms;
  content: "";
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik a:hover {
  color: black;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik a:hover::after {
  left: 0px;
}
@media (max-width: 930px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik a {
    padding: 10px 50px;
    margin-top: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 440px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .smartim_preview_content .wrappik a {
    margin-left: 0px;
    display: block;
    margin-top: 20px;
    width: auto;
    text-align: center;
    cursor: pointer;
  }
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .image_preview {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 500ms;
  opacity: 0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 1920px) {
  body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item .image_preview {
    background-size: cover;
  }
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item.loaded .smartim_preview_content {
  opacity: 0;
  bottom: -300px;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item.loaded .image_preview {
  opacity: 0;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item.active .smartim_preview_content {
  opacity: 1;
  bottom: 0px;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item.active .image_preview {
  opacity: 1;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item.last-active .smartim_preview_content {
  opacity: 0;
  bottom: -300px;
}
body header.smartim_preview .smartim_preview_carousel .smartim_preview_lits .smartim_preview_item.last-active .image_preview {
  opacity: 0;
}
body #menu_mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 500;
}
body #menu_mobile .wrap {
  width: 95%;
  max-width: 6000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
body #menu_mobile .wrap .close_menu {
  position: absolute;
  z-index: 501;
  width: 50px;
  height: 50px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  top: 10px;
  right: 20px;
}
body #menu_mobile .wrap ul {
  list-style: none;
  text-align: center;
  padding-top: 20px;
}
body #menu_mobile .wrap ul li a {
  font-family: "Montserrat medium";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  width: 100%;
  border-bottom: solid 1px #cfcfcf;
}
body #menu_mobile .wrap ul li a:hover {
  background-color: #ededed;
}
@media (max-width: 440px) {
  body #menu_mobile .wrap ul li a {
    font-family: "Montserrat medium";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #000;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
body #menu_mobile .wrap .icons {
  display: grid;
  grid-template-columns: 48px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 48px;
}
body #menu_mobile .wrap .icons .favourites {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("../img/heart_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 500ms;
}
body #menu_mobile .wrap .icons .favourites:hover {
  transform: scale(1.1);
}
body #menu_mobile .wrap .form_searching_mobile {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: 18px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 440px) {
  body #menu_mobile .wrap .form_searching_mobile {
    width: 100%;
  }
}
body #menu_mobile .wrap .form_searching_mobile form {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 0px;
}
body #menu_mobile .wrap .form_searching_mobile form input[type=text] {
  width: 100%;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
  padding-left: 10px;
}
body #menu_mobile .wrap .form_searching_mobile form input[type=text]::-moz-placeholder {
  font-family: "Montserrat light";
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}
body #menu_mobile .wrap .form_searching_mobile form input[type=text]::placeholder {
  font-family: "Montserrat light";
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}
body #menu_mobile .wrap .form_searching_mobile form input[type=submit] {
  background-color: #000;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 500ms;
}
body #menu_mobile .wrap .form_searching_mobile form input[type=submit]:hover {
  background-color: white;
  color: #000;
}
@media (max-width: 440px) {
  body #menu_mobile .wrap .form_searching_mobile form input[type=submit] {
    font-family: "Montserrat regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #fff;
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy {
  position: relative;
  width: 100%;
  height: 582px;
}
@media (max-width: 1400px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy {
    height: 492px;
  }
}
@media (max-width: 1200px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy {
    height: 380px;
  }
}
@media (max-width: 1020px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy {
    height: 610px;
  }
}
@media (max-width: 520px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy {
    height: auto;
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani {
  position: relative;
  max-width: 1608px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute {
  position: absolute;
  z-index: 11;
  width: 100%;
}
@media (max-width: 520px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute {
    position: relative;
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative {
  position: relative;
  width: 100%;
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 28px;
  max-width: 1446px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  height: 373px;
}
@media (max-width: 1400px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    height: 320px;
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    height: 250px;
    margin-top: 30px;
    grid-gap: 10px;
  }
}
@media (max-width: 1020px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    grid-template-columns: repeat(2, 1fr);
    height: 500px;
    align-items: center;
    justify-items: center;
  }
}
@media (max-width: 520px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    height: auto;
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a {
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  align-items: center;
  justify-items: center;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: 500ms;
}
@media (max-width: 1080px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #FFF;
  }
}
@media (max-width: 520px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #FFF;
  }
}
@media (max-width: 1020px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a {
    max-width: 250px;
    height: 250px;
  }
}
@media (max-width: 520px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a {
    aspect-ratio: 1;
    height: auto;
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a div {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a span {
  transition: 500ms;
  display: block;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a i {
  display: block;
  height: 1px;
  width: 100%;
  max-width: 219px;
  background-color: #7E7E7E;
  margin-top: 6px;
  transition: 500ms;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 520px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a i {
    width: 100%;
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover {
  font-size: 34px;
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover span {
  transform: translateY(10px);
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover span i {
  transform: translateX(200%);
}
@media (max-width: 1080px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover {
    font-size: 32px;
  }
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover span {
    transform: translateY(10px);
  }
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover span i {
    transform: translateX(200%);
  }
}
@media (max-width: 520px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover {
    font-size: 24px;
  }
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover span {
    transform: translateY(10px);
  }
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho a:hover span i {
    transform: translateX(200%);
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
  width: 100%;
  height: 582px;
  border: 1px solid #C6C6C6;
  position: absolute;
  top: -78px;
  z-index: 10;
}
@media (max-width: 1400px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    top: -54px;
    height: 492px;
  }
}
@media (max-width: 1200px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    top: -40px;
    height: 380px;
  }
}
@media (max-width: 1020px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    height: 610px;
  }
}
@media (max-width: 600px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    display: none;
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek .text {
  position: absolute;
  z-index: 11;
  background-color: white;
  left: 78px;
  bottom: -18px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: #A3A3A3;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
}
@media (max-width: 1080px) {
  body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek .text {
    font-size: 0px;
    left: calc(50% - 65px);
  }
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek .text i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/k.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek .text i:nth-child(1) {
  margin-right: 17px;
  background-position-x: left;
}
body main .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek .text i:nth-child(2) {
  margin-left: 17px;
  background-position-x: right;
}
body main .formatuj_obsah .marginTop100px {
  margin-top: 103px;
  display: block;
  width: 100%;
  height: 1px;
}
@media (max-width: 950px) {
  body main .formatuj_obsah .marginTop100px {
    margin-top: 50px;
  }
}
body main .formatuj_obsah .panely.panel_info_obrazek {
  margin-top: 47px;
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani {
  max-width: 1439px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 800px;
  position: relative;
}
@media (max-width: 950px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani {
    height: auto;
  }
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 796px;
  height: 800px;
}
@media (max-width: 1380px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
    width: 700px;
  }
}
@media (max-width: 1340px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
    width: 500px;
  }
}
@media (max-width: 1270px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
    width: 700px;
    background-position-x: left;
  }
}
@media (max-width: 1150px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
    width: 600px;
  }
}
@media (max-width: 950px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
    position: relative;
    width: 100%;
    height: 600px;
    background-position-y: top;
  }
}
@media (max-width: 540px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
    height: 500px;
  }
}
@media (max-width: 450px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obrazek {
    height: 400px;
  }
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah {
  position: absolute;
  z-index: 1;
  width: 826px;
  margin-top: 167px;
  left: 0px;
  background: #F9F9F9;
  box-shadow: 10px 10px 17.8px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1270px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah {
    width: 700px;
    margin-top: 100px;
  }
}
@media (max-width: 1150px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah {
    width: 700px;
    margin-top: 0px;
    height: 100%;
  }
}
@media (max-width: 1060px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah {
    width: 600px;
  }
}
@media (max-width: 950px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah {
    position: relative;
    width: 100%;
    height: auto;
  }
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap {
  padding: 85px 100px 94px 85px;
}
@media (max-width: 1060px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap {
    padding: 70px 20px;
  }
}
@media (max-width: 500px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap {
    padding: 30px 20px;
  }
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  max-width: 572px;
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap p {
  font-family: "Montserrat medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
  padding-top: 25px;
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap .grid_4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 22px;
  grid-column-gap: 45px;
  margin-top: 48px;
}
@media (max-width: 620px) {
  body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap .grid_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap .grid_4 .item {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 21px;
  align-items: center;
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap .grid_4 .item .icon {
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: top;
  width: 100%;
  height: 100%;
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap .grid_4 .item .textik h3 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body main .formatuj_obsah .panely.panel_info_obrazek .zarovnani .obsah .wrap .grid_4 .item .textik p {
  padding-top: 4px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #666;
}
body main .formatuj_obsah .panely.panel_text_obrazek {
  margin-bottom: 80px;
}
@media (max-width: 920px) {
  body main .formatuj_obsah .panely.panel_text_obrazek {
    margin-bottom: 40px;
  }
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani {
  max-width: 1369px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah {
  min-height: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
}
@media (max-width: 920px) {
  body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah {
    grid-template-columns: 1fr;
  }
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
}
@media (max-width: 920px) {
  body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap {
    position: relative;
  }
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap .wrapp2 {
  background: #FAFAFA;
  max-width: 796px;
  padding: 66px 94px;
}
@media (max-width: 1190px) {
  body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap .wrapp2 {
    max-width: 500px;
    padding: 35px 40px;
  }
}
@media (max-width: 920px) {
  body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap .wrapp2 {
    max-width: 100%;
    width: 100%;
  }
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap .wrapp2 h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 25px;
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap .wrapp2 p {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap .wrapp2 p a {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obsah .wrap .wrapp2 p a:hover {
  text-decoration: none;
}
body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 800px;
  height: 550px;
  z-index: 0;
}
@media (max-width: 920px) {
  body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obrazek {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 640px) {
  body main .formatuj_obsah .panely.panel_text_obrazek .zarovnani .obrazek {
    height: 400px;
  }
}
body main .formatuj_obsah .panely.panel_text_obrazek.vpravo .zarovnani .obsah .wrap {
  right: 0px;
}
body main .formatuj_obsah .panely.panel_text_obrazek.vpravo .zarovnani .obrazek {
  right: initial;
  left: 0px;
}
body main .formatuj_obsah .panely.panel_4_obrazky {
  margin-top: 131px;
  height: 731px;
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 980px) {
  body main .formatuj_obsah .panely.panel_4_obrazky {
    height: auto;
  }
}
@media (max-width: 780px) {
  body main .formatuj_obsah .panely.panel_4_obrazky {
    background-position-x: 55%;
  }
}
@media (max-width: 600px) {
  body main .formatuj_obsah .panely.panel_4_obrazky {
    background-position-x: 57%;
  }
}
@media (max-width: 500px) {
  body main .formatuj_obsah .panely.panel_4_obrazky {
    margin-top: 40px;
  }
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 980px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 780px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item {
  width: calc(100% - 1px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  display: grid;
  align-content: end;
  padding-bottom: 138px;
  padding-left: 129px;
  padding-right: 96px;
}
@media (max-width: 780px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item {
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item:nth-child(1) {
  padding-left: 103px;
}
@media (max-width: 980px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item:nth-child(1) {
    grid-column: span 3;
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
@media (max-width: 780px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item:nth-child(1) {
    grid-column: span 1;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 1600px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item {
    padding-left: 70px;
    padding-right: 50px;
  }
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item:nth-child(1) {
    padding-left: 50px;
  }
}
@media (max-width: 1380px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item {
    padding-left: 30px;
    padding-right: 20px;
  }
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item:nth-child(1) {
    padding-left: 20px;
  }
}
@media (max-width: 1150px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item {
    padding-left: 20px;
    padding-right: 10px;
  }
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item:nth-child(1) {
    padding-left: 10px;
  }
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item h2 {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 47px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #FFF;
  padding-bottom: 44px;
  max-width: 280px;
}
@media (max-width: 600px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item h2 {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #FFF;
    padding-bottom: 30px;
  }
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item h3 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #FFF;
  padding-bottom: 19px;
}
@media (max-width: 600px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item h3 {
    font-family: "Montserrat bold";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #FFF;
    padding-bottom: 10px;
  }
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item a.cta {
  border: 2px solid #FFF;
  width: 181px;
  height: 45px;
  display: block;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 41px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 5px;
  transition: 500ms;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item a.cta i {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 5px;
  background-image: url("../img/cta_arrow_white_to_right.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item a.cta:hover {
  background-color: #000;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item a.vice {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #BDBDBD;
  display: block;
  text-decoration: none;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item a.vice span {
  text-decoration: underline;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item a.vice:hover span {
  text-decoration: none;
}
@media (max-width: 600px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item a.vice {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #BDBDBD;
  }
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item p {
  max-width: 222px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #BDBDBD;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item p.nadpis {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 41px;
  letter-spacing: 0px;
  color: #7A7A7A;
  padding-bottom: 13px;
}
body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item p.cislo {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #7A7A7A;
  padding-bottom: 9px;
}
@media (max-width: 600px) {
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item p {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #BDBDBD;
    max-width: 100%;
  }
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item p.nadpis {
    font-family: "Montserrat bold";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #7A7A7A;
    padding-bottom: 13px;
  }
  body main .formatuj_obsah .panely.panel_4_obrazky .stin .big_grid_4 .item p.cislo {
    font-family: "Montserrat bold";
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #7A7A7A;
    padding-bottom: 9px;
  }
}
body main .formatuj_obsah .showroom_panel .zarovnani {
  max-width: 1217px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 617px 1fr;
  grid-gap: 125px;
  margin-top: 130px;
}
@media (max-width: 1180px) {
  body main .formatuj_obsah .showroom_panel .zarovnani {
    grid-template-columns: 600px 1fr;
    grid-gap: 70px;
  }
}
@media (max-width: 1060px) {
  body main .formatuj_obsah .showroom_panel .zarovnani {
    grid-template-columns: 500px 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 920px) {
  body main .formatuj_obsah .showroom_panel .zarovnani {
    grid-template-columns: 400px 1fr;
  }
}
@media (max-width: 810px) {
  body main .formatuj_obsah .showroom_panel .zarovnani {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  body main .formatuj_obsah .showroom_panel .zarovnani {
    margin-top: 40px;
  }
}
body main .formatuj_obsah .showroom_panel .zarovnani .obrazek {
  background-image: url("../temp/showroom.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  height: 397px;
}
@media (max-width: 810px) {
  body main .formatuj_obsah .showroom_panel .zarovnani .obrazek {
    max-width: 617px;
    height: auto;
    aspect-ratio: 1.55;
    margin-left: auto;
    margin-right: auto;
  }
}
body main .formatuj_obsah .showroom_panel .zarovnani .obsah h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  padding-top: 62px;
}
@media (max-width: 1060px) {
  body main .formatuj_obsah .showroom_panel .zarovnani .obsah h2 {
    padding-top: 30px;
  }
}
@media (max-width: 810px) {
  body main .formatuj_obsah .showroom_panel .zarovnani .obsah h2 {
    text-align: center;
  }
}
body main .formatuj_obsah .showroom_panel .zarovnani .obsah p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
  padding-top: 16px;
}
@media (max-width: 810px) {
  body main .formatuj_obsah .showroom_panel .zarovnani .obsah p {
    text-align: center;
  }
}
body main .formatuj_obsah .showroom_panel .zarovnani .obsah a {
  display: block;
  cursor: pointer;
  width: 212px;
  height: 45px;
  border: solid 2px black;
  margin-top: 32px;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 41px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  text-decoration: none;
  transition: 500ms;
}
body main .formatuj_obsah .showroom_panel .zarovnani .obsah a:hover {
  background-color: white;
  color: black;
}
@media (max-width: 810px) {
  body main .formatuj_obsah .showroom_panel .zarovnani .obsah a {
    margin-left: auto;
    margin-right: auto;
  }
}
body main .formatuj_obsah .reference {
  margin-top: 164px;
}
@media (max-width: 500px) {
  body main .formatuj_obsah .reference {
    margin-top: 40px;
  }
}
body main .formatuj_obsah .reference.jednoduche_reference {
  margin-top: 20px;
  margin-bottom: 80px;
}
body main .formatuj_obsah .reference.jednoduche_reference .reference_vypis .referencies {
  margin-top: 40px;
}
body main .formatuj_obsah .reference .nadpis {
  position: relative;
  max-width: 618px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 0px;
  font-size: 0px;
}
body main .formatuj_obsah .reference .nadpis::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
  left: 0px;
  top: 17px;
  z-index: -1;
}
body main .formatuj_obsah .reference .nadpis h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #979797;
  text-transform: uppercase;
  display: inline-block;
  background-color: white;
  vertical-align: middle;
}
body main .formatuj_obsah .reference .nadpis i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/k.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  background-color: white;
}
body main .formatuj_obsah .reference .nadpis i:nth-child(1) {
  padding-right: 80px;
  background-position-x: left;
}
@media (max-width: 540px) {
  body main .formatuj_obsah .reference .nadpis i:nth-child(1) {
    padding-right: 30px;
  }
}
body main .formatuj_obsah .reference .nadpis i:nth-child(3) {
  padding-left: 80px;
  background-position-x: right;
}
@media (max-width: 540px) {
  body main .formatuj_obsah .reference .nadpis i:nth-child(3) {
    padding-left: 30px;
  }
}
body main .formatuj_obsah .reference h3 {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  padding-top: 44px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  body main .formatuj_obsah .reference h3 {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #000;
    padding-top: 30px;
  }
}
body main .formatuj_obsah .reference .film_fotek {
  max-width: 1711px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 12px;
  margin-top: 62px;
}
@media (max-width: 750px) {
  body main .formatuj_obsah .reference .film_fotek {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  body main .formatuj_obsah .reference .film_fotek {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  body main .formatuj_obsah .reference .film_fotek {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main .formatuj_obsah .reference .film_fotek a {
  background-color: #000;
  width: 100%;
  aspect-ratio: 1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: grid;
  align-items: center;
  justify-items: center;
}
body main .formatuj_obsah .reference .film_fotek a img {
  display: none;
}
body main .formatuj_obsah .reference .film_fotek a i {
  width: 15px;
  height: 29px;
  display: block;
  background-image: url("../img/big_arrow_white_to_right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
body main .formatuj_obsah .reference .film_fotek a:hover i {
  transform: scale(1.3) translateX(10px);
}
body main .formatuj_obsah .reference .reference_vypis .referencies {
  margin-top: 130px;
  position: relative;
  width: 94%;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 11px 1fr 11px;
  grid-gap: 144px;
  align-items: center;
}
@media (max-width: 1060px) {
  body main .formatuj_obsah .reference .reference_vypis .referencies {
    grid-gap: 100px;
  }
}
@media (max-width: 750px) {
  body main .formatuj_obsah .reference .reference_vypis .referencies {
    grid-gap: 50px;
  }
}
@media (max-width: 630px) {
  body main .formatuj_obsah .reference .reference_vypis .referencies {
    grid-gap: 10px;
    margin-top: 40px;
  }
}
body main .formatuj_obsah .reference .reference_vypis .referencies .navigation_ref_left {
  width: 11px;
  height: 22px;
  display: block;
  cursor: pointer;
  background-image: url("../img/arrow_gray_to_left.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 100px;
}
body main .formatuj_obsah .reference .reference_vypis .referencies .navigation_ref_right {
  width: 11px;
  height: 22px;
  display: block;
  cursor: pointer;
  background-image: url("../img/arrow_gray_to_right.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 100px;
}
body main .formatuj_obsah .reference .reference_vypis .referencies .ref {
  display: none;
  position: relative;
  background-color: white;
}
body main .formatuj_obsah .reference .reference_vypis .referencies .ref.active {
  display: block;
}
body main .formatuj_obsah .reference .reference_vypis .referencies .ref::after {
  position: absolute;
  content: "”";
  right: 0px;
  top: 130px;
  font-size: 76px;
  font-family: "Montserrat bold";
  color: #C6C6C6;
}
body main .formatuj_obsah .reference .reference_vypis .referencies .ref::before {
  position: absolute;
  content: "“";
  left: 0px;
  top: 20px;
  font-size: 76px;
  font-family: "Montserrat bold";
  color: #C6C6C6;
}
body main .formatuj_obsah .reference .reference_vypis .referencies .ref h4 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #424242;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 1060px) {
  body main .formatuj_obsah .reference .reference_vypis .referencies .ref h4 {
    max-width: calc(100% - 40px - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
body main .formatuj_obsah .reference .reference_vypis .referencies .ref p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
  text-align: center;
  max-width: 487px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1060px) {
  body main .formatuj_obsah .reference .reference_vypis .referencies .ref p {
    max-width: calc(100% - 40px - 40px);
  }
}
body main .formatuj_obsah .reference .reference_vypis .referencies .ref .img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
body main .formatuj_obsah .clanky {
  margin-top: 164px;
}
@media (max-width: 500px) {
  body main .formatuj_obsah .clanky {
    margin-top: 60px;
  }
}
body main .formatuj_obsah .clanky .zarovnani {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .formatuj_obsah .clanky .zarovnani h1, body main .formatuj_obsah .clanky .zarovnani h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
body main .formatuj_obsah .clanky .zarovnani .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 126px;
  grid-row-gap: 61px;
  margin-top: 84px;
  margin-bottom: 93px;
}
@media (max-width: 980px) {
  body main .formatuj_obsah .clanky .zarovnani .wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 860px) {
  body main .formatuj_obsah .clanky .zarovnani .wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 740px) {
  body main .formatuj_obsah .clanky .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 600px) {
  body main .formatuj_obsah .clanky .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 500px) {
  body main .formatuj_obsah .clanky .zarovnani .wrap {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek .obrazek {
  position: relative;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  aspect-ratio: 1.53;
  transition: 500ms;
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek .obrazek .datum {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: white;
  font-family: "Barlow medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #000;
  padding: 8px 12px;
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek .obrazek:hover {
  background-size: 120%;
  background-position-x: 2px;
  background-position-y: 2px;
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek h3 {
  margin-top: 16px;
  min-height: 75px;
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek h3 a {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
  text-decoration: none;
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek .popisek {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.367px;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 13px;
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek .info {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.367px;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 13px;
}
body main .formatuj_obsah .clanky .zarovnani .wrap .clanek .info a {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.367px;
  color: rgba(0, 0, 0, 0.7);
}
body main .formatuj_obsah .clanky .zarovnani .paginator {
  text-align: center;
  padding-bottom: 30px;
}
body main .formatuj_obsah .clanky .zarovnani .paginator a {
  display: inline-block;
  padding: 10px;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
body main .formatuj_obsah .clanky .zarovnani .paginator a.active, body main .formatuj_obsah .clanky .zarovnani .paginator a:hover {
  text-decoration: underline;
}
body main .formatuj_obsah .clanky .zarovnani a.vsechny_clanky {
  display: block;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #929292;
  text-decoration: none;
}
body main .formatuj_obsah .clanky .zarovnani a.vsechny_clanky i {
  display: inline-block;
  width: 11px;
  height: 22px;
  background-image: url("../img/arrow_gray_to_right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  margin-left: 20px;
  transition: 500ms;
}
body main .formatuj_obsah .clanky .zarovnani a.vsechny_clanky:hover i {
  margin-left: 23px;
}
body main .formatuj_obsah .sledujte_nas {
  margin-top: 146px;
}
@media (max-width: 500px) {
  body main .formatuj_obsah .sledujte_nas {
    margin-top: 60px;
  }
}
body main .formatuj_obsah .sledujte_nas .zarovnani {
  max-width: 1712px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .nadpis_share {
  display: grid;
  grid-template-columns: 1fr 24px 11px;
  grid-gap: 16px;
  justify-items: center;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .nadpis_share h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .nadpis_share .insta {
  display: block;
  background-image: url("../img/instagram_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 24px;
  transition: 500ms;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .nadpis_share .insta:hover {
  transform: scale(1.1);
}
body main .formatuj_obsah .sledujte_nas .zarovnani .nadpis_share .facebook {
  display: block;
  background-image: url("../img/facebook_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 24px;
  transition: 500ms;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .nadpis_share .facebook:hover {
  transform: scale(1.1);
}
body main .formatuj_obsah .sledujte_nas .zarovnani .wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  margin-top: 44px;
}
@media (max-width: 600px) {
  body main .formatuj_obsah .sledujte_nas .zarovnani .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
body main .formatuj_obsah .sledujte_nas .zarovnani .wrap a {
  background-color: #000;
  width: 100%;
  aspect-ratio: 1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: grid;
  align-items: center;
  justify-items: center;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .wrap a img {
  display: none;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .wrap a i {
  width: 15px;
  height: 29px;
  display: block;
  background-image: url("../img/big_arrow_white_to_right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
body main .formatuj_obsah .sledujte_nas .zarovnani .wrap a:hover i {
  transform: scale(1.3) translateX(10px);
}
body main .formatuj_obsah .newsletter_novinky {
  background-color: #F1F1F1;
  width: 100%;
  margin-top: 119px;
}
@media (max-width: 500px) {
  body main .formatuj_obsah .newsletter_novinky {
    margin-top: 40px;
  }
}
body main .formatuj_obsah .newsletter_novinky .zarovnani {
  max-width: 541px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  padding-top: 67px;
  text-align: center;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form {
  width: 100%;
  margin-top: 55px;
  padding-bottom: 117px;
  display: grid;
  grid-template-columns: 1fr 176px;
  grid-gap: 2px;
  align-items: center;
}
@media (max-width: 500px) {
  body main .formatuj_obsah .newsletter_novinky .zarovnani form {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form input[type=mail] {
  width: 100%;
  height: 52px;
  outline: none;
  padding-left: 33px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form input[type=mail]::-moz-placeholder {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form input[type=mail]::placeholder {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form input[type=submit] {
  width: 100%;
  height: 45px;
  background-color: #000;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: 500ms;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form input[type=submit]:hover {
  background-color: white;
  color: black;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form .msg_newsletter {
  grid-column: span 2;
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  display: none;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form .msg_newsletter.nok {
  color: #f44336;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form .msg_newsletter.nok2 {
  color: #f44336;
}
body main .formatuj_obsah .newsletter_novinky .zarovnani form .msg_newsletter.ok {
  color: #4caf50;
}
@media (max-width: 500px) {
  body main .formatuj_obsah .newsletter_novinky .zarovnani form .msg_newsletter {
    grid-column: span 1;
  }
}
body footer {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 56px;
  position: relative;
}
body footer .zarovnani {
  max-width: 1026px;
  width: calc(100% - 160px);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 150px 180px repeat(2, 1fr) 150px;
  grid-gap: 80px;
  /*@media (max-width: 460px) {
      grid-template-columns: repeat(1, 1fr);
      justify-items: center;
  }*/
  /*@media (max-width: 460px) {
      & .menu1, & .menu2, & .menu3 {
          width: 100%;
          max-width: 200px;
      }
  }*/
}
@media (max-width: 1300px) {
  body footer .zarovnani {
    grid-gap: 50px;
  }
}
@media (max-width: 1050px) {
  body footer .zarovnani {
    grid-gap: 30px;
    max-width: 1026px;
    width: calc(100% - 100px);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
}
@media (max-width: 920px) {
  body footer .zarovnani {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  body footer .zarovnani {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
  }
}
@media (max-width: 460px) {
  body footer .zarovnani {
    max-width: 1026px;
    width: calc(100% - 50px);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
}
body footer .zarovnani .info1 {
  /*@media (max-width: 460px) {
      width: 100%;
      max-width: 200px;
  }*/
}
body footer .zarovnani .info1 .logo {
  display: block;
  width: 100px;
  height: 14px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .info1 p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #FFF;
  padding-top: 15px;
}
body footer .zarovnani .info1 .socky {
  display: grid;
  grid-template-columns: repeat(4, 16px);
  grid-gap: 8px;
  margin-top: 33px;
}
body footer .zarovnani .info1 .socky a {
  display: block;
  width: 100%;
  height: 16px;
  transition: 500ms;
}
body footer .zarovnani .info1 .socky a.facebook {
  background-image: url("../img/facebook_small.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .info1 .socky a.instagram {
  background-image: url("../img/instagram_small.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .info1 .socky a.youtube {
  background-image: url("../img/youtube_small.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .info1 .socky a.xsite {
  background-image: url("../img/twitter_small.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .info1 .socky a:hover {
  transform: scale(1.1);
}
@media (max-width: 620px) {
  body footer .zarovnani .info1 {
    grid-column: span 6;
    padding-bottom: 20px;
  }
}
body footer .zarovnani .info2 {
  /*@media (max-width: 460px) {
      width: 100%;
      max-width: 200px;
      padding-top: 20px;
  }*/
}
body footer .zarovnani .info2 p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #FFF;
  padding-top: 23px;
  max-width: 135px;
}
body footer .zarovnani .info2 p:nth-child(3) {
  padding-top: 10px;
  line-height: 25px;
}
body footer .zarovnani .info2 p strong {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #FFF;
}
body footer .zarovnani .info2 p a {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #FFF;
}
body footer .zarovnani .info2 p a:hover {
  text-decoration: none;
}
body footer .zarovnani .info2 p a:nth-of-type(1), body footer .zarovnani .info2 p a:nth-of-type(2) {
  text-decoration: none;
}
body footer .zarovnani .info2 p a:nth-of-type(1):hover, body footer .zarovnani .info2 p a:nth-of-type(2):hover {
  text-decoration: underline;
}
@media (max-width: 920px) {
  body footer .zarovnani .info2 {
    grid-column: span 2;
  }
}
@media (max-width: 620px) {
  body footer .zarovnani .info2 {
    grid-column: span 3;
  }
}
body footer .zarovnani h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 18px;
}
body footer .zarovnani h2::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
body footer .zarovnani ul {
  list-style: none;
  margin-left: 0px;
  margin-top: 23px;
}
body footer .zarovnani ul li {
  margin-bottom: 13px;
}
body footer .zarovnani ul li a {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: block;
}
body footer .zarovnani ul li a:hover {
  text-decoration: underline;
  color: white;
}
@media (max-width: 620px) {
  body footer .zarovnani .menu1, body footer .zarovnani .menu2, body footer .zarovnani .menu3 {
    grid-column: span 3;
    margin-top: 20px;
  }
}
body footer .to_up {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  border: solid 1px white;
  right: 40px;
  top: 51px;
}
body footer .to_up i {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../img/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
body footer .to_up:hover i {
  background-position-y: 5px;
}
@media (max-width: 1050px) {
  body footer .to_up {
    right: 10px;
  }
}
body.podstrana header {
  height: 122px;
  background-color: black;
}
body.podstrana header.full {
  height: 982px;
}
@media (max-width: 920px) {
  body.podstrana header.full {
    height: 1122px;
  }
}
@media (max-width: 745px) {
  body.podstrana header.full {
    height: 890px;
  }
}
@media (max-width: 500px) {
  body.podstrana header.full {
    height: auto;
  }
}
body.podstrana header .static_image {
  overflow: hidden;
  width: 100%;
  height: 860px;
  position: relative;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position-x: center;
  background-position-y: center;
  display: block;
}
@media (max-width: 1920px) {
  body.podstrana header .static_image {
    background-size: cover;
  }
}
@media (max-width: 920px) {
  body.podstrana header .static_image {
    height: 1000px;
    background-position-y: top;
  }
}
@media (max-width: 745px) {
  body.podstrana header .static_image {
    background-size: contain;
    background-position-y: top;
    height: 800px;
  }
}
@media (max-width: 500px) {
  body.podstrana header .static_image {
    height: auto;
  }
}
body.podstrana header .static_image .black_box {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 890px;
  width: 46.3%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  z-index: 0;
}
body.podstrana header .static_image .fill_cover {
  position: absolute;
  z-index: 0;
  background: url("../img/fill.png");
  background-size: 100% 100%;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
}
body.podstrana header .static_image video {
  width: 100%;
  height: 100%;
  background: url("../img/fill.png");
  background-size: 100% 100%;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
@media (max-width: 740px) {
  body.podstrana header .static_image video {
    background-size: contain;
    height: 410px;
    min-width: 100%;
    width: 100%;
    min-height: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  body.podstrana header .static_image video {
    height: 790px;
    padding-bottom: 530px;
  }
}
body.podstrana header .static_image .nad_videem {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 1250px) {
  body.podstrana header .static_image .nad_videem {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 740px) {
  body.podstrana header .static_image .nad_videem {
    padding-bottom: 10px;
  }
}
body.podstrana header .static_image .abs_content {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1250px) {
  body.podstrana header .static_image .abs_content {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    height: 100%;
    position: relative;
  }
}
body.podstrana header .static_image .content {
  padding-top: 109px;
  padding-left: 130px;
}
@media (max-width: 1600px) {
  body.podstrana header .static_image .content {
    padding-top: 90px;
    padding-left: 60px;
  }
}
@media (max-width: 1250px) {
  body.podstrana header .static_image .content {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    height: 100%;
    position: relative;
  }
}
body.podstrana header .static_image .content .wrap {
  background: rgba(255, 255, 255, 0.96);
  max-width: 826px;
  /*min-height: 641px;*/
  height: auto;
  width: 100%;
  padding-top: 71px;
  padding-left: 101px;
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  body.podstrana header .static_image .content .wrap {
    max-width: 700px;
    min-height: auto;
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1250px) {
  body.podstrana header .static_image .content .wrap {
    position: absolute;
    left: calc(50% - 350px);
    bottom: 41px;
  }
}
@media (max-width: 745px) {
  body.podstrana header .static_image .content .wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 100%;
    bottom: 0px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
@media (max-width: 500px) {
  body.podstrana header .static_image .content .wrap {
    position: relative;
    margin-top: 150px;
  }
}
body.podstrana header .static_image .content .wrap h1 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  body.podstrana header .static_image .content .wrap h1 {
    font-family: "Montserrat bold";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
  }
}
body.podstrana header .static_image .content .wrap h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  padding-top: 20px;
}
@media (max-width: 640px) {
  body.podstrana header .static_image .content .wrap h2 {
    font-family: "Montserrat bold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
  }
}
body.podstrana header .static_image .content .wrap p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
  max-width: 629px;
  padding-top: 30px;
}
@media (max-width: 640px) {
  body.podstrana header .static_image .content .wrap p {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666;
    padding-top: 20px;
    text-align: center;
  }
}
body.podstrana header .static_image .content .wrap p.odkazy {
  padding-top: 0px;
}
@media (max-width: 620px) {
  body.podstrana header .static_image .content .wrap p.odkazy {
    text-align: center;
  }
}
body.podstrana header .static_image .content .wrap .grid_4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 22px;
  grid-column-gap: 45px;
  margin-top: 48px;
  max-width: 605px;
}
@media (max-width: 620px) {
  body.podstrana header .static_image .content .wrap .grid_4 {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 5px;
    margin-top: 20px;
  }
}
body.podstrana header .static_image .content .wrap .grid_4 .item {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 21px;
  align-items: center;
}
@media (max-width: 620px) {
  body.podstrana header .static_image .content .wrap .grid_4 .item {
    grid-gap: 10px;
    align-items: start;
  }
}
@media (max-width: 640px) {
  body.podstrana header .static_image .content .wrap .grid_4 .item p {
    text-align: left;
  }
}
body.podstrana header .static_image .content .wrap .grid_4 .item .icon {
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: top;
  width: 100%;
  height: 100%;
}
body.podstrana header .static_image .content .wrap .grid_4 .item .textik h3 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body.podstrana header .static_image .content .wrap .grid_4 .item .textik p {
  padding-top: 4px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #666;
}
body.podstrana header .static_image .content .wrap a {
  display: inline-block;
  width: 216px;
  height: 45px;
  margin-top: 55px;
  margin-right: 42px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 500ms;
}
@media (max-width: 570px) {
  body.podstrana header .static_image .content .wrap a {
    width: 45%;
    margin-right: 3%;
  }
}
body.podstrana header .static_image .content .wrap a.dark {
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #FFF;
  border: 1px solid #000;
  background: #000;
}
body.podstrana header .static_image .content .wrap a.dark:hover {
  background-color: transparent;
  color: black;
}
body.podstrana header .static_image .content .wrap a.light {
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #000;
  border: 1px solid #000;
  background: transparent;
}
body.podstrana header .static_image .content .wrap a.light:hover {
  background-color: black;
  color: white;
}
body.podstrana header.smartim_preview {
  height: 1015px;
}
@media (max-width: 1300px) {
  body.podstrana header.smartim_preview {
    height: 715px;
  }
}
@media (max-width: 930px) {
  body.podstrana header.smartim_preview {
    height: 500px;
  }
}
body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r2 {
  height: 1035px;
}
@media (max-width: 1400px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r2 {
    height: 850px;
  }
}
@media (max-width: 1200px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r2 {
    height: 660px;
  }
}
@media (max-width: 1020px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r2 {
    height: 1160px;
  }
}
@media (max-width: 520px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r2 {
    height: auto;
  }
}
body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 {
  height: 615px;
}
@media (max-width: 1400px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 {
    height: 470px;
  }
}
@media (max-width: 1200px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 {
    height: 390px;
  }
}
@media (max-width: 1020px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 {
    height: 620px;
  }
}
@media (max-width: 520px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 {
    height: auto;
  }
}
@media (max-width: 520px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .obsah_absolute {
    position: relative;
  }
}
body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .obsah_absolute .obsah_relative .pro_koho {
  grid-template-rows: repeat(1, 373px);
  margin-top: 101px;
  height: auto;
  grid-row-gap: 49px;
}
@media (max-width: 1400px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    grid-template-rows: repeat(1, 320px);
    height: auto;
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    grid-template-rows: repeat(1, 250px);
    height: auto;
    margin-top: 30px;
  }
}
@media (max-width: 1020px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    /*grid-template-rows: repeat(4, 250px);*/
    grid-template-rows: initial;
    height: auto;
    grid-row-gap: 20px;
  }
}
@media (max-width: 520px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    height: auto;
  }
}
body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .ramecek {
  height: 635px;
  top: -42px;
}
@media (max-width: 1400px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .ramecek {
    top: -42px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .ramecek {
    top: -40px;
    height: 400px;
  }
}
@media (max-width: 1020px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .ramecek {
    height: 650px;
  }
}
@media (max-width: 600px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy.r1 .zarovnani .ramecek {
    display: none;
  }
}
@media (max-width: 520px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute {
    position: relative;
  }
}
body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
  grid-template-rows: repeat(2, 373px);
  margin-top: 101px;
  height: auto;
  grid-row-gap: 49px;
}
@media (max-width: 1400px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    grid-template-rows: repeat(2, 320px);
    height: auto;
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    grid-template-rows: repeat(2, 250px);
    height: auto;
    margin-top: 30px;
  }
}
@media (max-width: 1020px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    /*grid-template-rows: repeat(4, 250px);*/
    grid-template-rows: initial;
    height: auto;
    grid-row-gap: 20px;
  }
}
@media (max-width: 520px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .obsah_absolute .obsah_relative .pro_koho {
    height: auto;
  }
}
body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
  height: 1035px;
  top: -42px;
}
@media (max-width: 1400px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    top: -42px;
    height: 850px;
  }
}
@media (max-width: 1200px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    top: -40px;
    height: 660px;
  }
}
@media (max-width: 1020px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    height: 1160px;
  }
}
@media (max-width: 600px) {
  body.podstrana .formatuj_obsah .rozcestnik.obrazkovy .zarovnani .ramecek {
    display: none;
  }
}
body.podstrana .formatuj_obsah .hero {
  margin-top: 36px;
}
body.podstrana .formatuj_obsah .hero .grid_5 {
  max-width: 1352px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(5, 180px);
  grid-gap: calc((100% - 180px - 180px - 180px - 180px - 180px) / 4);
}
@media (max-width: 980px) {
  body.podstrana .formatuj_obsah .hero .grid_5 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
  }
}
@media (max-width: 660px) {
  body.podstrana .formatuj_obsah .hero .grid_5 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 400px) {
  body.podstrana .formatuj_obsah .hero .grid_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.podstrana .formatuj_obsah .hero .grid_5 .item h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
}
body.podstrana .formatuj_obsah .hero .grid_5 .item p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
  text-align: center;
}
body.podstrana .formatuj_obsah .hero .grid_5 .item .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (max-width: 660px) {
  body.podstrana .formatuj_obsah .hero .grid_5 .item {
    grid-column: span 2;
    margin-bottom: 10px;
  }
  body.podstrana .formatuj_obsah .hero .grid_5 .item:nth-child(4), body.podstrana .formatuj_obsah .hero .grid_5 .item:nth-child(5) {
    grid-column: span 3;
  }
}
@media (max-width: 400px) {
  body.podstrana .formatuj_obsah .hero .grid_5 .item {
    grid-column: span 1;
  }
  body.podstrana .formatuj_obsah .hero .grid_5 .item:nth-child(4) {
    grid-column: span 1;
  }
  body.podstrana .formatuj_obsah .hero .grid_5 .item:nth-child(5) {
    grid-column: span 2;
  }
}
body.podstrana .formatuj_obsah .panel.detaily {
  margin-top: 194px;
}
@media (max-width: 600px) {
  body.podstrana .formatuj_obsah .panel.detaily {
    margin-top: 50px;
  }
}
body.podstrana .formatuj_obsah .panel.detaily .nadpis {
  text-align: center;
  position: relative;
  width: 100%;
  height: 150px;
}
@media (max-width: 855px) {
  body.podstrana .formatuj_obsah .panel.detaily .nadpis {
    height: auto;
  }
}
body.podstrana .formatuj_obsah .panel.detaily .nadpis h2 {
  background-color: white;
  padding: 0px 50px;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.podstrana .formatuj_obsah .panel.detaily .nadpis h2 span {
  position: absolute;
  top: 0px;
  left: calc(50% - 375px);
  width: 100%;
  height: 100%;
  max-width: 750px;
  z-index: 1;
  background-color: white;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 75px;
  letter-spacing: 0px;
  color: #000;
  height: 151px;
}
@media (max-width: 855px) {
  body.podstrana .formatuj_obsah .panel.detaily .nadpis h2 span {
    position: relative;
    left: 0px;
    height: auto;
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #000;
  }
}
body.podstrana .formatuj_obsah .panel.detaily .nadpis .ramecek {
  position: absolute;
  border: solid 1px #CCCCCC;
  border-bottom: none;
  height: auto;
  width: 100%;
  height: 109px;
  max-width: 1026px;
  z-index: 0;
  left: calc(50% - 513px);
  top: 60px;
}
@media (max-width: 1150px) {
  body.podstrana .formatuj_obsah .panel.detaily .nadpis .ramecek {
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 855px) {
  body.podstrana .formatuj_obsah .panel.detaily .nadpis .ramecek {
    display: none;
  }
}
body.podstrana .formatuj_obsah .panel.detaily .design {
  margin-top: 42px;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img {
  width: 100%;
  height: 909px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position-x: center;
  background-position-y: center;
  overflow: hidden;
}
@media (max-width: 1920px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img {
    background-size: cover;
  }
}
@media (max-width: 980px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img {
    display: none;
  }
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 909px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel {
  width: 100%;
  position: relative;
  height: 100%;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod {
  position: absolute;
  height: 45px;
  text-decoration: none;
  transition: 300ms;
}
@media (max-width: 1700px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod {
    width: 300px !important;
  }
}
@media (max-width: 1280px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod {
    width: 150px !important;
  }
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod span {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFF;
  opacity: 0.5;
  transition: 300ms;
  width: 100%;
  display: block;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod::after {
  content: "";
  background-image: url("../img/k_bold.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transition: 700ms;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod::before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0px;
  bottom: 10px;
  z-index: 1;
  transition: 700ms;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod:hover span {
  opacity: 1;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod:hover::after {
  transform: scale(1.5);
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .levy_panel .bod:hover::before {
  width: calc(100% - 30px);
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel {
  width: 100%;
  position: relative;
  height: 100%;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod {
  position: absolute;
  height: 45px;
  text-decoration: none;
  transition: 300ms;
}
@media (max-width: 1700px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod {
    width: 300px !important;
  }
}
@media (max-width: 1280px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod {
    width: 150px !important;
  }
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod span {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFF;
  opacity: 0.5;
  transition: 300ms;
  text-align: right;
  display: block;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod::after {
  content: "";
  background-image: url("../img/k_bold.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  transition: 700ms;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod::before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 1;
  transition: 700ms;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod:hover span {
  opacity: 1;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod:hover::after {
  transform: scale(1.5);
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img .wrap .pravy_panel .bod:hover::before {
  width: calc(100% - 30px);
  left: 30px;
}
body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile {
  display: none;
}
@media (max-width: 980px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile {
    display: block;
    height: 500px;
  }
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap {
    height: 100%;
  }
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod {
    height: 35px;
  }
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod span {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
@media (max-width: 680px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod {
    width: 100px !important;
    height: 45px;
  }
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod span {
    opacity: 0.7;
    width: 100px;
  }
}
@media (max-width: 580px) {
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod {
    width: 20px !important;
    height: 20px;
  }
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod::before {
    display: none;
  }
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod span {
    position: absolute;
    text-align: left;
    top: 30px;
    width: 150px;
    display: none;
  }
  body.podstrana .formatuj_obsah .panel.detaily .design .design_img.mobile .wrap .bod:hover span {
    display: block;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni {
  margin-top: 168px;
}
@media (max-width: 500px) {
  body.podstrana .formatuj_obsah .panel.interaktivni {
    margin-top: 40px;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr repeat(3, 220px);
  grid-gap: 20px;
  align-items: end;
  border-bottom: solid 1px #CCC;
}
@media (max-width: 1150px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top {
    grid-template-columns: 1fr repeat(3, 210px);
  }
}
@media (max-width: 960px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top {
    grid-row-gap: 0px;
  }
}
@media (max-width: 480px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top {
    grid-template-columns: 1fr;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis .p_nadpis {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #CCC;
  padding-bottom: 23px;
}
@media (max-width: 1100px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis .p_nadpis {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #CCC;
  }
}
@media (max-width: 560px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis .p_nadpis {
    padding-bottom: 5px;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis h2 {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #000;
  max-width: 390px;
  padding-bottom: 24px;
}
@media (max-width: 1100px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis h2 {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000;
  }
}
@media (max-width: 960px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis h2 {
    max-width: 100%;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis a {
  background: #979797;
  width: 216px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 45px;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: none;
  transition: 600ms;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis a:hover {
  background-color: black;
}
@media (max-width: 960px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis a {
    display: block;
  }
}
@media (max-width: 960px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis {
    grid-column: span 3;
  }
}
@media (max-width: 480px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .nadpis {
    grid-column: span 1;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy {
  cursor: pointer;
}
@media (max-width: 480px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy {
    padding-top: 20px;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy .cislo {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #CCC;
  padding-bottom: 32px;
}
@media (max-width: 560px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy .cislo {
    padding-bottom: 10px;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy h3 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #0E1317;
  padding-bottom: 0px;
  position: relative;
  height: 57px;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy h3::after {
  transition: 800ms;
}
@media (max-width: 1100px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy h3 {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #0E1317;
  }
}
@media (max-width: 480px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy h3 {
    height: auto;
    padding-bottom: 5px;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy.active h3::after, body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy:hover h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background-color: #000;
}
@media (max-width: 480px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .top .odkazy {
    border-bottom: solid 1px #ededed;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 709px;
  grid-gap: 20px;
  align-items: center;
  padding-top: 36px;
}
@media (max-width: 560px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom {
    padding-top: 15px;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .odkaz_hl a {
  background: #979797;
  width: 216px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 45px;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  transition: 600ms;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .odkaz_hl a:hover {
  background-color: black;
}
@media (max-width: 960px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .odkaz_hl {
    display: none;
  }
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu {
  display: none;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu.active {
  display: block;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #0E1317;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p b, body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p strong {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #0E1317;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p a {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #0E1317;
}
body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p a:hover {
  text-decoration: none;
}
@media (max-width: 560px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p {
    line-height: 22px;
  }
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p b, body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p strong, body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom .obsah .obsah_odkazu p a {
    line-height: 22px;
  }
}
@media (max-width: 1150px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom {
    grid-template-columns: 1fr 670px;
  }
}
@media (max-width: 960px) {
  body.podstrana .formatuj_obsah .panel.interaktivni .zarovnani .wrap .bottom {
    grid-template-columns: 1fr;
  }
}
body.podstrana .formatuj_obsah .cenik {
  margin-top: 164px;
}
@media (max-width: 500px) {
  body.podstrana .formatuj_obsah .cenik {
    margin-top: 40px;
  }
}
body.podstrana .formatuj_obsah .cenik .nadpis {
  position: relative;
  max-width: 618px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 0px;
  font-size: 0px;
}
body.podstrana .formatuj_obsah .cenik .nadpis::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
  left: 0px;
  top: 17px;
  z-index: -1;
}
@media (max-width: 440px) {
  body.podstrana .formatuj_obsah .cenik .nadpis::after {
    display: none;
  }
}
body.podstrana .formatuj_obsah .cenik .nadpis h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #CCC;
  text-transform: uppercase;
  display: inline-block;
  background-color: white;
  vertical-align: middle;
}
body.podstrana .formatuj_obsah .cenik .nadpis i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/k.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  background-color: white;
}
body.podstrana .formatuj_obsah .cenik .nadpis i:nth-child(1) {
  padding-right: 80px;
  background-position-x: left;
}
@media (max-width: 540px) {
  body.podstrana .formatuj_obsah .cenik .nadpis i:nth-child(1) {
    padding-right: 30px;
  }
}
body.podstrana .formatuj_obsah .cenik .nadpis i:nth-child(3) {
  padding-left: 80px;
  background-position-x: right;
}
@media (max-width: 540px) {
  body.podstrana .formatuj_obsah .cenik .nadpis i:nth-child(3) {
    padding-left: 30px;
  }
}
@media (max-width: 440px) {
  body.podstrana .formatuj_obsah .cenik .nadpis i {
    display: none;
  }
}
body.podstrana .formatuj_obsah .cenik h3 {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  padding-top: 53px;
}
@media (max-width: 700px) {
  body.podstrana .formatuj_obsah .cenik h3 {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000;
    padding-top: 20px;
  }
}
body.podstrana .formatuj_obsah .cenik .wrap {
  max-width: 1088px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 73px;
  display: grid;
  grid-template-columns: 1fr 201px 1fr 201px 1fr;
  align-items: start;
}
@media (max-width: 1120px) {
  body.podstrana .formatuj_obsah .cenik .wrap {
    grid-template-columns: 1fr 101px 1fr 101px 1fr;
  }
}
@media (max-width: 880px) {
  body.podstrana .formatuj_obsah .cenik .wrap {
    grid-template-columns: 1fr 51px 1fr 51px 1fr;
  }
}
@media (max-width: 760px) {
  body.podstrana .formatuj_obsah .cenik .wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  body.podstrana .formatuj_obsah .cenik .wrap {
    margin-top: 10px;
  }
}
body.podstrana .formatuj_obsah .cenik .wrap.grid_1 {
  grid-template-columns: 1fr;
  max-width: 220px;
}
body.podstrana .formatuj_obsah .cenik .wrap.grid_2 {
  grid-template-columns: 1fr 201px 1fr;
  max-width: 621px;
}
@media (max-width: 1120px) {
  body.podstrana .formatuj_obsah .cenik .wrap.grid_2 {
    grid-template-columns: 1fr 101px 1fr;
    max-width: 521px;
  }
}
@media (max-width: 880px) {
  body.podstrana .formatuj_obsah .cenik .wrap.grid_2 {
    grid-template-columns: 1fr 51px 1fr;
    max-width: 471px;
  }
}
@media (max-width: 760px) {
  body.podstrana .formatuj_obsah .cenik .wrap.grid_2 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
body.podstrana .formatuj_obsah .cenik .wrap .cena {
  padding-top: 52px;
  padding-bottom: 66px;
}
@media (max-width: 760px) {
  body.podstrana .formatuj_obsah .cenik .wrap .cena {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: solid 1px #CCC;
  }
  body.podstrana .formatuj_obsah .cenik .wrap .cena:last-child {
    border-bottom: none;
  }
}
body.podstrana .formatuj_obsah .cenik .wrap .cena h4 {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #000;
  max-width: 200px;
}
@media (max-width: 760px) {
  body.podstrana .formatuj_obsah .cenik .wrap .cena h4 {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  body.podstrana .formatuj_obsah .cenik .wrap .cena h4 {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000;
  }
}
body.podstrana .formatuj_obsah .cenik .wrap .cena p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #666;
  max-width: 209px;
  padding-top: 35px;
}
body.podstrana .formatuj_obsah .cenik .wrap .cena p.cena_p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
@media (max-width: 760px) {
  body.podstrana .formatuj_obsah .cenik .wrap .cena p {
    max-width: 100%;
    padding-top: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
}
body.podstrana .formatuj_obsah .cenik .wrap .cena a {
  display: block;
  width: 100%;
  max-width: 223px;
  height: auto;
  min-height: 44px;
  padding: 10px 7px;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-color: #D9D9D9;
  margin-top: 16px;
  cursor: pointer;
  transition: 500ms;
}
body.podstrana .formatuj_obsah .cenik .wrap .cena a:hover {
  background-color: black;
  color: white;
}
body.podstrana .formatuj_obsah .cenik .wrap .cara {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CCC;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  body.podstrana .formatuj_obsah .cenik .wrap .cara {
    display: none;
  }
}
body.podstrana .formatuj_obsah .reference .nadpis h2 {
  color: #CCC;
}
body.podstrana .formatuj_obsah .inspirujte_se {
  margin-top: 200px;
  padding-bottom: 50px;
}
body.podstrana .formatuj_obsah .inspirujte_se.mensi_margin {
  margin-top: 30px;
}
body.podstrana .formatuj_obsah .inspirujte_se.mensi_margin h3 {
  max-width: 860px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 500px) {
  body.podstrana .formatuj_obsah .inspirujte_se {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
body.podstrana .formatuj_obsah .inspirujte_se.podstrana {
  margin-top: 20px;
}
body.podstrana .formatuj_obsah .inspirujte_se .nadpis {
  position: relative;
  max-width: 618px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 0px;
  font-size: 0px;
}
body.podstrana .formatuj_obsah .inspirujte_se .nadpis::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
  left: 0px;
  top: 17px;
  z-index: -1;
}
body.podstrana .formatuj_obsah .inspirujte_se .nadpis h2 {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #CCC;
  text-transform: uppercase;
  display: inline-block;
  background-color: white;
  vertical-align: middle;
}
body.podstrana .formatuj_obsah .inspirujte_se .nadpis i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/k.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  background-color: white;
}
body.podstrana .formatuj_obsah .inspirujte_se .nadpis i:nth-child(1) {
  padding-right: 80px;
  background-position-x: left;
}
body.podstrana .formatuj_obsah .inspirujte_se .nadpis i:nth-child(3) {
  padding-left: 80px;
  background-position-x: right;
}
body.podstrana .formatuj_obsah .inspirujte_se h3 {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-top: 53px;
}
@media (max-width: 700px) {
  body.podstrana .formatuj_obsah .inspirujte_se h3 {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000;
    padding-top: 20px;
  }
}
body.podstrana .formatuj_obsah .inspirujte_se .obsah {
  max-width: 860px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  max-width: 1480px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media (max-width: 900px) {
  body.podstrana .formatuj_obsah .inspirujte_se .wrap {
    display: none;
  }
}
@media (max-width: 540px) {
  body.podstrana .formatuj_obsah .inspirujte_se .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap.wrap_mobile {
  display: none;
}
@media (max-width: 900px) {
  body.podstrana .formatuj_obsah .inspirujte_se .wrap.wrap_mobile {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .item_wrap {
  width: 100%;
  aspect-ratio: 0.7;
  position: relative;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .item_wrap.hide {
  display: none;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .item_wrap:hover .pridat_do_oblibenych {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../img/heart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .item_wrap:hover .pridat_do_oblibenych.active {
  background-image: url("../img/heart_active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .item_wrap:hover .lightbox .stin {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .lightbox {
  display: block;
  width: 100%;
  aspect-ratio: 0.7;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .lightbox .stin {
  transition: 500ms;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .lightbox .stin img {
  display: none;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .lightbox:hover .stin {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .lightbox:hover .stin .wrappik {
  display: grid;
  width: 54px;
  grid-template-columns: repeat(2, 24px);
  grid-gap: 6px;
  height: 24px;
}
body.podstrana .formatuj_obsah .inspirujte_se .wrap .lightbox:hover .stin .wrappik .lightbox {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana .formatuj_obsah .inspirujte_se.podstrana .wrap {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 540px) {
  body.podstrana .formatuj_obsah .inspirujte_se.podstrana .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 400px) {
  body.podstrana .formatuj_obsah .inspirujte_se.podstrana .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.podstrana .formatuj_obsah .inspirujte_se .links {
  width: 474px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 61px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 42px;
}
@media (max-width: 500px) {
  body.podstrana .formatuj_obsah .inspirujte_se .links {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    width: 94%;
  }
}
@media (max-width: 900px) {
  body.podstrana .formatuj_obsah .inspirujte_se .links {
    display: none;
  }
}
body.podstrana .formatuj_obsah .inspirujte_se .links.links_mobile {
  display: none;
}
@media (max-width: 900px) {
  body.podstrana .formatuj_obsah .inspirujte_se .links.links_mobile {
    display: grid;
  }
}
body.podstrana .formatuj_obsah .inspirujte_se .links.jeden_odkaz {
  grid-template-columns: repeat(1, 1fr);
  width: 237px;
}
body.podstrana .formatuj_obsah .inspirujte_se .links a {
  border: 1px solid #000;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 45px;
  transition: 500ms;
  text-align: center;
  text-decoration: none;
}
body.podstrana .formatuj_obsah .inspirujte_se .links a.objednavka {
  background: #000;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}
body.podstrana .formatuj_obsah .inspirujte_se .links a.objednavka:hover {
  background: white;
  color: black;
}
body.podstrana .formatuj_obsah .inspirujte_se .links a.galerie {
  background: #fff;
  font-family: "Barlow bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
body.podstrana .formatuj_obsah .inspirujte_se .links a.galerie:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 500px) {
  body.podstrana main .formatuj_obsah .clanky .zarovnani .wrap .clanek:nth-child(2) {
    display: none;
  }
}
body .formatuj_obsah .plain_text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}
body .formatuj_obsah .plain_text h1 {
  padding-top: 45px;
  padding-bottom: 20px;
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text h2 {
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text h4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text h5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text p.velky {
  font-size: 24px;
  line-height: 32px;
}
body .formatuj_obsah .plain_text p.vyrazny {
  background-color: #dfdfdf;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}
body .formatuj_obsah .plain_text p.vyrazny2 {
  background-color: #000;
  color: white;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}
body .formatuj_obsah .plain_text p.maly_1 {
  font-size: 11px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
body .formatuj_obsah .plain_text p.maly_2 {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .formatuj_obsah .plain_text p.maly_3 {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .formatuj_obsah .plain_text p.velky_1 {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .formatuj_obsah .plain_text p.velky_2 {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .formatuj_obsah .plain_text p.velky_3 {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .formatuj_obsah .plain_text p.nejvetsi {
  font-size: 36px;
  line-height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .formatuj_obsah .plain_text span {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text p b, body .formatuj_obsah .plain_text p strong, body .formatuj_obsah .plain_text span b, body .formatuj_obsah .plain_text span strong {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text ul {
  margin-left: 20px;
  width: calc(100% - 20px);
  margin-top: 15px;
  margin-bottom: 25px;
  list-style: none;
}
body .formatuj_obsah .plain_text ul li {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
  position: relative;
}
body .formatuj_obsah .plain_text ul li.no_li {
  position: relative;
}
body .formatuj_obsah .plain_text ul li::before {
  content: "●";
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 18px;
}
body .formatuj_obsah .plain_text ul li.no_li::before {
  display: none;
}
body .formatuj_obsah .plain_text a {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text a:hover {
  text-decoration: none;
}
body .formatuj_obsah .plain_text a.a_vyrazny {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text a.a_nevyrazny {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #aeaeae;
}
body .formatuj_obsah .plain_text a.a_cta {
  display: inline-block;
  width: 210px;
  background-color: #000000;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}
body .formatuj_obsah .plain_text a.a_cta:hover {
  background-color: white;
  color: black;
}
body .formatuj_obsah .plain_text a.a_cta2 {
  display: inline-block;
  width: 210px;
  background-color: #5e5e5e;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
}
body .formatuj_obsah .plain_text a.a_cta2:hover {
  background-color: black;
}
body .formatuj_obsah .plain_text a.a_cta3 {
  display: inline-block;
  width: 210px;
  background-color: white;
  border: solid 1px black;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: black;
  cursor: pointer;
  font-size: 100%;
}
body .formatuj_obsah .plain_text a.a_cta3:hover {
  background-color: lightgray;
}
body .formatuj_obsah .plain_text table.table_svetla {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}
body .formatuj_obsah .plain_text table.table_svetla td {
  border: solid 1px black;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}
body .formatuj_obsah .plain_text table.table_svetla td p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text table.table_tmava {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}
body .formatuj_obsah .plain_text table.table_tmava td {
  text-align: center;
  padding: 7px 15px;
  color: white;
  background-color: #000;
  font-size: 100%;
}
body .formatuj_obsah .plain_text table.table_tmava td p, body .formatuj_obsah .plain_text table.table_tmava td span {
  color: #fff;
}
body .formatuj_obsah .plain_text table.table_tmava td p b, body .formatuj_obsah .plain_text table.table_tmava td p strong, body .formatuj_obsah .plain_text table.table_tmava td span b, body .formatuj_obsah .plain_text table.table_tmava td span strong {
  color: #fff;
}
body .formatuj_obsah .plain_text table.table_tmava td a {
  color: #fff;
}
body .formatuj_obsah .plain_text table.table_tmava td ul li, body .formatuj_obsah .plain_text table.table_tmava td ol li {
  color: #fff;
}
body .formatuj_obsah .plain_text table td {
  border: solid 1px black;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}
body .formatuj_obsah .plain_text table td img {
  width: 100%;
}
body .formatuj_obsah .plain_text img.img_vpravo {
  float: right;
  margin: 5px;
}
body .formatuj_obsah .plain_text img.img_vlevo {
  float: left;
  margin: 5px;
}
body .formatuj_obsah .plain_text img.img_100 {
  width: 100%;
  height: auto;
  display: block;
}
body .formatuj_obsah .plain_text img.normal {
  margin-left: 12.5px;
  height: auto;
  margin-right: 12.5px;
  width: calc(33% - 16px);
}
body .formatuj_obsah .plain_text img.normal:nth-child(1) {
  margin-left: 0px;
}
body .formatuj_obsah .plain_text img.normal:nth-child(3) {
  margin-right: 0px;
}
body .formatuj_obsah .plain_text input[type=submit], body .formatuj_obsah .plain_text input button {
  transition: 0.5s;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border: none;
  cursor: pointer;
  font-size: 44%;
  width: 200px;
  height: 40px;
  margin-top: 35px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #fff;
}
body .formatuj_obsah .plain_text input[type=submit]:hover, body .formatuj_obsah .plain_text input button:hover {
  background-color: #424242;
}
body .formatuj_obsah .plain_text .strankovani {
  text-align: center;
  font-size: 66%;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
body .formatuj_obsah .plain_text .strankovani a {
  padding: 10px 14px;
  background-color: #ededed;
  text-decoration: none;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #000;
}
body .formatuj_obsah .plain_text .strankovani a:hover, body .formatuj_obsah .plain_text .strankovani a.active {
  background-color: #000;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #fff;
}
body .formatuj_obsah .plain_text .vip_sekce form {
  width: 100%;
  text-align: left;
  max-width: 100%;
  padding-top: 0px;
  vertical-align: middle;
  margin-bottom: 200px;
}
body .formatuj_obsah .plain_text .vip_sekce form p {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: uppercase;
  vertical-align: middle;
}
body .formatuj_obsah .plain_text .vip_sekce form input[type=password] {
  display: inline-block;
  width: 289px;
  margin-left: 24px;
  margin-top: 0px;
  height: 61px;
  border: solid 1px black;
}
body .formatuj_obsah .plain_text .vip_sekce form input[type=submit], body .formatuj_obsah .plain_text .vip_sekce form button {
  display: inline-block;
  width: 259px;
  margin-left: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: white;
  background-color: black;
  height: 63px;
  vertical-align: middle;
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: 0;
  font-size: 16px;
  line-height: 63px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body .formatuj_obsah .plain_text .vip_sekce form input[type=submit]:hover, body .formatuj_obsah .plain_text .vip_sekce form button:hover {
  color: black;
  background-color: white;
}
body .formatuj_obsah .plain_text .vip_sekce .chyba {
  margin-bottom: 40px;
}
body .formatuj_obsah .plain_text .vip_sekce .chyba p {
  text-transform: uppercase;
  font-family: "Montserrat bold";
  color: #686868;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3px;
}
body .formatuj_obsah .plain_text .vip_sekce .chyba p strong {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3px;
  color: #E00043;
}
body .formatuj_obsah .plain_text .vip_sekce p {
  font-size: 20px;
  line-height: 35px;
  padding-bottom: 29px;
}
body .formatuj_obsah .plain_text .vip_sekce p h2 {
  font-size: 35px;
  line-height: 42px;
  padding-bottom: 17px;
}
body .formatuj_obsah .plain_text .vip_sekce p img.img_100 {
  margin-bottom: 100px;
}
body .formatuj_obsah .plain_text .vip_sekce .odhlasit_vip {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 190px;
  height: 40px;
  background-color: #7A7A7A;
  color: white !important;
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: block;
}
body .formatuj_obsah .plain_text .vip_sekce .odhlasit_vip:hover {
  background-color: black;
}
@media screen and (max-width: 1050px) {
  body .formatuj_obsah .plain_text .vip_sekce .odhlasit_vip {
    right: 90px;
    top: 25px;
  }
}
@media screen and (max-width: 550px) {
  body .formatuj_obsah .plain_text .vip_sekce .odhlasit_vip {
    right: calc(50% - 95px);
    top: 70px;
  }
}
body .zobrazt_vybrane_polozky {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 730px) {
  body .zobrazt_vybrane_polozky {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  body .zobrazt_vybrane_polozky {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .zobrazt_vybrane_polozky .lightbox {
  display: block;
  width: 100%;
  aspect-ratio: 0.7;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body .zobrazt_vybrane_polozky .lightbox img {
  display: none;
}
body .zobrazt_vybrane_polozky .nadpis {
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
}
body .zobrazt_vybrane_polozky p {
  grid-column: span 4;
}
@media screen and (max-width: 730px) {
  body .zobrazt_vybrane_polozky p {
    grid-column: span 3;
  }
}
@media screen and (max-width: 500px) {
  body .zobrazt_vybrane_polozky p {
    grid-column: span 2;
  }
}

.info_lista {
  width: 100%;
  padding: 19px 10px;
  text-align: center;
  background-color: #E3E3E3;
  font-family: "Montserrat ExtraBold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.info_lista p, .info_lista a {
  font-family: "Montserrat ExtraBold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.info_lista a {
  text-decoration: underline;
}
.info_lista a:hover {
  text-decoration: none;
}

.voucher_photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.voucher_photos a {
  display: block;
  width: 100%;
  aspect-ratio: 1.4;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.voucher_photos a img {
  display: none;
}
@media screen and (max-width: 500px) {
  .voucher_photos {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 30px;
  }
}/*# sourceMappingURL=style.css.map */