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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--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: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 130%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4822bc;
  font-size: 34px;
  line-height: 115%;
  font-weight: 600;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.25px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 150%;
  font-weight: 400;
  text-align: justify;
}

a {
  color: #4822bc;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.fullscreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -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-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -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: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
}

.form-block {
  width: 100%;
}

.form-button {
  margin-top: 20px;
  padding: 7px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #4822bc;
  border-radius: 5px;
  background-color: #4822bc;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-size: 17px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #5931d3;
}

.form-hlaska-error {
  position: absolute;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: rgba(72, 34, 188, 0);
  color: #fff;
  font-size: 13px;
}

.form-input {
  height: 50px;
  max-width: 500px;
  padding-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  color: #000;
  font-size: 15px;
  line-height: 125%;
  font-weight: 600;
}

.form-input:hover {
  border-color: #c4c4c4;
  background-color: #fff;
}

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

.form-input:focus {
  border-color: #ee3a87;
  background-color: #fff;
}

.form-input.pismena-velke {
  text-transform: lowercase;
}

.form-input.pismena-male {
  text-transform: lowercase;
}

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

.form-input.multiple {
  height: 100px;
}

.form-riadok {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.form-riadok.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

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

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

.formular-radio.visible {
  display: none;
}

.form-pole-nadpis {
  max-width: 450px;
  margin-bottom: 3px;
  margin-left: 2px;
  font-size: 13px;
  line-height: 125%;
  font-weight: 400;
}

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

.form-radio.odkliknute {
  background-color: #4822bc;
}

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

.form-nadpis {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 125%;
}

.form-popis {
  max-width: 430px;
  margin-bottom: 15px;
  margin-left: 1px;
  color: #000;
  font-size: 17px;
  line-height: 125%;
  font-weight: 600;
}

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

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

.div-block {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.container {
  width: 100%;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  color: #686868;
  font-size: 17px;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.menu-button:hover {
  color: #ee3a87;
}

.menu-button.visible {
  display: none;
}

.pas-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.brand {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  float: left;
  clear: none;
  -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;
}

.image {
  height: 70%;
}

.pas-header {
  position: relative;
  height: 300px;
  color: #fff;
}

.pas-formular {
  position: relative;
  padding-top: 100px;
  background-color: transparent;
}

.menu-subbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 45px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: 'Titillium Web';
  font-size: 16px;
}

.menu-subbutton:hover {
  padding-left: 25px;
  background-color: #ee3a87;
  color: #fff;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 35px;
  float: none;
  clear: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.n1 {
  font-family: 'Titillium Web';
  font-size: 32px;
  line-height: 125%;
}

.pas-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  background-color: #4822bc;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  line-height: 160%;
  text-align: center;
}

.linka-01 {
  background-color: transparent;
  color: #e0e0e0;
  font-weight: 400;
  text-decoration: underline;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 110vw;
  height: 110vh;
  -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;
}

.body {
  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;
  background-color: #5931d3;
}

.body-2 {
  background-color: #fff;
}

.form-input-multie {
  display: block;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  padding-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  color: #000;
  font-size: 15px;
  line-height: 125%;
  font-weight: 400;
}

.form-input-multie:hover {
  border-color: #c4c4c4;
  background-color: #fff;
}

.form-input-multie:active {
  border-color: #4822bc;
}

.form-input-multie:focus {
  border-color: #ee3a87;
  background-color: #fff;
}

.form-input-multie.pismena-velke {
  text-transform: capitalize;
}

.form-input-multie.pismena-male {
  text-transform: lowercase;
}

.box-formular {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 100px;
  -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;
}

.textarea {
  background-color: #e0e0e0;
}

.textarea-2 {
  background-color: #e0e0e0;
}

.textarea-3 {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: #e0e0e0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.textarea-3:hover {
  border-color: #c4c4c4;
  background-color: #fff;
}

.textarea-3:active {
  border-color: #4822bc;
}

.textarea-3:focus {
  border-color: #ee3a87;
  background-color: #fff;
}

.form-podnadpis {
  margin-bottom: 10px;
  margin-left: 1px;
  color: #ee3a87;
  font-size: 19px;
  font-weight: 600;
}

.form-pole-tip {
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

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

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

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

.boldik {
  font-weight: 400;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(330deg, #dad8ff, #fff 54%);
}

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

.div-block-6 {
  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;
}

.intro-uvodny-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
  min-width: auto;
  -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;
}

.intro-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: linear-gradient(330deg, #dad8ff, #f2f1ff 55%, #fff);
  text-decoration: none;
}

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

.logo {
  display: block;
  margin-bottom: 20px;
}

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

.letter {
  height: auto;
  margin-left: -2px;
  padding-bottom: 10px;
  background-image: linear-gradient(135deg, #ee3a87, #5b52ff);
  color: #000;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-text-info {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
}

.intro-text {
  padding-bottom: 15px;
  color: #000;
  font-size: 26px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 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;
  border-radius: 5px;
  background-color: #4822bc;
  -webkit-transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 18px;
  line-height: 135%;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-btn:hover {
  background-color: #5931d3;
}

.form-button-biele {
  margin-top: 20px;
  padding: 7px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #4822bc;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  color: #4822bc;
  font-size: 17px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.form-button-biele:hover {
  border: 2px solid #fff;
}

.heading-2 {
  font-weight: 600;
}

.heading-3 {
  font-weight: 500;
}

.gradienttext {
  margin-left: -2px;
  background-image: linear-gradient(13deg, #ee3a87, #4822bc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blok-prideleniecisla {
  display: block;
}

.form-riadok-roletka-01 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.form-riadok-roletka-01.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.form-riadok-roletka-01.hiden {
  display: block;
}

.form-riadok-roletka-02 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.form-riadok-roletka-02.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.form-riadok-roletka-02.hiden {
  display: block;
}

.form-riadok-roletka-03 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.form-riadok-roletka-03.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.form-riadok-roletka-03.hiden {
  display: block;
}

.form-riadok-roletka-gdpr {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 13px;
  text-align: justify;
}

.form-riadok-roletka-gdpr.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.form-riadok-roletka-gdpr.hiden {
  display: block;
}

.form-pole-gdpr {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 140%;
  font-weight: 400;
}

.dynamicky-udaj {
  margin-bottom: 15px;
  color: #4822bc;
  font-size: 17px;
  line-height: 125%;
  font-weight: 600;
}

.form-riadok-roletka-odoslat {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.form-riadok-roletka-odoslat.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.form-riadok-roletka-odoslat.hiden {
  display: block;
}

.box-ramik {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px 50px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
}

.logo-2 {
  height: 60px;
}

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

.box-hlaska {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px 50px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
}

.popup-odoslanie {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: #5931d3;
  text-decoration: none;
}

.popup-kontakt {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 105;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #5931d3;
  text-decoration: none;
}

.div-block-7 {
  width: 50px;
  height: 50px;
}

.butt-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 2px;
  -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-style: solid;
  border-width: 1px;
  border-color: #4822bc;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  font-size: 20px;
  line-height: 0%;
  font-weight: 600;
  text-align: center;
}

.butt-close:hover {
  background-color: #fff;
}

.form-hlaska {
  border-radius: 5px;
  background-color: #ee3a87;
  color: #fff;
  text-align: center;
}

.cta-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 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;
  border-radius: 5px;
  background-color: #4822bc;
  -webkit-transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-btn-2:hover {
  background-color: #5b52ff;
}

.cta-btn-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 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;
  border-radius: 5px;
  background-color: #4822bc;
  -webkit-transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-btn-3:hover {
  background-color: #5931d3;
}

.center-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.date {
  height: 50px;
  max-width: 450px;
  padding-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  color: #000;
  font-size: 15px;
  line-height: 125%;
  font-weight: 600;
}

.date:hover {
  border-color: #c4c4c4;
  background-color: #fff;
}

.date:active {
  border-color: #4822bc;
}

.date:focus {
  border-color: #ee3a87;
  background-color: #fff;
}

.date.pismena-velke {
  text-transform: capitalize;
}

.date.pismena-male {
  text-transform: lowercase;
}

.date.hiden {
  display: none;
}

.cas {
  height: 50px;
  max-width: 450px;
  padding-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  transition: all 250ms cubic-bezier(.445, .05, .55, .95);
  color: #000;
  font-size: 15px;
  line-height: 125%;
  font-weight: 600;
}

.cas:hover {
  border-color: #c4c4c4;
  background-color: #fff;
}

.cas:active {
  border-color: #4822bc;
}

.cas:focus {
  border-color: #ee3a87;
  background-color: #fff;
}

.cas.pismena-velke {
  text-transform: capitalize;
}

.cas.pismena-male {
  text-transform: lowercase;
}

.cas.hiden {
  display: none;
}

.radio-maxpx {
  max-width: 450px;
}

.form-pole-maxpx {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.form-pole-popis {
  max-width: 450px;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 125%;
  font-weight: 200;
}

.form-riadok-roletka-04 {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.form-riadok-roletka-04.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

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

.form-riadok-roletka-05 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.form-riadok-roletka-05.riadok {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

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

html.w-mod-js *[data-ix="loading"] {
  display: block;
  opacity: 1;
}

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

html.w-mod-js *[data-ix="10px"] {
  height: 10px;
}

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

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

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

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

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

  .box-login {
    width: 100%;
    min-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
  }

  .navbar {
    height: auto;
    padding-right: 0px;
    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: 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;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .nav-menu {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: #4822bc;
    color: #fff;
    text-align: center;
  }

  .menu-button:hover {
    background-color: #5931d3;
    color: #fff;
  }

  .pas-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    width: 150px;
    height: 60px;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .menu-button-2.w--open {
    background-color: #4822bc;
  }

  .pas-header {
    height: 250px;
  }

  .menu-subbutton {
    width: auto;
    padding-left: 30px;
    background-color: #e0e0e0;
  }

  .medzera-100 {
    height: 60px;
  }

  .div-block-2 {
    height: 190px;
  }

  .box-formular {
    width: 100%;
    min-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .medzera-50 {
    height: 60px;
  }

  .intro-uvodny-screen {
    width: 80%;
    max-width: 100%;
  }

  .box-ramik {
    width: 100%;
    min-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
  }

  .medzera-200 {
    height: 60px;
  }

  .box-hlaska {
    width: 100%;
    min-height: 100%;
    border-style: none;
  }
}

@media screen and (max-width: 767px) {
  .pas-formular {
    padding-top: 0px;
  }

  .box-formular {
    padding-right: 25px;
    padding-left: 25px;
  }

  .letter {
    font-size: 40px;
    text-align: left;
  }

  .box-ramik {
    border-style: none;
  }

  .box-hlaska {
    border-style: none;
  }
}

@media screen and (max-width: 479px) {
  .form-radio {
    margin-right: 10px;
  }

  .intro-uvodny-screen {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo {
    max-width: 180px;
    margin-bottom: 0px;
  }

  .letter {
    font-size: 30px;
    text-align: center;
  }

  .intro-text-info {
    font-size: 17px;
    line-height: 170%;
  }

  .intro-text {
    font-size: 17px;
    line-height: 170%;
  }

  .cta-btn {
    padding-right: 1rem;
    padding-left: 1rem;
    letter-spacing: 0px;
  }

  .gradienttext {
    font-size: 46px;
  }

  .box-ramik {
    padding-right: 25px;
    padding-left: 25px;
  }

  .box-hlaska {
    padding-right: 25px;
    padding-left: 25px;
  }

  .cta-btn-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .cta-btn-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

