@charset "UTF-8";
/* barvy */
/* velikosti */
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&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-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-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: #f1f2f5;
}

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

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

/*  HEADER  */
header {
  width: 100%;
  z-index: 9999;
  border-bottom: 0px solid #d6deec;
  border-top: 0px solid #ea4335;
}
header .layout-header {
  display: grid;
  grid-template-columns: 200px 1fr 2fr;
  grid-column-gap: 30px;
  width: 94%;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  header .layout-header {
    grid-template-columns: 15vw 1fr 13vw;
    grid-column-gap: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .layout-header {
    grid-template-columns: 1fr 50px;
    height: 80px;
    width: 94%;
  }
}
@media (max-width: 899px) {
  header .layout-header {
    grid-template-columns: 1fr 50px;
    height: 80px;
    width: 94%;
  }
}
header .header-logo {
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
header .header-logo a {
  font-size: 30px;
  text-decoration: none;
  color: #00c9b8;
  font-weight: 700;
  font-family: "Space Mono", serif;
  display: flex;
}
header .header-logo img {
  width: auto;
  height: 50px;
}
header .header-logo:hover {
  opacity: 0.5;
  color: white;
}
header .header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-search .header-search__wrap {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
header .header-search .header-search__wrap input {
  padding: 10px 20px;
  border: none;
  font-size: 17px;
}
header .header-search .header-search__wrap button {
  padding: 10px;
  border: none;
  background: transparent;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-search .header-search__wrap button:hover {
  cursor: pointer;
  color: gray;
}
header .cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
header .cta .number {
  display: inline-block;
  color: #57943F;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
header .cta svg {
  color: #57943F;
  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;
  position: relative;
}
header .nav-main ul li a {
  color: #171a22;
  padding: 20px 20px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-family: "Space Mono", serif;
}
header .nav-main ul li a:hover {
  color: #00c9b8;
}
header .nav-main ul .current-menu-item {
  border-bottom: 3px solid #00c9b8;
}
header .nav-main ul .menu-separator a {
  color: #00c9b8;
}
header .nav-main ul .menu-separator a:hover {
  border-bottom: 0;
  cursor: auto;
  color: #00c9b8;
}
header .nav-main ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 0;
  background: #00c9b8;
}
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: 7px 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;
}
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: black;
}
header .mob-nav-btn svg {
  width: 100%;
  height: auto;
}
header .mob-nav-btn svg:hover {
  cursor: pointer;
  color: #57943F;
}
@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: #57943F;
  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: white;
  z-index: 99999;
  height: 60px;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.15);
}
header.smaller .layout-header {
  height: 60px;
}

/* 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-service__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-service__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .hp-service__items {
    grid-template-columns: 1fr;
  }
}

.hp-top {
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.hp-top h1 {
  font-size: 46px;
  color: #00c9b8;
  font-family: "Space Mono", serif;
  margin: 10px 0;
}
.hp-top h2 {
  font-size: 20px;
  color: #171a22;
  margin: 10px 0;
}
.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-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%;
  }
}

/* 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;
  }
}

/* č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: #00c9b8;
  text-decoration: none;
  font-weight: 700;
  font-family: "Space Mono", serif;
}
.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: #00c9b8;
  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: #00c9b8;
  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 {
  padding: 50px 0;
}
.article-single .article-top .title h1 {
  color: #00c9b8;
  font-size: 38px;
  font-family: "Space Mono", serif;
}
.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: #00c9b8;
}
.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: #00c9b8;
  font-family: "Space Mono", serif;
}
.kategorie .kat-top .kat-top__perex {
  font-size: 16px;
  line-height: 150%;
}

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

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

.kat-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px 0 80px 0;
}
@media (max-width: 899px) {
  .kat-items {
    grid-template-columns: 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: #00c9b8;
  border-radius: 50px;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
  font-size: 15px;
  font-family: "Space Mono", serif;
  font-weight: 700;
}
.kat-card:hover {
  background: white;
}

.companies-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

/* FOOTER */
.footer {
  padding: 30px 0;
}
.footer .footer-layout {
  display: grid;
  grid-template-columns: 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: #57943F;
  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: #57943F;
}
.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);
}
.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;
}

