@charset "UTF-8";
/* barvy */
/* velikosti */
/* layouty */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.layout-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  width: 1300px;
  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: 1300px;
  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: 1300px;
  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-top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-column-gap: 80px;
  width: 1300px;
  margin: 0 auto;
}

.layout-side {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-column-gap: 100px;
  width: 1300px;
  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;
  }
}

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

.kontakt-page p, .contact-page p {
  padding: 0;
  margin: 0;
}
.kontakt-page h2, .contact-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: #F9F9F9;
  height: 100%;
  border-radius: 0px;
}
.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: #721c24;
  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;
}

.item-timeline {
  border: 0px solid silver;
  padding: 0px;
  margin: 0 0 50px 0;
  position: relative;
}
.item-timeline .timeline-axe {
  position: absolute;
  width: 3px;
  background: #dddddd;
  height: 100%;
  left: 50%;
  z-index: -1;
}
@media (max-width: 899px) {
  .item-timeline .timeline-axe {
    left: 16px;
  }
}
.item-timeline .timeline-row {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  width: 100%;
  gap: 20px;
  margin: 0 0 20px 0;
}
.item-timeline .timeline-row .timeline-row__time {
  border: 12px solid #FF6600;
  background: white;
  color: #101126;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-timeline .timeline-row .timeline-row__text {
  padding: 15px;
}
.item-timeline .timeline-row .timeline-row__year {
  font-size: 42px;
  color: #101126;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin: 0 0 15px 0;
}
.item-timeline .timeline-row .timeline-row__content {
  margin: 0 0 30px 0;
}
@media (max-width: 899px) {
  .item-timeline .timeline-row {
    grid-template-columns: 32px 1fr;
  }
  .item-timeline .timeline-row .timeline-row__text {
    padding: 0;
  }
  .item-timeline .timeline-row .timeline-row__year {
    font-size: 30px;
  }
  .item-timeline .timeline-row .timeline-row__content p {
    font-size: 14px;
  }
  .item-timeline .timeline-row .timeline-row__none {
    order: 3;
    display: none;
  }
  .item-timeline .timeline-row .timeline-row__time {
    order: 1;
  }
  .item-timeline .timeline-row .timeline-row__text {
    order: 2;
    text-align: left;
  }
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__none {
  order: 3;
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__time {
  order: 2;
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__text {
  order: 1;
  text-align: right;
}
@media (max-width: 899px) {
  .item-timeline .timeline-row:nth-child(odd) {
    grid-template-columns: 32px 1fr;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__none {
    order: 3;
    display: none;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__time {
    order: 1;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__text {
    order: 2;
    text-align: left;
  }
}
/* fonty */
.editor-styles-wrapper .strip-dark h3 {
  width: 960px;
}

.editor-styles-wrapper .strip-dark h2 {
  width: 960px;
}

.editor-styles-wrapper .strip-dark h4 {
  width: 960px;
}

.alert {
  display: block;
  padding: 15px 20px;
  border: 10px;
  margin: 10px 0 10px 0;
  border-radius: 10px;
}

.alert-error {
  background: #f8d7da;
  color: #721c24;
}

.alert-info {
  background: #fff3cd;
  color: #856404;
}

.alert-success {
  background: #d4edda;
  color: #155724;
}

/* obsah */
.page-wrap .wp-block-columns {
  max-width: 1300px !important;
}

.container {
  margin: 0 auto !important;
}
@media (min-width: 1450px) {
  .container {
    width: 1300px !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: 1300px !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%;
  }
}

@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: #00BFA5;
}

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

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

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

.btn-green {
  background: #00BFA5;
  color: white;
}
.btn-green:hover {
  background: #777;
  color: white;
}

.btn-black {
  background: #101126;
  color: white;
}
.btn-black:hover {
  background: #777;
  color: white;
}

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

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

.btn-orange {
  background: #FF6600;
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 32px;
  text-decoration: none;
  display: inline-block;
}
.btn-orange:hover {
  background: #101126;
}

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

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

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-optical-sizing: auto;
}

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

p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: "Barlow", sans-serif;
}

/* ALERT BAR */
.alert-bar {
  background: #FF6600;
  text-align: center;
}
.alert-bar a {
  color: white;
  text-decoration: underline;
}
.alert-bar a:hover {
  color: #101126;
}
.alert-bar p {
  margin: 0;
}
.alert-bar .text {
  color: white;
  padding: 10px 0;
  margin: 0;
  display: inline-block;
}

/*  HEADER  */
header {
  width: 100%;
  z-index: 9999;
  position: fixed;
  border-bottom: 1px solid whitesmoke;
  background: white;
  height: auto;
}
header .header-layout {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  height: 120px;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  header .header-layout {
    grid-template-columns: 15vw 1fr;
    grid-column-gap: 10px;
    width: 94%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .header-layout {
    grid-template-columns: 1fr 50px;
    height: 80px;
    width: 94%;
  }
}
@media (max-width: 899px) {
  header .header-layout {
    grid-template-columns: 1fr 50px;
    height: 80px;
    width: 94%;
  }
}
header .header-logo {
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
header .header-logo a {
  color: #007BFF;
  text-decoration: none;
  font-size: 24px;
}
header .header-logo img {
  width: 100%;
  height: 40px;
}
header .header-logo:hover {
  opacity: 0.5;
}
header .menu-item-has-children::after {
  content: "⯆";
  color: white;
  font-size: 12px;
}
@media (max-width: 899px) {
  header .menu-separator {
    display: none !important;
  }
}
header .nav-main {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 120px;
  justify-content: flex-end;
}
header .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
  height: 60px;
}
header .nav-main ul li {
  position: relative;
  display: flex;
  align-items: center;
}
header .nav-main ul li a {
  color: black;
  padding: 10px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 3px solid transparent;
}
header .nav-main ul li a:hover {
  border-bottom: 3px solid transparent;
  color: #007BFF;
}
header .nav-main ul .current-menu-item {
  border-bottom: 3px solid #007BFF;
  color: #007BFF;
}
header .nav-main ul .menu-separator a {
  color: #721c24;
}
header .nav-main ul .menu-separator a:hover {
  border-bottom: 0;
  cursor: auto;
  color: #721c24;
}
header .nav-main ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  list-style: none;
  width: 350px;
  margin: 0;
  padding: 0;
  background: #007BFF;
  height: auto;
  border: 0px solid silver;
  border-radius: 10px;
  overflow: hidden;
}
header .nav-main ul li ul .current-menu-item {
  border-bottom: 0px solid #007BFF;
  color: #007BFF;
}
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: 0px solid #d8d8d8;
  color: white;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
}
header .nav-main ul li ul li a:hover, header .nav-main .header ul.menu li ul li:hover > a {
  background: #101126;
  color: white;
}
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 .header-lang {
  display: flex;
  align-items: center;
}

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

.mobile-top {
  display: none;
}

.mob-nav-btn {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  color: black;
}
.mob-nav-btn svg {
  width: 100%;
  height: auto;
}
.mob-nav-btn svg:hover {
  cursor: pointer;
  color: #007BFF;
}
@media (max-width: 899px) {
  .mob-nav-btn {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .mob-nav-btn {
    display: flex;
  }
}

.mob-nav {
  position: absolute;
  background: #007BFF;
  width: 100%;
  z-index: 99999;
  display: none;
  top: 80px;
}
.mob-nav ul {
  padding: 0;
  display: block;
}
.mob-nav ul li {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 44px;
  margin: 0;
  border-bottom: 0px solid #4e4e4e;
}
.mob-nav ul li.highlight {
  background: #383f42;
}
.mob-nav ul.menu {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 7px 0 0 0;
}
.mob-nav ul.menu li a {
  display: block;
  padding: 15px 30px !important;
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.mob-nav ul.menu li a:hover {
  color: white;
  text-decoration: underline;
}
.mob-nav .contact_btn a {
  color: #1d1d1b !important;
}
.mob-nav .menu-item-has-children::after {
  content: "";
}
.mob-nav .menu-arrow {
  position: absolute;
  background: red;
  top: 0px;
  right: 0;
  width: 100px;
  height: 50px;
  background: url("/wp-content/themes/cloos/img/chevron-down.svg") center center no-repeat;
  background-size: 24px;
  filter: invert(1);
  transition: 0.5s;
}
.mob-nav .menu-arrow__up {
  transform: rotate(180deg);
  transition: 0.5s;
}
.mob-nav .zobrazit {
  background: #1d2327 !important;
  display: inline-block !important;
  width: 100%;
  height: auto;
}
.mob-nav .sub-menu {
  background: #1d2327;
  display: inline-block;
  width: 100%;
  display: none;
}
.mob-nav .sub-menu .sub-menu {
  display: 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 */
.hp-headline {
  text-align: center;
  margin: 0 0 50px 0;
}
.hp-headline h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}
.hp-headline p {
  padding: 0;
  margin: 0;
}

.hp-top {
  text-align: center;
  padding: 80px 0 0 0;
}
.hp-top h1 {
  font-size: 60px;
}
.hp-crossroads {
  padding: 80px 0;
}
.hp-crossroads .crossroads-items {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}
@media (max-width: 899px) {
  .hp-crossroads .crossroads-items {
    grid-template-columns: 1fr;
  }
}
.hp-crossroads .crossroads-item {
  background: #EDF2F6;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EDF2F6;
}
.hp-crossroads .crossroads-item .crossroad-item__pic img {
  width: 50px;
  height: auto;
}
.hp-crossroads .crossroads-item .crossroads-item__title {
  padding: 30px 0;
}
.hp-crossroads .crossroads-item .crossroads-item__title a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #101126;
}
.hp-crossroads .crossroads-item .crossroads-item__title a:hover {
  color: black;
}
.hp-crossroads .crossroads-item:hover {
  background: white;
  border: 1px solid #d6deec;
}

.hp-counter {
  padding: 80px 0;
}
.hp-counter .counter-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
}
@media (max-width: 899px) {
  .hp-counter .counter-items {
    grid-template-columns: 1fr;
  }
}
.hp-counter .counter-item {
  text-align: center;
}
.hp-counter .counter-item .counter-item__number {
  font-size: 30px;
  font-weight: 700;
  color: #00BFA5;
}
.hp-counter .counter-item .counter-item__text {
  font-size: 18px;
}

.hp-discipline {
  padding: 80px 0;
}
.hp-discipline .discipline-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
}
@media (max-width: 899px) {
  .hp-discipline .discipline-items {
    grid-template-columns: 1fr;
  }
}
.hp-discipline .discipline-item {
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  color: #101126;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  justify-content: center;
}
.hp-discipline .discipline-item .discipline-item__title {
  padding: 0px 0;
}
.hp-discipline .discipline-item .discipline-item__title a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #101126;
}
.hp-discipline .discipline-item .discipline-item__title a:hover {
  color: black;
}
.hp-discipline .discipline-item:hover {
  background: #EDF2F6;
  border: 1px solid #EDF2F6;
}

