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

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

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

.button-black-box.cta, .button-black-box.former {
  background-color: var(--mentol);
}

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

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

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

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

.nav_logo {
  background-color: var(--white);
  justify-content: center;
  width: 880px;
  height: 171.2px;
  display: block;
  position: relative;
}

.logo-black {
  z-index: 10;
  width: 100%;
  max-width: 1000rem;
  height: 100%;
  position: absolute;
}

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

.section.is--nav {
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.nav_logo-contain {
  z-index: 1;
  justify-content: center;
  height: 100%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.contact-button.cta {
  background-color: var(--mentol);
  cursor: pointer;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.contact-button.close {
  width: 130px;
  text-decoration: none;
}

.contact-button.former {
  background-color: var(--mentol);
  cursor: pointer;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

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

.arrow-down {
  z-index: 1;
  background-color: var(--mentol);
  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;
}

.section-parallax {
  margin-bottom: var(--padding--80);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.image-parallax-3 {
  z-index: 2;
  width: 57rem;
  height: 68rem;
  position: relative;
  overflow: hidden;
}

.image-parallax-2 {
  z-index: 2;
  width: 38rem;
  height: 38rem;
  margin-top: 18rem;
  position: relative;
  overflow: hidden;
}

.image-parallax-5, .image-parallax-1 {
  z-index: 2;
  width: 27.5rem;
  height: 33rem;
  margin-top: 36rem;
  position: relative;
  overflow: hidden;
}

.image-parallax-4 {
  z-index: 2;
  width: 38rem;
  height: 38rem;
  margin-top: 18rem;
  position: relative;
  overflow: hidden;
}

.image, .image-2 {
  aspect-ratio: 550 / 788;
  width: 100%;
  margin-top: -4rem;
}

.image-3, .image-4 {
  aspect-ratio: 760 / 912;
  width: 100%;
  margin-top: -6rem;
}

.image-5 {
  aspect-ratio: 1140 / 1632;
  width: 100%;
  margin-top: -10rem;
}

.page-wrapper.overflow {
  position: relative;
}

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

.about-section {
  margin-right: auto;
  margin-bottom: var(--padding--160);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.about-headline {
  margin-top: 0;
  margin-bottom: var(--padding--40);
  font-size: var(--font--h1);
  line-height: var(--line-height--h1);
  white-space: normal;
  width: 72%;
}

.text-span {
  color: var(--mentol);
}

.perex-box {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

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

.black-section {
  margin-bottom: var(--padding--160);
  padding-top: var(--padding--160);
  padding-bottom: var(--padding--160);
  background-color: var(--black);
  width: 100%;
}

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

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

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

.heading {
  color: var(--mentol);
  font-size: var(--font--h3);
  line-height: var(--line-height--h3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.variants {
  margin-right: auto;
  margin-bottom: var(--padding--60);
  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;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.slide-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
  position: relative;
}

.slide-1, .slide-2 {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  flex: none;
  width: 50%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider {
  margin-bottom: var(--padding--60);
  width: 100%;
  overflow: hidden;
}

.carusel-3, .carusel-2 {
  aspect-ratio: 1020 / 480;
  width: 100%;
  height: 100%;
}

.black-perex {
  margin-bottom: var(--padding--40);
  color: var(--white);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  text-align: center;
  width: 80%;
}

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

.more-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(560px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

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

.image-6 {
  aspect-ratio: 675 / 648;
  object-fit: fill;
  width: 100%;
  min-width: 650px;
  margin-top: -70px;
  display: inline-block;
}

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

.text-span-2 {
  color: var(--mentol);
}

.more-text {
  padding-right: 75px;
}

.bullet {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.box {
  background-color: var(--mentol);
  width: 6px;
  height: 6px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact-section {
  z-index: 3;
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 1rem;
  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;
}

.contact-box {
  margin-bottom: var(--padding--160);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.contact-info.sub {
  margin-right: auto;
  margin-bottom: var(--padding--60);
  width: 100%;
  margin-left: auto;
}

.contact-box-info.insta {
  display: none;
}

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

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

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

.bold-text, .bold-text-2 {
  color: var(--black);
  text-decoration: underline;
}

.bold-text-3 {
  display: block;
}

.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(--mentol);
  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;
}

.button-color-box.cta {
  background-color: var(--white);
  width: 300px;
}

.button-color-box.final {
  background-color: var(--black);
  width: 300px;
}

.button-color-box.close {
  width: 130px;
}

.button-color-box.former {
  background-color: var(--black);
  width: 300px;
}

.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: var(--color);
  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: var(--color);
  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;
}

.bold-text-4 {
  text-decoration: none;
}

.cta-stany {
  margin-right: auto;
  margin-bottom: var(--padding--120);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.form-modal {
  z-index: 5;
  padding-bottom: var(--padding--160);
  background-color: var(--white);
  width: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.field {
  color: #000;
  font-size: var(--font--small);
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  width: 100%;
  height: 64px;
  transition: all .6s;
}

.field:hover {
  border-color: var(--mentol);
  background-color: var(--white);
  box-shadow: 0 0 0 5px #edfcf9;
}

.field:active {
  color: var(--black);
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.input-base {
  color: var(--black);
  border: 0 solid #000;
  border-radius: 0;
  height: auto;
}

.textarea {
  font-size: var(--font--small);
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  height: 200px;
  min-height: 200px;
  margin-bottom: 30px;
}

.form-block {
  padding-top: var(--padding--40);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.inputs {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.submit-button {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  width: 300px;
  height: 54px;
  position: absolute;
}

.icon-check {
  margin-right: auto;
  margin-bottom: var(--padding--30);
  background-color: var(--mentol);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: auto;
  display: flex;
}

.success-message {
  background-color: #fff;
}

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

.text-block-4 {
  color: #e61b28;
  text-align: center;
}

.error-message {
  background-color: #ffecec;
  height: 64px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.nav-logo-contact {
  background-color: var(--mentol);
  justify-content: center;
  width: 275px;
  height: 53.5px;
  display: none;
  position: relative;
}

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

.logo-white-full {
  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;
}

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

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

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

.nav_logo-contain-small {
  z-index: 1;
  justify-content: center;
  height: 100%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_logo-small {
  background-color: var(--white);
  justify-content: center;
  width: 880px;
  height: 171.2px;
  display: block;
  position: relative;
}

.small-sec.small {
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.logo-black-tab {
  z-index: 10;
  width: 100%;
  max-width: 1000rem;
  height: 100%;
  position: absolute;
}

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

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

.header-tablet {
  display: none;
}

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

.tablet-header {
  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;
}

.bold-text-heera {
  display: block;
}

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

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

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

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

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

.close-mobile-button {
  width: 100%;
  height: 100%;
}

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

.blacker {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: block;
  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;
}

.headline-name {
  color: var(--white);
  font-size: var(--font--h3);
  line-height: var(--line-height--h3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.name-perex {
  color: var(--mentol);
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.line-name {
  background-color: var(--mentol);
  width: 30px;
  height: 2px;
  margin: 20px auto;
}

.name-link {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: underline;
}

.link-3 {
  color: var(--white);
  text-decoration: underline;
  transition: all .7s;
}

.link-3:hover {
  color: var(--mentol);
  text-decoration: underline;
}

.gallery {
  width: 100vw;
}

.gallery-line-01 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  width: 37.6rem;
  height: 37.6rem;
  transition: all .6s;
}

.lightbox-link:hover {
  filter: brightness(150%);
}

.lightbox-link-2 {
  width: 76.2rem;
  height: 37.6rem;
  transition: all .6s;
}

.lightbox-link-2:hover {
  filter: brightness(150%);
}

.lightbox-link-3 {
  width: 37.6rem;
  height: 37.6rem;
  transition: all .6s;
}

.lightbox-link-3:hover {
  filter: brightness(150%);
}

.lightbox-link-4 {
  width: 37.6rem;
  height: 37.6rem;
  transition: all .6s;
}

.lightbox-link-4:hover {
  filter: brightness(150%);
}

._404-sectiion {
  z-index: 3;
  background-color: var(--white);
  height: 100vh;
  padding-top: 25px;
  position: relative;
}

.top-bar-404 {
  z-index: 1000;
  padding-right: var(--padding--40);
  padding-left: var(--padding--40);
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
  top: 25px;
}

._404-text {
  font-size: var(--font--perex);
  line-height: var(--line-height--perex);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15rem;
  display: flex;
}

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

.heading-3 {
  color: var(--mentol);
  font-size: var(--image--carusel-small);
  line-height: var(--image--carusel-small);
  margin: 0 0 20px;
}

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

._404-text-box.header {
  color: var(--black);
}

.link-4 {
  color: var(--mentol);
}

@media screen and (min-width: 1280px) {
  .nav_logo {
    width: 1100px;
    height: 214px;
  }

  .section.is--nav {
    display: flex;
  }

  .slide-images {
    margin-left: 0%;
    display: flex;
  }

  .slide-1, .slide-2 {
    background-color: rgba(255, 255, 255, 0);
    flex: none;
  }

  .black-perex {
    max-width: var(--layout--main);
    width: 60%;
  }

  .contact-info {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-box-info, .contact-box-info.insta {
    display: block;
  }

  .cta-stany {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_logo-small {
    width: 880px;
    height: 171.2px;
  }

  .small-sec.small {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-text {
    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: 55px;
    line-height: 60px;
    display: none;
  }

  .section-parallax {
    margin-bottom: var(--padding--60);
  }

  .image-parallax-3 {
    height: 46rem;
  }

  .image-parallax-2 {
    height: 24rem;
    margin-top: 12rem;
  }

  .image-parallax-5, .image-parallax-1 {
    display: none;
  }

  .image-parallax-4 {
    height: 24rem;
    margin-top: 12rem;
  }

  .about-section {
    margin-bottom: var(--padding--120);
  }

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

  .perex-box {
    max-width: 100%;
  }

  .line {
    margin-bottom: var(--padding--40);
  }

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

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

  .line-white {
    display: block;
  }

  .line-white.more-tablet {
    display: none;
  }

  .slide-images {
    margin-left: 0;
  }

  .black-perex {
    width: 100%;
  }

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

  .image-more {
    height: var(--image--slide-height);
  }

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

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

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

  .div-block-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .line-main {
    margin-bottom: var(--padding--120);
  }

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

  .contact-box {
    margin-bottom: var(--padding--120);
  }

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

  .contact-info.sub {
    grid-template-rows: auto auto auto;
  }

  .contact-box-info.insta, .line-black {
    display: block;
  }

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

  .contact {
    color: var(--black);
    text-decoration: none;
  }

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

  .footer-perex {
    width: 80%;
  }

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

  .cta-stany {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-headline {
    font-size: var(--padding--60);
    line-height: var(--font--h1);
  }

  .form-block {
    width: 90%;
    padding-top: 15px;
  }

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

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

  .header-tablet {
    display: block;
  }

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

  .tablet-header {
    font-size: var(--line-height--h2);
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 55px;
  }

  .bold-text-heera {
    font-size: var(--font--h1);
    line-height: var(--line-height--h1);
  }

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

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

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

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

  .gallery-line-01 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-13 {
    object-fit: fill;
  }

  .lightbox-link {
    width: 24.25vw;
    height: 24.25vw;
  }

  .lightbox-link-2 {
    width: 49.5vw;
    height: 24.25vw;
    overflow: hidden;
  }

  .lightbox-link-3, .lightbox-link-4 {
    width: 24.25vw;
    height: 24.25vw;
  }

  .lightbox-link-4.sizer {
    width: 49.5vw;
    overflow: hidden;
  }

  ._404-text {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  ._404-text-box.header {
    color: var(--black);
    width: 90%;
    font-size: 40px;
    line-height: 50px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: var(--font--perex);
  }

  .div-block-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .blacker {
    display: none;
  }

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

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

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

  .line-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

  .contact-button {
    display: none;
  }

  .contact-button.cta {
    width: 90%;
    display: block;
  }

  .contact-button.former {
    width: 100%;
    display: block;
  }

  .header-text {
    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);
  }

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

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

  .line {
    margin-bottom: 20px;
  }

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

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

  .heading {
    font-size: var(--font--h3);
  }

  .variants {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .slide-images {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-left: 0;
  }

  .slide-1 {
    width: 100%;
    display: block;
  }

  .slide-2 {
    width: 100%;
    height: auto;
  }

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

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

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

  .image-more {
    height: 400px;
  }

  .image-6 {
    min-width: 500px;
    margin-top: 0;
  }

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

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

  .div-block-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .contact-info.sub {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .contact-box-info.insta {
    display: block;
  }

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

  .cta-stany {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-headline {
    font-size: var(--font--h2);
    line-height: var(--line-height--h2);
    margin-bottom: 0;
  }

  .field {
    height: 50px;
  }

  .inputs {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .top-bar-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-header {
    width: 100%;
  }

  .tablet-header {
    font-size: var(--line-height--h3);
  }

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

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

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

  .link-2 {
    color: var(--black);
    text-decoration: underline;
  }

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

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

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

  .name-perex {
    font-size: var(--font--small);
    line-height: var(--font--small);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .name-link {
    margin-bottom: 10px;
  }

  .gallery-line-01 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lightbox-link {
    width: 32vw;
    height: 32vw;
  }

  .lightbox-link-2 {
    width: 66vw;
    height: 32vw;
  }

  .lightbox-link-3, .lightbox-link-4 {
    width: 32vw;
    height: 32vw;
  }

  .lightbox-link-4.sizer {
    width: 32vw;
  }

  .top-bar-404 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  ._404-text-box.header {
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-ea4a433b-2846-cc34-fe8e-6c8c6da42b91-1665edf0, #w-node-f7cfbeca-4d9d-fcf4-d3c6-63c381511cbf-1665edf0, #w-node-_8c9b671b-c12c-1c11-87d3-290cd7de6fcb-1665edf0, #w-node-_04808eff-ccda-44ac-cbc8-6d673552fb22-1665edf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22605388-d0bc-6f49-b2e4-0e6cea40695d-1665edf0, #w-node-_72f364af-6c11-9bc5-c69b-88efbb94867a-1665edf0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b180b5a6-b4a7-7648-70af-77d93af6d7cb-23cf587c, #w-node-b180b5a6-b4a7-7648-70af-77d93af6d7d1-23cf587c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_22605388-d0bc-6f49-b2e4-0e6cea40695d-1665edf0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9795b4ee-94d2-8fc5-06af-8fd36fc9a5b2-1665edf0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9795b4ee-94d2-8fc5-06af-8fd36fc9a5b2-1665edf0 {
    grid-column: span 1 / span 1;
  }
}


