#sp-bottom:has(.vir-podnozje),
#sp-bottom.vir-podnozje-pozicija {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  background: #0b2e44;
}

#sp-bottom > :is(.container, .container-fluid, .row):has(.vir-podnozje),
#sp-bottom > :is(.container, .container-fluid) > .row:has(.vir-podnozje) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#sp-bottom1:has(.vir-podnozje),
#sp-bottom1.vir-podnozje-stupac {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#sp-bottom1 > .sp-column:has(.vir-podnozje),
#sp-bottom1 > .sp-column > .sp-module:has(.vir-podnozje),
#sp-bottom1 > .sp-column > .sp-module > .sp-module-content:has(.vir-podnozje) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

#sp-bottom footer.vir-podnozje {
  --podnozje-tekst: #e5edf3;
  --podnozje-priguseno: #b4cad8;
  --podnozje-plava: #75bef5;
  --podnozje-linija: rgba(203, 225, 239, .16);
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(115deg, #103b52 0%, #0b2e44 48%, #09283d 100%);
  color: var(--podnozje-tekst);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

#sp-bottom footer.vir-podnozje *,
#sp-bottom footer.vir-podnozje *::before,
#sp-bottom footer.vir-podnozje *::after {
  box-sizing: border-box;
}

#sp-bottom footer.vir-podnozje svg {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-sirina {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

#sp-bottom footer.vir-podnozje a,
#sp-bottom footer.vir-podnozje a:visited {
  color: var(--podnozje-tekst) !important;
  font-weight: 400;
  text-decoration: none;
}

#sp-bottom footer.vir-podnozje a:focus-visible,
#sp-bottom footer.vir-podnozje button:focus-visible {
  outline: 2px solid #8dd0ff;
  outline-offset: 5px;
  border-radius: 3px;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-vrh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-width: 0;
  padding: 40px 0 32px;
  border-bottom: 1px solid var(--podnozje-linija);
}