/* Produkt */
.product-side .product-menu {
  margin: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-side .product-menu a {
  display: flex;
  box-shadow: 0px 3px 15px 0px rgba(134, 170, 231, 0.22);
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  padding: 25px;
  text-decoration: none;
}
.product-side .product-menu a .item-text {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: #101126;
  text-decoration: none;
}
.product-side .product-menu a .item-icon img {
  color: #FF6600;
  width: 20px;
  height: 20px;
}
.product-side .product-menu a:hover {
  background: #101126;
}
.product-side .product-menu a:hover .item-text {
  color: white;
}
.product-side .side-info {
  color: white;
  padding: 60px 30px;
  position: relative;
}
.product-side .side-info .side-info__overlay {
  opacity: 0.85;
  background: #28323b;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.product-side .side-info .side-info__content {
  position: relative;
}
.product-side .side-info .side-info__text {
  color: white;
  font-size: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 150%;
  margin: 0 0 30px 0;
}

.product-main__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  margin: 0 auto;
  width: 1300px;
}
@media (max-width: 899px) {
  .product-main__layout {
    display: flex;
    width: 94%;
    flex-direction: column;
  }
  .product-main__layout .product-side {
    order: 2;
  }
  .product-main__layout .page-wrap {
    order: 1;
  }
}
.product-main__layout .product-side {
  margin: 0 0 50px 0;
}
.product-main__layout .page-wrap {
  margin: 0 0 50px 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: #721c24;
    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 .btn {
  border: 1px solid silver;
  padding: 10px;
  border-radius: 5px;
  display: inline-flex;
  color: black;
  text-decoration: none;
}
.product .product-top .btn:hover {
  background: silver;
}
.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: #721c24;
  font-size: 40px;
  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: #00BFA5;
  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: #00BFA5;
  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: #00BFA5;
}
.product .product-top .product-top__data .btn-download {
  background: #101126;
}
.product .product-top .product-top__data .btn-download:hover {
  background: #00BFA5;
}
.product .product-info {
  background: #EDF2F6;
  padding: 80px 0;
}
.product .product-info h2 {
  font-size: 24px;
  color: #00BFA5;
  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;
  }
}

