.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.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: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #4dbfab), to(#48afb4));
  background-image: linear-gradient(90deg, #4dbfab 40%, #48afb4);
}

.fullscreen.biele {
  background-color: #fff;
  background-image: none;
}

.box-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  padding: 50px 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: 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #4dbfab), to(#48afb4));
  background-image: linear-gradient(90deg, #4dbfab 40%, #48afb4);
}

.form-block {
  width: 100%;
}

.form-button {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: Dosis, sans-serif;
  color: #00a2a2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

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

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

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

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

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

.form-input {
  height: 40px;
  max-width: 250px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: Dosis, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.form-riadok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 5px;
  -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.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: 10px;
  padding-left: 5px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  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: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.form-nadpis {
  margin-bottom: 10px;
  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: 50px;
  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;
  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 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  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: 6px;
  background-color: #00a2a2;
  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);
  color: #fff;
  font-size: 14px;
  line-height: 125%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.tlacidlo-odpoved:hover {
  background-color: #fc7370;
  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);
}

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

.linka {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00a2a2;
  font-weight: 400;
  text-decoration: underline;
}

.linka:hover {
  color: #fc7370;
}

.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-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: #fc7370;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec6295), to(#f07a63));
  background-image: linear-gradient(90deg, #ec6295, #f07a63);
  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: Dosis, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.tlacidlo-spustit:hover {
  background-color: #00a2a2;
  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);
}

.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;
  margin-bottom: 2px;
  padding-right: 0px;
  padding-left: 2px;
  float: none;
  clear: none;
  color: #00a2a2;
  line-height: 140%;
}

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

.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%, 100%, 0)), color-stop(40%, #48afb4), color-stop(60%, #48afb4), color-stop(90%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 10%, #48afb4 40%, #48afb4 60%, hsla(0, 0%, 100%, 0) 90%);
}

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

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

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

.formular-login-popis {
  display: block;
  margin-bottom: 0px;
  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: 20px;
  padding-left: 20px;
  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: Dosis, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.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: 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;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  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;
  font-family: Dosis, sans-serif;
}

.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: 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;
  font-family: Dosis, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}

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

.box-header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 15%;
  padding-top: 20px;
  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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

.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 {
  width: 100%;
  height: 150px;
  max-height: 150px;
  max-width: 100%;
  min-height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a2a2;
  border-radius: 3px;
  font-family: Dosis, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.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: 5px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  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: Dosis, sans-serif;
  color: #00a2a2;
  font-size: 30px;
  line-height: 105%;
  font-weight: 400;
  text-align: center;
}

.text-block-2 {
  font-family: Dosis, sans-serif;
  color: #00a2a2;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
}

.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-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.linka-biela {
  color: #fff;
}

.success-message {
  background-color: transparent;
  font-family: Dosis, sans-serif;
  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;
}

.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-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);
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

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

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

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

@media (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 {
    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 {
    width: 90%;
    text-align: center;
  }
  .box-footer {
    height: 8%;
  }
}

@media (max-width: 767px) {
  .form-button {
    cursor: none;
  }
  .tlacidlo-odpoved {
    border-radius: 6px;
  }
}

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

