@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

.image {
  box-sizing: border-box;
  float: none;
  clear: none;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
  inset: 0% 0% 0% auto;
}

.section {
  z-index: 9999;
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .96;
  -webkit-text-fill-color: inherit;
  background-color: #2f2424;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.div-block {
  z-index: 10;
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #d7d7d7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% 0;
}

.nav-link {
  color: #030602;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.nav-link.naslovi {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.nav-link.naslovi.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.body {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.navbar {
  z-index: 10;
  background-color: #d6d4d4;
  width: 100%;
  max-width: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  clear: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0 0% auto;
}

.container {
  background-color: #0000;
  justify-content: flex-end;
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  display: block;
  position: static;
  inset: auto 0%;
}

.nav-link-2 {
  color: #170b0b;
}

.nav-link-2.naslovi {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.nav-link-3 {
  color: #171010;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.nav-link-3.nav-link {
  font-size: 13px;
}

.text-block {
  color: #333;
  font-size: 30px;
}

.text-block-2 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  text-shadow: 1px 1px 1px #0003;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  direction: ltr;
  background-color: #0000;
  width: auto;
  font-family: Varela, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-top: 140px;
  margin-bottom: 0;
  margin-left: 140px;
  padding-left: 60px;
  display: block;
  position: absolute;
}

