:root {
  --padding--40: 40px;
  --black: #111313;
  --font--small: 16px;
  --white: white;
  --padding--30: 30px;
  --font--perex: 24px;
  --line-height--perex: 36px;
  --padding--160: 16rem;
  --blue: blue;
  --font--h3: 34px;
  --line-height--h3: 40px;
  --layout--main: 1350px;
  --padding--120: 12rem;
  --font--h1: 60px;
  --line-height--h1: 80px;
  --padding--240: 24rem;
  --font--h2: 40px;
  --line-height--h2: 50px;
  --gray: #8c8e8e;
  --padding--80: 80px;
  --padding--60: 60px;
  --image--carusel-small: 36.5rem;
  --image--carusel-big: 60rem;
  --image--slide: 102rem;
  --image--slide-height: 48rem;
  --image--square: 67.5rem;
  --base-blue: blue;
}

.top-bar {
  z-index: 1000;
  padding-right: var(--padding--40);
  padding-left: var(--padding--40);
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.top-bar._404 {
  justify-content: center;
  margin-top: 0;
  position: static;
}

.button-black-box {
  background-color: #0d0e0e;
  border: 1px #cababa;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
  top: 0;
}

.body {
  color: var(--black);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: var(--font--small);
  font-weight: 700;
}

.button-text {
  color: var(--white);
}

.contact-button {
  z-index: 1;
  background-color: var(--black);
  cursor: pointer;
  border: 1px rgba(255, 255, 255, .07);
  border-radius: 0;
  width: 220px;
  height: 54px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header-text {
  margin: var(--padding--40) auto var(--padding--30);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  text-align: center;
  width: 800px;
}

.header-text._404 {
  margin-top: 0;
}

.arrow-down {
  z-index: 1;
  background-color: var(--blue);
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.arrow-down-symbol {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.text-block {
  margin-bottom: var(--padding--40);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  width: 100%;
  padding-top: 5px;
}

.text-block.header {
  margin-left: auto;
  margin-right: auto;
}

.text-block.mobile {
  display: none;
}

.section-gallery {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
  overflow: visible;
}

.image-walkie-01 {
  z-index: 2;
  width: 63rem;
  height: 67rem;
  position: relative;
  overflow: hidden;
}

.page-wrapper.overflow {
  font-weight: 800;
  position: relative;
}

.main-wrapper {
  z-index: 2;
  background-color: var(--white);
  position: relative;
}

.about-section {
  padding: var(--padding--160) 40px;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-headline {
  max-width: var(--layout--main);
  color: var(--white);
  text-align: center;
  white-space: normal;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.6rem;
  font-weight: 800;
  line-height: 9rem;
}

.our-products {
  margin-bottom: var(--padding--160);
  padding-top: var(--padding--160);
  background-color: var(--white);
  width: 100%;
}

.line-white {
  margin-bottom: var(--padding--30);
  background-color: var(--white);
  opacity: .07;
  width: 100%;
  height: 1px;
}

.line-white.plain {
  margin-bottom: 0;
}

.more-section {
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.transmitter-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.transmitter-box.dp1400 {
  padding-bottom: 60px;
}

.image-more {
  z-index: 2;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.image-r2 {
  aspect-ratio: 675 / 800;
  object-fit: fill;
  width: 100%;
  margin-top: -100px;
  display: inline-block;
}

.more-headline {
  color: var(--blue);
  font-size: var(--font--h1);
  line-height: var(--line-height--h1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
  display: block;
}

.more-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 15rem;
  display: flex;
}

.more-text.dp {
  align-items: flex-start;
  padding-left: 15rem;
  padding-right: 0;
}

.white {
  color: var(--white);
}

.text-block-2 {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.contact-section {
  z-index: 3;
  padding-top: var(--padding--240);
  padding-bottom: var(--padding--240);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: var(--padding--40);
  font-size: var(--font--h2);
  line-height: var(--line-height--h2);
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

.heading-2.bottom {
  color: var(--blue);
}

.contact-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-info {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1430px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.line-black {
  margin-bottom: var(--padding--30);
  background-color: var(--black);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.line-black.white {
  background-color: var(--white);
}

.contact {
  color: var(--blue);
  font-size: 3rem;
  line-height: var(--line-height--h3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  text-decoration: none;
}

.contact:hover {
  color: var(--black);
}

.bold-text, .bold-text-2 {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
}

.bold-text-3 {
  font-weight: 800;
  display: block;
}

.bold-text-3.contactme {
  font-weight: 800;
}

.footer-section {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  height: 560px;
  min-height: 560px;
  max-height: 560px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-box {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1430%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-perex {
  margin-bottom: var(--padding--40);
  color: var(--gray);
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 36px;
}

.footer-headline {
  margin-top: 0;
  margin-bottom: var(--padding--30);
  font-size: var(--font--h2);
  line-height: var(--line-height--h2);
  text-align: center;
  padding-top: 10px;
}

.footer-bottom {
  width: 100%;
  height: 100px;
}

.footer-info {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.footer-bottom-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 25px;
  display: flex;
}

.footer-mini-text {
  color: var(--white);
  font-size: var(--font--small);
  text-align: left;
  width: 100%;
  line-height: 36px;
}

.footer-mini-text.right {
  text-align: right;
}

.button-color-box {
  z-index: 2;
  background-color: var(--blue);
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 54px;
  margin-top: 58px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  top: 0;
}

.footer-button-01 {
  z-index: 1;
  background-color: var(--gray);
  color: var(--gray);
  width: 420px;
  height: 80px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer-button-01.walkies {
  background-color: #00d6b2;
  text-decoration: none;
}

.footer-base-box {
  background-color: var(--gray);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.footer-base-box.walkies {
  background-color: #00d6b2;
  text-decoration: none;
}

.footer-color-box {
  z-index: 2;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 80px;
  margin-top: 82px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
}

.footer-color-box.walkies {
  background-color: var(--white);
}

.button-footer-text {
  color: var(--white);
  font-size: var(--font--h3);
  line-height: var(--line-height--h3);
  text-decoration: none;
}

.button-footer-text.walkies, .button-footer-text.klucibase {
  color: var(--black);
}

.buttons-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.arrow-down-symbol-02 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: -54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.nav-logo-contact {
  background-color: var(--blue);
  justify-content: center;
  width: 167px;
  height: 54px;
  display: block;
  position: relative;
}

.logo-walkies {
  z-index: 9;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.left-pacman {
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  display: flex;
}

.left-pacman.hp {
  width: 220px;
}

.transition_wrap {
  z-index: 1200;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.transition_column {
  background-color: var(--blue);
  width: 100%;
}

.logo-walkies-big {
  justify-content: center;
  display: flex;
}

.text-span-3 {
  color: red;
}

.text-header {
  margin-bottom: var(--padding--40);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  display: flex;
}

.link {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.contact-mobile {
  width: 100%;
  height: 100%;
}

.contact-mobile-button {
  width: 54px;
  height: 54px;
  display: none;
}

.bold-text-6 {
  font-weight: 800;
}

.footer-fixer {
  width: 100%;
  height: 0;
  padding-bottom: 560px;
}

.blacker {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.all-wrapper {
  z-index: 3;
  background-color: var(--white);
  position: relative;
}

.footer-mobile {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  height: 560px;
  min-height: 560px;
  max-height: 560px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-big {
  width: 120rem;
  max-width: 1200px;
}

.image-walkie {
  aspect-ratio: 630 / 670;
  width: 100%;
}

.section-header {
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 800px;
  display: block;
  position: relative;
  overflow: visible;
}

.transmitter {
  z-index: 10;
  grid-column-gap: 38rem;
  grid-row-gap: 38rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 20rem;
  display: flex;
  position: absolute;
}

.vysilacka-left {
  aspect-ratio: 1000 / 1330;
  margin-top: 0;
  margin-left: -100px;
  padding-left: 0;
}

.transmitter-01 {
  width: 50rem;
  max-width: 500px;
  margin-top: 20rem;
  margin-left: 0;
}

.transmitter-02 {
  width: 50rem;
  max-width: 507px;
  margin-top: 0;
  margin-right: 0;
}

.vysilacka-right {
  aspect-ratio: 1014 / 1538;
}

.bold-text-7 {
  font-size: 10rem;
  font-weight: 800;
}

.image-dp14 {
  aspect-ratio: 675 / 800;
  object-fit: fill;
  width: 100%;
  margin-top: -100px;
  display: inline-block;
}

.transmitter-text {
  color: var(--blue);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  width: 100%;
  padding-top: 5px;
}

.pomodoro-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
  transition: all 1s;
}

.pomodoro-link:hover {
  text-decoration: none;
}

.benefits-section {
  width: 100%;
  height: 90vh;
  max-height: 1180px;
  position: relative;
  overflow: hidden;
}

.image-biggie {
  z-index: 1;
  width: 100%;
  margin-top: -120px;
  position: absolute;
  overflow: hidden;
}

.image-14 {
  aspect-ratio: 1920 / 1400;
  width: 100%;
}

.benefits {
  z-index: 3;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.benefit-text {
  color: var(--white);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  width: 100%;
  padding-top: 5px;
}

.star {
  color: var(--white);
  font-size: var(--font--h2);
  line-height: var(--line-height--perex);
  padding-top: 5px;
  display: inline-block;
}

.box-benefit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.reference-headline {
  z-index: 3;
  color: var(--white);
  font-size: var(--font--h1);
  line-height: var(--line-height--h1);
  text-align: center;
  margin-top: 0;
  font-weight: 800;
  display: block;
  position: relative;
}

.benefits-content {
  padding-top: var(--padding--120);
  padding-bottom: var(--padding--80);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.reference-section {
  padding: var(--padding--160) 0px;
  background-color: var(--blue);
}

.technika-headline {
  margin-top: 0;
  margin-bottom: var(--padding--60);
  color: var(--blue);
  font-size: var(--font--h1);
  line-height: var(--line-height--h1);
  text-align: center;
  display: block;
}

.subheadline-reference {
  color: var(--white);
  font-size: var(--font--h2);
  line-height: var(--line-height--h2);
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.bullets {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.filmy {
  display: flex;
}

.box-rerence {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.transmitter-box-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 800;
}

.reference-headline-mobile {
  z-index: 3;
  color: var(--white);
  font-size: var(--font--h1);
  line-height: var(--line-height--h1);
  text-align: center;
  margin-top: 0;
  font-weight: 800;
  display: none;
  position: relative;
}

.body-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 800;
}

.headling-404 {
  color: var(--blue);
  font-size: var(--image--carusel-small);
  line-height: var(--image--carusel-small);
  text-align: center;
  margin-top: 0;
  font-weight: 800;
}

.link-4, .link-4.w--current {
  color: var(--blue);
}

._404-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 25px;
  display: block;
  position: relative;
  overflow: visible;
}

._404-base {
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 10rem;
  display: flex;
}

._404-textblock {
  margin-bottom: var(--padding--40);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  width: 100%;
  padding-top: 5px;
}

._404-textblock.header {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .header-text {
    margin-top: var(--padding--30);
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
  }

  .text-block.header {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
    width: 80%;
    display: block;
  }

  .section-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    overflow: hidden;
  }

  .image-walkie-01 {
    width: 100%;
    height: auto;
  }

  .image-walkie-01.middle {
    display: none;
  }

  .about-headline {
    width: 100%;
    font-size: 50px;
    line-height: 55px;
  }

  .our-products {
    padding-top: 16rem;
    padding-bottom: var(--padding--120);
    margin: 0;
  }

  .line-white {
    display: block;
  }

  .transmitter-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(560px, 1fr);
    grid-auto-flow: column;
    display: flex;
  }

  .transmitter-box.dp1400 {
    padding-bottom: 12rem;
  }

  .image-more {
    height: 660px;
  }

  .more-headline {
    font-size: 50px;
    line-height: 55px;
  }

  .more-text {
    order: 1;
    padding-right: 0;
  }

  .more-text.dp {
    padding-left: 0;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .contact-section {
    padding-top: var(--padding--120);
    padding-bottom: var(--padding--120);
  }

  .heading-2 {
    font-size: var(--font--h2);
    width: 80%;
  }

  .heading-2.bottom {
    width: 75%;
  }

  .contact-info {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .line-black {
    display: block;
  }

  .line-black.number {
    display: none;
  }

  .contact {
    text-decoration: none;
  }

  .footer-section {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
  }

  .footer-perex {
    width: 80%;
  }

  .buttons-footer {
    flex-flow: column;
  }

  .nav-logo-contact {
    display: block;
  }

  .left-pacman, .left-pacman.hp {
    display: none;
  }

  .text-header {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    color: var(--blue);
    text-decoration: none;
  }

  .footer-fixer {
    padding-bottom: 700px;
  }

  .footer-mobile {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
  }

  .logo-big {
    width: 70rem;
    max-width: 700px;
  }

  .image-walkie {
    width: 100%;
  }

  .section-header {
    height: 70vh;
    min-height: 700px;
    overflow: hidden;
  }

  .transmitter {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    padding: 0;
    display: flex;
  }

  .vysilacka-left {
    margin-top: 60px;
    margin-left: -48px;
  }

  .transmitter-01 {
    width: 45rem;
    margin-top: -45rem;
    margin-left: -10rem;
  }

  .transmitter-02 {
    width: 40rem;
    margin-right: -10rem;
    position: relative;
  }

  .bold-text-7 {
    font-size: 8rem;
  }

  .image-dp14 {
    margin-top: -140px;
  }

  .transmitter-text {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
  }

  .benefits-section {
    height: 900px;
  }

  .image-biggie {
    width: 1700px;
    margin-left: -300px;
  }

  .image-14 {
    width: 100%;
  }

  .benefits {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .benefit-text {
    font-size: 18px;
    line-height: var(--line-height--perex);
  }

  .star {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
  }

  .reference-headline {
    margin-bottom: var(--padding--40);
    font-size: 50px;
    line-height: 55px;
  }

  .benefits-content {
    display: flex;
  }

  .reference-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .technika-headline {
    margin-bottom: var(--padding--40);
    font-size: 50px;
    line-height: 55px;
  }

  .subheadline-reference {
    width: 50%;
  }

  .box-rerence {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .transmitter-box-02 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(560px, 1fr);
    grid-auto-flow: column;
    display: flex;
  }

  .reference-headline-mobile {
    margin-bottom: var(--padding--40);
    font-size: 50px;
    line-height: 55px;
  }

  ._404-section {
    height: 100vh;
    overflow: hidden;
  }

  ._404-base {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._404-textblock {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
  }

  ._404-textblock.header {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
    width: 80%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .arrow-down {
    display: none;
  }

  .text-block.header {
    font-size: var(--font--perex);
    width: 100%;
    display: none;
  }

  .text-block.mobile {
    font-size: var(--font--perex);
    display: block;
  }

  .about-headline {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
  }

  .image-more {
    height: 500px;
  }

  .image-r2 {
    margin-top: -25px;
  }

  .more-headline {
    margin: 0;
    font-size: 40px;
  }

  .bold-text-3.contactme {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
  }

  .footer-section {
    display: none;
    position: relative;
  }

  .text-header {
    width: 100%;
  }

  .footer-fixer {
    padding-bottom: 0;
    display: none;
  }

  .blacker {
    display: none;
  }

  .footer-mobile {
    display: block;
    position: relative;
  }

  .logo-big {
    width: 70%;
  }

  .section-header {
    height: 460px;
    min-height: auto;
  }

  .transmitter {
    display: none;
  }

  .bold-text-7 {
    font-size: 56px;
  }

  .image-dp14 {
    margin-top: -35px;
  }

  .transmitter-text {
    font-size: 20px;
    line-height: 36px;
  }

  .benefits-section {
    height: 600px;
  }

  .image-biggie {
    width: 1100px;
    margin-top: -100px;
    margin-left: -400px;
  }

  .benefits {
    padding-left: 40px;
    padding-right: 40px;
  }

  .benefit-text {
    font-size: 20px;
  }

  .reference-headline {
    display: none;
  }

  .bold-text-10 {
    font-size: 40px;
  }

  .reference-headline-mobile {
    display: block;
  }

  ._404-section {
    height: 100vh;
    min-height: auto;
  }

  ._404-base {
    width: 100%;
    padding-bottom: 15rem;
  }

  ._404-textblock.header {
    font-size: var(--font--perex);
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-button {
    display: none;
  }

  .header-text {
    margin-top: 15px;
    margin-bottom: var(--padding--160);
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-down {
    display: none;
  }

  .text-block {
    font-size: 18px;
    line-height: var(--font--h3);
  }

  .text-block.header {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
    width: 100%;
  }

  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-headline {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
    width: 100%;
    margin-bottom: 0;
  }

  .line-white {
    margin-bottom: 20px;
  }

  .more-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .transmitter-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .transmitter-box.dp1400 {
    padding-bottom: 20rem;
  }

  .image-more {
    height: auto;
  }

  .image-r2 {
    min-width: auto;
    margin-top: 0;
  }

  .more-headline {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
  }

  .contact-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-black {
    margin-bottom: 20px;
  }

  .contact {
    font-size: var(--font--perex);
  }

  .bold-text-3 {
    font-size: var(--font--h3);
  }

  .bold-text-3.contactme {
    font-size: var(--font--perex);
  }

  .footer-section {
    min-height: 700px;
  }

  .footer-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-perex {
    font-size: var(--font--small);
    line-height: var(--font--h3);
    width: 100%;
  }

  .footer-headline {
    margin-bottom: 20px;
  }

  .footer-bottom {
    height: auto;
  }

  .footer-info {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: 30px;
  }

  .footer-bottom-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .footer-mini-text, .footer-mini-text.right {
    text-align: center;
  }

  .footer-mini-text.copy {
    display: none;
  }

  .klucibase-logo {
    max-width: 40%;
  }

  .footer-button-01 {
    width: 100%;
    height: 60px;
  }

  .footer-base-box {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-footer-text {
    font-size: var(--font--perex);
  }

  .nav-logo-contact {
    width: 132px;
    height: 43px;
  }

  .text-header {
    width: 100%;
    padding-top: 80px;
    display: block;
  }

  .contact-mobile-button {
    border: 1px solid rgba(255, 255, 255, .07);
    width: 43px;
    height: 43px;
    display: block;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .footer-mobile {
    min-height: 700px;
  }

  .logo-big {
    width: 70%;
    max-width: 100%;
  }

  .section-header {
    height: 540px;
  }

  .transmitter {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
  }

  .transmitter-01 {
    width: 60%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .transmitter-02 {
    width: 60%;
    margin-right: 0;
  }

  .bold-text-7 {
    font-size: var(--font--h2);
    line-height: var(--font--h2);
  }

  .image-dp14 {
    min-width: auto;
    margin-top: 0;
  }

  .transmitter-text {
    font-size: 18px;
    line-height: var(--font--h3);
    word-break: keep-all;
  }

  .benefits-section {
    height: 600px;
  }

  .image-biggie {
    margin-top: 0;
  }

  .benefits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefit-text {
    font-size: 18px;
    line-height: var(--font--h3);
  }

  .star {
    font-size: 30px;
    line-height: var(--font--h3);
  }

  .reference-headline {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
  }

  .reference-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .technika-headline {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
  }

  .subheadline-reference {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
    margin-bottom: 10px;
  }

  .filmy {
    flex-flow: column;
  }

  .box-rerence, .transmitter-box-02 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .reference-headline-mobile {
    font-size: var(--font--h3);
    line-height: var(--line-height--h3);
  }

  ._404-section {
    height: 100vh;
  }

  ._404-base {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30rem;
    display: flex;
  }

  ._404-textblock {
    font-size: 18px;
    line-height: var(--font--h3);
  }

  ._404-textblock.header {
    font-size: var(--font--perex);
    line-height: var(--line-height--perex);
    width: 100%;
  }
}

#w-node-_9ffbf6f8-611e-4b48-813d-d30934baa609-9ffff115, #w-node-_9ffbf6f8-611e-4b48-813d-d30934baa60f-9ffff115, #w-node-_8c9b671b-c12c-1c11-87d3-290cd7de6fcb-9ffff115, #w-node-_04808eff-ccda-44ac-cbc8-6d673552fb22-9ffff115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


