@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

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

body header {
  width: 100%;
  height: 78px;
  background-color: white;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 390px) {
  body header {
    height: auto;
  }
}
body header .zarovnani {
  max-width: 1344px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 293px 1fr;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 1060px) {
  body header .zarovnani {
    grid-template-columns: 273px 1fr;
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 390px) {
  body header .zarovnani {
    grid-template-columns: 1fr;
  }
}
body header .zarovnani #logo {
  margin-top: 8px;
}
body header .zarovnani #logo img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 390px) {
  body header .zarovnani #logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
body header .zarovnani #nav {
  text-align: right;
}
body header .zarovnani #nav ul {
  list-style: none;
  font-size: 0px;
  line-height: 0px;
}
body header .zarovnani #nav ul li {
  display: inline-block;
  position: relative;
}
body header .zarovnani #nav ul li a {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 78px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0px 18px;
  height: 77px;
  transition: 300ms;
}
body header .zarovnani #nav ul li a:hover {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1060px) {
  body header .zarovnani #nav ul li a {
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 78px;
    letter-spacing: 0px;
    color: #000;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 920px) {
  body header .zarovnani #nav ul li a {
    padding: 0px 5px;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 78px;
    letter-spacing: 0px;
    color: #000;
  }
}
body header .zarovnani #nav ul li.subpage a {
  padding-right: 32px;
}
body header .zarovnani #nav ul li.subpage::after {
  border: 1px solid #000;
  border-right: 0;
  border-top: 0;
  content: "˰";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 7px;
  right: 10px;
  top: 40%;
}
body header .zarovnani #nav ul li.subpage ul {
  display: none;
  position: absolute;
  right: 0px;
  top: 78px;
  z-index: 99;
  background-color: white;
}
body header .zarovnani #nav ul li.subpage ul li {
  width: 100%;
}
body header .zarovnani #nav ul li.subpage ul li a {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0px 10px !important;
  width: 100%;
  text-align: center;
  height: 45px;
  transition: 300ms;
}
body header .zarovnani #nav ul li.subpage ul li a:hover {
  background-color: #f2f2f2;
}
body header .zarovnani #nav ul li.subpage:hover ul {
  display: block;
}
@media only screen and (max-width: 850px) {
  body header .zarovnani #nav ul {
    display: none;
    position: absolute;
    top: 78px;
    background: white;
    z-index: 999;
    width: 100%;
    right: 0px;
  }
  body header .zarovnani #nav ul li {
    display: block;
  }
  body header .zarovnani #nav ul li a {
    display: block;
    width: 100%;
    padding: 20px 0px;
    line-height: 16px;
    text-align: center;
    height: auto;
    border-bottom: solid 1px #ccc;
  }
  body header .zarovnani #nav ul li.subpage a {
    display: none;
  }
  body header .zarovnani #nav ul li.subpage::after {
    display: none;
  }
  body header .zarovnani #nav ul li ul {
    display: block;
    top: 0px !important;
  }
  body header .zarovnani #nav ul li ul li {
    display: block;
  }
  body header .zarovnani #nav ul li ul li a {
    display: block;
    width: 100%;
    padding: 20px 0px;
    line-height: 16px;
    text-align: center;
    height: auto;
    border-bottom: solid 1px #ccc;
  }
}
@media only screen and (max-width: 390px) {
  body header .zarovnani #nav ul {
    top: 121px;
  }
}
@media only screen and (max-width: 850px) {
  body header .zarovnani #nav #hamburger {
    position: relative;
    width: 40px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    margin-top: 26px;
    transition: 400ms;
  }
  body header .zarovnani #nav #hamburger span {
    background-color: #3a3a3a;
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    transition: 400ms;
  }
  body header .zarovnani #nav #hamburger span:nth-child(1) {
    top: 0px;
  }
  body header .zarovnani #nav #hamburger span:nth-child(2) {
    top: 10px;
  }
  body header .zarovnani #nav #hamburger span:nth-child(3) {
    top: 20px;
  }
  body header .zarovnani #nav #hamburger.otevreno span:nth-child(1) {
    display: none;
  }
  body header .zarovnani #nav #hamburger.otevreno span:nth-child(2) {
    transform: rotateZ(45deg);
  }
  body header .zarovnani #nav #hamburger.otevreno span:nth-child(3) {
    transform: rotateZ(-45deg);
    top: 10px;
  }
}
@media only screen and (max-width: 390px) {
  body header .zarovnani #nav #hamburger {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
body main {
  /*background-color: #f2f2f2;*/
  min-height: 600px;
}
body main .home {
  text-align: center;
}
body main .home .noLine {
  line-height: 0px;
}
body main .home iframe {
  width: 100%;
  height: 75vh;
}
body main .home h1 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 80px;
  padding-bottom: 20px;
}
body main .home h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1E212C;
  padding: 10px 0px;
}
body main .home .zaplatit {
  display: block;
  width: 330px;
  height: auto;
  border-radius: 8px;
  background-color: #de0221;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 700ms;
}
body main .home .zaplatit img {
  display: block;
  margin: 10px auto;
  width: 60px;
  height: auto;
}
body main .home .zaplatit:hover {
  transform: translateY(5px);
  box-shadow: rgb(188, 188, 188) 5px 5px 20px 0px;
}
body main .home .rozcestnik {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-width: 920px;
  margin: 60px auto;
}
body main .home .rozcestnik a {
  background-color: #e21d2c;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: 500ms;
}
body main .home .rozcestnik a:hover {
  background-color: black;
}
@media only screen and (max-width: 750px) {
  body main .home .rozcestnik {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 490px) {
  body main .home .rozcestnik {
    grid-template-columns: repeat(1, 1fr);
    margin: 30px auto;
  }
}
body main .formatovani_textu .zarovnani {
  max-width: 840px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .formatovani_textu .zarovnani h1 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 80px;
  padding-bottom: 20px;
}
body main .formatovani_textu .zarovnani h2 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 60px;
  padding-bottom: 15px;
}
body main .formatovani_textu .zarovnani h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #e21d2c;
  padding-top: 40px;
  padding-bottom: 10px;
}
body main .formatovani_textu .zarovnani h4 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 40px;
  padding-bottom: 10px;
}
body main .formatovani_textu .zarovnani h5 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 20px;
  padding-bottom: 10px;
}
body main .formatovani_textu .zarovnani p, body main .formatovani_textu .zarovnani span {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1E212C;
  padding: 10px 0px;
}
body main .formatovani_textu .zarovnani p em, body main .formatovani_textu .zarovnani p i, body main .formatovani_textu .zarovnani span em, body main .formatovani_textu .zarovnani span i {
  font-style: italic;
}
body main .formatovani_textu .zarovnani p strong, body main .formatovani_textu .zarovnani p b, body main .formatovani_textu .zarovnani span strong, body main .formatovani_textu .zarovnani span b {
  font-weight: bold;
}
body main .formatovani_textu .zarovnani p strong.nejvetsi, body main .formatovani_textu .zarovnani p b.nejvetsi, body main .formatovani_textu .zarovnani span strong.nejvetsi, body main .formatovani_textu .zarovnani span b.nejvetsi {
  font-size: 170%;
  line-height: 200%;
}
body main .formatovani_textu .zarovnani p.velky, body main .formatovani_textu .zarovnani span.velky {
  font-size: 110%;
  line-height: 150%;
}
body main .formatovani_textu .zarovnani p.velky_1, body main .formatovani_textu .zarovnani span.velky_1 {
  font-size: 120%;
  line-height: 150%;
}
body main .formatovani_textu .zarovnani p.velky_2, body main .formatovani_textu .zarovnani span.velky_2 {
  font-size: 130%;
  line-height: 150%;
}
body main .formatovani_textu .zarovnani p.velky_3, body main .formatovani_textu .zarovnani span.velky_3 {
  font-size: 150%;
  line-height: 150%;
}
body main .formatovani_textu .zarovnani p.nejvetsi, body main .formatovani_textu .zarovnani span.nejvetsi {
  font-size: 170%;
  line-height: 200%;
}
body main .formatovani_textu .zarovnani p.maly_1, body main .formatovani_textu .zarovnani span.maly_1 {
  font-size: 90%;
  line-height: 150%;
}
body main .formatovani_textu .zarovnani p.maly_2, body main .formatovani_textu .zarovnani span.maly_2 {
  font-size: 80%;
  line-height: 150%;
}
body main .formatovani_textu .zarovnani p.maly_3, body main .formatovani_textu .zarovnani span.maly_3 {
  font-size: 70%;
  line-height: 150%;
}
body main .formatovani_textu .zarovnani p.vyrazny, body main .formatovani_textu .zarovnani span.vyrazny {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #e21d2c;
  padding: 10px 20px;
  margin: 20px 0px;
}
body main .formatovani_textu .zarovnani p.vyrazny2, body main .formatovani_textu .zarovnani span.vyrazny2 {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #e21d2c;
  background-color: #ccc;
  padding: 10px 20px;
  margin: 20px 0px;
}
body main .formatovani_textu .zarovnani ul, body main .formatovani_textu .zarovnani ol {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 20px;
}
body main .formatovani_textu .zarovnani ul li, body main .formatovani_textu .zarovnani ol li {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu .zarovnani ul li.no_li, body main .formatovani_textu .zarovnani ol li.no_li {
  list-style: none;
}
body main .formatovani_textu .zarovnani a {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #e21d2c;
}
body main .formatovani_textu .zarovnani a:hover {
  text-decoration: none;
}
body main .formatovani_textu .zarovnani a.a_vyrazny {
  color: white;
  background-color: #e21d2c;
}
body main .formatovani_textu .zarovnani a.a_nevyrazny {
  color: #1E212C;
}
body main .formatovani_textu .zarovnani a.a_cta {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #e21d2c;
  text-decoration: none;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 4px;
  transition: 500ms;
}
body main .formatovani_textu .zarovnani a.a_cta:hover {
  background-color: #000;
}
body main .formatovani_textu .zarovnani a.a_cta2 {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #000;
  text-decoration: none;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 4px;
  transition: 500ms;
}
body main .formatovani_textu .zarovnani a.a_cta2:hover {
  background-color: #ccc;
  color: black;
}
body main .formatovani_textu .zarovnani a.a_cta3 {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  border: solid 1px #787A80;
  text-decoration: none;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000;
  border-radius: 4px;
  transition: 500ms;
}
body main .formatovani_textu .zarovnani a.a_cta3:hover {
  background-color: #ccc;
  color: black;
}
body main .formatovani_textu .zarovnani table {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body main .formatovani_textu .zarovnani table tr {
  border-bottom: 1px solid rgba(158, 158, 158, 0.4);
  padding-bottom: 5px;
}
body main .formatovani_textu .zarovnani table tr td {
  text-align: left;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu .zarovnani table.table_svetla td {
  background-color: #f1f1f1;
}
body main .formatovani_textu .zarovnani table.table_tmava td {
  background-color: #e21d2c;
  color: white;
}
body main .formatovani_textu .zarovnani table.table_tmava td p {
  color: white;
}
body main .formatovani_textu .zarovnani table.table_tmava td ul li, body main .formatovani_textu .zarovnani table.table_tmava td ol li {
  color: white;
}
body main .formatovani_textu .zarovnani table.table_tmava td a {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #fff;
}
body main .formatovani_textu .zarovnani table.table_tmava td a.a_vyrazny {
  color: white;
  background-color: #000;
}
body main .formatovani_textu .zarovnani table.table_tmava td a.a_cta {
  background-color: #fff;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #e21d2c;
}
body main .formatovani_textu .zarovnani table.table_tmava td a.a_cta:hover {
  background-color: #000;
  color: white;
}
body main .formatovani_textu .zarovnani table.table_tmava td h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu .zarovnani img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-magrgin: 0.75rem;
}
body main .formatovani_textu .zarovnani img.img_vpravo {
  float: right;
  margin-top: 0px;
  margin-left: 72px;
  margin-bottom: 20px;
  max-width: 560px;
  width: calc(100% - 20px);
}
body main .formatovani_textu .zarovnani img.img_vlevo {
  float: left;
  margin-top: 0px;
  margin-right: 72px;
  margin-bottom: 20px;
  max-width: 560px;
  width: calc(100% - 20px);
}
body main .formatovani_textu .zarovnani iframe {
  width: 100%;
  border: none;
}
body main .formatovani_textu .zarovnani form input[type=text], body main .formatovani_textu .zarovnani form input[type=number], body main .formatovani_textu .zarovnani form input[type=password], body main .formatovani_textu .zarovnani form input[type=email] {
  outline: none;
  border: solid 1px #ccc;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: left;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu .zarovnani form input[type=text]::-moz-placeholder, body main .formatovani_textu .zarovnani form input[type=number]::-moz-placeholder, body main .formatovani_textu .zarovnani form input[type=password]::-moz-placeholder, body main .formatovani_textu .zarovnani form input[type=email]::-moz-placeholder {
  font-family: "Arial";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu .zarovnani form input[type=text]::placeholder, body main .formatovani_textu .zarovnani form input[type=number]::placeholder, body main .formatovani_textu .zarovnani form input[type=password]::placeholder, body main .formatovani_textu .zarovnani form input[type=email]::placeholder {
  font-family: "Arial";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu .zarovnani form input[type=checkbox], body main .formatovani_textu .zarovnani form input[type=radio] {
  width: 24px;
  height: 24px;
}
body main .formatovani_textu .zarovnani form input[type=submit] {
  display: block;
  cursor: pointer;
  transition: 500ms;
  background-color: #e21d2c;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 4px;
}
body main .formatovani_textu .zarovnani form input[type=submit]:hover {
  background-color: #000;
}
body main .formatovani_textu .zarovnani form select {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1E212C;
  border: solid 1px #ccc;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: 500ms;
}
body main .formatovani_textu .zarovnani form select:hover {
  background-color: #ccc;
}
body main .formatovani_textu .zarovnani .strankovani {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
body main .formatovani_textu .zarovnani .strankovani a {
  margin: 0px 5px;
  padding: 10px;
}
body main .formatovani_textu .zarovnani .show_cenik {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
body main .formatovani_textu .zarovnani .show_cenik div {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 15px;
}
body main .formatovani_textu .zarovnani .show_cenik div h2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
body main .formatovani_textu .zarovnani .show_cenik div .barva {
  padding: 0px;
  width: 100%;
  height: 6px;
  border-radius: 0px;
  margin: 10px 0px;
}
@media only screen and (max-width: 780px) {
  body main .formatovani_textu .zarovnani .show_cenik {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  body main .formatovani_textu .zarovnani .show_cenik {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main .formatovani_textu .zarovnani .show_faq {
  display: grid;
  width: 100%;
}
body main .formatovani_textu .zarovnani .show_faq .faq {
  margin-bottom: 20px;
}
body main .formatovani_textu .zarovnani .show_faq .faq h2 {
  background-color: #f1f1f1;
  padding: 10px !important;
  margin-bottom: 0px !important;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu .zarovnani .show_faq .faq p {
  border: solid 1px #ededed;
  padding: 10px !important;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu .zarovnani .header_news p {
  padding: 0px;
  font-family: "Arial";
  font-style: bold;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #3a3a3a;
}
body main .formatovani_textu .zarovnani .blog_main_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 720px) {
  body main .formatovani_textu .zarovnani .blog_main_wrap {
    grid-template-columns: 1fr;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
body main .formatovani_textu .zarovnani .blog_main_wrap .blog_vypis .obrazek {
  display: block;
  width: 100%;
  height: 300px;
  background-image: url("../img/vychozi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
body main .formatovani_textu .zarovnani .blog_main_wrap .blog_vypis .obrazek .info_top {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: #de0221;
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  padding: 0px 10px;
}
body main .formatovani_textu .zarovnani .blog_main_wrap .blog_vypis .obrazek .info_top h3 {
  font-family: "Arial";
  font-style: bold;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 44px;
  overflow: hidden;
}
body main .formatovani_textu .zarovnani .blog_main_wrap .blog_vypis .obrazek .info_top p {
  font-family: "Arial";
  font-style: bold;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  text-align: right;
}
body main .formatovani_textu .zarovnani .blog_main_wrap .blog_vypis .obsah .uvod {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #494949;
  height: 98px;
  overflow: hidden;
  padding: 0px;
  margin-top: 10px;
}
body main .blog_text .galerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
body main .blog_text .galerie a {
  width: 100%;
  aspect-ratio: 1;
  background-image: url("../img/vychozi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 5px;
}
body main .blog_text .galerie a img {
  display: none;
}
@media only screen and (max-width: 530px) {
  body main .blog_text .galerie {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main #fotogalerie .zarovnani {
  max-width: 840px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
body main #fotogalerie .zarovnani a {
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  aspect-ratio: 1.4;
  border-radius: 4px;
}
body main #fotogalerie .zarovnani a img {
  display: none;
}
@media only screen and (max-width: 620px) {
  body main #fotogalerie .zarovnani {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 460px) {
  body main #fotogalerie .zarovnani {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
body footer {
  width: 100%;
  height: 200px;
  background-color: #ccc;
  display: grid;
  justify-items: center;
  align-items: center;
  text-align: center;
}
body footer p {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #171717;
}
body footer p a {
  color: #e21d2c;
}
body footer p a:hover {
  text-decoration: none;
}
body .popup_kontakt {
  display: none;
}/*# sourceMappingURL=style.css.map */