@import url("../font2/stylesheet.css");
* {
  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 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 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 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 light";
  src: url("../font/Inter-Light.eot");
  src: url("../font/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Light.woff") format("woff"), url("../font/Inter-Light.ttf") format("truetype"), url("../font/Inter-Light.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body header .top {
  height: 138px;
  border-bottom: solid 1px #DEE1E4;
}
@media only screen and (max-width: 970px) {
  body header .top {
    height: auto;
  }
}
body header .top .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-gap: 20px;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 1020px) {
  body header .top .zarovnani {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 970px) {
  body header .top .zarovnani {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani {
    grid-template-columns: 1fr 86px;
  }
}
body header .top .zarovnani #logo {
  display: block;
  width: 100%;
  height: 55px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 970px) {
  body header .top .zarovnani #logo {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
body header .top .zarovnani h1 {
  display: none;
}
body header .top .zarovnani .info {
  display: grid;
  grid-template-columns: 1fr 158px 91px 52px 76px;
  grid-gap: 12px;
  justify-items: end;
}
@media only screen and (max-width: 970px) {
  body header .top .zarovnani .info {
    grid-template-columns: 1fr 1fr 91px 52px 76px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .info {
    grid-template-columns: 86px;
  }
}
body header .top .zarovnani .info .aktualni_datum {
  margin-right: 14px;
  height: 32px;
  margin-top: 4px;
  padding-left: 36px;
  background-image: url("../img/calendar_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body header .top .zarovnani .info .aktualni_datum .nazev {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body header .top .zarovnani .info .aktualni_datum .datum {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #808F9D;
}
@media only screen and (max-width: 970px) {
  body header .top .zarovnani .info .aktualni_datum {
    justify-self: start;
  }
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .info .aktualni_datum {
    display: none;
  }
}
body header .top .zarovnani .info .pridat_akci {
  display: block;
  width: 152px;
  height: 32px;
  margin-top: 4px;
  border-radius: 3px;
  background: #23282D;
  margin-right: 0px;
  text-decoration: none;
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #FFF;
  padding-left: 8px;
  transition: 500ms;
  text-transform: uppercase;
}
@media only screen and (max-width: 970px) {
  body header .top .zarovnani .info .pridat_akci {
    justify-self: center;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .info .pridat_akci {
    display: none;
  }
}
body header .top .zarovnani .info .pridat_akci i {
  display: inline-block;
  background-image: url("../img/plus_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 10px;
  height: 10px;
  height: 32px;
  margin-left: 4px;
  vertical-align: top;
}
body header .top .zarovnani .info .pridat_akci:hover {
  background-color: #DE0221;
}
@media only screen and (max-width: 660px) {
  body header .top .zarovnani .info .menu {
    justify-self: start;
  }
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .info .menu {
    display: none;
  }
}
body header .top .zarovnani .info .menu .nazev_ico {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-gap: 8px;
  align-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
}
body header .top .zarovnani .info .menu .nazev_ico p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #23282D;
  transition: 500ms;
}
body header .top .zarovnani .info .menu .nazev_ico .ico {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ECEFF2;
  transition: 500ms;
}
body header .top .zarovnani .info .menu .nazev_ico .ico span {
  display: block;
  background-image: url("../img/menu_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 9px;
}
body header .top .zarovnani .info .menu .nazev_ico:hover p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #DE0221;
}
body header .top .zarovnani .info .menu .nazev_ico:hover .ico {
  background-color: #DE0221;
}
body header .top .zarovnani .info .menu .nazev_ico:hover .ico span {
  display: block;
  background-image: url("../img/menu_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body header .top .zarovnani .info .menu_pro_mobily {
  display: none;
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .info .menu_pro_mobily {
    display: block;
    margin-top: 10px;
  }
  body header .top .zarovnani .info .menu_pro_mobily .nazev_ico {
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-gap: 8px;
    align-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
  }
  body header .top .zarovnani .info .menu_pro_mobily .nazev_ico p {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #23282D;
    transition: 500ms;
  }
  body header .top .zarovnani .info .menu_pro_mobily .nazev_ico .ico {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ECEFF2;
    transition: 500ms;
  }
  body header .top .zarovnani .info .menu_pro_mobily .nazev_ico .ico span {
    display: block;
    background-image: url("../img/menu_black.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    width: 20px;
    height: 20px;
    margin-left: 9px;
    margin-top: 9px;
  }
  body header .top .zarovnani .info .menu_pro_mobily .nazev_ico:hover p {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body header .top .zarovnani .info .menu_pro_mobily .nazev_ico:hover .ico {
    background-color: #DE0221;
  }
  body header .top .zarovnani .info .menu_pro_mobily .nazev_ico:hover .ico span {
    display: block;
    background-image: url("../img/menu_white.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .info .searching {
    display: none;
  }
}
body header .top .zarovnani .info .searching .icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #ECEFF2;
  margin-right: 12px;
  cursor: pointer;
  transition: 500ms;
}
body header .top .zarovnani .info .searching .icon i {
  display: block;
  background-image: url("../img/search_icon.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 9px;
  transition: 500ms;
}
body header .top .zarovnani .info .searching .icon:hover {
  background-color: #ECEFF2;
}
body header .top .zarovnani .info .searching .icon:hover i {
  background-image: url("../img/search_icon_hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 660px) {
  body header .top .zarovnani .info .searching {
    justify-self: center;
  }
}
body header .top .zarovnani .info .lang {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  background-color: #ECEFF2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  align-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .info .lang {
    display: none;
  }
}
body header .top .zarovnani .info .lang .circle {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: white;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  box-shadow: 0px 2px 1.5px 0px rgba(35, 40, 45, 0.15);
  transition: 500ms;
}
body header .top .zarovnani .info .lang a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  z-index: 1;
  position: absolute;
  top: 10px;
}
body header .top .zarovnani .info .lang a.czech {
  background-image: url("../img/czech.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  left: 10px;
}
body header .top .zarovnani .info .lang a.english {
  background-image: url("../img/english.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  right: 10px;
}
body header .top .zarovnani .menu_wrap {
  display: none;
  position: absolute;
  top: 92px;
  right: 150px;
  background: white;
  padding: 20px 10px 0px 10px;
  z-index: 9;
  box-shadow: #adadad 12px 12px 12px 1px;
  width: 200px;
}
@media only screen and (max-width: 970px) {
  body header .top .zarovnani .menu_wrap {
    top: 163px;
  }
}
@media only screen and (max-width: 700px) {
  body header .top .zarovnani .menu_wrap {
    display: none !important;
  }
}
body header .top .zarovnani .menu_wrap .nav ul {
  list-style: none;
  margin-left: 0px;
}
body header .top .zarovnani .menu_wrap .nav ul li {
  border-bottom: solid 1px #ededed;
}
body header .top .zarovnani .menu_wrap .nav ul li:last-child {
  border-bottom: none;
}
body header .top .zarovnani .menu_wrap .nav ul li a {
  display: block;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: none;
}
body header .top .zarovnani .menu_wrap .nav ul li a:hover {
  color: #DE0221;
}
body header .top .zarovnani .form_searching {
  display: none;
  position: absolute;
  right: 0px;
  top: 92px;
  height: 45px;
  background: #dee1e4;
  width: 403px;
  z-index: 2;
}
@media only screen and (max-width: 970px) {
  body header .top .zarovnani .form_searching {
    top: 163px;
  }
}
@media only screen and (max-width: 660px) {
  body header .top .zarovnani .form_searching {
    top: 215px;
  }
}
body header .top .zarovnani .form_searching form {
  line-height: 0px;
  font-size: 0px;
}
body header .top .zarovnani .form_searching form input[type=text] {
  display: inline-block;
  width: 270px;
  height: 45px;
  border: solid 1px #eceff2;
  padding: 0px 10px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #23282D;
}
body header .top .zarovnani .form_searching form input[type=text]::-moz-placeholder {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #23282D;
}
body header .top .zarovnani .form_searching form input[type=text]::placeholder {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #23282D;
}
body header .top .zarovnani .form_searching form input[type=submit] {
  display: inline-block;
  width: 133px;
  height: 45px;
  background: #23282d;
  padding: 0px 10px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 500ms;
}
body header .top .zarovnani .form_searching form input[type=submit]:hover {
  background-color: #DE0221;
}
body #menu_mobil {
  display: none;
}
@media only screen and (max-width: 700px) {
  body #menu_mobil {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: white;
    height: auto;
    padding: 0px 0px;
  }
  body #menu_mobil .form_searching_mobile {
    position: relative;
    right: 0px;
    top: 0%;
    height: 45px;
    background: #dee1e4;
    width: 100%;
    margin-bottom: 20px;
  }
  body #menu_mobil .form_searching_mobile form {
    line-height: 0px;
    font-size: 0px;
  }
  body #menu_mobil .form_searching_mobile form input[type=text] {
    display: inline-block;
    width: calc(100% - 135px);
    height: 45px;
    border: solid 1px #eceff2;
    padding: 0px 10px;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body #menu_mobil .form_searching_mobile form input[type=text]::-moz-placeholder {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body #menu_mobil .form_searching_mobile form input[type=text]::placeholder {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body #menu_mobil .form_searching_mobile form input[type=submit] {
    display: inline-block;
    width: 133px;
    height: 45px;
    background: #23282d;
    padding: 0px 10px;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 500ms;
  }
  body #menu_mobil .form_searching_mobile form input[type=submit]:hover {
    background-color: #DE0221;
  }
  body #menu_mobil ul {
    list-style: none;
    margin-left: 0px;
  }
  body #menu_mobil ul li {
    border-bottom: solid 1px #ededed;
  }
  body #menu_mobil ul li:last-child {
    border-bottom: none;
  }
  body #menu_mobil ul li a {
    display: block;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 55px;
    letter-spacing: 0px;
    color: #23282D;
    text-decoration: none;
    text-align: center;
  }
  body #menu_mobil ul li a:hover {
    color: #DE0221;
  }
  body #menu_mobil .lang_mobile {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    background-color: #ECEFF2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    align-content: center;
    align-items: center;
    position: relative;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  body #menu_mobil .lang_mobile .circle {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: white;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    box-shadow: 0px 2px 1.5px 0px rgba(35, 40, 45, 0.15);
    transition: 500ms;
  }
  body #menu_mobil .lang_mobile a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    z-index: 1;
    position: absolute;
    top: 10px;
  }
  body #menu_mobil .lang_mobile a.czech {
    background-image: url("../img/czech.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    left: 10px;
  }
  body #menu_mobil .lang_mobile a.english {
    background-image: url("../img/english.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    right: 10px;
  }
}
body main .filtr .termin_mobil {
  display: none;
}
@media only screen and (max-width: 500px) {
  body main .filtr .termin_mobil {
    display: block;
    border-bottom: solid 1px #DEE1E4;
    display: grid;
    grid-template-columns: 1fr 82px;
    grid-gap: 20px;
    height: 60px;
    cursor: pointer;
  }
  body main .filtr .termin_mobil p {
    text-align: left !important;
    font-family: "soleilregular" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 60px !important;
    letter-spacing: 0px;
    color: #23282D;
    padding-left: 20px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: block !important;
  }
  body main .filtr .termin_mobil i {
    display: block;
    background-image: url("../img/dop_arrow_open.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
}
body main .filtr .typ_mobil {
  display: none;
}
@media only screen and (max-width: 500px) {
  body main .filtr .typ_mobil {
    display: block;
    border-bottom: solid 1px #DEE1E4;
    display: grid;
    grid-template-columns: 1fr 82px;
    grid-gap: 20px;
    height: 60px;
    margin-bottom: 60px;
    cursor: pointer;
  }
  body main .filtr .typ_mobil p {
    text-align: left !important;
    font-family: "soleilregular" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 60px !important;
    letter-spacing: 0px;
    color: #23282D;
    padding-left: 20px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: block !important;
  }
  body main .filtr .typ_mobil i {
    display: block;
    background-image: url("../img/dop_arrow_open.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
}
body main .filtr .termin .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 31px;
  line-height: 0px;
  font-size: 0px;
}
@media only screen and (max-width: 1150px) {
  body main .filtr .termin .zarovnani {
    margin-top: 21px;
  }
}
body main .filtr .termin .zarovnani p {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #23282D;
}
@media only screen and (max-width: 820px) {
  body main .filtr .termin .zarovnani p {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  body main .filtr .termin .zarovnani p {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  body main .filtr .termin .zarovnani p .hide_mobile {
    display: none;
  }
}
body main .filtr .termin .zarovnani p a {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 24px;
  border-radius: 3px;
  border: 1px solid #DEE1E4;
  cursor: pointer;
  transition: 500ms;
  height: 40px;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (max-width: 1150px) {
  body main .filtr .termin .zarovnani p a {
    padding: 0px 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
body main .filtr .termin .zarovnani p a:first-of-type {
  margin-left: 40px;
}
body main .filtr .termin .zarovnani p a sup {
  color: #687480;
  padding-left: 4px;
}
body main .filtr .termin .zarovnani p a:hover, body main .filtr .termin .zarovnani p a.active {
  border: 1px solid #DE0221;
  background: #FCEBED;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #DE0221;
}
body main .filtr .termin .zarovnani p a:hover sup, body main .filtr .termin .zarovnani p a.active sup {
  color: #DE0221;
}
body main .filtr .termin .zarovnani p a.vybrat_datum {
  padding-left: 43px;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #23282D;
  background-image: url("../img/calendar_plus_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 24px;
  background-position-y: center;
}
body main .filtr .termin .zarovnani p a.vybrat_datum.active {
  color: #DE0221;
}
@media only screen and (max-width: 500px) {
  body main .filtr .termin .zarovnani p a {
    display: inline-block;
    width: calc(49% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .filtr .termin .zarovnani p a:first-of-type {
    margin-left: 10px;
    margin-right: 10px;
  }
}
body main .filtr .termin .zarovnani .vyber_presneho_datumu {
  margin-top: 20px;
  text-align: center;
  display: none;
}
body main .filtr .termin .zarovnani .vyber_presneho_datumu p {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #23282D;
}
@media only screen and (max-width: 500px) {
  body main .filtr .termin .zarovnani .vyber_presneho_datumu p {
    display: inline-block;
  }
  body main .filtr .termin .zarovnani .vyber_presneho_datumu p span {
    display: none;
  }
}
body main .filtr .termin .zarovnani .vyber_presneho_datumu p input {
  display: inline-block;
  width: 150px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #DEE1E4;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #23282D;
  margin: 0px 10px;
  padding: 0px 12px 0px 42px;
  background-image: url("../img/calendar_black.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 12px;
  background-position-y: center;
}
@media only screen and (max-width: 440px) {
  body main .filtr .termin .zarovnani .vyber_presneho_datumu p input {
    width: 200px;
  }
}
body main .filtr .termin .zarovnani .vyber_presneho_datumu p input[type=submit] {
  height: 42px;
  background-image: none;
  padding: 0px;
  text-align: center;
  background-color: #DE0221;
  cursor: pointer;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
  transition: 500ms;
}
body main .filtr .termin .zarovnani .vyber_presneho_datumu p input[type=submit]:hover {
  background-color: #23282D;
}
body main .filtr .typ_akce {
  width: 100%;
  min-height: 52px;
  background-color: #ECEFF2;
  margin-top: 18px;
}
@media only screen and (max-width: 500px) {
  body main .filtr .typ_akce {
    background-color: #fff;
  }
}
body main .filtr .typ_akce .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .filtr .typ_akce .zarovnani p {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #23282D;
}
@media only screen and (max-width: 820px) {
  body main .filtr .typ_akce .zarovnani p {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  body main .filtr .typ_akce .zarovnani p {
    line-height: 40px;
    padding: 20px 0px;
    display: none;
  }
}
body main .filtr .typ_akce .zarovnani span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 1250px) {
  body main .filtr .typ_akce .zarovnani span {
    margin-right: 16px;
  }
}
body main .filtr .typ_akce .zarovnani span.hide_mobile {
  margin-right: 0px;
  margin-left: 0px;
}
@media only screen and (max-width: 500px) {
  body main .filtr .typ_akce .zarovnani span.hide_mobile {
    display: none;
  }
}
body main .filtr .typ_akce .zarovnani span:nth-child(2) {
  margin-left: 30px;
}
body main .filtr .typ_akce .zarovnani span:nth-child(2) label {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #23282D;
}
body main .filtr .typ_akce .zarovnani span:last-of-type label {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #23282D;
}
body main .filtr .typ_akce .zarovnani span:last-child {
  margin-right: 0px;
}
body main .filtr .typ_akce .zarovnani span input {
  display: none;
}
body main .filtr .typ_akce .zarovnani span label {
  transition: 500ms;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #23282D;
}
body main .filtr .typ_akce .zarovnani span label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #DEE1E4;
  background: #FFF;
  vertical-align: middle;
  margin-right: 4px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .filtr .typ_akce .zarovnani span label.checked {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #DE0221;
}
body main .filtr .typ_akce .zarovnani span label.checked::before {
  background-color: #DE0221;
  background-image: url("../img/filtr_check.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .filtr .typ_akce .zarovnani span input:checked + label {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #DE0221;
}
body main .filtr .typ_akce .zarovnani span input:checked + label::before {
  background-color: #DE0221;
  background-image: url("../img/filtr_check.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .filtr .typ_akce .zarovnani span.top_akce label {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #DE0221;
  background-image: url("../img/top_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 28px;
  background-position-y: center;
}
body main .filtr .typ_akce .zarovnani span.top_akce label::before {
  margin-right: 24px;
}
@media only screen and (max-width: 500px) {
  body main .filtr .typ_akce .zarovnani span {
    display: inline-block;
    width: calc(49% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    border: solid 1px #dadada;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body main .filtr .typ_akce .zarovnani span:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .filtr .typ_akce .zarovnani span:last-child {
    margin-right: 10px;
    margin-left: 10px;
  }
  body main .filtr .typ_akce .zarovnani span label {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: #23282D;
  }
  body main .filtr .typ_akce .zarovnani span label.checked {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body main .filtr .typ_akce .zarovnani span input:checked + label {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body main .filtr .typ_akce .zarovnani span.top_akce label {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: #DE0221;
  }
}
body main .filtr .souhrn_filtru {
  background-color: #F4F6F9;
  padding-top: 11px;
}
body main .filtr .souhrn_filtru .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 117px;
  grid-gap: 10px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: solid 1px #DEE1E4;
}
body main .filtr .souhrn_filtru .zarovnani p {
  vertical-align: middle;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #23282D;
}
body main .filtr .souhrn_filtru .zarovnani p i {
  display: inline-block;
  background-image: url("../img/filtr_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
body main .filtr .souhrn_filtru .zarovnani p .filtr_aktivni {
  display: inline-block;
  vertical-align: middle;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #DE0221;
  border-radius: 3px;
  background: #FFF;
  margin-right: 8px;
  cursor: pointer;
  padding-left: 8px;
  transition: 300ms;
}
body main .filtr .souhrn_filtru .zarovnani p .filtr_aktivni i {
  display: inline-block;
  background-image: url("../img/delete_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 6px;
}
body main .filtr .souhrn_filtru .zarovnani p .filtr_aktivni:nth-child(2) {
  margin-left: 16px;
}
body main .filtr .souhrn_filtru .zarovnani p .filtr_aktivni:hover {
  background-color: #DE0221;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
}
body main .filtr .souhrn_filtru .zarovnani p .filtr_aktivni:hover i {
  background-image: url("../img/delete_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .filtr .souhrn_filtru .zarovnani .odstranit_filtry {
  text-decoration: none;
  border-radius: 3px;
  background: #FFF;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #23282D;
  padding-left: 8px;
  cursor: pointer;
  transition: 300ms;
}
body main .filtr .souhrn_filtru .zarovnani .odstranit_filtry i {
  display: inline-block;
  background-image: url("../img/trash_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
body main .filtr .souhrn_filtru .zarovnani .odstranit_filtry:hover {
  background-color: #23282D;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
}
body main .filtr .souhrn_filtru .zarovnani .odstranit_filtry:hover i {
  background-image: url("../img/trash_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .vypis_akci {
  width: 100%;
  background-color: #F4F6F9;
  padding-top: 20px;
  padding-bottom: 74px;
}
body main .vypis_akci .akce_wrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1020px) {
  body main .vypis_akci .akce_wrap {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 830px) {
  body main .vypis_akci .akce_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 590px) {
  body main .vypis_akci .akce_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  body main .vypis_akci .akce_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main .vypis_akci .akce_wrap .pres_cele {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 10px 0px;
  grid-column: span 4;
}
@media only screen and (max-width: 830px) {
  body main .vypis_akci .akce_wrap .pres_cele {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 590px) {
  body main .vypis_akci .akce_wrap .pres_cele {
    grid-column: span 2;
  }
}
body main .vypis_akci .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 main .vypis_akci .akce_wrap .akce:hover .wrap h2 span {
  text-decoration: underline;
}
body main .vypis_akci .akce_wrap .akce .shadow {
  position: absolute;
  width: 100%;
  height: 143px;
  left: 0px;
  bottom: 0px;
  background-image: url("../img/gradient.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  z-index: 0;
}
body main .vypis_akci .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 main .vypis_akci .akce_wrap .akce .wrap {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 13px;
  }
}
body main .vypis_akci .akce_wrap .akce .wrap .stitek {
  border-radius: 3px;
  background: #FFF;
  display: inline-block;
  padding: 4px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #DE0221;
}
body main .vypis_akci .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 main .vypis_akci .akce_wrap .akce .wrap h2 {
  margin-top: 8px;
  font-family: "soleillight";
  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 main .vypis_akci .akce_wrap .akce .wrap h2 em {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFF;
  margin-left: 2px;
}
body main .vypis_akci .akce_wrap .akce .wrap p.datum {
  margin-top: 16px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  /*background: white;
  width: auto;
  display: inline-block;
  margin-top: 8px;
  padding: 3px 5px;
  border-radius: 3px;*/
}
body main .vypis_akci .akce_wrap .akce .wrap p.datum i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-image: url("../img/calendar_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  margin-right: 1px;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 0.9;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme .doporucujeme_ico {
  position: absolute;
  top: 40px;
  left: 40px;
  border-radius: 3px;
  background: #DE0221;
  width: 100px;
  height: 28px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme .shadow {
  height: 316px;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme .wrap {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 41px;
}
@media only screen and (max-width: 1020px) {
  body main .vypis_akci .akce_wrap .akce.doporucujeme .wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
body main .vypis_akci .akce_wrap .akce.doporucujeme .wrap h2 {
  margin-top: 16px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #FFF;
  max-width: 450px;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme .wrap h2 em {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #FFF;
  margin-left: 4px;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme .wrap p.adresa {
  display: none;
  margin-top: 16px;
  text-decoration: underline;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body main .vypis_akci .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 main .vypis_akci .akce_wrap .akce.doporucujeme .wrap p.datum {
  display: none;
  text-decoration: underline;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme .wrap p.datum i {
  margin-right: 4px;
}
body main .vypis_akci .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 main .vypis_akci .akce_wrap .akce.doporucujeme:hover .wrap p.adresa {
  display: block;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme:hover .wrap p.datum {
  display: block;
}
body main .vypis_akci .akce_wrap .akce.doporucujeme:hover .wrap .sipka {
  display: block;
}
@media only screen and (max-width: 830px) {
  body main .vypis_akci .akce_wrap .akce:nth-child(13) {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  body main .vypis_akci .akce_wrap .akce:nth-child(13) {
    display: block;
  }
}
body main .vypis_akci .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: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #DE0221;
  text-decoration: none;
  transition: 500ms;
}
body main .vypis_akci .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 main .vypis_akci .cely_program:hover {
  background-color: #DE0221;
  color: white;
}
body main .vypis_akci .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 footer .top .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  align-content: center;
  justify-content: center;
  grid-template-columns: 81px;
  padding: 64px 0px;
  border-bottom: solid 1px #DEE1E4;
}
body footer .top .zarovnani #pribram {
  display: block;
  width: 81px;
  height: 100px;
  background-image: url("../img/pribram.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .infoservis {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  position: relative;
}
body footer .infoservis .wrap {
  margin-top: 64px;
  display: grid;
  align-content: start;
  justify-content: space-between;
  grid-template-columns: 170px 510px 170px;
}
@media only screen and (max-width: 980px) {
  body footer .infoservis .wrap {
    grid-template-columns: 170px 1fr 170px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 800px) {
  body footer .infoservis .wrap {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    justify-items: center;
  }
}
body footer .infoservis .wrap .info {
  margin-top: 28px;
}
body footer .infoservis .wrap .info .adresa {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #23282D;
  padding-left: 28px;
  background-image: url("../img/address_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: 4px;
}
body footer .infoservis .wrap .info .adresa a {
  display: inline-block;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
  margin-top: 6px;
}
body footer .infoservis .wrap .info .adresa a:hover {
  text-decoration: none;
}
body footer .infoservis .wrap .info a {
  display: inline-block;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
}
body footer .infoservis .wrap .info a.mail {
  text-decoration: none;
  margin-top: 24px;
  padding-left: 28px;
  background-image: url("../img/mail_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body footer .infoservis .wrap .info a.mail:hover {
  text-decoration: underline;
}
body footer .infoservis .wrap .info a.tel {
  text-decoration: underline;
  margin-top: 4px;
  padding-left: 28px;
  background-image: url("../img/tel_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body footer .infoservis .wrap .info a.tel:hover {
  text-decoration: none;
}
body footer .infoservis .wrap .info .datova_schranka {
  margin-top: 24px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body footer .infoservis .wrap .info .datova_schranka strong {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body footer .infoservis .wrap .formular h2 {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #23282D;
}
body footer .infoservis .wrap .formular form {
  display: grid;
  grid-template-columns: 1fr 127px;
  grid-gap: 7px;
  margin-top: 12px;
}
body footer .infoservis .wrap .formular form input[type=text] {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  background: #ECEFF2;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #4C5256;
  padding: 16px;
}
body footer .infoservis .wrap .formular form input[type=text]::-moz-placeholder {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #4C5256;
}
body footer .infoservis .wrap .formular form input[type=text]::placeholder {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #4C5256;
}
body footer .infoservis .wrap .formular form input[type=submit] {
  width: 100%;
  height: 48px;
  background-color: #DE0221;
  cursor: pointer;
  transition: 500ms;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
}
body footer .infoservis .wrap .formular form input[type=submit]:hover {
  background-color: #23282D;
}
body footer .infoservis .wrap .formular p {
  margin-top: 12px;
  line-height: 0px;
  font-size: 0px;
}
body footer .infoservis .wrap .formular p i {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/info.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
body footer .infoservis .wrap .formular p a {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #687480;
  display: inline-block;
  vertical-align: middle;
}
body footer .infoservis .wrap .formular p a:hover {
  text-decoration: none;
}
body footer .infoservis .wrap .socky {
  display: grid;
  align-content: end;
}
body footer .infoservis .wrap .socky a.facebook {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #DE0221;
}
body footer .infoservis .wrap .socky a.facebook i {
  width: 32px;
  height: 32px;
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  transition: 500ms;
}
body footer .infoservis .wrap .socky a.facebook:hover {
  text-decoration: none;
}
body footer .infoservis .wrap .socky a.facebook:hover i {
  transform: scale(1.3);
}
body footer .infoservis .to_up {
  display: block;
  position: absolute;
  background-image: url("../img/arrow_to_up_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid #DEE1E4;
  right: 0px;
  top: 0px;
  cursor: pointer;
  transition: 500ms;
}
body footer .infoservis .to_up:hover {
  background-color: #F4F6F9;
  background-position-y: 5px;
}
body footer .copy {
  text-align: center;
  padding-top: 89px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #4C5256;
}
body footer .copy a {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #23282D;
}
body footer .copy a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  body footer .copy {
    padding-top: 32px;
  }
}
body.podstrana header {
  border-bottom: solid 1px #DEE1E4;
}
body.podstrana header .top {
  height: 113px;
  border-bottom: none;
}
@media only screen and (max-width: 970px) {
  body.podstrana header .top {
    height: auto;
  }
}
body.podstrana header .top .zarovnani .form_searching {
  top: 113px;
}
@media only screen and (max-width: 970px) {
  body.podstrana header .top .zarovnani .form_searching {
    top: 163px;
  }
}
@media only screen and (max-width: 660px) {
  body.podstrana header .top .zarovnani .form_searching {
    top: 215px;
  }
}
body.podstrana header .top .zarovnani .menu_wrap {
  /*box-shadow: none;*/
}
body.podstrana main .uvodni_obrazek {
  width: 100%;
  height: 550px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana main .detail_akce {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.podstrana main .detail_akce .navigace {
  margin-top: 16px;
}
body.podstrana main .detail_akce .navigace p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #4C5256;
  vertical-align: middle;
}
body.podstrana main .detail_akce .navigace p a {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration-line: underline;
}
body.podstrana main .detail_akce .navigace p a:hover {
  text-decoration: none;
}
body.podstrana 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.podstrana 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.podstrana 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.podstrana 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.podstrana main .detail_akce .wrap_content {
    grid-gap: 20px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 880px) {
  body.podstrana main .detail_akce .wrap_content {
    grid-template-columns: 1fr;
  }
}
body.podstrana main .detail_akce .wrap_content .cely_obsah {
  grid-column: span 2;
}
@media only screen and (max-width: 880px) {
  body.podstrana main .detail_akce .wrap_content .cely_obsah {
    grid-column: span 1;
  }
}
body.podstrana main .detail_akce .wrap_content .hlavni_obrazek {
  width: 100%;
  height: 483px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.podstrana main .detail_akce .wrap_content .hlavni_obrazek {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  body.podstrana main .detail_akce .wrap_content .hlavni_obrazek {
    height: 300px;
  }
}
body.podstrana main .detail_akce .wrap_content .hlavni_obrazek img {
  display: none;
}
body.podstrana 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.podstrana main .detail_akce .wrap_content .leve_menu {
    display: none;
  }
}
body.podstrana main .detail_akce .wrap_content .leve_menu.mobile_hide {
  display: none;
}
@media only screen and (max-width: 880px) {
  body.podstrana main .detail_akce .wrap_content .leve_menu.mobile_hide {
    display: block;
  }
}
body.podstrana main .detail_akce .wrap_content .leve_menu .sekce {
  padding: 8px 20px;
}
body.podstrana main .detail_akce .wrap_content .leve_menu .sekce:nth-child(1) {
  padding: 20px;
}
body.podstrana main .detail_akce .wrap_content .leve_menu .sekce h3 {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.podstrana main .detail_akce .wrap_content .leve_menu .sekce p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 6px;
  padding-bottom: 0px;
}
body.podstrana main .detail_akce .wrap_content .leve_menu .sekce p.datum {
  background-image: url("../img/calendar_black_small.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: 8px;
  padding-left: 18px;
}
body.podstrana main .detail_akce .wrap_content .leve_menu .sekce p a {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #DE0221;
}
body.podstrana main .detail_akce .wrap_content .leve_menu .sekce p a:hover {
  text-decoration: none;
}
body.podstrana main .detail_akce .wrap_content .clanek_detail_galerie {
  display: grid;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
body.podstrana main .detail_akce .wrap_content .clanek_detail_galerie a {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  display: block;
  aspect-ratio: 1;
}
body.podstrana main .detail_akce .wrap_content .clanek_detail_galerie a img {
  display: none;
}
body.podstrana .clanek {
  border-top: solid 1px #ededed;
  padding-top: 40px;
}
body.podstrana .obsahove_stranky {
  border-top: solid 1px #ededed;
  padding-top: 40px;
  border-bottom: solid 1px #ededed;
  padding-bottom: 40px;
}
body.podstrana .formatovani_textu .zarovnani {
  max-width: 860px;
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.podstrana .formatovani_textu .pridat_akci_form {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
body.podstrana .formatovani_textu .pridat_akci_form label {
  display: block;
  margin-top: 10px;
  line-height: 0px;
  font-size: 0px;
}
body.podstrana .formatovani_textu .pridat_akci_form label input::-moz-placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu .pridat_akci_form label input::placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu .pridat_akci_form label input.povinne::-moz-placeholder {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .formatovani_textu .pridat_akci_form label input.povinne::placeholder {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .formatovani_textu .pridat_akci_form label textarea::-moz-placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu .pridat_akci_form label textarea::placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu .pridat_akci_form label textarea.povinne::-moz-placeholder {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .formatovani_textu .pridat_akci_form label textarea.povinne::placeholder {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .formatovani_textu .pridat_akci_form label select {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu .pridat_akci_form p {
  padding-bottom: 0px;
  padding-top: 10px;
}
body.podstrana .formatovani_textu h1 {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #23282D;
  padding-bottom: 20px;
}
body.podstrana .formatovani_textu h2 {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #23282D;
  padding-top: 32px;
  padding-bottom: 8px;
}
body.podstrana .formatovani_textu h3 {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 24px;
  padding-bottom: 8px;
}
body.podstrana .formatovani_textu h4 {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
  padding-top: 16px;
  padding-bottom: 8px;
}
body.podstrana .formatovani_textu h5 {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #DE0221;
  padding-top: 16px;
  padding-bottom: 8px;
}
body.podstrana .formatovani_textu span {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #4C5256;
}
body.podstrana .formatovani_textu p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #4C5256;
  padding: 0px 0px;
  padding-bottom: 24px;
}
body.podstrana .formatovani_textu p em, body.podstrana .formatovani_textu p i {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #4C5256;
}
body.podstrana .formatovani_textu p strong, body.podstrana .formatovani_textu p b {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #4C5256;
}
body.podstrana .formatovani_textu p.velky {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #4C5256;
}
body.podstrana .formatovani_textu p.vyrazny {
  font-family: "soleillight";
  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.podstrana .formatovani_textu p.vyrazny2 {
  font-family: "soleillight";
  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.podstrana .formatovani_textu p.maly_1 {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #555C61;
  padding-bottom: 21px;
}
body.podstrana .formatovani_textu p.maly_2 {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu p.maly_3 {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu p.velky_1 {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu p.velky_2 {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu p.velky_3 {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu p.nejvetsi {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu ul, body.podstrana .formatovani_textu ol {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0px;
  list-style: none;
}
body.podstrana .formatovani_textu ul li, body.podstrana .formatovani_textu ol li {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
  margin-bottom: 8px;
}
body.podstrana .formatovani_textu ul li::before, body.podstrana .formatovani_textu 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.podstrana .formatovani_textu ul li.no_li::before, body.podstrana .formatovani_textu ol li.no_li::before {
  display: none;
}
body.podstrana .formatovani_textu ol {
  counter-reset: smartim-counter;
}
body.podstrana .formatovani_textu ol li {
  counter-increment: smartim-counter;
}
body.podstrana .formatovani_textu ol li::before {
  content: counter(smartim-counter) ". ";
  font-family: "soleilbold";
  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.podstrana .formatovani_textu a {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.podstrana .formatovani_textu a:hover {
  text-decoration: none;
}
body.podstrana .formatovani_textu a.a_vyrazny {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
}
body.podstrana .formatovani_textu a.a_nevyrazny {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu a.a_cta {
  font-family: "soleillight";
  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.podstrana .formatovani_textu a.a_cta:hover {
  background-color: #000;
}
body.podstrana .formatovani_textu a.a_cta2 {
  font-family: "soleillight";
  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.podstrana .formatovani_textu a.a_cta2:hover {
  background-color: #DE0221;
}
body.podstrana .formatovani_textu a.a_cta3 {
  font-family: "soleillight";
  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.podstrana .formatovani_textu a.a_cta3:hover {
  background-color: #000;
}
body.podstrana .formatovani_textu a.podkategorie {
  text-decoration: none;
  background-color: #eceff2;
  min-height: 90px;
  overflow: hidden;
  padding: 15px 1% 15px 1%;
  width: 29.3333%;
  display: inline-block;
  margin: 10px 1%;
  transition: 0.6s;
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu a.podkategorie span {
  text-decoration: none;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #555C61;
  transition: 0.6s;
}
body.podstrana .formatovani_textu a.podkategorie u {
  font-size: 15px;
}
body.podstrana .formatovani_textu a.podkategorie:hover {
  background-color: #23282d;
  color: white;
}
body.podstrana .formatovani_textu a.podkategorie:hover span {
  color: white;
}
@media (max-width: 880px) {
  body.podstrana .formatovani_textu a.podkategorie {
    width: 44%;
    margin: 10px 2%;
  }
}
@media (max-width: 500px) {
  body.podstrana .formatovani_textu a.podkategorie {
    width: 100%;
    margin: 10px auto;
    height: auto;
  }
}
body.podstrana .formatovani_textu span {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu span.vyrazny {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #222;
}
body.podstrana .formatovani_textu table {
  margin-top: 19px;
  margin-bottom: 0px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 560px) {
  body.podstrana .formatovani_textu table {
    width: 100%;
    overflow-x: scroll;
    max-width: 100%;
  }
}
body.podstrana .formatovani_textu table tr th {
  background-color: #23282D;
  text-align: left;
  padding: 12px 24px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.podstrana .formatovani_textu table tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.podstrana .formatovani_textu table tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.podstrana .formatovani_textu table tr th p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
}
body.podstrana .formatovani_textu table tr td {
  text-align: left;
  padding: 12px 24px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .formatovani_textu table tr td p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .formatovani_textu table tr td strong {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .formatovani_textu table tr td img {
  width: 100%;
}
body.podstrana .formatovani_textu table tr td ul, body.podstrana .formatovani_textu table tr td ol {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0px;
  list-style: none;
}
body.podstrana .formatovani_textu table tr td ul li, body.podstrana .formatovani_textu table tr td ol li {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555C61;
  margin-bottom: 8px;
}
body.podstrana .formatovani_textu table tr td ul li::before, body.podstrana .formatovani_textu 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.podstrana .formatovani_textu table tr td ul li.no_li::before, body.podstrana .formatovani_textu table tr td ol li.no_li::before {
  display: none;
}
body.podstrana .formatovani_textu table tr td ol {
  counter-reset: smartim-counter;
}
body.podstrana .formatovani_textu table tr td ol li {
  counter-increment: smartim-counter;
}
body.podstrana .formatovani_textu table tr td ol li::before {
  content: counter(smartim-counter) ". ";
  font-family: "soleilbold";
  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.podstrana .formatovani_textu table tr:nth-child(odd) td {
  background-color: #EFF2F5;
}
body.podstrana .formatovani_textu table tr:nth-child(odd) td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.podstrana .formatovani_textu table tr:nth-child(odd) td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.podstrana .formatovani_textu table.table_svetla tr {
  border-bottom: 1px solid rgba(213, 213, 213, 0.4);
}
body.podstrana .formatovani_textu table.table_tmava tr td {
  background-color: #DE0221;
  border: solid 1px white;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana .formatovani_textu table.table_tmava tr td p {
  color: #fff !important;
}
body.podstrana .formatovani_textu table.table_tmava tr td p b, body.podstrana .formatovani_textu table.table_tmava tr td p strong, body.podstrana .formatovani_textu table.table_tmava tr td p em, body.podstrana .formatovani_textu table.table_tmava tr td p i {
  color: #fff !important;
}
body.podstrana .formatovani_textu table.table_tmava tr td a {
  color: #fff;
}
body.podstrana .formatovani_textu table.table_tmava tr td ul, body.podstrana .formatovani_textu table.table_tmava tr td ol {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0px;
  list-style: none;
}
body.podstrana .formatovani_textu table.table_tmava tr td ul li, body.podstrana .formatovani_textu table.table_tmava tr td ol li {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana .formatovani_textu table.table_tmava tr td ul li::before, body.podstrana .formatovani_textu table.table_tmava tr td ol li::before {
  background-color: #fff;
}
body.podstrana .formatovani_textu table.table_tmava tr td ol li::before {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
  background-color: transparent;
}
body.podstrana .formatovani_textu img.img_vpravo {
  float: right;
  margin-top: 0px;
  margin-left: 72px;
  margin-bottom: 20px;
  max-width: 560px;
  width: calc(100% - 20px);
}
@media (max-width: 880px) {
  body.podstrana .formatovani_textu img.img_vpravo {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.podstrana .formatovani_textu img.img_vlevo {
  float: left;
  margin-top: 0px;
  margin-right: 72px;
  margin-bottom: 20px;
  max-width: 560px;
  width: calc(100% - 20px);
}
@media (max-width: 880px) {
  body.podstrana .formatovani_textu img.img_vlevo {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.podstrana .formatovani_textu img.img_100 {
  float: none;
  margin: 10px 0px;
  width: 100%;
}
body.podstrana .formatovani_textu input {
  background: #EFF2F5;
  width: 100%;
  height: 43px;
  padding: 0px 12px;
  outline: none;
  border: none;
  margin-top: 4px;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu input::-moz-placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu input::placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu select {
  background: #EFF2F5;
  width: 100%;
  height: 43px;
  padding: 0px 12px;
  outline: none;
  border: none;
  margin-top: 4px;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #555C61;
  cursor: pointer;
}
body.podstrana .formatovani_textu textarea {
  background: #EFF2F5;
  width: 100%;
  height: 141px;
  padding: 12px 12px;
  outline: none;
  border: none;
  margin-top: 4px;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
  resize: none;
}
body.podstrana .formatovani_textu textarea::-moz-placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu textarea::placeholder {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #555C61;
}
body.podstrana .formatovani_textu input[type=submit] {
  width: 100%;
  height: 52px;
  cursor: pointer;
  transition: 500ms;
  margin-top: 24px;
  display: block;
  border-radius: 3px;
  background: #DE0221;
  font-family: "soleilregular";
  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.podstrana .formatovani_textu input[type=submit]:hover {
  background-color: #69000f;
}
@media only screen and (max-width: 550px) {
  body.podstrana .formatovani_textu input[type=submit] {
    background-position-x: 35%;
  }
}
@media only screen and (max-width: 400px) {
  body.podstrana .formatovani_textu input[type=submit] {
    background-position-x: 30%;
  }
}
body.podstrana .formatovani_textu iframe {
  width: 100%;
  border: none;
}
body.podstrana .formatovani_textu .galerie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: 20px 0px;
}
@media only screen and (max-width: 500px) {
  body.podstrana .formatovani_textu .galerie {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 300px) {
  body.podstrana .formatovani_textu .galerie {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.podstrana .formatovani_textu .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: 0.8;
  transition: 300ms;
}
body.podstrana .formatovani_textu .galerie a:hover {
  opacity: 1;
}
body.podstrana .formatovani_textu .galerie a img {
  display: none;
}
body.podstrana .formatovani_textu .strankovani {
  margin-top: 32px;
  text-align: center;
}
body.podstrana .formatovani_textu .strankovani a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0px 5px;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #DE0221;
  text-decoration: underline;
}
body.podstrana .formatovani_textu .strankovani a:hover {
  text-decoration: none;
}
body.podstrana .kalendar_akci {
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 90px;
  border-top: solid 1px #DEE1E4;
  border-bottom: solid 1px #DEE1E4;
}
body.podstrana .kalendar_akci .zarovnani {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  body.podstrana .kalendar_akci .zarovnani {
    padding-left: 0px;
  }
}
body.podstrana .kalendar_akci .zarovnani .top {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-gap: 20px;
}
body.podstrana .kalendar_akci .zarovnani .top h2 {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31.6px;
  letter-spacing: -0.5px;
  color: #23282D;
}
body.podstrana .kalendar_akci .zarovnani .top .arrows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
}
body.podstrana .kalendar_akci .zarovnani .top .arrows div {
  width: 100%;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #DEE1E4;
  transition: 500ms;
  cursor: pointer;
}
body.podstrana .kalendar_akci .zarovnani .top .arrows div.previousle {
  background-image: url("../img/drop_to_left_big_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana .kalendar_akci .zarovnani .top .arrows div.next {
  background-image: url("../img/drop_to_right_big_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana .kalendar_akci .zarovnani .top .arrows div:hover {
  background-color: #DE0221;
}
body.podstrana .kalendar_akci .zarovnani .top .arrows div:hover.previousle {
  background-image: url("../img/drop_to_left_big_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana .kalendar_akci .zarovnani .top .arrows div:hover.next {
  background-image: url("../img/drop_to_right_big_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana .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.podstrana .kalendar_akci .zarovnani .wrap {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 980px) {
  body.podstrana .kalendar_akci .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  body.podstrana .kalendar_akci .zarovnani .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce {
  display: inline;
  transition: 500ms;
  text-decoration: none;
  /*@media only screen and (max-width: 980px) {
      &:nth-child(3) {
          display: none;
      }
  }
  @media only screen and (max-width: 700px) {
      &:nth-child(2) {
          display: none;
      }
  }*/
}
body.podstrana .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.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik {
    grid-gap: 10px;
    grid-template-columns: 80px 1fr;
  }
}
@media only screen and (max-width: 980px) {
  body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik {
    grid-template-columns: 120px 1fr;
    grid-gap: 16px;
  }
}
body.podstrana .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;
  position: relative;
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obr i {
  position: absolute;
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: white;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  background-image: url("../img/arrow_red_hover_to_corner.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .datum {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #DE0221;
  background-image: url("../img/calendar_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 0px;
  background-position-y: center;
  padding-left: 14px;
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah h3 {
  font-family: "soleilregular";
  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;
}
@media only screen and (max-width: 700px) {
  body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah h3 {
    max-width: 100%;
  }
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .uvod {
  font-family: "soleillight";
  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: 32px;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .uvod {
    max-width: 100%;
  }
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .odkaz {
  display: block;
  margin-top: 4px;
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .odkaz em {
  font-family: "soleilregular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #23282D;
  text-decoration: underline;
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce .wrapik .obsah .odkaz i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 2px;
  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: bottom;
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce:hover .wrapik .obr i {
  display: block;
}
body.podstrana .kalendar_akci .zarovnani .wrap .akce:hover .wrapik .obsah h3 {
  text-decoration: underline;
  color: #DE0221;
}
body .flatpickr-calendar {
  font-family: "soleilregular";
}
body .flatpickr-calendar .flatpickr-months {
  color: white;
  background-color: #de0221;
}
body .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, body .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
}
body .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover, body .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
}
body .flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  color: white;
}
body .flatpickr-calendar .flatpickr-months .flatpickr-current-month input.cur-year {
  color: white;
}
body .flatpickr-calendar .flatpickr-months .numInputWrapper span {
  color: white;
}
body .flatpickr-calendar .flatpickr-day.selected, body .flatpickr-calendar .flatpickr-day.startRange, body .flatpickr-calendar .flatpickr-day.endRange, body .flatpickr-calendar .flatpickr-day.selected.inRange, body .flatpickr-calendar .flatpickr-day.startRange.inRange, body .flatpickr-calendar .flatpickr-day.endRange.inRange, body .flatpickr-calendar .flatpickr-day.selected:focus, body .flatpickr-calendar .flatpickr-day.startRange:focus, body .flatpickr-calendar .flatpickr-day.endRange:focus, body .flatpickr-calendar .flatpickr-day.selected:hover, body .flatpickr-calendar .flatpickr-day.startRange:hover, body .flatpickr-calendar .flatpickr-day.endRange:hover, body .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, body .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, body .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, body .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, body .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, body .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: #de0221;
  box-shadow: none;
  color: #fff;
  border-color: #de0221;
}
body #aktuality {
  margin-top: 40px;
  margin-bottom: 20px;
}
body #aktuality .zarovnani {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body #aktuality .zarovnani h2 {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #23282D;
  padding-top: 32px;
  padding-bottom: 8px;
}
body #aktuality .zarovnani .vypis_aktualit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 980px) {
  body #aktuality .zarovnani .vypis_aktualit {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body #aktuality .zarovnani .vypis_aktualit {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  body #aktuality .zarovnani .vypis_aktualit .aktualita {
    margin-bottom: 40px;
  }
}
body #aktuality .zarovnani .vypis_aktualit .aktualita .aktualita_img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita .aktualita_img img {
  display: none;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita .datum {
  background-color: #DE0221;
  display: block;
  width: 100%;
  height: 32px;
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #fff;
  padding: 0px 10px;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita h2 {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #23282D;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita h2 a {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #23282D;
  text-decoration: none;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita h2 a:hover {
  text-decoration: underline;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita p {
  font-family: "soleillight";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #23282D;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita .vice {
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #de0221;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita .vice i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 4px;
  background-image: url("../img/arrow_to_right_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
body #aktuality .zarovnani .vypis_aktualit .aktualita .vice:hover i {
  margin-left: 8px;
}
body #aktuality .zarovnani .vice_novinek {
  display: grid;
  align-content: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  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: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #de0221;
  text-decoration: none;
  transition: 500ms;
}
body #aktuality .zarovnani .vice_novinek 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;
  transition: 500ms;
}
body #aktuality .zarovnani .vice_novinek:hover {
  background-color: #DE0221;
  color: white;
}
body #aktuality .zarovnani .vice_novinek: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 #aktuality .strankovani {
  text-align: center;
  margin-top: 20px;
}
body #aktuality .strankovani a {
  display: inline-block;
  font-family: "soleilbold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
  background-color: #DE0221;
  margin: 0px 5px;
  border-radius: 3px;
}
body #aktuality .strankovani a:hover, body #aktuality .strankovani a.active {
  background-color: #000;
}

.shadow_layer {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 666;
  display: none;
}

.smartim-loading {
  display: inline-block;
  position: absolute;
  width: 170px;
  height: 200px;
  left: calc(50% - 80px);
  top: 100px;
  z-index: 999;
  display: none;
}
.smartim-loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 32px;
  background: #ffffff;
  animation: smartim-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.smartim-loading div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.smartim-loading div:nth-child(2) {
  left: 64px;
  animation-delay: -0.12s;
}
.smartim-loading div:nth-child(3) {
  left: 132px;
  animation-delay: 0;
}

.lineabove {
  display: block;
  width: 100%;
  border-top: solid 1px #efefef;
  margin-bottom: 40px;
}

@keyframes smartim-loading {
  0% {
    top: 8px;
    height: 128px;
  }
  50%, 100% {
    top: 48px;
    height: 64px;
  }
}/*# sourceMappingURL=style.css.map */