@charset "UTF-8";
/* barvy */
/* velikosti */
/* layouty */
.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 250px;
  grid-column-gap: 100px;
  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;
  }
}

.kontakt-page p {
  padding: 0;
  margin: 0;
}
.kontakt-page h2 {
  padding: 20px 0 30px 0 !important;
}

.contact-item-block-photo {
  grid-template-columns: 80px 1fr;
  gap: 0px;
}

.contact-item-block {
  display: grid;
  background: #efefef;
  height: 100%;
  border-radius: 5px;
}
.contact-item-block .contact-item-block__photo {
  padding: 15px 0 0 15px;
}
.contact-item-block .contact-item-block__photo img {
  width: 100%;
  height: auto;
}
.contact-item-block .contact-item-block__data {
  padding: 15px;
}
.contact-item-block .contact-item-block__data .contact-item-block__data_item {
  padding: 0 0 7px 0;
}
.contact-item-block .contact-item-block__data a {
  color: #dc002e;
  text-decoration: none;
}
.contact-item-block .contact-item-block__data a:hover {
  text-decoration: underline;
}
.contact-item-block .contact-item-block__data .name {
  font-weight: 700;
  font-size: 17px;
}
.contact-item-block .contact-item-block__data .position {
  font-size: 16px;
  font-style: italic;
}
.contact-item-block .contact-item-block__data .langs {
  display: flex;
  gap: 5px;
}
.contact-item-block .contact-item-block__data .langs img {
  width: 24px;
  height: auto;
}

/* 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 100px;
  }
  .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-header {
    width: 94%;
    grid-template-columns: 1fr 150px 50px;
    grid-column-gap: 10px;
  }
  .layout-footer {
    width: 94%;
    grid-template-columns: 1fr;
  }
}
.wp-block-button__link {
  color: white !important;
}
.wp-block-button__link:hover {
  background: #27ad42;
}

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

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

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

.btn-green {
  background: #27ad42;
  color: white;
}
.btn-green:hover {
  background: #989898;
  color: white;
}

.btn-black {
  background: #030000;
  color: white;
}
.btn-black:hover {
  background: #989898;
  color: white;
}

.btn-outline-red {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #dc002e;
  color: #dc002e;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 500;
}
.btn-outline-red:hover {
  background: #030000;
  border: 2px solid #030000;
  color: white;
}

.btn-text {
  display: inline-block;
  padding: 10px 0;
  border: 0px solid #27ad42;
  color: #27ad42;
  text-decoration: none;
  border-radius: 7px;
}
.btn-text:hover {
  border: 0px solid #030000;
  color: #030000;
}

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

html {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0;
  font-optical-sizing: auto;
}

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

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

/*  HEADER  */
header {
  width: 100%;
  background: white;
  z-index: 9999;
  border-bottom: 1px solid #d6deec;
  border-top: 4px solid #dc002e;
}
header .layout-header {
  display: grid;
  grid-template-columns: 15vw 1fr;
  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 .logo {
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
header .logo img {
  width: 100%;
  height: 70px;
}
header .logo:hover {
  opacity: 0.5;
}
header .cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
header .cta .number {
  display: inline-block;
  color: #27ad42;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
header .cta svg {
  color: #27ad42;
  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;
  gap: 10px;
}
header .nav-main ul li {
  display: inline-block;
}
header .nav-main ul li a {
  color: black;
  padding: 10px 0.7vw;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 3px solid white;
  text-transform: uppercase;
}
header .nav-main ul li a:hover {
  border-bottom: 3px solid #dc002e;
  color: #dc002e;
}
header .nav-main ul .current-menu-item {
  border-bottom: 3px solid #dc002e;
  color: #dc002e;
}
header .nav-main ul .menu-separator a {
  color: #dc002e;
}
header .nav-main ul .menu-separator a:hover {
  border-bottom: 0;
  cursor: auto;
  color: #dc002e;
}
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;
}
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;
  border-top: 1px solid #d8d8d8;
  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: red;
  color: #555;
}
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: #dc002e;
}
@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;
}

.offset {
  height: 0px;
  display: block;
}

.mobile-top {
  display: none;
}

.mob-nav {
  display: none;
  position: absolute;
  background: #1d1d1b;
  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;
  }
}
/* HP */
.head {
  text-align: center;
  margin: 0 0 50px 0;
}
.head h2 {
  margin: 0;
  padding: 0;
}
.head p {
  padding: 0;
  margin: 0;
}