.heading {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph {
  color: #000;
  margin-top: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.button {
  background-color: #91bc42;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 27%;
  min-width: auto;
  height: 60px;
  margin-right: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.button:hover {
  background-color: #6f922f;
  transform: translate(0);
  box-shadow: 8px 8px 5px 4px #0003;
}

.button.klasadrugodugmeheader {
  opacity: 1;
  color: #23231b;
  background-color: #91bc4200;
  border: 2px solid #000;
}

.nav-link-2-copy {
  color: #170b0b;
}

.nav-link-2-copy.naslovi {
  font-family: Montserrat, sans-serif;
}

.nav-link-2-copy.naslovi.nav-link {
  font-size: 13px;
}

.section-2 {
  background-color: #f6f3ee;
  min-height: auto;
  margin-top: 0;
  display: block;
}

.image-2 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  color: #050505;
  text-align: left;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 100%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
}

.container-2 {
  width: 61%;
  max-width: none;
  margin-top: 220px;
  margin-bottom: auto;
  margin-left: 0;
  display: block;
  position: absolute;
}

.div-block-3 {
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
}

.div-block-4 {
  width: 42%;
  padding-bottom: 60px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-5 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.divgrid {
  background-color: #fff;
  border-radius: 15px;
  max-width: 29%;
  margin-right: 30px;
  transition: transform .6s;
}

.divgrid:hover {
  transform: translate(0, -20px);
}

.slikakartica {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 15px 15px 0 0;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.heading-2.karticaprvah3 {
  padding-bottom: 30px;
}

.heading-2.drugakarticaponude {
  margin-bottom: 10px;
}

.text-block-3 {
  min-height: 15vh;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.text-block-3.trecakartica {
  min-height: 15vh;
}

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

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.section-3 {
  background-color: #3e4a58;
  min-height: auto;
}

.columns {
  padding-top: 60px;
}

.div-block-7 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.bold-text-5 {
  color: #f6b342;
  font-family: Montserrat, sans-serif;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 15px;
  width: 100%;
  height: 60vh;
  min-height: auto;
}

.image-10 {
  background-color: #fff;
  width: 50px;
  height: 50px;
}

.image-11 {
  width: 80px;
  max-width: none;
  margin-top: 0;
}

.brand-2 {
  margin-top: 10px;
  margin-left: 0;
}

.paragraph-5 {
  color: #9c4418;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.sekcijanasevrednosti {
  background-color: #dfdcdc;
  min-height: auto;
  padding-top: 20px;
}

.slikanasevrednosti {
  background-color: #a5b09d;
  border-radius: 4px;
  width: 45px;
  padding: 5px;
}

.divnasavrednost {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.sekcijagalerija {
  background-color: #f3efe3;
  min-height: auto;
  display: block;
}

.div-block-10 {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: block;
  position: static;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.sekcijakomentari {
  position: relative;
}

.paragraph-6 {
  color: #9c4418;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.slikazvezdica {
  width: 12px;
  margin-right: 3px;
}

.div-block-11 {
  padding-bottom: 5px;
}

.divunutarkoloneutisci {
  background-color: #243342;
  border-radius: 10px;
  padding: 10px;
}

.section-4 {
  background-color: #2c353830;
  max-width: 100%;
  display: block;
}

.image-27 {
  max-width: 58%;
  padding-bottom: 20px;
  position: relative;
  left: 20%;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.paragraph-8 {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.slikasocialmedia {
  width: 20px;
  margin-right: 10px;
  padding-right: 0;
}

.div-block-12 {
  display: flex;
}

.heading-8 {
  color: #66b956;
}

.paragrafkomentar {
  color: #fff;
  font-size: 13px;
}

.hkomentar {
  color: #fdfdfd;
  font-size: 13px;
}

.image-29 {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-14 {
  min-height: auto;
  padding-top: 40px;
  position: relative;
}

.image-30 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.paragraph-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.divonamcheck {
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  display: block;
}

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

.right-arrow-2 {
  margin-right: 23px;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #303f4d;
  justify-content: flex-end;
  width: auto;
  height: auto;
  min-height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: static;
}

.paragraph-17 {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: flex;
}

.image-31 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.gornjideonavbara {
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.link, .link-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.footerkontakt {
  padding-bottom: 5px;
  display: flex;
}

.image-32 {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.paragraph-18 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.link-3 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  position: static;
}

.link-3:hover {
  color: #6c9621;
}

.div-block-21 {
  padding-bottom: 5px;
  display: flex;
}

.rich-text-block {
  width: auto;
  min-width: 118%;
  display: none;
}

.image-33 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.divkarticacheck {
  padding-bottom: 10px;
  display: flex;
}

.paragraph-19 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.div-block-23 {
  max-width: 900px;
  margin-left: auto;
  margin-right: 80px;
  display: flex;
}

.div-block-24 {
  margin-top: 220px;
  padding-top: 0;
}

.div-block-26 {
  max-width: 598px;
  margin-top: 60px;
}

.div-block-27 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-30 {
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.div-block-31 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-4 {
  color: #f6b342;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-32 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.slide1 {
  width: auto;
}

.figure {
  width: auto;
  max-width: none;
}

.paravrednosti {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
}

.hedvrednosti {
  font-family: Montserrat, sans-serif;
}

.slidergrupa {
  width: 32%;
  margin-right: 2%;
}

.column-3 {
  border-right: 0 solid #3a4752;
}

.div-block-34 {
  z-index: 99999;
  margin-bottom: 0;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: translate(183px);
}

.divitem {
  background-color: #0098d4;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin-bottom: 10px;
  padding: 12px;
  transition: transform .7s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  transform: translate(0);
}

.divitem:hover {
  transform: translate(-70px);
}

.divitem.whatsapp {
  background-color: #25d366;
}

.text-block-5, .text-block-6 {
  color: #fff;
}

.slikawiget {
  width: 20px;
  margin-right: 5px;
}

.heading-13 {
  color: #87b337;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-35 {
  z-index: 2;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
}

.text-block-7 {
  color: #fff;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.image-36 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 57% 32%;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

.section-5 {
  background-color: #3e4a58;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.image-37 {
  background-color: #fff0;
  width: 25px;
  margin-right: 5px;
}

.div-block-36 {
  padding-bottom: 10px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.button-2 {
  text-align: center;
  border-radius: 6px;
  width: 150px;
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button-2:hover {
  color: #1dec3c;
  background-color: #286da9;
  box-shadow: 15px 14px 5px 2px #0003;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

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

.link-4 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.link-4:hover {
  color: #6c9621;
}

.heading-14 {
  color: #2d6c7e;
  text-align: center;
}

.div-block-37 {
  border: 0 solid #000;
  border-bottom: 2px solid #2d6c7e;
  border-radius: 0;
}

.text-block-9 {
  padding-top: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
}

.text-block-9.naslov {
  font-weight: 700;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 500;
}

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

.divitem-copy {
  background-color: #0098d4;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin-bottom: 10px;
  padding: 12px;
  transition: transform .7s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  transform: translate(0);
}

.divitem-copy:hover {
  transform: translate(-70px);
}

.divitem-copy.whatsapp {
  background-color: #25d366;
}

.divitem-copy-copy {
  background-color: #0098d4;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin-bottom: 10px;
  padding: 12px;
  transition: transform .7s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  transform: translate(0);
}

.divitem-copy-copy:hover {
  transform: translate(-70px);
}

.divitem-copy-copy.whatsapp {
  background-color: #25d366;
}

.link-block-4 {
  mix-blend-mode: normal;
  background-color: #5392d4;
  border-radius: 50px;
  width: 226px;
  margin-bottom: 10px;
  padding: 12px;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.link-block-4:hover {
  transform: translate(-91px);
}

.link-block-4.whatsapp {
  background-color: #57c77c;
}

.image-39 {
  width: 25px;
  max-width: none;
  margin-right: 7px;
}

.text-block-10 {
  color: #fff;
  text-transform: none;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.heading-15 {
  color: #2d6c7e;
  text-align: center;
}

.div-block-38 {
  border-bottom: 2px solid #2d6c7e;
}

.image-40 {
  width: 100%;
  max-width: none;
  height: 43vh;
  min-height: auto;
  margin-left: 60px;
}

.heading-16 {
  padding-bottom: 10px;
}

.link-6, .text-block-11 {
  margin-left: 20px;
}

.link-block-5 {
  padding-bottom: 20px;
}

.link-7 {
  aspect-ratio: auto;
  color: #494343;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-7:hover {
  color: #6c9621;
}

.div-block-39 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

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

.button-3 {
  margin-bottom: 10px;
  display: inline-block;
  position: static;
  left: 0;
  right: 220px;
}

.paragraph-21 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

@media screen and (min-width: 1440px) {
  .image {
    object-fit: cover;
    object-position: 50% 24%;
    border-radius: 5px;
    width: 92%;
    max-width: none;
    height: 100%;
    min-height: auto;
    margin-right: 0%;
    position: relative;
  }

  .section {
    z-index: 9999;
    opacity: .94;
    background-color: #fff0;
    width: auto;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .nav-link.naslovi {
    mix-blend-mode: normal;
    padding-top: 20px;
  }

  .nav-link.naslovi:hover {
    outline-offset: 0px;
    border: 1px #000;
    border-bottom: 2px solid #9bc043;
    outline: 3px #030602;
  }

  .body {
    overflow: clip visible;
  }

  .navbar {
    z-index: 9999;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #ececec;
    background-clip: border-box;
    width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu {
    vertical-align: top;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    right: 0%;
  }

  .container {
    z-index: 999;
    vertical-align: baseline;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    padding-left: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .nav-link-3 {
    padding-right: 20px;
  }

  .nav-link-3:hover {
    border-bottom: 2px solid #9bc043;
  }

  .nav-link-3.nav-link:hover {
    border-bottom-width: 2px;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .button {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    text-overflow: clip;
    background-color: #91bc42;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 27%;
    min-width: auto;
    height: auto;
    min-height: 60px;
    margin-right: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 20px;
    display: flex;
  }

  .button:hover {
    background-color: #6f922f;
    box-shadow: 8px 8px 5px 4px #0003;
  }

  .button.klasadrugodugmeheader {
    aspect-ratio: auto;
    color: #23231b;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    background-color: #3898ec00;
    border: 2px solid #263f75;
    display: flex;
    position: static;
  }

  .section-2 {
    background-color: #f5f1ead1;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 27px;
    transition: transform .5s;
    display: block;
  }

  .image-2 {
    opacity: 1;
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: cover;
    object-position: 50% 100%;
    background-color: #0000;
    background-clip: border-box;
    outline: 3px #161616;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    max-height: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-2 {
    width: auto;
    max-width: 1300px;
    margin-top: 220px;
    margin-left: 0;
    display: none;
  }

  .div-block-3 {
    width: auto;
    min-width: auto;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0%;
  }

  .container-3 {
    width: 100%;
    max-width: none;
    margin: auto 0;
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    width: 30%;
    height: auto;
    margin-bottom: 100px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: relative;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .paragraph-2 {
    color: #af5f22;
    height: auto;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 45px;
  }

  .bold-text {
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    line-height: 48px;
    text-decoration: none;
    display: block;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "." 0
                   "Area"
                   / 1fr 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-flow: row;
    place-content: space-around stretch;
    place-items: stretch center;
  }

  .div-block-5 {
    box-sizing: border-box;
    float: none;
    aspect-ratio: auto;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: flex;
    position: static;
  }

  .divgrid {
    background-color: #f9f9f9;
    border-radius: 15px;
    width: auto;
    max-width: 31%;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 30px;
    padding: 0;
    line-height: 50px;
    transition: transform .6s cubic-bezier(.86, 0, .07, 1);
    display: block;
  }

  .divgrid:hover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    mix-blend-mode: normal;
    transform: translate(0, -15px);
    box-shadow: 0 2px 5px #0003;
  }

  .slikakartica {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: auto;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
  }

  .heading-2.karticaprvah3 {
    aspect-ratio: auto;
    text-align: left;
    text-transform: none;
    padding-bottom: 30px;
    line-height: 30px;
    text-decoration: none;
    display: block;
  }

  .heading-2.drugakarticaponude {
    padding-bottom: 0;
  }

  .text-block-3 {
    text-align: left;
    height: auto;
    min-height: 18vh;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .text-block-3.trecakartica {
    min-height: 18vh;
    margin-bottom: 0;
  }

  .list {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    list-style-type: none;
  }

  .div-block-6 {
    flex-flow: wrap;
    display: flex;
  }

  .listakvacica {
    background-image: url('../images/check-1.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 1.7rem 1.6rem;
    padding-left: 36px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 49px;
    list-style-type: none;
  }

  .listakvacica.tekstdrugakartica {
    line-height: 49px;
  }

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

  .sli {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
  }

  .bold-text-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 19px;
  }

  .bold-text-3, .bold-text-4 {
    font-weight: 400;
  }

  .image-5 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
  }

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

  .section-3 {
    width: 100%;
  }

  .columns {
    aspect-ratio: auto;
    margin-top: 0%;
    padding-top: 0%;
    position: static;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .column {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-4 {
    color: #e9e9e9;
    width: auto;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 25px;
  }

  .bold-text-5 {
    color: #f6b342;
    font-size: 18px;
  }

  .image-6 {
    width: 52%;
    height: 50vh;
  }

  .image-7 {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 15px;
    width: 86%;
    height: 65vh;
    margin-left: 0;
    margin-right: 0;
  }

  .column-2 {
    z-index: 1;
    box-sizing: border-box;
  }

  .list-item {
    list-style-type: none;
  }

  .list-item.listakvacica.listaonama {
    color: #fff;
    width: 83%;
  }

  .grid-2 {
    grid-template-rows: auto;
    width: 80%;
    margin-right: 0;
  }

  .list-3 {
    width: 100%;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .image-8 {
    width: 6%;
    max-width: none;
    height: 23%;
  }

  .brand {
    width: 0%;
    height: 0%;
  }

  .image-9 {
    object-fit: cover;
    width: 6%;
    max-width: none;
    max-height: none;
    overflow: clip;
  }

  .div-block-9 {
    height: 6vh;
    display: inline-block;
  }

  .image-10 {
    vertical-align: baseline;
    object-fit: contain;
    object-position: 50% 21%;
    background-color: #fff0;
    width: 100px;
    height: 100%;
    display: block;
  }

  .image-11 {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: contain;
    width: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    display: inline-block;
    position: static;
  }

  .brand-2 {
    flex-flow: row-reverse;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: static;
    left: auto;
    right: 100px;
  }

  .paragraph-5 {
    aspect-ratio: auto;
    color: #9c4418;
    text-align: center;
    margin-top: 0;
    padding-top: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    position: static;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 50px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    position: static;
  }

  .sekcijanasevrednosti {
    aspect-ratio: auto;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #dfdcdc;
    height: auto;
    min-height: 65vh;
    position: static;
  }

  .kolona {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .slikanasevrednosti {
    width: 40px;
    margin-bottom: 20px;
  }

  .divnasavrednost {
    background-color: #fff;
    border-radius: 15px;
    width: auto;
    height: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .columns-2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sekcijagalerija {
    background-color: #f3efe3;
    height: auto;
    min-height: 70vh;
    padding-top: 60px;
  }

  .image-12 {
    width: 100%;
    height: 100%;
  }

  .slider {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-13 {
    width: 30%;
    height: 50%;
    margin-right: 45px;
    padding-right: 0;
  }

  .image-14 {
    object-fit: fill;
    border-radius: 7px;
    height: 40vh;
    padding-right: 40px;
  }

  .slide {
    aspect-ratio: auto;
  }

  .div-block-10 {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
  }

  .image-15 {
    width: 31%;
    height: 40vh;
    margin-right: 44px;
  }

  .image-16 {
    width: 30%;
    margin-right: 0;
  }

  .image-16.image {
    width: 350px;
    height: 350px;
  }

  .image-17 {
    width: 350px;
    height: 350px;
    margin-right: 50px;
  }

  .image-17.image {
    margin-right: 0;
  }

  .image-18 {
    width: 30%;
    margin-right: 49px;
  }

  .image-18.image {
    width: 350px;
    height: 350px;
    margin-right: 49px;
    display: inline-block;
  }

  .image-19 {
    width: 26%;
    height: 36vh;
  }

  .image-20 {
    width: 31%;
    height: 40vh;
  }

  .image-21 {
    width: 30%;
    height: auto;
    margin-right: 50px;
  }

  .image-22 {
    width: 30%;
    margin-right: 49px;
  }

  .image-23 {
    width: 30%;
  }

  .image-24 {
    width: 30%;
    height: 40vh;
    margin-right: 51px;
  }

  .image-25 {
    width: 29%;
    height: 40vh;
    margin-right: 48px;
  }

  .image-26 {
    width: 31%;
    height: 40vh;
  }

  .slide-nav {
    display: none;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: 600;
  }

  .sekcijakomentari {
    background-color: #84af3600;
    height: auto;
    min-height: 25vh;
    padding-top: 0;
    position: relative;
  }

  .paragraph-6 {
    color: #b4533f;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
  }

  .heading-5 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    position: static;
  }

  .columns-3 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slikazvezdica {
    width: 20px;
    max-width: 6%;
    padding-right: 5px;
  }

  .div-block-11 {
    flex-flow: row;
    padding-bottom: 20px;
    display: flex;
  }

  .koloneutisci {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-color: #f8f8f800;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 29px;
    display: block;
    position: relative;
    inset: 0% auto;
  }

  .divunutarkoloneutisci {
    background-color: #243342;
    border-radius: 15px;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    background-color: #2c353830;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    display: block;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: 30px;
  }

  .image-27 {
    text-align: left;
    object-fit: fill;
    width: 30%;
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    display: block;
    position: relative;
    inset: 0% 0% auto 25%;
  }

  .paragraph-7 {
    width: 84%;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .image-28 {
    border-radius: 15px;
    width: 600px;
    height: 450px;
    margin-top: 0;
    margin-left: 140px;
  }

  .heading-6 {
    font-family: Montserrat, sans-serif;
  }

  .heading-7 {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .paragraph-8 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .paragraph-9 {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-10 {
    font-family: Montserrat, sans-serif;
    position: static;
  }

  .paragraph-11 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .slikasocialmedia {
    width: auto;
    margin-right: 20px;
    padding-right: 0;
  }

  .div-block-12 {
    display: flex;
  }

  .div-block-13 {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .heading-8 {
    color: #66b956;
    font-family: Montserrat, sans-serif;
  }

  .paragrafkomentar {
    color: #fcfcfc;
  }

  .paragraf {
    color: #faf7f7;
  }

  .paragraph-14, .heading-9 {
    color: #fff;
  }

  .heading-10 {
    color: #fffcfc;
  }

  .hkomentar {
    color: #fdfdfd;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .image-29 {
    z-index: 4;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 50vh;
    max-height: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-14 {
    z-index: 100;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 50vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    display: block;
    position: relative;
  }

  .div-block-15 {
    margin-right: 0;
  }

  .image-30 {
    width: 25px;
    margin-right: 10px;
    padding-right: 0;
  }

  .paragraph-15 {
    color: #fdfdfd;
  }

  .divonamcheck {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-16 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    height: 10vh;
    display: block;
    position: relative;
  }

  .container-4 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .link-block {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .div-block-17 {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    vertical-align: baseline;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    display: flex;
  }

  .div-block-18 {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-2 {
    background-color: #ddd0;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .right-arrow-2 {
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
    padding-right: 34px;
  }

  .icon {
    margin-right: 40px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #303f4d;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    min-height: auto;
    display: flex;
    position: static;
  }

  .paragraph-16 {
    color: #fff;
  }

  .paragraph-17 {
    color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .image-31 {
    flex: 0 auto;
    width: 20px;
    height: 20px;
    margin-left: 50px;
    margin-right: 5px;
    padding-left: 0;
  }

  .gornjideonavbara {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .link {
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

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

  .div-block-20 {
    padding-left: 20px;
  }

  .footerkontakt {
    margin-bottom: 10px;
    display: flex;
  }

  .image-32 {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .paragraph-18 {
    font-family: Montserrat, sans-serif;
  }

  .link-3 {
    color: #333;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .link-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 3%;
    margin-left: 5px;
    margin-right: 10px;
    display: flex;
  }

  .link-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 3%;
    display: flex;
  }

  .div-block-22 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block {
    width: 100%;
    max-width: 100%;
  }

  .image-33 {
    width: 25px;
    height: auto;
    margin-right: 10px;
    padding-right: 0;
  }

  .divkarticacheck {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    line-height: 50px;
    display: flex;
  }

  .paragraph-19 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
  }

  .div-block-23 {
    justify-content: flex-end;
    width: 1300px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: relative;
  }

  .div-block-24 {
    z-index: auto;
    width: 100%;
    max-width: none;
    margin-top: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

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

  .div-block-26 {
    max-width: 800px;
    margin-top: 0;
  }

  .div-block-27 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-between;
    place-items: stretch center;
    max-width: 1300px;
    height: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-30 {
    z-index: auto;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .div-block-31 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: static;
  }

  .paragraph-20 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-4 {
    color: #f6b342;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    place-items: center;
    min-height: 30vh;
  }

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

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .slidergrupa {
    width: 32%;
    margin-right: 2%;
  }

  .heading-13 {
    color: #8dbb4b;
    font-family: Montserrat, sans-serif;
  }

  .div-block-35 {
    max-width: 1300px;
  }

  .text-block-7 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .section-5 {
    height: auto;
    padding-top: 60px;
  }

  .text-block-8 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .image-38 {
    object-position: 50% 43%;
    height: 50vh;
    display: inline-block;
  }

  .image-40 {
    height: 49vh;
    margin-left: 60px;
  }

  .paragraph-21 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.naslovi, .nav-link.naslovi.w--current {
    font-size: 14px;
  }

  .navbar {
    min-height: auto;
  }

  .container {
    padding-bottom: 5px;
  }

  .nav-link-3, .nav-link-3.nav-link {
    font-size: 14px;
  }

  .heading {
    font-size: 43px;
    line-height: 1.2em;
  }

  .paragraph {
    font-size: 22px;
  }

  .button {
    width: 32%;
    font-size: 20px;
  }

  .nav-link-2-copy.naslovi.nav-link {
    font-size: 14px;
  }

  .section-2 {
    min-height: auto;
    padding-bottom: 40px;
  }

  .bold-text {
    font-size: 36px;
  }

  .paragraph-3 {
    font-size: 21px;
    line-height: 1.4em;
  }

  .heading-2.drugakarticaponude {
    margin-bottom: 0;
  }

  .text-block-3 {
    min-height: 16vh;
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-3.trecakartica {
    font-size: 14px;
  }

  .bold-text-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .columns {
    padding-top: 0%;
  }

  .div-block-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 21px;
  }

  .image-7 {
    height: 50vh;
  }

  .image-11 {
    padding-top: 10px;
  }

  .sekcijanasevrednosti, .sekcijagalerija, .sekcijakomentari {
    min-height: auto;
  }

  .slikazvezdica {
    width: 20px;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .paragrafkomentar {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .hkomentar {
    font-size: 16px;
  }

  .image-29 {
    min-height: auto;
  }

  .div-block-14 {
    min-height: auto;
    padding-bottom: 20px;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .divonamcheck {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .div-block-19 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-17 {
    font-size: 14px;
  }

  .image-31 {
    width: 24px;
    height: 24px;
  }

  .gornjideonavbara {
    font-size: 16px;
  }

  .link, .link-2 {
    font-size: 14px;
  }

  .footerkontakt {
    padding-bottom: 0;
  }

  .paragraph-18, .link-3 {
    font-size: 16px;
  }

  .link-block-2, .link-block-3 {
    width: 3%;
  }

  .divkarticacheck {
    margin-bottom: 10px;
  }

  .paragraph-19 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .div-block-32 {
    padding-bottom: 60px;
  }

  .paravrednosti {
    font-size: 14px;
    line-height: 21px;
  }

  .hedvrednosti {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 100%;
    margin-right: 16px;
  }

  .section {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/Gemini_Generated_Image_37w7v937w7v937w7.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
  }

  .container {
    max-width: 750px;
    padding-bottom: 0;
  }

  .button {
    width: 40%;
  }

  .button.klasadrugodugmeheader {
    color: #fdfdfd;
    -webkit-text-stroke-color: #fff;
    border-color: #333;
  }

  .image-2 {
    color: #050505;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .div-block-3 {
    max-width: 750px;
  }

  .bold-text {
    font-size: 28px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .divgrid {
    max-width: 31%;
    margin-right: 15px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .heading-2.karticaprvah3, .heading-2.drugakarticaponude {
    font-size: 16px;
  }

  .text-block-3 {
    min-height: 18vh;
    font-size: 12px;
  }

  .text-block-3.trecakartica {
    min-height: 18vh;
  }

  .bold-text-2 {
    font-size: 12px;
  }

  .columns {
    display: block;
  }

  .column {
    text-align: center;
    padding-left: 10px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .image-7 {
    width: 86%;
    height: 45vh;
  }

  .column-2 {
    left: 3%;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 34px;
  }

  .slikanasevrednosti {
    width: 35px;
  }

  .div-block-10 {
    max-width: 750px;
  }

  .heading-4 {
    font-size: 21px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .heading-5 {
    font-size: 22px;
  }

  .paragrafkomentar {
    font-size: 11px;
  }

  .hkomentar {
    font-size: 12px;
  }

  .image-30 {
    width: 18px;
    height: 18px;
  }

  .paragraph-15 {
    font-size: 11px;
  }

  .image-31 {
    margin-left: 20px;
  }

  .gornjideonavbara {
    margin-right: 0;
  }

  .paragraph-19 {
    font-size: 12px;
  }

  .div-block-23 {
    max-width: 900px;
    margin-right: auto;
  }

  .div-block-24 {
    margin-top: 180px;
  }

  .div-block-26 {
    max-width: 500px;
  }

  .div-block-27, .div-block-31 {
    max-width: 750px;
  }

  .text-block-4 {
    font-size: 11px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-32 {
    max-width: 650px;
  }

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

  .paravrednosti {
    font-size: 12px;
  }

  .hedvrednosti {
    font-size: 13px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .div-block-34 {
    z-index: 99999;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .divitem {
    background-color: #0098d4;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    justify-content: flex-start;
    align-items: stretch;
    width: 220px;
    margin-bottom: 10px;
    padding: 12px;
    display: flex;
  }

  .text-block-5 {
    color: #fff;
  }

  .text-block-6 {
    color: #e9e5e5;
  }

  .slikawiget {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .image-35 {
    width: 20px;
    height: 20px;
  }

  .div-block-35 {
    max-width: 650px;
  }

  .image-37 {
    height: 25px;
  }

  .divitem-copy, .divitem-copy-copy {
    background-color: #0098d4;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    justify-content: flex-start;
    align-items: stretch;
    width: 220px;
    margin-bottom: 10px;
    padding: 12px;
    display: flex;
  }

  .image-40 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 100%;
    margin-right: 24px;
  }

  .container {
    max-width: 600px;
  }

  .div-block-2 {
    margin-top: 60px;
  }

  .button.klasadrugodugmeheader {
    color: #333;
  }

  .image-2 {
    object-position: 59% 50%;
  }

  .div-block-3 {
    max-width: 600px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .divgrid {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.karticaprvah3 {
    padding-bottom: 0;
  }

  .text-block-3, .text-block-3.trecakartica {
    min-height: 8vh;
  }

  .div-block-7 {
    max-width: 600px;
    padding-bottom: 40px;
  }

  .image-7 {
    object-position: 50% 38%;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-2 {
    padding-bottom: 20px;
    left: 0%;
  }

  .div-block-10 {
    flex-flow: row;
    max-width: 600px;
    display: block;
  }

  .image-27 {
    text-align: left;
    max-width: 40%;
    left: 0%;
  }

  .paragraph-7 {
    text-align: left;
    margin-bottom: 0;
  }

  .paragraph-8 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
    margin-right: 5px;
    display: block;
  }

  .slikasocialmedia {
    width: auto;
    margin-left: 0;
    margin-right: 10px;
  }

  .div-block-13 {
    text-align: center;
    flex: 1;
    padding-bottom: 0;
  }

  .paragrafkomentar {
    font-size: 10px;
  }

  .hkomentar {
    font-size: 11px;
  }

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

  .right-arrow-2 {
    margin-right: 32px;
  }

  .div-block-19 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .gornjideonavbara {
    margin-right: 20px;
  }

  .div-block-20 {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: block;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-2 {
    width: 5%;
    height: auto;
    margin-left: 0;
  }

  .link-block-3 {
    width: 5%;
    margin-left: 5px;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .rich-text-block {
    min-width: 100%;
  }

  .div-block-23 {
    max-width: 700px;
    margin-right: auto;
  }

  .div-block-27, .div-block-30, .div-block-31 {
    max-width: 600px;
  }

  .slidergrupa {
    width: 49%;
  }

  .image-40 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.naslovi {
    text-align: center;
  }

  .nav-menu {
    text-align: left;
    justify-content: flex-end;
    width: 100%;
  }

  .container {
    max-width: 380px;
  }

  .nav-link-3, .nav-link-3.nav-link {
    text-align: center;
  }

  .button {
    text-align: center;
    width: 44%;
    margin-right: 10px;
  }

  .image-2 {
    object-position: 0% 50%;
  }

  .div-block-3 {
    max-width: 380px;
  }

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

  .heading-2.karticaprvah3 {
    padding-bottom: 0;
  }

  .text-block-3 {
    min-height: 11vh;
    line-height: 21px;
  }

  .text-block-3.trecakartica {
    min-height: 11vh;
  }

  .div-block-7 {
    max-width: 380px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .image-7 {
    object-position: 50% 9%;
  }

  .div-block-10 {
    max-width: 380px;
  }

  .section-4 {
    display: block;
  }

  .image-27 {
    max-width: 50%;
    margin-left: 0;
  }

  .paragraph-7 {
    text-align: left;
  }

  .paragraph-8 {
    font-family: Montserrat, sans-serif;
  }

  .slikasocialmedia {
    width: 21px;
    max-width: none;
    height: 21px;
    margin-right: 0;
  }

  .div-block-12 {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .div-block-13 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    padding-bottom: 20px;
    display: block;
  }

  .paragrafkomentar {
    font-size: 12px;
  }

  .right-arrow-2 {
    margin-right: 0;
  }

  .gornjideonavbara {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 4px;
  }

  .footerkontakt {
    justify-content: flex-start;
    padding-bottom: 5px;
  }

  .image-32 {
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    display: block;
  }

  .paragraph-18, .div-block-21 {
    padding-bottom: 5px;
  }

  .link-block-2 {
    margin-right: 5px;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .rich-text-block {
    width: 100%;
    min-width: auto;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 400px;
  }

  .div-block-24 {
    margin-top: 200px;
  }

  .div-block-27, .div-block-30, .div-block-31 {
    max-width: 380px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-32 {
    max-width: 380px;
  }

  .div-block-33 {
    grid-template-columns: 1fr;
  }

  .figure {
    width: auto;
  }

  .slidergrupa {
    width: 100%;
  }

  .column-3 {
    border: 0 #000;
    border-width: 0 1px;
    flex-flow: row;
    display: block;
  }

  .div-block-35 {
    max-width: 380px;
  }

  .text-block-7 {
    width: auto;
    max-width: 95%;
  }

  .section-5 {
    height: auto;
  }

  .image-37 {
    width: 20px;
    height: 20px;
  }

  .image-38 {
    object-fit: cover;
    object-position: 124% 50%;
  }

  .link-4 {
    font-family: Montserrat, sans-serif;
  }

  .image-40 {
    margin-left: 0;
  }

  .paragraph-21 {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}