.card-style {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 5px #e4e5e5;
}

/* podcast card */
.service-card {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
}
.service-card .service-card__pic img {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.service-card .service-card__text {
  padding: 0px 0 0 0;
}
.service-card .service-card__text .service-card__title a {
  font-size: 22px;
  font-weight: 700;
  color: #171a22;
  text-decoration: none;
  font-family: "Space Mono", serif;
}
.service-card .service-card__text .service-card__title a:hover {
  color: #00c9b8;
  text-decoration: underline;
}
.service-card .service-card__text .service-card__company {
  color: gray;
  text-decoration: none;
  font-size: 15px;
  margin: 5px 0 15px 0;
}
.service-card .service-card__text .service-card__perex {
  color: gray;
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 10px 0;
}
.service-card .service-card__text .service-card__tags .tag-kat {
  color: #171a22;
  text-decoration: none;
  background: white;
  border: 1px solid silver;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
}
.service-card .service-card__text .service-card__tags .tag-kat:hover {
  background: #00c9b8;
  color: #171a22;
  border: 1px solid #00c9b8;
}

.service .service-top__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
.service .service-top {
  background: white;
  padding: 40px;
  margin: 10px 0 80px 0;
  border-radius: 10px;
  box-shadow: 0 5px 5px #e4e5e5;
}
.service .service-top .service-top__icon img {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.service .service-top .service-top__title h1 {
  font-family: "Space Mono", serif;
  color: #171a22;
  font-size: 50px;
  margin: 0;
}
.service .service-top .service-top__people a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
}
.service .service-top .service-top__people .tag-kat__people {
  color: white;
}
.service .service-top .service-top__tags {
  padding: 20px 0;
}
.service .service-top .service-top__tags a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 25px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
}
.service .service-top .tag-kat__kat {
  background: white;
  color: black;
  border: 1px solid gray;
  font-weight: 700;
}
.service .service-top .tag-kat__kat:hover {
  background: #00c9b8;
  color: black;
  border: 1px solid white;
}
.service .service-top .tag-kat__channel {
  color: #00c9b8;
  font-weight: 700;
}
.service .service-top .tag-kat__channel:hover {
  background: #00c9b8;
  color: black;
  border: 1px solid white;
}
.service .service-top .service-top__desc {
  color: #171a22;
  line-height: 150%;
}
.service .service-top .service-top__links {
  color: white;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 30px 0;
  align-items: center;
}
.service .service-top .service-top__links .link-item a {
  color: #171a22;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  text-decoration: underline;
}
.service .service-top .service-top__links .link-item a svg {
  width: 20px;
  height: auto;
  color: silver;
}
.service .service-top .service-top__links .link-item a:hover {
  color: #00c9b8;
}
.service .service-top .gallery-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 0 50px 0;
}
.service .service-top .gallery-items img {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.service .service-top .service-top__content ol li, .service .service-top .service-top__content ul li {
  line-height: 150%;
}
.service .service-top .models-items {
  display: flex;
  gap: 20px;
  margin: 0 0 50px 0;
}
.service .service-top .model-item {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
}
.service .service-top .model-item .model-item__release {
  color: gray;
  font-size: 14px;
}
.service .service-top .service-top__pricelist {
  margin: 0 0 50px 0;
}
.service .service-top .price-items {
  display: flex;
  gap: 20px;
}
.service .service-top .price-item {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  padding: 20px;
}
.service .service-top .price-item .price-item__title {
  font-size: 20px;
  color: #171a22;
  font-weight: 700;
}
.service .service-top .price-item .price-item__price {
  color: gray;
  font-size: 18px;
}
.service .service-top .price-item .price-item__desc {
  color: gray;
  font-size: 15px;
}
.service .service-top .price-item .price-item__desc ul {
  padding: 0;
  list-style-position: inside;
}
.service .service-similar .service-similar__headline {
  color: #00c9b8;
  font-size: 24px;
  font-family: "Space Mono", serif;
  padding: 0 0 30px 0;
  font-weight: 700;
}
.service .service-similar .service-similar__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.service .banner {
  width: 300px;
  height: 600px;
  background: gray;
}

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

.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;
}

.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;
}

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

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

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