/* 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: 0px;
  display: inline-block;
}

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

.tag-stock--onstock {
  background: #00BFA5;
  color: white;
}

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

/* Material card */
.material-card {
  border: 0px solid #d6deec;
  padding: 20px;
  border-radius: 0px;
  border-radius: 0px;
}
.material-card .material-card__pic {
  margin: 0 0 15px 0;
}
.material-card .material-card__pic img {
  border-radius: 0px;
}
.material-card .material-card__text .material-card__name a {
  color: #721c24;
  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: 0px;
}
.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: #721c24;
}
@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: #101126;
  text-decoration: none;
  border-bottom: 0px dotted silver;
}
.data-item .data-item__value a:hover {
  color: #721c24;
  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: #101126;
  text-decoration: underline;
}
.material-documents .document-item:hover {
  color: #721c24;
}

.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: #721c24;
}
.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: 0px;
  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: #721c24;
  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 0px 0;
}
.pages h1 {
  font-size: 42px;
  margin: 50px 0;
}

.page-wrap .strip-dark {
  background: url("/wp-content/themes/cloos/img/support-strip.webp") center center;
  background-size: cover;
  padding: 50px 0 !important;
  color: white;
}
.page-wrap .strip-dark h2 {
  color: white;
}
.page-wrap .strip-dark h3 {
  color: white;
}
.page-wrap .strip-dark p {
  color: white;
}
.page-wrap .strip-silver {
  background: #F9F9F9;
  padding: 50px 0;
}
.page-wrap blockquote {
  max-width: 960px;
}
.page-wrap .wp-block[data-align=full] {
  max-width: 100%;
}
.page-wrap .wp-block-columns {
  max-width: 960px;
}
.page-wrap p.wp-block {
  max-width: 960px;
}
.page-wrap a {
  color: #007BFF;
}
.page-wrap a:hover {
  color: #101126;
}
.page-wrap h2 {
  font-size: 32px;
  padding: 10px 0 10px 0;
  margin: 0px 0 15px 0;
  color: #00BFA5;
}
.page-wrap h3 {
  color: #101126;
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 600;
}
.page-wrap h4 {
  color: #101126;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.page-wrap p {
  font-size: 17px;
  color: #101126;
  line-height: 160%;
  padding: 0 0 5px 0;
}
.page-wrap li {
  font-size: 17px;
  color: #101126;
}
.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: #FF6600;
}
.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: gray;
  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: #FF6600;
}
.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 .pic-orange-shadow figure img {
  box-shadow: -100px 45px 0px -45px #FF5E14;
}
@media (max-width: 899px) {
  .page-wrap .pic-orange-shadow figure {
    text-align: center;
  }
  .page-wrap .pic-orange-shadow figure img {
    width: 70% !important;
    text-align: center;
  }
}
@media (max-width: 899px) {
  .page-wrap .alignfull {
    padding: 0;
  }
}

