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

.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: #89cfd7;
  background-image: none;
  background-position: 0px 0px;
}

.fullscreen.biele {
  background-color: #fff;
  background-image: linear-gradient(121deg, hsla(0, 0%, 100%, 0.9) 25%, hsla(0, 0%, 100%, 0) 70%), linear-gradient(180deg, hsla(0, 0%, 100%, 0.08), hsla(0, 0%, 100%, 0.08)), url('../images/vdovera-pattern-zelene.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 1000px;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.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: #50b847;
  border-radius: 6px;
  background-color: #50b847;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.form-button:hover {
  border-color: #84ba2b;
  background-color: #5cd151;
  color: #fff;
}

.form-button.invert {
  background-color: #ff7332;
  color: #fff;
}

.form-button.invert:hover {
  background-color: #fc7370;
}

.form-button.line {
  border-style: solid;
  border-width: 1px;
  border-color: #1f57a5;
  color: #1f57a5;
}

.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: #89cfd7;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

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

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

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

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

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

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

.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.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.formular-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 30px;
  -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;
}

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

.form-radio {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  border: 1px none transparent;
  background-color: #fff;
}

.form-gdpr {
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

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

.form-popis {
  padding-left: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

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

.text-block {
  padding-left: 5px;
}

.formular-hlasenie {
  margin-top: 0px;
  padding: 0px;
  border-radius: 8px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #232425;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

.formular-hlasenie.cervena {
  background-color: transparent;
}

.footer {
  width: 100%;
  height: auto;
}

.box-text-spokojnost-hviezdicky {
  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: 5px;
  margin-left: auto;
  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: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 130%;
  font-weight: 300;
}

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

.animacia-stred {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  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: 60px;
  padding-bottom: 25%;
  padding-left: 60px;
  -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;
}

.box-okno {
  position: relative;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  max-height: 640px;
  margin-right: 50px;
  margin-left: 50px;
  -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: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}

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

.medzera-75 {
  display: block;
  width: 100%;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
}

.tlacidlo-odpoved-1 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 20px 8px 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-radius: 5px;
  background-color: #003e7e;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -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: 600;
  text-align: center;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: none;
}

.tlacidlo-odpoved-1:hover {
  background-color: #1f57a5;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tlacidlo-odpoved-1.zelna {
  background-color: #48a842;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tlacidlo-odpoved-1.zelena2 {
  background-color: #71bd6c;
}

.tlacidlo-odpoved-1.oranzova {
  background-color: #ff4032;
}

.tlacidlo-odpoved-1.oranzova2 {
  background-color: #ff7332;
}

.tlacidlo-odpoved-1.seda {
  background-color: #ff7332;
}

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

.linka {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #003e7e;
  font-weight: 400;
  text-decoration: none;
}

.linka:hover {
  color: #48a842;
}

.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-top: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  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: 5px;
  background-color: #3560ad;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  transition: all 160ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.tlacidlo-spustit:hover {
  background-color: #1e56a5;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.formular-nadpis-hlavny {
  position: relative;
  z-index: 100;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #00a2a2;
  font-size: 20px;
  line-height: 125%;
  font-style: normal;
  text-align: center;
  text-transform: none;
}

.formular-login-popis-nadpis {
  display: block;
  padding-right: 0px;
  padding-left: 2px;
  float: none;
  clear: none;
  color: #ff7332;
  line-height: 140%;
}

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

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

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

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

.formular-login-popis {
  display: block;
  margin-bottom: 3px;
  padding-right: 0px;
  padding-left: 2px;
  float: none;
  clear: none;
  line-height: 140%;
}

.ikona-tlacidle {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.form-block-2 {
  display: block;
  clear: none;
}

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

.logo-text {
  font-size: 12px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

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

.box-text-spokojnost {
  position: relative;
  z-index: 105;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  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: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
}

.box-tlacidlo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  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: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  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;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.box-header-logo {
  position: relative;
  z-index: 111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 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-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-15 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  padding-top: 30px;
  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: 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;
}

.box-otazka {
  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: 15px;
  margin-left: auto;
  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-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

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

.form-input-velke {
  position: relative;
  z-index: 10;
  height: 70px;
  max-height: 70px;
  max-width: 100%;
  min-height: 70px;
  margin-bottom: 0px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b5b5b5;
  border-radius: 20px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: 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;
  color: #3560ad;
  font-size: 25px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.text-block-2 {
  color: #00a2a2;
  font-size: 32px;
  line-height: 125%;
}

.box-header-logo-2 {
  position: relative;
  z-index: 111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-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;
}

.logo-text-vszp {
  font-size: 12px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.linka-biela {
  font-weight: 600;
}

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

.lottie-animation {
  width: 80px;
  height: 80px;
}

.butt-url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  padding: 9px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #00a2a2;
  -webkit-transition: all 180ms cubic-bezier(.445, .05, .55, .95);
  transition: all 180ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.butt-url:hover {
  background-color: #fc7370;
}

.text-block-3 {
  font-weight: 700;
  letter-spacing: -0.5px;
}

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

.tlacidlo-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 20px 10px 10px;
  padding-right: 30px;
  padding-left: 30px;
  -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: #50b847;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  color: #50b847;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
}

.tlacidlo-line:hover {
  border-color: #ddedd2;
  background-color: #ddedd2;
}

.tlacidlo-line.invert {
  background-color: #ff7332;
  color: #fff;
}

.tlacidlo-line.invert:hover {
  background-color: #fc7370;
}

.tlacidlo-line.line {
  border-style: solid;
  border-width: 1px;
  border-color: #1f57a5;
  color: #1f57a5;
}

.text-block-8 {
  position: absolute;
  left: auto;
  top: -10px;
  right: -10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -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: #ff2e31;
  font-size: 13px;
  font-weight: 700;
}

.bublinka-2 {
  position: relative;
  z-index: 990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.bublinka-tercik {
  position: absolute;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 5px;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #d3d3d3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-pole-bublinka {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 15px 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;
  border-radius: 20px;
  background-color: #d3d3d3;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

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

.bublina-1 {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

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

.logo-text-vszp-2 {
  width: auto;
  color: #929292;
  font-size: 13px;
  line-height: 125%;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.2px;
  text-transform: none;
}

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

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

.text-block-9 {
  font-size: 15px;
}

.div-block-56 {
  position: fixed;
  width: 4000px;
  height: 300px;
}

.sinusoida {
  position: absolute;
  left: 0px;
  top: -50%;
  right: auto;
  bottom: auto;
  z-index: 0;
  max-width: 600%;
}

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

.image-2 {
  margin-bottom: 10px;
}

.slogan {
  color: #3560ad;
  font-size: 15px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
}

.lottie {
  position: absolute;
  left: 45%;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
}

.kruznica {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding-bottom: 50px;
  -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;
  border-radius: 150px;
  background-color: rgba(255, 245, 52, 0.8);
  color: #000;
  font-size: 13px;
  line-height: 160%;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.bold {
  font-size: 20px;
  font-weight: 900;
}

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

.tlacidlo-odpoved {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 5px 8px;
  padding: 9px 0px 8px;
  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: 100px;
  background-color: #50b847;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: none;
}

.tlacidlo-odpoved:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tlacidlo-odpoved.zelna {
  background-color: #48a842;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tlacidlo-odpoved.zelena2 {
  background-color: #71bd6c;
}

.tlacidlo-odpoved.oranzova {
  background-color: #ff7332;
}

.tlacidlo-odpoved.oranzova2 {
  background-color: #ff7332;
}

.tlacidlo-odpoved.seda {
  background-color: #ff7332;
}

.tlacidlo-odpoved.zelena {
  background-color: #48a842;
}

.tlacidlo-odpoved.cervena {
  background-color: #ff3932;
}

.tlacidlo-odpoved.color0 {
  background-color: #f1531e;
}

.tlacidlo-odpoved.color1 {
  background-color: #f2641d;
}

.tlacidlo-odpoved.color2 {
  background-color: #f2881d;
}

.tlacidlo-odpoved.color3 {
  background-color: #f2991d;
}

.tlacidlo-odpoved.color4 {
  background-color: #f2ab1d;
}

.tlacidlo-odpoved.color5 {
  background-color: #f2bd1d;
}

.tlacidlo-odpoved.color6 {
  background-color: #84ba2b;
}

.tlacidlo-odpoved.color7 {
  background-color: #7ab62a;
}

.tlacidlo-odpoved.color8 {
  background-color: #71b42c;
}

.tlacidlo-odpoved.color9 {
  background-color: #63b023;
}

.riadok-odpovede {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 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;
}

.text-block-11 {
  font-weight: 700;
}

.box-footer-2 {
  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: 10%;
  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: #717171;
  font-size: 11px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}

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

.linka-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #003e7e;
  font-weight: 400;
  text-decoration: none;
}

.linka-2:hover {
  color: #48a842;
}

.formular-login-popis-nadpis-2 {
  display: block;
  padding-right: 0px;
  padding-left: 2px;
  float: none;
  clear: none;
  color: #ff7332;
  line-height: 140%;
}

.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: 20%;
  padding-top: 30px;
  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: 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;
}

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

.box-tlacidlo-posun {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 10;
  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;
}

.tlacidlo-hlavne {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  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: 6px;
  background-color: #3560ad;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  transition: all 160ms cubic-bezier(.445, .05, .55, .95);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-hlavne:hover {
  border-radius: 8px;
  background-color: #89cfd7;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.tlacidlo-hlavne.zelene {
  background-color: #50b847;
}

.tlacidlo-hlavne.zelene:hover {
  background-color: #5cd151;
}

.lottie-animation-3 {
  height: 70px;
}

.slide-2 {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.maska {
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 70px;
  margin-bottom: 10px;
  -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;
  border-radius: 5px;
  background-color: #000;
}

.cierna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 2px;
  padding: 2px 5px 3px 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #003c78;
  color: #fff;
  line-height: 140%;
}

.box-header-text-2 {
  z-index: 105;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 300px;
  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: #717171;
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
}

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

.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: #004597;
  font-size: 25px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}

.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: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  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;
}

.m3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-top: 2px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 8px;
  color: #003c78;
  font-size: 18px;
  line-height: 220%;
  font-weight: 300;
  letter-spacing: 0px;
}

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

.canvas-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding-left: 15px;
  -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;
  border-radius: 5px;
  font-family: Oswald, sans-serif;
  color: #004597;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 7px;
}

.cervena {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 2px 5px 3px;
  -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;
  border-radius: 8px;
  background-color: #ed1c24;
  color: #fff;
  line-height: 140%;
}

.fotografia {
  position: relative;
  z-index: 999999;
  max-width: 130%;
  min-width: 130%;
}

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-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(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

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

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

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

html.w-mod-js *[data-ix="prilet-otazka-5"] {
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 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(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

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

html.w-mod-js *[data-ix="prilet-otazka-8"] {
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 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);
}

@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 {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }
  .tlacidlo-odpoved-1 {
    margin-top: 7px;
    margin-bottom: 7px;
    clear: left;
    font-size: 14px;
    cursor: none;
  }
  .box-slide-celok {
    border-radius: 0px;
  }
  .linka {
    color: #00a2a2;
  }
  .tlacidlo-spustit {
    clear: left;
    font-weight: 500;
    cursor: none;
  }
  .formular-nadpis-hlavny {
    font-size: 26px;
  }
  .medzera-10 {
    height: 10px;
    clear: left;
  }
  .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-dovera {
    z-index: 999;
  }
  .lottie {
    top: 60px;
  }
  .tlacidlo-odpoved {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-left: 10px;
    clear: left;
    font-size: 40px;
    cursor: none;
  }
  .riadok-odpovede {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box-footer-2 {
    height: 8%;
  }
  .linka-2 {
    color: #00a2a2;
  }
  .box-tlacidlo-posun {
    width: 80%;
    height: auto;
    text-align: center;
  }
  .tlacidlo-hlavne {
    clear: left;
    cursor: none;
  }
  .otazky-top {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .form-button {
    cursor: none;
  }
  .tlacidlo-odpoved-1 {
    border-radius: 6px;
  }
  .box-slide-75 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .otazky {
    width: 100%;
  }
  .tlacidlo-line {
    cursor: none;
  }
  .tlacidlo-odpoved {
    width: 100px;
    height: 100px;
  }
  .box-slide-55 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .box-slide-70 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .otazky-top {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .box-login {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tlacidlo-odpoved {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
  }
  .riadok-odpovede {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .box-header-nadpis-2 {
    margin-bottom: 4px;
  }
  .box-header-20 {
    padding-top: 25px;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Doverasans';
  src: url('../fonts/DoveraSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Doverasans';
  src: url('../fonts/DoveraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Doverasans';
  src: url('../fonts/DoveraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}