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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -1px;
  color: #ef354c;
  font-size: 54px;
  line-height: 110%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 115%;
  font-weight: 500;
}

h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 135%;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #2e3192;
  font-size: 17px;
  line-height: 140%;
  font-weight: 700;
}

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

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

strong {
  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: auto;
  margin-right: 296px;
  -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: #2e3192;
}

.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: 3px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

.form-block222 {
  width: 100%;
}

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

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

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

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

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

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

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

.form-input-2::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;
}

.form-riadok.hiden {
  display: none;
  margin-bottom: 20px;
}

.form-pole-nadpis {
  margin-bottom: 20px;
  padding-left: 5px;
  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: #2e3192;
  font-size: 24px;
  line-height: 125%;
  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: 54px;
  margin: 10px;
  padding-top: 3px;
  padding-right: 25px;
  padding-left: 25px;
  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-radius: 3px;
  background-color: #ef354c;
  box-shadow: 0 0 10px 0 rgba(58, 56, 87, 0.15);
  -webkit-transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.box-slide-71 {
  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: 73%;
  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 {
  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%, #d3d3d3), color-stop(60%, #d3d3d3), color-stop(90%, hsla(0, 0%, 71%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 71%, 0) 10%, #d3d3d3 40%, #d3d3d3 60%, hsla(0, 0%, 71%, 0) 90%);
}

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

.slide.podklad-2 {
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
}

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

.box-header-text {
  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: 20px;
  padding-left: 20px;
  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;
  color: #272848;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

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

.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: 6%;
  margin-right: auto;
  margin-left: auto;
  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;
  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-18 {
  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%;
  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-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  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;
  color: #2e3192;
  font-size: 1.2em;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.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;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

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

.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: #2e3192;
  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: 120px;
  height: 120px;
  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;
}

.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: 12%;
  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: 82%;
  padding-right: 40px;
  padding-left: 40px;
  -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: 280px;
  height: 54px;
  margin: 10px 5px;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 10px;
  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-style: solid;
  border-width: 1px;
  border-color: #ef354c;
  border-radius: 3px;
  background-color: #ef354c;
  box-shadow: 2px 0 8px 0 rgba(58, 56, 87, 0.12);
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-hlavne:hover {
  border-color: #ffc843;
  background-color: #ffc843;
  color: #000;
}

.tlacidlo-hlavne._40 {
  width: 45%;
  max-width: 150px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  letter-spacing: -0.25px;
}

.image-3 {
  height: 80px;
}

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

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

.uvodna-animacia {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  margin-bottom: 25px;
  -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-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: #272848;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
}

.mobil {
  position: relative;
  width: 100%;
  height: 95%;
  max-height: 1200px;
  max-width: 800px;
  min-height: 800px;
  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: #2e3192;
}

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

.box-vysuvacie-tlacidlo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 1;
  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;
}

.formularcek {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px 50px;
  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: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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: 0px auto 5px;
  padding-top: 11px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #ef354c;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.tlacidlo-ulozit:hover {
  border-color: #ff586c;
  background-color: #ff586c;
}

.form-udaje {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pole-udaj {
  height: 46px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #2e3192;
  border-radius: 3px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.pole-udaj:active {
  border-width: 2px;
  border-color: #ffc843;
}

.pole-udaj:focus {
  border-width: 2px;
  border-color: #272848;
}

.pole-udaj.login {
  max-width: 230px;
  text-align: center;
}

.pole-udaj._30 {
  width: 50%;
}

.pole-udaj.velke {
  text-align: center;
  text-transform: uppercase;
}

.pole-udaj.cervene {
  border-color: #ef354c;
}

.pole-udaj.cierne {
  border-color: #000;
}

.form-popis {
  margin-top: 5px;
  margin-bottom: 1px;
  margin-left: 0px;
  font-size: 13px;
  font-weight: 400;
}

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

.hlaska-error {
  background-color: transparent;
  color: #bc171b;
  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: 1px;
  border-color: #272848;
  border-radius: 4px;
  background-color: #fff;
}

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

.tlacidlo-hlavne-pokracovat {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  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: 2px solid #fff;
  border-radius: 5px;
  background-color: #2e3192;
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 15px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.tlacidlo-hlavne-pokracovat:hover {
  border-color: #4448df;
  background-color: #4448df;
}

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

.scrolling {
  display: none;
  height: 100%;
  background-color: #ededed;
  color: #272848;
}

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

.lottie-animation-7 {
  width: 50%;
  height: 70%;
}

.ikona-anim {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.ikona-anim.hiden {
  position: absolute;
  left: 50px;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
}

.riadok-casy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.otazky-roztiahnute {
  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;
}

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

.lottie-animation-8 {
  width: 100%;
  height: 100%;
}

.butt-spat {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-bottom: 5px;
  padding: 10px 30px;
  font-size: 13px;
  letter-spacing: -0.25px;
}

.lottie-animation-9 {
  height: 150px;
  margin-bottom: 20px;
}

.hlaska-vypnutie {
  position: relative;
  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;
  color: #272848;
  font-size: 18px;
  line-height: 135%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.box-slide-89 {
  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: 89%;
  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;
}

.scrolling-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 30px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #272848;
}

.box-header-nadpis-2 {
  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;
  color: #1e56a5;
  font-size: 23px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.box-header-text-2 {
  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: 20px;
  padding-left: 20px;
  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;
  color: #3a3857;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.form-input {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdf0ea;
  border-radius: 10px;
  background-color: #bdf0ea;
  color: #3a3857;
  font-size: 17px;
}

.form-input:active {
  border-width: 2px;
  border-color: #9edad3;
}

.form-input:focus {
  border-width: 2px;
  border-color: #3a3857;
}

.formular-nadpis-box {
  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: 4px;
  padding-right: 25px;
  clear: left;
  -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;
  color: #1e56a5;
  font-size: 16px;
  line-height: 115%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.formular-box {
  width: 100%;
  margin: 20px auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.form-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  height: 52px;
  margin: 15px auto 10px;
  padding-top: 11px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 10px;
  background-color: #272848;
  -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;
}

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

.podklad-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

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

.box-header-form {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  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;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  max-width: 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;
}

.tlacidlo-uvod {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 54px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-right: 25px;
  padding-left: 25px;
  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-radius: 3px;
  background-color: #ef354c;
  box-shadow: 0 0 10px 0 rgba(58, 56, 87, 0.15);
  -webkit-transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-uvod:hover {
  background-color: #2e3192;
}

.text {
  color: #272848;
  font-size: 15px;
}

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

.logo-footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 25px;
  -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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-animation-10 {
  width: 30%;
  margin-left: -20px;
}

.lottie-animation {
  width: 40px;
  height: 40px;
  margin-left: -15px;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -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-home {
  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%;
  padding-top: 10px;
  padding-right: 100px;
  padding-left: 100px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.form-riadok-stlpec-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-riadok-stlpec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-riadok-stlpec-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-riadok-stlpec-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.medzera-v-15 {
  width: 15px;
}

.loading-odosielanie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0;
}

.lottie-animation-11 {
  width: 30%;
}

.hlaska-vypnutie-2 {
  position: relative;
  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: 10px;
  padding-left: 10px;
  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;
  color: #2e3192;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0px;
}

.loading-podklad {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9995;
  display: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0;
}

.text-suhlas-2 {
  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;
}

.scrolling-2 {
  display: none;
  height: 100%;
  background-color: #ededed;
  color: #272848;
}

.tlacidlo-spustit-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 54px;
  margin: 10px;
  padding-top: 3px;
  padding-right: 25px;
  padding-left: 25px;
  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-radius: 3px;
  background-color: #ef354c;
  box-shadow: 0 0 10px 0 rgba(58, 56, 87, 0.15);
  -webkit-transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.form-riadok-stlpec-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tlacidlo-hlavne-nove {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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: 2px solid #fff;
  border-radius: 5px;
  background-color: #ef354c;
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 15px;
  line-height: 155%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-hlavne-nove:hover {
  border-color: #ff586c;
  background-color: #ff586c;
}

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

.form-riadok-stlpec-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-riadok-stlpec-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  width: 100%;
  max-height: 400px;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #717171;
}

.box-header-auto {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  padding-top: 20px;
  padding-bottom: 40px;
  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;
}

.filter {
  position: relative;
  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: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  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;
}

.box-slide-auto {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 79%;
  padding-right: 40px;
  padding-left: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.graf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-udaje-celok {
  width: 100%;
  -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;
}

.form-storno {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 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: 5px;
  background-color: #fff;
}

.okno-storno {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(46, 49, 146, 0.6);
}

.form-block-2 {
  width: 70%;
}

.box-header-nadpis-3 {
  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-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: #2e3192;
  font-size: 23px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.form-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tlacidlo-hlavne-pokracovat-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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: 2px solid #fff;
  border-radius: 5px;
  background-color: #2e3192;
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 15px;
  line-height: 155%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-hlavne-pokracovat-2:hover {
  border-color: #4448df;
  background-color: #4448df;
}

.tlacidlo-hlavne-pokracovat-3 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 2px solid #fff;
  border-radius: 5px;
  background-color: #2e3192;
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 15px;
  line-height: 135%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-hlavne-pokracovat-3:hover {
  border-color: #4448df;
  background-color: #4448df;
}

.link-block {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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;
  color: #2e3192;
  font-size: 30px;
}

.succes_message {
  background-color: #fff;
  text-align: center;
}

.animacia-loading {
  width: 30%;
}

.lottie-animation-7-copy {
  width: 50%;
  height: 70%;
}

.animacia-loading-02 {
  width: 50%;
  height: 70%;
}

.form-blok-udajov {
  width: 100%;
  height: auto;
  margin-bottom: 3.5em;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #2e3192;
  border-radius: 5px;
}

.form-blok-udajov.cervene {
  border-color: #ef354c;
  color: #ef354c;
}

.form-blok-udajov.cierna {
  border-color: #000;
  color: #000;
}

.form-blok-nadpis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 5px;
  margin-left: -7px;
  padding-right: 10px;
  padding-left: 5px;
  -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;
  font-size: 1.15em;
  font-weight: 700;
  text-align: left;
}

.forl-blok-pre-nadpis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-bottom: 5px;
  -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;
}

.forl-blok-pre-nadpis.cervene {
  border-top-color: #ef354c;
  color: #ef354c;
}

.medzera-dynamic {
  width: 100%;
  height: 0.8em;
  margin-top: 1px;
  margin-bottom: 2px;
  float: none;
  clear: left;
}

.form-riadok-stlpec-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-riadok-datum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.pole-rok {
  width: 60%;
  height: 46px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 7px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #ededed;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.pole-rok:active {
  border-width: 2px;
  border-color: #ffc843;
}

.pole-rok:focus {
  border-width: 2px;
  border-color: #272848;
}

.pole-rok.login {
  max-width: 230px;
  text-align: center;
}

.pole-rok._30 {
  width: 50%;
}

.pole-rok.velke {
  text-align: center;
  text-transform: uppercase;
}

.pole-rok.cervene {
  border-color: #ef354c;
}

.pole-rok.cierne {
  border-color: #000;
}

.bodka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: 17px;
  font-weight: 700;
}

.pole-udaj-pocet {
  height: 42px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #2e3192;
  border-radius: 3px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.pole-udaj-pocet:active {
  border-width: 2px;
  border-color: #ffc843;
}

.pole-udaj-pocet:focus {
  border-width: 2px;
  border-color: #272848;
}

.pole-udaj-pocet.login {
  max-width: 230px;
  text-align: center;
}

.pole-udaj-pocet._30 {
  width: 50%;
}

.pole-udaj-pocet.velke {
  text-align: center;
  text-transform: uppercase;
}

.pole-udaj-pocet.cervene {
  border-color: #ef354c;
}

.pole-udaj-pocet.cierne {
  border-color: #000;
}

.date {
  height: 42px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2e3192;
  border-radius: 3px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.date:active {
  border-width: 2px;
  border-color: #ffc843;
}

.date:focus {
  border-width: 2px;
  border-color: #272848;
}

.date.login {
  max-width: 230px;
  text-align: center;
}

.date._30 {
  width: 50%;
}

.date.velke {
  text-align: center;
  text-transform: uppercase;
}

.date.cervene {
  border-color: #ef354c;
}

.date.cierne {
  border-color: #000;
}

.form-riadok-stlpec-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.butt-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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: 3px;
  background-color: #2e3192;
  -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 30px;
}

.butt-plus:hover {
  opacity: 0.7;
}

.butt-plus.cervena {
  background-color: #ef354c;
}

.pridany-riadok {
  position: relative;
}

.medzera-dynamic-plus {
  width: 100%;
  height: 0.5em;
  margin-top: 1px;
  margin-bottom: 2px;
  float: none;
  clear: left;
}

.buttony-plusminus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #2e3192;
}

.buttony-plusminus.cervena {
  border-bottom-color: #ef354c;
}

.form-popis-v2 {
  margin-top: 5px;
  margin-bottom: 1px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.25px;
}

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

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-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-0"] {
  -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="prilet-otazka-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="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="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="zjavenie-skip"] {
  opacity: 0;
}

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-hiden"] {
  display: none;
}

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

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

@media screen and (max-width: 991px) {
  body {
    line-height: 130%;
  }

  .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;
    border-radius: 40px;
  }

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

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

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

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

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

  .logo {
    z-index: 999;
  }

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

  .mobil {
    width: 90%;
    padding-left: 1px;
  }

  .formularcek {
    text-align: center;
  }

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

  .form-popis {
    text-align: left;
  }

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

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

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

  .box-slide-89 {
    height: 92%;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .text {
    text-align: left;
  }

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

  .div-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-10 {
    width: 50%;
    margin-left: 0px;
  }

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

  .form-riadok-stlpec-20 {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-riadok-stlpec-50 {
    width: 35%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .medzera-v-15 {
    width: 15px;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }

  .lottie-animation-11 {
    margin-left: 0px;
  }

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

  .form-riadok-stlpec-35 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .filter {
    text-align: center;
  }

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

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

  .animacia-loading {
    margin-left: 0px;
  }

  .form-riadok-stlpec-25 {
    width: 25%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .form-riadok-datum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pole-udaj-pocet {
    margin-bottom: 0px;
  }

  .date {
    margin-bottom: 0px;
  }

  .form-riadok-stlpec-plus {
    width: 35%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .form-popis-v2 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }

  h3 {
    text-align: center;
  }

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

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

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

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

  .formularcek {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tlacidlo-ulozit {
    cursor: none;
  }

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

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

  .ikona-anim.hiden {
    position: relative;
    left: auto;
    display: none;
  }

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

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

  .form-button {
    cursor: none;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tlacidlo-uvod {
    margin-right: auto;
    margin-left: auto;
  }

  .text {
    text-align: center;
  }

  .div-block {
    width: 80%;
    max-width: 460px;
  }

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

  .form-riadok-stlpec-65 {
    width: 100%;
  }

  .form-riadok-stlpec-20 {
    width: 100%;
  }

  .form-riadok-stlpec-70 {
    width: 100%;
  }

  .form-riadok-stlpec-30 {
    width: 100%;
  }

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

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

  .form-riadok-stlpec-25 {
    width: 30%;
  }

  .pole-rok {
    margin-bottom: 10px;
  }

  .pole-udaj-pocet {
    margin-bottom: 10px;
  }

  .date {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

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

  .box-okno {
    overflow: hidden;
  }

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

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

  .formularcek {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-udaje-celok {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tlacidlo-ulozit {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hlaska-vypnutie {
    padding-right: 5px;
    padding-left: 5px;
  }

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

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

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

  .header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block {
    width: 90%;
  }

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

  .form-riadok-stlpec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-riadok-stlpec-50 {
    width: 100%;
  }

  .hlaska-vypnutie-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-riadok-stlpec-35 {
    width: 100%;
  }

  .filter {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .medzera-dynamic {
    height: 2em;
  }

  .form-riadok-stlpec-25 {
    width: 100%;
  }

  .form-riadok-stlpec-plus {
    width: 100%;
  }

  .medzera-dynamic-plus {
    height: 2em;
  }
}

