@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #14310c;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #131313;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  background-image: linear-gradient(#446084, #446084);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  mix-blend-mode: multiply;
  background-image: url('../images/Logo.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 0 0;
  background-attachment: fixed;
  border-radius: 15px;
}

.section {
  flex-flow: wrap-reverse;
  min-height: 60vh;
  display: flex;
}

.button {
  float: none;
  clear: none;
  direction: ltr;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-shadow: none;
  word-break: normal;
  object-fit: fill;
  background-color: #000000c9;
  border: 1px solid #ffffff61;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 15px 5px 0;
  padding: 0 15px;
  font-family: Merriweather, serif;
  font-size: 50px;
  font-style: normal;
  line-height: 100px;
  text-decoration: none;
  transition: background-color .5s, border-color .5s, text-shadow .5s, color .5s;
  display: flex;
}

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

.button.nav {
  color: #060;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #0000004d;
  border-style: solid;
  border-color: #92929261;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 140px;
  height: 42px;
  margin-top: 0;
  padding-top: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.button.nav:hover {
  background-color: #00000026;
}

.button.nav.w--current {
  color: #060;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: capitalize;
  background-color: #000c;
  border-style: solid;
  border-color: #000;
  text-decoration: none;
}

.button.footer {
  box-shadow: none;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 18px;
  font-style: normal;
  line-height: 4px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.button.o-nama {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 50px;
}

.button.proiz {
  color: #fff;
  background-color: #000000bf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 18px;
  padding: 0 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  transition: background-color .5s, border-color .5s, text-shadow .5s, color .5s;
}

.button.proiz.mape {
  text-transform: capitalize;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.button.reference {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000009e;
  border-radius: 17px;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  font-style: normal;
  display: block;
  position: static;
}

.button.pocetna {
  color: #fff;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
}

.button.licenca {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  margin-left: 112px;
  font-size: 20px;
  transition: background-color .5s, border-color .5s, text-shadow .5s, color .5s;
}

.section-2 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/IMG_2816.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border-bottom: 1px solid #3b3b3b;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: font-size .5s;
  display: flex;
}

.body {
  color: #fff;
  background-color: #fee;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.home-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 759px;
  height: 283px;
  margin-top: 49px;
  padding-top: 0;
  display: flex;
}

.button-block {
  text-align: center;
  text-shadow: 20px -4px 1px #000;
  flex: 0 auto;
  padding-top: 89px;
  font-style: normal;
}

.big-heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 7px 7px 1px #000;
  width: 764px;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  line-height: 0;
}

.big-heading:hover {
  font-size: 200px;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000000b8;
  border-bottom: 1px solid #ffffffab;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: center;
  margin-top: 17px;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0;
}

.image-2 {
  width: 145px;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 191px;
  height: 80px;
  display: flex;
}

.container-2 {
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 835px;
  margin-left: 152.5px;
  margin-right: .5px;
  padding-right: 0;
  display: flex;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top: 2px solid #060;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.text-block {
  color: #8b8b8b73;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 70%;
  margin-right: 0;
  padding: 11px 0;
  display: flex;
}

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

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

.nav-buttons {
  align-self: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  display: flex;
}

.text-block-2 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 107px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

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

.div-block-3 {
  z-index: auto;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 150px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-3.stoji {
  z-index: auto;
  clear: none;
  padding-top: 150px;
  position: relative;
  inset: 0%;
}

.div-block-3.special {
  z-index: 2;
  width: auto;
  height: 0;
  min-height: 0;
  padding-top: 0;
  top: 60%;
  left: 0%;
}

.heading {
  color: #060;
  letter-spacing: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  border: 1px #000;
  margin-bottom: 36px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 200px;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  padding-top: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 45px;
}

.nav-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 60px;
  display: flex;
}

.navbar-2 {
  background-color: #252525;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-2.landing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: fill;
  background-color: #fff;
  background-image: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 100px;
  display: inline-flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.text-block-5 {
  z-index: auto;
  clear: none;
  text-align: left;
  text-transform: none;
  border-radius: 0;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  left: 0;
  transform: translate(0);
}

.div-block-4 {
  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: flex-start;
  align-items: center;
  max-width: 800px;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph {
  text-align: left;
  max-height: none;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.heading-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 50px;
  display: flex;
}

.image-3 {
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.image-4 {
  margin-top: 20px;
  margin-bottom: 34px;
}

.hero-heading-left {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  min-height: 50vh;
  padding: 0;
  position: relative;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 0%;
  min-width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  background-color: #fee;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
}

.hero-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  min-height: 0;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.margin-bottom-24px {
  aspect-ratio: auto;
  letter-spacing: 1px;
  text-transform: none;
  column-count: 1;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  max-width: none;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  background-color: #0000;
  border: 1px solid #000;
  align-self: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  min-width: 80%;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #060;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 60px;
  text-decoration: none;
}

.centered-subheading {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #141414;
  padding-bottom: 24px;
}

.team-member-image-two {
  border: 1px solid #141414;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: #fff;
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.div-block-5 {
  color: red;
  background-color: #141414;
  width: 100%;
  min-width: 100%;
  height: 40px;
  margin-top: -80px;
  margin-right: 0;
  padding-top: 0;
}

.gallery-overview {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  min-width: 0%;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.heading-4 {
  text-align: center;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.heading-5 {
  color: #000;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 400;
}

.projekti {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  padding-left: 0;
  display: grid;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  max-height: none;
  display: flex;
}

.image-5 {
  text-align: left;
  min-width: 70%;
  max-width: 100%;
  min-height: 80%;
  font-size: 14px;
}

.heading-6 {
  aspect-ratio: auto;
  direction: ltr;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: none;
  font-size: 30px;
  line-height: 24px;
  display: flex;
  position: static;
  overflow: visible;
}

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

.image-6, .image-7, .image-8 {
  min-width: 100%;
  max-width: none;
  display: block;
}

.heading-8 {
  text-align: center;
  font-size: 30px;
}

.heading-9, .heading-10 {
  text-align: center;
  max-width: none;
  font-size: 30px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  min-height: 100%;
  margin: 0 0 25px;
  padding: 0;
  display: flex;
}

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

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

.section-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.image-9 {
  border: 1px solid #353535;
  min-width: 20%;
  max-width: 100%;
  min-height: 80vh;
}

.heading-11 {
  text-align: center;
  min-width: 100%;
  font-family: Merriweather, serif;
  font-size: 70px;
}

.heading-12 {
  min-width: 100%;
}

.paragraph-2 {
  direction: ltr;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  max-width: 75%;
  margin-left: 56px;
  margin-right: 42px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.paragraph-2.home {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-13 {
  color: #000;
  margin-bottom: 30px;
  margin-left: 56px;
  font-family: Merriweather, serif;
  font-size: 50px;
  font-weight: 400;
}

.heading-13.delatnosti {
  color: #060;
  margin-left: 0;
}

.heading-13.home {
  color: #060;
}

.link-block {
  min-height: 100%;
}

.image-10 {
  min-height: 80vh;
}

.div-block-9 {
  color: #000;
  background-color: #000;
}

.text-block-9 {
  min-height: 60px;
}

.section-5 {
  background-color: #fff;
  min-height: 70vh;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-right: 20px;
}

.div-block-10 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  min-width: 33%;
  max-width: 33%;
  min-height: 0%;
  max-height: 100%;
  display: flex;
}

.div-block-12 {
  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;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  min-width: 33%;
  max-width: 33%;
  display: flex;
}

.image-11 {
  aspect-ratio: 1;
  min-width: 0%;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.container-4 {
  max-width: 100%;
  margin: 0 33px;
  padding: 0;
  display: flex;
}

.container-5 {
  min-width: 60%;
  max-width: 60%;
  margin-left: auto;
  padding-left: 72px;
}

.image-12 {
  aspect-ratio: auto;
  max-width: 100%;
  max-height: none;
  margin: 20px 0 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-14 {
  color: #060;
  text-align: left;
  padding-left: 0;
}

.paragraph-3 {
  color: #000;
  max-width: 85%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.paragraph-3.onama {
  color: #000;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fee;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 70vh;
  padding-bottom: 40px;
  display: flex;
}

.container-6 {
  max-width: 50%;
  margin-left: 112px;
  margin-right: auto;
  padding-left: 0;
  position: static;
}

.div-block-14 {
  background-color: #1d1d1d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0f0f0f;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  min-width: 0;
  margin-bottom: 15px;
  margin-left: 112px;
  padding: 10px;
  display: grid;
}

.heading-15 {
  font-size: 50px;
}

.text-block-10 {
  text-align: center;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

.section-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 55vh;
  margin-top: 0;
  padding-left: 50px;
  display: flex;
}

.heading-16 {
  text-align: center;
  min-width: 20%;
  max-width: 20%;
  margin-top: 10px;
  margin-left: 0;
  padding: 0;
}

.div-block-16 {
  max-width: 80%;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 85vh;
  max-width: none;
  max-height: none;
  margin: 50px 25px 15px;
  display: flex;
}

.reference {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #fff;
  flex-flow: column;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  display: flex;
}

.reference_item {
  outline-offset: 0px;
  color: #000;
  border-bottom: 1px #fff;
  outline: .2px #fff;
  margin-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 30px;
}

.heading-17 {
  color: #060;
  border-radius: 0;
  margin-left: 10px;
  font-family: Merriweather, serif;
  font-size: 50px;
}

.parafooter {
  color: #000;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
}

.imagereference {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 47%;
  min-height: 50vh;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: 100px;
  display: grid;
}

.text-block-11 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 30px;
  display: block;
}

.dropdown {
  outline-offset: 0px;
  vertical-align: baseline;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #b4b4b4;
  outline: 1px #fff;
  width: 100%;
  min-width: 0%;
  height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .2s;
  display: inline-block;
  overflow: hidden;
}

.dropdown:hover {
  background-color: #e0e0e0;
}

.dropdown-toggle {
  background-color: #0000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  height: 80px;
  margin: 0;
  transition: background-color .37s;
  display: flex;
  overflow: visible;
}

.text-block-12 {
  color: #000;
  text-transform: uppercase;
  min-height: auto;
  font-family: Merriweather, serif;
  font-size: 25px;
}

.dropdown-list {
  display: block;
  position: static;
  overflow: visible;
}

.dropdownm {
  display: block;
}

.section-8 {
  color: #9b9b9b;
  background-color: #aaa;
  padding-left: 13px;
}

.collection-item {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
}

.heading-18 {
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.dropdown-list-2 {
  display: block;
  position: static;
}

.dropdown-link {
  display: block;
}

.text-block-13 {
  outline-offset: 0px;
  color: #000;
  border: 1px #000;
  border-bottom: 1px solid #0000007d;
  outline: 3px #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
}

.section-9 {
  background-color: #c5c5c5;
  flex-flow: column;
  min-height: 0;
  padding-left: 100px;
  padding-right: 250px;
  display: flex;
}

.collection-item-2 {
  background-color: #fff7f7;
  padding-left: 10px;
  padding-right: 5px;
}

.text-ref {
  color: #000;
  background-color: #fff7f7;
  border-bottom: 1px solid #9b9b9b;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-18 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 10px;
  display: flex;
}

.paragraph-4 {
  max-width: 40%;
  font-size: 20px;
}

.section-10 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/30042013225.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  margin-top: 90px;
  display: flex;
}

.section-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 0;
  padding: 80px 150px 150px 120px;
  display: grid;
}

.text-block-14 {
  color: #000;
  text-transform: none;
  border-bottom: 1px solid #adadad;
  font-size: 30px;
  line-height: 40px;
}

.list {
  color: #000;
}

.delatnostielem {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.delatnostilist {
  background-color: #e6e6e6;
  border: 1px solid #b9b9b9;
  padding: 30px 10px;
}

.section-12 {
  background-color: #e6e6e6;
  min-height: 80vh;
  padding-top: 30px;
  padding-left: 120px;
  padding-right: 120px;
}

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

.heading-19 {
  color: #060;
  -webkit-text-stroke-color: #060;
  margin-top: 0;
  margin-left: 0;
  font-size: 60px;
  line-height: 60px;
}

.image-13 {
  min-width: 100%;
  min-height: 100%;
}

.section-13 {
  background-color: #14310c;
  background-image: linear-gradient(#0006, #0006), url('../images/30042013229.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100% 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 90px;
  padding-top: 15px;
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-block-15 {
  font-size: 50px;
}

.text-block-16 {
  margin-top: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 50px;
}

.kontaktnaslov {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Merriweather, serif;
  font-size: 60px;
}

.kontaktwrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  display: grid;
}

.kontaktitem {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.krug {
  background-color: #1c381f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.text-block-17 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 0%;
  max-width: none;
  min-height: 0%;
  margin-bottom: 40px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 80px;
  display: flex;
}

.kontatktitemnaslov {
  color: #fff;
  margin-top: 25px;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
}

.kontaktitemtext {
  color: #fff;
  max-width: 50%;
  margin-top: 25px;
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 25px;
}

.kontaktitemtext.email {
  color: #fff;
  margin-top: 5px;
}

.heading-20 {
  color: #fff;
  font-family: Merriweather, serif;
}

.sectionref {
  background-image: linear-gradient(#00000073, #00000073), url('../images/IMG_2816.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  margin-top: 90px;
  display: flex;
}

.sectionref.ref {
  background-image: linear-gradient(#00000073, #00000073), url('../images/30042013229.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 90px;
}

.section-14 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/30042013229.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 40vh;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-14 {
  max-width: 20%;
  min-height: 0%;
}

.image-15 {
  min-height: 100%;
}

.lightbox-link, .lightbox-link-2 {
  max-width: 100%;
}

.heading-21 {
  color: #060;
}

.section-15 {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 10px;
  padding-bottom: 30px;
}

.heading-22 {
  color: #060;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 112px;
  padding-left: 0;
}

.sertifikatwrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-height: none;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 112px;
  padding-bottom: 5px;
  display: flex;
}

.sertifikatelement {
  border-bottom: 1px #0000003b;
  border-left: 1px #00000029;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  display: flex;
}

.text-block-18 {
  color: #000;
  border-bottom: 1px #00000075;
  margin-top: 13px;
  margin-bottom: 15px;
  font-size: 25px;
}

.imageser {
  aspect-ratio: 2 / 3;
  border: 1px solid #0000006e;
  max-width: 100%;
  max-height: none;
}

.link {
  background-color: #fff0;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-left: 112px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
}

.lightbox-link-4 {
  margin-top: 20px;
}

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

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2816.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/2012-09-21-09.19.40.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider {
  height: 85vh;
  position: relative;
  inset: auto 0% 0%;
}

.container-9 {
  min-height: 0%;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/30042013225.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/30042013229.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2755.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.list-item, .list-2 {
  background-color: #fff7f7;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-16 {
  background-color: #fee;
  border-top: 2px #060;
  min-height: 20vh;
  padding-top: 20px;
}

.map {
  border: 1px solid #000;
  width: 60%;
  height: 50vh;
}

.section-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  text-transform: capitalize;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.button-2 {
  justify-content: center;
  align-items: center;
  width: 15%;
  height: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000005c;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-left: 5px;
  }

  .button.nav:hover {
    border-color: #919191;
  }

  .button.proiz {
    color: #fff;
    background-color: #000000bf;
  }

  .button.reference {
    margin: 1px 71px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    background-position: 50%;
  }

  .div-block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-width: 50%;
    display: flex;
  }

  .nav-buttons {
    width: 598px;
  }

  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 140px;
  }

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

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #252525;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-left: 5px;
    padding-top: 0;
    display: flex;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .navbar-2.landing {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .menu-button-2 {
    text-align: center;
    background-color: #c8c8c800;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .paragraph {
    text-align: center;
    max-height: none;
  }

  .image-3 {
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-left: 115px;
    padding-left: 0;
  }

  .brand-2 {
    margin-right: 8px;
  }

  .brand-2.w--current {
    margin-right: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    padding-left: 20px;
    padding-right: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    margin-right: 0;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .projekti {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-5 {
    min-width: 100%;
    max-width: none;
  }

  .heading-6 {
    justify-content: flex-start;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
  }

  .image-6, .image-7 {
    min-width: 100%;
    max-width: none;
  }

  .image-8 {
    min-width: 100%;
  }

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

  .heading-10 {
    font-size: 39px;
  }

  .image-9 {
    min-height: 50vh;
  }

  .icon {
    color: #060;
    -webkit-text-stroke-width: .25px;
    flex: 0 auto;
    min-width: 0%;
    min-height: 0%;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-11, .div-block-13 {
    min-width: 30%;
    max-width: 30%;
  }

  .image-11 {
    aspect-ratio: 1;
  }

  .container-5 {
    padding-left: 0;
  }

  .image-12 {
    max-width: 30vh;
    max-height: 35vh;
    margin-top: 11px;
  }

  .heading-14 {
    font-size: 45px;
  }

  .container-6, .div-block-15 {
    margin-left: 40px;
  }

  .section-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .container-7 {
    margin-left: 40px;
    display: block;
  }

  .parafooter {
    font-size: 14px;
  }

  .imagereference {
    min-width: 100%;
    min-height: 100%;
  }

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    margin-right: 0;
    display: grid;
  }

  .text-block-11 {
    max-width: none;
    font-size: 20px;
  }

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-4 {
    max-width: 60%;
  }

  .section-11 {
    padding: 0 20px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13 {
    background-size: auto, auto;
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .kontaktwrap {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .kontaktitem {
    display: flex;
  }

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

  .heading-22 {
    margin-left: 40px;
    font-size: 45px;
  }

  .sertifikatwrap {
    margin-left: 40px;
  }

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

  .link {
    margin-left: 40px;
    font-size: 20px;
  }

  .image-16 {
    margin-right: 15px;
  }

  .map {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button.reference {
    max-width: none;
    margin-left: 71px;
  }

  .section-2 {
    background-position: 50%;
  }

  .footer {
    flex-flow: column;
  }

  .div-block-2 {
    max-width: none;
    display: flex;
  }

  .heading {
    font-size: 110px;
  }

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

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar-2.landing {
    justify-content: center;
    align-items: stretch;
  }

  .image-3 {
    margin-left: 24px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper {
    background-color: #1110;
  }

  .hero-split {
    background-image: radial-gradient(circle, #fff0, #000 98%), url('../images/IMG_2755.JPG');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .shadow-two {
    max-width: 0%;
  }

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

  .team-slider, .gallery-overview {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .div-block-6 {
    min-width: 25%;
  }

  .image-5 {
    min-width: 100%;
  }

  .heading-6 {
    font-size: 26px;
  }

  .image-6 {
    min-width: 100%;
  }

  .heading-9 {
    max-width: none;
    font-size: 22px;
  }

  .section-4 {
    flex-flow: column;
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-2.home {
    color: #fff;
  }

  .heading-13.delatnosti {
    font-size: 30px;
  }

  .container-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    max-width: 44vh;
    margin-right: 0;
  }

  .container-6 {
    min-width: 90%;
    margin-left: 30px;
  }

  .section-7 {
    padding-left: 20px;
  }

  .container-7 {
    min-width: 95%;
    max-width: 100%;
    margin-left: 10px;
  }

  .parafooter {
    font-size: 11px;
  }

  .text-block-11 {
    max-width: 100vw;
    font-size: 20px;
  }

  .text-block-11.phone {
    letter-spacing: 1px;
    font-size: 18px;
  }

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

  .dropdown-toggle {
    min-width: 0%;
    max-width: none;
    padding: 19px;
  }

  .section-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100vw;
    display: flex;
  }

  .text-block-14 {
    font-size: 20px;
    line-height: 30px;
  }

  .delatnostilist {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-12 {
    min-height: 60vh;
  }

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

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .kontaktnaslov {
    text-align: center;
  }

  .kontaktwrap {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .lightbox-link-3 {
    max-width: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button {
    margin-top: 10px;
  }

  .button.nav {
    min-width: 100%;
    margin-bottom: 5px;
  }

  .button.nav:hover {
    background-color: #000;
  }

  .button.proiz {
    max-width: 70%;
    height: 40px;
    max-height: none;
    padding: 10px;
    font-size: 20px;
  }

  .button.proiz.mape {
    text-transform: capitalize;
    width: 90%;
    font-size: 11px;
  }

  .button.reference {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 50px;
    margin: 20px 15px 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
    display: flex;
  }

  .button.pocetna {
    width: auto;
    height: 40px;
    margin-left: 0;
    font-size: 20px;
  }

  .section-2 {
    background-position: 50%;
    background-size: cover;
  }

  .body {
    display: block;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: auto;
    display: flex;
  }

  .text-block-2 {
    direction: ltr;
    word-break: normal;
    overflow-wrap: normal;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 108px;
  }

  .div-block-3.special {
    top: 60%;
  }

  .heading {
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 85px;
  }

  .text-block-4 {
    overflow-wrap: break-word;
    margin-top: 5px;
    padding-top: 0;
    font-size: 20px;
    display: block;
  }

  .nav-menu-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar-2.landing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 15px;
  }

  .menu-button-2 {
    padding-top: 1px;
  }

  .menu-button-2.w--open {
    padding: 0;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    min-height: auto;
  }

  .paragraph {
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    min-width: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 100px;
    font-size: 11px;
    display: flex;
  }

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

  .image-3 {
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .hero-heading-left {
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .container-3 {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .hero-wrapper {
    margin: 0 0 -19px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split {
    background-image: radial-gradient(circle, #fff0, #000), url('../images/IMG_2755.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .shadow-two {
    max-width: 0%;
    margin-right: 0;
    padding-right: 0;
  }

  .team-slider {
    border-bottom-style: none;
    margin-top: 60px;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 45px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    max-width: none;
    font-size: 18px;
  }

  .footertext {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .projekti {
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .image-8 {
    max-width: none;
  }

  .image-9 {
    min-height: 30vh;
  }

  .heading-11 {
    font-size: 50px;
  }

  .paragraph-2 {
    text-align: left;
    max-width: 100%;
    margin-left: 34px;
  }

  .paragraph-2.home {
    color: #fff;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .heading-13.delatnosti {
    color: #060;
  }

  .heading-13.home {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 45px;
  }

  .icon {
    color: #060;
    -webkit-text-stroke-width: .25px;
    -webkit-text-stroke-color: #000;
    min-width: 100%;
    min-height: 100%;
  }

  .section-5 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

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

  .div-block-11 {
    min-width: 30%;
    max-width: 80%;
  }

  .div-block-13 {
    min-width: 30%;
    max-width: 30%;
  }

  .container-4 {
    flex-flow: column;
  }

  .container-5 {
    min-width: 100%;
  }

  .image-12 {
    flex: 0 auto;
    min-width: 0%;
    max-width: 100%;
    min-height: 0%;
    max-height: none;
    overflow: hidden;
  }

  .container-6 {
    margin-left: 16px;
  }

  .div-block-15 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-7 {
    padding-left: 0;
  }

  .container-7 {
    min-width: 0;
    margin-right: 10px;
  }

  .reference {
    padding-left: 40px;
  }

  .reference_item {
    direction: ltr;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 25px;
  }

  .parafooter {
    min-width: 70%;
    font-size: 13px;
  }

  .imagereference {
    min-height: 100%;
  }

  .div-block-17 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    min-height: auto;
    margin-top: 20px;
  }

  .text-block-11 {
    word-break: normal;
    overflow-wrap: normal;
    max-width: none;
    font-size: 15px;
  }

  .text-block-11.phone {
    letter-spacing: .5px;
    max-width: 100vw;
    font-size: 10px;
  }

  .text-block-11.phone.treci {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-right: 0;
    display: block;
  }

  .dropdown-toggle {
    max-width: 100vw;
    padding: 14px;
  }

  .section-9 {
    max-width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-4 {
    max-width: none;
    margin-right: 0;
  }

  .section-10 {
    min-height: 40vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-12 {
    padding-bottom: 30px;
  }

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

  .heading-19 {
    color: #060;
  }

  .section-13 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC00034.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .kontaktnaslov {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .kontaktwrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .kontaktitem, .div-block-20 {
    padding-right: 0;
  }

  .heading-22 {
    margin-left: 40px;
  }

  .heading-22.licenca {
    margin-left: 0;
  }

  .sertifikatwrap {
    flex-flow: column;
    margin-left: 10px;
  }

  .sertifikatelement {
    max-width: 80%;
  }

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

  .image-16 {
    margin-right: 10px;
  }

  .slider {
    margin-top: -20px;
  }

  .right-arrow {
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .left-arrow {
    overflow: hidden;
  }

  .section-16 {
    border-top: 2px #060;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .map {
    width: 90%;
  }
}

#w-node-_4124aeca-5a2d-a580-3934-0a42f280367a-7155ac19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}