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

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

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

a {
  color: #bc171b;
  text-decoration: none;
}

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

.fullscreen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #752127;
}

.box-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  padding: 30px 50px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

.form-block {
  width: 100%;
}

.form-button {
  height: 60px;
  margin: 20px 10px 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #bc171b;
  border-radius: 2px;
  background-color: #bc171b;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-button:hover {
  border-color: #c21b17;
  background-color: #c21b17;
  color: #fff;
}

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

.form-input {
  height: 50px;
  max-width: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddedd2;
  border-radius: 5px;
  background-color: #ededed;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.form-input:active {
  border-color: #bc171b;
}

.form-input:focus {
  border-color: #bc171b;
}

.form-input::-webkit-input-placeholder {
  background-color: #c21b17;
}

.form-input:-ms-input-placeholder {
  background-color: #c21b17;
}

.form-input::-ms-input-placeholder {
  background-color: #c21b17;
}

.form-input::placeholder {
  background-color: #c21b17;
}

.form-riadok {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

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

.form-pole-nadpis {
  margin-bottom: 20px;
  padding-left: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.form-header {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #bc171b;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

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

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

.box-okno {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  background-color: #fff;
}

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

.box-slide-celok {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #fff;
}

.tlacidlo-spustit {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin: 10px;
  padding-top: 3px;
  padding-right: 20px;
  padding-left: 20px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-spustit:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.tlacidlo-spustit.invert {
  border-width: 1px;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
}

.box-slide-67 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 67%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.menu-linka-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: -1px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 71%, 0)), color-stop(40%, hsla(0, 0%, 71%, 0.5)), color-stop(60%, hsla(0, 0%, 71%, 0.5)), color-stop(90%, hsla(0, 0%, 71%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 71%, 0) 10%, hsla(0, 0%, 71%, 0.5) 40%, hsla(0, 0%, 71%, 0.5) 60%, hsla(0, 0%, 71%, 0) 90%);
}

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

.slide.podklad-2 {
  border-radius: 5px;
  background-color: #bc171b;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), color-stop(15%, hsla(0, 0%, 100%, 0)), color-stop(85%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.08)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.08), hsla(0, 0%, 100%, 0) 15%, hsla(0, 0%, 100%, 0) 85%, rgba(0, 0, 0, 0.08));
}

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

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

.box-header-text {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.box-header-text.text-biely {
  color: #fff;
  font-weight: 400;
}

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

.box-tlacidlo {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.otazky {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.box-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 11%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #717171;
  font-size: 11px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}

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

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

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

.box-header-nadpis {
  z-index: 105;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bc171b;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.25px;
}

.box-header-nadpis.text-biely {
  color: #fff;
}

.success-message {
  background-color: transparent;
  font-family: Dosis;
  color: #fff;
}

.fader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-bottom: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  text-align: center;
}

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

.push {
  position: absolute;
  left: auto;
  top: -14px;
  right: -14px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #ff2025;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

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

.logo-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.box-header-35 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 16%;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-slide-69 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 73%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tlacidlo-hlavne {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 54px;
  min-height: 54px;
  margin: 5px auto;
  padding-top: 1px;
  padding-right: 25px;
  padding-left: 25px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1px;
  background-color: #bc171b;
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 155%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.75px;
  text-decoration: none;
}

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

.footer-logo {
  height: 30%;
}

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

.image-3 {
  height: 80px;
}

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

.riadok {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 70px;
  max-width: 270px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bc171b;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.25px;
}

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

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

.animacia-stred-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 10%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

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

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

.box-slide-58 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 58%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  height: 45%;
}

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

.box-text-instrukcie {
  z-index: 105;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.75px;
}

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

.mobil-vrch {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobil-kontajner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 30px;
  padding-top: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobil-sluchadlo {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background-color: #bc171b;
}

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

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

.mobil-tlacidlo {
  width: 3px;
  height: 60px;
  margin-bottom: 7px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  background-color: #fff;
}

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

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

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

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

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

.otazky-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.tlacidlo-ulozit {
  height: 52px;
  margin: 15px auto 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 2px;
  background-color: #bc171b;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.75px;
}

.tlacidlo-ulozit:hover {
  background-color: #c21b17;
  color: #fff;
}

.form-udaje {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pole-udaj {
  height: 42px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  background-color: #f3f3f3;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.pole-udaj:hover {
  border-style: solid;
  border-color: #d3d3d3;
}

.pole-udaj:active {
  border-color: #c21b17;
}

.pole-udaj:focus {
  border-color: #752127;
}

.pole-udaj.ramik {
  border-width: 2px;
  border-color: #bc171b;
}

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

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

.hlaska-error {
  background-color: transparent;
  color: #bc171b;
  text-align: center;
}

.informacia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717171;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
}

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

.check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #b5b5b5;
  border-radius: 2px;
  background-color: #fff;
}

.check-box-klik {
  width: 60%;
  height: 60%;
  border-radius: 1px;
  background-color: #bc171b;
}

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

.tlacidlo-hlavne-pokracovat:hover {
  background-color: #c21b17;
}

.tlacidlo-hlavne-pokracovat.invert {
  border-style: solid;
  border-width: 2px;
  border-color: #c21b17;
  background-color: #fff;
  color: #c21b17;
  font-weight: 700;
}

.suhlas-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 106.00000381469728%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

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

.lottie-animation-7 {
  position: absolute;
  z-index: 99;
  width: 70%;
  height: 100%;
}

.textmeno {
  position: relative;
  z-index: 999;
  margin-top: -10%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.box-okno-home {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

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

.lottie-animation-8 {
  width: 80px;
  height: 15%;
  margin-top: 25px;
  margin-bottom: 20px;
}

.animacia-zaver {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

.blok-vypnut-sms {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.tlacidlo-odhlasit-sa {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 15px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717171;
  font-size: 12px;
  font-weight: 500;
}

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

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

.logo-loading {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="prilet-nadpis"] {
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

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

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

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

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

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

html.w-mod-js *[data-ix="prilet-otazka-3"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

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

html.w-mod-js *[data-ix="prilet-otazka-4"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

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

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

html.w-mod-js *[data-ix="prilet-otazka-6"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="prilet-otazka-7"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="prilet-otazka-8"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="prilet-otazka-9"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="prilet-otazka-10"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="prilet-otazka-11"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="prilet-otazka-12"] {
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="pusch"] {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

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

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

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

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

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

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

  .box-okno {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

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

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

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

  .box-footer {
    height: 8%;
  }

  .logo {
    z-index: 999;
  }

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

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

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

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

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

  .box-okno-home {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

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

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

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

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

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

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

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

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

  .mobil-vrch {
    display: none;
  }

  .mobil-tlacidla {
    display: none;
  }

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

  .tlacidlo-ulozit {
    cursor: none;
  }

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

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

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

  .box-okno {
    overflow: hidden;
  }

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

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

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

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

