@charset "UTF-8";
/* barvy */
/* velikosti */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
.layout-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .layout-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1 {
    width: 94%;
  }
}

.layout-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .layout-1-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1-1 {
    grid-template-columns: 1fr;
  }
}

.layout-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .layout-2-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-2-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-2-1 {
    grid-template-columns: 1fr;
    width: 94%;
  }
}

.layout-side {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .layout-side {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-side {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-side {
    width: 94%;
    grid-template-columns: 1fr;
  }
}

/* fonty */
/* obsah */
.container {
  margin: 0 auto !important;
}
@media (min-width: 1450px) {
  .container {
    width: 1400px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .container {
    width: 90%;
  }
}

.wp-block-group__inner-container, .wp-block-cover__inner-container {
  margin: 0 auto !important;
}
@media (min-width: 1450px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1400px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1000px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 90%;
  }
}

.alignfull {
  position: relative;
  max-width: 100vw;
  width: 100vw;
  left: calc(-50vw + 50%);
  padding: 50px 0;
}

.alignwide {
  display: flex;
  position: relative;
  max-width: 100vw;
  width: 80vw;
  left: calc(-40vw + 50%);
  padding: 50px 0;
}

@media (min-width: 1200px) and (max-width: 1449px) {
  .layout-side {
    width: 1100px;
  }
  .layout-header {
    width: 1100px;
    grid-template-columns: 300px 1fr;
  }
  .layout-footer {
    width: 1100px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1 {
    width: 90%;
  }
  .layout-1-1 {
    width: 90%;
  }
  .layout-side {
    width: 90%;
  }
  .layout-header {
    width: 90%;
    grid-template-columns: 1fr 150px 50px;
    grid-column-gap: 10px;
  }
  .layout-footer {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1 {
    width: 94%;
    grid-template-columns: 1fr;
  }
  .layout-1-1 {
    width: 94%;
    grid-template-columns: 1fr;
  }
  .layout-side {
    width: 94%;
    grid-template-columns: 1fr;
  }
  .layout-footer {
    width: 94%;
    grid-template-columns: 1fr;
  }
}
.wp-block-button__link {
  color: white !important;
}
.wp-block-button__link:hover {
  background: #57943F;
}

.btn-big-green {
  background: #57943F;
  padding: 15px 30px;
  border-radius: 7px;
  color: white;
  text-decoration: none;
  display: inline-block;
}
.btn-big-green:hover {
  background: white;
  color: #57943F;
}

.btn-big-white {
  background: white;
  padding: 15px 30px;
  border-radius: 7px;
  color: #57943F;
  text-decoration: none;
  display: inline-block;
}
.btn-big-white:hover {
  background: #57943F;
  color: white;
}

.btn-middle {
  padding: 15px 30px;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
}

.btn-green {
  background: #57943F;
  color: white;
}
.btn-green:hover {
  background: #646464;
  color: white;
}

.btn-black {
  background: #171a22;
  color: white;
}
.btn-black:hover {
  background: #646464;
  color: white;
}

.btn-outline-green {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #57943F;
  color: #57943F;
  text-decoration: none;
  border-radius: 7px;
}
.btn-outline-green:hover {
  background: #171a22;
  border: 2px solid #171a22;
  color: white;
}

.btn-text {
  display: inline-block;
  padding: 10px 0;
  border: 0px solid #57943F;
  color: #57943F;
  text-decoration: none;
  border-radius: 7px;
}
.btn-text:hover {
  border: 0px solid #171a22;
  color: #171a22;
}

.btn-inner-icon {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.btn-inner-icon svg {
  width: 24px;
  height: 24px;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  margin: 0;
  background: #171a22;
}

img {
  width: 100%;
  height: auto;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 160%;
}

/*  HEADER  */
.search-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.header-search__form {
  border: 1px solid #54555b;
  padding: 10px 10px;
  border-radius: 30px;
}
.header-search__form input {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  width: 300px;
}
.header-search__form input::placeholder {
  font-style: italic;
}
.header-search__form button {
  background: transparent;
  border: none;
  color: #74f1ed;
}

header {
  width: 100%;
  z-index: 9999;
  border-bottom: 0px solid #d6deec;
}
header .logo {
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
header .logo a {
  font-size: 30px;
  text-decoration: none;
  color: #74f1ed;
  font-weight: 400;
  font-family: "Unbounded", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .logo a img {
  width: 44px;
  height: auto;
}
header .logo img {
  width: 100%;
  height: auto;
  max-height: 60px;
}
header .logo:hover {
  opacity: 0.5;
  color: white;
}
header .header-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 899px) {
  header .header-search {
    display: none;
  }
}
header .header-search .podcast-suggest-wrap {
  width: 350px;
}
header .header-search .podcast-suggest-wrap input {
  width: 100%;
  padding: 10px 20px;
  background: #12151c;
  border-radius: 30px;
  color: white;
  border: none;
  font-size: 17px;
}
header .header-search button {
  display: none;
}
header .cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
header .cta .number {
  display: inline-block;
  color: #74f1ed;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
header .cta svg {
  color: #74f1ed;
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  header .cta svg {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .cta {
    display: none;
  }
}
@media (max-width: 899px) {
  header .cta {
    display: none;
  }
}
@media (max-width: 899px) {
  header .menu-separator {
    display: none !important;
  }
}
header .nav-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
header .nav-main ul li {
  display: inline-block;
}
header .nav-main ul li a {
  color: white;
  padding: 20px 30px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}
header .nav-main ul li a:hover {
  color: #74f1ed;
}
header .nav-main ul .current-menu-item {
  border-bottom: 3px solid #74f1ed;
  color: #74f1ed;
}
header .nav-main ul .menu-separator a {
  color: #74f1ed;
}
header .nav-main ul .menu-separator a:hover {
  border-bottom: 0;
  cursor: auto;
  color: #74f1ed;
}
header .nav-main ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  list-style: none;
  width: 320px;
  margin: 0;
  padding: 0;
  background: #0d0e12;
}
header .nav-main ul > li:hover > ul {
  display: block;
}
header .nav-main ul li ul li {
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;
}
header .nav-main ul li ul li a {
  display: block;
  height: auto;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
header .nav-main ul li ul li a:hover, header .nav-main .header ul.menu li ul li:hover > a {
  background: black;
  color: #74f1ed;
}
header .nav-main ul > li > ul > li > ul {
  display: none;
  left: 180px;
  top: 0;
}
header .nav-main ul > li > ul > li:hover > ul {
  display: block;
}
@media (max-width: 899px) {
  header .nav-main {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .nav-main {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  header .nav-main ul li a {
    padding: 20px 10px;
    font-size: 15px;
  }
}
header .mob-nav-btn {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  color: #74f1ed;
}
header .mob-nav-btn svg {
  width: 100%;
  height: auto;
}
header .mob-nav-btn svg:hover {
  cursor: pointer;
  color: white;
}
@media (max-width: 899px) {
  header .mob-nav-btn {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .mob-nav-btn {
    display: flex;
  }
}
header .socky {
  margin: 27px 0 0 0;
  float: right;
}
header .socky a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  opacity: 1;
}
header .socky a img {
  width: 100%;
  height: auto;
}
header .socky a:hover {
  opacity: 0.8;
}
@media (max-width: 899px) {
  header {
    position: fixed;
  }
}

.offset {
  height: 0px;
  display: block;
}
@media (max-width: 899px) {
  .offset {
    height: 80px;
  }
}

.mobile-top {
  display: none;
}

.mob-nav {
  display: none;
  position: absolute;
  background: #0d0e12;
  width: 100%;
  z-index: 99999;
  left: 0;
  top: 80px;
}
.mob-nav .mob-nav-btn {
  color: #1d1d1b;
}
.mob-nav ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mob-nav ul li a {
  float: left;
  font-size: 18px;
  width: 100%;
  color: white;
  padding: 15px 10px 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

@media (max-width: 899px) {
  .mobilni {
    display: block;
  }
  .nav {
    display: none;
  }
  .mob-nav-btn {
    display: block;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .mobilni {
    display: block;
  }
  .nav {
    display: none;
  }
  .mob-nav-btn {
    display: block;
  }
}
header.smaller {
  position: fixed;
  background: #0d0e12;
  z-index: 99999;
  height: 60px;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.15);
}
header.smaller .layout-header {
  height: 60px;
}

.layout-header {
  display: grid;
  grid-template-columns: 15vw 1fr auto;
  grid-column-gap: 30px;
  width: 94%;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .layout-header {
    grid-template-columns: 15vw 1fr 1fr;
    grid-column-gap: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-header {
    grid-template-columns: 1fr auto 50px;
    height: 80px;
    width: 94%;
  }
}
@media (max-width: 899px) {
  .layout-header {
    grid-template-columns: 1fr 50px;
    height: 80px;
    width: 94%;
  }
}

/* HP */
.head {
  text-align: center;
  margin: 0 0 50px 0;
}
.head h2 {
  margin: 0;
  padding: 0;
}
.head p {
  padding: 0;
  margin: 0;
}

.kat-mapa {
  padding: 50px 0 0 0;
}

.hp-kat {
  padding: 50px 0;
}
.hp-kat .hp-kat__items {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.hp-podcasts__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .hp-podcasts__items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-podcasts__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .hp-podcasts__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.hp-channel {
  margin: 0 0 50px 0;
}
.hp-channel .hp-channel__items {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.hp-channel .tag-kat__channel {
  color: white;
  border: 1px solid white;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
}
.hp-channel .tag-kat__channel:hover {
  background: white;
  color: #0d0e12;
}

.hp-top {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.hp-top h1 {
  font-size: 50px;
  color: white;
  font-family: "Unbounded", sans-serif;
  margin: 10px 0;
}
.hp-top h2 {
  font-size: 20px;
  color: gray;
  font-family: "Unbounded", sans-serif;
  margin: 10px 0;
  font-weight: 400;
}
.hp-top .hp-top__title {
  width: 70%;
  margin: 0 0 40px 0;
}
@media (max-width: 899px) {
  .hp-top .hp-top__title {
    width: 100%;
    text-align: center;
  }
  .hp-top .hp-top__title h1 {
    font-size: 9vw;
  }
}
.hp-top .hp-top__bottom {
  display: flex;
  gap: 20px;
}
@media (max-width: 899px) {
  .hp-top .hp-top__bottom {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-top {
    padding: 5vw 0;
  }
}
@media (max-width: 899px) {
  .hp-top {
    height: 100%;
    padding: 90px 0;
  }
}

.hp-headline {
  padding: 0 0 80px 0;
}
.hp-headline h2 {
  font-size: 30px;
  text-align: center;
}

.hp-project {
  padding: 100px 0;
}

.hp-location {
  padding: 100px 0;
  background: whitesmoke;
}

.hp-docs {
  padding: 100px 0;
  background: whitesmoke;
}

.hp-contactt {
  padding: 100px 0;
}

/* HP platforms */
.hp-platforms {
  padding: 60px 0;
}

.hp-platform-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 899px) {
  .hp-platform-items {
    grid-template-columns: 1fr 1fr;
  }
}

.hp-platform-item img {
  border-radius: 10px;
}

.hp-crossroads {
  padding: 80px 0 0 0;
}
.hp-crossroads .hp-crossroads__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.hp-crossroads .hp-crossroads__layout .crossroads-item {
  border: 1px solid #d6deec;
  text-align: center;
  background: #57943F;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}
.hp-crossroads .hp-crossroads__layout .crossroads-item .crossroads-item__pic {
  overflow: hidden;
  display: inline-block;
}
.hp-crossroads .hp-crossroads__layout .crossroads-item .crossroads-item__pic img {
  transform: scale(1);
  transition: 0.3s;
}
.hp-crossroads .hp-crossroads__layout .crossroads-item .crossroads-item__text {
  padding: 20px 0;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.hp-crossroads .hp-crossroads__layout .crossroads-item:hover {
  background: #171a22;
}
.hp-crossroads .hp-crossroads__layout .crossroads-item:hover .crossroads-item__pic img {
  transform: scale(1.1);
}
.hp-crossroads .hp-crossroads__layout .crossroads-item:hover {
  box-shadow: 0 10px 20px 0 rgb(217, 217, 217);
}
@media (max-width: 899px) {
  .hp-crossroads .hp-crossroads__layout {
    grid-template-columns: 1fr;
  }
}

.hp-blog {
  background: #f2f3f1;
  padding: 80px 0;
}
.hp-blog .hp-blog__headline {
  text-align: center;
}
.hp-blog .hp-blog__headline h2 {
  font-size: 36px;
  margin: 0 0 30px 0;
  padding: 0 0 60px 0;
  position: relative;
}
.hp-blog .hp-blog__headline h2:after {
  display: block;
  content: "";
  width: 200px;
  height: 3px;
  background: #57943F;
  left: calc(50% - 100px);
  top: 60px;
  position: absolute;
}
.hp-blog .hp-blog__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .hp-blog .hp-blog__items {
    grid-template-columns: 1fr;
  }
}
.hp-blog .hp-blog__more {
  text-align: center;
  padding: 50px 0 0 0;
}
.hp-blog .hp-blog__more a {
  color: #57943F;
}
.hp-blog .hp-blog__more a:hover {
  color: #171a22;
}

/* Drobečková navigace */
.bc {
  font-size: 14px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
.bc .bc-link a {
  color: #646464;
}
.bc .bc-separator {
  width: 30px;
  text-align: center;
  color: #646464;
}
.bc .bc-separator svg {
  width: 12px;
  height: auto;
}

/* Produkt */
.product .product-top {
  padding: 20px 0 80px 0;
}
.product .product-top .title-mobile {
  display: none;
}
@media (max-width: 899px) {
  .product .product-top .title-mobile {
    display: block;
    padding: 0 0 20px 0;
  }
  .product .product-top .title-mobile h1 {
    color: #57943F;
    font-size: 8vw;
  }
}
.product .product-top .product-top__pic .main-pic {
  border: 1px solid #d6deec;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.product .product-top .product-top__pic .main-pic .pic-zoom {
  position: absolute;
  width: 40px;
  height: 40px;
  background: silver;
  color: white;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.product .product-top .product-top__pic .main-pic .pic-zoom svg {
  width: 20px;
  height: 20px;
}
.product .product-top .product-top__pic .main-pic .pic-zoom:hover {
  background: gray;
}
.product .product-top .product-top__pic .gallery {
  margin: 40px 0;
}
.product .product-top .product-top__pic .gallery .gallery-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.product .product-top .product-top__pic .gallery .gallery-layout .gallery-item {
  border: 0px solid #d6deec;
}
.product .product-top .product-top__pic .gallery .gallery-layout .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.product .product-top .product-top__data {
  margin: 0 0 50px 0;
}
.product .product-top .product-top__data .product-top__title {
  margin: 0 0 40px 0;
}
.product .product-top .product-top__data .product-top__title h1 {
  color: #57943F;
  font-size: 50px;
  margin: 0;
  padding: 0;
}
@media (max-width: 899px) {
  .product .product-top .product-top__data .product-top__title {
    display: none;
  }
}
.product .product-top .product-top__data .product-top__perex {
  line-height: 140%;
}
.product .product-top .product-top__data .product-top__properties {
  margin: 30px 0;
}
.product .product-top .product-top__data .product-top__properties ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-position: outside;
}
.product .product-top .product-top__data .product-top__properties li {
  padding: 4px 0 4px 30px;
  line-height: 170%;
  font-size: 16px;
}
.product .product-top .product-top__data .product-top__properties li a {
  color: #57943F;
  text-decoration: none;
}
.product .product-top .product-top__data .product-top__properties li a:hover {
  text-decoration: underline;
}
.product .product-top .product-top__data .product-top__properties li::before {
  content: url("/wp-content/themes/regefarm/img/icon_check.svg");
  color: #57943F;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 18px;
  margin-left: -30px;
}
.product .product-top .product-top__data .btn-middle-icon {
  padding: 12px 18px;
  border-radius: 7px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  display: inline-block;
  align-items: center;
}
.product .product-top .product-top__data .btn-middle-icon .icon {
  width: 30px;
  height: 30px;
}
.product .product-top .product-top__data .btn-inquiry {
  background: #57943F;
}
.product .product-top .product-top__data .btn-download {
  background: #171a22;
}
.product .product-top .product-top__data .btn-download:hover {
  background: #57943F;
}
.product .product-info {
  background: #f2f3f1;
  padding: 80px 0;
}
.product .product-info h2 {
  font-size: 24px;
  color: #57943F;
  margin: 0 0 40px 0;
  padding: 0;
}
.product .product-info .product-info__content {
  line-height: 140%;
}
.product .product-info .paramater-blok {
  margin: 0 0 30px 0;
}
.product .product-info .paramater-blok .paramater-headline {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.product .product-info .paramater-blok .paramater-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid silver;
  padding: 10px 0;
  font-size: 15px;
}
.product .product-similar {
  padding: 80px 0;
}
.product .product-similar .product-similar__headline {
  font-size: 22px;
  font-weight: 700;
}
.product .product-similar .product-similar__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 50px 0;
}
@media (max-width: 899px) {
  .product .product-similar .product-similar__items {
    grid-template-columns: 1fr;
  }
}

/* PAGE */
.pages {
  padding: 0 0 80px 0;
}
.pages a {
  color: #57943F;
}
.pages a:hover {
  color: #171a22;
}
.pages h2 {
  color: #57943F;
  font-size: 28px;
  padding: 10px 0 10px 0;
  margin: 0px 0 15px 0;
}
.pages h3 {
  color: #171a22;
  font-size: 22px;
  padding: 0 0 10px 0;
  margin: 0;
}
.pages h4 {
  color: #171a22;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.pages p {
  font-size: 17px;
  color: #171a22;
  line-height: 160%;
  padding: 0 0 5px 0;
}
.pages li {
  font-size: 17px;
  color: #171a22;
}
.pages td {
  border: 1px solid #d6deec;
  padding: 10px;
}
.pages th {
  border: 1px solid #d6deec;
}
.pages thead {
  border-bottom: 0px solid #d6deec;
  text-align: left;
  background: #57943F;
}
.pages ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0 0 20px 0;
}
.pages ul li {
  padding: 3px 0 3px 20px;
  line-height: 150%;
  font-size: 16px;
}
.pages ul li::before {
  content: "■";
  color: #57943F;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.pages figure img {
  border-radius: 10px;
}

.page-top__background {
  filter: brightness(0.3);
  width: 100%;
  min-height: 350px;
  display: block;
  position: absolute;
  z-index: -5;
  top: calc(50% - 175px);
}

.page-top__default {
  background: #57943F;
}

.page-top {
  padding: 80px 0;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.page-top .title {
  filter: unset;
}
.page-top .title h1 {
  font-size: 50px;
  color: white;
}
.page-top .subheadline {
  font-size: 24px;
  color: white;
}
@media (max-width: 899px) {
  .page-top {
    padding: 60px 0;
  }
  .page-top .title h1 {
    font-size: 8vw;
    padding: 30px 0;
    margin: 0;
  }
  .page-top .subheadline {
    font-size: 4.5vw;
    line-height: 150%;
  }
}

.page-top {
  margin: 30px 0;
  padding: 0;
}
.page-top h1 {
  color: #74f1ed;
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  text-align: left;
}

/* Prodejci */
.sellers-map {
  margin: 0 0 80px 0;
  background: silver;
  height: 500px;
}

.sellers-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 0 0 80px 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .sellers-items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 899px) {
  .sellers-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.sellers-items .sellers-item {
  background: #f2f3f1;
  padding: 20px;
  border-radius: 10px;
}
.sellers-items .sellers-item a {
  color: #57943F;
}
.sellers-items .sellers-item a:hover {
  color: #171a22;
}
.sellers-items .sellers-item div {
  padding: 4px 0;
}
.sellers-items .sellers-item .sellers-item__name {
  font-weight: 700;
  font-size: 18px;
}

.sellers-table {
  display: none;
}
.sellers-table .row-headline {
  font-weight: 700;
}
.sellers-table .sellers-table__row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  border-bottom: 1px solid #d6deec;
  padding: 10px 0;
}
@media (max-width: 899px) {
  .sellers-table .sellers-table__row {
    grid-template-columns: 1fr;
  }
}

.contact-icon {
  display: grid;
  grid-template-columns: 50px 1fr !important;
  gap: 10px;
  padding: 7px 0;
}
.contact-icon .wp-block-media-text__content {
  padding: 0;
}
.contact-icon img {
  width: 40px;
  height: 40px;
}
.contact-icon p {
  padding: 0;
}
@media (max-width: 899px) {
  .contact-icon {
    grid-template-columns: 50px 1fr !important;
  }
}

/* people */
.page-people__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.page-people__item a {
  color: white;
  text-decoration: none;
}
.page-people__item a:hover {
  color: #74f1ed;
  text-decoration: underline;
}

/* */
.platform-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.platform-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  border-bottom: 1px solid #2f2f2f;
  color: white;
}
.platform-item a {
  color: white;
  text-decoration: none;
}
.platform-item a:hover {
  color: #74f1ed;
  text-decoration: underline;
}

/* článek - karta */
.article-card {
  background: white;
  border: 1px solid #d6deec;
  border-radius: 10px;
  overflow: hidden;
}
.article-card .article-card__pic {
  overflow: hidden;
}
.article-card .article-card__pic img {
  transform: scale(1);
  transition: 0.3s;
}
.article-card .article-card__pic img:hover {
  transform: scale(1.2);
}
.article-card .article-card__text {
  padding: 30px;
}
.article-card .article-card__text .name a {
  font-size: 22px;
  color: #57943F;
  text-decoration: none;
  font-weight: 700;
}
.article-card .article-card__text .name a:hover {
  text-decoration: underline;
  color: #171a22;
}
.article-card .article-card__text .date {
  color: gray;
  font-size: 15px;
  margin: 10px 0;
}
.article-card .article-card__text .perex {
  font-size: 15px;
}
.article-card .article-card__text .more {
  margin: 15px 0 0 0;
}
.article-card .article-card__text .more a {
  color: #57943F;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.article-card .article-card__text .more a:hover {
  text-decoration: underline;
  color: #171a22;
}
.article-card:hover {
  box-shadow: 0 10px 20px 0 rgb(217, 217, 217);
}

/* mini card */
.article-mini-card .name {
  margin: 0 0 15px 0;
}
.article-mini-card .name a {
  color: #57943F;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
.article-mini-card .name a:hover {
  color: #171a22;
  text-decoration: underline;
}
.article-mini-card .date {
  font-size: 14px;
  color: gray;
  margin: 0 0 10px;
}
.article-mini-card .perex {
  line-height: 150%;
}

/* článek */
.article-single {
  padding: 0 0 80px 0;
}
.article-single .article-top {
  background: #57943F;
  padding: 50px 0;
}
.article-single .article-top .title h1 {
  color: white;
  font-size: 38px;
}
.article-single .article-top .date {
  color: white;
}
.article-single .article-content {
  padding: 50px 0;
}
.article-single .article-content a {
  color: #57943F;
}
.article-single .article-content a:hover {
  color: #171a22;
}
.article-single .article-content h2 {
  color: #57943F;
  font-size: 28px;
  padding: 10px 0 10px 0;
  margin: 0px 0 15px 0;
}
.article-single .article-content h3 {
  color: #171a22;
  font-size: 22px;
  padding: 0 0 10px 0;
  margin: 0;
}
.article-single .article-content h4 {
  color: #171a22;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.article-single .article-content p {
  font-size: 17px;
  color: #171a22;
  line-height: 160%;
  padding: 0 0 5px 0;
}
.article-single .article-content li {
  font-size: 17px;
  color: #171a22;
}
.article-single .article-content td {
  border: 1px solid #d6deec;
  padding: 10px;
}
.article-single .article-content th {
  border: 1px solid #d6deec;
}
.article-single .article-content thead {
  border-bottom: 0px solid #d6deec;
  text-align: left;
  background: #57943F;
}
.article-single .article-content ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0 0 20px 0;
}
.article-single .article-content ul li {
  padding: 3px 0 3px 20px;
  line-height: 150%;
  font-size: 16px;
}
.article-single .article-content ul li::before {
  content: "■";
  color: #57943F;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.article-single .article-content figure img {
  border-radius: 10px;
}

.side {
  padding: 50px 0;
}
.side .side-blog .article-mini-card h3 a {
  font-size: 18px;
  color: #57943F;
}
.side .side-blog .article-mini-card .article-mini-card__text .perex {
  color: gray;
  font-size: 15px;
}

/* kategorie */
.kategorie .kat-top {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.kategorie .kat-top .kat-top__bc {
  color: white;
  display: none;
}
.kategorie .kat-top .kat-top__title h1 {
  font-size: 40px;
  color: #74f1ed;
  font-family: "Unbounded", sans-serif;
}
.kategorie .kat-top .kat-top__perex {
  color: white;
  font-size: 17px;
  line-height: 150%;
}

.kat-content-top {
  padding: 60px 0 0 0;
}

.kat-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 60px 0 80px 0;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .kat-products {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .kat-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .kat-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.kat-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 60px 0 80px 0;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .kat-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .kat-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .kat-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.kat-content {
  background: #f2f3f1;
  padding: 80px 0;
}
.kat-content p {
  line-height: 150%;
}
.kat-content ul li {
  line-height: 150%;
}
.kat-content .kat-content__logo {
  text-align: right;
}
.kat-content .kat-content__logo img {
  width: auto;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 899px) {
  .kat-content .kat-content__logo {
    text-align: left;
  }
}
.kat-content .kat-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0 0 0;
}
.kat-content .kat-gallery img {
  border-radius: 10px;
}

.kat-card {
  background: #2e313e;
  background: #74f1ed;
  border-radius: 50px;
  padding: 15px 25px;
  color: white;
  color: black;
  text-decoration: none;
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
}
.kat-card:hover {
  background: white;
}

/* FOOTER */
.footer {
  padding: 30px 0;
  background: #12151c;
  margin: 80px 0 0 0;
}
.footer .footer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .footer .footer-layout {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .footer .footer-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}
@media (max-width: 899px) {
  .footer .footer-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}
.footer .footer-col h3 {
  color: #74f1ed;
  font-size: 22px;
}
.footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-col ul li {
  padding: 7px 0;
}
.footer .footer-col ul li a {
  color: white;
  text-decoration: underline;
}
.footer .footer-col ul li a:hover {
  color: #74f1ed;
}
.footer .footer-contact_item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
.footer .footer-contact_item .icon {
  width: 30px;
}
.footer .footer-contact_item .icon svg {
  color: #57943F;
  width: 30px;
}
.footer .footer-contact_item .link a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.footer .footer-contact_item .link a:hover {
  color: #57943F;
  text-decoration: underline;
}
.footer .footer-social {
  margin: 20px 0 0 0;
}
.footer .footer-social a {
  width: 50px;
  display: inline-block;
}
.footer .footer-social a svg {
  width: 36px;
  height: 36px;
  color: #57943F;
}
.footer .footer-social a svg:hover {
  color: white;
}
.footer .widget-footer {
  margin: 10px 0 0 0;
}
.footer .widget-footer p {
  font-size: 14px;
}

.tiraz {
  padding: 50px 0;
  font-size: 14px;
  color: gray;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
  background: #12151c;
}
.tiraz p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 899px) {
  .tiraz .firma {
    text-align: center;
  }
}
.tiraz .autor {
  text-align: right;
}
.tiraz .autor .logo {
  width: 80px;
  display: inline-block;
  opacity: 0.3;
  filter: invert(1);
}
.tiraz .autor .logo:hover {
  opacity: 1;
}
@media (max-width: 899px) {
  .tiraz .autor {
    text-align: center;
  }
}

/* PLACE */
.place-card {
  display: grid;
  grid-template-columns: 50px 2fr 2fr 1fr 1fr 1fr;
  border-bottom: 1px solid #d6deec;
  align-items: center;
}

#map {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.kat-mapa {
  margin: 0 0 50px 0;
}
.kat-mapa #map {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.kat-top .kat-top__title h1 {
  color: gray;
}

.gallery {
  margin: 40px 0;
}
.gallery .gallery-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.gallery .gallery-layout .gallery-item {
  border: 0px solid #d6deec;
}
.gallery .gallery-layout .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

/* podcast card */
.podcast-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.podcast-card .podcast-card__pic img {
  border-radius: 10px;
  display: inline-block;
}
.podcast-card .podcast-card__pic:hover {
  border: 2px solid white;
  border-radius: 10px;
}
.podcast-card .podcast-card__text {
  padding: 10px 0 0 0;
}
.podcast-card .podcast-card__text .podcast-card__title a {
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.podcast-card .podcast-card__text .podcast-card__title a:hover {
  color: #74f1ed;
}
.podcast-card .podcast-card__text .podcast-card__channel {
  color: gray;
  text-decoration: none;
  font-size: 15px;
  margin: 5px 0 0 0;
}

.podcast-card-big {
  border-radius: 10px;
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  background: #12151c;
  padding: 15px;
}
.podcast-card-big .podcast-card__pic img {
  border-radius: 10px;
  display: inline-block;
}
.podcast-card-big .podcast-card__data {
  padding: 10px 0 0 0;
}
.podcast-card-big .podcast-card__data .podcast-card__title {
  margin: 0 0 10px 0;
}
.podcast-card-big .podcast-card__data .podcast-card__title a {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.podcast-card-big .podcast-card__data .podcast-card__title a:hover {
  color: #74f1ed;
}
.podcast-card-big .podcast-card__data .podcast-card__desc {
  color: gray;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.podcast-card-big .podcast-card__data .podcast-card__people .tag-kat__people {
  color: gray;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.podcast-card-big .podcast-card__data .podcast-card__people .tag-kat__people:hover {
  color: #74f1ed;
  text-decoration: underline;
}
.podcast-card-big .podcast-card__data .podcast-card__channel {
  color: gray;
  text-decoration: none;
  font-size: 15px;
  margin: 5px 0 0 0;
}

.podcast-row {
  border-bottom: 1px solid silver;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.podcast {
  /* statistic */
  /* awards */
  /* similar */
}
.podcast .podcast-top__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .podcast .podcast-top__layout {
    grid-template-columns: 250px 1fr;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .podcast .podcast-top__layout {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 899px) {
  .podcast .podcast-top__layout {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.podcast .podcast-top {
  background: #0d0e12;
  padding: 40px;
  margin: 0 0 80px 0;
  border-radius: 10px;
}
.podcast .podcast-top .podcast-top__icon img {
  border-radius: 10px;
}
.podcast .podcast-top .podcast-top__title {
  margin: 0 0 20px 0;
}
.podcast .podcast-top .podcast-top__title h1 {
  font-family: "Unbounded", sans-serif;
  color: white;
  font-size: 36px;
  margin: 0;
}
.podcast .podcast-top .podcast-top__people a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
}
.podcast .podcast-top .podcast-top__people a:hover {
  text-decoration: underline;
}
.podcast .podcast-top .podcast-top__people .tag-kat__people {
  color: white;
}
.podcast .podcast-top .podcast-top__tags {
  padding: 20px 0;
}
.podcast .podcast-top .podcast-top__tags a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
}
.podcast .podcast-top .tag-kat__kat {
  background: #74f1ed;
  color: black;
  border: 1px solid #74f1ed;
  font-weight: 700;
}
.podcast .podcast-top .tag-kat__kat:hover {
  background: white;
  color: black;
  border: 1px solid white;
}
.podcast .podcast-top .tag-kat__channel {
  color: #74f1ed;
  border: 1px solid #74f1ed;
  font-weight: 700;
}
.podcast .podcast-top .tag-kat__channel:hover {
  background: white;
  color: black;
  border: 1px solid white;
}
.podcast .podcast-top .podcast-top__desc {
  color: #a2a2a2;
  line-height: 150%;
}
.podcast .podcast-top .podcast-top__links {
  color: white;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 30px 0;
  align-items: center;
}
.podcast .podcast-top .podcast-top__links .link-item a {
  color: #707070;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}
.podcast .podcast-top .podcast-top__links .link-item a svg {
  width: 24px;
  height: auto;
}
.podcast .podcast-top .podcast-top__links .link-item a:hover {
  color: white;
}
.podcast .podcast-headline {
  padding: 0 0 30px 0;
}
.podcast .podcast-headline h2 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 24px;
  font-family: "Unbounded", sans-serif;
}
.podcast .podcast-episodes {
  margin: 0 0 80px 0;
}
.podcast .podcast-episodes .podcast-episodes__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.podcast .episode-item {
  color: white;
  border-bottom: 0px solid silver;
  padding: 15px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  background: #12151c;
  border-radius: 10px;
}
.podcast .episode-item .episode-item__pic img {
  width: 100px;
  height: auto;
  border-radius: 7px;
}
.podcast .episode-item .episode-item__date-duration {
  margin: 0 0 10px 0;
  color: #d1d1d1;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.podcast .episode-item .episode-item__title {
  font-size: 18px;
  color: #74f1ed;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.podcast .episode-item .episode-item__desc {
  color: #d1d1d1;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 20px 0;
}
.podcast .episode-item .toggle-desc {
  display: inline-flex;
}
.podcast .episode-item .episode-item__play {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.podcast .episode-item .episode-item__play .btn-play {
  color: #a1a1a1;
  border-radius: 30px;
  border: 1px solid #a1a1a1;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  gap: 10px;
}
.podcast .episode-item .episode-item__play .btn-play:hover {
  background: white;
  color: #171a22;
  border: 1px solid white;
  cursor: pointer;
}
.podcast .episode-item .episode-item__play .podcast-player {
  display: none;
}
.podcast .podcast-statistic {
  margin: 0 0 50px 0;
}
.podcast .statistic-item {
  background: #12151c;
  color: white;
  padding: 20px;
  border-radius: 10px;
}
.podcast .statistic-item p {
  padding: 3px 0;
  margin: 0;
}
.podcast .podcast-awards {
  margin: 0 0 80px 0;
}
.podcast .podcast-awards__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.podcast .podcast-award__item {
  background: #12151c;
  padding: 15px;
  display: flex;
  border-radius: 10px;
  color: white;
  gap: 20px;
}
.podcast .podcast-award__item a {
  color: white;
  text-decoration: none;
}
.podcast .podcast-award__item a:hover {
  color: #74f1ed;
  text-decoration: underline;
}
.podcast .podcast-award__item .podcast-award__item--votes {
  color: gray;
}
.podcast .podcast-similar {
  margin: 0 0 80px 0;
}
.podcast .podcast-similar .podcast-similar__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .podcast .podcast-similar .podcast-similar__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .podcast .podcast-similar .podcast-similar__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .podcast .podcast-similar .podcast-similar__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.podcast-events {
  margin: 0 0 50px 0;
}

.podcast-events__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.awards-items {
  background: #12151c;
  border-radius: 10px;
}

.ranking-th {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-bottom: 2px solid #2b2b2b;
  padding: 10px;
  color: white;
}
.ranking-th .ranking-th__rank {
  width: 50px;
}
.ranking-th .ranking-th__icon {
  width: 100px;
}
.ranking-th .ranking-th__title {
  width: 40%;
}
.ranking-th .ranking-th__votes {
  width: 40%;
}

.ranking-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-bottom: 1px solid #2b2b2b;
  padding: 10px 0;
  align-items: center;
}
.ranking-item .ranking-item__rank {
  width: 50px;
  text-align: center;
  color: white;
}
.ranking-item .ranking-item__icon {
  width: 100px;
}
.ranking-item .ranking-item__icon img {
  width: 50px;
  height: auto;
  border-radius: 5px;
}
.ranking-item .ranking-item__title {
  width: 40%;
}
.ranking-item .ranking-item__title a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.ranking-item .ranking-item__title a:hover {
  color: #74f1ed;
}
.ranking-item .ranking-item__votes {
  width: 40%;
  color: silver;
  font-size: 14px;
}

.podcast-side {
  position: relative;
}
.podcast-side .podcast-side__ad {
  position: sticky;
  top: 100px;
}
.podcast-side .banner {
  width: 300px;
  height: 600px;
  background: black;
}

/* */
.events-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-item {
  background: #12151c;
  padding: 15px;
  color: white;
  display: grid;
  grid-template-columns: 60px 2fr 1fr 2fr 1fr;
  gap: 30px;
  border-radius: 10px;
}
.event-item .event-item__pic a img {
  width: 60px;
  height: auto;
  border-radius: 5px;
}
.event-item .event-item__name h3 {
  color: white;
  font-size: 18px;
}
.event-item .event-item__name a {
  color: gray;
}
.event-item .event-item__name a:hover {
  color: white;
}
.event-item .event-item__link a {
  color: #74f1ed;
}

.event-item-mini {
  background: #12151c;
  padding: 15px;
  color: white;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 30px;
  border-radius: 10px;
}
.event-item-mini .event-item__name h3 {
  color: #74f1ed;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.event-item-mini .event-item__name a {
  color: gray;
}

.leaflet-tile-pane {
  border-radius: 10px;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

/* ALERT BAR */
.alert-bar {
  background: #ff4e4e;
  text-align: center;
}
.alert-bar .text {
  color: white;
  padding: 10px 0;
  margin: 0;
  display: inline-block;
}
.alert-bar .tlacitko {
  display: inline-block;
  text-align: right;
  margin: 0 0 0 30px;
}
.alert-bar .tlacitko a {
  color: #fff;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
}
.alert-bar .tlacitko a:hover {
  background: rgba(0, 0, 0, 0.7);
}

.animlink {
  display: inline-block;
  position: relative;
  color: #fbb911;
}

.animlink::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fbb911;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.animlink:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.entry-content {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 1rem;
  max-width: calc(100% - 2rem);
}
@media only screen and (min-width: 768px) {
  .entry-content {
    margin: 0 10%;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1500px) {
  .entry-content {
    margin: 0 auto;
    max-width: 1300px;
  }
}

.wp-block-nk-awb {
  height: calc(100vh - 100px);
  padding: 0;
}

.tags {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.tags .tag-kat {
  background: whitesmoke;
  padding: 7px 15px;
  display: flex;
  text-decoration: none;
  border-radius: 5px;
  color: black;
}
.tags .tag-kat:hover {
  background: black;
  color: white;
}

.navigace {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 0;
}
.navigace .link-post svg {
  vertical-align: middle;
}
.navigace .link-post a {
  background: black;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
}
.navigace .link-post a:hover {
  background: #fbb911;
  color: black;
}
.navigace .link-prev {
  display: flex;
  justify-content: flex-start;
}
.navigace .link-next {
  display: flex;
  justify-content: flex-end;
}

.description h3 {
  font-size: 20px;
  font-weight: 700;
}
.description a {
  color: #57943F;
  text-decoration: underline;
}
.description a:hover {
  color: #171a22;
}
.description ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0 0 20px 0;
}
.description ul li {
  padding: 2px 0 2px 20px;
  line-height: 150%;
  font-size: 16px;
}
.description ul li::before {
  content: "■";
  color: #57943F;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}

/* video */
.background-video {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -5;
  top: -13vw;
  left: 0;
  filter: brightness(0.4);
}
@media (min-width: 900px) and (max-width: 1199px) {
  .background-video {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 899px) {
  .background-video {
    height: 100%;
    width: auto;
    top: 0;
    left: calc(50% - 600px);
  }
}

/* Blog */
.blog_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .blog_items {
    grid-template-columns: 1fr;
  }
}

/* nav-links */
.nav-links {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.nav-links a {
  color: black;
}
.nav-links .page-numbers {
  padding: 6px 10px;
  font-size: 18px;
  background: whitesmoke;
  margin: 0 5px;
  text-decoration: none;
}
.nav-links .page-numbers:hover {
  background: black;
  color: white;
}
.nav-links .current {
  background: #fbb911;
  color: black;
}

/* Form */
.wp-block-contact-form-7-contact-form-selector input[type=text], .wp-block-contact-form-7-contact-form-selector input[type=email], .wp-block-contact-form-7-contact-form-selector input[type=tel] {
  background: whitesmoke;
  padding: 15px;
  width: 100%;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  border-radius: 10px;
}
.wp-block-contact-form-7-contact-form-selector input[type=submit] {
  background: #57943F;
  padding: 10px 20px;
  width: auto;
  border: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  color: white;
}
.wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  cursor: pointer;
  background: black;
  color: white;
}
.wp-block-contact-form-7-contact-form-selector textarea {
  background: whitesmoke;
  width: 100%;
  border: none;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
}
.wp-block-contact-form-7-contact-form-selector label {
  width: 100%;
  font-size: 16px;
  display: block;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  margin: 0 0 20px 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item a {
  color: black;
  text-decoration: underline;
}
.wp-block-contact-form-7-contact-form-selector .pole {
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector .radek-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.wp-block-contact-form-7-contact-form-selector .radek-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.wp-block-contact-form-7-contact-form-selector .radek-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
}

/* Block */
.bod-block-popup-wrap .bod-block-popup.size-m {
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.wp-block-countdown-block-countdown {
  width: 80%;
}
@media (max-width: 899px) {
  .wp-block-countdown-block-countdown {
    width: 100%;
  }
}

.content {
  margin: 20px 0 100px 0;
  padding: 0 0 100px 0;
}
.content .ref-loga figure.wp-block-image {
  border: 0px solid whitesmoke;
  flex-grow: unset;
  padding: 5px;
}
.content a {
  color: #1f58db;
  text-decoration: underline;
}
.content a:hover {
  color: black;
  background: #fbb911;
}
.content h2 {
  color: #57943F;
  font-size: 30px;
  padding: 20px 0;
  margin: 0;
}
.content h3 {
  color: #171a22;
  font-size: 24px;
  padding: 20px 0;
  margin: 0;
}
.content h4 {
  color: gray;
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
}
.content p {
  font-size: 16px;
  color: #171a22;
  padding: 0 0 10px 0;
  margin: 0;
}
.content ul {
  list-style: none;
  padding: 0 0 0 8px;
}
.content ul li {
  padding: 4px 0 4px 20px;
  line-height: 170%;
  font-size: 16px;
}
.content ul li::before {
  content: "■";
  color: #fbb911;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.content ol {
  list-style: none;
  counter-reset: li;
  padding: 0 0 0 8px;
}
.content ol li {
  padding: 4px 0 4px 20px;
  line-height: 170%;
  font-size: 16px;
  counter-increment: li;
}
.content ol li::before {
  content: counter(li) ".";
  color: #171a22;
  font-weight: 700;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.content .wp-block-button__link {
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.content .is-style-btn-square-fill .wp-block-button__link {
  border-radius: 0;
  color: white;
  padding: 14px 20px;
  background: #171a22;
  color: white;
  transition: 0.3s;
}
.content .is-style-btn-square-fill .wp-block-button__link:hover {
  background: #fbb911;
  color: white;
}
.content .is-style-btn-square-outline .wp-block-button__link {
  border-radius: 0;
  background: transparent;
  border: 2px solid #171a22;
  color: #171a22;
  transition: 0.3s;
}
.content .is-style-btn-square-outline .wp-block-button__link:hover {
  background: #171a22;
  color: white;
}
.content .wp-block-table thead {
  border-bottom: 0px;
  background: whitesmoke;
}
.content .wp-block-table th {
  border: 1px solid silver;
  padding: 12px;
  text-align: left;
}
.content .wp-block-table td {
  border: 1px solid silver;
  padding: 12px;
}
.content .wp-block-gallery.has-nested-images figure.wp-block-image:hover {
  opacity: 0.5;
}
.content .contact-ul {
  list-style: none;
}
.content .contact-ul li {
  font-size: 16px;
  padding: 3px 0 3px 0;
}
.content .contact-ul li::before {
  all: unset;
}
.content .distributor-table td {
  padding: 7px 0;
  border-bottom: 1px solid #d6deec;
  font-size: 15px;
}

.blok-np {
  background: white;
}
.blok-np .blok-leva {
  padding: 50px;
}
.blok-np .blok-prava {
  padding: 50px;
}
.blok-np .wp-block-image {
  margin: 0 !important;
}

.harmonogram strong {
  color: #57943F;
  font-weight: 800;
}

/* KONTAKTY */
.blok {
  padding: 25px;
  background: white;
}
.blok h2 {
  color: #57943F;
  font-size: 22px;
  font-weight: 700;
}

.pata h3 {
  padding: 0;
  font-size: 20px;
}
.pata a {
  text-decoration: underline;
}
.pata a:hover {
  color: #171a22;
}

.white {
  background: white;
  padding: 30px;
}

.otgs-development-site-front-end {
  display: none;
}

@media (max-width: 899px) {
  .cky-notice-des P:last-child {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
