.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  color: #000;
  text-decoration: none;
}

.head-pic {
  width: 100vw;
  height: 95vh;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 20vw;
  height: auto;
}

.logo.w--current {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.sandwich {
  position: fixed;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 7px 7px 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.menu-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.menu-grid {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-lijevi-dio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding: 2vw 2vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-lijevi-dio.gore {
  padding-bottom: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-link {
  position: static;
  margin-bottom: 34px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #323e48;
  font-size: 2.2vw;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
}

.menu-link:hover {
  color: #e71635;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.crveni {
  background-color: #e71635;
}

.crni {
  background-color: #2e2e2e;
}

.plava {
  background-color: #2ad4ff;
  color: #333;
}

.narancasti {
  background-color: #ffae00;
}

.sivi {
  background-color: #000;
}

.tamnosiv {
  background-color: #242424;
}

.div-block {
  background-color: #d4d4d4;
}

.zelena {
  background-color: #00df82;
}

.smedja {
  background-color: #5f2d2d;
}

.sivosiv {
  background-color: #858585;
}

.o-nama {
  position: relative;
  z-index: 10;
  width: 100vw;
  height: auto;
  min-height: 600px;
  padding: 114px;
  background-color: #323e48;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: -14%;
  right: 0px;
  bottom: auto;
  width: 500px;
  height: 300px;
  background-color: #323e48;
  color: #000;
}

.heading {
  position: relative;
  z-index: 5;
  margin-bottom: 57px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1em;
  font-weight: 200;
  text-align: left;
}

.text-block-2 {
  position: relative;
  font-family: Poppins, sans-serif;
  color: #b8b8b8;
  font-size: 2vw;
  line-height: 1.5em;
  font-weight: 200;
}

.mapa {
  width: 100vw;
  height: 500px;
}

.html-embed {
  width: 100vw;
}

.section {
  width: 100vw;
  height: 300px;
  padding: 74px;
  background-color: #323e48;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 26%;
  bottom: -9%;
  z-index: 99;
  width: 600px;
  height: 200px;
  background-color: #323e48;
}

._100 {
  width: 100%;
  height: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.kocka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffe500;
  outline-color: hsla(0, 0%, 100%, 0.3);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.kocka:hover {
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.kocka.w--current {
  background-color: #ffe500;
}

.kocka.crna {
  background-color: #303030;
}

.kocka.siva {
  background-color: #949494;
}

.kocka.black {
  background-color: #000;
}

.kocka.oker {
  background-color: #b6a89a;
}

.kocka.plavi {
  background-color: #0091bc;
}

.kocka.red {
  background-color: #e71635;
}

.logolink {
  width: 15vw;
}

.logolink.manji {
  width: 12vw;
}

.logolink.malo {
  width: 13vw;
}

.logolink.veci {
  width: 17vw;
}

.image-2 {
  width: 60px;
}

.link-block {
  margin-top: 41px;
}

.desno-content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 45vw;
  height: auto;
  padding: 64px 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ffe500;
}

.desno-content.hespo {
  background-color: #323e48;
}

.desno-content.meblo {
  background-color: #000;
}

.desno-content.stilles {
  background-color: #b6a89a;
}

.desno-content.spinvalis {
  background-color: #949494;
}

.desno-content.ambienta {
  background-color: #323e48;
}

.desno-content.links {
  background-color: #0091bc;
}

.button-2 {
  margin-top: 17px;
  margin-bottom: 17px;
  padding: 17px 26px 17px 18px;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-2:hover {
  color: #00df82;
}

.button-2.donji {
  margin-bottom: 68px;
  padding-bottom: 45px;
  background-color: transparent;
}

.button-2.black {
  color: #000;
}

.heading-3 {
  padding: 13px 25px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text {
  padding: 29px 16px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}

.text.kontakti {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 500;
}

.text.black {
  color: #000;
}

.image-5 {
  width: 400px;
  padding-left: 32px;
}

.image-5.meblo {
  padding-left: 17px;
}

.image-5.amb {
  margin-left: -11px;
  padding-left: 0px;
}

.image-5.spinvalis {
  padding-left: 14px;
}

.lijevo-slika {
  position: fixed;
  width: 55vw;
  height: 100vh;
  padding: 0px;
  background-image: url('../images/Ambienta-Noc-selekcija-009.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lijevo-slika.mibel {
  z-index: 90;
  background-image: url('../images/mibel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lijevo-slika.stilles {
  z-index: 90;
  background-image: url('../images/stilles_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lijevo-slika.spinvalis {
  z-index: 90;
  background-image: url('../images/spinvalis.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lijevo-slika.ambienta-old {
  background-image: url('../images/Ambienta_Upin_1978_ZdravkoMoslavac.jpeg');
}

.lijevo-slika.hespo {
  z-index: 90;
  background-image: url('../images/hespo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lijevo-slika.meblo {
  z-index: 90;
  background-image: url('../images/meblo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lijevo-slika.nord {
  z-index: 90;
  background-image: url('../images/kiendl-sport.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lijevo-slika.links {
  background-image: url('../images/links.jpg');
  background-position: 0% 50%;
}

.dekor1 {
  position: absolute;
  top: 5.4vw;
  right: 19.9vw;
  z-index: 11;
  width: 10vw;
  height: 10vw;
  max-width: none;
}

.dekor3 {
  position: absolute;
  left: 23%;
  top: auto;
  right: auto;
  bottom: 14%;
  z-index: 11;
  width: 5vw;
  height: 5vw;
  max-width: none;
}

.dekor2 {
  position: absolute;
  top: 12.7vw;
  right: 92.3vw;
  z-index: 11;
  width: 5vw;
  height: 5vw;
  max-width: none;
}

.dekor4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 19vw;
  bottom: 9.5vw;
  z-index: 11;
  width: 6vw;
  height: 6vw;
  max-width: none;
}

.body {
  background-color: #ffe500;
}

.body.hespo {
  background-color: #323e48;
}

.body.meblo {
  background-color: #000;
}

.body.stilles {
  background-color: #b6a89a;
}

.body.spinvalis {
  background-color: #949494;
}

.body.links {
  background-color: #0091bc;
}

.ficlek {
  position: absolute;
  left: -5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 90;
  width: 50px;
  height: 400px;
  background-color: #ffe500;
}

.ficlek.hespo {
  background-color: #323e48;
}

.ficlek.links {
  background-color: #0091bc;
}

.ficlek.stilles {
  z-index: 100;
  background-color: #b6a89a;
}

.ficlek.spinvalis {
  background-color: #949494;
}

.ficlek.ambienta {
  background-color: #323e48;
}

.ficlek.meblo {
  z-index: 95;
  background-color: #000;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.image-6 {
  width: 100px;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
}

.text-block-7.manji {
  font-size: 16px;
}

.image-7 {
  width: 60px;
  margin-bottom: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.section-2 {
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding: 119px;
  background-color: #e71635;
}

.image-8 {
  width: 115%;
  max-width: none;
  margin-top: -144px;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #e71635;
}

.link.da {
  color: #000;
}

.li {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.li:hover {
  color: #949494;
}

.li.black {
  color: #000;
}

.div-block-7 {
  position: absolute;
  left: 41%;
  width: 10px;
  height: 100vh;
  border-left: 3px solid #e71635;
}

.section-3 {
  width: 100vw;
  height: 70vh;
  background-image: url('../images/Ambienta_Upin_1978_ZdravkoMoslavac.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding: 91px 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323e48;
}

.image-9 {
  width: 50vw;
}

.okomita {
  height: 800px;
  border-right: 2px dashed #969696;
}

.timeline-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontalan {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
  width: 100px;
  border-top: 2px dashed #979797;
}

.lottie-animation {
  position: absolute;
  left: 43%;
  top: 13%;
  right: auto;
  bottom: auto;
  width: 30px;
}

.godina {
  position: absolute;
  left: -66%;
  top: 14%;
  right: auto;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #e71635;
  font-size: 55px;
  font-weight: 700;
}

.text-copy {
  position: absolute;
  left: -205%;
  top: 21%;
  right: auto;
  bottom: auto;
  max-width: 400px;
  padding: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: right;
}

.text-copy.kontakti {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 500;
}

.lottie-animation-copy {
  position: absolute;
  left: 43%;
  top: 34%;
  right: auto;
  bottom: auto;
  width: 30px;
}

.godina-copy {
  position: absolute;
  left: auto;
  top: 34%;
  right: -78%;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #e71635;
  font-size: 55px;
  font-weight: 700;
}

.horizontalan-copy {
  position: absolute;
  left: auto;
  top: 36%;
  right: 0%;
  bottom: auto;
  width: 100px;
  border-top: 2px dashed #979797;
}

.text-copy-copy {
  position: absolute;
  left: 94%;
  top: 41%;
  right: auto;
  bottom: auto;
  width: 400px;
  padding: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: left;
}

.text-copy-copy.kontakti {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 500;
}

.lottie-animation-copy-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 41%;
  bottom: 22%;
  width: 30px;
}

.horizontalan-copy-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 23%;
  width: 100px;
  border-top: 2px dashed #979797;
}

.godina-copy-copy {
  position: absolute;
  left: -69%;
  top: auto;
  right: auto;
  bottom: 22%;
  font-family: Poppins, sans-serif;
  color: #e71635;
  font-size: 55px;
  font-weight: 700;
}

.text-copy-copy-copy {
  position: absolute;
  left: -196%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 400px;
  padding: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: right;
}

.text-copy-copy-copy.kontakti {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 500;
}

.kont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 91px 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323e48;
}

.div-block-8 {
  height: auto;
  max-width: 800px;
  padding: 33px;
  background-color: #fafafa;
}

.image-10 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-3 {
  width: auto;
  margin-top: 42px;
  padding: 17px 48px;
  background-color: #cf112d;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 30vw;
  }

  .logo.w--current {
    width: 40vw;
  }

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

  .lijevi-div {
    padding: 27px;
  }

  .o-nama {
    min-height: auto;
    padding: 71px 46px;
  }

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

  .heading {
    margin-bottom: 20px;
    font-size: 35px;
  }

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

  .section {
    height: auto;
    padding: 56px;
  }

  .desno-content {
    position: relative;
    overflow: visible;
    width: 100vw;
    height: auto;
    padding: 31px;
  }

  .desno-content.spinvalis {
    position: relative;
  }

  .button-2 {
    padding: 0px;
  }

  .heading-3 {
    padding: 0px;
  }

  .text {
    padding: 23px 0px;
  }

  .image-5.amb {
    margin-left: -28px;
  }

  .image-5.spinvalis {
    padding-left: 0px;
  }

  .lijevo-slika {
    position: static;
    width: 100vw;
    height: 50vh;
  }

  .dekor1 {
    width: 7vw;
    height: 7vw;
  }

  .dekor3 {
    width: 7vw;
    height: 7vw;
  }

  .dekor2 {
    width: 7vw;
    height: 7vw;
  }

  .dekor4 {
    width: 7vw;
    height: 7vw;
  }

  .ficlek {
    left: 0%;
    top: -8%;
    right: auto;
    bottom: auto;
    width: 250px;
    height: 100px;
  }

  .ficlek.spinvalis {
    left: 0%;
    top: -8%;
    right: auto;
    bottom: auto;
    width: 250px;
    height: 100px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .image-6 {
    margin-left: -18px;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .section-2 {
    padding: 61px;
  }

  .section-4 {
    padding-right: 31px;
    padding-left: 31px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .timeline-holder {
    margin-left: 31px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .horizontalan {
    top: 7%;
  }

  .lottie-animation {
    left: -6%;
    top: 5%;
    right: auto;
    bottom: auto;
  }

  .godina {
    left: 17%;
    top: 11%;
    right: auto;
    bottom: auto;
    font-size: 40px;
  }

  .text-copy {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    padding: 23px 0px;
    text-align: left;
  }

  .text-copy.timeline {
    left: 79%;
    top: 7%;
    width: 400px;
    max-width: none;
    font-size: 16px;
    line-height: 25px;
  }

  .lottie-animation-copy {
    left: -6%;
    top: 33%;
    right: auto;
    bottom: auto;
  }

  .godina-copy {
    left: 20%;
    top: 39%;
    right: auto;
    bottom: auto;
    font-size: 40px;
  }

  .horizontalan-copy {
    left: 0%;
    top: 35%;
    right: auto;
    bottom: auto;
  }

  .text-copy-copy {
    left: 0%;
    top: 36%;
    right: auto;
    bottom: auto;
    padding: 23px 0px;
  }

  .text-copy-copy.timeline {
    left: 79%;
    top: 34%;
    right: auto;
    bottom: auto;
    font-size: 16px;
    line-height: 25px;
  }

  .lottie-animation-copy-copy {
    left: -7%;
    top: auto;
    right: auto;
    bottom: 26%;
  }

  .horizontalan-copy-copy {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 28%;
  }

  .godina-copy-copy {
    left: 22%;
    top: auto;
    right: auto;
    bottom: 22%;
    font-size: 40px;
  }

  .text-copy-copy-copy {
    left: 79%;
    top: auto;
    right: auto;
    bottom: 14%;
    padding: 23px 0px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }

  .kont {
    padding-right: 31px;
    padding-left: 31px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .head-pic {
    height: 65vh;
  }

  .logo {
    width: 40vw;
  }

  .logo.w--current {
    width: 50vw;
  }

  .sandwich {
    right: 4%;
    width: 80px;
  }

  .menu-link {
    margin-bottom: 19px;
    font-size: 20px;
  }

  .menu-link.w--current {
    font-size: 20px;
  }

  .text-block {
    font-size: 16px;
  }

  .grid {
    height: 30%;
  }

  .o-nama {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section {
    height: auto;
    padding: 32px;
  }

  .image-2 {
    width: 40px;
  }

  .desno-content {
    padding: 40px 20px;
  }

  .button-2 {
    position: relative;
    left: -16px;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .heading-3 {
    margin-bottom: 43px;
    padding: 0px;
    font-size: 40px;
    line-height: 60px;
  }

  .text {
    margin-bottom: 34px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .image-5 {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 26px;
    padding-left: 0px;
  }

  .image-5.amb {
    margin-left: -19px;
  }

  .ficlek {
    left: 0%;
    top: -3%;
    right: auto;
    bottom: auto;
    width: 150px;
    height: 50px;
  }

  .ficlek.spinvalis {
    width: 150px;
    height: 50px;
  }

  .grid-3 {
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .image-6 {
    margin-left: -18px;
  }

  .section-2 {
    padding: 75px 42px 42px;
  }

  .image-8 {
    margin-top: -80px;
  }

  .div-block-5 {
    margin-bottom: 13px;
  }

  .div-block-6 {
    margin-bottom: 23px;
  }

  .godina {
    left: -17%;
  }

  .text-copy {
    margin-bottom: 34px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .text-copy.timeline {
    left: 41%;
    width: 330px;
  }

  .lottie-animation-copy {
    top: 39%;
  }

  .godina-copy {
    left: -18%;
    top: 45%;
  }

  .horizontalan-copy {
    top: 40%;
  }

  .text-copy-copy {
    margin-bottom: 34px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .text-copy-copy.timeline {
    left: 41%;
    top: 41%;
    width: 330px;
  }

  .lottie-animation-copy-copy {
    bottom: 18%;
  }

  .horizontalan-copy-copy {
    bottom: 20%;
  }

  .godina-copy-copy {
    left: -18%;
    bottom: 13%;
  }

  .text-copy-copy-copy {
    left: 42%;
    bottom: 2%;
    width: 330px;
    margin-bottom: 34px;
    padding: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .button-3 {
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 60vw;
  }

  .sandwich {
    top: 1%;
    right: 1%;
    z-index: 100;
    width: 70px;
  }

  .menu-section {
    overflow: scroll;
    padding-top: 97px;
  }

  .menu-grid {
    height: auto;
  }

  .menu-lijevi-dio {
    height: auto;
    text-align: center;
  }

  .menu-lijevi-dio.gore {
    height: auto;
  }

  .menu-link {
    margin-bottom: 13px;
  }

  .lijevi-div {
    height: auto;
    padding: 20px 18px 18px;
  }

  .grid {
    height: 200px;
  }

  .crveni {
    width: auto;
  }

  .o-nama {
    padding: 0px 24px 62px;
  }

  .div-block-2 {
    top: -6%;
    right: 66px;
    height: 50px;
  }

  .heading {
    font-size: 30px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .section {
    height: auto;
    padding: 19px;
  }

  ._100 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kocka {
    height: 80px;
    padding: 15px 24px;
  }

  .logolink {
    width: 130px;
  }

  .logolink.manji {
    width: 110px;
  }

  .logolink.malo {
    width: 130px;
  }

  .logolink.veci {
    width: 150px;
  }

  .link-block {
    display: none;
  }

  .desno-content {
    padding: 21px;
  }

  .desno-content.spinvalis {
    position: relative;
  }

  .button-2 {
    margin-bottom: -2px;
    padding-left: 17px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 42px;
  }

  .text {
    font-size: 17px;
    line-height: 28px;
  }

  .image-5 {
    width: 200px;
    margin-top: 20px;
    padding-top: 25px;
    padding-left: 0px;
  }

  .image-5.amb {
    margin-left: -13px;
  }

  .dekor1 {
    width: 30vw;
    height: 30vw;
  }

  .dekor3 {
    left: -8%;
    width: 12vw;
    height: 12vw;
  }

  .dekor2 {
    width: 12vw;
    height: 12vw;
  }

  .dekor4 {
    right: 9.6vw;
    width: 12vw;
    height: 12vw;
  }

  .ficlek.spinvalis {
    left: 0%;
    top: -3%;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 50px;
  }

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

  .image-6 {
    margin-left: -15px;
  }

  .text-block-7.manji {
    margin-bottom: 16px;
  }

  .link-block-2 {
    width: 75px;
    margin-bottom: 25px;
  }

  .image-7 {
    margin-bottom: 0px;
  }

  .section-2 {
    padding: 57px 23px 23px;
  }

  .image-8 {
    margin-top: -32px;
  }

  .section-3 {
    height: 60vh;
  }

  .section-4 {
    overflow: hidden;
    padding-top: 37px;
    padding-left: 19px;
  }

  .okomita {
    height: 1400px;
  }

  .timeline-holder {
    width: 300px;
    height: 1400px;
  }

  .lottie-animation {
    left: -5%;
    top: 6%;
  }

  .godina {
    left: 12%;
    top: 5%;
    font-size: 30px;
  }

  .text-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .text-copy.timeline {
    left: 12%;
    top: 8%;
    width: 200px;
  }

  .lottie-animation-copy {
    left: -5%;
    top: 39%;
  }

  .godina-copy {
    left: 13%;
    top: 38%;
    font-size: 30px;
  }

  .text-copy-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .text-copy-copy.timeline {
    left: 14%;
    width: 200px;
  }

  .lottie-animation-copy-copy {
    left: -5%;
    bottom: 19%;
  }

  .godina-copy-copy {
    left: 14%;
    bottom: 21%;
    font-size: 30px;
  }

  .text-copy-copy-copy {
    left: 14%;
    bottom: 5%;
    width: 200px;
    font-size: 17px;
    line-height: 28px;
  }

  .kont {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-8 {
    padding: 12px;
  }
}

#w-node-f9351b32-6bb6-449c-2a7b-f19b3a600444-fa69f278 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-f9351b32-6bb6-449c-2a7b-f19b3a600445-fa69f278 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
}

#w-node-b253696c-0d20-e9c5-81bf-f6c36a335ff0-fa69f278 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ecfa89e1-db6e-3f8a-13ca-5ef148ed8e87-fa69f278 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_228ce6dc-d6e8-7335-f10d-495cff2a9c80-fa69f278 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-cecb87c3-431b-2efb-1dd5-1df4d12947f4-fa69f278 {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9ff8c338-4c0e-bec2-7bc6-8ea55e6f090b-fa69f278 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-e6a9d8bb-7ca7-3d8b-7fca-89a65fe75c69-5fe75c67 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e6a9d8bb-7ca7-3d8b-7fca-89a65fe75c7c-5fe75c67 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

