:root {
  --white: white;
  --c5baaa: #7f1b19;
  --c21b17: #c21b17;
  --5cc454: #5cc454;
  --ddedd2: #ddedd2;
  --ededed: #ededed;
  --black: black;
  --c21b17-2: #c21b17;
  --f3f3f3: #f3f3f3;
  --717171: #717171;
  --b5b5b5: #b5b5b5;
  --ff2025: #ff2025;
  --f36e21: #f36e21;
  --6dd165: #6dd165;
  --f7f7f7: #f7f7f7;
  --48afb4: #48afb4;
  --003e7e: #1f57a5;
  --ff8f5b: #ff8f5b;
  --d3d3d3: lightgrey;
  --50b847: #50b847;
  --63b023: #63b023;
  --71b42c: #71b42c;
  --7ab62a: #7ab62a;
  --84ba2b: #84ba2b;
  --133e86: #133e86;
  --004597: #004597;
  --154e9f: #154e9f;
  --1e56a5ue: #1e56a5;
  --64c5d5: #64c5d5;
  --752127: #752127;
  --002c72: #002c72;
}

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

h1 {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 115%;
}

h4 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
}

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

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

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

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

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

.form-block {
  width: 100%;
}

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

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

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

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

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

.form-input::-ms-input-placeholder {
  background-color: var(--c21b17-2);
}

.form-input::placeholder {
  background-color: var(--c21b17-2);
}

.form-input.skryt {
  display: none;
}