.page-top {
  background: dimgray url("/wp-content/themes/cloos/img/top.webp");
  background-size: cover;
  margin: -40px 0 100px 0;
  padding: 140px 0px 100px 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 899px) {
  .page-top {
    margin: -40px 0 50px 0;
  }
}
.page-top .page-top__dark {
  background: black;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.page-top .page-title {
  margin: 0 0 20px 0;
  z-index: 2;
}
.page-top .page-title h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  color: white;
}
@media (max-width: 899px) {
  .page-top .page-title h1 {
    font-size: 30px;
  }
}
.page-top .page-bc {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  color: white;
  z-index: 2;
  align-items: center;
}
.page-top .page-bc .link {
  color: white;
  text-decoration: none;
}
.page-top .page-bc .link:hover {
  text-decoration: underline;
}
.page-top .page-bc .separator svg {
  width: 16px;
  height: auto;
}

.page .discipline-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .page .discipline-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .page .discipline-items {
    grid-template-columns: 1fr;
  }
}

.discipline-item {
  background: #EDF2F6;
  padding: 30px;
  border-radius: 10px;
  text-decoration: none;
  color: #101126;
  font-weight: 600;
  font-size: 18px;
}
.discipline-item:hover {
  text-decoration: underline;
}

.page .method-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .page .method-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .page .method-items {
    grid-template-columns: 1fr;
  }
}

.page .workplace-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .page .workplace-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 899px) {
  .page .workplace-items {
    grid-template-columns: 1fr;
  }
}

.workplace-item {
  background: whitesmoke;
  padding: 30px;
}

.page .person-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .page .person-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 899px) {
  .page .person-items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.workplace-persons {
  padding: 60px 0;
}

.person-item {
  padding: 30px;
  border: 0px solid #d9d9d9;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0px 5px 20px #e7e7e7;
}
.person-item .person-item__icon svg {
  color: #007BFF;
  width: 100%;
  height: auto;
}
.person-item .person-item__name a {
  text-decoration: none;
  color: #101126;
  font-weight: 700;
}
.person-item .person-item__name a:hover {
  text-decoration: underline;
}

.method-single {
  padding: 50px 0;
}
@media (max-width: 899px) {
  .method-single {
    padding: 0 0 50px 0;
  }
}

.method-top h1 {
  font-size: 46px;
}
.method-top p {
  font-size: 18px;
}

.top-pic img {
  border-radius: 10px;
}

.description {
  font-size: 19px;
}

.description-cols {
  padding: 50px 0;
}

.description-col h2 {
  color: #00BFA5;
}
.description-col p {
  font-size: 17px;
}
.description-col ul {
  padding: 0 0 0 15px;
}
.description-col ul li {
  line-height: 150%;
  font-size: 17px;
}

.workplace-top {
  margin: 0 0 20px 0;
}
.workplace-top h1 {
  font-size: 42px;
}

.workplace-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
}
@media (max-width: 899px) {
  .workplace-layout {
    grid-template-columns: 1fr;
  }
}

.workplace-methods__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 899px) {
  .workplace-methods__items {
    grid-template-columns: 1fr;
  }
}

.block-cta {
  margin: 0 0 40px 0;
}
.block-cta .btn-sufficiency {
  background: #007BFF;
  color: white;
  padding: 15px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}
.block-cta .btn-sufficiency:hover {
  background: #101126;
  cursor: pointer;
}

.block-sufficiency {
  background: #EDF2F6;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 30px 0;
  display: none;
}
.block-sufficiency .block-sufficiency__headline {
  display: grid;
  grid-template-columns: 1fr 80px;
}
.block-sufficiency .block-sufficiency__headline h2 {
  padding: 0;
  margin: 0 0 20px 0;
}
.block-sufficiency .block-sufficiency__headline .block-sufficiency__close {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: gray;
}
.block-sufficiency .block-sufficiency__headline .block-sufficiency__close:hover {
  cursor: pointer;
  text-decoration: underline;
}
.block-sufficiency .block-sufficiency__description {
  margin: 0 0 25px 0;
  color: gray;
}
.block-sufficiency .form-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  margin: 0 0 5px 0;
  align-items: center;
}
@media (max-width: 899px) {
  .block-sufficiency .form-row {
    grid-template-columns: 1fr;
    margin: 0 0 15px 0;
  }
}
.block-sufficiency .form-row .form-row__input input {
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d6deec;
  font-size: 16px;
}
.block-sufficiency .form-row .form-row__input select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d6deec;
  font-size: 16px;
}
.block-sufficiency .form-row .form-row__input textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d6deec;
  font-size: 16px;
}
.block-sufficiency .form-row .form-row__input button {
  background: #00BFA5;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
}
.block-sufficiency .form-row .form-row__input button:hover {
  background: #101126;
  cursor: pointer;
}
.block-sufficiency .form-row .error {
  display: none;
  font-size: 15px;
  color: red;
  margin: 5px 0 0 0;
}