.hp-slider {
  background: gray url("/wp-content/themes/powersteel/img/slider.webp");
  height: 380px;
  position: relative;
}
.hp-slider .hp-slider__headline {
  position: absolute;
  top: 100px;
  width: 50%;
  z-index: 99;
  left: calc(50% - 700px);
}
.hp-slider .hp-slider__headline h1 {
  color: white;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  width: 50%;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.hp-slider .hp-slider__headline h1::after {
  content: "";
  background: #dc002e;
  width: 150px;
  height: 10px;
  display: block;
  margin: 20px 0 0 0;
}
@media (max-width: 899px) {
  .hp-slider .hp-slider__headline {
    left: 0;
    width: 100%;
    top: 50px;
    padding: 50px;
  }
  .hp-slider .hp-slider__headline h1 {
    font-size: 36px;
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-slider .hp-slider__headline {
    left: 0;
    width: 100%;
    top: 50px;
    padding: 50px;
  }
  .hp-slider .hp-slider__headline h1 {
    font-size: 36px;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .hp-slider .hp-slider__headline {
    left: 0;
    width: 100%;
    top: 50px;
    padding: 50px;
  }
}
.hp-slider .carousel-inner {
  height: 380px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-slider .carousel {
    display: none;
  }
}
@media (max-width: 899px) {
  .hp-slider .carousel {
    display: none;
  }
}

.hp-top {
  padding: 180px 0;
  position: relative;
  overflow: hidden;
  background: #5a6571 url("/wp-content/themes/wtepowertesting/img/slide1.jpg");
  background-size: cover;
}
.hp-top h1 {
  font-size: 50px;
  color: white;
  font-weight: 700;
}
.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-tests {
  background: #ebf1f5;
  padding: 50px 0;
}
.hp-tests .hp-test__headline h2 {
  font-size: 24px;
}
.hp-tests .hp-tests__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.hp-tests .hp-tests__items .test-item {
  background: white;
  color: #1d1d1b;
  text-decoration: none;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: 0 0 15px #d3dce2;
  padding: 20px;
}
.hp-tests .hp-tests__items .test-item .test-item__icon {
  width: 100%;
  height: auto;
}
.hp-tests .hp-tests__items .test-item .test-item__icon svg {
  color: #dc002e;
  width: 100%;
  height: auto;
}
.hp-tests .hp-tests__items .test-item .test-item__title {
  font-weight: 600;
  color: #1d1d1b;
  font-size: 18px;
  line-height: 150%;
  padding: 0 20px 0 0;
}
.hp-tests .hp-tests__items .test-item .test-item__title a {
  color: #030000;
  text-decoration: none;
}
.hp-tests .hp-tests__items .test-item .test-item__title a:hover {
  text-decoration: underline;
}
.hp-tests .hp-tests__items .test-item .test-item__desc {
  font-weight: 400;
  color: #1d1d1b;
  font-size: 16px;
  line-height: 150%;
  padding: 0 20px 0 0;
}
@media (max-width: 899px) {
  .hp-tests .hp-tests__items {
    grid-template-columns: 1fr;
  }
}
.hp-tests .hp-tests__more {
  text-align: center;
  padding: 30px 0 0 0;
}
.hp-tests .hp-tests__more a {
  color: #dc002e;
}
.hp-tests .hp-tests__more a:hover {
  color: #030000;
}

.hp-about {
  padding: 120px 0 80px 0;
}
.hp-about .hp-about__headline h2 {
  font-size: 28px;
  color: #dc002e;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.hp-about .hp-about__content {
  margin: 0 0 40px 0;
}
.hp-about .hp-about__pic img {
  border-radius: 10px;
}
@media (max-width: 899px) {
  .hp-about .hp-about__pic {
    margin: 30px 0 0 0;
  }
}

.hp-blog {
  background: #ebf1f5;
  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: 5px;
  background: #dc002e;
  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: #dc002e;
}
.hp-blog .hp-blog__more a:hover {
  color: #030000;
}

/* Drobečková navigace */
.product-card {
  border: 1px solid #d6deec;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.product-card .product-card__text {
  padding: 15px;
}
.product-card .product-card__text .product-card__text-top {
  min-height: 180px;
  display: block;
}
.product-card .product-card__text .card-title a {
  font-size: 24px;
  font-weight: 700;
  color: #dc002e;
  text-decoration: none;
}
.product-card .product-card__text .card-title a:hover {
  color: #030000;
}
.product-card .product-card__text .card-perex {
  padding: 20px 0;
  font-size: 15px;
  color: #989898;
  line-height: 150%;
}
.product-card:hover {
  box-shadow: 0 10px 20px 0 rgb(217, 217, 217);
}

/* 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: #dc002e;
    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: #dc002e;
  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: #dc002e;
  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: #dc002e;
  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: #dc002e;
}
.product .product-top .product-top__data .btn-download {
  background: #030000;
}
.product .product-top .product-top__data .btn-download:hover {
  background: #27ad42;
}
.product .product-info {
  background: #ebf1f5;
  padding: 80px 0;
}
.product .product-info h2 {
  font-size: 24px;
  color: #dc002e;
  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;
  }
}

/* TESTY */
.test-card {
  background: white;
  color: #1d1d1b;
  text-decoration: none;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: 0 0 15px #d3dce2;
  padding: 20px;
}
.test-card .test-card__text a {
  color: #030000;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.text-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
}

.test-top {
  padding: 20px 0 0px 0;
}

.test-content {
  padding: 20px 0 50px 0;
}
.test-content h2 {
  color: #dc002e;
  font-size: 22px;
}
.test-content h3 {
  color: gray;
  font-size: 20px;
}
.test-content td {
  border: 1px solid #d6deec;
  padding: 10px;
}
.test-content th {
  border: 1px solid #d6deec;
}
.test-content thead {
  border-bottom: 2px solid #d6deec;
  text-align: left;
}
.test-content ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 10px 0 20px 0;
}
.test-content ul li {
  padding: 3px 0 3px 20px;
  line-height: 160%;
  font-size: 16px;
}
.test-content ul li::before {
  content: "■";
  color: #204b96;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}

.test-similar {
  background: #ebf1f5;
  padding: 60px 0 80px 0;
}
.test-similar .test-similar__headline {
  padding: 20px 0;
}
.test-similar .test-similar__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

/* material */
.bc {
  font-size: 13px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
.bc .bc-link {
  color: silver;
}
.bc .bc-link a {
  color: silver;
}
.bc .bc-separator {
  width: 30px;
  text-align: center;
  color: silver;
}
.bc .bc-separator svg {
  width: 12px;
  height: auto;
}

.tag-stock {
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
}

.tag-mini-stock {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}

.tag-stock--onstock {
  background: #27ad42;
  color: white;
}

.tag-stock--2-3-days {
  background: orange;
  color: white;
}

/* Material card */
.material-card {
  border: 0px solid #d6deec;
  padding: 20px;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 15px #d3dce2;
}
.material-card .material-card__pic {
  margin: 0 0 15px 0;
}
.material-card .material-card__pic img {
  border-radius: 5px;
}
.material-card .material-card__text .material-card__name a {
  color: #dc002e;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
}

/* Material Row */
.material-row {
  border-bottom: 1px solid #d6deec;
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  width: 100%;
  padding: 7px;
}
.material-row a {
  color: #1d1d1b;
}
.material-row .material-row__item {
  padding: 0;
  margin: 0;
}

.material-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
.material-top .material-top__pic img {
  border-radius: 5px;
}
.material-top .material-top__data .material-top__title {
  margin: 0 0 20px 0;
}
.material-top .material-top__data .material-top__title h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  color: #dc002e;
}
@media (max-width: 899px) {
  .material-top {
    grid-template-columns: 1fr;
  }
}

.material-stock {
  margin: 0 0 15px 0;
}

.material-perex {
  margin: 15px 0;
  line-height: 150%;
}

.material-shapes {
  display: flex;
  column-gap: 50px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.shape-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.shape-item .shape-item__icon img {
  width: 24px;
  height: auto;
  opacity: 0.5;
}
.data-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid #d6deec;
  padding: 15px 0;
}
.data-item .data-item__name {
  font-weight: 700;
  font-size: 15px;
}
.data-item .data-item__value {
  font-size: 16px;
  line-height: 150%;
}
.data-item .data-item__value a {
  color: #030000;
  text-decoration: none;
  border-bottom: 0px dotted silver;
}
.data-item .data-item__value a:hover {
  color: #dc002e;
  text-decoration: underline;
}

.material-documents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
}
.material-documents .document-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.material-documents .document-item .icon {
  width: 30px;
  height: 30px;
}
.material-documents .document-item .icon svg {
  width: 100%;
  height: auto;
  color: gray;
}
.material-documents .document-item .title {
  color: #030000;
  text-decoration: underline;
}
.material-documents .document-item:hover {
  color: #dc002e;
}

.material-content {
  padding: 80px 0;
  line-height: 150%;
}
.material-content ul li {
  line-height: 150%;
}

.material-similar .material-similar__headline h2 {
  font-size: 20px;
  color: #dc002e;
}
.material-similar .material-similar__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 899px) {
  .material-similar .material-similar__items {
    grid-template-columns: 1fr;
  }
}

/* MATERIALS */
.layout-materials {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 100px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .layout-materials {
    width: 90%;
    gap: 50px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-materials {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-materials {
    width: 94%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 899px) {
  .layout-materials .materials-side {
    display: none;
  }
}

.materials__setting {
  display: flex;
  justify-content: end;
  margin: 0 0 30px 0;
}

.view-bar {
  display: flex;
  gap: 10px;
}
.view-bar .view-item {
  display: flex;
  gap: 10px;
  background: #d6deec;
  border: 1px solid #d6deec;
  padding: 7px 15px;
  border-radius: 5px;
  text-decoration: none;
  align-items: center;
  color: gray;
}
.view-bar .view-item .view-item__icon {
  display: flex;
  align-items: center;
}
.view-bar .view-item .view-item__icon svg {
  width: 26px;
  height: 26px;
}
.view-bar .view-item .view-item__text {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.view-bar .view-item:hover {
  background: #dc002e;
  color: white;
}
.view-bar .view-item--active {
  background: white;
}

.materials__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .materials__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .materials__items {
    grid-template-columns: 1fr;
  }
}

.filter-block {
  margin: 0 0 30px 0;
}
.filter-block .filter-block__headline {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.filter-block .filter-block__items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-block .filter-block__items ul li {
  padding: 5px 0;
}
.filter-block .filter-block__items ul li a {
  color: gray;
  text-decoration: none;
}

/* PAGE */
.pages {
  margin: 0 0 80px 0;
}

.page-wrap a {
  color: #dc002e;
}
.page-wrap a:hover {
  color: #030000;
}
.page-wrap h2 {
  color: #dc002e;
  font-size: 28px;
  padding: 10px 0 10px 0;
  margin: 0px 0 15px 0;
}
.page-wrap h3 {
  color: #030000;
  font-size: 22px;
  padding: 0 0 10px 0;
  margin: 0;
}
.page-wrap h4 {
  color: #030000;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.page-wrap p {
  font-size: 17px;
  color: #030000;
  line-height: 160%;
  padding: 0 0 5px 0;
}
.page-wrap li {
  font-size: 17px;
  color: #030000;
}
.page-wrap td {
  border: 1px solid #d6deec;
  padding: 10px;
}
.page-wrap th {
  border: 1px solid #d6deec;
}
.page-wrap thead {
  border-bottom: 0px solid #d6deec;
  text-align: left;
  background: #dc002e;
}
.page-wrap ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0 0 20px 0;
}
.page-wrap ul li {
  padding: 3px 0 3px 20px;
  line-height: 150%;
  font-size: 16px;
}
.page-wrap ul li::before {
  content: "■";
  color: #dc002e;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.page-wrap .is-style-list-document {
  list-style: none;
  padding: 0 0 0 8px;
}
.page-wrap .is-style-list-document li {
  padding: 4px 0 4px 20px;
  line-height: 170%;
  font-size: 16px;
}
.page-wrap .is-style-list-document li a {
  color: #1d1d1b;
  text-decoration: underline;
}
.page-wrap .is-style-list-document li a:hover {
  text-decoration: underline;
  color: #dc002e;
}
.page-wrap .is-style-list-document li::before {
  content: "";
  background: url("/wp-content/themes/powersteel/img/icon_file.svg") center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -35px;
}
.page-wrap figure img {
  border-radius: 10px;
}

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

.page-top__default {
  background: #5a6571 url("/wp-content/themes/wtepowertesting/img/slide1.jpg") center center;
}

.page-top {
  padding: 30px 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 */
.leaflet-tile-pane {
  border-radius: 10px;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.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: #ebf1f5;
  padding: 20px;
  border-radius: 10px;
}
.sellers-items .sellers-item a {
  color: #27ad42;
}
.sellers-items .sellers-item a:hover {
  color: #030000;
}
.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: #dc002e;
  text-decoration: none;
  font-weight: 700;
}
.article-card .article-card__text .name a:hover {
  text-decoration: underline;
  color: #030000;
}
.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: #1d1d1b;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.article-card .article-card__text .more a:hover {
  text-decoration: underline;
  color: #030000;
}
.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: #dc002e;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
.article-mini-card .name a:hover {
  color: #030000;
  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: #dc002e;
  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: #dc002e;
}
.article-single .article-content a:hover {
  color: #030000;
}
.article-single .article-content h2 {
  color: #dc002e;
  font-size: 28px;
  padding: 10px 0 10px 0;
  margin: 0px 0 15px 0;
}
.article-single .article-content h3 {
  color: #030000;
  font-size: 22px;
  padding: 0 0 10px 0;
  margin: 0;
}
.article-single .article-content h4 {
  color: #030000;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.article-single .article-content p {
  font-size: 17px;
  color: #030000;
  line-height: 160%;
  padding: 0 0 5px 0;
}
.article-single .article-content li {
  font-size: 17px;
  color: #030000;
}
.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: #dc002e;
}
.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: #dc002e;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.article-single .article-content .is-style-list-document {
  list-style: none;
  padding: 0 0 0 8px;
}
.article-single .article-content .is-style-list-document li {
  padding: 4px 0 4px 20px;
  line-height: 170%;
  font-size: 16px;
}
.article-single .article-content .is-style-list-document li a {
  color: #1d1d1b;
  text-decoration: underline;
}
.article-single .article-content .is-style-list-document li a:hover {
  text-decoration: underline;
  color: #dc002e;
}
.article-single .article-content .is-style-list-document li::before {
  content: "";
  background: url("/wp-content/themes/powersteel/img/icon_file.svg") center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -35px;
}
.article-single .article-content figure img {
  border-radius: 10px;
}

/* kategorie */
.kategorie .kat-top {
  padding: 70px 0 130px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.kategorie .kat-top .kat-top__bc {
  color: white;
  display: none;
}
.kategorie .kat-top .kat-top__title {
  padding: 40px 0 20px 0;
}
.kategorie .kat-top .kat-top__title h1 {
  font-size: 50px;
  color: white;
}
.kategorie .kat-top .kat-top__perex {
  color: white;
  font-size: 26px;
  line-height: 150%;
}

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

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

.kat-content {
  background: #ebf1f5;
  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;
}

/* side */
.side {
  position: relative;
}

.sticky {
  position: sticky;
  top: 30px;
}

.side-menu {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #d6deec;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu ul li a {
  display: block;
  color: gray;
  text-decoration: none;
  padding: 7px 0;
}
.side-menu ul li a:hover {
  color: #dc002e;
  text-decoration: underline;
}

.side-contact {
  background: #ebf1f5;
  padding: 15px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.side-contact .side-contact__headline {
  margin: 0 0 15px 0;
}
.side-contact .side-contact__headline h2 {
  font-size: 16px;
  color: #030000;
  margin: 0;
  padding: 0;
}
.side-contact .side-contact__item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 10px 0;
}
.side-contact .side-contact__item .icon {
  display: none;
}
.side-contact .side-contact__item .icon svg {
  width: 16px;
  height: auto;
}
.side-contact .side-contact__item .text a {
  color: #1d1d1b;
  text-decoration: none;
}
.side-contact .side-contact__item .text a:hover {
  text-decoration: underline;
}
.side-contact .side-contact__more a {
  color: #dc002e;
  text-decoration: underline;
  font-weight: 500;
}

/* FOOTER */
.footer {
  padding: 50px 0;
  background: rgb(34, 34, 34);
  background: linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(44, 44, 44) 100%);
}
.footer .footer-layout {
  display: grid;
  grid-template-columns: 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: #dc002e;
  font-size: 20px;
}
.footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-col ul li {
  padding: 5px 0;
}
.footer .footer-col ul li a {
  color: gray;
  text-decoration: underline;
  font-size: 14px;
}
.footer .footer-col ul li a:hover {
  color: #dc002e;
}
.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: #dc002e;
  width: 30px;
}
.footer .footer-contact_item .link a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.footer .footer-contact_item .link a:hover {
  color: #dc002e;
  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: #dc002e;
}
.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: 20px 0;
  font-size: 14px;
  color: gray;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #2C2C2C;
}
.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;
  }
}

@media (min-width: 1450px) {
  .nomobile {
    display: inline-block;
  }
}
@media (max-width: 899px) {
  .nomobile {
    display: none;
  }
}

/* ALERT BAR */
.alert-bar {
  background: #dc002e;
  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;
}

.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: #27ad42;
  text-decoration: underline;
}
.description a:hover {
  color: #030000;
}
.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: #27ad42;
  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: #27ad42;
  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: #27ad42;
  font-size: 30px;
  padding: 20px 0;
  margin: 0;
}
.content h3 {
  color: #030000;
  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: #030000;
  padding: 0 0 10px 0;
  margin: 0;
}
.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: #030000;
  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 #030000;
  color: #030000;
  transition: 0.3s;
}
.content .is-style-btn-square-outline .wp-block-button__link:hover {
  background: #030000;
  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: #27ad42;
  font-weight: 800;
}

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

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

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

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

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