.form-riadok {
  z-index: 999;
  width: 100%;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: 15px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.tlacidlo-spustit {
  width: auto;
  height: 60px;
  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: 2px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tlacidlo-spustit:hover {
  background-color: rgba(255, 255, 255, .8);
}

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

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

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

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

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

.slide.podklad-2 {
  background-color: var(--c21b17);
  border-radius: 5px;
}

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

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

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

.box-header-text.text-biely {
  color: var(--white);
  font-size: 1.15em;
  font-weight: 400;
  line-height: 150%;
}

.box-header-text.text-cerveny {
  color: var(--c21b17);
  font-size: 1.15em;
  font-weight: 400;
  line-height: 150%;
}

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

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

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

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

.box-footer {
  z-index: 100;
  width: 100%;
  height: 12%;
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--f3f3f3), white 40%);
  color: var(--717171);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.box-center-xy.skryt {
  display: none;
}

.form-input-velke {
  z-index: 10;
  height: 120px;
  max-height: 120px;
  max-width: 100%;
  min-height: 120px;
  border: 1px solid var(--b5b5b5);
  background-color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  border-radius: 5px;
  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(--c21b17);
}

.box-header-nadpis {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  color: var(--c21b17);
  text-align: center;
  letter-spacing: -.5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

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

.success-message {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Dosis;
}

.fader {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: -.25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1%;
  font-size: 14px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.bublinka-2 {
  z-index: 990;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

.box-header-35 {
  width: 100%;
  height: 16%;
  float: left;
  clear: left;
  background-image: linear-gradient(to bottom, white 40%, var(--f3f3f3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.tlacidlo-hlavne {
  width: 300px;
  height: 56px;
  clear: left;
  background-color: var(--c21b17);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 700;
  line-height: 135%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

.footer-logo {
  height: 60%;
}

.box-lottie-65 {
  z-index: 1;
  width: 200px;
  height: 40%;
  margin-bottom: 10%;
  position: relative;
  left: auto;
  right: auto;
}

.image-3 {
  height: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-4 {
  height: 45%;
}

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

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

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

.mobil {
  width: 360px;
  height: 95%;
  max-height: 760px;
  min-height: 460px;
  background-color: var(--white);
  border-radius: 40px;
  padding: 30px 1px 1px;
  position: relative;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, .07);
}

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

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

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

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

.mobil-tlacidla {
  width: 10px;
  height: 100%;
  padding-top: 35%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10px;
}

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

.div-block-2 {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .15), rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, .15));
  border-radius: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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-butt-text {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  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;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.tlacidlo-textove {
  height: 54px;
  clear: left;
  border: 2px solid var(--f36e21);
  background-color: var(--f36e21);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
}

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

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

.tlacidlo-ulozit {
  height: 52px;
  background-color: var(--c21b17);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 15px auto 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  transition: all .18s;
}

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

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

.pole-udaj {
  height: 50px;
  border: 1px solid var(--5cc454);
  background-color: var(--f3f3f3);
  color: var(--black);
  border-radius: 8px;
  margin-bottom: 5px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

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

.hlaska-ok {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.hlaska-error {
  color: var(--c21b17);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.tlacidlo-hlavne-pokracovat {
  width: 300px;
  height: 54px;
  clear: left;
  background-color: var(--c21b17);
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  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;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

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

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

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

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

.box-email {
  width: 100%;
  height: auto;
}

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

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

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

.slide-nadvrstva.podklad-2 {
  background-color: var(--c21b17);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .08), rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, .08));
  border-radius: 5px;
}

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

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

.box-lottie-30 {
  z-index: 1;
  width: 80%;
  height: 20%;
  position: relative;
  left: auto;
  right: auto;
}

.tlacidlo-hlavne-invert {
  width: 250px;
  height: 54px;
  clear: left;
  border: 2px solid var(--c21b17);
  color: var(--c21b17);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tlacidlo-hlavne-invert:hover {
  border-color: var(--ff2025);
  color: var(--ff2025);
}

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

.tlacidlo-hlavne-invert-copy {
  width: 250px;
  height: 54px;
  clear: left;
  border: 2px solid var(--f36e21);
  color: var(--f36e21);
  text-align: center;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tlacidlo-hlavne-invert-copy:hover {
  border-color: var(--f36e21);
}

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

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

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

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

.box-lottie-65a {
  z-index: 1;
  width: 100%;
  height: 80%;
  position: absolute;
  left: auto;
  right: auto;
}

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

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

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

.biela {
  z-index: 999;
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blok-vypnut-sms {
  height: 15%;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-lottie-butt-2 {
  z-index: 1;
  width: 40px;
  height: auto;
  padding-top: 6px;
}

.stlpec-15 {
  width: 5px;
  height: 100%;
}

.tlacidlo-odhlasit-sa {
  width: 200px;
  height: 15px;
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-7 {
  width: 40px;
  height: 50%;
  margin-right: 10px;
}

.lottie-animation-8 {
  width: 40px;
  height: 50%;
}

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

.box-odkaz-nadpis {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  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: 1.25em;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.box-inbox-text {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

._2-loga {
  width: 80%;
  height: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-titulka {
  height: 80%;
  margin-left: 15px;
  margin-right: 15px;
}

.animacia-stred-bottom-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.box-lottie-65full {
  z-index: 1;
  width: 90%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.riadok-2 {
  z-index: 5;
  width: 80%;
  height: auto;
  max-width: 320px;
  color: #000;
  text-align: left;
  letter-spacing: -.25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vh;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.riadok-ikona-2 {
  width: 70px;
  height: 65%;
  max-width: 70px;
  min-width: 70px;
}

.text-blok {
  width: 70%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

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

.box-lottie-31 {
  z-index: 1;
  width: 100px;
  height: 30%;
  position: relative;
  left: auto;
  right: auto;
}

.riadok-1 {
  z-index: 5;
  width: 40%;
  height: auto;
  max-width: 320px;
  color: #000;
  text-align: center;
  letter-spacing: -.25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1vh;
  margin-bottom: 1vh;
  font-size: 1em;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  position: relative;
}

.tlacidlo-hlavne-inve {
  width: 300px;
  height: 56px;
  clear: left;
  border: 2px solid var(--c21b17);
  background-color: var(--white);
  color: var(--c21b17);
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 700;
  line-height: 135%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tlacidlo-hlavne-inve:hover {
  border-color: var(--ff2025);
  color: var(--ff2025);
}

.box-lottie-65full-2 {
  z-index: 1;
  width: 80%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-lottie-65full-3 {
  z-index: 1;
  width: 60%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-lottie-65full-4 {
  z-index: 1;
  width: 90%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-lottie-65full-5 {
  z-index: 1;
  width: 60%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-header-35-uvod {
  width: 100%;
  height: 16%;
  float: left;
  clear: left;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.div-block-3 {
  width: 100%;
  height: 2em;
}

.logo-partner {
  width: 60%;
  height: 1.8em;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.box-lottie-65full-50per {
  z-index: 1;
  width: 50%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plocha-riadok-2ks {
  width: 90%;
  justify-content: space-around;
  display: flex;
}

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

.box-podpis {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Oooh Baby, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

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

.foto-partner {
  z-index: 5;
  width: 170px;
  height: 170px;
  filter: brightness(137%) grayscale();
  border-radius: 200px;
  position: absolute;
}

.fotografia-celok {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.fotografia-ramik {
  width: 170px;
  height: 170px;
  border-radius: 100px;
  position: absolute;
}

.animacia-stred-bottom-cervena {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--c21b17);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.box-header-35-cervene {
  width: 100%;
  height: 16%;
  float: left;
  clear: left;
  background-color: var(--c21b17);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.box-header-funkcia {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: .8em;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

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

.box-podpis-cierny {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  background-image: linear-gradient(116deg, black, var(--black) 24%, #424242 41%, var(--black) 55%);
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Oooh Baby, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

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

.tlacidlo-sutaz {
  width: 90%;
  height: 15px;
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blok-vypnut-sutaz {
  height: 10%;
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tlacidlooblast {
  z-index: 5;
  width: 40%;
  height: 7em;
  max-width: 320px;
  border: 2px solid var(--ededed);
  background-color: var(--ededed);
  color: #000;
  text-align: center;
  letter-spacing: -.25px;
  border-radius: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1vh;
  margin-bottom: 1vh;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: .9em;
  font-weight: 400;
  line-height: 115%;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
}

.tlacidlooblast:hover {
  border-width: 2px;
  border-color: var(--c21b17);
  background-color: var(--f7f7f7);
}

.fotografia-celok-50 {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.foto-partner-50 {
  z-index: 5;
  width: 100px;
  height: 100px;
  filter: brightness(137%) grayscale();
  border-radius: 200px;
  position: absolute;
}

.tlacidlo-priesvitne {
  width: 300px;
  height: 42px;
  clear: left;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding-top: 1px;
  font-size: 1.15em;
  line-height: 135%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.box-lottie-65full-6 {
  z-index: 1;
  width: 80%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-header-text-biely {
  z-index: 105;
  width: 100%;
  height: auto;
  clear: left;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

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

.lottie-animation-9 {
  width: 310px;
  height: 310px;
  opacity: 1;
  position: absolute;
}

.fotografia-celok-anim {
  width: 250px;
  height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

html.w-mod-js [data-ix="prilet-riadok-1"], html.w-mod-js [data-ix="prilet-riadok-2"], html.w-mod-js [data-ix="prilet-riadok-2-3"], html.w-mod-js [data-ix="prilet-riadok-3"], html.w-mod-js [data-ix="prilet-riadok-4"], html.w-mod-js [data-ix="prilet-oblast-1"], html.w-mod-js [data-ix="prilet-oblast-2"], html.w-mod-js [data-ix="prilet-oblast-3"], html.w-mod-js [data-ix="prilet-oblast-4"], html.w-mod-js [data-ix="prilet-oblast-5"], html.w-mod-js [data-ix="prilet-oblast-6"] {
  transform: translate(500px);
}

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"] {
  opacity: 0;
}

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

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-lottie-reverzny"] {
  display: none;
  transform: translate(-500px);
}

html.w-mod-js [data-ix="prilet-nadpis"], 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(300%);
}

html.w-mod-js [data-ix="prilet-tlacidlo-10sec"], html.w-mod-js [data-ix="prilet-tlacidlo-11sec"] {
  transform: translate(200%);
}

html.w-mod-js [data-ix="zjavenie-otazka-01"], html.w-mod-js [data-ix="zjavenie-otazka-02"] {
  opacity: 0;
}

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

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

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, 150%);
}

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 {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    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 {
    width: 80%;
    height: auto;
    text-align: center;
  }

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

  .box-footer {
    height: 8%;
  }

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

  .lottie {
    top: 60px;
  }

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

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

  .otazky-top {
    text-align: center;
  }

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

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

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

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

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

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

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

  .box-slide-67-full {
    height: 76%;
  }

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

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

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

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

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

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

  .mobil {
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    box-shadow: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    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;
  }

  .otazky, .plocha-master-zaver {
    width: 100%;
    max-width: 600px;
  }

  .box-lottie-65full {
    margin-left: auto;
    margin-right: auto;
  }

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

  .box-lottie-65full-2, .box-lottie-65full-3, .box-lottie-65full-4, .box-lottie-65full-5, .box-lottie-65full-50per {
    margin-left: auto;
    margin-right: auto;
  }

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

  .box-lottie-65full-6 {
    margin-left: auto;
    margin-right: auto;
  }
}

@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-header-text-poznamka {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .box-inbox-text, .box-podpis, .box-header-funkcia, .box-podpis-cierny, .box-header-text-biely {
    padding-left: 15px;
    padding-right: 15px;
  }
}