.method-item {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px #dee6eb;
}

.method-item__title h3 {
  font-size: 26px;
  color: #00BFA5;
}

.method-item__desc {
  color: gray;
  margin: 0 0 30px 0;
}

.method-item__workplace {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.method-item__workplace-item {
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
}
.method-item__workplace-item .method-item__workplace-item--title a {
  color: #101126;
  text-decoration: none;
  font-weight: 700;
}
.method-item__workplace-item .method-item__workplace-item--title a:hover {
  color: #007BFF;
  text-decoration: underline;
}
.method-item__workplace-item .method-item__workplace-item--address {
  color: gray;
  font-size: 14px;
}

.method-item__link {
  margin: 30px 0 0 0;
}
.method-item__link a {
  color: #007BFF;
}
.method-item__link a:hover {
  color: #101126;
}

.method-workplaces {
  background: #EDF2F6;
  padding: 50px 0;
}

.method-workplaces__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .method-workplaces__items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 899px) {
  .method-workplaces__items {
    grid-template-columns: 1fr;
  }
}

.workplace-item {
  background: white;
  padding: 30px;
  border: 1px solid silver;
}

.workplace-mini-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  background: white;
  padding: 20px;
  border: 0px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0px 5px 20px #e7e7e7;
}
@media (max-width: 899px) {
  .workplace-mini-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.workplace-mini-item .workplace-item__pic img {
  border-radius: 10px;
}
.workplace-mini-item .workplace-item__title h3 {
  color: #00BFA5;
  font-size: 22px;
  margin: 0 0 10px 0;
}
.workplace-mini-item .workplace-item__address {
  color: gray;
  font-size: 17px;
  margin: 0 0 10px 0;
}
.workplace-mini-item .workplace-item__contact {
  margin: 0 0 5px 0;
}
.workplace-mini-item .workplace-item__contact a {
  color: #101126;
  text-decoration: none;
}
.workplace-mini-item .workplace-item__contact a:hover {
  text-decoration: underline;
}
.workplace-mini-item .workplace-item__methods {
  margin: 0 0 20px 0;
}
.workplace-mini-item .tag-method {
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
}
.workplace-mini-item .workplace-item__link {
  margin: 20px 0 0 0;
}
.workplace-mini-item .workplace-item__link a {
  color: #007BFF;
}
.workplace-mini-item .workplace-item__link a:hover {
  color: #101126;
}

.workplace-pic img {
  border-radius: 10px;
}

.workplace-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 20px 0 50px 0;
}

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

.workplace-map iframe {
  border-radius: 10px;
}

.person-workplaces {
  background: #EDF2F6;
  padding: 50px 0;
}

.person-workplaces__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.workplace-methods {
  background: #EDF2F6;
  padding: 50px 0;
}

.workplace-persons__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.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: gray url("/wp-content/themes/powersteel/img/top.jpg") center center;
}

.block {
  margin: 0 0 50px 0;
}

.block .headline h2 {
  color: #00BFA5;
  font-size: 24px;
}

.hours-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 10px;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  font-size: 16px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hours-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 899px) {
  .hours-row {
    grid-template-columns: 1fr;
  }
}
.hours-row .hours-row__name {
  font-weight: 700;
}
.hours-row .hours-row__desc {
  color: gray;
}

.item-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.item-row .label {
  font-weight: 700;
}

.workplace-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 15px 0;
  border-bottom: 1px solid #d6deec;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .workplace-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 899px) {
  .workplace-row {
    grid-template-columns: 1fr;
  }
}
.workplace-row .workplace-row__name a {
  font-weight: 600;
  color: #101126;
}
.workplace-row .workplace-row__name a:hover {
  color: #007BFF;
}
.workplace-row .workplace-row__phone, .workplace-row .workplace-row__email, .workplace-row .workplace-row__company {
  color: gray;
}

.contact-headline h2 {
  color: #00BFA5;
}

.companies-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .companies-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 899px) {
  .companies-items {
    grid-template-columns: 1fr;
  }
}
.companies-items .company-item {
  border: 1px solid #d6deec;
  border-radius: 10px;
  padding: 30px;
}
.companies-items .company-item .company-item__title {
  font-size: 20px;
  font-weight: 600;
  color: #101126;
  margin: 0 0 20px 0;
}
.companies-items .company-item .company-item__data {
  color: gray;
  margin: 0 0 10px 0;
}

/* archive */
.archive-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  margin: 0 auto;
  width: 1300px;
  padding: 0 0 80px 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .archive-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}
@media (max-width: 899px) {
  .archive-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}

.articles__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .articles__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .articles__items {
    grid-template-columns: 1fr;
  }
}