#sp-bottom footer.vir-podnozje .vir-podnozje-identitet {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  max-width: 100%;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-grb {
  display: block;
  flex: 0 0 auto;
  width: 50px;
  height: 66px;
  max-width: 50px;
  margin: 0;
  object-fit: contain;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-nazivi {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-naziv {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.025em;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-podnaslov {
  color: var(--podnozje-priguseno);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-brze {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 28px;
  min-width: 0;
  max-width: 62%;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-brze > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 136px;
  min-height: 48px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-brze svg {
  color: var(--podnozje-plava);
  transition: transform .2s ease;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-sadrzaj {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(30px, 5vw, 76px);
  padding: 38px 0 40px;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-skupine-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#sp-bottom footer.vir-podnozje .vir-podnozje-skupine-0 {
  grid-template-columns: minmax(0, 1fr);
}

#sp-bottom footer.vir-podnozje :is(.vir-podnozje-kontakt, .vir-podnozje-skupina) {
  min-width: 0;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-naslov {
  margin: 0 0 19px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.01em;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-adresa {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--podnozje-priguseno);
  font-size: 15px;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-adresa svg {
  margin-top: 2px;
  color: var(--podnozje-plava);
}

#sp-bottom footer.vir-podnozje .vir-podnozje-adresa p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1.6;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-kontakti,
#sp-bottom footer.vir-podnozje .vir-podnozje-popis {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-kontakti > li,
#sp-bottom footer.vir-podnozje .vir-podnozje-popis > li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-podatak > :is(a, .vir-podnozje-bez-poveznice) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  max-width: 100%;
  padding: 4px 0;
  font-size: 15px;
  line-height: 1.4;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-podatak svg {
  flex-basis: 18px;
  width: 18px;
  height: 18px;
  color: var(--podnozje-plava);
}

#sp-bottom footer.vir-podnozje .vir-podnozje-podatak > a > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-telefon:first-child > :is(a, .vir-podnozje-bez-poveznice) {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.01em;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-popis > li + li {
  border-top: 1px solid var(--podnozje-linija);
}

#sp-bottom footer.vir-podnozje .vir-podnozje-popis > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 47px;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.45;
  transition: color .2s ease;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-popis a > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-popis a > svg {
  flex-basis: 18px;
  width: 18px;
  height: 18px;
  color: #80abc5;
  transition: transform .2s ease, color .2s ease;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-otvori {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  opacity: 1;
  cursor: default;
  -webkit-text-fill-color: currentColor;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-otvori svg {
  display: none;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-dno {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 32px;
  min-height: 68px;
  padding: 20px 0;
  border-top: 1px solid var(--podnozje-linija);
}

#sp-bottom footer.vir-podnozje .vir-podnozje-potpis {
  margin: 0;
  padding: 0;
  color: var(--podnozje-priguseno);
  font-size: 12px;
  line-height: 1.6;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-pravne {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-pravne a {
  font-size: 12px;
  line-height: 1.6;
}

#sp-bottom footer.vir-podnozje .vir-podnozje-sakriveno {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

#sp-bottom footer.vir-podnozje [hidden] {
  display: none !important;
}

@media (hover: hover) {
  #sp-bottom footer.vir-podnozje a:hover {
    color: #a3d6ff !important;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-popis a:hover svg,
  #sp-bottom footer.vir-podnozje .vir-podnozje-brze a:hover svg {
    color: #a3d6ff;
    transform: translateX(3px);
  }
}

@media (max-width: 991.98px) {
  #sp-bottom footer.vir-podnozje .vir-podnozje-sirina {
    padding: 0 24px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-brze {
    gap: 8px 20px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-brze > a {
    min-width: 100px;
    gap: 14px;
    font-size: 14px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-sadrzaj {
    gap: 30px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-naslov {
    font-size: 16px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-popis > li > a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  #sp-bottom footer.vir-podnozje .vir-podnozje-vrh {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding: 28px 0 18px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-brze {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 18px;
    width: 100%;
    max-width: none;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-brze > a {
    min-width: 0;
    gap: 8px;
    overflow-wrap: anywhere;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-sadrzaj {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 25px 0 28px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-kontakt {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
    gap: 0 24px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-kontakt > .vir-podnozje-naslov {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-kontakti {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-telefon:first-child > :is(a, .vir-podnozje-bez-poveznice) {
    font-size: 16px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-podatak > :is(a, .vir-podnozje-bez-poveznice) {
    min-height: 44px;
    gap: 8px;
    font-size: 14px;
  }
}

@media (max-width: 639.98px) {
  #sp-bottom footer.vir-podnozje .vir-podnozje-sirina {
    padding: 0 20px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-grb {
    width: 42px;
    height: 56px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-identitet {
    gap: 14px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-naziv {
    font-size: 25px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-podnaslov {
    font-size: 12px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-brze {
    column-gap: 15px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-brze > a {
    font-size: 13px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-brze svg {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-sadrzaj {
    display: block;
    padding: 24px 0 12px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-kontakt {
    display: block;
    margin-bottom: 24px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-adresa {
    margin-bottom: 10px;
    gap: 10px;
    font-size: 14px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-adresa p br {
    display: none;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-kontakti {
    gap: 0 18px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-podatak > :is(a, .vir-podnozje-bez-poveznice) {
    gap: 8px;
    font-size: 14px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-telefon:first-child > :is(a, .vir-podnozje-bez-poveznice) {
    font-size: 14px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-podatak svg {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-skupina {
    padding: 0;
    border-top: 1px solid var(--podnozje-linija);
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-skupina > .vir-podnozje-naslov {
    margin: 0;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-otvori {
    min-height: 58px;
    padding: 16px 0;
    font-size: 16px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-otvori:not(:disabled) {
    cursor: pointer;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-otvori:not(:disabled) svg {
    display: block;
    color: var(--podnozje-plava);
    transition: transform .2s ease;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-otvori[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-popis {
    padding: 0 0 14px;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-popis > li > a {
    min-height: 48px;
    padding: 12px 4px 12px 0;
  }

  #sp-bottom footer.vir-podnozje .vir-podnozje-dno {
    min-height: 62px;
    padding: 18px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #sp-bottom footer.vir-podnozje a,
  #sp-bottom footer.vir-podnozje svg {
    transition: none !important;
  }
}
