:root {
  --tomato: #e64c40;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --dodger-blue: #2ca6d9;
  --tomato-2: #e64949;
}

body {
  color: #000000bd;
  background-color: #edeff2;
  height: 100%;
  margin-left: 330px;
  font-family: open-sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
}

.brand-text {
  color: #e64949;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.brand-text:hover {
  color: #2ca6d9;
}

.section {
  background-color: #f0f5f7;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 33px;
}

.section.white {
  background-color: #fff;
}

.section.cenik {
  padding-left: 250px;
  padding-right: 250px;
}

.section.cenik.white {
  padding-left: 40px;
  padding-right: 40px;
}

.call-to-action-section {
  color: #fff;
  background-color: #e64949;
  padding: 44px 40px;
}

.call-to-action-heading {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.align-right {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.hero-subheading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  width: 515px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
  list-style-type: none;
  display: block;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2ca6d9;
  border-color: #2ca6d9;
}

.hollow-button.red {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e64949;
  border-color: #fff;
  font-weight: 700;
}

.hollow-button.red:hover {
  background-color: #0000;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.section-subheading.center {
  color: #737373bd;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 50px;
}

.section-title-group.dalsi {
  margin-bottom: 30px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-text {
  margin: 5px 20px;
  font-size: 12px;
  display: inline-block;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 25%;
}

.left-navigation {
  background-color: #fff;
  border: 0 #ecf0f1;
  border-right: 1px solid #ecf0f1;
  width: 330px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #2ca6d9;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.nav-link:hover {
  color: #e64949;
}

.nav-link.w--current {
  color: #e64949;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px;
  display: block;
}

.logo-link.w--current:hover {
  color: #2ca6d9;
}

.banner {
  background-image: radial-gradient(circle farthest-side, #2ba5d9cc, #2ba5d980), url('../images/intro-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
}

.content {
  height: 100%;
}

.li {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  list-style-type: disc;
}

.li.clean {
  border-bottom: 1px dotted #0000004d;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  list-style-type: none;
}

.li.bold {
  font-weight: 700;
}

.list {
  text-align: left;
  padding-left: 20px;
  list-style-type: none;
}

.list.clean {
  padding-left: 0;
}

.list.clean.cenik {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list.novinka {
  text-align: left;
}

.list-row {
  margin-bottom: 40px;
}

.list-row.pojistovny {
  margin-bottom: 0;
}

.logo-pojistovna {
  text-align: center;
  height: 50px;
  margin-bottom: 15px;
}

.logo-pojistovna.vzp {
  background-image: url('../images/logo-vzp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.logo-pojistovna.vozp {
  background-image: url('../images/logo-vozp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-pojistovna.cpzp {
  background-image: url('../images/logo-cpzp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-pojistovna.ozp {
  background-image: url('../images/logo-ozp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-pojistovna.zps {
  background-image: url('../images/logo-zps.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-pojistovna.zpmvcr {
  background-image: url('../images/logo-zpmv.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.center {
  text-align: center;
}

.blue {
  color: #2ca6d9;
}

.blue.center {
  text-transform: none;
}

.right {
  float: right;
  text-align: right;
}

.mapa {
  color: #e64949;
  height: 290px;
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
}

.textlink {
  color: #2ca6d9;
  font-weight: 700;
  text-decoration: underline;
}

.textlink:hover {
  color: #e64949;
}

.textlink.strong {
  font-weight: 700;
}

.textlink.strong.white {
  color: #fff;
  font-style: normal;
}

.textlink.white {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

.textlink.white:hover {
  text-decoration: none;
}

.kontakt {
  margin-left: 0;
  padding-left: 0;
}

.kontakt.box {
  margin-bottom: 30px;
}

.biggermargin {
  padding-left: 20px;
  padding-right: 20px;
}

.biggermargin.orddoba {
  padding-left: 30px;
  padding-right: 30px;
}

.small {
  font-size: 12px;
}

.modal-background {
  z-index: 1001;
  background-color: #00000080;
  margin-left: auto;
  margin-right: auto;
  padding-left: 330px;
  display: block;
  position: fixed;
  inset: 0;
}

.modal-window {
  background-color: #fff;
  border: 1px solid #000000d9;
  width: 430px;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 25px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.novinka {
  text-align: left;
  list-style-type: disc;
}

.novinka.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 22px;
}

.novinka.center.small {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.novinka.title {
  margin-top: 10px;
  margin-bottom: 25px;
}

.close-modal {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e64949;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px;
  font-weight: 700;
  display: block;
}

.close-modal:hover {
  color: #e64949;
  background-color: #fff;
  border-color: #e64949;
}

.kontakty-dodatek {
  margin-top: 70px;
}

.text-span {
  display: inline-block;
}

.text-span.textlink {
  font-weight: 700;
  text-decoration: underline;
}

.text-span.textlink:hover {
  font-weight: 700;
}

.link {
  color: #fff;
}

.link:hover {
  color: #fff;
  text-decoration: none;
}

.red {
  color: var(--tomato);
}

.text-span-2 {
  display: inline-block;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  body {
    border-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    float: right;
    color: #e64949;
    height: 80px;
    margin-top: 0;
    margin-right: 0;
    padding: 0 10px;
    font-size: 40px;
    list-style-type: none;
    position: static;
    top: 0;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
    height: 60px;
  }

  .brand-text {
    margin-top: 0;
    font-size: 24px;
  }

  .call-to-action-heading {
    margin-top: 7px;
    font-size: 18px;
  }

  .hero-title-wrapper {
    top: 15%;
  }

  .left-navigation {
    float: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-bottom-color: #ecf0f1;
    border-right-color: #000;
    width: 100%;
    height: 60px;
    font-family: Open Sans, sans-serif;
    line-height: 10px;
    position: fixed;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: center;
    background-color: #fffffff2;
    padding-left: 13px;
  }

  .nav-link.w--current {
    text-align: center;
    background-color: #fffffff2;
  }

  .nav-menu {
    background-color: #0000;
    border-bottom: 1px solid #ecf0f1;
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .banner {
    border-style: none;
    height: 700px;
    margin-top: 60px;
  }

  .list.clean.cenik {
    width: 80%;
  }

  .hamburger {
    margin-top: 11px;
    font-size: 40px;
  }

  .modal-background {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .modal-window {
    margin-top: 20%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .brand-text {
    letter-spacing: 0;
    font-size: 18px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-section {
    padding: 20px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 42px;
  }

  .hero-subheading {
    width: 90%;
  }

  .hero-title-wrapper {
    top: 10%;
  }

  .logo-link {
    padding-left: 0;
  }

  .banner {
    height: 549px;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .li {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 14px;
  }

  .list.clean.cenik {
    width: 90%;
  }

  .logo-pojistovna, .logo-pojistovna.ozp {
    height: 40px;
  }

  .mapa {
    margin-bottom: 30px;
  }

  .biggermargin.orddoba {
    margin-bottom: 25px;
  }

  .modal-window {
    width: auto;
    margin-top: 10%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px;
  }

  .novinka.center {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
  }

  .kontakty-dodatek {
    margin-top: 35px;
  }
}

@media screen and (max-width: 479px) {
  .brand-text {
    letter-spacing: 0;
    font-size: 11px;
  }

  .section.cenik.white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    font-size: 18px;
    line-height: 29px;
  }

  .hero-subheading {
    width: 90%;
    font-size: 14px;
    line-height: 23px;
  }

  .hero-title-wrapper {
    top: 6%;
  }

  .logo-link {
    margin-left: 15px;
    padding-left: 0;
    font-size: 15px;
  }

  .banner {
    height: 650px;
  }

  .li {
    line-height: 15px;
  }

  .li.clean {
    line-height: 16px;
  }

  .list.clean.cenik {
    font-size: 12px;
    line-height: 16px;
  }

  .list.novinka {
    font-size: 11px;
    line-height: 14px;
  }

  .list-row {
    margin-bottom: 0;
  }

  .logo-pojistovna {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .modal-window {
    margin-top: 40%;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}