/* článek - karta */
.article-card {
  background: white;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.article-card .article-item__text .article-item__text-name {
  padding: 30px 30px 0 30px;
}
.article-card .article-item__text .article-item__text-name h3 {
  font-size: 20px;
  text-decoration: none;
  color: #101126;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
.article-card .article-item__text .article-item__text-name h3 a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  color: #101126;
}
.article-card .article-item__text .article-item__text-name h3 a:hover {
  text-decoration: underline;
  color: #101126;
}
.article-card .article-item__text .article-item__text-perex {
  padding: 0 30px;
  line-height: 150%;
  color: #777;
  margin: 20px 0 10px 0;
}
.article-card .article-item__text .article-item__text-link {
  padding: 15px 30px;
}
.article-card .article-item__text .article-item__text-link a {
  color: #FF6600;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-card .article-item__text .article-item__text-link a:hover {
  text-decoration: underline;
}
.article-card .article-item__text .article-item__text-date {
  color: #adadad;
  font-size: 16px;
  border-top: 1px solid #eaeaea;
  padding: 15px 30px;
}
.article-card:hover {
  box-shadow: 0 10px 20px 0 rgb(217, 217, 217);
}

.article-full .article-item__text-name h3 {
  font-size: 18px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 25px;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mini card */
.article-mini-card .name {
  margin: 0 0 15px 0;
}
.article-mini-card .name a {
  color: #721c24;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
.article-mini-card .name a:hover {
  color: #101126;
  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: 30px 0;
}
.article-single .article-top h1 {
  color: #101126;
  font-size: 50px;
  padding: 0;
  margin: 0;
}
.article-single .article-top .article-claim {
  font-size: 22px;
  color: gray;
  margin: 20px 0 30px;
}
.article-single .article-top .article-date {
  font-size: 16px;
  color: gray;
  margin: 20px 0 30px;
}
@media (max-width: 899px) {
  .article-single .article-top {
    padding: 10px 0 0 0;
  }
  .article-single .article-top h1 {
    font-size: 36px;
  }
}
.article-single .article-content .strip-dark {
  background: url("/wp-content/themes/cloos/img/support-strip.webp") center center;
  background-size: cover;
  padding: 50px 0 !important;
  color: white;
}
.article-single .article-content .strip-dark h2 {
  color: white;
}
.article-single .article-content .strip-dark h3 {
  color: white;
}
.article-single .article-content .strip-dark p {
  color: white;
}
.article-single .article-content .strip-silver {
  background: #F9F9F9;
  padding: 50px 0;
}
.article-single .article-content blockquote {
  max-width: 960px;
}
.article-single .article-content .wp-block[data-align=full] {
  max-width: 100%;
}
.article-single .article-content .wp-block-columns {
  max-width: 960px;
}
.article-single .article-content p.wp-block {
  max-width: 960px;
}
.article-single .article-content a {
  color: #007BFF;
}
.article-single .article-content a:hover {
  color: #101126;
}
.article-single .article-content h2 {
  font-size: 32px;
  padding: 10px 0 10px 0;
  margin: 0px 0 15px 0;
  color: #00BFA5;
}
.article-single .article-content h3 {
  color: #101126;
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 600;
}
.article-single .article-content h4 {
  color: #101126;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.article-single .article-content p {
  font-size: 17px;
  color: #101126;
  line-height: 160%;
  padding: 0 0 5px 0;
}
.article-single .article-content li {
  font-size: 17px;
  color: #101126;
}
.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: #FF6600;
}
.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: gray;
  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: #FF6600;
}
.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 .pic-orange-shadow figure img {
  box-shadow: -100px 45px 0px -45px #FF5E14;
}
@media (max-width: 899px) {
  .article-single .article-content .pic-orange-shadow figure {
    text-align: center;
  }
  .article-single .article-content .pic-orange-shadow figure img {
    width: 70% !important;
    text-align: center;
  }
}
@media (max-width: 899px) {
  .article-single .article-content h2 {
    font-size: 30px;
  }
}

/* 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: #EDF2F6;
  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: 0px;
  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: #721c24;
  text-decoration: underline;
}

.side-contact {
  background: gray;
  position: relative;
  margin: 0 0 40px 0;
  padding: 40px;
}
.side-contact .side-contact__overlay {
  opacity: 0.85;
  background: #28323b;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.side-contact .side-contact__content {
  position: relative;
}
.side-contact .side-contact__text {
  color: white;
}
.side-contact .side-contact__text h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.side-contact .side-contact__text p {
  margin: 0 0 20px 0;
}
.side-contact .side-contact__item {
  color: white;
  display: grid;
  grid-template-columns: 30px 1fr;
  margin: 0 0 20px 0;
}
.side-contact .side-contact__item .icon svg {
  color: #FF6600;
}

.side-newsletter {
  padding: 40px;
  background: #101126;
}
.side-newsletter h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: white;
}
.side-newsletter p {
  margin: 0 0 20px 0;
  color: white;
  font-size: 14px;
  line-height: 140%;
}

/* FOOTER */
.footer {
  padding: 50px 0;
  background: white;
}
.footer .footer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  width: 1300px;
  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 1fr 1fr;
    width: 94%;
  }
}
@media (max-width: 899px) {
  .footer .footer-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}
