:root {
  --50b848: #50b848;
  --c5baaa27: #c5baaa;
  --white: white;
  --c21b17: var(--f36e21);
  --b5b5b5: #b5b5b5;
  --ededed: #ededed;
  --black: black;
  --717171: #717171;
  --f36e21: #f36e21;
  --d3d3d3: lightgrey;
  --f3f3f3: #f3f3f3;
  --48afb4: #48afb4;
  --f7f7f7: #f7f7f7;
  --003e7e: #1f57a5;
  --ddedd2: #ddedd2;
  --ff8f5b: #ff8f5b;
  --50b847: #50b847;
  --63b023: #63b023;
  --71b42c: #71b42c;
  --7ab62a: #7ab62a;
  --84ba2b: #84ba2b;
  --133e86: #133e86;
  --004597: #004597;
  --154e9f: #154e9f;
  --1e56a5ue: #1e56a5;
  --89cfd7: #89cfd7;
}

body {
  color: #333;
  font-family: Dinpro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}

p {
  text-align: justify;
  font-size: 13px;
  line-height: 140%;
}

a {
  color: var(--50b848);
  text-decoration: none;
}

strong {
  letter-spacing: -.2px;
  font-weight: 700;
}

.fullscreen {
  z-index: 9999;
  background-color: var(--c5baaa27);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.box-login {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 50px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #00000012;
}

.form-block {
  width: 100%;
}

.form-button {
  border: 1px solid var(--50b848);
  background-color: var(--50b848);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 3px;
  height: 60px;
  margin: 20px 10px 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  transition: all .18s;
}

.form-button:hover {
  border-color: var(--c21b17);
  background-color: var(--c21b17);
  color: var(--white);
}

.form-hlaska-error {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.form-input {
  border: 1px solid var(--b5b5b5);
  background-color: var(--ededed);
  color: var(--black);
  text-align: center;
  letter-spacing: 5px;
  border-radius: 5px;
  max-width: 250px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.form-input:active, .form-input:focus {
  border-color: var(--50b848);
}

.form-input::placeholder {
  font-weight: 900;
}

.form-riadok {
  z-index: 999;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-riadok.hiden {
  display: none;
}

.form-pole-nadpis {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.form-header {
  color: var(--50b848);
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Dinpro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.form-nadpis {
  padding-left: 5px;
}

.medzera-25 {
  width: 100%;
  height: 25px;
}

.medzera-20 {
  float: none;
  clear: left;
  width: 100%;
  height: 20px;
}

.animacia-stred {
  z-index: 2;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.box-okno {
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.left-arrow-3 {
  display: none;
  position: fixed;
}

.box-slide-celok {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: static;
}

.tlacidlo-spustit {
  clear: left;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 3px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin: 10px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.tlacidlo-spustit:hover {
  background-color: #fffc;
}

.tlacidlo-spustit.invert {
  color: var(--white);
  background-color: #0000;
  border-width: 1px;
  font-weight: 400;
}

.tlacidlo-spustit.ramik {
  border-color: var(--50b848);
  color: var(--50b848);
}

.box-slide-67 {
  flex-flow: column wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 67%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.menu-linka-2 {
  z-index: 99;
  float: none;
  clear: none;
  background-image: linear-gradient(to right, #b5b5b500 10%, #b5b5b580 40% 60%, #b5b5b500 90%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.slide {
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.slide.podklad-2 {
  background-color: var(--50b848);
  background-image: linear-gradient(90deg, #00000014, #fff0 15% 85%, #00000014);
}

.medzera-30 {
  float: none;
  clear: left;
  width: 100%;
  height: 30px;
}

.ikona-tlacidle {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  margin-left: -10px;
  margin-right: 10px;
  display: flex;
}

.box-header-text {
  z-index: 105;
  clear: left;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.box-header-text.text-biely {
  color: var(--white);
  font-weight: 400;
}

.mask-2 {
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.box-tlacidlo {
  z-index: 999;
  float: none;
  clear: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.otazky {
  z-index: 1;
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav-4 {
  display: none;
}

.box-footer {
  z-index: 100;
  background-color: var(--white);
  color: var(--717171);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11%;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.right-arrow-4 {
  display: none;
  position: fixed;
}

.box-header-22 {
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22%;
  padding-top: 10px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.box-center-xy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.form-input-velke {
  z-index: 10;
  border: 1px solid var(--b5b5b5);
  background-color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  border-radius: 5px;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.form-input-velke:hover, .form-input-velke:focus {
  border-color: var(--50b848);
}

.box-header-nadpis {
  z-index: 105;
  clear: left;
  color: var(--50b848);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.box-header-nadpis.text-biely {
  color: var(--white);
}

.success-message {
  color: var(--white);
  background-color: #0000;
  font-family: Dosis;
}

.fader {
  z-index: 99999;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 1%;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-dovera {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% auto auto 0%;
}

.push {
  background-color: var(--f36e21);
  color: var(--white);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -14px -14px auto auto;
}

.bublinka-2 {
  z-index: 990;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-header-logo-3 {
  z-index: 111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-symbol {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.box-lottie {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.image {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: relative;
  inset: 0%;
}

.lottie-animation-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  color: var(--50b848);
  text-align: center;
  letter-spacing: 1px;
  font-family: Helveticaneueltpro roman;
  font-size: 15px;
  font-weight: 400;
  line-height: 115%;
}

.lottie {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 50px auto auto 45%;
}

.success-message-2 {
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
}

.box-header-35 {
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.box-slide-69 {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 73%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.box-tlacidlo-posun {
  z-index: 10;
  float: none;
  clear: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 10%;
}

.tlacidlo-hlavne {
  clear: left;
  background-color: var(--50b848);
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 54px;
  min-height: 54px;
  margin: 5px auto;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.tlacidlo-hlavne:hover {
  background-color: #55c54d;
}

.lottie-animation-3, .footer-logo {
  height: 50%;
}

.box-lottie-65 {
  z-index: 1;
  height: 40%;
  position: absolute;
  left: auto;
  right: auto;
}

.image-3 {
  height: 80px;
}

.lottie-animation-5 {
  margin-top: 4px;
}

.riadok {
  z-index: 5;
  color: var(--f36e21);
  text-align: left;
  letter-spacing: -.25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  max-width: 270px;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.riadok-ikona {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 100%;
  margin-right: 20px;
}

.box-lottie-40 {
  height: 100px;
}

.box-lottie-80 {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.animacia-stred-bottom {
  z-index: 2;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.ml02 {
  max-width: 410px;
  display: inline-block;
}

.letter {
  max-width: 600px;
  margin-bottom: 5px;
  display: inline-block;
}

.letter.male {
  text-transform: none;
  font-family: Helveticaneueltpro lt;
  font-size: 16px;
}

.letter2 {
  max-width: 410px;
  display: inline-block;
}

.ml01 {
  max-width: 520px;
  display: inline-block;
}

.box-slide-58 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 58%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
}

.animacia-stred-hh {
  z-index: 2;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-4 {
  height: 60%;
}

.box-intrukcie {
  justify-content: center;
  align-items: flex-start;
  height: 20%;
  display: flex;
  position: relative;
}

.box-text-instrukcie {
  z-index: 105;
  clear: left;
  color: var(--white);
  text-align: center;
  letter-spacing: .75px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  line-height: 140%;
  display: flex;
}

.box-text-instrukcie.text-biely {
  color: var(--white);
  font-weight: 400;
}

.mobil {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  min-height: 100px;
  max-height: 100%;
  position: relative;
  box-shadow: 0 10px 10px 5px #00000012;
}

.mobil-vrch {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.mobil-kontajner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 30px;
  padding-top: 3px;
  display: flex;
}

.mobil-sluchadlo {
  background-color: var(--50b848);
  border-radius: 2px;
  width: 50px;
  height: 4px;
}

.mobil-kontajner-center {
  justify-content: space-around;
  align-items: center;
  width: 33.33%;
  height: 30px;
  padding-top: 2px;
  display: flex;
}

.mobil-tlacidla {
  width: 10px;
  height: 100%;
  padding-top: 35%;
  display: none;
  position: absolute;
  inset: 0% -10px 0% auto;
}

.mobil-tlacidlo {
  background-color: var(--white);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  width: 3px;
  height: 60px;
  margin-bottom: 7px;
}

.div-block-2 {
  z-index: 999;
  background-image: linear-gradient(to right, #00000026, #fff0 15% 85%, #00000026);
  border-radius: 35px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation-6 {
  height: 30px;
  padding-left: 30px;
}

.box-lottie-butt {
  z-index: 1;
  width: 40%;
  height: auto;
  position: relative;
  left: auto;
  right: auto;
}

.box-lottie-butt.hiden {
  display: none;
}

.box-butt-text {
  z-index: 105;
  clear: left;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.box-butt-text.text-biely {
  color: var(--white);
  font-weight: 400;
}

.box-vysuvacie-tlacidlo {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.box-vysuvacie-tlacidlo-skip {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tlacidlo-textove {
  clear: left;
  background-color: var(--ededed);
  color: var(--717171);
  text-align: center;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 54px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.otazky-top {
  z-index: 1;
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-udaje-celok {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 380px;
}

.tlacidlo-ulozit {
  background-color: var(--50b848);
  color: var(--white);
  text-align: center;
  letter-spacing: .75px;
  border-radius: 3px;
  height: 52px;
  margin: 15px auto 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .18s;
}

.tlacidlo-ulozit:hover {
  background-color: var(--c21b17);
  color: var(--white);
}

.form-udaje {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pole-udaj {
  border: 1px solid var(--d3d3d3);
  background-color: var(--f3f3f3);
  color: var(--black);
  text-align: center;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.pole-udaj:hover {
  border-style: solid;
  border-color: var(--d3d3d3);
}

.pole-udaj:active {
  border-color: var(--c21b17);
}

.pole-udaj:focus {
  border-color: var(--c5baaa27);
}

.pole-udaj.ramik {
  border-width: 2px;
  border-color: var(--50b848);
}

.pole-udaj.ramik.max {
  text-align: center;
  width: 90%;
}

.form-popis {
  text-align: center;
  max-width: 320px;
  margin-top: 5px;
  margin-bottom: 8px;
  padding-left: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.hlaska-ok {
  text-align: center;
  background-color: #0000;
}

.hlaska-error {
  color: var(--50b848);
  text-align: center;
  background-color: #0000;
}

.informacia {
  color: var(--717171);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.suhlas {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 130%;
  display: flex;
  position: relative;
}

.check-box {
  border: 2px solid var(--b5b5b5);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-right: 15px;
  display: flex;
}

.check-box-klik {
  background-color: var(--50b848);
  border-radius: 4px;
  width: 60%;
  height: 60%;
}

.tlacidlo-hlavne-pokracovat {
  clear: left;
  background-color: var(--50b848);
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 54px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.tlacidlo-hlavne-pokracovat:hover {
  background-color: var(--f36e21);
}

.tlacidlo-hlavne-pokracovat.outline {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  font-size: 13px;
  font-weight: 400;
}

.tlacidlo-hlavne-pokracovat.outline:hover {
  background-color: var(--black);
  color: var(--white);
}

.suhlas-box {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 106%;
  display: flex;
}

.text-suhlas {
  z-index: 999;
  background-color: var(--50b848);
  color: var(--white);
  width: 100%;
  height: 89%;
  margin-left: 1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.main-content {
  padding-left: 20px;
  padding-right: 20px;
}

.nadvrstva {
  height: 100%;
  display: none;
}

.medzera-100 {
  float: none;
  clear: left;
  width: 100%;
  height: 100px;
}

.medzera-150 {
  float: none;
  clear: left;
  width: 100%;
  height: 150px;
}

.box-email {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.zaver-01 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nadvrstva-email {
  z-index: 9999;
  background-color: var(--white);
  width: 100%;
  height: 90%;
  display: block;
  position: absolute;
}

.slide-nadvrstva {
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  overflow: hidden;
}

.slide-nadvrstva.podklad-2 {
  background-color: var(--50b848);
  background-image: linear-gradient(to right, #00000014, #fff0 15% 85%, #00000014);
  border-radius: 5px;
}

.box-okno-uvod {
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: var(--50b848);
}

.box-odkaz-nadpis {
  z-index: 105;
  clear: left;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.box-lottie-65-2 {
  z-index: 1;
  width: 250px;
  height: 35%;
  position: absolute;
  left: auto;
  right: auto;
}

.box-lottie-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-5 {
  z-index: 1;
  width: 70px;
  height: 80px;
  margin-bottom: 15px;
  position: relative;
  inset: 0%;
}

.lottie-animation-7 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plocha {
  z-index: 1;
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box-lottie-30a {
  z-index: 1;
  width: 240px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
}

.text-poznamka {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
}

.medzera-10 {
  float: none;
  clear: left;
  width: 100%;
  height: 10px;
}

html.w-mod-js [data-ix="prilet-logo"] {
  opacity: 0;
  transform: translate(0%, 105%);
}

html.w-mod-js [data-ix="zjavenie-2s"], html.w-mod-js [data-ix="zjavenie-2-5s"], html.w-mod-js [data-ix="zjavenie-3s"], html.w-mod-js [data-ix="zjavenie-4s"] {
  opacity: 0;
}

html.w-mod-js [data-ix="prilet-logo-load-20"], html.w-mod-js [data-ix="prilet-logo-load-21"] {
  opacity: 0;
  transform: translate(5px);
}

html.w-mod-js [data-ix="prilet-box-1"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="vznik-scale-linka"] {
  opacity: 0;
  transform: scale(.1);
}

html.w-mod-js [data-ix="loading"] {
  opacity: 0;
  display: flex;
}

html.w-mod-js [data-ix="loading-2"] {
  opacity: 1;
  display: flex;
}

html.w-mod-js [data-ix="prilet-bublina"], html.w-mod-js [data-ix="prilet-bublina-2"], html.w-mod-js [data-ix="prilet-bublina-3"] {
  transform: translate(0, 450px);
}

html.w-mod-js [data-ix="prilet-otazka-0"] {
  transform: translate(1000%);
}

html.w-mod-js [data-ix="prilet-lottie-reverzny"] {
  display: none;
  transform: translate(-500px);
}

html.w-mod-js [data-ix="prilet-nadpis"] {
  transform: translate(1000%);
}

html.w-mod-js [data-ix="prilet-otazka-0re"] {
  transform: translate(500px);
}

html.w-mod-js [data-ix="prilet-otazka-1"] {
  transform: translate(150%);
}

html.w-mod-js [data-ix="wave-alpha"] {
  transform: translate(500px);
}

html.w-mod-js [data-ix="prilet-info-1"], html.w-mod-js [data-ix="prilet-info-2"] {
  transform: translate(150%);
}

html.w-mod-js [data-ix="prilet-otazka-3"] {
  transform: translate(1000%);
}

html.w-mod-js [data-ix="zjavenie-skip"] {
  opacity: 0;
}

html.w-mod-js [data-ix="prilet-otazka-4"] {
  transform: translate(1000%);
}

html.w-mod-js [data-ix="prilet-otazka-5"] {
  transform: translate(150%);
}

html.w-mod-js [data-ix="prilet-cursor"] {
  transform: translate(400px);
}

html.w-mod-js [data-ix="prilet-otazka-6"], html.w-mod-js [data-ix="prilet-otazka-7"], html.w-mod-js [data-ix="prilet-otazka-8"], html.w-mod-js [data-ix="prilet-otazka-9"], html.w-mod-js [data-ix="prilet-otazka-10"], html.w-mod-js [data-ix="prilet-otazka-11"], html.w-mod-js [data-ix="prilet-otazka-12"] {
  transform: translate(150%);
}

html.w-mod-js [data-ix="pusch"] {
  opacity: 0;
  transform: scale(.1);
}

html.w-mod-js [data-ix="footer-start"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="tlacidlo-start"], html.w-mod-js [data-ix="start-alpha-0"] {
  opacity: 0;
}

html.w-mod-js [data-ix="start-alpha-visible-0"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .fullscreen {
    height: 100%;
  }

  .box-login {
    border-radius: 0;
    width: 100%;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .box-okno {
    flex: 0 auto;
  }

  .box-slide-celok {
    border-radius: 0;
  }

  .tlacidlo-spustit {
    clear: left;
    cursor: none;
  }

  .medzera-30 {
    float: none;
    clear: both;
  }

  .box-tlacidlo {
    text-align: center;
    width: 80%;
    height: auto;
  }

  .otazky {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .box-footer {
    height: 8%;
  }

  .logo-dovera {
    z-index: 999;
  }

  .lottie {
    top: 60px;
  }

  .box-tlacidlo-posun {
    text-align: center;
    width: 80%;
    height: auto;
  }

  .tlacidlo-hlavne {
    clear: left;
    cursor: none;
  }

  .box-vysuvacie-tlacidlo {
    padding-bottom: 10%;
  }

  .tlacidlo-textove {
    clear: left;
    cursor: none;
  }

  .otazky-top {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .form-udaje {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pole-udaj {
    margin-bottom: 5px;
  }

  .form-popis {
    text-align: center;
    max-width: 230px;
    font-size: 12px;
  }

  .tlacidlo-hlavne-pokracovat {
    clear: left;
    cursor: none;
  }

  .medzera-100, .medzera-150 {
    float: none;
    clear: both;
  }

  .box-email {
    justify-content: center;
    align-items: center;
  }

  .box-okno-uvod {
    flex: 0 auto;
  }

  .plocha {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .box-lottie-30a {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .form-button {
    cursor: none;
  }

  .box-okno {
    border-radius: 0;
    overflow: hidden;
  }

  .box-slide-67 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide.podklad-2 {
    border-radius: 0;
  }

  .otazky {
    width: 100%;
    max-width: 600px;
  }

  .box-slide-69, .box-slide-58 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobil {
    box-shadow: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
  }

  .mobil-vrch, .mobil-tlacidla {
    display: none;
  }

  .otazky-top {
    width: 100%;
    max-width: 600px;
  }

  .tlacidlo-ulozit {
    cursor: none;
  }

  .main-content {
    padding: 40px 20px;
  }

  .slide-nadvrstva.podklad-2 {
    border-radius: 0;
  }

  .box-okno-uvod {
    border-radius: 0;
    overflow: hidden;
  }

  .plocha {
    width: 100%;
    max-width: 600px;
  }
}

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

  .box-okno {
    overflow: hidden;
  }

  .box-header-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-header-nadpis, .box-butt-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .box-okno-uvod {
    overflow: hidden;
  }

  .box-odkaz-nadpis {
    padding-left: 5px;
    padding-right: 5px;
  }
}


@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}