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

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

@font-face {
  font-family: "Inter regular";
  src: url("../font/Inter-Regular.eot");
  src: url("../font/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype"), url("../font/Inter-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter regular italic";
  src: url("../font/Inter-Italic.eot");
  src: url("../font/Inter-Italic.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Italic.woff") format("woff"), url("../font/Inter-Italic.ttf") format("truetype"), url("../font/Inter-Italic.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter bold";
  src: url("../font/Inter-Bold.eot");
  src: url("../font/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype"), url("../font/Inter-Bold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter bold italic";
  src: url("../font/Inter-BoldItalic.eot");
  src: url("../font/Inter-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/Inter-BoldItalic.woff") format("woff"), url("../font/Inter-BoldItalic.ttf") format("truetype"), url("../font/Inter-BoldItalic.svg#fontname") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Inter medium";
  src: url("../font/Inter-Medium.eot");
  src: url("../font/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Medium.woff") format("woff"), url("../font/Inter-Medium.ttf") format("truetype"), url("../font/Inter-Medium.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter medium italic";
  src: url("../font/Inter-MediumItalic.eot");
  src: url("../font/Inter-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../font/Inter-MediumItalic.woff") format("woff"), url("../font/Inter-MediumItalic.ttf") format("truetype"), url("../font/Inter-MediumItalic.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter semibold";
  src: url("../font/Inter-SemiBold.eot");
  src: url("../font/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Inter-SemiBold.woff") format("woff"), url("../font/Inter-SemiBold.ttf") format("truetype"), url("../font/Inter-SemiBold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter semibold italic";
  src: url("../font/Inter-SemiBoldItalic.eot");
  src: url("../font/Inter-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/Inter-SemiBoldItalic.woff") format("woff"), url("../font/Inter-SemiBoldItalic.ttf") format("truetype"), url("../font/Inter-SemiBoldItalic.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.no_scrolling {
  overflow-y: hidden;
  overflow-x: hidden;
}
body .hlavicka_webu {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 99;
  height: 136px;
  background-color: rgba(222, 2, 33, 0.8);
}
body .hlavicka_webu.middle_scroll {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
  background-color: rgba(222, 2, 33, 0.9);
  transition: all 0.5s ease;
}
body .hlavicka_webu.max_scroll {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.55));
  background-color: rgb(222, 2, 33);
  transition: all 0.5s ease;
}
body .hlavicka_webu .zarovnani {
  max-width: 1758px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body .hlavicka_webu .zarovnani .nav_logo {
  display: grid;
  grid-template-columns: 1fr 166px 1fr;
  grid-gap: 35px;
  align-items: center;
}
@media only screen and (max-width: 1510px) {
  body .hlavicka_webu .zarovnani .nav_logo {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo {
    grid-template-columns: 445px 1fr 445px;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 1160px) {
  body .hlavicka_webu .zarovnani .nav_logo {
    grid-template-columns: 1fr 140px 1fr;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 980px) {
  body .hlavicka_webu .zarovnani .nav_logo {
    grid-template-columns: 1fr;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .logo {
  display: block;
  width: 100%;
  height: 98px;
  background-image: url("../img/logo.svg?v=1");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-top: 19px;
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .logo {
    background-size: contain;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  body .hlavicka_webu .zarovnani .nav_logo .logo {
    height: 103px;
    background-position-x: 10px;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty {
  text-align: left;
}
@media only screen and (max-width: 980px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_projekty {
    display: none;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul {
  list-style: none;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li {
  display: inline-block;
  position: relative;
  margin-left: 29px;
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1085px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li {
    margin-left: 10px;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li.podmenu {
  padding-right: 16px;
  background-image: url("../img/drop_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: 50%;
  transition: 200ms;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li.podmenu:hover {
  background-position-y: 75%;
}
@media only screen and (max-width: 1085px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li.podmenu {
    padding-right: 0px;
    background-image: none;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li:first-child {
  margin-left: 0px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 1510px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li a {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 999;
  /*width: 160px;
  background-color: rgb(255, 0, 0, 0.6);
  padding: 10px;*/
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu.ost {
  width: 220px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu.ost .wrap {
  width: 220px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap {
  margin-top: 25px;
  padding: 30px 40px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 30px 30px 0px rgba(45, 43, 50, 0.1);
  width: 730px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  padding-bottom: 28px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .just_ul {
  display: grid;
  grid-template-columns: 150px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .just_ul ul {
  max-width: 150px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 5px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .just_ul ul li {
  padding-right: 0px;
  padding-left: 10px;
  margin-left: 0px;
  background-image: none;
  display: block;
  background-image: url("../img/arrow_red_middle.svg");
  background-repeat: no-repeat;
  background-size: 5px;
  background-position-x: left;
  background-position-y: 9px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .just_ul ul li a {
  display: block;
  padding: 5px 0px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .just_ul ul li a:hover {
  color: #DE0221;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .just_ul ul li:last-child a {
  border-bottom: none;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats {
  display: grid;
  grid-template-columns: 450px 100px;
  grid-gap: 100px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats ul {
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats ul li {
  padding-right: 0px;
  padding-left: 10px;
  margin-left: 0px;
  background-image: none;
  display: block;
  background-image: url("../img/arrow_red_middle.svg");
  background-repeat: no-repeat;
  background-size: 5px;
  background-position-x: left;
  background-position-y: 9px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats ul li a {
  display: block;
  padding: 5px 0px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats ul li a:hover {
  color: #DE0221;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats ul li:last-child a {
  border-bottom: none;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .oteviraci_doby_grid {
    display: grid;
    grid-row-gap: 10px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status {
  border-radius: 20px;
  border: 1px solid #E6E9EC;
  height: 109px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 5px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .wrappik {
  display: grid;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed {
  display: inline-block;
  width: auto;
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.open {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #22AA18;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.open span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E0FBDE;
  top: 0px;
  left: 0px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.open i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22AA18;
  top: 4px;
  left: 4px;
  opacity: 0.2;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.open em {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #22AA18;
  top: 5px;
  left: 5px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.closed {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FF7A00;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.closed span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFEDDD;
  top: 0px;
  left: 0px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.closed i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF7A00;
  top: 4px;
  left: 4px;
  opacity: 0.2;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status .open_closed.closed em {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF7A00;
  top: 5px;
  left: 5px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status p {
  padding-top: 8px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-align: center;
  margin: 0px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li div.podmenu .wrap .ul_stats .status p.soon {
  color: #FF7A00;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_projekty ul li:hover .podmenu {
  display: block;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy {
  text-align: right;
  display: grid;
  grid-template-columns: 1fr 187px;
  grid-gap: 35px;
}
@media only screen and (max-width: 1550px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy {
    grid-gap: 10px;
    grid-template-columns: 1fr 142px;
  }
}
@media only screen and (max-width: 1160px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy {
    grid-template-columns: 1fr 82px;
  }
}
@media only screen and (max-width: 980px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy {
    display: none;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul {
  list-style: none;
  padding-top: 8px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li {
  display: inline-block;
  position: relative;
  margin-left: 35px;
}
@media only screen and (max-width: 1510px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1480px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li {
    margin-left: 10px;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li.podmenu {
  padding-right: 16px;
  background-image: url("../img/drop_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: 50%;
  transition: 200ms;
}
@media only screen and (max-width: 1080px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li.podmenu {
    padding-right: 10px;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li.podmenu:hover {
  background-position-y: 75%;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li:first-child {
  margin-left: 0px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 1510px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li a {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li .podmenu {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  width: 160px;
  background-color: rgba(255, 0, 0, 0.6);
  padding: 10px;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li .podmenu li {
  padding-right: 0px;
  margin-left: 0px;
  background-image: none;
  display: block;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li .podmenu li a {
  display: block;
  padding: 5px 0px;
  border-bottom: solid 1px red;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li .podmenu li:last-child a {
  border-bottom: none;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy ul li:hover .podmenu {
  display: block;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy {
  display: grid;
  grid-template-columns: 135px 36px;
  grid-gap: 16px;
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy {
    grid-gap: 6px;
  }
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy {
    grid-template-columns: 36px 36px;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop {
  display: block;
  width: 100%;
  height: 36px;
  background-color: white;
  border-radius: 3px;
  background-image: url("../img/e-shop.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 12px;
  background-position-y: center;
  text-decoration: none;
  text-align: center;
  padding-left: 24px;
  transition: 500ms;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #23282D;
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop span {
    display: none;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop:hover {
  background-color: #23282D;
  background-image: url("../img/e-shop-white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 12px;
  background-position-y: center;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop:hover span {
  color: white;
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop {
    width: 36px;
    height: 36px;
    background-image: url("../img/e-shop.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop span {
    display: none;
  }
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .eshop:hover {
    background-image: url("../img/e-shop-white.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci {
  display: block;
  width: 100%;
  height: 36px;
  background-color: white;
  border-radius: 3px;
  background-image: url("../img/menu_icon_kalendar_akci.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 9px;
  background-position-y: center;
  text-decoration: none;
  text-align: center;
  padding-left: 24px;
  transition: 500ms;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #23282D;
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci span {
    display: none;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci:hover {
  background-color: #23282D;
  background-image: url("../img/menu_icon_kalendar_akci_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 9px;
  background-position-y: center;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci:hover span {
  color: white;
}
@media only screen and (max-width: 1320px) {
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci {
    width: 36px;
    height: 36px;
    background-image: url("../img/menu_icon_kalendar_akci.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci span {
    display: none;
  }
  body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .kalendar_akci:hover {
    background-image: url("../img/menu_icon_kalendar_akci_white.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .searching {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.24);
  background-image: url("../img/lupa.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 500ms;
}
body .hlavicka_webu .zarovnani .nav_logo .ul_odkazy .odkazy .searching:hover {
  background-color: red;
}
body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger {
  display: none;
}
@media only screen and (max-width: 980px) {
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    top: 40px;
    right: 20px;
    cursor: pointer;
  }
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: 500ms;
  }
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger span:nth-child(1) {
    top: 10px;
  }
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger span:nth-child(2) {
    top: 25px;
  }
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger span:nth-child(3) {
    top: 40px;
  }
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger:hover span:nth-child(1) {
    top: 0px;
  }
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger:hover span:nth-child(2) {
    top: 25px;
  }
  body .hlavicka_webu .zarovnani .nav_logo .nav_menu #hamburger:hover span:nth-child(3) {
    top: 50px;
  }
}
body .hlavicka_webu .zarovnani .searching_bar {
  margin-left: auto;
  margin-right: 0px;
  width: 400px;
  background-color: white;
  height: 40px;
  border: 5px;
  display: none;
  position: absolute;
  right: 0px;
  top: 85px;
}
body .hlavicka_webu .zarovnani .searching_bar form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 100px;
}
body .hlavicka_webu .zarovnani .searching_bar form input[type=text] {
  height: 40px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #23282D;
  padding-left: 20px;
}
body .hlavicka_webu .zarovnani .searching_bar form input[type=text]::-moz-placeholder {
  font-family: "Inter regular";
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #23282D;
}
body .hlavicka_webu .zarovnani .searching_bar form input[type=text]::placeholder {
  font-family: "Inter regular";
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #23282D;
}
body .hlavicka_webu .zarovnani .searching_bar form input[type=submit] {
  cursor: pointer;
  background-color: black;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 400ms;
}
body .hlavicka_webu .zarovnani .searching_bar form input[type=submit]:hover {
  background-color: #fbd9de;
  color: black;
}
body header {
  line-height: 0px;
  font-size: 0px;
  height: 761px;
  max-height: 761px;
  width: 100%;
  background-image: url("../img/header_mask_wide.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
}
@media only screen and (max-width: 1920px) {
  body header {
    background-image: url("../img/header_mask.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: bottom;
  }
}
@media only screen and (max-width: 1140px) {
  body header {
    height: 500px;
  }
}
@media only screen and (max-width: 930px) {
  body header {
    height: 380px;
  }
}
@media only screen and (max-height: 1000px) {
  body header {
    height: 710px;
    max-height: 710px;
    background-position-y: 647px;
  }
}
@media only screen and (max-height: 800px) {
  body header {
    height: 520px;
    max-height: 520px;
    background-position-y: 457px;
  }
}
body header .zarovnani {
  max-width: 1758px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body header .to_bottom {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 26px;
  left: calc(50% - 10px);
  background-image: url("../img/arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 500ms;
}
body header .to_bottom:hover {
  bottom: 23px;
}
body header .jimi_content {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 11;
}
body header .jimi_content .content_carousel {
  display: none;
  transition: all 0.9s ease;
}
body header .jimi_content .content_carousel.last-active {
  display: none;
}
body header .jimi_content .content_carousel.active {
  display: block;
}
body header .jimi_content .content_carousel.last-active {
  display: none;
}
body header .jimi_content .content_carousel .obsah {
  position: absolute;
  top: 190px;
  max-width: 500px;
  width: 100%;
  left: calc(50% - 250px);
  z-index: 11;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  body header .jimi_content .content_carousel .obsah {
    top: 160px;
  }
}
@media only screen and (max-width: 500px) {
  body header .jimi_content .content_carousel .obsah {
    left: 0px;
  }
}
body header .jimi_content .content_carousel .obsah h1, body header .jimi_content .content_carousel .obsah h2 {
  padding-top: 105px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  /*@media only screen and (max-width: 440px) {
      display: none;
  }*/
}
@media only screen and (max-width: 1140px) {
  body header .jimi_content .content_carousel .obsah h1, body header .jimi_content .content_carousel .obsah h2 {
    padding-top: 20px;
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff;
  }
}
@media only screen and (max-width: 580px) {
  body header .jimi_content .content_carousel .obsah h1, body header .jimi_content .content_carousel .obsah h2 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
  }
}
@media only screen and (max-height: 800px) {
  body header .jimi_content .content_carousel .obsah h1, body header .jimi_content .content_carousel .obsah h2 {
    padding-top: 50px;
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff;
  }
}
body header .jimi_content .content_carousel .obsah a {
  width: auto;
  /*max-width: 235px;*/
  height: 64px;
  margin-top: 65px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #FFF;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 64px;
  letter-spacing: 0px;
  color: #23282D;
  background-image: url("../img/rozpis_stanovist.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 40px;
  background-position-y: center;
  padding-left: 65px;
  padding-right: 40px;
  text-decoration: none;
  text-align: left;
  transition: 500ms;
  cursor: pointer;
  /*@media only screen and (max-width: 1360px) {
      margin-top: 25px;
  }*/
}
body header .jimi_content .content_carousel .obsah a:hover {
  background-color: #DE0221;
  color: white;
  background-image: url("../img/rozpis_stanovist_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 40px;
  background-position-y: center;
}
@media only screen and (max-width: 1140px) {
  body header .jimi_content .content_carousel .obsah a {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 930px) {
  body header .jimi_content .content_carousel .obsah a {
    margin-top: 10px;
    height: 40px;
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #23282D;
    background-position-x: 20px;
  }
  body header .jimi_content .content_carousel .obsah a:hover {
    background-position-x: 20px;
  }
}
@media only screen and (max-height: 800px) {
  body header .jimi_content .content_carousel .obsah a {
    margin-top: 25px;
  }
}
body header #jimi_carousel {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  left: 0px;
  top: 0px;
  height: 760px;
  margin-bottom: 0px;
  background-color: #999999;
}
@media only screen and (max-width: 1920px) {
  body header #jimi_carousel {
    max-width: 1920px;
    /*left: calc(50% - 960px);*/
    /*aspect-ratio: 2.5263157895;*/
    height: 760px;
    /*height: initial;*/
  }
}
@media only screen and (max-width: 1140px) {
  body header #jimi_carousel {
    height: 499px;
  }
}
@media only screen and (max-width: 930px) {
  body header #jimi_carousel {
    aspect-ratio: initial;
    height: 379px;
  }
}
@media only screen and (max-height: 1000px) {
  body header #jimi_carousel {
    height: 710px;
    max-height: 710px;
  }
}
@media only screen and (max-height: 800px) {
  body header #jimi_carousel {
    height: 520px;
    max-height: 520px;
  }
}
body header #jimi_carousel .jimi_slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 760px;
  overflow: hidden;
}
@media only screen and (max-width: 1920px) {
  body header #jimi_carousel .jimi_slide {
    /*aspect-ratio: 2.5263157895;
    height: initial;*/
    height: 760px;
  }
}
@media only screen and (max-width: 1140px) {
  body header #jimi_carousel .jimi_slide {
    height: 499px;
  }
}
@media only screen and (max-width: 930px) {
  body header #jimi_carousel .jimi_slide {
    aspect-ratio: initial;
    height: 379px;
  }
}
@media only screen and (max-height: 1000px) {
  body header #jimi_carousel .jimi_slide {
    height: 710px;
    max-height: 710px;
  }
}
@media only screen and (max-height: 800px) {
  body header #jimi_carousel .jimi_slide {
    height: 520px;
    max-height: 520px;
  }
}
body header #jimi_carousel .jimi_slide .slide {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  background-image: url("../img/sliderImage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease;
}
body header #jimi_carousel .jimi_slide .slide.last-active {
  left: 0px;
  z-index: -1;
  transform: scale(1);
}
body header #jimi_carousel .jimi_slide .slide.active {
  opacity: 1 !important;
  z-index: 0 !important;
  left: 0px !important;
  transform: scale(1) !important;
}
body header #jimi_carousel .jimi_slide .slide.last-active {
  left: -100%;
  opacity: 0;
  transform: scale(1);
}
body header #jimi_carousel .jimi_nav {
  position: absolute;
  bottom: 114px;
  left: calc(50% - 80px);
  width: 160px;
  z-index: 99;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  body header #jimi_carousel .jimi_nav {
    bottom: 70px;
  }
}
body header #jimi_carousel .jimi_nav .navi {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  margin-right: 6px;
  transition: 500ms;
  cursor: pointer;
  opacity: 0.5;
}
body header #jimi_carousel .jimi_nav .navi.active, body header #jimi_carousel .jimi_nav .navi:hover {
  background-color: white;
  width: 32px;
  height: 6px;
  opacity: 1;
}
body header .mobile_menu {
  display: none;
}
@media only screen and (max-width: 980px) {
  body header .mobile_menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95);
  }
  body header .mobile_menu .wrap {
    position: relative;
    width: 100%;
    padding: 30px;
  }
  body header .mobile_menu .wrap .zavrit {
    display: block;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 30px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 35px;
    /*&:hover {
        & span {
            &:nth-child(1) {
                transform: rotate(0deg) translateY(-12px);
            }
            &:nth-child(2) {
                transform: rotate(0deg) translateY(0px) translateX(0px);
            }
            &:nth-child(3) {
                opacity: 1;
                transform: translateY(12px);
            }
        }
    }*/
  }
  body header .mobile_menu .wrap .zavrit span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #DE0221;
    transition: 500ms;
  }
  body header .mobile_menu .wrap .zavrit span:nth-child(1) {
    transform: rotate(45deg);
  }
  body header .mobile_menu .wrap .zavrit span:nth-child(2) {
    transform: rotate(-45deg) translateY(-3px) translateX(2px);
  }
  body header .mobile_menu .wrap .zavrit span:nth-child(3) {
    opacity: 0;
  }
  body header .mobile_menu .wrap ul {
    margin-top: 70px;
  }
  body header .mobile_menu .wrap ul li a {
    display: block;
    padding: 20px;
    cursor: pointer;
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #DE0221;
    text-align: center;
    text-decoration: none;
    border-bottom: solid 1px rgba(222, 2, 31, 0.3254901961);
    transition: 500ms;
  }
  body header .mobile_menu .wrap ul li a:hover {
    background-color: #DE0221;
    color: white;
  }
  body header .mobile_menu form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 200px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 980px) and (max-width: 540px) {
  body header .mobile_menu form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 980px) {
  body header .mobile_menu form input[type=text] {
    height: 80px;
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #23282D;
    padding-left: 20px;
    border: solid 1px gray;
  }
  body header .mobile_menu form input[type=text]::-moz-placeholder {
    font-family: "Inter regular";
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body header .mobile_menu form input[type=text]::placeholder {
    font-family: "Inter regular";
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body header .mobile_menu form input[type=submit] {
    cursor: pointer;
    background-color: red;
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 400ms;
  }
  body header .mobile_menu form input[type=submit]:hover {
    background-color: black;
  }
}
body main .top .zarovnani {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .top .zarovnani .wrap_stanoviste {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 324px;
  grid-gap: 13px;
  align-items: start;
  justify-items: center;
}
@media only screen and (max-width: 1040px) {
  body main .top .zarovnani .wrap_stanoviste {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 324px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 530px) {
  body main .top .zarovnani .wrap_stanoviste {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
  }
}
body main .top .zarovnani .wrap_stanoviste .stanoviste {
  border-radius: 16px;
  border: 1px solid #E6E9EC;
  padding: 29px;
  width: 100%;
  transition: all 0.5s ease;
  text-decoration: none;
  display: none;
  opacity: 0;
  height: 100%;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste.zobrazit {
  display: grid;
  opacity: 1;
  align-content: center;
}
@media only screen and (max-width: 1160px) {
  body main .top .zarovnani .wrap_stanoviste .stanoviste {
    padding: 15px;
  }
}
body main .top .zarovnani .wrap_stanoviste .stanoviste:nth-child(1), body main .top .zarovnani .wrap_stanoviste .stanoviste:nth-child(2), body main .top .zarovnani .wrap_stanoviste .stanoviste:nth-child(3), body main .top .zarovnani .wrap_stanoviste .stanoviste:nth-child(4) {
  display: grid;
  opacity: 1;
  align-content: center;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-bottom: 6px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .icon {
  margin-top: 12px;
  display: grid;
  width: 67px;
  height: 67px;
  border-radius: 14px;
  background: #DE0221;
  align-items: center;
  justify-items: center;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .icon span {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap h2 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  margin-top: 14px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .hide {
  display: none;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
  justify-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 1040px) {
  body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats {
    grid-gap: 10px;
  }
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats.just_one {
  grid-template-columns: 102px;
  width: 102px;
  margin-left: auto;
  margin-right: auto;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats.just_one .prazdny_ctverec {
  border-radius: 20px;
  height: 109px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 5px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats.just_one .staticky_text {
  border-radius: 20px;
  border: 1px solid #E6E9EC;
  height: 109px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 5px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-align: center;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status {
  border-radius: 20px;
  border: 1px solid #E6E9EC;
  height: 109px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 5px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .wrappik {
  display: grid;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed {
  display: inline-block;
  width: auto;
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.open {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #22AA18;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.open span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E0FBDE;
  top: 0px;
  left: 0px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.open i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22AA18;
  top: 4px;
  left: 4px;
  opacity: 0.2;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.open em {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #22AA18;
  top: 5px;
  left: 5px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.closed {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FF7A00;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.closed span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFEDDD;
  top: 0px;
  left: 0px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.closed i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF7A00;
  top: 4px;
  left: 4px;
  opacity: 0.2;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status .open_closed.closed em {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF7A00;
  top: 5px;
  left: 5px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status p {
  padding-top: 8px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-align: center;
  margin: 0px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .status p.soon {
  color: #FF7A00;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full {
  border-radius: 20px;
  border: 1px solid #E6E9EC;
  height: 109px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 16px;
  grid-row-gap: 5px;
  align-items: center;
  justify-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle-container .circle {
  margin: 20px;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-100 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-99 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-98 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-97 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-96 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-95 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-94 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-93 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-92 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-91 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-90 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-89 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-88 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-87 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-86 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-85 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-84 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-83 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-82 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-81 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-80 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-79 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-78 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-77 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-76 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-75 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-74 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-73 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-72 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-71 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-70 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-69 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-68 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-67 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-66 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-65 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-64 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-63 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-62 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-61 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-60 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-59 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-58 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-57 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-56 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-55 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-54 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-53 .percentage-bar:after,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-52 .percentage-bar:after, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-51 .percentage-bar:after {
  position: absolute;
  content: "";
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
  transform: rotate(0deg);
  width: 56px;
  height: 56px;
  border: 2px solid #22AA18;
  background: transparent;
  border-radius: 100%;
  transition: width 0.2s ease-out, height 0.2s ease-out, border-width 0.2s ease-out;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-100 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-99 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-98 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-97 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-96 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-95 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-94 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-93 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-92 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-91 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-90 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-89 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-88 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-87 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-86 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-85 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-84 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-83 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-82 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-81 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-80 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-79 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-78 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-77 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-76 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-75 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-74 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-73 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-72 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-71 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-70 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-69 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-68 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-67 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-66 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-65 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-64 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-63 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-62 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-61 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-60 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-59 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-58 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-57 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-56 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-55 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-54 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-53 .percentage-bar,
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-52 .percentage-bar, body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-51 .percentage-bar {
  -webkit-clip-path: none;
  clip-path: none;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle {
  width: 60px;
  height: 60px;
  cursor: default;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle span {
  position: absolute;
  display: block;
  width: 56px;
  height: 60px;
  text-align: center;
  transition: font-size 0.2s ease-out;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #23282D;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle:before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 56px;
  height: 56px;
  border: 2px solid #EFF2F5;
  background: transparent;
  border-radius: 100%;
  transition: width 0.2s ease-out, height 0.2s ease-out, border-width 0.2s ease-out;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle .percentage-bar {
  width: 56px;
  height: 56px;
  position: absolute;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle .percentage-bar:before {
  position: absolute;
  content: "";
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
  transform: rotate(0deg);
  width: 56px;
  height: 56px;
  border: 2px solid #22AA18;
  background: transparent;
  border-radius: 100%;
  transition: width 0.2s ease-out, height 0.2s ease-out, border-width 0.2s ease-out;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-1 .percentage-bar:before {
  transform: rotate(3.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-2 .percentage-bar:before {
  transform: rotate(7.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-3 .percentage-bar:before {
  transform: rotate(10.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-4 .percentage-bar:before {
  transform: rotate(14.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-5 .percentage-bar:before {
  transform: rotate(18deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-6 .percentage-bar:before {
  transform: rotate(21.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-7 .percentage-bar:before {
  transform: rotate(25.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-8 .percentage-bar:before {
  transform: rotate(28.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-9 .percentage-bar:before {
  transform: rotate(32.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-10 .percentage-bar:before {
  transform: rotate(36deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-11 .percentage-bar:before {
  transform: rotate(39.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-12 .percentage-bar:before {
  transform: rotate(43.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-13 .percentage-bar:before {
  transform: rotate(46.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-14 .percentage-bar:before {
  transform: rotate(50.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-15 .percentage-bar:before {
  transform: rotate(54deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-16 .percentage-bar:before {
  transform: rotate(57.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-17 .percentage-bar:before {
  transform: rotate(61.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-18 .percentage-bar:before {
  transform: rotate(64.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-19 .percentage-bar:before {
  transform: rotate(68.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-20 .percentage-bar:before {
  transform: rotate(72deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-21 .percentage-bar:before {
  transform: rotate(75.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-22 .percentage-bar:before {
  transform: rotate(79.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-23 .percentage-bar:before {
  transform: rotate(82.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-24 .percentage-bar:before {
  transform: rotate(86.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-25 .percentage-bar:before {
  transform: rotate(90deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-26 .percentage-bar:before {
  transform: rotate(93.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-27 .percentage-bar:before {
  transform: rotate(97.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-28 .percentage-bar:before {
  transform: rotate(100.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-29 .percentage-bar:before {
  transform: rotate(104.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-30 .percentage-bar:before {
  transform: rotate(108deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-31 .percentage-bar:before {
  transform: rotate(111.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-32 .percentage-bar:before {
  transform: rotate(115.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-33 .percentage-bar:before {
  transform: rotate(118.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-34 .percentage-bar:before {
  transform: rotate(122.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-35 .percentage-bar:before {
  transform: rotate(126deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-36 .percentage-bar:before {
  transform: rotate(129.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-37 .percentage-bar:before {
  transform: rotate(133.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-38 .percentage-bar:before {
  transform: rotate(136.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-39 .percentage-bar:before {
  transform: rotate(140.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-40 .percentage-bar:before {
  transform: rotate(144deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-41 .percentage-bar:before {
  transform: rotate(147.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-42 .percentage-bar:before {
  transform: rotate(151.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-43 .percentage-bar:before {
  transform: rotate(154.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-44 .percentage-bar:before {
  transform: rotate(158.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-45 .percentage-bar:before {
  transform: rotate(162deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-46 .percentage-bar:before {
  transform: rotate(165.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-47 .percentage-bar:before {
  transform: rotate(169.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-48 .percentage-bar:before {
  transform: rotate(172.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-49 .percentage-bar:before {
  transform: rotate(176.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-50 .percentage-bar:before {
  transform: rotate(180deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-51 .percentage-bar:before {
  transform: rotate(183.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-52 .percentage-bar:before {
  transform: rotate(187.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-53 .percentage-bar:before {
  transform: rotate(190.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-54 .percentage-bar:before {
  transform: rotate(194.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-55 .percentage-bar:before {
  transform: rotate(198deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-56 .percentage-bar:before {
  transform: rotate(201.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-57 .percentage-bar:before {
  transform: rotate(205.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-58 .percentage-bar:before {
  transform: rotate(208.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-59 .percentage-bar:before {
  transform: rotate(212.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-60 .percentage-bar:before {
  transform: rotate(216deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-61 .percentage-bar:before {
  transform: rotate(219.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-62 .percentage-bar:before {
  transform: rotate(223.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-63 .percentage-bar:before {
  transform: rotate(226.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-64 .percentage-bar:before {
  transform: rotate(230.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-65 .percentage-bar:before {
  transform: rotate(234deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-66 .percentage-bar:before {
  transform: rotate(237.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-67 .percentage-bar:before {
  transform: rotate(241.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-68 .percentage-bar:before {
  transform: rotate(244.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-69 .percentage-bar:before {
  transform: rotate(248.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-70 .percentage-bar:before {
  transform: rotate(252deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-71 .percentage-bar:before {
  transform: rotate(255.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-72 .percentage-bar:before {
  transform: rotate(259.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-73 .percentage-bar:before {
  transform: rotate(262.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-74 .percentage-bar:before {
  transform: rotate(266.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-75 .percentage-bar:before {
  transform: rotate(270deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-76 .percentage-bar:before {
  transform: rotate(273.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-77 .percentage-bar:before {
  transform: rotate(277.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-78 .percentage-bar:before {
  transform: rotate(280.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-79 .percentage-bar:before {
  transform: rotate(284.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-80 .percentage-bar:before {
  transform: rotate(288deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-81 .percentage-bar:before {
  transform: rotate(291.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-82 .percentage-bar:before {
  transform: rotate(295.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-83 .percentage-bar:before {
  transform: rotate(298.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-84 .percentage-bar:before {
  transform: rotate(302.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-85 .percentage-bar:before {
  transform: rotate(306deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-86 .percentage-bar:before {
  transform: rotate(309.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-87 .percentage-bar:before {
  transform: rotate(313.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-88 .percentage-bar:before {
  transform: rotate(316.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-89 .percentage-bar:before {
  transform: rotate(320.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-90 .percentage-bar:before {
  transform: rotate(324deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-91 .percentage-bar:before {
  transform: rotate(327.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-92 .percentage-bar:before {
  transform: rotate(331.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-93 .percentage-bar:before {
  transform: rotate(334.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-94 .percentage-bar:before {
  transform: rotate(338.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-95 .percentage-bar:before {
  transform: rotate(342deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-96 .percentage-bar:before {
  transform: rotate(345.6deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-97 .percentage-bar:before {
  transform: rotate(349.2deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-98 .percentage-bar:before {
  transform: rotate(352.8deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-99 .percentage-bar:before {
  transform: rotate(356.4deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full .circle.percentage-100 .percentage-bar:before {
  transform: rotate(360deg);
}
body main .top .zarovnani .wrap_stanoviste .stanoviste .wrap .stats .full p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-align: center;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste:hover {
  /*height: 372px;*/
  cursor: pointer;
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0px 25px 30px 0px rgba(45, 43, 50, 0.05);
  z-index: 4;
}
body main .top .zarovnani .wrap_stanoviste .stanoviste:hover .wrap {
  /*& .hide {
      display: inline-block;
      @include pismo("Inter regular", normal, normal, 12px, 16px, 0px, #DE0221);
      text-align: center;
      padding-top: 33px;
      & i {
          display: inline-block;
          width: 8px;
          height: 8px;
          @include obrazek("../img/arrow_small_red.svg", no-repeat, initial, center, center);
          margin-left: 4px;
      }
  }*/
}
body main .top .zarovnani .wrap_stanoviste .stanoviste:hover .wrap h2 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #DE0221;
  text-decoration: underline;
}
body main .top .zarovnani .wrap_stanoviste.vse .stanoviste {
  display: block;
  opacity: 1;
}
body main .top .zarovnani .ostatni_sportoviste {
  display: block;
  width: 260px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #DE0221;
  margin: 57px auto;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #DE0221;
  text-align: center;
  text-decoration: none;
  padding-right: 32px;
  background-image: url("../img/arrow_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 200px;
  background-position-y: center;
  transition: 500ms;
  cursor: pointer;
}
body main .top .zarovnani .ostatni_sportoviste:hover {
  background-color: #DE0221;
  color: white;
  background-image: url("../img/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 210px;
  background-position-y: center;
}
body main .aktualne {
  width: 100%;
  background-color: #F4F6F9;
  margin-top: 23px;
  padding-bottom: 63px;
}
body main .aktualne .zarovnani {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .aktualne .zarovnani h2 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0px;
  color: #23282D;
  text-align: center;
  padding-top: 64px;
}
body main .aktualne .zarovnani .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 300px);
  grid-gap: 40px;
  margin-top: 55px;
  /*@media only screen and (max-width: 460px) {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(5, 240px);
  }*/
}
@media only screen and (max-width: 1050px) {
  body main .aktualne .zarovnani .wrap {
    grid-template-rows: repeat(2, 250px);
  }
}
@media only screen and (max-width: 900px) {
  body main .aktualne .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 300px);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 590px) {
  body main .aktualne .zarovnani .wrap {
    grid-template-rows: repeat(4, 240px);
  }
}
@media only screen and (max-width: 500px) {
  body main .aktualne .zarovnani .wrap {
    grid-template-rows: repeat(2, 240px);
  }
}
body main .aktualne .zarovnani .wrap .aktualita {
  width: 100%;
  border-radius: 15px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  transition: 500ms;
}
body main .aktualne .zarovnani .wrap .aktualita:hover {
  box-shadow: #ababab 0px 0px 20px 5px;
}
body main .aktualne .zarovnani .wrap .aktualita .obsah {
  display: grid;
  grid-template-rows: 1fr;
  align-items: end;
  padding-bottom: 25px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  z-index: 1;
}
body main .aktualne .zarovnani .wrap .aktualita .obsah .badge {
  border-radius: 3px;
  background: #FFF;
  display: inline-block;
  padding: 4px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #DE0221;
}
body main .aktualne .zarovnani .wrap .aktualita .obsah h3 {
  display: block;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 8px;
  max-width: 190px;
  margin-bottom: 16px;
}
body main .aktualne .zarovnani .wrap .aktualita .obsah .datum {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  background-image: url("../img/datum_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 0px;
  background-position-y: center;
  padding-left: 20px;
}
body main .aktualne .zarovnani .wrap .aktualita .gradient {
  height: 130px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  border-radius: 0px 0px 15px 15px;
}
@media only screen and (max-width: 500px) {
  body main .aktualne .zarovnani .wrap .aktualita .gradient {
    height: 214px;
  }
}
body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  border-radius: 20px;
  /*@media only screen and (max-width: 460px) {
      grid-column: span 1;
      grid-row: span 1;
      border-radius: 15px;
  }*/
}
@media only screen and (max-width: 500px) {
  body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 15px;
  }
}
body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) .gradient {
  height: 180px;
  border-radius: 0px 0px 20px 20px;
  /*@media only screen and (max-width: 460px) {
      height: 130px;
      border-radius: 0px 0px 15px 15px;
  }*/
}
@media only screen and (max-width: 500px) {
  body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) .gradient {
    height: 214px;
  }
}
body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) .obsah {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 500px) {
  body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) .obsah {
    padding-left: 24px;
    padding-right: 24px;
  }
}
body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) .obsah h3 {
  display: block;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  body main .aktualne .zarovnani .wrap .aktualita:nth-child(1) .obsah h3 {
    display: block;
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #fff;
    margin-top: 8px;
    max-width: 190px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 500px) {
  body main .aktualne .zarovnani .wrap .aktualita:nth-child(5) {
    display: none;
  }
}
body main .aktualne .zarovnani .dalsi_aktuality {
  display: block;
  width: 260px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #DE0221;
  background-color: white;
  margin: 0px auto;
  margin-top: 40px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #DE0221;
  text-align: center;
  text-decoration: none;
  padding-right: 32px;
  background-image: url("../img/arrow_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 200px;
  background-position-y: center;
  transition: 500ms;
}
body main .aktualne .zarovnani .dalsi_aktuality:hover {
  background-color: #DE0221;
  color: white;
  background-image: url("../img/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 210px;
  background-position-y: center;
}
body main .kalendar_akci {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 133px;
}
@media only screen and (max-width: 500px) {
  body main .kalendar_akci {
    display: none;
  }
}
body main .kalendar_akci .zarovnani {
  max-width: 1464px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 132px;
}
@media only screen and (max-width: 1400px) {
  body main .kalendar_akci .zarovnani {
    padding-left: 0px;
  }
}
body main .kalendar_akci .zarovnani .top {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-gap: 20px;
}
body main .kalendar_akci .zarovnani .top h2 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 32px !important;
  line-height: 39px !important;
  letter-spacing: 0px;
  color: #23282D;
  padding: 0px !important;
}
body main .kalendar_akci .zarovnani .top .arrows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
}
body main .kalendar_akci .zarovnani .top .arrows div {
  width: 100%;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #DEE1E4;
  transition: 500ms;
  cursor: pointer;
}
body main .kalendar_akci .zarovnani .top .arrows div.previousle {
  background-image: url("../img/carousel_left.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .kalendar_akci .zarovnani .top .arrows div.next {
  background-image: url("../img/carousel_right.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .kalendar_akci .zarovnani .top .arrows div:hover {
  background-color: #DEE1E4;
}
body main .kalendar_akci .zarovnani .wrap {
  height: 138px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 46px;
  max-width: 1200px;
}
@media only screen and (max-width: 1090px) {
  body main .kalendar_akci .zarovnani .wrap {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 980px) {
  body main .kalendar_akci .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  body main .kalendar_akci .zarovnani .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main .kalendar_akci .zarovnani .wrap .akce {
  display: none;
  transition: 500ms;
  text-decoration: none;
}
body main .kalendar_akci .zarovnani .wrap .akce:nth-child(1), body main .kalendar_akci .zarovnani .wrap .akce:nth-child(2), body main .kalendar_akci .zarovnani .wrap .akce:nth-child(3) {
  display: inline;
}
@media only screen and (max-width: 980px) {
  body main .kalendar_akci .zarovnani .wrap .akce:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  body main .kalendar_akci .zarovnani .wrap .akce:nth-child(2) {
    display: none;
  }
}
body main .kalendar_akci .zarovnani .wrap .akce.vsechny {
  text-align: right;
}
body main .kalendar_akci .zarovnani .wrap .akce.vsechny:hover .vse {
  background-color: #adadad;
}
body main .kalendar_akci .zarovnani .wrap .akce.vsechny .vse {
  display: inline-block;
  background-color: #E9E9E9;
  max-width: 239px;
  width: 100%;
  height: 99px;
  transition: 500ms;
}
@media only screen and (max-width: 700px) {
  body main .kalendar_akci .zarovnani .wrap .akce.vsechny .vse {
    max-width: 100%;
  }
}
body main .kalendar_akci .zarovnani .wrap .akce.vsechny .vse span {
  display: grid;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-content: center;
}
body main .kalendar_akci .zarovnani .wrap .akce.vsechny .vse span em {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
}
body main .kalendar_akci .zarovnani .wrap .akce.vsechny .vse span em i {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/arrow-akce.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 12px;
  height: 22px;
  margin-left: 20px;
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 16px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1090px) {
  body main .kalendar_akci .zarovnani .wrap .akce .wrapik {
    grid-gap: 10px;
    grid-template-columns: 80px 1fr;
  }
}
@media only screen and (max-width: 980px) {
  body main .kalendar_akci .zarovnani .wrap .akce .wrapik {
    grid-template-columns: 120px 1fr;
    grid-gap: 16px;
  }
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  aspect-ratio: 1.5;
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .datum {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
  background-image: url("../img/datum_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 0px;
  background-position-y: center;
  padding-left: 20px;
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah h3 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #23282D;
  max-width: 230px;
  margin-top: 4px;
  max-height: 40px;
  overflow: hidden;
  padding: 0px;
}
@media only screen and (max-width: 700px) {
  body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah h3 {
    max-width: 100%;
  }
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .uvod {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #818A91;
  margin-top: 12px;
  max-width: 230px;
  max-height: 48px;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .uvod {
    max-width: 100%;
  }
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .odkaz {
  display: block;
  margin-top: 4px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .odkaz em {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: underline;
}
body main .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .odkaz i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: bottom;
}
body main .kalendar_akci_mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  body main .kalendar_akci_mobile {
    display: block;
  }
  body main .kalendar_akci_mobile .zarovnani {
    max-width: 422px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body main .kalendar_akci_mobile .zarovnani h2 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.5px;
    color: #23282D;
  }
  body main .kalendar_akci_mobile .zarovnani a.vsechny {
    text-align: center;
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #818A91;
    text-decoration: none;
    display: block;
    margin-top: 30px;
  }
  body main .kalendar_akci_mobile .zarovnani .arrowas_all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  body main .kalendar_akci_mobile .zarovnani .arrowas_all .arrows {
    justify-self: end;
    display: grid;
    grid-template-columns: repeat(2, 28px);
    grid-gap: 4px;
    margin-top: 22px;
  }
  body main .kalendar_akci_mobile .zarovnani .arrowas_all .arrows div {
    width: 100%;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #DEE1E4;
    transition: 500ms;
    cursor: pointer;
  }
  body main .kalendar_akci_mobile .zarovnani .arrowas_all .arrows div.previousle {
    background-image: url("../img/carousel_left.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body main .kalendar_akci_mobile .zarovnani .arrowas_all .arrows div.next {
    background-image: url("../img/carousel_right.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body main .kalendar_akci_mobile .zarovnani .arrowas_all .arrows div:hover {
    background-color: #DEE1E4;
  }
  body main .kalendar_akci_mobile .zarovnani .arrowas_all a {
    justify-self: end;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap {
    margin-top: 34px;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce {
    display: none;
    width: 100%;
    transition: 500ms;
    text-decoration: none;
    margin-bottom: 18px;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce:nth-child(1), body main .kalendar_akci_mobile .zarovnani .wrap .akce:nth-child(2), body main .kalendar_akci_mobile .zarovnani .wrap .akce:nth-child(3) {
    display: block;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 16px;
    width: 100%;
    height: 100%;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik .obr {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    aspect-ratio: 1.5;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik .obsah .datum {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #DE0221;
    background-image: url("../img/datum_red.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: 0px;
    background-position-y: center;
    padding-left: 20px;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik .obsah h3 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #23282D;
    max-width: 100%;
    margin-top: 4px;
    max-height: 40px;
    overflow: hidden;
    padding: 0px;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik .obsah .uvod {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #818A91;
    margin-top: 12px;
    max-width: 100%;
    max-height: 48px;
    overflow: hidden;
    display: inline-block;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik .obsah .odkaz {
    display: block;
    margin-top: 4px;
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik .obsah .odkaz em {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #23282D;
    text-decoration: underline;
  }
  body main .kalendar_akci_mobile .zarovnani .wrap .akce .wrapik .obsah .odkaz i {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    background-image: url("../img/arrow_black.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: bottom;
  }
}
body footer {
  line-height: 0px;
  font-size: 0px;
  border-top: solid 1px #DEE1E4;
  margin-top: 33px;
  padding-top: 64px;
}
body footer.aktualita_nad {
  border: none;
  margin-top: 0px;
}
body footer .zarovnani {
  max-width: 1760px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 280px;
  position: relative;
}
@media only screen and (max-width: 1760px) {
  body footer .zarovnani {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1420px) {
  body footer .zarovnani {
    padding-left: 0px;
  }
}
body footer .zarovnani .to_up {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid #DEE1E4;
  cursor: pointer;
  transition: 500ms;
  background-image: url("../img/arrow_top.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .to_up:hover {
  background-color: #DEE1E4;
}
body footer .zarovnani .obsah {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 280px;
  grid-gap: 30px;
}
@media only screen and (max-width: 1420px) {
  body footer .zarovnani .obsah {
    grid-template-columns: repeat(4, 1fr) 100px;
  }
}
@media only screen and (max-width: 1000px) {
  body footer .zarovnani .obsah {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah {
    grid-template-columns: repeat(2, 1fr);
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
body footer .zarovnani .obsah .sloupec h2 {
  position: relative;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #23282D;
  padding-bottom: 6px;
}
body footer .zarovnani .obsah .sloupec h2::after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  display: block;
  bottom: 0px;
  background-color: #DE0221;
}
body footer .zarovnani .obsah .sloupec h2.adresa {
  max-width: 167px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  padding-left: 30px;
  background-image: url("../img/adresa.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 4px;
  background-position-y: top;
}
body footer .zarovnani .obsah .sloupec h2.adresa::after {
  display: none;
}
body footer .zarovnani .obsah .sloupec p.adresa {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 10px;
  padding-left: 30px;
}
body footer .zarovnani .obsah .sloupec p.ic_dic {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 24px;
}
body footer .zarovnani .obsah .sloupec p.ic_dic span {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 25px;
  margin-right: 1px;
}
body footer .zarovnani .obsah .sloupec p.ic_dic strong {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  padding-right: 6px;
}
body footer .zarovnani .obsah .sloupec a.zobrazit_na_mape {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
  display: inline-block;
  margin-left: 30px;
  margin-top: 10px;
}
body footer .zarovnani .obsah .sloupec a.zobrazit_na_mape:hover {
  text-decoration: none;
}
body footer .zarovnani .obsah .sloupec a.mail {
  display: inline-block;
  padding-left: 30px;
  margin-top: 24px;
  text-decoration: none;
  background-image: url("../img/mail.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 4px;
  background-position-y: top;
}
body footer .zarovnani .obsah .sloupec a.mail span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
  text-decoration: underline;
}
body footer .zarovnani .obsah .sloupec a.mail:hover span {
  text-decoration: none;
}
body footer .zarovnani .obsah .sloupec a.tel {
  display: inline-block;
  padding-left: 30px;
  margin-top: 4px;
  text-decoration: none;
  background-image: url("../img/tel.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 4px;
  background-position-y: top;
}
body footer .zarovnani .obsah .sloupec a.tel span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
  text-decoration: underline;
}
body footer .zarovnani .obsah .sloupec a.tel:hover span {
  text-decoration: none;
}
body footer .zarovnani .obsah .sloupec ul {
  list-style: none;
  margin-top: 24px;
}
body footer .zarovnani .obsah .sloupec ul li {
  margin-bottom: 8px;
  padding-left: 12px;
  background-image: url("../img/arrow_small_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 0px;
  background-position-y: center;
}
body footer .zarovnani .obsah .sloupec ul li a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
}
body footer .zarovnani .obsah .sloupec ul li a:hover {
  text-decoration: none;
}
body footer .zarovnani .obsah .sloupec .soc {
  text-align: right;
}
body footer .zarovnani .obsah .sloupec .soc a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #FBD9DE;
  margin-left: 5px;
  vertical-align: bottom;
  transition: 500ms;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec .soc a {
    width: 42px;
    height: 42px;
  }
}
body footer .zarovnani .obsah .sloupec .soc a.facebook {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec .soc a.facebook {
    background-size: 24px;
  }
}
body footer .zarovnani .obsah .sloupec .soc a.instagram {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec .soc a.instagram {
    background-size: 24px;
  }
}
body footer .zarovnani .obsah .sloupec .soc a.youtube {
  background-image: url("../img/youtube.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec .soc a.youtube {
    background-size: 24px;
  }
}
body footer .zarovnani .obsah .sloupec .soc a:hover {
  background: #DE0221;
}
body footer .zarovnani .obsah .sloupec .soc a:hover.facebook {
  background-image: url("../img/facebook_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec .soc a:hover.facebook {
    background-size: 24px;
  }
}
body footer .zarovnani .obsah .sloupec .soc a:hover.instagram {
  background-image: url("../img/instagram_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec .soc a:hover.instagram {
    background-size: 24px;
  }
}
body footer .zarovnani .obsah .sloupec .soc a:hover.youtube {
  background-image: url("../img/youtube_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec .soc a:hover.youtube {
    background-size: 24px;
  }
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec:nth-child(1) {
    grid-column: span 1;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
body footer .zarovnani .obsah .sloupec:nth-child(2) {
  padding-left: 120px;
}
@media only screen and (max-width: 1760px) {
  body footer .zarovnani .obsah .sloupec:nth-child(2) {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1420px) {
  body footer .zarovnani .obsah .sloupec:nth-child(2) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec:nth-child(2) {
    grid-column: span 1;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
body footer .zarovnani .obsah .sloupec:nth-child(3) {
  padding-left: 125px;
}
@media only screen and (max-width: 1760px) {
  body footer .zarovnani .obsah .sloupec:nth-child(3) {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1420px) {
  body footer .zarovnani .obsah .sloupec:nth-child(3) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec:nth-child(3) {
    grid-column: span 1;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
body footer .zarovnani .obsah .sloupec:nth-child(4) {
  padding-left: 160px;
}
@media only screen and (max-width: 1760px) {
  body footer .zarovnani .obsah .sloupec:nth-child(4) {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1420px) {
  body footer .zarovnani .obsah .sloupec:nth-child(4) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec:nth-child(4) {
    grid-column: span 1;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
body footer .zarovnani .obsah .sloupec:nth-child(5) {
  display: grid;
  grid-template-rows: 1fr;
  align-items: end;
}
@media only screen and (max-width: 880px) {
  body footer .zarovnani .obsah .sloupec:nth-child(5) {
    grid-column: span 2;
    margin-left: auto;
    margin-right: auto;
  }
}
body footer .zarovnani .copy {
  padding-top: 70px;
  padding-bottom: 22px;
}
body footer .zarovnani .copy p {
  text-align: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #818A91;
}
body footer .zarovnani .copy p a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: underline;
}
body footer .zarovnani .copy p a:hover {
  text-decoration: none;
}
body.subpage .hlavicka_webu {
  background-color: #DE0221;
}
body.subpage .hlavicka_webu.scrolling {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.55));
}
body.subpage header {
  line-height: 0px;
  font-size: 0px;
  height: 136px;
  background-color: #DE0221;
  background-image: none;
  padding-top: 10px;
}
body.subpage header.scrolling {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.55));
}
@media only screen and (max-width: 1320px) {
  body.subpage header {
    height: 136px;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage header {
    height: 136px;
  }
}
body.subpage main .main_obsah {
  padding-top: 81px;
  padding-bottom: 146px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah {
    padding-top: 20px;
  }
}
body.subpage main .main_obsah.no_padding_bottom {
  padding-bottom: 0px;
}
body.subpage main .main_obsah.podpodstrana {
  padding-top: 46px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah.podpodstrana {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body.subpage main .main_obsah .vypis_ceniku {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
body.subpage main .main_obsah .vypis_ceniku .cenik {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: rgba(241, 241, 241, 0.4392156863);
  margin-bottom: 30px;
}
body.subpage main .main_obsah .vypis_ceniku .cenik .hlavicka_ceniku {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-gap: 10px;
  cursor: pointer;
}
body.subpage main .main_obsah .vypis_ceniku .cenik .hlavicka_ceniku h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.subpage main .main_obsah .vypis_ceniku .cenik .hlavicka_ceniku span {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background-color: #DE0221;
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  transition: 500ms;
}
body.subpage main .main_obsah .vypis_ceniku .cenik .hlavicka_ceniku span:hover {
  background-color: #000;
}
body.subpage main .main_obsah .vypis_ceniku .cenik .obsah_ceniku {
  display: none;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita {
  line-height: 0px;
  font-size: 0px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani {
  grid-template-columns: 270px 90px 1fr 90px 1fr;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani {
    grid-template-columns: 270px 70px 1fr 70px 1fr;
  }
}
@media only screen and (max-width: 1050px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani {
    grid-template-columns: 1fr 40px 1fr 40px 1fr;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani {
    grid-template-columns: 1fr 340px 340px;
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 920px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani {
    grid-template-columns: 1fr 250px;
  }
}
@media only screen and (max-width: 420px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani {
    grid-template-columns: 1fr 200px;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .nomezera, body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .mezera {
  margin-left: 44px;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .nomezera, body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .mezera {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 1050px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .nomezera, body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .mezera {
    margin-left: 19px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .nomezera, body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .mezera {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .doba {
    grid-column: span 2;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .doba {
    grid-column: span 1;
    text-align: left;
  }
}
@media only screen and (max-width: 920px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .aktualita {
    grid-column: span 2;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita.no_obsazenost .zarovnani .aktualita {
    grid-column: span 1;
    margin-top: 0px;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 270px 153px 270px 153px 1fr;
  grid-gap: 0px;
  margin-top: 68px;
  align-items: center;
  border-bottom: solid 1px #E6E9EC;
  padding-bottom: 82px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani.no_border_bottom {
  border-bottom: none;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani {
    grid-template-columns: 270px 70px 270px 70px 1fr;
  }
}
@media only screen and (max-width: 1050px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani {
    grid-template-columns: 1fr 40px 1fr 40px 340px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani {
    grid-template-columns: repeat(2, 1fr) 340px;
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 860px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani {
    margin-top: 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani {
    grid-template-columns: 1fr;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .mezera {
  margin: 8px 0px;
  border-left: solid 1px rgba(0, 0, 0, 0.56);
  height: 135px;
  margin-left: 76px;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .mezera {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 1050px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .mezera {
    margin-left: 19px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .mezera {
    display: none;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .status {
  border-radius: 4px;
  background: #23282D;
  display: inline-block;
  padding: 4px 8px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 24px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 8px;
  margin: 0px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani a {
  text-decoration: none;
  display: block;
  margin-top: 24px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani a i {
  display: inline-block;
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani a em {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: underline;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani a:hover em {
  text-decoration: none;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba {
  margin: 8px 0px;
}
@media only screen and (max-width: 420px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba {
    text-align: center;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .ok {
  position: relative;
  padding-left: 23px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .ok span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #D3FC56;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .ok span:nth-child(1) {
  background-color: #D3FC56;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .ok span:nth-child(2) {
  background-color: #22AA18;
  position: absolute;
  opacity: 0.1;
  top: -6px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .ok span:nth-child(3) {
  background-color: #27EB17;
  position: absolute;
  opacity: 0.15;
  top: -9px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .ok i, body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .ok .popis {
  display: inline-block;
  vertical-align: middle;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #D3FC56;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .nok {
  position: relative;
  padding-left: 23px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .nok span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FF7A00;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .nok span:nth-child(1) {
  background-color: #f9a75a;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .nok span:nth-child(2) {
  background-color: #FF7A00;
  position: absolute;
  opacity: 0.1;
  top: -6px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .nok span:nth-child(3) {
  background-color: #FF7A00;
  position: absolute;
  opacity: 0.15;
  top: -9px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .nok i, body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .doba .status .nok .popis {
  display: inline-block;
  vertical-align: middle;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FF7A00;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .obsazenost {
  margin: 8px 0px;
}
@media only screen and (max-width: 420px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .obsazenost {
    text-align: center;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .obsazenost .status .ok {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .obsazenost .status .ok .color {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #D3FC56;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .obsazenost .status .nok {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .obsazenost .status .nok .color {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FF7A00;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita {
  margin: 8px 0px;
}
@media only screen and (max-width: 860px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita {
    grid-column: span 2;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita {
    grid-column: span 1;
    margin-top: 0px;
  }
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita.n_1 {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita {
    grid-column: initial;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita .status {
  /*@media only screen and (max-width: 420px) {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 200px;
  }*/
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita .status p {
  padding: 0px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a {
  display: block;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 16px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a {
    grid-template-columns: 54px 1fr;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a .obr {
  display: block;
  height: 80px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a .obr {
    aspect-ratio: 1.5;
    height: auto;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a .obsah .datum {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0px;
  color: #23282D;
  padding-left: 20px;
  background-image: url("../img/datum_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a .obsah h2 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 8px;
  height: 68px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a .obsah h2 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 4px;
    max-height: 60px;
    height: auto;
  }
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a .obsah span {
  margin-top: 12px;
  display: block;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a .obsah span i {
  margin-left: 4px;
}
body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a:hover .obr {
  transform: scale(1.1);
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .doba_obsazenost_aktualita .zarovnani .aktualita a span em {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #23282D;
  }
}
body.subpage main .main_obsah .rozcestnik {
  line-height: 0px;
  font-size: 0px;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 70px;
  border-bottom: solid 1px #E6E9EC;
}
body.subpage main .main_obsah .rozcestnik.no_border_bottom {
  border-bottom: none;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik.no_border_bottom {
    padding-bottom: 0px;
  }
}
body.subpage main .main_obsah .rozcestnik.mezi {
  border-bottom: none;
  padding-bottom: 26px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik.mezi {
    padding-bottom: 10px;
  }
}
body.subpage main .main_obsah .rozcestnik.mezi h2 {
  padding-top: 12px;
}
body.subpage main .main_obsah .rozcestnik h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #818A91;
  padding-top: 31px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik h2 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #818A91;
  }
}
body.subpage main .main_obsah .rozcestnik .line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #F1F1F1;
  margin-top: 13px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik .line {
    display: none;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  grid-row-gap: 40px;
}
@media only screen and (max-width: 980px) {
  body.subpage main .main_obsah .rozcestnik .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 680px) {
  body.subpage main .main_obsah .rozcestnik .wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    margin-top: 20px;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap.neodsazuj {
  margin-top: 27px;
}
body.subpage main .main_obsah .rozcestnik .wrap a {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-gap: 12px;
  width: 310px;
  text-decoration: none;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  body.subpage main .main_obsah .rozcestnik .wrap a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik .wrap a {
    grid-template-columns: 43px 1fr;
    width: 100%;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap a .icon {
  display: block;
  width: 100%;
  height: 76px;
  background-color: rgb(251, 217, 222);
  border-radius: 8px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik .wrap a .icon {
    height: 43px;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap a .obsah h2 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 0px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik .wrap a .obsah h2 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #23282D;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap a .obsah p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #818A91;
  padding-top: 4px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .main_obsah .rozcestnik .wrap a .obsah p {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #818A91;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap a:nth-child(3n+2) {
  justify-self: center;
}
@media only screen and (max-width: 980px) {
  body.subpage main .main_obsah .rozcestnik .wrap a:nth-child(3n+2) {
    justify-self: initial;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap a:nth-child(3n) {
  justify-self: end;
}
@media only screen and (max-width: 980px) {
  body.subpage main .main_obsah .rozcestnik .wrap a:nth-child(3n) {
    justify-self: initial;
  }
}
body.subpage main .main_obsah .rozcestnik .wrap a:hover .icon {
  background-color: #E6E9EC;
}
body.subpage main .main_obsah .kalendar_akci {
  margin-top: 80px;
}
body.subpage main .main_obsah .kalendar_akci .zarovnani {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 0px;
}
body.subpage main .formatovani_textu .zarovnani {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap {
  width: 100%;
  margin-top: 24px;
  border-radius: 0px 0px 4px 4px;
  background: #FFF;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .hlavicka_vlozeneho_dokumentu {
  width: 100%;
  background-image: url("../img/drop_arrow_black_down.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 97%;
  background-position-y: center;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #23282D;
  background-color: #eff2f5;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 20px;
  cursor: pointer;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .hlavicka_vlozeneho_dokumentu.open {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url("../img/drop_arrow_black_up.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 97%;
  background-position-y: center;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .hlavicka_vlozeneho_dokumentu .wrap_hlavicky_dokumentu {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 10px;
  padding-right: 55px;
  align-items: center;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .hlavicka_vlozeneho_dokumentu .wrap_hlavicky_dokumentu h2, body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .hlavicka_vlozeneho_dokumentu .wrap_hlavicky_dokumentu h3 {
  padding: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .hlavicka_vlozeneho_dokumentu .wrap_hlavicky_dokumentu p {
  text-align: right;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000;
  margin: 0px;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu {
  border-right: 1px solid #EFF2F5;
  border-bottom: 1px solid #EFF2F5;
  border-left: 1px solid #EFF2F5;
  padding: 23px 21px 0px 21px;
  display: none;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #8494A5;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha {
  display: grid;
  grid-template-columns: 110px 1fr 50px 110px;
  grid-column-gap: 20px;
  border-bottom: solid 1px #EFF2F5;
  max-width: 841px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 9px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha {
    grid-template-columns: 110px 1fr;
    grid-row-gap: 10px;
  }
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha .nazev {
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha .nazev a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha .popis {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #8494A5;
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha .typ {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha .stahnout {
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu .zarovnani .vlozeny_dokument_wrap .obsah_vlozeneho_dokumentu .prilohy_wrap .priloha .stahnout a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #E30613;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni {
  display: grid;
  grid-template-columns: 1fr 139px 1fr 139px 1fr;
  grid-gap: 0px;
  margin-top: 80px;
  margin-bottom: 80px;
  align-items: start;
  justify-items: start;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni {
    grid-template-columns: 1fr 71px 1fr 71px 1fr;
  }
}
@media only screen and (max-width: 900px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 8px;
  }
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni {
    grid-column-gap: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni {
    grid-template-columns: 1fr 1fr;
  }
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni div:nth-child(5) {
    display: none;
    /*
    grid-column: span 2;
    width: 50%;
    justify-self: center;
    margin-top: 10px;
    */
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .mezera {
  width: 1px;
  height: 135px;
  margin-left: 74px;
  align-self: center;
  background-color: #000;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .mezera {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 900px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .mezera {
    display: none;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .mezera.noline {
  width: 0px;
  background-color: transparent;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .status {
  border-radius: 4px;
  background: #23282D;
  display: inline-block;
  padding: 4px 8px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid {
  display: grid;
  grid-template-columns: 1fr 32px;
  grid-gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid {
    grid-gap: 10px;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid .info_oteviracka {
  position: relative;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid .info_oteviracka span {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #FBD9DE;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  transition: 500ms;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid .info_oteviracka span i {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/info_icon.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid .info_oteviracka span:hover {
  background-color: #ababab;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid .info_oteviracka p {
  display: none;
  position: absolute;
  right: 0px;
  top: 36px;
  background: black;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 5px;
  z-index: 99;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  max-width: 200px;
}
@media only screen and (max-width: 580px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid .info_oteviracka p {
    max-width: 150px;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .obal_pre_grid .info_oteviracka:hover p {
  display: block;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 24px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni h2 a {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 0px;
    margin-top: 0px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni h2 a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni h2 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 4px;
    height: auto;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 0px;
  margin: 0px;
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni p {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #23282D;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni a {
  text-decoration: none;
  display: block;
  margin-top: 24px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni a i {
  display: inline-block;
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni a em {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni a em {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #23282D;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni a:hover em {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba {
  margin: 8px 0px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba a {
    margin-top: 0px;
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba h2 {
    margin-top: 20px;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status {
  padding: 2px 8px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .ok {
  position: relative;
  padding-left: 23px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .ok span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #D3FC56;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .ok span:nth-child(1) {
  background-color: #D3FC56;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .ok span:nth-child(2) {
  background-color: #22AA18;
  position: absolute;
  opacity: 0.1;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .ok span:nth-child(3) {
  background-color: #27EB17;
  position: absolute;
  opacity: 0.15;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .ok i, body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .ok .popis {
  display: inline-block;
  vertical-align: 2px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #D3FC56;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .nok {
  position: relative;
  padding-left: 23px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .nok span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FF7A00;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .nok span:nth-child(1) {
  background-color: #f9a75a;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .nok span:nth-child(2) {
  background-color: #FF7A00;
  position: absolute;
  opacity: 0.1;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .nok span:nth-child(3) {
  background-color: #FF7A00;
  position: absolute;
  opacity: 0.15;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .nok i, body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .doba .status .nok .popis {
  display: inline-block;
  vertical-align: 2px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FF7A00;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita {
  margin: 8px 0px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita .spravne_odsazeni {
  width: 1px;
  height: 24px;
  display: block;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita .status {
  /*@media only screen and (max-width: 420px) {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 200px;
  }*/
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita .status p {
  padding: 0px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a {
  display: block;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 16px;
}
@media only screen and (max-width: 1030px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a {
    grid-template-columns: 54px 1fr;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a .obr {
  display: block;
  height: 80px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
@media only screen and (max-width: 1030px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a .obr {
    aspect-ratio: 1.5;
    height: auto;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a .obsah .datum {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0px;
  color: #23282D;
  padding-left: 20px;
  background-image: url("../img/datum_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  margin-top: 0px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a .obsah h2 {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 8px;
  max-height: 68px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a .obsah h2 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 4px;
    max-height: 60px;
    height: auto;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a .obsah span {
  margin-top: 12px;
  display: block;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a .obsah span i {
  margin-left: 4px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a:hover .obr {
  transform: scale(1.1);
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .aktualita a span em {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #23282D;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah .status {
  margin-top: 8px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #D3FC56;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah .status_obs {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px; 
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah h3 {
  padding-bottom: 4px;
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah h3 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 4px;
    height: auto;
    margin-top: 20px;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah h3 a {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #23282D;
    margin: 0px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah h3 a:hover {
    text-decoration: underline;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah a {
  /*
  text-decoration: none;
  display: block;
  margin-top: 24px;
  @include pismo("Inter regular", normal, normal, 12px, 16px, 0px, #23282D);
  text-decoration: underline;
  &:hover {
      text-decoration: none;
  }
  */
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah a i {
  display: inline-block;
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah a em {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah a em {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #23282D;
  }
}
body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah a:hover em {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani .oddelovac {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #f1f1f1;
  margin-top: 5px;
  margin-bottom: 15px;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah h1 {
  text-align: center;
  padding-bottom: 94px;
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah h1 {
    padding-bottom: 34px;
  }
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah h2 {
  padding-top: 37px;
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah h2:first-of-type {
  padding-top: 0px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah h2 {
    font-family: "Inter bold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1E212C;
  }
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah p a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #424551;
  text-decoration-line: underline;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah p a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah p a.a_nevyrazny {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .grid_2 {
  display: grid;
  grid-template-columns: 147px 1fr;
  grid-gap: 21px;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 64px;
  margin-top: 124px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .grid_3 {
    grid-column-gap: 34px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .grid_3 {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 920px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .grid_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .grid_3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .grid_3 div h3 {
  padding: 0px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #DE0221;
  text-transform: uppercase;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .obsah_vedle_form {
  float: left;
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah .obsah_vedle_form {
    float: none;
    clear: both;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
  }
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah {
  float: right;
  width: 725px;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah {
    width: 600px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah {
    float: none;
    clear: both;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah .inpts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 450px) {
  body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah .inpts {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah .inpts label p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah .inpts label input {
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  height: 52px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah label p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah label textarea {
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  height: 102px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #424551;
  resize: none;
}
body.subpage main .formatovani_textu .zarovnani .kontakty_obsah #napiste_nam_obsah input[type=submit] {
  margin-top: 48px;
  width: 174px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  background-image: none;
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active {
  display: grid;
  grid-template-columns: 269px 1fr;
  grid-gap: 41px;
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active {
    grid-gap: 10px;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu {
  grid-area: 1/1;
  border-radius: 10px;
  background: #EFF2F5;
  padding: 20px 12px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu .side_menu_hamburger {
    width: 35px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
  }
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu .side_menu_hamburger span {
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #DE0221;
    left: 0px;
    position: absolute;
  }
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu .side_menu_hamburger span:nth-child(1) {
    top: 0px;
  }
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu .side_menu_hamburger span:nth-child(2) {
    top: 11px;
  }
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu .side_menu_hamburger span:nth-child(3) {
    top: 22px;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu h2 {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #E30613;
  padding-bottom: 0;
  padding-top: 0px;
  padding-left: 0px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu h2 {
    display: none;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu h2 a {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #E30613;
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu h2.mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu h2.mobile {
    display: inline-block;
    cursor: pointer;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul {
  list-style: none;
  margin-left: 0px;
  margin-top: 18px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    background-color: #eff2f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 20px;
  }
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li ul {
    display: block;
    position: relative;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li {
  display: block;
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li.no_li h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #818A91;
  padding: 0px;
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li::before {
  display: none;
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li {
    margin-bottom: 0px;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  background-image: url("../img/arrow_red_middle.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 12px;
  background-position-y: center;
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #23282D;
  padding-left: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 500ms;
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li a:hover, body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li a.active {
  color: #E30613;
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu li {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu li::before {
  display: none;
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu li {
    margin-bottom: 0px;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu li a {
  display: block;
  width: 100%;
  text-decoration: none;
  background-image: url("../img/drop_arrow_gray.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 7px;
  background-position-y: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #636F7B;
  padding-left: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 500ms;
}
@media only screen and (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu li a:hover, body.subpage main .formatovani_textu .zarovnani.side_menu_active .side_menu ul li .subsubmenu li a.active {
  color: #E30613;
}
body.subpage main .formatovani_textu .zarovnani .breadnav {
  padding-bottom: 36px;
}
body.subpage main .formatovani_textu .zarovnani .breadnav p a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #888;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}
body.subpage main .formatovani_textu .zarovnani .breadnav p a:hover, body.subpage main .formatovani_textu .zarovnani .breadnav p a.active {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani .breadnav p a:first-child {
  margin-left: 0px;
}
body.subpage main .formatovani_textu .zarovnani .breadnav p i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/nav.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
}
body.subpage main .formatovani_textu .zarovnani h1, body.subpage main .formatovani_textu .zarovnani h1 span, body.subpage main .formatovani_textu .zarovnani h1 strong, body.subpage main .formatovani_textu .zarovnani h1 b, body.subpage main .formatovani_textu .zarovnani h1 u {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000;
  padding-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h1, body.subpage main .formatovani_textu .zarovnani h1 span, body.subpage main .formatovani_textu .zarovnani h1 strong, body.subpage main .formatovani_textu .zarovnani h1 b, body.subpage main .formatovani_textu .zarovnani h1 u {
    font-family: "Inter bold";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #000;
    padding-bottom: 15px;
  }
}
body.subpage main .formatovani_textu .zarovnani h2, body.subpage main .formatovani_textu .zarovnani h2 span, body.subpage main .formatovani_textu .zarovnani h2 strong, body.subpage main .formatovani_textu .zarovnani h2 b, body.subpage main .formatovani_textu .zarovnani h2 u {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 34px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h2, body.subpage main .formatovani_textu .zarovnani h2 span, body.subpage main .formatovani_textu .zarovnani h2 strong, body.subpage main .formatovani_textu .zarovnani h2 b, body.subpage main .formatovani_textu .zarovnani h2 u {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 20px;
    padding-bottom: 6px;
  }
}
body.subpage main .formatovani_textu .zarovnani h3, body.subpage main .formatovani_textu .zarovnani h3 span, body.subpage main .formatovani_textu .zarovnani h3 strong, body.subpage main .formatovani_textu .zarovnani h3 b, body.subpage main .formatovani_textu .zarovnani h3 u {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 24px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h3, body.subpage main .formatovani_textu .zarovnani h3 span, body.subpage main .formatovani_textu .zarovnani h3 strong, body.subpage main .formatovani_textu .zarovnani h3 b, body.subpage main .formatovani_textu .zarovnani h3 u {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 18px;
    padding-bottom: 4px;
  }
}
body.subpage main .formatovani_textu .zarovnani h4, body.subpage main .formatovani_textu .zarovnanih4 span, body.subpage main .formatovani_textu .zarovnani h4 strong, body.subpage main .formatovani_textu .zarovnani h4 b, body.subpage main .formatovani_textu .zarovnani h4 u {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 15px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h4, body.subpage main .formatovani_textu .zarovnanih4 span, body.subpage main .formatovani_textu .zarovnani h4 strong, body.subpage main .formatovani_textu .zarovnani h4 b, body.subpage main .formatovani_textu .zarovnani h4 u {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}
body.subpage main .formatovani_textu .zarovnani h5, body.subpage main .formatovani_textu .zarovnani h5 span, body.subpage main .formatovani_textu .zarovnani h5 strong, body.subpage main .formatovani_textu .zarovnani h5 b, body.subpage main .formatovani_textu .zarovnani h5 u {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #DE0221;
  padding-top: 15px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h5, body.subpage main .formatovani_textu .zarovnani h5 span, body.subpage main .formatovani_textu .zarovnani h5 strong, body.subpage main .formatovani_textu .zarovnani h5 b, body.subpage main .formatovani_textu .zarovnani h5 u {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DE0221;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}
body.subpage main .formatovani_textu .zarovnani h1 em, body.subpage main .formatovani_textu .zarovnani h1 i {
  font-family: "Inter bold";
  font-style: italic;
  font-weight: normal;
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000;
  padding-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h1 em, body.subpage main .formatovani_textu .zarovnani h1 i {
    font-family: "Inter bold";
    font-style: italic;
    font-weight: normal;
    font-size: 25px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #000;
    padding-bottom: 15px;
  }
}
body.subpage main .formatovani_textu .zarovnani h2 em, body.subpage main .formatovani_textu .zarovnani h2 i {
  font-family: "Inter semibold";
  font-style: italic;
  font-weight: normal;
  font-size: 25px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 34px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h2 em, body.subpage main .formatovani_textu .zarovnani h2 i {
    font-family: "Inter semibold";
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 20px;
    padding-bottom: 6px;
  }
}
body.subpage main .formatovani_textu .zarovnani h3 em, body.subpage main .formatovani_textu .zarovnani h3 i {
  font-family: "Inter semibold";
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 24px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h3 em, body.subpage main .formatovani_textu .zarovnani h3 i {
    font-family: "Inter semibold";
    font-style: italic;
    font-weight: normal;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 18px;
    padding-bottom: 4px;
  }
}
body.subpage main .formatovani_textu .zarovnani h4 em, body.subpage main .formatovani_textu .zarovnani h4 i {
  font-family: "Inter medium";
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 15px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h4 em, body.subpage main .formatovani_textu .zarovnani h4 i {
    font-family: "Inter medium";
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}
body.subpage main .formatovani_textu .zarovnani h5 em, body.subpage main .formatovani_textu .zarovnani h5 i {
  font-family: "Inter medium";
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #DE0221;
  padding-top: 15px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani h5 em, body.subpage main .formatovani_textu .zarovnani h5 i {
    font-family: "Inter medium";
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DE0221;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}
body.subpage main .formatovani_textu .zarovnani span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
  padding: 0px 0px;
  margin-bottom: 10px;
}
body.subpage main .formatovani_textu .zarovnani p sup {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p sub {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p code {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 10px 0px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
  position: relative;
  display: block;
}
body.subpage main .formatovani_textu .zarovnani p span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p span.maly {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #555C61;
  padding-bottom: 21px;
}
body.subpage main .formatovani_textu .zarovnani p span.velky {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p span.nejvetsi {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p span.pod_carou {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani p .konani {
  background-color: #DE0221;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  margin-top: 10px;
}
body.subpage main .formatovani_textu .zarovnani p em, body.subpage main .formatovani_textu .zarovnani p i {
  font-family: "Inter regular";
  font-style: italic;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p strong, body.subpage main .formatovani_textu .zarovnani p b {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p strong.velky, body.subpage main .formatovani_textu .zarovnani p b.velky {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p strong.nejvetsi, body.subpage main .formatovani_textu .zarovnani p b.nejvetsi {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p.velky {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: white;
  background-color: #DE0221;
  padding: 10px 20px;
  margin: 20px 0px;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny em, body.subpage main .formatovani_textu .zarovnani p.vyrazny i {
  font-family: "Inter regular";
  font-style: italic;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny strong, body.subpage main .formatovani_textu .zarovnani p.vyrazny b {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny strong.velky, body.subpage main .formatovani_textu .zarovnani p.vyrazny b.velky {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny strong.nejvetsi, body.subpage main .formatovani_textu .zarovnani p.vyrazny b.nejvetsi {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny2 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: black;
  background-color: #b1b1b1;
  padding: 10px 20px;
  margin: 20px 0px;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny2 em, body.subpage main .formatovani_textu .zarovnani p.vyrazny2 i {
  font-family: "Inter regular";
  font-style: italic;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny2 strong, body.subpage main .formatovani_textu .zarovnani p.vyrazny2 b {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny2 strong.velky, body.subpage main .formatovani_textu .zarovnani p.vyrazny2 b.velky {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu .zarovnani p.vyrazny2 strong.nejvetsi, body.subpage main .formatovani_textu .zarovnani p.vyrazny2 b.nejvetsi {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu .zarovnani ul, body.subpage main .formatovani_textu .zarovnani ol {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0px;
  list-style: none;
}
body.subpage main .formatovani_textu .zarovnani ul li, body.subpage main .formatovani_textu .zarovnani ol li {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
  margin-bottom: 8px;
}
body.subpage main .formatovani_textu .zarovnani ul li em, body.subpage main .formatovani_textu .zarovnani ul li i, body.subpage main .formatovani_textu .zarovnani ol li em, body.subpage main .formatovani_textu .zarovnani ol li i {
  font-family: "Inter regular";
  font-style: italic;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ul li strong, body.subpage main .formatovani_textu .zarovnani ul li b, body.subpage main .formatovani_textu .zarovnani ol li strong, body.subpage main .formatovani_textu .zarovnani ol li b {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ul li strong.velky, body.subpage main .formatovani_textu .zarovnani ul li b.velky, body.subpage main .formatovani_textu .zarovnani ol li strong.velky, body.subpage main .formatovani_textu .zarovnani ol li b.velky {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ul li strong.nejvetsi, body.subpage main .formatovani_textu .zarovnani ul li b.nejvetsi, body.subpage main .formatovani_textu .zarovnani ol li strong.nejvetsi, body.subpage main .formatovani_textu .zarovnani ol li b.nejvetsi {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ul li a, body.subpage main .formatovani_textu .zarovnani ol li a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.subpage main .formatovani_textu .zarovnani ul li a:hover, body.subpage main .formatovani_textu .zarovnani ol li a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani ul li.li_none::before, body.subpage main .formatovani_textu .zarovnani ol li.li_none::before {
  display: none;
}
body.subpage main .formatovani_textu .zarovnani ul li.li_none h2, body.subpage main .formatovani_textu .zarovnani ol li.li_none h2 {
  padding-top: 50px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani ul li::before, body.subpage main .formatovani_textu .zarovnani ol li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #DE0221;
  border-radius: 100%;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 6px;
}
body.subpage main .formatovani_textu .zarovnani ul li.no_li::before, body.subpage main .formatovani_textu .zarovnani ol li.no_li::before {
  display: none;
}
body.subpage main .formatovani_textu .zarovnani ul li ul li, body.subpage main .formatovani_textu .zarovnani ul li ol li, body.subpage main .formatovani_textu .zarovnani ol li ul li, body.subpage main .formatovani_textu .zarovnani ol li ol li {
  margin-left: 20px;
}
body.subpage main .formatovani_textu .zarovnani ul li ul li ul li, body.subpage main .formatovani_textu .zarovnani ul li ul li ol li, body.subpage main .formatovani_textu .zarovnani ul li ol li ul li, body.subpage main .formatovani_textu .zarovnani ul li ol li ol li, body.subpage main .formatovani_textu .zarovnani ol li ul li ul li, body.subpage main .formatovani_textu .zarovnani ol li ul li ol li, body.subpage main .formatovani_textu .zarovnani ol li ol li ul li, body.subpage main .formatovani_textu .zarovnani ol li ol li ol li {
  margin-left: 20px;
}
body.subpage main .formatovani_textu .zarovnani ol {
  /*counter-reset: smartim-counter;*/
}
body.subpage main .formatovani_textu .zarovnani ol li {
  counter-increment: smartim-counter;
}
body.subpage main .formatovani_textu .zarovnani ol li em, body.subpage main .formatovani_textu .zarovnani ol li i {
  font-family: "Inter regular";
  font-style: italic;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ol li strong, body.subpage main .formatovani_textu .zarovnani ol li b {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ol li strong.velky, body.subpage main .formatovani_textu .zarovnani ol li b.velky {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ol li strong.nejvetsi, body.subpage main .formatovani_textu .zarovnani ol li b.nejvetsi {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani ol li a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.subpage main .formatovani_textu .zarovnani ol li a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani ol li:first-child {
  counter-reset: smartim-counter;
}
body.subpage main .formatovani_textu .zarovnani ol li::before {
  content: counters(smartim-counter, ".") ".  ";
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
  margin-top: 0px;
  width: auto;
  height: auto;
  background-color: transparent;
}
body.subpage main .formatovani_textu .zarovnani a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.subpage main .formatovani_textu .zarovnani a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani a.a_vyrazny {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.subpage main .formatovani_textu .zarovnani a.a_nevyrazny {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  height: 32px;
  padding: 0px 15px;
  vertical-align: middle;
  background-color: #DE0221;
  border-radius: 3px;
  transition: 500ms;
  cursor: pointer;
  margin: 10px 0px;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta:hover {
  background-color: #000;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta2 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  height: 32px;
  padding: 0px 15px;
  vertical-align: middle;
  background-color: #000;
  border-radius: 3px;
  transition: 500ms;
  cursor: pointer;
  margin: 10px 0px;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta2:hover {
  background-color: #DE0221;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta3 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  height: 32px;
  padding: 0px 15px;
  vertical-align: middle;
  background-color: gray;
  border-radius: 3px;
  transition: 500ms;
  cursor: pointer;
  margin: 10px 0px;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta3:hover {
  background-color: #000;
}
body.subpage main .formatovani_textu .zarovnani span {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani span.vyrazny {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: white;
}
body.subpage main .formatovani_textu .zarovnani span.vyrazny2 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: white;
}
body.subpage main .formatovani_textu .zarovnani table {
  margin-top: 19px;
  margin-bottom: 0px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  body.subpage main .formatovani_textu .zarovnani table {
    width: 100%;
    overflow-x: scroll;
    max-width: 100%;
  }
}
body.subpage main .formatovani_textu .zarovnani table tr th {
  background-color: #23282D;
  text-align: left;
  padding: 12px 24px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .formatovani_textu .zarovnani table tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.subpage main .formatovani_textu .zarovnani table tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.subpage main .formatovani_textu .zarovnani table tr th p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .formatovani_textu .zarovnani table tr td {
  text-align: left;
  padding: 12px 24px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani table tr td p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani table tr td strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani table tr td img {
  width: 100%;
}
body.subpage main .formatovani_textu .zarovnani table tr td ul, body.subpage main .formatovani_textu .zarovnani table tr td ol {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0px;
  list-style: none;
}
body.subpage main .formatovani_textu .zarovnani table tr td ul li, body.subpage main .formatovani_textu .zarovnani table tr td ol li {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
  margin-bottom: 8px;
}
body.subpage main .formatovani_textu .zarovnani table tr td ul li::before, body.subpage main .formatovani_textu .zarovnani table tr td ol li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #DE0221;
  border-radius: 100%;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 6px;
}
body.subpage main .formatovani_textu .zarovnani table tr td ul li.no_li::before, body.subpage main .formatovani_textu .zarovnani table tr td ol li.no_li::before {
  display: none;
}
body.subpage main .formatovani_textu .zarovnani table tr td ol {
  counter-reset: smartim-counter;
}
body.subpage main .formatovani_textu .zarovnani table tr td ol li {
  counter-increment: smartim-counter;
}
body.subpage main .formatovani_textu .zarovnani table tr td ol li::before {
  content: counter(smartim-counter) ". ";
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
  margin-top: 0px;
  width: auto;
  height: auto;
  background-color: transparent;
}
body.subpage main .formatovani_textu .zarovnani table tr:nth-child(even) td {
  background-color: #EFF2F5;
}
body.subpage main .formatovani_textu .zarovnani table tr:nth-child(even) td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.subpage main .formatovani_textu .zarovnani table tr:nth-child(even) td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.subpage main .formatovani_textu .zarovnani table.table_svetla tr {
  border-bottom: 1px solid rgba(213, 213, 213, 0.4);
}
body.subpage main .formatovani_textu .zarovnani table.table_bila tr td, body.subpage main .formatovani_textu .zarovnani table.table_bila tr th {
  border-bottom: solid 1px #D2D9DF;
  background-color: white;
}
body.subpage main .formatovani_textu .zarovnani table.table_bila tr th {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani table.table_bila tr th:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_bila tr th:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_bila tr th p {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani table.table_seda tr td, body.subpage main .formatovani_textu .zarovnani table.table_seda tr th {
  border-bottom: solid 1px #fff;
  background-color: #EFF2F5;
}
body.subpage main .formatovani_textu .zarovnani table.table_seda tr td:first-child, body.subpage main .formatovani_textu .zarovnani table.table_seda tr th:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_seda tr td:last-child, body.subpage main .formatovani_textu .zarovnani table.table_seda tr th:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_seda tr th {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani table.table_seda tr th p {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr th {
  border-bottom: solid 1px #ccc;
  background-color: #636E7A;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td:first-child, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr th:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td:last-child, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr th:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr th {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr th p {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td p {
  color: #fff !important;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td p b, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td p strong, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td p em, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td p i {
  color: #fff !important;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td b, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td strong, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td em, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td i {
  color: #fff !important;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td a {
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td ul li, body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td ol li {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_tmave_seda tr td ol li::before {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr th {
  background-color: #DE0221;
  text-align: left;
  padding: 12px 24px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr th p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td {
  background-color: #DE0221;
  border: solid 1px white;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td p {
  color: #fff !important;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td p b, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td p strong, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td p em, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td p i {
  color: #fff !important;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td b, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td strong, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td em, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td i {
  color: #fff !important;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td a {
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td ul, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td ol {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0px;
  list-style: none;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td ul li, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td ol li {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td ul li::before, body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td ol li::before {
  background-color: #fff;
}
body.subpage main .formatovani_textu .zarovnani table.table_cervena tr td ol li::before {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
  background-color: transparent;
}
body.subpage main .formatovani_textu .zarovnani img.img_vpravo {
  float: right;
  margin-top: 0px;
  margin-left: 72px;
  margin-bottom: 20px;
  max-width: 500px;
  width: calc(100% - 20px);
  height: auto;
}
@media (max-width: 1100px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vpravo {
    max-width: 350px;
  }
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vpravo {
    max-width: 500px;
  }
}
@media (max-width: 880px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vpravo {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.subpage main .formatovani_textu .zarovnani img.img_vpravo_mensi {
  float: right;
  margin-top: 0px;
  margin-left: 72px;
  margin-bottom: 20px;
  max-width: 350px;
  width: calc(100% - 20px);
  height: auto;
}
@media (max-width: 880px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vpravo_mensi {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.subpage main .formatovani_textu .zarovnani img.img_vlevo {
  float: left;
  margin-top: 0px;
  margin-right: 72px;
  margin-bottom: 20px;
  max-width: 500px;
  width: calc(100% - 20px);
  height: auto;
}
@media (max-width: 1100px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vlevo {
    max-width: 350px;
  }
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vlevo {
    max-width: 500px;
  }
}
@media (max-width: 880px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vlevo {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.subpage main .formatovani_textu .zarovnani img.img_vlevo_mensi {
  float: left;
  margin-top: 0px;
  margin-right: 72px;
  margin-bottom: 20px;
  max-width: 350px;
  width: calc(100% - 20px);
  height: auto;
}
@media (max-width: 880px) {
  body.subpage main .formatovani_textu .zarovnani img.img_vlevo_mensi {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.subpage main .formatovani_textu .zarovnani img.img_100 {
  float: none;
  margin: 10px 0px;
  width: 100%;
  height: auto;
}
body.subpage main .formatovani_textu .zarovnani input {
  background: #EFF2F5;
  width: 100%;
  height: 43px;
  padding: 0px 12px;
  outline: none;
  border: none;
  margin-top: 4px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani input::-moz-placeholder {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani input::placeholder {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani select {
  background: #EFF2F5;
  width: 100%;
  height: 43px;
  padding: 0px 12px;
  outline: none;
  border: none;
  margin-top: 4px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
  cursor: pointer;
}
body.subpage main .formatovani_textu .zarovnani textarea {
  background: #EFF2F5;
  width: 100%;
  height: 141px;
  padding: 12px 12px;
  outline: none;
  border: none;
  margin-top: 4px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
  resize: none;
}
body.subpage main .formatovani_textu .zarovnani textarea::-moz-placeholder {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani textarea::placeholder {
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
}
body.subpage main .formatovani_textu .zarovnani input[type=submit] {
  width: 100%;
  height: 52px;
  cursor: pointer;
  transition: 500ms;
  margin-top: 24px;
  display: block;
  border-radius: 3px;
  background: #DE0221;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding-left: 30px;
  background-image: url("../img/odeslat.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 40%;
  background-position-y: center;
}
body.subpage main .formatovani_textu .zarovnani input[type=submit]:hover {
  background-color: #69000f;
}
@media only screen and (max-width: 550px) {
  body.subpage main .formatovani_textu .zarovnani input[type=submit] {
    background-position-x: 35%;
  }
}
@media only screen and (max-width: 400px) {
  body.subpage main .formatovani_textu .zarovnani input[type=submit] {
    background-position-x: 30%;
  }
}
body.subpage main .formatovani_textu .zarovnani p.intro_video iframe {
  width: 100%;
  border: none;
  max-width: 560px;
  height: 315px;
  float: right;
  margin-top: 0px;
  margin-left: 72px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  body.subpage main .formatovani_textu .zarovnani p.intro_video iframe {
    max-width: 350px;
    height: 233px;
  }
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu .zarovnani p.intro_video iframe {
    max-width: 560px;
    width: 100%;
    height: 315px;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.subpage main .formatovani_textu .zarovnani iframe {
  width: 100%;
  border: none;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani iframe {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0px !important;
    float: none;
    clear: both;
    min-height: 315px;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  body.subpage main .formatovani_textu .zarovnani iframe {
    min-height: 250px;
  }
}
body.subpage main .formatovani_textu .zarovnani .galerie {
  margin: 20px 0px;
}
body.subpage main .formatovani_textu .zarovnani .galerie h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 24px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .galerie h2 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 18px;
    padding-bottom: 8px;
  }
}
body.subpage main .formatovani_textu .zarovnani .galerie .galerie_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
}
body.subpage main .formatovani_textu .zarovnani .galerie.mala .galerie_wrap {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
body.subpage main .formatovani_textu .zarovnani .galerie.mala a {
  aspect-ratio: 1.74;
  border-radius: 0;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .galerie.mala .galerie_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .formatovani_textu .zarovnani .galerie.velka .galerie_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
body.subpage main .formatovani_textu .zarovnani .galerie.velka a {
  aspect-ratio: 1.74;
  border-radius: 0;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .galerie .galerie_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 300px) {
  body.subpage main .formatovani_textu .zarovnani .galerie .galerie_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .formatovani_textu .zarovnani .galerie a {
  display: block;
  aspect-ratio: 1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  opacity: 1;
  transition: 300ms;
}
body.subpage main .formatovani_textu .zarovnani .galerie a:hover {
  opacity: 0.9;
}
body.subpage main .formatovani_textu .zarovnani .galerie a img {
  display: none;
}
body.subpage main .formatovani_textu .zarovnani .strankovani {
  margin-top: 32px;
  text-align: center;
}
body.subpage main .formatovani_textu .zarovnani .strankovani a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0px 5px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
  text-decoration: underline;
}
body.subpage main .formatovani_textu .zarovnani .strankovani a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani .oddelovac_kotvy {
  width: 1px;
  height: 1px;
  transform: translateY(-90px);
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .oddelovac_kotvy {
    transform: translateY(-120px);
  }
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .nadpis_panelu {
  display: block;
  margin-top: 24px;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .nadpis_panelu h2 {
  background-image: url("../img/drop_arrow_black_down.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 97%;
  background-position-y: center;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #23282D;
  background-color: #eff2f5;
  padding: 10px;
  border-radius: 10px;
  padding-left: 20px;
  cursor: pointer;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .nadpis_panelu h2.open {
  background-image: url("../img/drop_arrow_black_up.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 97%;
  background-position-y: center;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel.obsah_cenik .nadpis_panelu h3 {
  background-image: url("../img/drop_arrow_black_down.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 97%;
  background-position-y: center;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #23282D;
  background-color: #e4e4e4;
  padding: 5px;
  border-radius: 10px;
  padding-left: 10px;
  cursor: pointer;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel.obsah_cenik .nadpis_panelu h3.open {
  background-image: url("../img/drop_arrow_black_up.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 97%;
  background-position-y: center;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsah_panelu {
  display: none;
  padding: 10px 20px;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsah_panelu h1, body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsah_panelu h2, body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsah_panelu h3, body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsah_panelu h4, body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsah_panelu h5 {
  padding-top: 10px;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel.posledni_panel {
  margin-bottom: 24px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .obsahovy_panel.posledni_panel {
    margin-bottom: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel.prvni .nadpis_panelu {
  margin-top: 24px;
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .obsahovy_panel.prvni .nadpis_panelu {
    margin-top: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsahovy_panel .nadpis_panelu {
  margin-top: 24px;
}
body.subpage main .formatovani_textu .zarovnani .obsahovy_panel .obsahovy_panel .nadpis_panelu h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #23282D;
}
body.subpage main .vypis_aktualit {
  margin-top: 64px;
  line-height: 0px;
  font-size: 0px;
}
body.subpage main .vypis_aktualit .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 55px;
}
@media only screen and (max-width: 800px) {
  body.subpage main .vypis_aktualit .wrap {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 740px) {
  body.subpage main .vypis_aktualit .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .vypis_aktualit .wrap .aktualita {
  width: 100%;
  border-radius: 15px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  transition: 500ms;
  aspect-ratio: 1;
}
body.subpage main .vypis_aktualit .wrap .aktualita:hover {
  box-shadow: #ababab 0px 0px 20px 5px;
}
body.subpage main .vypis_aktualit .wrap .aktualita .obsah {
  display: grid;
  grid-template-rows: 1fr;
  align-items: end;
  padding-bottom: 25px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  z-index: 1;
}
body.subpage main .vypis_aktualit .wrap .aktualita .obsah .badge {
  border-radius: 3px;
  background: #FFF;
  display: inline-block;
  padding: 4px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.subpage main .vypis_aktualit .wrap .aktualita .obsah h3 {
  display: block;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 8px;
  padding-top: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 450px) {
  body.subpage main .vypis_aktualit .wrap .aktualita .obsah h3 {
    font-family: "Inter medium";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: #fff;
    margin-top: 8px;
    padding-top: 0px;
    margin-bottom: 2px;
    max-height: 72px;
    overflow: hidden;
  }
}
body.subpage main .vypis_aktualit .wrap .aktualita .obsah .datum {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  background-image: url("../img/datum_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 0px;
  background-position-y: center;
  padding-left: 20px;
}
body.subpage main .vypis_aktualit .wrap .aktualita .gradient {
  height: 130px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  border-radius: 0px 0px 15px 15px;
}
body.subpage main .kalendar_akci {
  line-height: 0px;
  font-size: 0px;
}
body.subpage main .kalendar_akci .zarovnani {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*& .vypis_akci {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
      @media only screen and (max-width: 870px) {
          grid-gap: 10px;
      }
      @media only screen and (max-width: 780px) {
          grid-template-columns: repeat(3, 1fr);
      }
      @media only screen and (max-width: 620px) {
          grid-template-columns: repeat(2, 1fr);
      }
      & a {
          display: block;
          width: 100%;
          aspect-ratio: 1;
          @include obrazek("", no-repeat, cover, center, center);
          position: relative;
          & .obsah {
              position: absolute;
              width: 100%;
              left: 0px;
              bottom: 0px;
              background-color: #DE0221;
              padding: 5px;
              & h2 {
                  @include pismo("Inter regular", normal, normal, 14px, 16px, 0px, #fff);
                  max-height: 32px;
                  overflow: hidden;
                  margin-bottom: 16px;
              }
              & .kategorie {
                  background-color: #fff;
                  @include pismo("Inter regular", normal, normal, 12px, 16px, 0px, #DE0221);
                  padding: 5px;
                  border-radius: 3px;
              }
              & .datum {
                  display: block;
                  @include pismo("Inter regular", normal, normal, 12px, 16px, 0px, #fff);
                  @include obrazek("../img/datum_white.svg", no-repeat, initial, 0px, center);
                  padding-left: 16px;
                  margin-top: 16px;
              }
          }
      }
  }*/
}
body.subpage main .kalendar_akci .zarovnani h1 {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000;
  padding-bottom: 5px;
}
body.subpage main .kalendar_akci .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
  padding: 0px 0px;
  vertical-align: middle;
}
body.subpage main .kalendar_akci .zarovnani p a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  border: solid 1px #e1e1e1;
  vertical-align: middle;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #888;
  text-decoration: none;
  text-align: center;
  margin: 4px;
  transition: 500ms;
}
body.subpage main .kalendar_akci .zarovnani p a:hover, body.subpage main .kalendar_akci .zarovnani p a.vybrano {
  color: #DE0221;
  border-color: #DE0221;
  background-color: #ffecec;
}
body.subpage main .kalendar_akci .zarovnani p a.termin {
  padding-left: 20px;
  background-image: url("../img/datum_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 5px;
  background-position-y: center;
  color: #DE0221;
}
body.subpage main .kalendar_akci .zarovnani .filtr_vyber {
  margin: 20px 0px;
  padding: 30px 0px 10px 0px;
  border-top: solid 1Px #d6dbdf;
  border-bottom: solid 1Px #d6dbdf;
}
body.subpage main .kalendar_akci .zarovnani .filtr_vyber p {
  margin-bottom: 20px;
}
body.subpage main .kalendar_akci .zarovnani #vyber_terminu {
  border-radius: 6px;
  border: solid 1px #DE0221;
  width: auto;
  margin-bottom: 40px;
  padding: 10px;
  display: none;
}
body.subpage main .kalendar_akci .zarovnani #vyber_terminu.vyjete {
  display: inline-block;
}
body.subpage main .kalendar_akci .zarovnani #vyber_terminu p {
  margin-bottom: 0px;
}
body.subpage main .kalendar_akci .zarovnani #vyber_terminu label {
  margin: 10px 0px;
  display: block;
}
body.subpage main .kalendar_akci .zarovnani #vyber_terminu label input {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
  padding: 4px;
  border-bottom: solid 1Px #3d3e3f;
  width: 100px;
  text-align: center;
}
body.subpage main .kalendar_akci .zarovnani #vyber_terminu input[type=submit] {
  background-color: #DE0221;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border-radius: 3px;
  transition: 500ms;
}
body.subpage main .kalendar_akci .zarovnani #vyber_terminu input[type=submit]:hover {
  background-color: #000;
}
body.subpage main .kalendar_akci .zarovnani .strankovani {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 620px) {
  body.subpage main .kalendar_akci .zarovnani .strankovani {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
body.subpage main .kalendar_akci .zarovnani .strankovani a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #DE0221;
  display: inline-block;
  margin: 0px 6px;
  padding: 6px 10px;
  border-radius: 3px;
  text-decoration: none;
}
body.subpage main .kalendar_akci .zarovnani .strankovani a:hover, body.subpage main .kalendar_akci .zarovnani .strankovani a.active {
  background-color: #000;
}
body.subpage main .vypis_akci_podstrana {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 74px;
  margin-top: 44px;
}
body.subpage main .vypis_akci_podstrana .zarovnani {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .vypis_akci_podstrana .zarovnani h1 {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000;
  padding-bottom: 5px;
}
body.subpage main .vypis_akci_podstrana .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
  padding: 0px 0px;
  vertical-align: middle;
}
body.subpage main .vypis_akci_podstrana .zarovnani p a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  border: solid 1px #e1e1e1;
  vertical-align: middle;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #888;
  text-decoration: none;
  text-align: center;
  margin: 4px;
  transition: 500ms;
}
body.subpage main .vypis_akci_podstrana .zarovnani p a:hover, body.subpage main .vypis_akci_podstrana .zarovnani p a.vybrano {
  color: #DE0221;
  border-color: #DE0221;
  background-color: #ffecec;
}
body.subpage main .vypis_akci_podstrana .zarovnani p a.termin {
  padding-left: 20px;
  background-image: url("../img/datum_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 5px;
  background-position-y: center;
  color: #DE0221;
}
body.subpage main .vypis_akci_podstrana .zarovnani .filtr_vyber {
  margin: 20px 0px;
  padding: 30px 0px 10px 0px;
  border-top: solid 1Px #d6dbdf;
  border-bottom: solid 1Px #d6dbdf;
}
body.subpage main .vypis_akci_podstrana .zarovnani .filtr_vyber p {
  margin-bottom: 20px;
}
body.subpage main .vypis_akci_podstrana .zarovnani #vyber_terminu {
  border-radius: 6px;
  border: solid 1px #DE0221;
  width: auto;
  margin-bottom: 40px;
  padding: 10px;
  display: none;
}
body.subpage main .vypis_akci_podstrana .zarovnani #vyber_terminu.vyjete {
  display: inline-block;
}
body.subpage main .vypis_akci_podstrana .zarovnani #vyber_terminu p {
  margin-bottom: 0px;
}
body.subpage main .vypis_akci_podstrana .zarovnani #vyber_terminu label {
  margin: 10px 0px;
  display: block;
}
body.subpage main .vypis_akci_podstrana .zarovnani #vyber_terminu label input {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555C61;
  padding: 4px;
  border-bottom: solid 1Px #3d3e3f;
  width: 100px;
  text-align: center;
}
body.subpage main .vypis_akci_podstrana .zarovnani #vyber_terminu input[type=submit] {
  background-color: #DE0221;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border-radius: 3px;
  transition: 500ms;
}
body.subpage main .vypis_akci_podstrana .zarovnani #vyber_terminu input[type=submit]:hover {
  background-color: #000;
}
body.subpage main .vypis_akci_podstrana .akce_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 1020px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 830px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 590px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .vypis_akci_podstrana .akce_wrap .span_komplet {
  text-align: center;
  grid-column: span 4;
}
@media only screen and (max-width: 830px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap .span_komplet {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 590px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap .span_komplet {
    grid-column: span 2;
  }
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce {
  aspect-ratio: 0.9;
  position: relative;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce:hover .wrap h2 span {
  text-decoration: underline;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .shadow {
  position: absolute;
  width: 100%;
  height: 143px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 0;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 23px;
  z-index: 1;
}
@media only screen and (max-width: 1020px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 13px;
  }
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek {
  border-radius: 3px;
  background: #FFF;
  display: inline-block;
  padding: 4px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  margin-right: 1px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.divadlo {
  background-image: url("../img/ikony/icona_divadlo.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.vystava {
  background-image: url("../img/ikony/icona_vystava.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.kino {
  background-image: url("../img/ikony/icona_kino.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.festival {
  background-image: url("../img/ikony/icona_festival.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.koncert {
  background-image: url("../img/ikony/icona_koncert.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.prednaska {
  background-image: url("../img/ikony/icona_prednaska.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.sport {
  background-image: url("../img/ikony/icona_sport.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap .stitek i.deti {
  background-image: url("../img/ikony/icona_detska_akce.svg");
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap h2 {
  margin-top: 8px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFF;
  max-width: 200px;
  max-height: 60px;
  overflow: hidden;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap h2 em {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFF;
  margin-left: 2px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap p.datum {
  margin-top: 16px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce .wrap p.datum i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-image: url("../img/datum_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  margin-right: 3px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 0.9;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .doporucujeme_ico {
  position: absolute;
  top: 40px;
  left: 40px;
  border-radius: 3px;
  background: #DE0221;
  width: 100px;
  height: 28px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .shadow {
  height: 316px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 41px;
}
@media only screen and (max-width: 1020px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap h2 {
  margin-top: 16px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #FFF;
  max-width: 450px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap h2 em {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #FFF;
  margin-left: 4px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap p.adresa {
  display: none;
  margin-top: 16px;
  text-decoration: underline;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap p.adresa i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-image: url("../img/location_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  margin-right: 4px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap p.datum {
  display: none;
  text-decoration: underline;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap p.datum i {
  margin-right: 4px;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme .wrap .sipka {
  position: absolute;
  right: 36px;
  bottom: 39px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100px;
  background-image: url("../img/drop_to_right_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: none;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme:hover .wrap p.adresa {
  display: block;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme:hover .wrap p.datum {
  display: block;
}
body.subpage main .vypis_akci_podstrana .akce_wrap .akce.doporucujeme:hover .wrap .sipka {
  display: block;
}
@media only screen and (max-width: 830px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap .akce:nth-child(13) {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  body.subpage main .vypis_akci_podstrana .akce_wrap .akce:nth-child(13) {
    display: block;
  }
}
body.subpage main .vypis_akci_podstrana .cely_program {
  display: grid;
  align-content: center;
  justify-content: center;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  border: 1px solid #DE0221;
  background: #FFF;
  height: 56px;
  margin-top: 40px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #DE0221;
  text-decoration: none;
  transition: 500ms;
}
body.subpage main .vypis_akci_podstrana .cely_program i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 16px;
  background-image: url("../img/arrow_to_right_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .vypis_akci_podstrana .cely_program:hover {
  background-color: #DE0221;
  color: white;
}
body.subpage main .vypis_akci_podstrana .cely_program:hover i {
  background-image: url("../img/arrow_to_right_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .vypis_akci_podstrana .strankovani {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 620px) {
  body.subpage main .vypis_akci_podstrana .strankovani {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
body.subpage main .vypis_akci_podstrana .strankovani a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #DE0221;
  display: inline-block;
  margin: 0px 6px;
  padding: 6px 10px;
  border-radius: 3px;
  text-decoration: none;
}
body.subpage main .vypis_akci_podstrana .strankovani a:hover, body.subpage main .vypis_akci_podstrana .strankovani a.active {
  background-color: #000;
}
body.subpage main .detail_akce {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .detail_akce .navigace {
  margin-top: 16px;
}
body.subpage main .detail_akce .navigace p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #4C5256;
  vertical-align: middle;
}
body.subpage main .detail_akce .navigace p a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration-line: underline;
}
body.subpage main .detail_akce .navigace p a:hover {
  text-decoration: none;
}
body.subpage main .detail_akce .navigace p a.zpet {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #DEE1E4;
  background: #FFF;
  background-image: url("../img/back_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
  margin-right: 12px;
}
body.subpage main .detail_akce .navigace p a.zpet:hover {
  background-color: #DE0221;
  border: 1px solid #DE0221;
  background-image: url("../img/back_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .detail_akce .navigace p i {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/drop_to_right_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 12px;
  height: 12px;
  margin: 0px 3px;
}
body.subpage main .detail_akce .wrap_content {
  display: grid;
  grid-template-columns: 1fr 295px;
  grid-gap: 46px;
  margin-top: 72px;
}
@media only screen and (max-width: 960px) {
  body.subpage main .detail_akce .wrap_content {
    grid-gap: 20px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 880px) {
  body.subpage main .detail_akce .wrap_content {
    grid-template-columns: 1fr;
  }
}
body.subpage main .detail_akce .wrap_content .leve_menu {
  border-radius: 8px;
  border: 1px solid #DEE1E4;
  background: #FFF;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
}
@media only screen and (max-width: 880px) {
  body.subpage main .detail_akce .wrap_content .leve_menu {
    display: none;
  }
}
body.subpage main .detail_akce .wrap_content .leve_menu.mobile_hide {
  display: none;
}
@media only screen and (max-width: 880px) {
  body.subpage main .detail_akce .wrap_content .leve_menu.mobile_hide {
    display: block;
  }
}
body.subpage main .detail_akce .wrap_content .leve_menu .sekce {
  padding: 8px 20px;
}
body.subpage main .detail_akce .wrap_content .leve_menu .sekce:nth-child(1) {
  padding: 20px;
}
body.subpage main .detail_akce .wrap_content .leve_menu .sekce h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.subpage main .detail_akce .wrap_content .leve_menu .sekce p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 6px;
  padding-bottom: 0px;
}
body.subpage main .detail_akce .wrap_content .leve_menu .sekce p.datum {
  background-image: url("../img/datum_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: 8px;
  padding-left: 18px;
}
body.subpage main .detail_akce .wrap_content .leve_menu .sekce p a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #DE0221;
}
body.subpage main .detail_akce .wrap_content .leve_menu .sekce p a:hover {
  text-decoration: none;
}
body .flatpickr-calendar, body .flatpickr-day, body .flatpickr-current-month .flatpickr-monthDropdown-months, body .flatpickr-weekday, body .flatpickr-day, body .numInputWrapper {
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

#gtx-trans {
  display: none !important;
}

div.smartim_okno_bg {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 21000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

img.smartim_okno_img {
  cursor: pointer;
  position: fixed;
  left: calc(50% - 350px);
  top: calc(50% - 250px);
  border: 7px solid rgba(42, 42, 42, 0.9);
  max-width: 100%;
  width: 700px;
  height: auto;
}

.smartim_okno_zavrit {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 48px;
  height: 48px;
  z-index: 999;
}

@media screen and (max-height: 800px) {
  img.smartim_okno_img {
    margin-top: 48px;
    top: 10%;
  }
  .smartim_okno_zavrit {
    top: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 700px) {
  img.smartim_okno_img {
    cursor: pointer;
    position: fixed;
    left: 5%;
    margin-left: 0;
    top: 10%;
    margin-top: 0;
    border: 7px solid rgba(42, 42, 42, 0.9);
    max-width: 90%;
    height: auto;
  }
}
.hlaska_text {
  border-radius: 4px;
  /* background: #FECB4B; */
  background: #64af1e;
  width: 94%;
  max-width: 886px;
  height: 45px;
  position: relative;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hlaska_text p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0px;
  /* color: #000; */
  color: #fff;
  text-align: center;
  padding-top: 9px;
}

.hlaska_text p b {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000;
}

.hlaska_text a {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  background: #FFF;
  padding: 0px 10px;
  margin-left: 24px;
  transition: 500ms;
}

.hlaska_text a i {
  display: inline-block;
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  vertical-align: middle;
}

.hlaska_text a:hover i {
  background-image: url("../img/arrow_black_to_white.svg");
}

.hlaska_text a:hover {
  background-color: black;
  color: white;
}

.hlaska_text.mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  .hlaska_text {
    margin-left: 2%;
    width: 96%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 930px) {
  .hlaska_text.full {
    display: none;
  }
  .hlaska_text.mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 356px;
  }
}
@media only screen and (max-width: 500px) {
  .hlaska_text.mobile {
    top: 10px;
  }
}
.oteviraci_doba_v_obsahu {
  border-radius: 4px;
  background: #23282D;
  display: inline-block;
  padding: 4px 12px;
}

.oteviraci_doba_v_obsahu p.stav.ok {
  color: #D3FC56 !important;
}

.oteviraci_doba_v_obsahu p.stav.nok {
  color: #FF7A00 !important;
}

.oteviraci_doba_v_obsahu p {
  margin-bottom: 0px !important;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.obsahovy_panel .oteviraci_doba_v_obsahu {
  display: block;
  width: 100%;
}


.obsazenost_bazenu {
    border-radius: 4px;
    background: #23282D;
    display: block;
    width: fit-content;
    padding: 4px 12px;
    margin: 4px 0px;
}
.obsazenost_bazenu span {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555C61;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.obsazenost_bazenu span.ok {
    color: #D3FC56 !important;
}
.obsazenost_bazenu span.nok {
    color: #FF7A00 !important;
}


body.subpage main .formatovani_textu .zarovnani .hlavni_panel_zarizeni .wrap_zarizeni .staticky_obsah .obsazenost_bazenu.status_obs span {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px; 
}

.obsazenost_sauny {
    border-radius: 4px;
    background: #23282D;
    display: block;
    width: fit-content;
    padding: 4px 12px;
    margin: 4px 0px;
}
.obsazenost_sauny span {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555C61;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.obsazenost_sauny span.ok {
    color: #D3FC56 !important;
}
.obsazenost_sauny span.nok {
    color: #FF7A00 !important;
}

#novak_fest_2025 h1 {
    color: #000;
    font-family: "Inter bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 42px;
}
#novak_fest_2025 h1 strong {
    color: #DE0221;
    font-family: "Inter bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#novak_fest_2025 #zakladni-informace {
    scroll-margin-top: 150px;
}
#novak_fest_2025 #casovy-harmonogram {
    scroll-margin-top: 150px;
}
#novak_fest_2025 #zakladni-informace img {
    float: right;
    width: 370px;
    margin-left: 18px;
}
#novak_fest_2025 #zakladni-informace .datum_vyrazne {
    border-radius: 3px;
    background: #DE0221;
    width: fit-content;
    padding: 0px 20px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Inter medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.5px;
    max-width: 100%;
    margin-bottom: 21px;
}
#novak_fest_2025 #zakladni-informace p {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
}
#novak_fest_2025 #zakladni-informace p a {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#novak_fest_2025 #zakladni-informace p strong {
    color: var(--Gray-L, #4C5256);
    font-family: "Inter bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 228.571% */
}
#novak_fest_2025 #zakladni-informace p.vstupne span {
    color: #888;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
#novak_fest_2025 #zakladni-informace p.vstupne span.zdarma {
    color: #DE0221;
    font-family: "Inter bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 171.429% */
}
#novak_fest_2025 #program-a-harmonogram {
    scroll-margin-top: 150px;
    margin-top: 47px;
}
#novak_fest_2025 #program-a-harmonogram h2 {
    color: #23282D;
    font-family: "Inter semibold";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 17px;
}
#novak_fest_2025 #program-a-harmonogram h2.atrakce {
    padding-top: 49px;
}
#novak_fest_2025 #program-a-harmonogram p {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
#novak_fest_2025 #program-a-harmonogram .grid_4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 17px;
    grid-row-gap: 21px;
    padding-top: 10px;
}
#novak_fest_2025 #program-a-harmonogram .grid_4 .grid_item img {
    display: block;
    width: 100%;
}
#novak_fest_2025 #program-a-harmonogram ul {
    margin-top: 31px;
}
#novak_fest_2025 #program-a-harmonogram ul li::before {
    background-color: #4C5256;
}
#novak_fest_2025 #program-a-harmonogram h3 {
    color: #23282D;
    font-family: "Inter semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding: 0px;
}
#novak_fest_2025 #program-a-harmonogram h2.sportovni_zony {
    padding-top: 49px;
    padding-bottom: 13px;
}
#novak_fest_2025 #program-a-harmonogram h2.tvoriva_cast {
    padding-top: 19px;
    padding-bottom: 13px;
}
#novak_fest_2025 #program-a-harmonogram h2.obcerstveni {
    padding-top: 19px;
    padding-bottom: 13px;
}
#novak_fest_2025 #program-a-harmonogram h2.zmena_programu {
    padding-top: 39px;
    padding-bottom: 13px;
    color: #E30613;
}
#novak_fest_2025 #program-a-harmonogram h2.casovy_harmonogram {
    padding-top: 39px;
    padding-bottom: 13px;
}
#novak_fest_2025 #program-a-harmonogram ul.no_margin {
    margin-top: 10px;
    margin-bottom: 30px;
}
#novak_fest_2025 #program-a-harmonogram ul.bigger_margin {
    margin-top: 10px;
    margin-bottom: 30px;
}

#novak_fest_2025_info h1 {
    color: #000;
    font-family: "Inter bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 24px;
}
#novak_fest_2025_info h1 strong {
    color: #DE0221;
    font-family: "Inter bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#novak_fest_2025_info h2 {
    color: #23282D;
    font-family: "Inter semibold";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 17px;
}
#novak_fest_2025_info h2.zakazy {
    color: #23282D;
    font-family: "Inter semibold";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 28px;
    padding-bottom: 17px;
}
#novak_fest_2025_info h2.dekujeme {
    text-align: center;
    padding-top: 40px;
    color: var(--Gray-XL, #23282D);
    font-family: "Inter semibold";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 140% */
    padding-bottom: 27px;
}
#novak_fest_2025_info img.partneri {
    display: block;
    width: 100%;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}
#novak_fest_2025_info p.vstupy {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-bottom: 38px;
}
#novak_fest_2025_info p a {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
#novak_fest_2025_info p.autem {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
#novak_fest_2025_info p.upozorneni {
    color: #E30613;
    font-family: "Inter semibold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 24px;
}
#novak_fest_2025_info p.autobusem {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
#novak_fest_2025_info p.vlakem {
    color: #4C5256;
    font-family: "Inter regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
#novak_fest_2025_info p.zakaz {
    color: #4C5256;
    font-family: "Inter semibold";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px;
}
#novak_fest_2025_info .pre_grid p {
    color: #4C5256;
    font-family: "Inter semibold";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0px;
}
#novak_fest_2025_info .pre_grid .tabu_grid .grid_item {
    display: grid;
    grid-template-columns: 35px 1fr;
    grid-gap: 10px;
    align-items: center;
}
#novak_fest_2025_info .pre_grid .tabu_grid .grid_item p {
    font-family: "Inter regular";
}
#novak_fest_2025_info .pre_grid .tabu_grid.super {
    padding-top: 24px;
    padding-bottom: 10px;
}
#novak_fest_2025_info .pre_grid .tabu_grid.super .grid_item p {
    font-family: "Inter semibold";
}
@media only screen and (max-width: 1260px) {
    #novak_fest_2025 #zakladni-informace img {
        width: 300px;
    }
}
@media only screen and (max-width: 1180px) {
    #novak_fest_2025 #zakladni-informace img {
        width: 200px;
    }
}
@media only screen and (max-width: 1080px) {
    #novak_fest_2025 #zakladni-informace img {
        width: 150px;
    }
}
@media only screen and (max-width: 980px) {
    #novak_fest_2025 #zakladni-informace img {
        width: 300px;
    }
}
@media only screen and (max-width: 850px) {
    #novak_fest_2025 #zakladni-informace img {
        width: 200px;
    }
}
@media only screen and (max-width: 730px) {
    #novak_fest_2025 #zakladni-informace img {
        width: 370px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
    #novak_fest_2025 #program-a-harmonogram .grid_4 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width: 600px) {
    #novak_fest_2025 #zakladni-informace .datum_vyrazne {
        line-height: 24px;
        padding: 10px;
        width: 100%;
    }
    #novak_fest_2025 #zakladni-informace p {
        line-height: 20px;
    }
    #novak_fest_2025_info .pre_grid .tabu_grid .grid_item {
        padding-bottom: 10px;
    }
    #novak_fest_2025_info .pre_grid p {
        line-height: 24px;
    }
    #novak_fest_2025_info p.zakaz {
        padding-bottom: 10px;
        line-height: 24px;
    }
    #novak_fest_2025 h1 strong, #novak_fest_2025_info h1 strong {
        font-size: 35px;
    }
}

@media only screen and (max-width: 400px) {
    #novak_fest_2025 #zakladni-informace img {
        width: 90%;
    }
}