.footer .footer-col h3 {
  color: #FF6600;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.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: white;
  text-decoration: none;
  font-size: 16px;
}
.footer .footer-col ul li a:hover {
  color: #FF6600;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .footer .footer-col {
    margin: 0 0 30px 0;
  }
  .footer .footer-col p {
    font-size: 15px;
  }
}
.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: #FF6600;
  width: 30px;
}
.footer .footer-contact_item .link {
  font-size: 18px;
}
.footer .footer-contact_item .link a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.footer .footer-contact_item .link a:hover {
  color: #FF6600;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .footer .footer-contact_item .link {
    font-size: 15px;
  }
}
.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: #721c24;
}
.footer .footer-social a svg:hover {
  color: white;
}
.footer .widget-footer {
  margin: 10px 0 0 0;
}
.footer .widget-footer p {
  font-size: 14px;
}

.newsletter-form input {
  width: calc(100% - 20px);
  padding: 10px 15px;
  font-size: 16px;
  color: #101126;
  border: none;
  margin: 0 0 10px 0;
}
.newsletter-form button {
  background: #FF6600;
  color: white;
  display: block;
  padding: 10px 15px;
  border: none;
  font-weight: 500;
  font-size: 16px;
}
.newsletter-form button:hover {
  background: #1d1d1b;
  color: white;
  cursor: pointer;
}

.tiraz {
  padding: 20px 0;
  font-size: 14px;
  color: gray;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: white;
}
.tiraz p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.tiraz .firma .tiraz-logo {
  width: 140px;
  height: auto;
}
@media (max-width: 899px) {
  .tiraz .firma {
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.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;
  }
}

.is-style-btn-square-fill .wp-block-button__link {
  background: #FF6600;
  border-radius: 0;
}
.is-style-btn-square-fill .wp-block-button__link:hover {
  background: #101126;
}

/* PDF */
.pdf-header-top {
  border-bottom: 1px solid silver;
  padding: 0 0 10px 0;
}

.pdf-header-name {
  padding: 50px 0;
}
.pdf-header-name .title {
  margin: 0;
  padding: 0;
  font-size: 36px;
}
.pdf-header-name .perex {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px 0;
}
.pdf-header-name .desc {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.pdf-col-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}

.leva {
  width: 48%;
  float: left;
}

.prava {
  width: 48%;
  float: right;
}

.pdf-norms {
  float: left;
  width: 100%;
  border-bottom: 1px solid silver;
  padding: 7px 0;
}

.pdf-tabulka {
  float: left;
  width: 100%;
  margin: 100px 0;
}
.pdf-tabulka table {
  border-collapse: collapse;
  width: 100%;
}
.pdf-tabulka th {
  background: whitesmoke;
}
.pdf-tabulka td, .pdf-tabulka th {
  border: 1px solid gray;
  padding: 7px;
  text-align: center;
}

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

.page-videa {
  padding: 0 0 80px 0;
}

.video-card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.video-card .video-item__text {
  padding: 20px;
}
.video-card .video-item__text .video-item__text-name h3 a {
  text-decoration: none;
  color: #101126;
}
.video-card .video-item__text .video-item__text-name h3 a:hover {
  color: #FF6600;
  text-decoration: underline;
}

.filter {
  background: whitesmoke;
  padding: 30px;
  margin: 0 0 30px 0;
}
.filter .filter-items {
  display: inline-flex;
  gap: 50px;
}
.filter .filter-items .filter-item {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.filter .filter-items .filter-item select {
  font-size: 16px;
  padding: 7px;
}
.filter .filter-items .filter-item button {
  background: #FF6600;
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
}
.filter .filter-items .filter-item button:hover {
  background: #101126;
}
@media (max-width: 899px) {
  .filter .filter-items .filter-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
  }
}
@media (max-width: 899px) {
  .filter .filter-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.process-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 0 80px 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .process-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .process-items {
    grid-template-columns: 1fr;
  }
}

