@font-face {
  font-family: Digitalsansef;
  src: url('../fonts/DigitalSansEF-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Digitalsansef;
  src: url('../fonts/DigitalSansEF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/DINPro-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/DINPro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/DINPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/DINPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/DINPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --e23a33: #e23a33;
  --4bc63e: #4bc63e;
  --c1c5c9: #c1c5c9;
  --black: black;
  --548ff0: #548ff0;
  --e4e6e8: #e4e6e8;
  --white: white;
  --4d8cf5: #4d8cf5;
  --3c3d3f: #3c3d3f;
  --fcfcfc-2: #fcfcfc;
  --eeeff0: #eeeff0;
  --37d126: #37d126;
  --ffa714: #ffa714;
  --ffcb2e: #ffcb2e;
  --6e6f71: #6e6f71;
  --f5820b: #f5820b;
  --dcdfe2: #dcdfe2;
  --a5a7aa: #a5a7aa;
  --fcfcfc: #fcfcfc;
  --232425: #232425;
  --f6f7f7: #f6f7f7;
  --9e9fa1: #9e9fa1;
  --003767: #003767;
  --00aeef: #00aeef;
  --f13041: #f13041;
  --574e92: #574e92;
  --white-smoke: #eeeff0;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

strong {
  color: var(--e23a33);
  font-weight: 700;
}

.menu-tlacidla {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.menu-tlacidlo-zelene {
  background-color: var(--4bc63e);
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 54px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 1px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-zelene:hover {
  color: #4bc63e;
  background-color: #fff;
  border-radius: 22px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #00000040;
}

.over_ciara {
  float: none;
  clear: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: translate(0, 30px);
}

.brand {
  z-index: 999999;
  float: left;
  clear: none;
  color: #a5a7aa;
  text-align: center;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.brand.w--current {
  float: left;
  clear: none;
  color: #a5a7aa;
  text-align: center;
  letter-spacing: -.25px;
  justify-content: center;
  width: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.box-over {
  color: #0093d0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: block;
  position: static;
}

.menu_tlacidlo {
  float: none;
  clear: none;
  color: #4d8cf5;
  text-align: right;
  letter-spacing: .25px;
  text-transform: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.menu_tlacidlo:hover {
  opacity: 1;
  color: #4d8cf5;
}

.menu_tlacidlo.w--current {
  color: #0093d0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar {
  z-index: 99999;
  color: #fff;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.menu-celok {
  text-align: center;
  background-color: #fff;
  background-image: none;
  height: 101px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.menu-podklad {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.over_pasik {
  clear: left;
  background-color: #4d8cf5;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 8px;
  transform: rotate(45deg);
}

.maska-01 {
  clear: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  display: block;
  position: relative;
  bottom: 10px;
  left: 0;
  overflow: hidden;
}

.menu-linka {
  z-index: 99;
  float: none;
  clear: none;
  background-image: linear-gradient(to right, #fff0 10%, var(--c1c5c9) 40%, #c1c5c9 60%, #fff0 90%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.nav-menu {
  z-index: 9999;
  float: right;
  clear: none;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  overflow: visible;
}

.site-color {
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

.odrazka-ikonka {
  float: left;
  width: 16px;
  height: 16px;
}

.medzera-100 {
  z-index: 1;
  clear: left;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.kontajner_1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.obrazok-moje-notifikacie-sms-hlasnik-rozhlas {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.svg-moje-notifikacie {
  z-index: 1;
  width: 55%;
  height: auto;
  position: relative;
}

.symbol-data-city-data-mesta {
  width: 90px;
  height: 90px;
  margin-top: 0;
  padding: 10px;
}

.center-xy {
  z-index: 999;
  float: none;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.voda-1 {
  float: none;
  clear: left;
  border-top: 1px dotted #4d8cf5;
  border-right: 1px dotted #4d8cf5;
  width: auto;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.voda-2 {
  float: left;
  clear: left;
  border-top: 1px dashed #4d8cf5;
  border-left: 1px dashed #4d8cf5;
  width: 95%;
  height: 7px;
  margin-left: 5%;
  margin-right: auto;
  display: block;
}

.kontajner-voda {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.voda-3 {
  float: left;
  clear: left;
  border-top: 1px solid #4d8cf5;
  border-right: 1px solid #4d8cf5;
  width: 90%;
  height: 7px;
  margin-left: 5%;
  margin-right: auto;
  display: block;
}

.voda-ciara {
  z-index: 5;
  float: left;
  clear: left;
  border-top: 1px solid #4d8cf5;
  width: 45%;
  height: 1px;
  margin-left: 50%;
  margin-right: auto;
  display: block;
  position: relative;
}

.box-pravy {
  z-index: 999;
  float: left;
  clear: left;
  border-left: 1px solid #4d8cf5;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 10%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.data-bod-2 {
  z-index: 2;
  background-color: #dcdfe2;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: relative;
}

.data-pripojka {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  padding: 2px;
  display: flex;
  position: relative;
  left: -8px;
}

.data-bod-1 {
  z-index: 5;
  background-color: #fff;
  border-radius: 3px;
  width: 2px;
  height: 2px;
  position: absolute;
}

.box-lavyy {
  z-index: 1000;
  float: left;
  clear: left;
  border-right: 2px solid #4d8cf5;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 250px;
  margin-left: 2px;
  margin-right: 50%;
  display: flex;
  position: relative;
}

.data-pripojka-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 2px;
  display: flex;
  position: relative;
  right: -10px;
}

.box-sms-sprava {
  color: #6e6f71;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 25px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.box-ciara {
  z-index: 10;
  float: left;
  clear: left;
  border-left: 1px solid #4d8cf5;
  align-items: center;
  width: 50%;
  height: 25px;
  margin-left: 50%;
  margin-right: auto;
  display: block;
  position: relative;
}

.s1-podpis {
  color: #000;
  letter-spacing: .25px;
  font-weight: 600;
}

.box-ikony {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ikona-typ-sms-oznamenie {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: -10px;
  position: static;
}

.s0-nadpis {
  float: left;
  clear: left;
  color: #4d8cf5;
  text-align: left;
  text-transform: none;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
  display: inline-block;
}

.s1-text {
  clear: left;
  color: #232425;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.s0-headline {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  justify-content: space-between;
  align-items: stretch;
  max-width: 90%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  display: inline-block;
}

.logo-text {
  color: #6e6f71;
  letter-spacing: .5px;
  padding-top: 1px;
  font-weight: 200;
}

.over_ciara-2 {
  float: none;
  clear: left;
  padding-top: 1px;
  transform: translate(0, 10px);
}

.s0-headline-obec {
  color: var(--548ff0);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

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

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

.div-block-2 {
  float: left;
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.formular {
  background-color: var(--e4e6e8);
  box-shadow: none;
  background-image: none;
  border-radius: 12px;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.ikonka-social-media {
  width: 23px;
  height: 24px;
  margin-top: 3px;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  top: -4px;
}

.box-hedaer-center {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.r2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.r0 {
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}

.su3-pismeno {
  float: left;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

.box-cookies-butt {
  float: left;
  clear: left;
  color: #fff;
  text-align: center;
  letter-spacing: -.3px;
  background-color: #4d8cf5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.box-cookies-butt:hover {
  color: #fff;
  background-color: #a5a7aa;
}

.suhlas-spracovanie-otvorene {
  float: left;
  clear: left;
  background-color: #0000;
  height: auto;
  margin-top: -10px;
  padding-top: 10px;
  overflow: visible;
}

.suhlas {
  color: #888;
  text-align: justify;
  letter-spacing: -.3px;
  border-radius: 8px;
  margin-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  overflow: visible;
}

.medium-2 {
  float: none;
  clear: none;
  color: #000;
  text-align: left;
  letter-spacing: -.2px;
  font-size: 13px;
  font-weight: 500;
  display: inline;
}

.formular-check {
  z-index: 999;
  float: left;
  clear: none;
  background-color: var(--white);
  background-image: none;
  border: 1px #6161614d;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -7px;
  display: block;
  position: relative;
}

.formular-check.w--redirected-checked {
  background-color: var(--4d8cf5);
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  padding: 5px;
}

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

.formular-input {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: .5px;
  background-color: #fcfcfc;
  background-image: linear-gradient(#0000, #fff0), linear-gradient(#fff0, #fff0);
  border: 1px solid #dcdfe200;
  border-radius: 25px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: all .23s cubic-bezier(.445, .05, .55, .95);
  overflow: auto;
}

.formular-input:hover {
  background-color: #fff;
  background-image: none;
  border-color: #eeeff0;
}

.formular-input:active {
  background-color: #fff;
  border-color: #f5820b;
}

.formular-input:focus {
  background-image: none;
  border-width: 2px;
  border-color: #4d8cf5;
}

.formular-input.center-txt {
  text-align: center;
}

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

._0x0 {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.formular-checkbox {
  z-index: 999;
  float: none;
  clear: left;
  color: #616161;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: relative;
  overflow: visible;
}

.suhlas-odrazky-pismena {
  margin-bottom: 30px;
}

.su2 {
  color: #6e6f71;
  text-align: justify;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 140%;
  display: inline-block;
}

.suhlas-odrazka-pismeno {
  margin-left: 23px;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.formular-hlasenie.cervena {
  background-color: #0000;
}

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

.linka {
  color: var(--4d8cf5);
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

.linka:hover {
  color: #f5820b;
}

.su3-odrazka {
  color: #4d8cf5;
  text-align: left;
  margin-left: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.formular-popis {
  float: left;
  clear: none;
  color: var(--3c3d3f);
  text-align: center;
  letter-spacing: -.25px;
  margin: 2px 5px 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  display: block;
}

.formular-popis.center-txt {
  text-align: center;
  margin-right: 0;
}

.formular-popis.biela {
  color: #fff;
}

.formular-popis.modre {
  color: #4d8cf5;
}

.menu-tlacidlo-zelene-dynamic {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-top: 0;
  padding-top: 2px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-zelene-dynamic:hover {
  color: var(--4bc63e);
  background-color: #fff;
  border-radius: 22px;
  font-size: 14px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.menu-tlacidlo-zelene-dynamic.pevna-sirka {
  background-color: var(--4d8cf5);
  color: var(--white);
  text-transform: none;
  cursor: pointer;
  width: 300px;
  font-size: 15px;
}

.menu-tlacidlo-zelene-dynamic.pevna-sirka:hover {
  background-color: var(--white);
  color: var(--4d8cf5);
}

.menu-tlacidlo-zelene-dynamic.pevna-sirka-b {
  background-color: var(--4bc63e);
  color: var(--white);
  cursor: pointer;
  width: 300px;
}

.menu-tlacidlo-zelene-dynamic.pevna-sirka-b:hover {
  background-color: var(--white);
  color: var(--4bc63e);
}

.formular-riadok {
  float: none;
  clear: left;
  height: 88px;
  margin-bottom: 15px;
}

.formular-vysvetlivka {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: left;
  letter-spacing: .25px;
  max-width: 460px;
  margin: 0 auto;
  padding: 10px 5px 11px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
  display: inline-block;
}

.formular-nadpis {
  float: left;
  clear: none;
  color: #4d8cf5;
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: -1px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: inline-block;
}

.box-aplikacia-logo {
  float: none;
  clear: none;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.aplikacia-bold {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.lietadielko {
  z-index: 9999;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.box-notifikacia {
  z-index: 9999;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.box-notifikacia-lava {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.formular-nadpis-hlavny {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  max-width: 450px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: block;
}

.formular-nadpis-hlavny.biela {
  color: #fff;
  text-align: center;
}

.formular-vysvetlivka-tmava {
  float: none;
  clear: left;
  color: #6e6f71;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.menu_tlacidlo_spat {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4d8cf5;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin: 0 10px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu_tlacidlo_spat:hover {
  color: #000;
  letter-spacing: .75px;
  background-color: #fff;
  border-radius: 25px;
  transform: translate(0);
  box-shadow: 0 5px 10px #0003;
}

.hiden-premenne {
  z-index: 0;
  width: 500px;
  height: 500px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.recaptcha {
  flex: 0 auto;
  display: block;
}

.tlacidlo-on-off {
  z-index: 99;
  clear: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #dcdfe2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 66px;
  height: 34px;
  font-family: Dinpro, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 3px 10px #0000000d, inset 4px 4px 3px #0000000d;
}

.tlacidlo-on-off:hover {
  background-color: #dcdfe2;
  box-shadow: 0 2px 5px #0000000d, inset 4px 4px 5px #00000017;
}

.tlacidlo-on-off-zelena {
  z-index: 5;
  clear: none;
  opacity: 0;
  text-align: left;
  background-color: #4bc63e;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 66px;
  height: 34px;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: inset 4px 4px 3px #0000000d;
}

.tlacidlo-on-off-drager {
  z-index: 10;
  background-color: #fff;
  border-radius: 15px;
  width: 26px;
  height: 26px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  box-shadow: 0 3px 10px 3px #0000001a, inset -4px -4px 10px #0000000a;
}

.tlacidlo-on-off-text-off {
  z-index: 1;
  letter-spacing: .5px;
  display: block;
  position: relative;
  top: 1px;
  right: -12px;
}

.tlacidlo-on-off-text-off.x2 {
  right: -7px;
}

.tlacidlo-on-off-text-on {
  z-index: 0;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  display: block;
  position: relative;
  top: 1px;
  left: 10px;
  transform: translate(-125%);
}

.tlacidlo-on-off-text-on.x3 {
  left: 22px;
}

.tlacidlo-on-off-txt-vypnute {
  clear: none;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 34px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 82px;
}

.tlacidlo-on-off-infotext {
  z-index: 0;
  opacity: 0;
  color: #a5a7aa;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff40;
  background-image: none;
  border: 1px #dcdfe280;
  border-radius: 20px;
  justify-content: flex-start;
  width: 150px;
  height: 34px;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tlacidlo-on-off-txt-zapnute {
  clear: none;
  opacity: 0;
  color: #a5a7aa;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 34px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 82px;
}

.tlacidlo-celok {
  float: right;
  clear: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  margin-top: -8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.riadok-1 {
  float: none;
  margin-bottom: 4px;
}

.riadok-2 {
  display: inline-block;
}

.box-hedaer-center-loga {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blok-tlacidlo {
  width: auto;
  height: auto;
  margin-top: 15px;
  display: inline-block;
}

.box-garancia {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #a5a7aab3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: -7px;
  margin-left: 0;
  padding: 3px 7px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
  top: -3px;
}

.slider {
  background-color: #0000;
  height: auto;
}

.formular-krok {
  float: left;
  clear: left;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
  margin-left: -14px;
  margin-right: 7px;
  display: flex;
  position: relative;
  top: -4px;
}

.box-ciara-stred {
  z-index: 0;
  float: left;
  clear: left;
  border-left: 1px solid #4d8cf5;
  align-items: center;
  width: 50%;
  height: 100px;
  margin-left: 50%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.maska {
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 34px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slider-notifikacie {
  background-color: #0000;
  flex: 0 auto;
  height: auto;
  position: relative;
  top: 35px;
}

.left-arrow {
  width: 50px;
  height: 50px;
  display: none;
}

.right-arrow {
  z-index: 0;
  align-items: flex-end;
  width: 246px;
  height: 90px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  top: 65px;
}

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

.mobil-tlacidlo {
  background-color: #4d8cf5;
  border-radius: 5px;
  width: 100px;
  height: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.obrazok-mobil-sms-oznamy {
  float: none;
  clear: left;
  display: block;
  overflow: visible;
}

.s1-text-2 {
  clear: left;
  color: #232425;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 160%;
}

.mobil-ram-2 {
  z-index: 9999;
  clear: left;
  box-shadow: none;
  background-color: #eeeff0;
  border: 1px solid #4d8cf5;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: block;
  position: relative;
  transform: perspective(283px)rotate(0);
}

.div-block-9-copy-2 {
  float: none;
  clear: left;
  border: 1px solid #4d8cf5;
  border-radius: 5px;
  flex: 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 1px;
  display: block;
  position: static;
}

.s0-nadpis-2 {
  float: left;
  clear: left;
  color: #4d8cf5;
  text-align: left;
  text-transform: none;
  margin-bottom: 5px;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
}

.slider-notifikacie-2 {
  background-color: #0000;
  flex: 0 auto;
  height: auto;
  top: 30px;
}

.div-block-4-copy-copy-2 {
  float: left;
  clear: none;
  border-bottom: 2px solid #4d8cf5;
  border-left: 2px solid #4d8cf5;
  border-right: 2px solid #4d8cf5;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 10%;
  height: 15px;
  display: flex;
}

.div-block-17 {
  z-index: 5;
  background-color: var(--e4e6e8);
  border-style: none;
  border-radius: 44px;
  width: 260px;
  transition: all .18s cubic-bezier(.445, .05, .55, .95);
  transform: translate(0)translate(0);
  box-shadow: 0 0 10px #0000;
}

.div-block-17:hover {
  background-color: var(--fcfcfc-2);
  transform: translate(0, -2px);
  box-shadow: 0 2px 10px #0003;
}

.box-sms-sprava-2 {
  color: #6e6f71;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 25px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.ikona-typ-sms-oznamenie-2 {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  margin-right: -10px;
  padding: 5px;
  position: static;
}

.right-arrow-2 {
  z-index: 99;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 246px;
  height: 90px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  top: 65px;
}

.tlacidlo-on-off-2 {
  z-index: 99999;
  clear: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #dcdfe2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 66px;
  height: 34px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 3px 10px #0000000d, inset 4px 4px 3px #0000000d;
}

.tlacidlo-on-off-2:hover {
  background-color: #dcdfe2;
  box-shadow: 0 2px 5px #0000000d, inset 4px 4px 5px #00000017;
}

.lcd {
  clear: left;
  border: 2px solid #4d8cf5;
  border-top-style: none;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  height: 490px;
  display: block;
  position: relative;
}

.div-block-19 {
  float: right;
  clear: none;
  border-top: 2px solid #4d8cf5;
  border-right: 2px solid #4d8cf5;
  border-top-right-radius: 40px;
  width: 45%;
  height: 40px;
}

.div-block-20 {
  float: left;
  clear: none;
  border-top: 2px solid #4d8cf5;
  border-left: 2px solid #4d8cf5;
  border-top-left-radius: 40px;
  width: 45%;
  height: 40px;
}

.stlpcek {
  height: 540px;
  position: relative;
  top: 10px;
}

.riadok-33 {
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 33.3%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.popis-ikona {
  clear: none;
  width: 35%;
  height: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.popis-text {
  clear: left;
  color: #6e6f71;
  text-align: center;
  max-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 125%;
  display: block;
}

.center-xy-stale {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.formular-ikonka {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
}

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

.t3 {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.box-podtext {
  float: none;
  clear: none;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.image {
  margin-right: 5px;
}

.box-login {
  float: left;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.okno-pop {
  background-color: #eeeff0;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  height: 420px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #0000000d;
}

.formular-zostat-prihlaseny {
  z-index: 999;
  float: none;
  clear: left;
  color: #616161;
  justify-content: center;
  align-items: flex-start;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: relative;
  overflow: visible;
}

.symbol {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.formular-login-popis {
  float: none;
  clear: none;
  color: #6e6f71;
  text-align: center;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.center-prihlaska {
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.symbol-button {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 14px;
  padding-right: 8px;
  display: flex;
}

.box-login-logo {
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 5px auto 30px;
  display: flex;
}

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

.site-login {
  height: 100%;
  display: block;
}

.full-screen {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

.full-screen-sede {
  z-index: 999;
  opacity: 0;
  background-color: #232425e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140%;
  display: none;
  position: fixed;
  inset: -20% 0 20%;
  overflow: visible;
}

.cookies-popis {
  float: none;
  clear: none;
  color: #232425;
  text-align: center;
  max-width: 450px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.kontajnerhlaska {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-upozornenie {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #dcdfe2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: -7px;
  margin-left: 0;
  padding: 3px 7px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
  top: -2px;
  overflow: visible;
}

.menu-tlacidlo-aktualizacia {
  clear: none;
  color: #4bc63e;
  text-align: center;
  letter-spacing: .25px;
  text-transform: none;
  background-color: #fff;
  border: 1px dashed #4bc63e;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 54px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .12s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #0000;
}

.menu-tlacidlo-aktualizacia:hover {
  color: #9e9fa1;
  background-color: #fff;
  border-color: #dcdfe200;
  border-radius: 22px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #00000026;
}

.center-tlacidla {
  z-index: 99;
  float: none;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.over-farba {
  z-index: 0;
  opacity: 0;
  background-color: #e23a33;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.over-text {
  z-index: 10;
  text-align: left;
  letter-spacing: -.25px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  position: relative;
}

.logo {
  width: 60px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kontajner-mobil {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}

.formular-popis-hlavny {
  float: none;
  clear: left;
  color: #232425;
  text-align: center;
  text-transform: none;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  display: block;
}

.bublinka-sipka {
  background-color: #e23a33;
  width: 15px;
  height: 15px;
  position: relative;
  top: 10px;
  left: 10px;
  transform: rotate(45deg);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.medium {
  color: #4d8cf5;
  font-weight: 400;
  line-height: 135%;
}

.box-prihlasovanie {
  z-index: 1;
  float: none;
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px 20px;
  display: block;
  position: static;
  overflow: visible;
}

.okno-pop-dynamic {
  box-shadow: none;
  background-color: #e4e6e8;
  border-radius: 12px;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  height: auto;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
  overflow: hidden;
}

.box-suhlas {
  z-index: 1;
  float: none;
  clear: none;
  width: 400px;
  height: 450px;
  padding: 30px 30px 25px;
  display: block;
  position: static;
  overflow: visible;
}

.box-footer {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
}

.center-xy-tlacidlo {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}

.div-block-24 {
  z-index: 999999999;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.slide1 {
  background-color: #4d8cf5;
}

.slide2 {
  background-color: #f5820b;
}

.hero-link {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.hero-link:hover {
  color: #4bc63e;
  letter-spacing: .75px;
  background-color: #fff;
  border-radius: 25px;
  transform: translate(0);
  box-shadow: 0 5px 10px #0003;
}

.slide-uvod-cookies {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

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

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

.slide-uvod {
  background-color: #e4e6e8;
  position: static;
}

.menu-tlacidlo-modre2-dynamic {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4d8cf5;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 54px;
  margin: 15px 5px 0;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-modre2-dynamic:hover {
  color: #fff;
  background-color: #4bc63e;
  border-radius: 22px;
  transform: translate(0);
  box-shadow: 0 5px 10px #0003;
}

.slide-uvod-2 {
  background-image: linear-gradient(to right, #e4e6e8, #fcfcfc);
}

.ikonka {
  margin-left: 10px;
  margin-right: -10px;
}

.image-2 {
  position: absolute;
  bottom: -1px;
  left: -6px;
}

.menu-tlacidlo-zelene-dynamic-form {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 54px;
  margin: 0 10px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: block;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-zelene-dynamic-form:hover {
  color: #000;
  letter-spacing: .75px;
  background-color: #fff;
  border-radius: 22px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.medium-3 {
  color: #000;
  font-weight: 600;
}

.s0-headline-nadpis {
  color: var(--4d8cf5);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

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

.s1-popis {
  color: var(--black);
  text-align: center;
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.kontajner_1000_gradient {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mask-2 {
  position: static;
  overflow: hidden;
}

.okienka-notifikator {
  display: none;
}

.full-screen-notifikator {
  z-index: 99;
  background-color: var(--e4e6e8);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

.kontajner-notifikator {
  float: left;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.notifikator-tlacidlo-2 {
  float: right;
  clear: none;
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border: 2px solid #4bc63e;
  border-radius: 23px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 14px 20px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .125s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
}

.notifikator-tlacidlo-2:hover {
  box-shadow: none;
  background-color: #232425;
  border-color: #232425;
  border-radius: 25px;
  transform: translate(0);
}

.notifikator-box-sender {
  justify-content: center;
  margin-bottom: 0;
  display: block;
  position: static;
  bottom: -600px;
}

.notifi-inteligent-sender {
  float: left;
  clear: left;
  background-color: #fff;
  border: 1px dotted #4d8cf5;
  border-radius: 20px;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin-left: -5px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.notifi-ikona {
  width: 24px;
  height: 20px;
  margin-top: 1px;
  margin-right: 3px;
}

.notifikator-input-clasic {
  float: none;
  clear: left;
  border: 1px none var(--c1c5c9);
  direction: ltr;
  color: #000;
  letter-spacing: -.25px;
  text-transform: none;
  background-color: #f6f7f7;
  border-radius: 15px 0 15px 15px;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: -5px;
  padding: 10px 5px 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: static;
  overflow: hidden;
}

.notifikator-input-clasic:hover {
  background-color: var(--eeeff0);
  border-color: #4d8cf5;
}

.notifikator-input-clasic:focus {
  border-color: var(--eeeff0);
}

.notifi-smart-sumar {
  float: right;
  clear: none;
  color: #4d8cf5;
  letter-spacing: -.5px;
  cursor: default;
  background-color: #0000;
  border-radius: 14px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 20px 15px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.notifi-smart-znacka-1 {
  float: left;
  clear: none;
  color: #000;
  letter-spacing: -.25px;
  cursor: default;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.notifi-smart-znacka-1:hover {
  color: #4d8cf5;
}

.notifi-box {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.hlaska-cervena {
  color: #f5820b;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 125%;
}

.notifi-inteligent-sender-2 {
  float: left;
  clear: left;
  background-color: var(--eeeff0);
  color: #000;
  border: 1px solid #eeeff0;
  border-top-style: none;
  border-radius: 0 0 20px 20px;
  width: 100%;
  height: auto;
  padding: 5px;
  overflow: hidden;
}

.notifi-smart-znacka-4 {
  float: right;
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  border: 1px #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px 10px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.notifi-smart-znacka-4:hover {
  background-color: #ffffff40;
}

.notifikator-tlacidlo-prave-2 {
  float: right;
  clear: none;
  box-shadow: none;
  color: #4bc63e;
  text-align: center;
  letter-spacing: -.25px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 23px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 14px 20px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .125s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
}

.notifikator-tlacidlo-prave-2:hover {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  border-color: #4bc63e;
  border-radius: 25px;
  transform: translate(0);
}

.popis {
  letter-spacing: -.25px;
  cursor: default;
  margin-bottom: -2px;
  font-size: 12px;
  font-weight: 400;
}

.info-znaky {
  color: #4d8cf5;
  text-align: right;
  cursor: default;
  width: 28px;
}

.notifikator-menu {
  z-index: 999;
  float: none;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 7px #00000012;
}

.notifi-bar-tlacidlo-l {
  z-index: 999;
  float: right;
  clear: none;
  color: var(--548ff0);
  letter-spacing: -.25px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  padding: 8px 10px 7px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.notifi-bar-tlacidlo-l:hover {
  color: #f5820b;
}

.notifi-bar-tlacidlo-l.tlacidlo-bold {
  color: var(--e23a33);
  letter-spacing: -.25px;
  text-transform: uppercase;
  font-weight: 600;
}

.notifi-bar-tlacidlo-l.hiden {
  display: none;
}

.notifi-bar-tlacidlo-p {
  float: left;
  clear: none;
  color: #4d8cf5;
  letter-spacing: .25px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-right: 10px;
  padding: 8px 15px 7px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.notifi-bar-tlacidlo-p:hover {
  color: #4d8cf5;
}

.div-block-30 {
  width: 200px;
  height: 40px;
}

.layout {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.historia {
  background-color: var(--e4e6e8);
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-right: 2px;
  padding-bottom: 15px;
  display: block;
  overflow: auto;
}

.historia-box {
  float: left;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: minmax(10px, auto) auto;
  grid-template-columns: 1fr auto;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  margin-left: 5px;
  display: grid;
  position: static;
  overflow: visible;
}

.editor {
  z-index: 50;
  background-color: #fff;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 15px;
  position: relative;
  box-shadow: 0 0 7px #00000012;
}

.notifi-prijatie {
  float: left;
  clear: left;
  border: 1px solid var(--c1c5c9);
  color: #a5a7aa;
  text-align: left;
  letter-spacing: -.25px;
  cursor: alias;
  background-color: #0000;
  border-radius: 0 8px 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 30px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: static;
}

.historia-blok {
  z-index: 10;
  float: right;
  clear: both;
  color: #6e6f71;
  letter-spacing: -.25px;
  background-color: #fcfcfc;
  border-radius: 12px 12px 0;
  width: 100%;
  min-width: 460px;
  max-width: 460px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px #0000000f;
}

.historia-blok:hover {
  color: #000;
  background-color: #fff;
}

.historia-blok.farba555 {
  background-color: var(--c1c5c9);
  color: #fff;
}

.historia-blok.farba555:hover {
  background-color: #9e9fa1;
}

.historia-bublinka {
  z-index: 0;
  background-color: #fff;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  position: relative;
  top: -55px;
  right: 0;
  transform: rotate(45deg);
}

.notifikator-stred {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.historia-text {
  z-index: 5;
  color: #232425;
  font-family: Open Sans, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  position: relative;
}

.notifikator-tlacidlo {
  float: right;
  clear: both;
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 20px 20px 20px 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .125s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.notifikator-tlacidlo:hover {
  background-color: var(--37d126);
  box-shadow: none;
  transform: translate(0);
}

.notifi-ikona-editor {
  float: right;
  clear: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}

.info-blok-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 100%;
  padding-left: 5px;
  display: flex;
}

.notifikator-layout {
  float: none;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr auto;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.info-blok-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60px;
  padding-left: 5px;
  display: flex;
}

.datum {
  float: left;
  clear: left;
  border-bottom: 1px none var(--c1c5c9);
  text-align: center;
  justify-content: flex-start;
  width: 80%;
  height: auto;
  margin: 20px auto 15px;
  padding-left: 5px;
  display: flex;
}

.notifi-datum {
  float: left;
  clear: left;
  border: 1px solid var(--e4e6e8);
  color: #a5a7aa;
  text-align: left;
  letter-spacing: .25px;
  background-color: #0000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 37px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.historia-box-kopy {
  z-index: 90;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  background-color: #4bc63e;
  border-radius: 0 8px 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 300;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.historia-box-kopy:hover {
  background-color: #4d8cf5;
}

.notifi-maska {
  border-top-left-radius: 0;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  width: 250px;
  height: 50px;
  margin-top: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.notifi-datumovnik {
  background-color: var(--eeeff0);
  color: #000;
  border-radius: 0 20px 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all .125s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(-200px);
}

.notifi-datumovnik:hover {
  background-color: #dcdfe2;
}

.notifi-vyberovnik {
  color: #4d8cf5;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border-style: none;
  width: 61px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.text-block-5 {
  margin-top: 2px;
}

.notifi-ikona-stav {
  float: left;
  width: 16px;
  height: 16px;
}

.notifi-typ {
  float: left;
  clear: left;
  background-color: var(--c1c5c9);
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  cursor: default;
  border-radius: 8px 8px 8px 0;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 30px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
}

.notifi-typ:hover {
  background-color: #4d8cf5;
}

.historia-text-moznosti {
  z-index: 99;
  opacity: 0;
  border-radius: 8px 0 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.tlacidlo-moznosti {
  float: right;
  background-color: var(--c1c5c9);
  color: var(--fcfcfc-2);
  text-align: right;
  letter-spacing: -.25px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 104px;
  height: 30px;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 13px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.tlacidlo-moznosti:hover {
  color: #fff;
  background-color: #4bc63e;
}

.tlacidlo-moznosti.cervena:hover {
  color: #fff;
  background-color: #e23a33;
}

.tlacidlo-moznosti.modra {
  float: right;
  background-color: #4d8cf5;
  width: 500px;
}

.tlacidlo-moznosti.modra:hover {
  color: #fff;
  background-color: #4d8cf5;
}

.tlacidlo-moznosti.cervene {
  background-color: var(--e23a33);
}

.formular-popis-center {
  float: none;
  clear: left;
  color: #232425;
  text-align: center;
  max-width: 500px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 145%;
  display: block;
}

.upo-center-box {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  bottom: 25%;
  left: 0;
  right: 0;
}

.menu-tlacidlo-sede {
  background-color: var(--c1c5c9);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #0000;
}

.menu-tlacidlo-sede:hover {
  color: #232425;
  background-color: #fff;
  border-radius: 25px;
  transform: translate(0);
  box-shadow: 0 5px 10px #0003;
}

.historia-moznosti-txt {
  text-align: left;
  flex: 1;
  margin-top: -1px;
}

.moznosti-notifi-ikona {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.historia-box-pravy {
  float: left;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: auto auto 130px;
  grid-auto-columns: 1fr;
  width: 800px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -15px;
  display: grid;
  overflow: hidden;
}

.div-block-31 {
  float: left;
  clear: none;
  background-color: #ffcb2e;
  width: 100px;
  height: 100%;
}

.div-block-33 {
  float: right;
  clear: none;
  background-color: #ffcb2e;
  width: 100px;
  height: 100%;
}

.div-block-32 {
  float: left;
  clear: none;
  background-color: #ffcb2e;
  width: 50px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column, .column-2, .column-3 {
  height: 100%;
}

.info-blok-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.info-blok-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  display: flex;
}

.notifi-cas {
  z-index: 1;
  float: right;
  clear: right;
  color: #a5a7aa;
  text-align: right;
  letter-spacing: 0;
  cursor: progress;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.notifi-cena {
  z-index: 0;
  float: right;
  clear: right;
  background-color: var(--c1c5c9);
  color: #fff;
  text-align: right;
  letter-spacing: -.25px;
  cursor: default;
  border-radius: 8px 0 0 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 26px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
}

.notifi-cena:hover {
  background-color: #4d8cf5;
}

.notifi-cenovka {
  float: left;
  clear: left;
  border: 1px none var(--c1c5c9);
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  cursor: help;
  background-color: #4bc63e;
  border-radius: 8px 8px 8px 0;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 30px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: static;
}

.notifi-sumar {
  float: left;
  clear: left;
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  cursor: default;
  background-color: #4bc63e;
  border-radius: 8px 8px 8px 0;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 30px;
  padding: 5px 10px 5px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
}

.notifi-sumar:hover {
  background-color: #4d8cf5;
}

.box-moznosti {
  clear: none;
  opacity: 0;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 200px;
  height: 100%;
  padding-left: 1px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(100%);
}

.medzera-05-prava {
  float: none;
  clear: right;
  height: 4px;
}

.txt-sms {
  margin-right: 4px;
}

.txt-euro {
  float: right;
  margin-left: 2px;
}

.checkbox-field {
  float: left;
  clear: none;
  width: auto;
  margin: 5px 10px 5px 15px;
}

.box-ulice {
  float: left;
  clear: left;
  align-self: start;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.check-ulica-box {
  float: left;
  letter-spacing: -.35px;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
}

.check-ulica-boxik-podklad {
  z-index: 1;
  float: left;
  background-color: #dcdfe2;
  border-radius: 8px;
  width: 19px;
  height: 19px;
  position: relative;
}

.check-boxik-text {
  float: left;
  margin-top: 1px;
  line-height: 120%;
  position: relative;
}

.check-ulica-boxik-check {
  z-index: 3;
  float: left;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.check-celok {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  z-index: 999;
  position: relative;
  transform: scale(15);
}

.check-pl-v {
  background-color: #4d8cf5;
  width: 1px;
  height: 1px;
  position: absolute;
}

.check-pl-h {
  background-color: #4d8cf5;
  width: 7px;
  height: 1px;
  position: absolute;
}

.check-ulica-boxik-gulka {
  z-index: 5;
  float: left;
  opacity: 0;
  background-color: #4d8cf5;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(.05);
}

.tlacidlo-refresh {
  clear: left;
  filter: grayscale();
  background-color: #fff;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .12s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
  transform: translate(0);
  box-shadow: inset 0 6px 5px #a5a7aa99;
}

.tlacidlo-refresh:hover {
  filter: grayscale(0%);
  border-radius: 23px;
  transform: translate(0, -1px);
  box-shadow: inset 0 4px 3px #a5a7aa80;
}

.predelnik {
  float: left;
  clear: left;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #a5a7aa, var(--eeeff0));
  opacity: .28;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.refresh-ikona {
  position: relative;
}

.notifikacie-celok {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  text-transform: uppercase;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  position: absolute;
  top: -12px;
  right: 17px;
  overflow: hidden;
}

.tlacidlo-notifikacie {
  clear: left;
  color: #6e6f71;
  text-align: center;
  letter-spacing: -.25px;
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 115%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.notifikacia-podklad-0 {
  z-index: 5;
  background-color: #e23a33;
  width: 100%;
  height: 100%;
  position: absolute;
}

.notifikacia-pocet {
  z-index: 9;
  position: relative;
}

.notifikacia-podklad-1 {
  z-index: 1;
  opacity: 0;
  background-color: #4d8cf5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-6 {
  float: left;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.notifikacie-podtext {
  opacity: .85;
}

.suma {
  float: right;
  margin-left: 7px;
}

.pocet {
  margin-top: -1px;
  margin-left: 7px;
}

.notifikator-ulice {
  float: none;
  clear: left;
  direction: ltr;
  letter-spacing: -.25px;
  text-transform: none;
  background-color: #f6f7f700;
  border: 1px dashed #c1c5c980;
  border-radius: 15px 15px 0;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: -5px;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: static;
  overflow: hidden;
}

.notifikator-ulice:hover {
  background-color: #f6f7f780;
  border-color: #4d8cf5;
}

.notifikator-ulice:focus {
  border-color: var(--eeeff0);
}

.vodomer-box {
  z-index: 1;
  float: none;
  clear: none;
  background-color: #0000;
  border: 1px dashed #4d8cf5;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.vodomer-box.cervena {
  border-color: #f5820b;
}

.vodomer-cislica {
  float: none;
  clear: none;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 6px 2px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.vodomer-cislica.cervena {
  color: #f5820b;
}

.vodomer-center-pocitadlo {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.vodomer-ciarka {
  float: none;
  clear: none;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 2px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.vodomer-ciarka.cervena {
  color: #f5820b;
}

.vodomer-sn {
  float: none;
  clear: none;
  color: #4d8cf5;
  text-align: center;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.vodomer-sn.cervena {
  color: #f5820b;
}

.vodomer-nadpis {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.vodomer-nadpis.cervena {
  color: #f5820b;
}

.vodomer-box-logo {
  clear: left;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 5px auto 12px;
  display: flex;
}

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

.div-block-34 {
  float: left;
  clear: left;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.div-block-35 {
  background-color: var(--eeeff0);
  border: 2px solid #4d8cf5;
  border-radius: 190px;
  width: 380px;
  height: 380px;
  padding: 30px;
  display: block;
}

.div-block-35.cervena {
  border-color: #f5820b;
}

.medzera-vodomer-2 {
  clear: left;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-block-7 {
  clear: none;
}

.vodomer-sumar {
  float: none;
  clear: left;
  color: #a5a7aa;
  text-align: center;
  text-transform: none;
  width: 270px;
  max-width: 600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.link {
  text-decoration: none;
}

.link.cervene {
  color: #f5820b;
}

.vodomer-kontajner {
  float: left;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kontajner-formular {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: visible;
}

.unordered-list {
  float: left;
  clear: left;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.odrazka-bunka {
  float: none;
  clear: left;
  color: var(--black);
  text-align: center;
  cursor: help;
  background-color: #dcdfe24d;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 25px 30px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 155%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.odrazka-bunka:hover {
  background-color: var(--eeeff0);
  border-radius: 30px;
}

.odrazka-text {
  float: none;
  clear: none;
  color: #232425;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 0 auto;
  margin-left: 0;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.s0-odrazka {
  float: left;
  clear: left;
  color: #fff;
  text-align: left;
  text-transform: none;
  background-color: #4bc63e;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 30px;
  padding-top: 2px;
  padding-left: 2px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.medium-4 {
  color: var(--black);
  font-weight: 600;
}

.odrazky-center {
  justify-content: center;
  display: flex;
}

.text-block-8 {
  font-family: Open Sans, sans-serif;
}

.historia-box-lavy {
  float: left;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0000;
  grid-template: ". . ."
                 ". . ."
                 / auto auto 40%;
  grid-auto-columns: 1fr;
  width: 700px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
  overflow: hidden;
}

.historia-blok-lavy {
  z-index: 10;
  float: right;
  clear: both;
  color: #fff;
  letter-spacing: -.25px;
  background-color: #4d8cf5;
  border-radius: 0 12px 12px;
  width: 100%;
  min-width: 360px;
  height: auto;
  margin-left: 0;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px #0000000f;
}

.historia-blok-lavy:hover {
  background-color: var(--548ff0);
  color: #fff;
}

.historia-blok-lavy.farba555 {
  color: #fff;
  background-color: #4d8cf5;
}

.historia-blok-lavy.farba555:hover {
  background-color: #538ff1;
}

.historia-text-lave {
  z-index: 5;
  float: left;
  clear: left;
  margin-bottom: 10px;
  position: relative;
}

.notifi-cas-lavy {
  z-index: 1;
  float: right;
  clear: right;
  color: var(--eeeff0);
  text-align: right;
  letter-spacing: 0;
  cursor: progress;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.info-blok-lave {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  padding-left: 10px;
  display: flex;
}

.notifi-typ-lave {
  float: left;
  clear: left;
  background-color: var(--c1c5c9);
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  cursor: default;
  border-radius: 8px 8px 8px 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-bottom: 5px;
  padding: 5px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
}

.support-chat {
  z-index: 999;
  background-color: #c1c5c999;
  border-radius: 12px 12px 0;
  grid-template: "."
                 "."
                 "." 450px
                 / 300px;
  width: auto;
  min-width: auto;
  height: auto;
  margin: 15px 40px 40px 15px;
  padding: 1px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 30px 5px #0000001f;
}

.textarea {
  min-height: 150px;
}

.formular-input-veta {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px dotted #fff0;
  width: 310px;
  min-width: 310px;
  max-width: 310px;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
}

.formular-input-veta:focus {
  border-color: #fff0;
}

.formular-input-veta.center-txt {
  text-align: center;
}

.div-block-36 {
  z-index: -1;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 340px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.center-r {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.suhlas-spracovanie {
  float: left;
  clear: left;
  background-color: #0000;
  height: 10px;
  margin-top: -10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.formular-input-text {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px dotted #fff0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 290px;
  min-height: 290px;
  max-height: 290px;
  margin-bottom: 0;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
  overflow: hidden;
}

.formular-input-text:focus {
  border-color: #fff0;
}

.formular-input-text.center-txt {
  text-align: center;
}

.formular-input-pomoc {
  float: left;
  clear: left;
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #4bc63e;
  background-image: none;
  border: 1px solid #4bc63e;
  border-radius: 11px 11px 0 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: all .23s cubic-bezier(.445, .05, .55, .95);
  overflow: auto;
}

.formular-input-pomoc:hover {
  background-color: #9e9fa1;
  background-image: none;
  border-style: solid;
  border-color: #9e9fa1;
}

.formular-input-pomoc:active {
  border: 2px solid #9e9fa1;
}

.formular-input-pomoc:focus {
  background-color: #9e9fa1;
  background-image: none;
  border-style: solid;
  border-color: #9e9fa1;
}

.formular-input-pomoc.center-txt {
  text-align: center;
}

.formular-riadok-pomoc {
  float: none;
  clear: left;
  height: auto;
  margin-bottom: 0;
}

.center-r-pomoc {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.s1-text-vyhoda-popis {
  clear: left;
  color: #000;
  text-align: left;
  letter-spacing: .15px;
  max-width: 620px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 165%;
}

.vyhoda {
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.vyhoda-ikona {
  clear: none;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 6% auto;
}

.vyhoda-nadpis {
  clear: left;
  margin-bottom: 12px;
}

.vyhoda-blok {
  z-index: 9;
  float: none;
  clear: left;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.s0-headline-vyhoda {
  clear: left;
  color: #4d8cf5;
  text-align: left;
  letter-spacing: -.1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.odrazka-riadok {
  float: none;
  clear: left;
  background-color: #2a241f00;
  border-radius: 5px;
  align-items: center;
  max-width: 600px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 7px 10px;
  list-style-type: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.odrazka-riadok:hover {
  background-color: #2a241f0a;
}

.odrazka-txt {
  float: none;
  clear: none;
  color: var(--black);
  margin-left: 0;
  padding-left: 30px;
  font-weight: 400;
  display: block;
}

.vyhody-odrazky {
  letter-spacing: -.25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  display: block;
}

.medium-5 {
  color: #4d8cf5;
  font-weight: 600;
}

.medium-5b {
  color: #4d8cf5;
  font-weight: 700;
}

.medium-7 {
  color: #4d8cf5;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.s1-vyhoda {
  clear: left;
  color: #4d8cf5;
  text-align: left;
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 540px;
  margin-left: -1px;
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.formular-input-otazka {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: .5px;
  column-span: none;
  background-color: #fcfcfc;
  background-image: linear-gradient(#0000, #fff0), linear-gradient(#fff0, #fff0);
  border: 1px solid #dcdfe200;
  border-radius: 25px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: all .23s cubic-bezier(.445, .05, .55, .95);
  overflow: hidden;
}

.formular-input-otazka:hover {
  background-color: #fff;
  background-image: none;
  border-color: #eeeff0;
}

.formular-input-otazka:active {
  background-color: #fff;
  border-color: #f5820b;
}

.formular-input-otazka:focus {
  background-image: none;
  border-width: 2px;
  border-color: #4d8cf5;
}

.formular-input-otazka.center-txt {
  text-align: center;
}

.menu-tlacidlo-kontakt-predaj {
  z-index: 999;
  background-color: var(--c1c5c9);
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin: 15px 10px 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-kontakt-predaj:hover {
  color: #4bc63e;
  background-color: #fff;
  border-radius: 25px;
  transform: translate(0);
  box-shadow: 0 5px 10px #0003;
}

.text-block-9 {
  letter-spacing: .25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-weight: 400;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template: "." 150px
                 "."
                 "." 300px
                 / 350px;
  position: static;
  inset: auto auto 0% 0%;
}

.form {
  width: 100%;
}

.support-chat-lave {
  z-index: 999;
  background-color: #4bc63e;
  border: .5px solid #dcdfe2;
  border-radius: 8px;
  width: auto;
  min-width: auto;
  height: auto;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 30px 5px #0000001f;
}

.grid-2 {
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.div-block-37 {
  background-color: #f6f7f7;
  border-radius: 12px 12px 0 11px;
}

.menu-tlacidlo-biele-dynamic {
  color: #232425;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 0 20px 20px 10px;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(0);
  box-shadow: inset 0 0 3px #0000, 0 7px 12px 2px #00000012;
}

.menu-tlacidlo-biele-dynamic:hover {
  color: #fff;
  background-color: #4bc63e;
  border-radius: 25px;
  transform: translate(0);
  box-shadow: inset 0 -5px 30px #00000012, 0 0 5px #0000000d;
}

.text-block-10 {
  letter-spacing: .25px;
}

.tag {
  color: #e23a33;
  border: 1px dashed #e23a33;
  border-radius: 8px;
  width: auto;
  margin-top: 7px;
  margin-right: 7px;
  padding: 7px 14px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.tag.zelene {
  color: #4bc63e;
  border-color: #4bc63e;
}

.tag.modre {
  color: #4d8cf5;
  border-color: #4d8cf5;
}

.tag.oranzova {
  color: #9e9fa1;
  border: 1px dashed #dcdfe2;
}

.box-notifikator {
  background-color: var(--e4e6e8);
  box-shadow: none;
  background-image: none;
  border-radius: 8px;
  width: 80%;
  height: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 25px;
}

.menu-linka-2 {
  z-index: 99;
  float: none;
  clear: none;
  background-image: linear-gradient(to right, #fff0 10%, #c1c5c9 40% 60%, #fff0 90%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.menu-tlacidlo-blue-dynamic {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4d8cf5;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-blue-dynamic:hover {
  color: #fff;
  background-color: #4bc63e;
  border-radius: 30px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.formular-nadpis-hlavny2 {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.formular-nadpis-hlavny2.biela {
  color: #fff;
  text-align: center;
}

.nastav-nadpis {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.nastav-nadpis.biela {
  color: #fff;
  text-align: center;
}

.nastav-box-hlavnenastavenie {
  box-shadow: none;
  border: 1px solid #4d8cf5;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 20px auto 50px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.nastav-box-hlavnenastavenie.farba-firma {
  background-color: var(--eeeff0);
  cursor: pointer;
  border: 1px dashed #a5a7aa;
}

.nastav-box-hlavnenastavenie.pridat {
  background-color: #dcdfe2;
}

.nastav-box-hlavnenastavenie.farba-obec {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #4d8cf5;
}

.nastav-box-hlavnenastavenie.skupina1 {
  border: 1px solid #ffa714;
}

.nastav-box-hlavnenastavenie.skupina2 {
  border: 1px solid #4bc63e;
}

.nastav-box-hlavnenastavenie.skupina3 {
  border: 1px solid #4d8cf5;
}

.nastav-box-hlavnenastavenie.notifi1 {
  border: 1px solid #ffa714;
}

.nastav-box-hlavnenastavenie.notifi2 {
  border: 1px solid #a5a7aa;
}

.nastav-popis {
  color: #232425;
  text-align: left;
  margin-top: -3px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.nastav-popis.center-txt {
  float: none;
  text-align: center;
  margin-right: 0;
  font-weight: 600;
  line-height: 145%;
}

.nastav-popis.biela {
  color: #fff;
}

.nastav-tlacidlo-posun {
  height: 0%;
  margin-top: 9px;
}

.nastav-box-podnastavenie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  color: #232425;
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  border: 1px solid #dcdfe2;
  border-radius: 30px;
  flex-direction: column;
  grid-template: ". ."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 8px;
  transition: all .175s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: static;
  overflow: hidden;
}

.nastav-box-podnastavenie:hover {
  color: #4d8cf5;
  background-color: #f6f7f7;
  border-color: #a5a7aa00;
}

.box-nastav {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.nastav-box-obec {
  margin-left: auto;
  margin-right: auto;
}

.nastav-podpopis {
  z-index: 5;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 12px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
}

.nastav-podpopis.center-txt {
  float: none;
  text-align: center;
  margin-right: 0;
  font-weight: 600;
  line-height: 145%;
}

.nastav-podpopis.biela {
  color: #fff;
}

.submit-button {
  float: left;
}

.columns {
  float: left;
  clear: left;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-2 {
  float: left;
  clear: left;
  width: 100%;
}

.columns-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block-2 {
  float: none;
  clear: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nastav-nadpis-center {
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.nastav-nadpis-center.biela {
  color: #fff;
  text-align: center;
}

.kontajner-nastav {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-38 {
  z-index: 0;
  background-color: #fff;
  width: 107%;
  height: 56px;
  margin-top: -18px;
  margin-left: -25px;
  position: absolute;
  inset: auto 0% 0%;
}

.nastav-podnadpispopis {
  z-index: 5;
  clear: none;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.nastav-podnadpispopis.center-txt {
  float: none;
  text-align: center;
  margin-right: 0;
  font-weight: 600;
  line-height: 145%;
}

.nastav-podnadpispopis.biela {
  color: #fff;
}

.nastav-box-podnastav {
  grid-column-gap: 0px;
  background-color: var(--e4e6e8);
  border-radius: 25px;
  grid-template: ". ." 100%
  / 1.25fr auto;
  place-items: center start;
  height: 50px;
  margin-top: 10px;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 10px;
}

.div-block-40, .div-block-41 {
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.box-filter {
  background-color: var(--eeeff0);
  color: #232425;
  border-radius: 25px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: block;
}

.box-filter:hover {
  color: #000;
  background-color: #4bc63e;
}

.filter-box-tlacidlo {
  float: right;
  clear: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  min-width: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: auto;
  padding-bottom: auto;
  padding-right: 10px;
  display: flex;
}

.filter-box-info-grafika {
  float: left;
  clear: left;
  width: 80%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 15px;
}

.ikona-filter {
  float: left;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 5px;
  padding-top: 1px;
  display: flex;
}

.filter-box-popis {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 10px;
  display: flex;
}

.tlacidlo-celok-auto-w {
  float: right;
  clear: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.box-filtre-skupina-1 {
  background-color: #e23a33;
  border-radius: 30px;
  width: 80%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 10px;
}

.nastavenia-popis-box {
  color: #4d8cf5;
  background-color: #fff;
  border: 1px #e23a33;
  border-radius: 12px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: -16px;
}

.nastavenia-popis-box.popis2 {
  color: #a5a7aa;
}

.nastavenia-popis-box.popis3 {
  color: #4d8cf5;
}

.nastavenia-popis-box.popis4 {
  color: #4bc63e;
}

.nastavenia-popis-box.popis1 {
  color: #ffa714;
}

.nastavenia-box-nadpis {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.box-filter-notifikator {
  background-color: var(--eeeff0);
  color: #232425;
  border-radius: 25px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: block;
}

.box-filter-notifikator:hover {
  color: #000;
  background-color: #ffa714;
}

.filter-box-popis-notifi {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 10px;
  display: flex;
}

.box-filter-ulice {
  border-bottom-width: 1px;
  border-bottom-color: #dcdfe2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 15px;
  display: block;
}

.box-filter-ulice:hover {
  margin-top: 0;
}

.nastavenia-input {
  background-color: var(--eeeff0);
  border: 1px solid #fff;
  border-radius: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-top: 26px;
  margin-bottom: 10px;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: block;
}

.nastavenia-input:hover {
  background-color: var(--e4e6e8);
  border: 1px solid #eeeff0;
}

.nastavenia-input:active {
  background-color: #fff;
  border-width: 2px;
  border-color: #4d8cf5;
}

.nastavenie-input-text {
  z-index: 5;
  color: #232425;
  text-align: left;
  align-items: center;
  width: 400px;
  height: 100%;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.nastavenie-input-text.center-txt {
  float: none;
  text-align: center;
  margin-right: 0;
  font-weight: 600;
  line-height: 145%;
}

.nastavenie-input-text.biela {
  color: #fff;
}

.nastavenia-input-notifi {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: .25px;
  background-color: #dcdfe2;
  background-image: linear-gradient(#0000, #fff0), linear-gradient(#fff0, #fff0);
  border: 1px solid #dcdfe2;
  border-radius: 25px;
  height: 50px;
  margin: 10px auto;
  padding-left: 25px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  transition: all .23s cubic-bezier(.445, .05, .55, .95);
  overflow: auto;
}

.nastavenia-input-notifi:hover {
  background-color: #fff;
  background-image: none;
  border-style: solid;
  border-color: #4d8cf5;
}

.nastavenia-input-notifi:active {
  background-color: #fff;
  border-style: solid;
  border-color: #4d8cf5;
}

.nastavenia-input-notifi:focus {
  background-image: none;
  border: 2px solid #4d8cf5;
}

.nastavenia-input-notifi.center-txt {
  text-align: center;
}

.div-block-42 {
  margin-top: 10px;
  margin-left: 10px;
}

.notifikator-pridat {
  float: right;
  box-shadow: none;
  letter-spacing: -.25px;
  text-transform: uppercase;
  background-color: #4d8cf5;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: -40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .125s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  top: -55px;
  right: 5px;
  overflow: hidden;
  transform: translate(0);
}

.notifikator-pridat:hover {
  box-shadow: none;
  background-color: #4bc63e;
  transform: translate(0);
}

.notifi-ikona-pridat {
  z-index: 99;
  float: right;
  clear: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.nastavenia-riadok-pridat {
  float: none;
  clear: left;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
}

.form-block-3 {
  margin-bottom: 0;
}

.notifikator-nazov {
  z-index: 5;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1px;
  margin-right: 12px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
}

.notifikator-nazov.center-txt {
  float: none;
  text-align: center;
  margin-right: 0;
  font-weight: 600;
  line-height: 145%;
}

.notifikator-nazov.biela {
  color: #fff;
}

.div-block-43 {
  width: 30px;
  height: 15px;
  margin-top: 13px;
  margin-left: -2px;
  overflow: hidden;
}

.div-block-44 {
  background-color: #000;
  width: 30px;
  height: 30px;
  transform: translate(0, -28px)rotate(45deg);
}

.natavenia-ikona {
  float: left;
  width: 28px;
  height: 28px;
  margin-top: 4px;
}

.nastavenia-logo {
  color: var(--548ff0);
  letter-spacing: -.5px;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 15px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-11 {
  float: left;
  margin-left: 8px;
}

.kontajner_1000_visible_pc {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.medium-8 {
  color: #4d8cf5;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.medium-9 {
  font-weight: 700;
}

.formular-riadok-dynamik {
  float: none;
  clear: left;
  height: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.formular-login-popis-nadpis {
  float: none;
  clear: none;
  color: var(--4d8cf5);
  text-align: center;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  display: block;
}

.menu-spodne {
  z-index: 99999;
  background-color: #fff;
  border-top: 1px solid #eeeff0;
  width: 100vw;
  height: 140px;
  display: block;
  position: fixed;
  inset: auto 0% -70px;
}

.menu-spodne-tab-vyska-100p {
  width: 100vw;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  color: #c1c5c9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  padding-bottom: 7px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
}

.menu-spodne-ikonka {
  height: 60%;
  margin-bottom: 1px;
}

.menu-vrchne {
  z-index: 9999;
  width: 100vw;
  height: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.menu-ikonka, .menu-logo {
  float: left;
  width: 28px;
  height: 28px;
  margin-top: 4px;
}

.menu-notifikacia {
  z-index: 999;
  color: #fff;
  letter-spacing: -.15px;
  background-color: #e23a33;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  padding-top: 0;
  font-size: 11px;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 50%;
  right: 50%;
}

.navod-pridanie-na-plochu {
  display: none;
}

.okno {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: 2px;
  padding-top: 50px;
  padding-bottom: 100px;
  display: block;
  overflow: scroll;
}

.slide-2 {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: auto;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.mask-3 {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.okno-1 {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: 2px;
  padding-bottom: 100px;
  overflow: scroll;
}

.none {
  width: 1px;
  height: 1px;
  display: none;
  inset: 0% auto auto 0%;
}

.slide-3, .slide-1, .slide-5 {
  overflow: hidden;
}

.bublina-oznam {
  z-index: 10;
  float: right;
  clear: both;
  background-color: var(--e4e6e8);
  color: #6e6f71;
  letter-spacing: -.25px;
  border-radius: 20px 20px 0;
  width: 100%;
  min-width: 460px;
  max-width: 460px;
  height: auto;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px #0000000f;
}

.bublina-oznam:hover {
  color: #000;
  background-color: #fff;
}

.bublina-oznam.farba555 {
  background-color: var(--c1c5c9);
  color: #fff;
}

.bublina-oznam.farba555:hover {
  background-color: #9e9fa1;
}

.bublina-oznam.farba-plan {
  background-color: #ffcb2e;
}

.bublina-oznam.farba-plan:hover {
  background-color: var(--c1c5c9);
}

.kontajner-bublina {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.menu-tlacidlo-modre-dynamic {
  background-color: var(--4bc63e);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-modre-dynamic:hover {
  background-color: var(--ffa714);
  border-radius: 30px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

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

.div-block-45 {
  border-radius: 40px;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-block-13 {
  line-height: 120%;
}

.text-block-14, .text-block-15 {
  line-height: 150%;
}

.s1-popis-2 {
  color: #000;
  text-align: center;
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 145%;
  display: block;
}

.formular-riadok-nastavenia {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  display: block;
  position: relative;
}

._0x0-2 {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.formular-popis-bold {
  float: left;
  clear: none;
  color: #000;
  text-align: left;
  margin: 2px 5px 0 17px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 125%;
  display: block;
}

.formular-popis-bold.center-txt {
  float: none;
  text-align: center;
  margin-right: 0;
  font-weight: 600;
  line-height: 145%;
}

.formular-popis-bold.biela {
  color: #fff;
}

.formular-popis-fajka {
  float: left;
  clear: none;
  color: #6e6f71;
  text-align: left;
  margin: 2px 5px 0 17px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.formular-popis-fajka.center-txt {
  float: none;
  text-align: center;
  margin-right: 0;
  font-weight: 600;
  line-height: 145%;
}

.formular-popis-fajka.biela {
  color: #fff;
}

.div-block-46 {
  width: auto;
  height: 40px;
  position: relative;
  inset: 0% 0% auto auto;
}

.butt-boxik-rt {
  z-index: 999;
  float: right;
  clear: none;
  color: #4d8cf5;
  letter-spacing: -.25px;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.butt-boxik-rt:hover {
  color: #f5820b;
}

.odstup-18 {
  float: left;
  clear: left;
  width: 14px;
  height: 10px;
}

.gradient-biela {
  z-index: 5;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.formular-tablet {
  background-color: var(--e4e6e8);
  background-image: none;
  border-radius: 12px;
  width: 80%;
  margin: 50px auto;
  padding: 5px 5px 6px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.vyska-dynamic {
  height: auto;
}

.tlacidlo-scroll {
  z-index: 9999;
  background-color: #00000012;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.tlacidlo-scroll.w--current {
  position: relative;
}

.home-animacia {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-roh-lavy {
  z-index: 999999;
  width: 80px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.formular-nadpis-orange {
  float: none;
  clear: left;
  color: #f5820b;
  text-align: center;
  text-transform: none;
  max-width: 450px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: block;
}

.formular-nadpis-orange.biela {
  color: #fff;
  text-align: center;
}

.symbol-button-doprava {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 90px;
  padding-left: 14px;
  padding-right: 8px;
  display: flex;
}

.nadpis-titulny {
  z-index: 5;
  position: relative;
  bottom: -20px;
}

.tlacidlo-posunut {
  z-index: 990;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 15px;
}

.menu-scroll-box {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100vh;
  margin-right: 7vw;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.menu-scroll-podklad {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 250px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: -10% 0% 0%;
}

.dots {
  float: left;
  clear: left;
  background-color: #4d8cf5;
  border: 6px solid #fff;
  border-radius: 25px;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
}

.dots:hover {
  background-color: #4bc63e;
  border-width: 4px;
}

.dots.w--current:hover {
  border-width: 6px;
}

.div-block-48 {
  background-color: #4d8cf5;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.dots-wrapper {
  z-index: 1001;
  width: auto;
  font-family: Dinpro, sans-serif;
  display: block;
  position: fixed;
  top: 35%;
  right: 145px;
}

.dots-2 {
  z-index: 9;
  float: left;
  clear: left;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 10px 10px 9px;
  list-style-type: disc;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.dots-2:hover {
  padding: 6px 7px 7px 6px;
}

.dots-2.w--current {
  float: none;
  clear: left;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 5px 6px 6px 5px;
  transition-duration: .2s;
  display: block;
}

.dots-2.w--current:hover {
  transition-duration: .4s;
}

.dots-2.w--current:active {
  transition-duration: .25s;
}

.nav-text {
  float: none;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #120c0999;
  border-radius: 6px;
  width: 125px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 6px 15px 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
  position: relative;
  top: -8px;
}

.box-text-pravy {
  float: left;
  clear: none;
  width: 70%;
}

.kontajner-rieka {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.line {
  z-index: 0;
  opacity: .4;
  border-left: 1px dotted #4d8cf5;
  width: 2px;
  height: 85%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.menu-scroll-gulka {
  background-color: #4d8cf5;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.butt-boxik-lt {
  z-index: 999;
  float: left;
  clear: none;
  color: #4d8cf5;
  letter-spacing: -.25px;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.butt-boxik-lt:hover {
  color: #f5820b;
}

.menu-lista {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  width: 100%;
  height: 44px;
  padding-top: 1px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 15px #0000001a;
}

.section-dynamic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-my-css {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.section-my-css.zlta {
  background-color: var(--e4e6e8);
}

.text-block-16 {
  float: left;
  width: auto;
  margin-left: 30px;
  text-decoration: none;
}

.div-block-49 {
  z-index: 9999;
  background-color: #4d8cf5;
  border-radius: 18px;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 15px 12px 10px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-51 {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-52 {
  height: 100%;
  overflow: scroll;
}

.div-block-53 {
  width: 100%;
}

.div-block-54 {
  clear: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-9 {
  width: 560px;
  height: auto;
  padding-bottom: 50px;
}

.moje-notifikacie-sms-hlasnik-rozhlas-copy {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-bottom: 2px;
  display: flex;
  position: relative;
}

.bold-text {
  font-weight: 400;
  text-decoration: underline;
}

.navod-blok000 {
  z-index: 9;
  float: none;
  clear: none;
  align-items: center;
  height: 100%;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.navod000 {
  margin-bottom: 200px;
  padding: 10px 20px;
}

.s1-text-vyhoda-popis-2 {
  clear: left;
  color: #232425;
  text-align: left;
  letter-spacing: .25px;
  margin-left: 1px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.s0-headline-navod {
  color: #4d8cf5;
  text-align: left;
  letter-spacing: -.25px;
  text-transform: none;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.vyhoda-ikona-2 {
  clear: none;
  width: 33%;
  height: 42%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tag-2 {
  color: #4d8cf5;
  border: 1px dashed #a5a7aa;
  border-radius: 8px;
  width: auto;
  margin-top: 7px;
  margin-right: 7px;
  padding: 7px 14px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.tag-2.oranzova {
  border: 1px dashed #dcdfe2;
}

.tag-2.zelene {
  border-color: #4bc63e;
}

.tag-2.modre {
  border-color: #4d8cf5;
}

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

.s1-vyhoda-2 {
  color: #000;
  text-align: left;
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.navod {
  margin-bottom: 100px;
  padding: 10px 20px;
}

.medzera-50-2 {
  clear: left;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vyhoda-nadpis-2 {
  clear: left;
  margin-bottom: 15px;
}

.medium-3-2 {
  color: #232425;
  font-weight: 600;
}

.formular-check-2 {
  z-index: 99;
  float: left;
  clear: none;
  background-image: linear-gradient(#6161611a, #6161611a);
  border: 1px solid #6161614d;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  display: block;
  position: relative;
}

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

.s0-headline-nadpis-2 {
  color: #4d8cf5;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.tlacidlo-on-off-text-off-2 {
  z-index: 1;
  letter-spacing: .5px;
  display: block;
  position: relative;
  top: 0;
  right: -12px;
}

.tlacidlo-on-off-3 {
  z-index: 99;
  clear: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #dcdfe2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 66px;
  height: 34px;
  font-family: Dinpro, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 3px 10px #0000000d, inset 4px 4px 3px #0000000d;
}

.tlacidlo-on-off-3:hover {
  background-color: #dcdfe2;
  box-shadow: 0 2px 5px #0000000d, inset 4px 4px 5px #00000017;
}

.tlacidlo-on-off-zelena-2 {
  z-index: 5;
  clear: none;
  opacity: 0;
  text-align: left;
  background-color: #4bc63e;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 66px;
  height: 34px;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: inset 4px 4px 3px #0000000d;
}

.su3-pismeno-2 {
  float: left;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

.su3-odrazka-2 {
  color: #4d8cf5;
  text-align: left;
  margin-left: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.formular-2 {
  box-shadow: none;
  background-color: #e4e6e8;
  background-image: none;
  border-radius: 12px;
  width: 80%;
  height: auto;
  margin-bottom: 25px;
  padding: 50px 60px 25px;
}

.tlacidlo-on-off-txt-vypnute-2 {
  clear: none;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 34px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 82px;
}

.menu-tlacidlo-zelene-dynamic-form-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin: 0 10px;
  padding-top: 11px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: block;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-zelene-dynamic-form-2:hover {
  color: #000;
  letter-spacing: .75px;
  background-color: #fff;
  border-radius: 30px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.formular-ikonka-2 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.tlacidlo-on-off-text-on-2 {
  z-index: 0;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  display: block;
  position: relative;
  top: 0;
  left: 10px;
  transform: translate(-125%);
}

.formular-popis-hlavny-2 {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.suhlas-2 {
  color: #888;
  text-align: justify;
  letter-spacing: -.3px;
  border-radius: 8px;
  margin-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  overflow: visible;
}

.formular-vysvetlivka-tmava-2 {
  float: none;
  clear: left;
  color: #6e6f71;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.formular-riadok-2 {
  float: none;
  clear: left;
  height: auto;
  margin-bottom: 15px;
}

.formular-checkbox-2 {
  z-index: 999;
  float: none;
  clear: left;
  color: #616161;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: relative;
  overflow: visible;
}

.linka-2 {
  color: #4d8cf5;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

.linka-2:hover {
  color: #f5820b;
}

.tlacidlo-celok-2 {
  float: right;
  clear: none;
  justify-content: flex-end;
  width: 150px;
  display: flex;
  position: relative;
  top: -9px;
}

.tlacidlo-on-off-drager-2 {
  z-index: 10;
  background-color: #fff;
  border-radius: 15px;
  width: 26px;
  height: 26px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  box-shadow: 0 3px 10px 3px #0000001a, inset -4px -4px 10px #0000000a;
}

.center-prihlaska-2 {
  float: left;
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.tlacidlo-on-off-txt-zapnute-2 {
  clear: none;
  opacity: 0;
  color: #a5a7aa;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 34px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 82px;
}

.medium-2-2 {
  float: none;
  clear: none;
  color: #000;
  text-align: left;
  letter-spacing: -.2px;
  font-size: 13px;
  font-weight: 500;
  display: inline;
}

.formular-krok-2 {
  float: left;
  clear: left;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  margin-left: -5px;
  margin-right: 7px;
  display: flex;
  position: relative;
  top: -4px;
}

.formular-input-2 {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: .5px;
  background-color: #fcfcfc;
  background-image: linear-gradient(#0000, #fff0), linear-gradient(#fff0, #fff0);
  border: 1px solid #dcdfe200;
  border-radius: 25px;
  height: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: all .23s cubic-bezier(.445, .05, .55, .95);
  overflow: auto;
}

.formular-input-2:hover {
  background-color: #fff;
  background-image: none;
  border-color: #eeeff0;
}

.formular-input-2:active {
  background-color: #fff;
  border-color: #f5820b;
}

.formular-input-2:focus {
  background-image: none;
  border-width: 2px;
  border-color: #4d8cf5;
}

.formular-input-2.center-txt {
  text-align: center;
}

.su2-2 {
  color: #6e6f71;
  text-align: justify;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 140%;
  display: inline-block;
}

.box-upozornenie-2 {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #dcdfe2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: -7px;
  margin-left: 0;
  padding: 3px 7px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
  top: -3px;
  overflow: visible;
}

.center-xy-2 {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.kontajner-formular-2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.maska-2 {
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 34px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.formular-nadpis-2 {
  float: left;
  clear: none;
  color: #4d8cf5;
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: -1px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
}

.tlacidlo-on-off-infotext-2 {
  z-index: 0;
  opacity: 0;
  color: #a5a7aa;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff40;
  background-image: none;
  border: 1px #dcdfe280;
  border-radius: 20px;
  justify-content: flex-start;
  width: 150px;
  height: 34px;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.medzera-05-2 {
  float: none;
  clear: left;
  height: 5px;
}

.formular-popis-2 {
  float: left;
  clear: left;
  color: #232425;
  text-align: left;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 5px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.over-text-2 {
  z-index: 10;
  position: relative;
}

.suhlas-spracovanie-2 {
  float: left;
  clear: left;
  background-color: #0000;
  height: 10px;
  margin-top: -10px;
  padding-top: 10px;
  display: none;
  overflow: visible;
}

.full-screen-sede-2 {
  z-index: 999999;
  opacity: 1;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140%;
  display: none;
  position: fixed;
  inset: -20% 0 20%;
}

.slide-uvod-cookies-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.formular-popis-center-2 {
  float: none;
  clear: left;
  color: #232425;
  text-align: center;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  display: block;
}

.slide-uvod-2 {
  background-color: #e4e6e8;
  position: static;
}

.menu-tlacidlo-zelene-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-zelene-2:hover {
  color: #4bc63e;
  background-color: #fff;
  border-radius: 30px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.cookies-popis-2 {
  float: none;
  clear: none;
  color: #232425;
  text-align: center;
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  display: block;
}

.box-prihlasovanie-2 {
  z-index: 1;
  float: none;
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 40px 20px;
  display: block;
  position: static;
  overflow: visible;
}

.uvodne-hlasenie-cookies-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-tlacidlo-modre2-dynamic-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4d8cf5;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin: 15px 5px 0;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-modre2-dynamic-2:hover {
  color: #fff;
  background-color: #4bc63e;
  border-radius: 28px;
  transform: translate(0);
  box-shadow: 0 5px 10px #0003;
}

.center-xy-tlacidlo-2 {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}

.formular-login-popis-2 {
  float: none;
  clear: none;
  color: #6e6f71;
  text-align: center;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
  display: block;
}

.okno-pop-2 {
  background-color: #eeeff0;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  height: 450px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #0000000d;
}

.box-login-2 {
  float: left;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 25px;
  display: flex;
}

.formular-nadpis-hlavny-2 {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.mask-4 {
  position: static;
  overflow: hidden;
}

.notifi-bar-tlacidlo-r {
  z-index: 999;
  float: right;
  clear: none;
  color: var(--548ff0);
  letter-spacing: -.25px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  padding: 8px 10px 7px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.notifi-bar-tlacidlo-r:hover {
  color: #f5820b;
}

.s0-logo {
  color: var(--4d8cf5);
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  display: block;
}

.informacie-pre-urady-m, .text-block-21 {
  display: none;
}

.butt-boxik-rt2 {
  z-index: 999;
  float: right;
  clear: none;
  color: #4d8cf5;
  letter-spacing: -.25px;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.butt-boxik-rt2:hover {
  color: #f5820b;
}

.text-block-22 {
  color: var(--black);
}

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

.logo-moje-notifikacie {
  margin-left: auto;
  margin-right: auto;
}

.s0-headline-2 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  justify-content: space-between;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  display: inline-block;
}

.image-11 {
  position: absolute;
  inset: -5% auto auto -5%;
  transform: rotate(0);
}

.moje-notifikacie-sms {
  z-index: 99;
  width: 270px;
  position: relative;
}

.moje-notifikacie-oznamy {
  z-index: 99;
  width: 680px;
  max-width: 80%;
  position: relative;
}

.s1-popis-obrazok {
  clear: left;
  color: var(--black);
  text-align: center;
  letter-spacing: .25px;
  max-width: 480px;
  margin-top: 10px;
  margin-left: 1px;
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
}

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

.moje-notifikacie-kategorie {
  z-index: 99;
  width: 270px;
  max-width: 80%;
  position: relative;
}

.medium-1 {
  color: var(--4d8cf5);
  font-weight: 600;
}

.referencne-cislo {
  background-color: var(--ffcb2e);
  color: var(--black);
  text-align: center;
  letter-spacing: -.25px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin: 50px auto;
  padding: 30px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 135%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px 2px #00000014;
}

.pocitadlo {
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.pocitadlo-mensie {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

.box-okno {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  height: 100vh;
  max-height: 640px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #0000000d;
}

.tlacidlo-spustit {
  clear: left;
  background-color: var(--4bc63e);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 54px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 2px 30px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: none;
}

.tlacidlo-spustit:hover {
  background-color: var(--4d8cf5);
  box-shadow: none;
  transform: none;
}

.tlacidlo-spustit.center-stred {
  letter-spacing: .35px;
  justify-content: center;
}

.tlacidlo-spustit.center-stred.farebnost-01 {
  letter-spacing: -.6px;
}

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

.bublinka {
  z-index: 990;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.klavesnica-tlacidlo-opravit {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 99.999%;
  padding-top: 1px;
  padding-left: 1px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.lottie-animation-3 {
  height: 50%;
}

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

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

.box-slide-65 {
  z-index: 10;
  flex-flow: column wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 65%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

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

.logo-matka {
  height: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-23 {
  background-color: #ed1c24;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}

.klavesnica-ikona {
  height: 40%;
  margin-left: 10px;
  margin-right: 10px;
}

.maska-3 {
  z-index: 999999;
  background-color: #000;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.klavesnica-tlacidlo-ok {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 99.999%;
  padding-top: 1px;
  padding-left: 1px;
  text-decoration: none;
  display: flex;
}

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

.box-footer-2 {
  z-index: 99;
  filter: none;
  color: #717171;
  text-align: center;
  background-color: #fffc;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.success-message {
  color: #fff;
  background-color: #0000;
}

.fullscreen {
  z-index: 9999;
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-riadok {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.symbol-big {
  z-index: 1;
  width: 88px;
  height: 88px;
  position: relative;
  inset: 0%;
}

.form-block-4 {
  width: 100%;
}

.box-header-text {
  z-index: 105;
  clear: left;
  color: #717171;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  display: block;
}

.logo-text-nazov {
  color: #929292;
  text-align: center;
  text-transform: none;
  width: auto;
  font-size: 13px;
  line-height: 120%;
}

.klavesnica-cislo {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.box-tlacidlo-posun {
  z-index: 999;
  float: none;
  clear: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 10%;
}

.lottie-loading-big {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.klavesnica-riadok {
  letter-spacing: .25px;
  background-color: #003c78;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  font-size: 12px;
  display: flex;
  position: relative;
}

.box-slide-70 {
  flex-flow: column wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 71%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.klavesnica-tlacidlo-spat {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 99.999%;
  padding-top: 1px;
  padding-left: 1px;
  text-decoration: none;
  display: flex;
}

.klavesnica-tlacidlo {
  justify-content: center;
  align-items: center;
  width: 33.333%;
  height: 99.999%;
  padding-top: 1px;
  padding-left: 21px;
  padding-right: 20px;
  font-size: 28px;
  text-decoration: none;
  display: flex;
}

.lottie {
  z-index: 15;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0 auto auto 45%;
}

.otazky {
  z-index: 1;
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-symbol {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 7px;
  display: flex;
}

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

.menu-linka-3 {
  z-index: 99;
  float: none;
  clear: none;
  background-image: linear-gradient(to right, #b5b5b500 10%, #b5b5b5bf 40% 60%, #b5b5b500 90%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.box-lottie-big {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
  inset: 0%;
}

.tlacidlo-ikona {
  height: 45%;
  margin-right: 20px;
}

.box-header-nadpis {
  z-index: 105;
  clear: left;
  color: var(--4d8cf5);
  text-align: center;
  letter-spacing: -.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  display: flex;
}

.form-input-velke {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 12px;
  max-width: 300px;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  margin-bottom: 0;
  padding: 15px 20px 5px;
  position: relative;
}

.otazky-top {
  z-index: 1;
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.otazky-bottom {
  z-index: 1;
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.animacia-stred {
  z-index: 2;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.box-header-25 {
  z-index: 10;
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.canvas-input {
  color: #004597;
  letter-spacing: 7px;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 300;
  display: flex;
}

.box-header-logo-3 {
  z-index: 111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cervena {
  color: #fff;
  background-color: #ed1c24;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding: 2px 5px 3px;
  line-height: 140%;
  display: flex;
}

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

.klavesnica {
  z-index: 999;
  background-color: #003c78;
  width: 100%;
  height: 50%;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100.5%);
}

.text-block-24 {
  color: var(--4d8cf5);
}

.animacia-bottom {
  z-index: 0;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.lottie-animation-4 {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: relative;
}

.text-block-25 {
  font-family: Exo, sans-serif;
}

.menu-tlacidlo-zelene-dynamic-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-top: 0;
  padding-top: 2px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-zelene-dynamic-2:hover {
  color: #4bc63e;
  background-color: #fff;
  border-radius: 22px;
  font-size: 14px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.menu-tlacidlo-zelene-dynamic-2.pevna-sirka {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  background-color: #4d8cf5;
  width: 300px;
  font-size: 15px;
}

.menu-tlacidlo-zelene-dynamic-2.pevna-sirka:hover {
  color: #4d8cf5;
  background-color: #fff;
}

.menu-tlacidlo-zelene-dynamic-2.pevna-sirka-b {
  color: #fff;
  cursor: pointer;
  background-color: #4bc63e;
  width: 300px;
}

.menu-tlacidlo-zelene-dynamic-2.pevna-sirka-b:hover {
  color: #4bc63e;
  background-color: #fff;
}

.tlacidlo-invert {
  clear: left;
  border: 2px solid var(--4d8cf5);
  background-color: var(--white);
  box-shadow: none;
  color: var(--4d8cf5);
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 54px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 2px 30px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: none;
}

.tlacidlo-invert:hover {
  background-color: var(--4d8cf5);
  box-shadow: none;
  color: var(--white);
  transform: none;
}

.tlacidlo-invert.center-stred {
  letter-spacing: .35px;
  justify-content: center;
}

.tlacidlo-invert.center-stred.farebnost-01 {
  letter-spacing: -.6px;
}

.box-slide-90 {
  flex-flow: column wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 90%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.podklad-gradient {
  z-index: 1;
  background-image: linear-gradient(#fffc 10%, #fff0 70%);
  position: absolute;
  inset: 0%;
}

.podnadpis {
  font-size: 20px;
}

.fader {
  z-index: 99999;
  color: var(--6e6f71);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-bottom: 5%;
  font-size: 13px;
  font-weight: 500;
  display: none;
  position: fixed;
  inset: 0%;
}

.box-lottie {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.loading-logo-symbol {
  width: 64px;
  height: 64px;
}

.lottie-loading {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.logo-text-2 {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  max-width: 450px;
  margin: 12px auto 3px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: block;
}

.logo-text-2.biela {
  color: #fff;
  text-align: center;
}

.logo-text-mini {
  float: none;
  clear: left;
  color: #4d8cf5;
  text-align: center;
  text-transform: none;
  max-width: 450px;
  margin: 12px auto 3px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: block;
}

.logo-text-mini.biela {
  color: #fff;
  text-align: center;
}

.skupina-tlacidla {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.butt-skupina {
  background-color: var(--4d8cf5);
  color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 12px;
  font-size: 12px;
  text-decoration: none;
}

.sprava-riadok {
  clear: left;
  justify-content: flex-end;
  width: 800px;
  height: auto;
  display: flex;
}

.sprava {
  width: 460px;
  height: 100px;
}

.sprava-status {
  width: 130px;
}

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

.top {
  background-color: var(--black);
  text-align: center;
  letter-spacing: -.2px;
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-left: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}

.text-upozornenie {
  font-weight: 700;
}

.tlacidlo-plne {
  clear: left;
  border: 2px solid var(--4d8cf5);
  background-color: var(--4d8cf5);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 54px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 2px 30px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .16s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: none;
}

.tlacidlo-plne:hover {
  background-color: var(--4d8cf5);
  box-shadow: none;
  color: var(--white);
  transform: none;
}

.tlacidlo-plne.center-stred {
  letter-spacing: .35px;
  justify-content: center;
}

.tlacidlo-plne.center-stred.farebnost-01 {
  letter-spacing: -.6px;
}

.medzera-05-3 {
  float: none;
  clear: left;
  height: 5px;
}

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

.s1-popis-3 {
  color: #000;
  text-align: center;
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 145%;
  display: block;
}

.image-12 {
  position: absolute;
  bottom: -1px;
  left: -9px;
}

.box-ciara-2 {
  z-index: 10;
  float: left;
  clear: left;
  border-left: 2px solid #4d8cf5;
  align-items: center;
  width: 50%;
  height: 50px;
  margin-left: 50%;
  margin-right: auto;
  display: block;
  position: relative;
}

.s0-headline-nadpis-3 {
  color: #4d8cf5;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.voda-2-2 {
  float: left;
  clear: left;
  border-top: 2px dashed #4d8cf5;
  border-left: 2px dashed #4d8cf5;
  width: 95%;
  height: 10px;
  margin-left: 5%;
  margin-right: auto;
  display: block;
}

.box-hedaer-center-2 {
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kontajner_1000_gradient-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.menu-tlacidlo-zelene-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4bc63e;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #00000026;
}

.menu-tlacidlo-zelene-3:hover {
  color: #4bc63e;
  background-color: #fff;
  border-radius: 30px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.riadok-1-2 {
  float: none;
  margin-bottom: 2px;
}

.riadok-2-2 {
  display: inline-block;
}

.menu-tlacidlo-aktualizacia-2 {
  clear: none;
  color: #4bc63e;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fff;
  border: 1px dashed #4bc63e;
  border-radius: 22px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .12s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #0000;
}

.menu-tlacidlo-aktualizacia-2:hover {
  color: #9e9fa1;
  letter-spacing: .75px;
  background-color: #fff;
  border-color: #dcdfe200;
  border-radius: 28px;
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px #0003;
}

.kontajner-mobil-2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

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

.center-tlacidla-2 {
  z-index: 999;
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.voda-3-2 {
  float: left;
  clear: left;
  border-top: 2px solid #4d8cf5;
  border-right: 2px solid #4d8cf5;
  width: 90%;
  height: 10px;
  margin-left: 5%;
  margin-right: auto;
  display: block;
}

.ikonka-social-media-2 {
  width: 22px;
  height: 21px;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

.medzera-40-2 {
  float: none;
  clear: left;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.voda-ciara-2 {
  z-index: 5;
  float: left;
  clear: left;
  border-top: 2px solid #4d8cf5;
  width: 45%;
  height: 1px;
  margin-left: 50%;
  margin-right: auto;
  display: block;
  position: relative;
}

.aplikacia-bold-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.s0-headline-3 {
  color: #232425;
  text-align: center;
  letter-spacing: 0;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: inline-block;
}

.voda-1-2 {
  float: none;
  clear: left;
  border-top: 2px dotted #4d8cf5;
  border-right: 2px dotted #4d8cf5;
  width: auto;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s0-headline-obec-2 {
  color: #4d8cf5;
  text-align: center;
  letter-spacing: -.1px;
  text-transform: none;
  max-width: 550px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.box-aplikacia-logo-2 {
  float: none;
  clear: none;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

html.w-mod-js [data-ix="prilet-obrazok-2-load"] {
  opacity: 0;
  transform: translate(0, 700px)scale(.75);
}

html.w-mod-js [data-ix="load-scale-mobil"] {
  opacity: 0;
  transform: scale(.4, .85);
}

html.w-mod-js [data-ix="load-scale-rieka-4"] {
  opacity: 0;
  transform: scale(.01, 1);
}

html.w-mod-js [data-ix="alpha-je-0"], html.w-mod-js [data-ix="load-alpha-100"] {
  opacity: 0;
}

html.w-mod-js [data-ix="load-zoom"] {
  transform: scale3d(.01, .01, .01);
}

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

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

html.w-mod-js [data-ix="prilet-z-boku-rt"] {
  transform: translate(120px);
}

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

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

html.w-mod-js [data-ix="prilet-box-1"], html.w-mod-js [data-ix="prilet-box-2"], html.w-mod-js [data-ix="prilet-box-3"], html.w-mod-js [data-ix="prilet-box-4"], html.w-mod-js [data-ix="prilet-box-5"], html.w-mod-js [data-ix="prilet-box-6"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="prilet-logo-load-10"], html.w-mod-js [data-ix="prilet-logo-load-20"], html.w-mod-js [data-ix="prilet-logo-load-30"] {
  opacity: 0;
  transform: translate(0, -10px);
}

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

html.w-mod-js [data-ix="vysunutie-moznosti"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="vysunutie-datum"] {
  opacity: 0;
  transform: translate(10px);
}

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

html.w-mod-js [data-ix="load-nadpis"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="load-nadpis-4"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="load-nadpis-5"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="load-nadpis-6"], html.w-mod-js [data-ix="load-nadpis-7"] {
  opacity: 0;
  transform: translate(0, -5px);
}

html.w-mod-js [data-ix="load-nadpis-2"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="load-nadpis-3"] {
  opacity: 0;
  transform: translate(0, -5px);
}

html.w-mod-js [data-ix="prilet-buttony-1"], html.w-mod-js [data-ix="prilet-buttony-2"], html.w-mod-js [data-ix="prilet-buttony-3"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="load-alpha"] {
  opacity: 0;
}

html.w-mod-js [data-ix="load-alpha-101"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="load-podnadpis"], html.w-mod-js [data-ix="load-podnadpis-2"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="load-scale-rieka"] {
  opacity: 0;
  transform: scale(.01, 1);
}

html.w-mod-js [data-ix="load-scale-rieka-2"] {
  opacity: 0;
  transform: scale(.5, .8);
}

html.w-mod-js [data-ix="hladaj-hint"] {
  transform: translate(305px);
}

html.w-mod-js [data-ix="vznik-scale-linka"] {
  opacity: 0;
  transform: scale(.1, 1);
}

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

html.w-mod-js [data-ix="prilet-scroll-vyhoda-l-1"], html.w-mod-js [data-ix="prilet-scroll-vyhoda-l-2"], html.w-mod-js [data-ix="prilet-scroll-vyhoda-l-3"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="prilet-scroll-vyhoda-r-1"], html.w-mod-js [data-ix="prilet-scroll-vyhoda-r-2"], html.w-mod-js [data-ix="prilet-scroll-vyhoda-r-3"] {
  opacity: 0;
  transform: translate(-100px);
}

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

html.w-mod-js [data-ix="prilet-bod"] {
  opacity: 0;
  transform: scale(.1);
}

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

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

html.w-mod-js [data-ix="prilet-podnadpis-2"] {
  opacity: 0;
  transform: translate(-30px);
}

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

html.w-mod-js [data-ix="prilet-z-lava"] {
  opacity: 0;
  transform: translate(-15px);
}

html.w-mod-js [data-ix="tlacidlo-animacia-drager"] {
  transform: translate(125%);
}

html.w-mod-js [data-ix="tlacidlo-animacia-drager-2"] {
  transform: translate(0%);
}

html.w-mod-js [data-ix="tlacidlo-animacia-zelena"] {
  opacity: 1;
  transform: translate(0);
}

html.w-mod-js [data-ix="over-sipka-odrazka"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="lietadielko-vznik"] {
  opacity: 0;
}

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

html.w-mod-js [data-ix="prilet-logo-load-0800"], html.w-mod-js [data-ix="prilet-logo-load-1000"], html.w-mod-js [data-ix="prilet-logo-load-1200"], html.w-mod-js [data-ix="prilet-logo-load-1400"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="zjavenie-cookies-hlasky"], html.w-mod-js [data-ix="coockies-hlaska-off"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="prichod-menu"] {
  transform: translate(180px);
}

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

html.w-mod-js [data-ix="loading-loader"] {
  opacity: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-tlacidla {
    min-width: 100%;
    padding-left: 0;
    padding-right: 15px;
  }

  .menu-tlacidlo-zelene {
    display: flex;
  }

  .brand {
    width: 230px;
    font-size: 26px;
    line-height: 32px;
  }

  .brand.w--current {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 20px;
  }

  .box-over {
    background-color: #fff7ca;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu_tlacidlo {
    float: none;
    clear: none;
    justify-content: space-between;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    display: flex;
  }

  .menu-butt {
    background-color: #0000;
    border: 1px solid #ffffff4d;
    border-radius: 5px;
    margin-top: 18px;
  }

  .menu-butt.w--open {
    border-color: #fff0;
  }

  .menu-celok {
    overflow: visible;
  }

  .menu-podklad {
    height: 100px;
  }

  .nav-menu {
    background-color: #fff7ca;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
  }

  .obrazok-moje-notifikacie-sms-hlasnik-rozhlas {
    height: 350px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .svg-moje-notifikacie {
    width: 80%;
  }

  .kontajner-voda {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-sms-sprava {
    padding: 15px 20px;
  }

  .ikona-typ-sms-oznamenie {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .s0-nadpis {
    font-size: 26px;
  }

  .s1-text {
    font-size: 24px;
    line-height: 140%;
  }

  .s0-headline {
    display: inline-block;
  }

  .logo-text {
    flex: 0 auto;
  }

  .s0-headline-obec {
    max-width: 650px;
  }

  .formular {
    border-width: 2px;
  }

  .ikonka-social-media {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    top: -5px;
  }

  .box-hedaer-center {
    max-width: 670px;
  }

  .r2 {
    font-size: 24px;
    line-height: 36px;
  }

  .r0 {
    font-size: 32px;
    line-height: 40px;
  }

  .box-cookies-butt {
    letter-spacing: -.3px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 22px;
  }

  .suhlas-spracovanie-otvorene {
    overflow: hidden;
  }

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

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

  .formular-checkbox {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .formular-popis.center-txt {
    display: block;
  }

  .menu-tlacidlo-zelene-dynamic:hover {
    border-radius: 37px;
  }

  .formular-vysvetlivka {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: auto;
    padding: 13px 15px 16px;
    display: inline-block;
  }

  .formular-nadpis {
    float: left;
  }

  .formular-vysvetlivka-tmava {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu_tlacidlo_spat {
    display: flex;
  }

  .tlacidlo-on-off {
    cursor: none;
  }

  .tlacidlo-on-off-text-off.x2 {
    right: -12px;
  }

  .tlacidlo-on-off-text-on.x3 {
    left: 31px;
  }

  .tlacidlo-on-off-infotext {
    justify-content: flex-end;
    align-items: center;
  }

  .riadok-1 {
    clear: left;
    flex: none;
    display: block;
  }

  .riadok-2 {
    flex: none;
  }

  .box-hedaer-center-loga {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
  }

  .blok-tlacidlo {
    margin-top: 30px;
  }

  .box-ciara-2 {
    height: 10px;
  }

  .box-garancia {
    border-radius: 5px;
    height: auto;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    top: -3px;
  }

  .box-ciara-stred {
    height: 200px;
  }

  .slider-notifikacie {
    top: 110px;
  }

  .tlacidlo-on-off-2 {
    border-radius: 30px;
    width: 100px;
    height: 50px;
    font-size: 17px;
  }

  .box-login {
    width: 80%;
    height: auto;
    padding: 0;
  }

  .okno-pop {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .center-prihlaska {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-screen {
    background-color: var(--e4e6e8);
    height: 100%;
  }

  .menu-tlacidlo-aktualizacia {
    display: flex;
  }

  .center-tlacidla {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo {
    width: 80px;
  }

  .kontajner-mobil {
    max-width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .formular-popis-hlavny {
    margin-bottom: 15px;
  }

  .bublinka-sipka {
    top: 15px;
  }

  .box-prihlasovanie {
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .okno-pop-dynamic {
    border-width: 2px;
    width: 100vw;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .box-suhlas {
    margin-left: 50px;
    margin-right: 50px;
  }

  .center-xy-tlacidlo {
    text-align: center;
  }

  .hero-link {
    border-radius: 30px;
    width: 350px;
    height: 75px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    display: flex;
  }

  .slide-uvod-cookies {
    width: 100%;
  }

  .s0-headline-nadpis {
    max-width: 600px;
  }

  .medzera-05 {
    clear: left;
  }

  .s1-popis {
    max-width: 550px;
  }

  .mask-2 {
    width: 100%;
  }

  .kontajner-notifikator {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .notifikator-tlacidlo-2 {
    border-radius: 25px;
    width: 220px;
    height: 70px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 150%;
  }

  .notifi-inteligent-sender {
    border-radius: 20px;
  }

  .notifikator-input-clasic {
    border-radius: 20px;
    height: auto;
    min-height: 130px;
    padding: 10px 10px 10px 15px;
    font-size: 17px;
  }

  .notifi-smart-sumar, .notifi-smart-znacka-1 {
    cursor: default;
    font-size: 18px;
  }

  .notifi-smart-znacka-4 {
    border-radius: 20px;
    height: auto;
    padding: 12px 20px;
    font-size: 24px;
    font-weight: 700;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
  }

  .notifikator-tlacidlo-prave-2 {
    border-radius: 25px;
    width: 250px;
    height: 70px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 150%;
  }

  .popis {
    font-size: 14px;
  }

  .info-znaky {
    width: 36px;
  }

  .notifi-bar-tlacidlo-l {
    z-index: 9999;
    cursor: none;
    border-radius: 20px;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
    inset: 0% 0% auto auto;
  }

  .notifi-bar-tlacidlo-p {
    border-radius: 20px;
    height: auto;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
  }

  .historia {
    align-self: auto;
    padding-left: 1px;
  }

  .notifi-prijatie {
    width: 80px;
    height: auto;
    font-size: 15px;
  }

  .historia-blok {
    font-size: 17px;
  }

  .historia-bublinka {
    top: -95px;
  }

  .notifikator-stred {
    padding-left: 0;
    padding-right: 0;
  }

  .historia-text {
    position: relative;
  }

  .notifikator-tlacidlo {
    width: 70px;
    height: 70px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 150%;
  }

  .notifi-ikona-editor {
    width: 70px;
    height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-blok-2 {
    align-items: center;
    width: 100px;
  }

  .info-blok-1 {
    width: 100px;
    height: 100%;
  }

  .datum {
    width: 100%;
  }

  .historia-box-kopy {
    height: 40px;
    padding-left: 10px;
    padding-right: 15px;
  }

  .notifi-typ {
    height: auto;
    font-size: 15px;
  }

  .historia-text-moznosti {
    border-radius: 0 12px 12px;
  }

  .tlacidlo-moznosti {
    width: 140px;
    height: 40px;
    padding-right: 10px;
    font-size: 15px;
  }

  .formular-popis-center {
    margin-bottom: 5px;
    display: block;
  }

  .upo-center-box {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-tlacidlo-sede {
    border-radius: 30px;
    height: 75px;
    font-size: 18px;
    display: flex;
  }

  .moznosti-notifi-ikona {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .historia-box-pravy {
    overflow: visible;
  }

  .info-blok-3 {
    align-items: center;
  }

  .info-blok-4 {
    width: 100px;
    height: 100%;
  }

  .notifi-cas {
    width: 80px;
    height: auto;
  }

  .notifi-cena {
    height: auto;
    font-size: 15px;
  }

  .notifi-cenovka {
    width: 80px;
    height: auto;
    font-size: 15px;
  }

  .notifi-sumar {
    height: auto;
    font-size: 15px;
  }

  .box-moznosti {
    width: 171px;
    margin-right: -5px;
    transform: translate(165px);
  }

  .check-celok {
    margin-right: 5px;
  }

  .notifikator-ulice {
    border-radius: 20px;
    height: auto;
    min-height: 130px;
    margin-top: 5px;
    padding: 10px 10px 10px 15px;
    font-size: 17px;
  }

  .vodomer-center-pocitadlo {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .kontajner-formular {
    padding-left: 0;
    padding-right: 0;
  }

  .odrazka-text {
    font-size: 18px;
    line-height: 32px;
  }

  .historia-box-lavy {
    overflow: visible;
  }

  .historia-blok-lavy {
    font-size: 17px;
  }

  .historia-text-lave {
    position: relative;
  }

  .notifi-cas-lavy {
    width: 80px;
    height: auto;
    font-size: 15px;
  }

  .info-blok-lave {
    width: 100px;
    height: 100%;
  }

  .notifi-typ-lave {
    height: auto;
    font-size: 15px;
  }

  .formular-input-veta {
    border-radius: 32px;
    height: 64px;
    font-size: 18px;
    font-weight: 600;
  }

  .center-r {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .formular-input-text, .formular-input-pomoc {
    border-radius: 32px;
    height: 64px;
    font-size: 18px;
    font-weight: 600;
  }

  .center-r-pomoc {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .s1-text-vyhoda-popis {
    letter-spacing: -.25px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .vyhoda-ikona {
    margin-bottom: 40px;
    margin-left: -25px;
    margin-right: 0;
    padding-left: 0;
  }

  .vyhoda-blok {
    clear: left;
    align-items: flex-start;
    width: 100%;
    height: 65%;
    padding-left: 0;
    inset: 0% 0% auto;
  }

  .s1-vyhoda {
    margin-left: 0;
  }

  .formular-input-otazka {
    border-radius: 32px;
    height: 64px;
    font-size: 18px;
    font-weight: 600;
  }

  .menu-tlacidlo-kontakt-predaj {
    border-radius: 30px;
    width: auto;
    height: 75px;
    font-size: 18px;
    display: flex;
  }

  .menu-tlacidlo-biele-dynamic {
    border-radius: 30px;
    height: 75px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
    line-height: 150%;
  }

  .box-notifikator {
    border-width: 2px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 75px 60px 200px;
  }

  .menu-tlacidlo-blue-dynamic {
    border-radius: 30px;
    height: 75px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
    line-height: 150%;
  }

  .menu-tlacidlo-blue-dynamic:hover {
    border-radius: 37px;
  }

  .nastav-box-hlavnenastavenie {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nastav-box-hlavnenastavenie.farba-firma, .nastav-box-hlavnenastavenie.farba-obec {
    cursor: default;
  }

  .nastav-popis {
    margin-bottom: 5px;
    display: inline-block;
  }

  .nastav-popis.center-txt {
    display: block;
  }

  .nastav-box-podnastavenie {
    cursor: none;
    border-color: #a5a7aa00;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nastav-box-podnastavenie:hover {
    background-color: #fff0;
  }

  .nastav-podpopis.center-txt {
    display: block;
  }

  .nastav-box-temy {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nastav-nadpis-center {
    font-size: 24px;
  }

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

  .div-block-38 {
    height: 10em;
  }

  .div-block-39 {
    cursor: none;
  }

  .nastav-podnadpispopis.center-txt {
    display: block;
  }

  .box-filter {
    cursor: none;
  }

  .tlacidlo-celok-auto-w {
    width: auto;
  }

  .box-filtre-skupina-1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nastavenia-box-nadpis {
    width: 100%;
  }

  .box-filter-notifikator {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nastavenie-input-text.center-txt {
    display: block;
  }

  .notifikator-pridat, .notifi-ikona-pridat {
    cursor: none;
  }

  .notifikator-nazov.center-txt {
    display: block;
  }

  .nastavenia-logo {
    cursor: none;
  }

  .text-block-11 {
    color: #4d8cf5;
    text-align: left;
    letter-spacing: -.1px;
    margin-left: 10px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
  }

  .kontajner_1000_visible_pc {
    padding-left: 0;
    padding-right: 0;
  }

  .formular-riadok-dynamik {
    max-width: 350px;
  }

  .menu-spodne {
    bottom: -80px;
  }

  .menu-spodne-tab-vyska-100p {
    max-width: 100%;
  }

  .link-block {
    cursor: none;
    align-content: stretch;
    height: 60px;
  }

  .link-block:hover {
    background-color: var(--e4e6e8);
  }

  .menu-vrchne {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #eeeff0;
    display: block;
    inset: 0% 0% auto;
  }

  .menu-tl-prave {
    color: var(--c1c5c9);
    text-align: center;
    letter-spacing: 0;
    cursor: none;
    flex-flow: column;
    place-content: stretch center;
    align-items: flex-end;
    width: 100%;
    height: 60px;
    padding-right: 20px;
    font-size: 11px;
    text-decoration: none;
    display: flex;
  }

  .image-5 {
    float: right;
    display: block;
  }

  .text-block-12 {
    float: left;
    clear: right;
  }

  .menu-tl-lave {
    letter-spacing: 0;
    cursor: none;
    flex-flow: row;
    place-content: stretch flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    text-decoration: none;
    display: flex;
  }

  .menu-ikonka {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }

  .menu-logo {
    width: 28px;
    height: 28px;
  }

  .menu-notifikacia {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    font-size: 10px;
    display: flex;
    bottom: 35px;
  }

  .navod-pridanie-na-plochu {
    z-index: 999999;
    background-color: #23242580;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .add-android {
    cursor: none;
    background-color: #fff;
    border-radius: 501px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 700px;
    height: 700px;
    font-family: PT Serif, serif;
    display: flex;
    position: absolute;
    inset: -350px -350px auto auto;
    transform: rotate(0);
    box-shadow: 0 0 20px 5px #0000001f;
  }

  .navod-popis {
    float: right;
    clear: right;
    color: #232425;
    letter-spacing: -.25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .columns-3 {
    text-align: right;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    padding-right: 10px;
    position: relative;
  }

  .navod-nadpis {
    float: right;
    clear: right;
    color: #000;
    letter-spacing: -.25px;
    margin: 10px auto;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
  }

  .navod-stlac1 {
    color: #000;
    background-color: #ffcb2e;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    line-height: 130%;
    display: block;
  }

  .image-6 {
    float: right;
    clear: none;
    width: 50px;
    height: 50px;
    position: absolute;
    inset: 15px 18px auto auto;
    transform: rotate(17deg);
  }

  .ikona-app-celok {
    float: right;
    clear: right;
    color: #9e9fa1;
    letter-spacing: -.15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: -.15px;
    height: auto;
    margin-top: 30px;
    font-family: PT Sans, sans-serif;
    font-size: 10px;
    display: flex;
  }

  .ikona-app {
    cursor: none;
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    padding: 13px 13px 10px;
    display: flex;
    box-shadow: 0 0 15px #0003;
  }

  .add-safari {
    text-align: center;
    cursor: none;
    background-color: #fff;
    border-radius: 501px;
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    width: 700px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    font-family: PT Serif, serif;
    display: flex;
    position: absolute;
    inset: auto auto -380px;
    transform: rotate(0);
    box-shadow: 0 0 20px 5px #0000001f;
  }

  .image-7 {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .navod-popis-lavo {
    float: right;
    clear: right;
    color: #232425;
    letter-spacing: -.25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .navod-popis-riadok {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navod-popis-riadok-pravo {
    clear: both;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navod-kontajner-pre-cookies {
    display: none;
  }

  .image-8 {
    cursor: none;
  }

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

  .menu-tlacidlo-modre-dynamic {
    cursor: none;
  }

  .menu-tlacidlo-modre-dynamic:hover {
    border-radius: 37px;
  }

  .s1-popis-2 {
    max-width: 550px;
    font-size: 25px;
  }

  ._0x0-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .formular-popis-bold.center-txt, .formular-popis-fajka.center-txt {
    display: block;
  }

  .butt-boxik-rt {
    z-index: 9999;
    cursor: none;
    border-radius: 20px;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
    inset: 0% 0% auto auto;
  }

  .formular-tablet {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section {
    position: relative;
  }

  .logo-roh-lavy {
    display: block;
  }

  .symbol-button-doprava {
    display: none;
  }

  .animacia {
    display: block;
  }

  .menu-scroll-box {
    width: 60px;
    margin-right: 0%;
  }

  .box-text-pravy {
    width: 100%;
    padding-left: 50px;
    padding-right: 100px;
  }

  .kontajner-rieka {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .butt-boxik-lt {
    cursor: none;
    border-radius: 20px;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
  }

  .div-block-54 {
    clear: left;
    justify-content: center;
    width: 100%;
    height: 35%;
    inset: auto 0% 0;
  }

  .image-9 {
    padding-bottom: 0;
  }

  .moje-notifikacie-sms-hlasnik-rozhlas-copy {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navod-blok000 {
    clear: left;
    align-items: flex-start;
    width: 100%;
    height: 65%;
    padding-left: 0;
    inset: 0% 0% auto;
  }

  .s1-text-vyhoda-popis-2 {
    text-align: left;
    letter-spacing: -.25px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 180%;
  }

  .s0-headline-navod {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 44px;
  }

  .vyhoda-ikona-2 {
    width: 20%;
    height: 20%;
    margin-bottom: 40px;
    margin-left: -25px;
    margin-right: 0;
    padding-left: 0;
  }

  .tag-2 {
    margin-top: 10px;
    margin-right: 10px;
    padding: 15px 25px;
    font-size: 22px;
  }

  .tag-2.oranzova {
    font-size: 24px;
  }

  .medzera-20-2 {
    height: 30px;
  }

  .s1-vyhoda-2 {
    text-align: left;
    margin-left: 0;
    font-size: 30px;
    line-height: 145%;
  }

  .formular-check-2 {
    width: 50px;
    height: 30px;
    margin-top: 3px;
    margin-right: 10px;
  }

  .medzera-75-2 {
    height: 50px;
  }

  .s0-headline-nadpis-2 {
    max-width: 600px;
    font-size: 44px;
  }

  .tlacidlo-on-off-text-off-2 {
    right: -18px;
  }

  .tlacidlo-on-off-3 {
    cursor: default;
    border-radius: 30px;
    width: 100px;
    height: 50px;
    font-size: 17px;
  }

  .tlacidlo-on-off-zelena-2 {
    border-radius: 30px;
    width: 100px;
    height: 50px;
  }

  .su3-pismeno-2 {
    font-size: 17px;
  }

  .su3-odrazka-2 {
    font-size: 18px;
  }

  .formular-2 {
    border-width: 2px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 75px 60px 200px;
  }

  .tlacidlo-on-off-txt-vypnute-2 {
    height: 49px;
    bottom: auto;
    left: 120px;
    right: auto;
  }

  .menu-tlacidlo-zelene-dynamic-form-2 {
    border-radius: 30px;
    height: 75px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
    line-height: 150%;
  }

  .menu-tlacidlo-zelene-dynamic-form-2:hover {
    border-radius: 78px;
  }

  .tlacidlo-on-off-text-on-2 {
    top: 0;
    left: 13px;
  }

  .formular-popis-hlavny-2 {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 26px;
  }

  .suhlas-2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .formular-vysvetlivka-tmava-2 {
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .formular-checkbox-2 {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .linka-2 {
    color: #4d8cf5;
  }

  .tlacidlo-celok-2 {
    float: left;
    clear: left;
    justify-content: flex-start;
    align-items: center;
    width: 220px;
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
    top: 5px;
  }

  .tlacidlo-on-off-drager-2 {
    border-radius: 25px;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .center-prihlaska-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tlacidlo-on-off-txt-zapnute-2 {
    height: 49px;
    bottom: auto;
    left: 120px;
    right: auto;
  }

  .medium-2-2 {
    font-size: 17px;
  }

  .formular-krok-2 {
    clear: left;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: -6px;
    margin-right: 10px;
  }

  .formular-input-2 {
    border-radius: 32px;
    height: 64px;
    font-size: 18px;
    font-weight: 600;
  }

  .su2-2 {
    font-size: 18px;
  }

  .box-upozornenie-2 {
    border-radius: 5px;
    height: auto;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    top: -3px;
  }

  .center-xy-2 {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .kontajner-formular-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .maska-2 {
    width: 100px;
    height: 50px;
  }

  .formular-nadpis-2 {
    float: left;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .tlacidlo-on-off-infotext-2 {
    background-image: linear-gradient(to right, #dcdfe266, #dcdfe233);
    border-style: none;
    border-width: 2px;
    border-radius: 30px;
    justify-content: flex-end;
    align-items: center;
    width: 220px;
    height: 50px;
    display: block;
    inset: 0 auto auto 0;
  }

  .medzera-05-2 {
    clear: left;
    height: 10px;
  }

  .formular-popis-2 {
    margin-bottom: 5px;
    font-size: 17px;
    display: inline-block;
  }

  .suhlas-spracovanie-2 {
    overflow: hidden;
  }

  .slide-uvod-cookies-2 {
    width: 100vw;
  }

  .formular-popis-center-2 {
    margin-bottom: 5px;
    font-size: 17px;
    display: block;
  }

  .slide-uvod-2 {
    width: 100vw;
  }

  .menu-tlacidlo-zelene-2 {
    border-radius: 30px;
    width: auto;
    height: 75px;
    font-size: 18px;
    display: flex;
  }

  .menu-tlacidlo-zelene-2:hover {
    border-radius: 38px;
  }

  .cookies-popis-2 {
    font-size: 17px;
    display: block;
  }

  .box-prihlasovanie-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-tlacidlo-modre2-dynamic-2 {
    border-radius: 30px;
    height: 75px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
    line-height: 150%;
  }

  .center-xy-tlacidlo-2 {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .formular-login-popis-2 {
    font-size: 17px;
    display: block;
  }

  .okno-pop-2 {
    border-width: 2px;
    flex: 0 auto;
    width: 100vw;
    height: 550px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .box-login-2 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .formular-nadpis-hlavny-2 {
    font-size: 24px;
  }

  .mask-4 {
    width: 100vw;
  }

  .notifi-bar-tlacidlo-r {
    z-index: 9999;
    cursor: none;
    border-radius: 20px;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
    inset: 0% 0% auto auto;
  }

  .s0-logo {
    max-width: 600px;
  }

  .butt-boxik-rt2 {
    z-index: 9999;
    cursor: none;
    border-radius: 20px;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
    inset: 0% 0% auto auto;
  }

  .medzera-15 {
    clear: left;
  }

  .s0-headline-2 {
    display: inline-block;
  }

  .s1-popis-obrazok {
    letter-spacing: -.25px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .box-okno {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

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

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

  .box-slide-65 {
    height: 67%;
  }

  .box-footer-2 {
    height: 8%;
  }

  .fullscreen {
    height: 100%;
  }

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

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

  .otazky-bottom {
    text-align: center;
  }

  .menu-tlacidlo-zelene-dynamic-2:hover {
    border-radius: 37px;
  }

  .tlacidlo-invert {
    clear: left;
    cursor: none;
    font-weight: 500;
  }

  .box-slide-90 {
    height: 67%;
  }

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

  .tlacidlo-plne {
    clear: left;
    cursor: none;
    font-weight: 500;
  }

  .medzera-05-3, .medzera-10-2 {
    clear: left;
    height: 10px;
  }

  .s1-popis-3 {
    max-width: 550px;
    font-size: 25px;
  }

  .s0-headline-nadpis-3 {
    max-width: 600px;
    font-size: 44px;
  }

  .box-hedaer-center-2 {
    max-width: 670px;
  }

  .kontajner_1000_gradient-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-tlacidlo-zelene-3 {
    border-radius: 30px;
    width: auto;
    height: 75px;
    font-size: 18px;
    display: flex;
  }

  .menu-tlacidlo-zelene-3:hover {
    border-radius: 38px;
  }

  .riadok-1-2, .riadok-2-2 {
    clear: left;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-tlacidlo-aktualizacia-2 {
    border-radius: 30px;
    width: 200px;
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    font-size: 20px;
    display: flex;
  }

  .menu-tlacidlo-aktualizacia-2:hover {
    border-radius: 35px;
  }

  .kontajner-mobil-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .center-tlacidla-2 {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ikonka-social-media-2 {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    top: -5px;
  }

  .aplikacia-bold-2 {
    font-size: 22px;
    font-weight: 700;
  }

  .s0-headline-3 {
    max-width: 550px;
    font-size: 25px;
    display: inline-block;
  }

  .s0-headline-obec-2 {
    max-width: 650px;
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .menu-tlacidla {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .menu-tlacidlo-zelene {
    cursor: none;
    border-radius: 18px;
  }

  .brand.w--current {
    justify-content: flex-start;
  }

  .box-over {
    background-color: #eeeff0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .menu-butt {
    z-index: 9999;
    float: right;
    clear: none;
    background-color: #4d8cf5;
    border: 1px solid #ffffff4d;
    border-radius: 5px;
    position: relative;
  }

  .nav-menu {
    background-color: #eeeff0;
  }

  .obrazok-moje-notifikacie-sms-hlasnik-rozhlas {
    padding-left: 30px;
    padding-right: 30px;
  }

  .svg-moje-notifikacie {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .voda-1 {
    border-top-width: 1px;
    border-right-width: 1px;
  }

  .voda-2 {
    border-top-width: 1px;
    border-left-width: 1px;
  }

  .voda-3 {
    border-top-width: 1px;
    border-right-width: 1px;
  }

  .voda-ciara {
    border-top-width: 1px;
  }

  .box-sms-sprava {
    top: 1px;
  }

  .box-ciara {
    border-left-width: 1px;
  }

  .s0-headline-obec {
    font-size: 16px;
  }

  .formular {
    width: 100%;
  }

  .ikonka-social-media {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-right: 5px;
  }

  .suhlas-spracovanie-otvorene {
    overflow: hidden;
  }

  .medium-2 {
    float: none;
    text-align: left;
  }

  .formular-input {
    font-size: 13px;
  }

  ._0x0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .formular-checkbox {
    float: none;
    text-align: left;
  }

  .formular-popis {
    font-size: 12px;
  }

  .menu-tlacidlo-zelene-dynamic.pevna-sirka, .menu-tlacidlo-zelene-dynamic.pevna-sirka-b {
    cursor: none;
  }

  .formular-riadok {
    margin-bottom: 10px;
  }

  .formular-nadpis {
    clear: none;
    font-size: 13px;
  }

  .box-aplikacia-logo {
    margin-left: 3px;
    margin-right: 3px;
  }

  .aplikacia-bold {
    font-size: 13px;
  }

  .formular-nadpis-hlavny {
    font-size: 18px;
  }

  .formular-vysvetlivka-tmava {
    font-size: 12px;
  }

  .menu_tlacidlo_spat {
    cursor: none;
  }

  .tlacidlo-on-off-infotext {
    display: none;
  }

  .tlacidlo-celok {
    width: auto;
  }

  .riadok-1 {
    margin-bottom: 2px;
  }

  .box-garancia {
    margin-top: 8px;
    top: -10px;
  }

  .right-arrow {
    width: 221px;
  }

  .mobil-tlacidlo {
    width: 80px;
    height: 7px;
  }

  .s1-text-2 {
    font-size: 13px;
  }

  .s0-nadpis-2 {
    font-size: 15px;
  }

  .slider-notifikacie-2 {
    top: 0;
  }

  .div-block-4-copy-copy-2 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .div-block-17 {
    width: 235px;
    height: 480px;
  }

  .box-sms-sprava-2 {
    top: 1px;
  }

  .right-arrow-2 {
    width: 221px;
    top: 35px;
  }

  .lcd {
    height: 430px;
  }

  .stlpcek {
    height: 460px;
  }

  .popis-text {
    font-size: 11px;
  }

  .center-xy-stale {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .okno-pop {
    width: 90%;
  }

  .cookies-popis {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .menu-tlacidlo-aktualizacia {
    cursor: none;
    border-radius: 18px;
    width: 220px;
    height: 48px;
    font-size: 13px;
  }

  .menu-tlacidlo-aktualizacia:hover {
    border-radius: 20px;
  }

  .center-tlacidla {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kontajner-mobil {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .formular-popis-hlavny {
    font-size: 14px;
  }

  .box-suhlas {
    margin-top: 35px;
  }

  .hero-link {
    width: 350px;
    margin-top: 15px;
  }

  .image-2 {
    left: -6px;
  }

  .menu-tlacidlo-zelene-dynamic-form {
    border-radius: 18px;
  }

  .s0-headline-nadpis {
    font-size: 23px;
  }

  .s1-popis {
    max-width: 400px;
    font-size: 14px;
  }

  .notifikator-tlacidlo-2 {
    border-radius: 25px;
  }

  .notifi-ikona {
    width: 18px;
    height: 18px;
  }

  .notifikator-input-clasic {
    padding-left: 15px;
  }

  .notifi-smart-sumar {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .notifi-smart-znacka-1 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .notifi-box {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .notifi-smart-znacka-4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .notifikator-tlacidlo-prave-2 {
    border-radius: 25px;
  }

  .popis {
    margin-bottom: -3px;
  }

  .notifi-bar-tlacidlo-p {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .historia-box {
    margin-bottom: 0;
  }

  .editor {
    padding: 10px 0 20px 1px;
  }

  .notifi-prijatie {
    width: 80px;
  }

  .historia-blok {
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .historia-bublinka {
    display: none;
    top: -113px;
    right: 0;
  }

  .notifikator-stred {
    padding-left: 15px;
    padding-right: 15px;
  }

  .notifi-typ {
    display: none;
  }

  .menu-tlacidlo-sede {
    margin-top: 15px;
    font-size: 20px;
  }

  .historia-box-pravy {
    grid-template-columns: auto auto 0;
    width: 100%;
  }

  .info-blok-3 {
    display: flex;
  }

  .info-blok-4 {
    display: none;
  }

  .notifi-cas {
    width: 80px;
  }

  .notifi-cena {
    display: none;
  }

  .notifi-cenovka {
    width: 80px;
  }

  .notifi-sumar {
    display: none;
  }

  .notifikator-ulice {
    padding-left: 15px;
  }

  .kontajner-formular {
    padding: 55px 0 10px 10px;
  }

  .odrazka-text {
    font-size: 20px;
    line-height: 32px;
  }

  .historia-box-lavy {
    grid-template-columns: auto auto 0;
    width: 100%;
  }

  .historia-blok-lavy {
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .notifi-cas-lavy {
    width: 80px;
  }

  .info-blok-lave, .notifi-typ-lave {
    display: none;
  }

  .suhlas-spracovanie {
    overflow: hidden;
  }

  .s1-text-vyhoda-popis {
    font-size: 13px;
  }

  .vyhoda {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vyhoda-blok {
    padding-top: 50px;
  }

  .s0-headline-vyhoda {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .odrazka-riadok {
    margin-top: 0;
    margin-bottom: 0;
  }

  .odrazka-txt {
    padding-left: 15px;
  }

  .vyhody-odrazky {
    max-width: 400px;
    margin-right: auto;
    font-size: 12px;
  }

  .s1-vyhoda {
    clear: left;
    font-size: 20px;
  }

  .menu-tlacidlo-kontakt-predaj {
    margin-top: 15px;
    font-size: 20px;
  }

  .box-notifikator {
    padding: 50px 30px 200px;
  }

  .nastav-box-hlavnenastavenie {
    border-radius: 35px;
    padding: 0 10px;
  }

  .nastav-podpopis {
    min-width: auto;
  }

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

  .nastav-podnadpispopis {
    min-width: auto;
  }

  .filter-box-tlacidlo {
    width: 18%;
  }

  .filter-box-info-grafika {
    width: 82%;
  }

  .nastavenia-popis-box {
    font-size: 13px;
    left: 15px;
  }

  .nastavenie-input-text {
    min-width: auto;
  }

  .nastavenia-input-notifi {
    margin-bottom: 10px;
  }

  .notifikator-pridat {
    top: -55px;
  }

  .nastavenia-riadok-pridat, .form-block-3 {
    margin-bottom: 0;
  }

  .notifikator-nazov {
    min-width: auto;
  }

  .nastavenia-logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navod-pridanie-na-plochu {
    background-color: #23242599;
    display: flex;
  }

  .navod-popis {
    clear: none;
  }

  .navod-stlac1 {
    background-color: #ffcb2e;
  }

  .image-7 {
    float: left;
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .navod-popis-lavo {
    float: left;
    clear: none;
  }

  .navod-popis-riadok {
    clear: both;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navod-popis-riadok-pravo {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .bublina-oznam {
    width: 85%;
    min-width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .kontajner-bublina {
    align-items: flex-end;
    padding-left: 5px;
    padding-right: 5px;
  }

  .formular-popis-bold {
    font-size: 12px;
  }

  .section {
    flex-direction: column;
  }

  .tlacidlo-scroll {
    cursor: none;
  }

  .animacia {
    display: none;
  }

  .menu-scroll-box {
    width: 25px;
  }

  .menu-scroll-podklad {
    height: 300px;
  }

  .dots-2 {
    width: 30px;
    height: 30px;
    padding: 12px 13px 13px 12px;
  }

  .dots-2:hover {
    padding: 9px 10px 10px 9px;
  }

  .dots-2.w--current {
    z-index: 9;
    width: 30px;
    height: 30px;
    padding: 8px 9px 9px 8px;
    position: relative;
  }

  .box-text-pravy {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .kontajner-rieka {
    padding-left: 30px;
    padding-right: 30px;
  }

  .butt-boxik-lt {
    float: left;
  }

  .section-my-css.zlta {
    background-color: var(--eeeff0);
    padding-top: 50px;
  }

  .div-block-54 {
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    height: 100%;
  }

  .moje-notifikacie-sms-hlasnik-rozhlas-copy {
    z-index: 10;
    clear: left;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 30%;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .navod-blok000 {
    padding-top: 50px;
  }

  .s1-text-vyhoda-popis-2 {
    text-align: justify;
  }

  .formular-check-2 {
    width: 70px;
    margin-top: 0;
  }

  .formular-2 {
    padding: 50px 30px 200px;
  }

  .formular-checkbox-2, .medium-2-2 {
    float: none;
    text-align: left;
  }

  .box-upozornenie-2 {
    margin-top: 6px;
    top: -10px;
  }

  .kontajner-formular-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .formular-nadpis-2 {
    clear: none;
  }

  .suhlas-spracovanie-2 {
    overflow: hidden;
  }

  .menu-tlacidlo-zelene-2 {
    width: 330px;
    margin-top: 15px;
    font-size: 20px;
  }

  .cookies-popis-2, .formular-login-popis-2 {
    margin-bottom: 5px;
  }

  .s0-logo {
    font-size: 23px;
  }

  .moje-notifikacie-sms, .moje-notifikacie-kategorie {
    width: 235px;
  }

  .box-slide-65, .box-slide-70 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .otazky, .otazky-top, .otazky-bottom {
    width: 100%;
  }

  .menu-tlacidlo-zelene-dynamic-2.pevna-sirka, .menu-tlacidlo-zelene-dynamic-2.pevna-sirka-b {
    cursor: none;
  }

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

  .logo-text-2, .logo-text-mini {
    font-size: 18px;
  }

  .menu-tlacidlo-zelene-3 {
    width: 330px;
    margin-top: 15px;
    font-size: 20px;
  }

  .menu-tlacidlo-aktualizacia-2 {
    width: 320px;
  }

  .kontajner-mobil-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .center-tlacidla-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .brand, .brand.w--current {
    font-size: 18px;
  }

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

  .obrazok-moje-notifikacie-sms-hlasnik-rozhlas {
    height: 250px;
  }

  .kontajner-voda {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-lavyy {
    height: auto;
  }

  .formular {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ikonka-social-media {
    width: 20px;
    height: 20px;
  }

  .formular-input {
    letter-spacing: 0;
  }

  .menu-tlacidlo-zelene-dynamic:hover {
    border-radius: 22px;
  }

  .formular-nadpis {
    clear: left;
    margin-left: 16px;
  }

  .tlacidlo-celok {
    margin-top: 0;
  }

  .formular-krok {
    margin-bottom: 5px;
    margin-left: 15px;
  }

  .right-arrow {
    width: 150px;
    top: -32px;
  }

  .mobil-tlacidlo {
    width: 60px;
    height: 5px;
  }

  .s1-text-2 {
    font-size: 11px;
  }

  .div-block-9-copy-2 {
    width: 6px;
    height: 6px;
  }

  .s0-nadpis-2 {
    font-size: 13px;
  }

  .slider-notifikacie-2 {
    top: -20px;
  }

  .div-block-4-copy-copy-2 {
    height: 12px;
  }

  .div-block-17 {
    border-radius: 32px;
    width: 160px;
    height: 340px;
    padding: 3px;
  }

  .box-sms-sprava-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ikona-typ-sms-oznamenie-2 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: -5px;
  }

  .right-arrow-2 {
    width: 150px;
    top: -30px;
  }

  .lcd {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 294px;
  }

  .div-block-19 {
    border-top-right-radius: 30px;
  }

  .div-block-20 {
    border-top-left-radius: 30px;
  }

  .stlpcek {
    height: 325px;
  }

  .riadok-33 {
    padding-top: 25px;
  }

  .popis-ikona {
    width: 60%;
    height: 60%;
  }

  .popis-text {
    font-size: 10px;
  }

  .box-login {
    width: 100%;
  }

  .okno-pop {
    height: 450px;
  }

  .formular-zostat-prihlaseny {
    padding-left: 0;
    padding-right: 0;
  }

  .center-prihlaska {
    padding-left: 5px;
    padding-right: 5px;
  }

  .box-upozornenie {
    clear: left;
    margin-top: 10px;
    margin-left: 14px;
  }

  .menu-tlacidlo-aktualizacia.aplha0 {
    width: 90vw;
    height: 50px;
  }

  .over-text {
    letter-spacing: -.15px;
  }

  .kontajner-mobil {
    max-width: 100%;
  }

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

  .okno-pop-dynamic {
    width: 100%;
  }

  .box-suhlas {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-link {
    width: 290px;
  }

  .notifi-bar-tlacidlo-l {
    font-size: 12px;
  }

  .notifi-bar-tlacidlo-l.w--current {
    display: flex;
  }

  .historia-blok {
    min-width: 10px;
  }

  .historia-bublinka {
    top: -159px;
  }

  .info-blok-1, .historia-text-moznosti {
    display: none;
  }

  .menu-tlacidlo-sede {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-blok-3, .info-blok-4 {
    display: none;
  }

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

  .kontajner-formular {
    padding-right: 10px;
  }

  .odrazka-bunka {
    padding-left: 20px;
    padding-right: 20px;
  }

  .historia-blok-lavy {
    min-width: 10px;
  }

  .info-blok-lave {
    display: none;
  }

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

  .odrazka-txt {
    padding-left: 15px;
  }

  .menu-tlacidlo-kontakt-predaj {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-notifikator {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nastav-nadpis {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .nastav-box-hlavnenastavenie {
    border-radius: 30px;
    width: 100%;
    padding: 0 5px;
  }

  .nastav-popis {
    font-size: 12px;
  }

  .nastav-box-podnastavenie {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nastav-podpopis {
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 12px;
  }

  .nastav-podnadpispopis {
    font-size: 12px;
  }

  .box-filter {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .filter-box-tlacidlo {
    width: 30%;
  }

  .filter-box-info-grafika {
    align-items: center;
    width: 70%;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .ikona-filter {
    margin-left: 2px;
  }

  .filter-box-popis {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    padding-left: 10px;
  }

  .nastavenia-popis-box {
    font-size: 12px;
  }

  .nastavenia-box-nadpis {
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .box-filter-notifikator {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .filter-box-popis-notifi {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 10px;
  }

  .box-filter-ulice {
    margin-top: 5px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nastavenia-input {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nastavenie-input-text {
    font-size: 12px;
  }

  .nastavenia-input-notifi {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .notifikator-pridat {
    top: -50px;
  }

  .notifikator-nazov {
    margin-right: 5px;
    font-size: 12px;
  }

  .div-block-43 {
    margin-top: 5px;
  }

  .kontajner_1000_visible_pc {
    display: none;
  }

  .navod-pridanie-na-plochu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navod-nadpis {
    max-width: 100vw;
    display: inline-block;
  }

  .bublina-oznam {
    min-width: 10px;
  }

  .formular-popis-bold {
    max-width: 60%;
    margin-top: 2px;
  }

  .butt-boxik-rt {
    float: left;
    font-size: 12px;
  }

  .formular-tablet {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .animacia {
    display: none;
  }

  .column-6 {
    left: -25px;
  }

  .column-7 {
    right: -25px;
  }

  .butt-boxik-lt {
    clear: none;
    font-size: 12px;
  }

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

  .formular-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-tlacidlo-zelene-2 {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-prihlasovanie-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .okno-pop-2 {
    width: 100%;
    height: 600px;
  }

  .notifi-bar-tlacidlo-r {
    font-size: 12px;
  }

  .text-block-17 {
    display: none;
  }

  .informacie-pre-urady-m {
    display: block;
  }

  .informacie-pre-urady, .text-block-20 {
    display: none;
  }

  .text-block-21 {
    display: block;
  }

  .butt-boxik-rt2 {
    font-size: 12px;
  }

  .moje-notifikacie-sms {
    width: 160px;
  }

  .tlacidlo-spustit {
    width: 100%;
    min-width: auto;
  }

  .box-header-nadpis {
    margin-bottom: 4px;
  }

  .box-header-25 {
    padding-top: 25px;
  }

  .menu-tlacidlo-zelene-dynamic-2:hover {
    border-radius: 22px;
  }

  .tlacidlo-invert, .tlacidlo-plne {
    width: 100%;
    min-width: auto;
  }

  .menu-tlacidlo-zelene-3 {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-tlacidlo-aktualizacia-2 {
    width: 310px;
  }
}

#w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-1ba11554 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto center;
}

#w-node-_46bb2157-7163-c2b8-014d-41971cfa4b5e-1ba11554 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6f7be754-2154-0bf8-6172-dd6e2aa7dd0d-81a11556 {
  grid-area: 3 / 1 / 4 / 2;
}

#kontajner-historia.w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-81a11556 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto center;
}

#info-2.w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c0c-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c0d-81a11556 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c12-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c13-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-2.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7bc-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7cb-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7d0-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-b9814570-c149-9674-aacc-65a424e47a17-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-b9814570-c149-9674-aacc-65a424e47a26-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-b9814570-c149-9674-aacc-65a424e47a2b-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_834313d5-bcb4-5ab7-46a1-c445488445e5-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_834313d5-bcb4-5ab7-46a1-c445488445e6-81a11556 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_834313d5-bcb4-5ab7-46a1-c445488445eb-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_834313d5-bcb4-5ab7-46a1-c445488445ec-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-2.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf2c-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf3b-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf40-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b9293-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b92a2-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b92a7-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c08d-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c08e-81a11556 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c093-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c094-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-2.w-node-_56cfc584-5efd-e86b-b88d-249274b919f8-81a11556 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_56cfc584-5efd-e86b-b88d-249274b91a07-81a11556 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56cfc584-5efd-e86b-b88d-249274b91a0c-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#kontajner-editor.w-node-_46bb2157-7163-c2b8-014d-41971cfa4b5e-81a11556 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30b51710-7dfa-fc1d-a7df-bcd8c6a4e45b-81a11556, #w-node-_44e122be-dd45-b70f-dd67-c61df0b4d6cd-81a11556, #edit-pozdrav.w-node-e073da19-4c2d-df86-ccc4-a9f19eaa4c1a-81a11556 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e05fcd9a-6bf8-e81c-4e3a-093cfaff476a-81a11556 {
  grid-area: 3 / 2 / 4 / 3;
}

#box-ulice.w-node-_6e9daa5f-8cc7-e13a-c74e-decc77f18bba-81a11556 {
  grid-area: 2 / 1 / 3 / 2;
}

#input-veta.w-node-_3f95fc41-892c-36cc-b976-6949aa62d844-81a11556 {
  grid-area: 3 / 1 / 4 / 2;
}

#kontajner-menu.w-node-be2fc936-8525-6911-4f5d-ca1784d43c1c-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#kontajner-historia.w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-6ca11558 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto center;
}

#info-2.w-node-a7e28233-dec1-ecc1-e4a5-fc44a35dbd40-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-a7e28233-dec1-ecc1-e4a5-fc44a35dbd4f-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-a7e28233-dec1-ecc1-e4a5-fc44a35dbd54-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-ab338db8-d0f0-713a-968c-cfcfdfdb556e-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-ab338db8-d0f0-713a-968c-cfcfdfdb557d-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-ab338db8-d0f0-713a-968c-cfcfdfdb5582-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7bc-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7cb-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7d0-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_6ac5d07a-c43b-fe6a-4716-43bed1ceea2f-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_6ac5d07a-c43b-fe6a-4716-43bed1ceea3e-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_6ac5d07a-c43b-fe6a-4716-43bed1ceea43-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-eed8aec0-5c28-3e1f-5b71-8f12542c029a-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-eed8aec0-5c28-3e1f-5b71-8f12542c02a9-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-eed8aec0-5c28-3e1f-5b71-8f12542c02ae-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-b9814570-c149-9674-aacc-65a424e47a17-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-b9814570-c149-9674-aacc-65a424e47a26-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-b9814570-c149-9674-aacc-65a424e47a2b-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_56212e86-7ed2-138d-2476-94a6b1773a12-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_56212e86-7ed2-138d-2476-94a6b1773a21-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_56212e86-7ed2-138d-2476-94a6b1773a26-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf2c-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf3b-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf40-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b9293-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b92a2-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b92a7-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_56cfc584-5efd-e86b-b88d-249274b919f8-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_56cfc584-5efd-e86b-b88d-249274b91a07-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_56cfc584-5efd-e86b-b88d-249274b91a0c-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_054f5deb-3987-db99-65a8-9f8e2fb4e501-6ca11558 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_054f5deb-3987-db99-65a8-9f8e2fb4e504-6ca11558 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_24671a10-cd7c-f424-44bb-6266fcbde73e-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#kontajner-editor.w-node-_46bb2157-7163-c2b8-014d-41971cfa4b5e-6ca11558 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30b51710-7dfa-fc1d-a7df-bcd8c6a4e45b-6ca11558, #w-node-_44e122be-dd45-b70f-dd67-c61df0b4d6cd-6ca11558, #edit-pozdrav.w-node-e073da19-4c2d-df86-ccc4-a9f19eaa4c1a-6ca11558 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e05fcd9a-6bf8-e81c-4e3a-093cfaff476a-6ca11558 {
  grid-area: 2 / 2 / 3 / 3;
}

#input-veta.w-node-e05960db-e409-57ba-4fae-6da80bdfda68-6ca11558 {
  grid-area: 2 / 1 / 3 / 2;
}

#box-ulice.w-node-_6e9daa5f-8cc7-e13a-c74e-decc77f18bba-6ca11558 {
  grid-area: 3 / 1 / 4 / 2;
}

#kontajner-menu.w-node-be2fc936-8525-6911-4f5d-ca1784d43c1c-b3a11553 {
  grid-area: 1 / 1 / 2 / 2;
}

#kontajner-historia.w-node-_892e4c25-c901-5858-fa3a-23812b7f1d69-b3a11553 {
  grid-area: 2 / 1 / 3 / 2;
}

#kontajner-editor.w-node-_46bb2157-7163-c2b8-014d-41971cfa4b5e-b3a11553 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30b51710-7dfa-fc1d-a7df-bcd8c6a4e45b-b3a11553, #w-node-_44e122be-dd45-b70f-dd67-c61df0b4d6cd-b3a11553, #edit-pozdrav.w-node-e073da19-4c2d-df86-ccc4-a9f19eaa4c1a-b3a11553 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8be50a8c-57bc-2f53-0cb6-d9adfae49590-b3a11553 {
  grid-area: 2 / 2 / 3 / 3;
}

#input-veta.w-node-e05960db-e409-57ba-4fae-6da80bdfda68-b3a11553 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-be2fc936-8525-6911-4f5d-ca1784d43c1c-bca11555 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-bca11555 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto center;
}

#w-node-_46bb2157-7163-c2b8-014d-41971cfa4b5e-bca11555 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5b39c9c8-40ed-0f7b-2b63-a61bd77c7e03-bca11555 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6f7be754-2154-0bf8-6172-dd6e2aa7dd0d-6e15b8e5 {
  grid-area: 3 / 1 / 4 / 2;
}

#kontajner-menu.w-node-be2fc936-8525-6911-4f5d-ca1784d43c1c-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#kontajner-historia.w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-6e15b8e5 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto center;
}

#info-2.w-node-a7e28233-dec1-ecc1-e4a5-fc44a35dbd40-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-a7e28233-dec1-ecc1-e4a5-fc44a35dbd4f-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-a7e28233-dec1-ecc1-e4a5-fc44a35dbd54-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-ab338db8-d0f0-713a-968c-cfcfdfdb556e-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-ab338db8-d0f0-713a-968c-cfcfdfdb557d-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-ab338db8-d0f0-713a-968c-cfcfdfdb5582-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c0c-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c0d-6e15b8e5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c12-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5dac0bf5-a699-5b5c-cb24-c9be01766c13-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-2.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7bc-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7cb-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_4d973e98-dc0d-dd44-40b2-89cf48b8a7d0-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_6ac5d07a-c43b-fe6a-4716-43bed1ceea2f-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_6ac5d07a-c43b-fe6a-4716-43bed1ceea3e-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-_6ac5d07a-c43b-fe6a-4716-43bed1ceea43-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-eed8aec0-5c28-3e1f-5b71-8f12542c029a-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-eed8aec0-5c28-3e1f-5b71-8f12542c02a9-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-eed8aec0-5c28-3e1f-5b71-8f12542c02ae-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-b9814570-c149-9674-aacc-65a424e47a17-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-b9814570-c149-9674-aacc-65a424e47a26-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-b9814570-c149-9674-aacc-65a424e47a2b-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_834313d5-bcb4-5ab7-46a1-c445488445e5-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_834313d5-bcb4-5ab7-46a1-c445488445e6-6e15b8e5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_834313d5-bcb4-5ab7-46a1-c445488445eb-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_834313d5-bcb4-5ab7-46a1-c445488445ec-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56212e86-7ed2-138d-2476-94a6b1773a12-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_56212e86-7ed2-138d-2476-94a6b1773a21-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56212e86-7ed2-138d-2476-94a6b1773a26-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d7178def-1373-1753-e56c-91af71f5d90d-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d7178def-1373-1753-e56c-91af71f5d91b-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7178def-1373-1753-e56c-91af71f5d920-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf2c-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf3b-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-d70efe74-719e-41ea-f8ed-db3b5fabcf40-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b9293-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b92a2-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-1.w-node-fd2be97b-aa95-c279-0ee7-9e3b3f3b92a7-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c08d-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c08e-6e15b8e5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c093-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8871862c-9b9e-3b05-4b45-d7e9aad0c094-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#info-2.w-node-_56cfc584-5efd-e86b-b88d-249274b919f8-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-_56cfc584-5efd-e86b-b88d-249274b91a07-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56cfc584-5efd-e86b-b88d-249274b91a0c-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7e721a89-6443-eee1-c8ea-c7df12a9061e-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7e721a89-6443-eee1-c8ea-c7df12a9062c-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e721a89-6443-eee1-c8ea-c7df12a90631-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35ae9e51-7f03-1998-6886-60613000cce1-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_35ae9e51-7f03-1998-6886-60613000ccef-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35ae9e51-7f03-1998-6886-60613000ccf4-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#info-2.w-node-cb0cb121-4ea5-0f23-4539-3d80e41793d5-6e15b8e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#history-blok.w-node-cb0cb121-4ea5-0f23-4539-3d80e41793d6-6e15b8e5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cb0cb121-4ea5-0f23-4539-3d80e41793db-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_87fe7855-c432-23a6-9c95-3e2ab670533b-6e15b8e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#kontajner-editor.w-node-_46bb2157-7163-c2b8-014d-41971cfa4b5e-6e15b8e5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30b51710-7dfa-fc1d-a7df-bcd8c6a4e45b-6e15b8e5, #w-node-_44e122be-dd45-b70f-dd67-c61df0b4d6cd-6e15b8e5, #edit-pozdrav.w-node-e073da19-4c2d-df86-ccc4-a9f19eaa4c1a-6e15b8e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e05fcd9a-6bf8-e81c-4e3a-093cfaff476a-6e15b8e5 {
  grid-area: 3 / 2 / 4 / 3;
}

#box-ulice.w-node-_6e9daa5f-8cc7-e13a-c74e-decc77f18bba-6e15b8e5 {
  grid-area: 2 / 1 / 3 / 2;
}

#input-veta.w-node-_3f95fc41-892c-36cc-b976-6949aa62d844-6e15b8e5 {
  grid-area: 3 / 1 / 4 / 2;
}

@media screen and (max-width: 991px) {
  #kontajner-historia.w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-81a11556, #kontajner-historia.w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-6ca11558, #w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-bca11555, #kontajner-historia.w-node-_42b389f1-d636-1a6c-e571-0db3871c111d-6e15b8e5 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto center;
  }
}


@font-face {
  font-family: 'Digitalsansef';
  src: url('../fonts/DigitalSansEF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Digitalsansef';
  src: url('../fonts/DigitalSansEF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}