:root {
  --hneda: #66564a;
  --50b848: #50b848;
  --f36e21: #f36e21;
  --black: black;
  --white: white;
  --f36e21-2: #f36e21;
  --color: #f36e2100;
  --oranzova-ziarva: #ff8000;
  --gainsboro: #e0e0e0;
  --white-smoke: #eee;
  --zelena-trans: #43d33800;
  --zelena-ziariva: #48cb3f;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: var(--hneda);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 130%;
}

h1 {
  color: var(--50b848);
  letter-spacing: -.25px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 115%;
}

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

h3 {
  color: var(--f36e21);
  text-align: left;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

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

h5 {
  font-weight: 600;
}

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

a {
  color: var(--f36e21);
  text-decoration: underline;
}

strong {
  color: var(--black);
  font-weight: 600;
}

em {
  background-color: var(--f36e21);
  color: var(--white);
  font-style: normal;
  font-weight: 600;
}

.fullscreen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: auto;
}

.box-login {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-button {
  background-color: var(--f36e21-2);
  background-image: linear-gradient(115deg, var(--color) 15%, var(--oranzova-ziarva) 90%);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 5px;
  margin-top: 20px;
  padding: 8px 35px 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  transition: all .25s;
}

.form-button:hover {
  background-color: var(--oranzova-ziarva);
  color: var(--white);
}

.form-hlaska-error {
  color: var(--white);
  background-color: #4822bc00;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  position: absolute;
}

.form-input {
  border: 2px solid var(--gainsboro);
  color: var(--black);
  background-color: #fffc;
  border-radius: 5px;
  max-width: 500px;
  height: 50px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

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

.form-input:active {
  border-color: var(--f36e21);
}

.form-input:focus {
  border-color: var(--f36e21-2);
  background-color: #fff;
}

.form-input.pismena-velke, .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: 0;
  padding-bottom: 2px;
}

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

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

.formular-radio {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 22px;
  display: flex;
}

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

.form-radio {
  background-color: var(--white);
  border: 1px #0000;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}

.form-radio.odkliknute {
  background-color: var(--f36e21);
}

.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 {
  color: var(--black);
  max-width: 490px;
  margin-bottom: 10px;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

.form-popis.oranzova {
  color: var(--f36e21);
}

.form-popis.zelena {
  color: var(--50b848);
}

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

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

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

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

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

.container {
  width: 100%;
}

.menu-button {
  background-color: var(--white);
  color: #686868;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  transition: all .18s;
  display: flex;
}

.menu-button:hover {
  color: var(--f36e21-2);
}

.pas-menu {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #0000001a;
}

.brand {
  float: left;
  clear: none;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-bottom: 5px;
  display: flex;
  position: static;
}

.image {
  height: 70%;
}

.pas-header {
  color: var(--white);
  height: 300px;
  position: relative;
}

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

.menu-subbutton {
  background-color: var(--white-smoke);
  align-items: center;
  width: 230px;
  height: 45px;
  padding-left: 20px;
  font-family: Titillium Web;
  font-size: 16px;
  transition: all .18s;
  display: flex;
}

.menu-subbutton:hover {
  background-color: var(--f36e21-2);
  color: var(--white);
  padding-left: 25px;
}

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

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

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

.pas-footer {
  z-index: 99;
  background-color: var(--50b848);
  color: var(--white);
  text-align: center;
  letter-spacing: -.1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.linka-01 {
  color: var(--gainsboro);
  background-color: #0000;
  font-weight: 400;
  text-decoration: underline;
}

.loading {
  z-index: 99999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 110vw;
  height: 110vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: var(--50b848);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.form-input-multie {
  border: 2px solid var(--f36e21);
  color: var(--black);
  background-color: #fffc;
  border-radius: 5px;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: block;
}

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

.form-input-multie:active {
  border-color: var(--f36e21);
}

.form-input-multie:focus {
  border-color: var(--f36e21-2);
  background-color: #fff;
}

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

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

.box-formular {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 100px;
  display: flex;
  position: relative;
}

.textarea, .textarea-2 {
  background-color: var(--gainsboro);
}

.textarea-3 {
  border: 2px solid var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--black);
  border-radius: 5px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .25s;
}

.textarea-3:hover {
  background-color: var(--white);
  border-color: #c4c4c4;
}

.textarea-3:active {
  border-color: var(--f36e21);
}

.textarea-3:focus {
  border-color: var(--f36e21-2);
  background-color: var(--white);
}

.form-podnadpis {
  color: var(--50b848);
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

.form-podnadpis.oranzove {
  color: var(--f36e21);
}

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

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

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

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

.boldik {
  font-weight: 400;
}

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

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

.blok-button {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-uvodny-screen {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 760px;
  display: flex;
}

.intro-screen {
  z-index: 9999;
  background-color: #fff;
  background-image: linear-gradient(324deg, var(--oranzova-ziarva) 15%, white 76%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

.letter {
  background-image: linear-gradient(328deg, var(--f36e21-2) 25%, var(--oranzova-ziarva) 80%);
  color: #000;
  letter-spacing: -1px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: auto;
  margin-top: 0;
  margin-left: -2px;
  padding-bottom: 10px;
  font-size: 3.7rem;
  font-weight: 800;
}

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

.intro-text {
  color: var(--hneda);
  letter-spacing: -.5px;
  margin-left: 2px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.cta-btn {
  background-color: var(--50b848);
  background-image: linear-gradient(133deg, var(--zelena-trans), var(--zelena-ziariva));
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  text-decoration: none;
  transition: all .28s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.cta-btn:hover {
  background-color: var(--zelena-ziariva);
  letter-spacing: .5px;
}

.form-button-biele {
  border: 2px solid var(--f36e21);
  background-color: var(--white);
  color: var(--f36e21);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  padding: 7px 35px;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  transition: all .18s;
}

.form-button-biele:hover {
  border: 2px solid var(--white);
}

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

.gradienttext {
  background-image: linear-gradient(126deg, var(--f36e21-2) 20%, var(--oranzova-ziarva) 43%);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: -2px;
  font-weight: 800;
}

.blok-prideleniecisla {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dynamicky-udaj {
  color: var(--50b848);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

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

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

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

.box-ramik {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px 50px;
  display: flex;
  position: relative;
}

.logo-2 {
  height: 60px;
}

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

.box-hlaska {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px 50px;
  display: flex;
  position: relative;
}

.popup-odoslanie {
  z-index: 99;
  background-color: var(--50b848);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-kontakt {
  z-index: 105;
  background-color: var(--50b848);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

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

.butt-close {
  text-align: center;
  background-color: #fffc;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 0%;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.form-hlaska {
  background-color: var(--f36e21-2);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
}

.cta-btn-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4822bc;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

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

.cta-btn-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4822bc;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

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

.center-bottom {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.date {
  border: 2px solid var(--gainsboro);
  color: var(--black);
  background-color: #fffc;
  border-radius: 5px;
  max-width: 450px;
  height: 50px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

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

.date:active {
  border-color: var(--f36e21);
}

.date:focus {
  border-color: var(--f36e21-2);
  background-color: #fff;
}

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

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

.date.hiden {
  display: none;
}

.cas {
  border: 2px solid var(--gainsboro);
  color: var(--black);
  background-color: #fffc;
  border-radius: 5px;
  max-width: 450px;
  height: 50px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

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

.cas:active {
  border-color: var(--f36e21);
}

.cas:focus {
  border-color: var(--f36e21-2);
  background-color: #fff;
}

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

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

.cas.hiden {
  display: none;
}

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

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

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

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

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

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

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

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

.box-tlacidlo-ikona {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 20px;
  display: flex;
}

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

.form-button-top {
  text-align: center;
  text-transform: uppercase;
  background-color: #ee3a87;
  border: 2px solid #4822bc;
  border-radius: 5px;
  padding: 7px 35px;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  transition: all .18s;
}

.form-button-top:hover {
  background-color: #f34f95;
}

.bold-color {
  color: var(--oranzova-ziarva);
}

.lottie-animation2 {
  width: 50%;
  height: 60%;
}

.lottie-animation2.pikto {
  background-color: #fff0;
  border: 2px dashed #ddd0;
  border-radius: 90px;
  padding: 25px;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
  box-shadow: 0 0 20px -20px #0000;
}

.lottie-animation2.pikto:hover {
  background-color: #fff;
  border-width: 2px;
  border-color: #ddd0;
  border-radius: 110px;
  box-shadow: 0 10px 20px -5px #00000014;
}

.logo-lottie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30rem;
  display: flex;
}

.form-pole-text {
  margin-bottom: 3px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.box-vysuv-popis {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.box-vysuvne-ok-tabulka {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.medzera-rem {
  width: 100%;
  height: 1.5rem;
}

.combine-icon_color4 {
  color: #8b8074;
}

.box-vysuvne-okienka-odstupy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.combine-text-size-regular {
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 145%;
}

.box-objekty {
  clear: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.kontajner-1350 {
  z-index: 99;
  text-align: center;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.kontajner-nadpis {
  color: #393530;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.box-vysuv-click {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.combine-faq2_title {
  color: var(--black);
  font-size: .8rem;
  font-weight: 500;
}

.button-line {
  color: #f36d21;
  background-color: #fff0;
  border: 1px solid #f36d21;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: .9rem;
  text-decoration: none;
  transition: all .1s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button-line:hover {
  letter-spacing: .1px;
  background-color: #fff6;
}

.box-sprava {
  border: 2px solid var(--white-smoke);
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
}

.box-sprava.dolezite {
  border: 2px solid #f36d21;
}

.div-block-9 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-time {
  font-size: .8rem;
}

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

.bold-color-2 {
  color: #ff8000;
}

.formular-radio-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 22px;
  display: flex;
}

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

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

.heading-5 {
  color: var(--black);
  line-height: 140%;
}

.blok-skupina-nazov {
  padding-bottom: 10px;
}

.form-input-mul-kratsie {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #fffc;
  border-radius: 5px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: block;
}

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

.form-input-mul-kratsie:active {
  border-color: var(--f36e21);
}

.form-input-mul-kratsie:focus {
  border-color: var(--f36e21-2);
  background-color: #fff;
}

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

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

.biela {
  color: var(--white);
}

.povinna {
  background-color: var(--f36e21-2);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: auto;
  max-width: 100px;
  margin-top: -8px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px;
  font-weight: 500;
  line-height: 125%;
  display: block;
  position: relative;
}

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

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

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

html.w-mod-js [data-ix="butt-start"], html.w-mod-js [data-ix="visible-1"] {
  display: flex;
}

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

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

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

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

  .navbar {
    flex-direction: row;
    place-content: space-around space-between;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-menu {
    text-align: center;
    justify-content: center;
    height: auto;
  }

  .menu-button {
    background-color: var(--f36e21);
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--50b848);
    color: var(--white);
  }

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

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

  .menu-button-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: var(--f36e21);
  }

  .pas-header {
    height: 250px;
  }

  .menu-subbutton {
    background-color: var(--gainsboro);
    width: auto;
    padding-left: 30px;
  }

  .medzera-100 {
    height: 60px;
  }

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

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

  .medzera-50 {
    height: 60px;
  }

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

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

  .medzera-200 {
    height: 60px;
  }

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

  .logo-lottie {
    width: 25rem;
  }

  .kontajner-1350 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

  .lottie-animation2 {
    margin-bottom: 10px;
  }

  .logo-lottie {
    width: 20rem;
  }

  .box-objekty {
    flex-direction: column;
    align-items: center;
  }

  .kontajner-1350 {
    transform: none;
  }
}

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

  .intro-uvodny-screen {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .letter {
    text-align: center;
    font-size: 2.5rem;
  }

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

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

  .gradienttext {
    font-size: 46px;
  }

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

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

  .lottie-animation2 {
    margin-bottom: 5px;
  }

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

  .kontajner-1350 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-radio-2 {
    margin-right: 10px;
  }
}

#w-node-_64b15d62-580c-0d5d-d96e-e30edf4159de-b750ca0e, #w-node-_64b15d62-580c-0d5d-d96e-e30edf4159ec-b750ca0e, #w-node-_64b15d62-580c-0d5d-d96e-e30edf4159fa-b750ca0e, #w-node-_64b15d62-580c-0d5d-d96e-e30edf415a08-b750ca0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