.process-item {
  border: 0px solid silver;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.process-item h3 {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
}
.process-item .process-item__title h3 {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.process-item .process-item__claim {
  margin: 0 0 20px 0;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #777;
}
.process-item .process-item__perex {
  margin: 0 0 20px 0;
  font-size: 15px;
}
.process-item .btn-orange-small {
  background: #FF6600;
  border: none;
  color: white;
  padding: 7px 10px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}
.process-item .btn-orange-small:hover {
  background: #101126;
}

.process-item__term {
  padding: 0 0 20px 0;
}
.process-item__term .tag_term {
  font-size: 14px;
  border: 1px solid silver;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 10px;
  margin: 2px;
}

.process-detail__claim {
  font-size: 26px;
  color: gray;
  margin: 20px 0;
}

.process-detail__perex {
  font-size: 18px;
  margin: 0 0 50px 0;
  line-height: 150%;
}

.process-detail__list h2 {
  font-size: 32px !important;
}
.process-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.process-item .collapsible-accordion {
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid silver;
}
.process-item .collapsible-item-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  background: white;
  color: #101126;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.process-item .collapsible-item-label::after {
  content: "→";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.process-item .collapsible-item-content {
  max-height: 0;
  padding: 0;
  background: white;
  transition: all 0.35s;
  display: none;
}
.process-item input:checked + .collapsible-item-label {
  color: #FF6600;
}
.process-item input:checked + .collapsible-item-label::after {
  transform: rotate(90deg);
}
.process-item input:checked ~ .collapsible-item-content {
  max-height: 100vh;
  padding: 20px 0 0 0;
  display: block;
}

.item-timeline {
  border: 0px solid silver;
  padding: 0px;
  margin: 0 0 50px 0;
  position: relative;
}
.item-timeline .timeline-axe {
  position: absolute;
  width: 3px;
  background: #dddddd;
  height: 100%;
  left: 50%;
  z-index: -1;
}
@media (max-width: 899px) {
  .item-timeline .timeline-axe {
    left: 16px;
  }
}
.item-timeline .timeline-row {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  width: 100%;
  gap: 20px;
  margin: 0 0 20px 0;
}
.item-timeline .timeline-row .timeline-row__time {
  border: 12px solid #FF6600;
  background: white;
  color: #101126;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-timeline .timeline-row .timeline-row__text {
  padding: 15px;
}
.item-timeline .timeline-row .timeline-row__year {
  font-size: 42px;
  color: #101126;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin: 0 0 15px 0;
}
.item-timeline .timeline-row .timeline-row__content {
  margin: 0 0 30px 0;
}
@media (max-width: 899px) {
  .item-timeline .timeline-row {
    grid-template-columns: 32px 1fr;
  }
  .item-timeline .timeline-row .timeline-row__text {
    padding: 0;
  }
  .item-timeline .timeline-row .timeline-row__year {
    font-size: 30px;
  }
  .item-timeline .timeline-row .timeline-row__content p {
    font-size: 14px;
  }
  .item-timeline .timeline-row .timeline-row__none {
    order: 3;
    display: none;
  }
  .item-timeline .timeline-row .timeline-row__time {
    order: 1;
  }
  .item-timeline .timeline-row .timeline-row__text {
    order: 2;
    text-align: left;
  }
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__none {
  order: 3;
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__time {
  order: 2;
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__text {
  order: 1;
  text-align: right;
}
@media (max-width: 899px) {
  .item-timeline .timeline-row:nth-child(odd) {
    grid-template-columns: 32px 1fr;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__none {
    order: 3;
    display: none;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__time {
    order: 1;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__text {
    order: 2;
    text-align: left;
  }
}
.item-card-block {
  background: black;
  color: white;
  display: block;
  position: relative;
  height: 340px;
  transition: 0.7s;
}
.item-card-block .card-front {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.item-card-block .card-front .card-front__bg {
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item-card-block .card-front .card-front__bg img {
  opacity: 0.3;
  height: 100%;
  width: auto;
}
.item-card-block .card-front .card-front__content {
  position: relative;
  text-align: center;
}
.item-card-block .card-front .card-front__content h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
}
.item-card-block .card-back {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
}
.item-card-block .card-back .card-back__bg {
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.7s;
  transform: scale(0.5);
}
.item-card-block .card-back .card-back__bg img {
  opacity: 0.3;
  height: 100%;
  width: auto;
}
.item-card-block .card-back .card-back__content {
  position: relative;
  text-align: center;
  padding: 20px;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.7s;
}
.item-card-block .card-back .card-back__content p {
  color: white;
}
.item-card-block .card-back .card-back__content a {
  border: 2px solid white;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
}
.item-card-block .card-back .card-back__content a:hover {
  background: #FF6600;
  border: 2px solid #FF6600;
}
.item-card-block:hover .card-back {
  height: 100%;
  width: 100%;
  display: flex;
  transform: scale(1);
}
.item-card-block:hover .card-back .card-back__bg {
  transform: scale(1);
  opacity: 1;
}
.item-card-block:hover .card-back .card-back__content {
  transform: scale(1);
  opacity: 1;
}

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

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

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

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

.editor-content > *:not(.alignfull) {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .editor-content > *:not(.alignfull) {
    width: 94%;
  }
}
@media (max-width: 899px) {
  .editor-content > *:not(.alignfull) {
    width: 94%;
  }
}

.editor-content > *:not(.alignfull).alignwide {
  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: #856404;
  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: #00BFA5;
  text-decoration: underline;
}
.description a:hover {
  color: #101126;
}
.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: #00BFA5;
  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: #856404;
  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: #00BFA5;
  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: #856404;
}
.content h2 {
  color: #00BFA5;
  font-size: 42px;
  padding: 20px 0;
  margin: 0;
}
.content h3 {
  color: #101126;
  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: #101126;
  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: #101126;
  color: white;
  transition: 0.3s;
}
.content .is-style-btn-square-fill .wp-block-button__link:hover {
  background: #856404;
  color: white;
}
.content .is-style-btn-square-outline .wp-block-button__link {
  border-radius: 0;
  background: transparent;
  border: 2px solid #101126;
  color: #101126;
  transition: 0.3s;
}
.content .is-style-btn-square-outline .wp-block-button__link:hover {
  background: #101126;
  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: #00BFA5;
  font-weight: 800;
}

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

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

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

.block-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.block-accordion .collapsible-accordion {
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid silver;
}
.block-accordion .collapsible-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
  background: white;
  color: #101126;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.block-accordion .collapsible-item-label::after {
  content: "→";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.block-accordion .collapsible-item-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.35s;
  display: none;
}
.block-accordion input:checked + .collapsible-item-label {
  color: #FF6600;
}
.block-accordion input:checked + .collapsible-item-label::after {
  transform: rotate(90deg);
}
.block-accordion input:checked ~ .collapsible-item-content {
  max-height: 100vh;
  padding: 1em;
  display: block;
}

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

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