.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100vw;
  height: 100px;
  max-width: none;
  background-color: #353535;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 5%;
  display: flex;
  position: relative;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.navigation-container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.navbar-container {
  width: 95%;
  height: 100px;
  max-width: none;
}

.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: #d9d9d9;
  letter-spacing: .25px;
  text-transform: uppercase;
  flex: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #92e3ff;
}

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

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

.nav-link.left-margin-removal {
  margin-left: 0;
}

.nav-link.upper-border {
  padding: 15px;
}

.nav-link.upper-border.w--current {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 5px;
}

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  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: rgba(26, 27, 31, .75);
}

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

.logo {
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-color: #3f3f3f;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.nav-links-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 30px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.cta-button:hover {
  color: #3c6e71;
  background-color: #fff;
  border-width: 2px;
  border-color: #3c6e71;
}

.cta-button.dark-version {
  color: #353535;
  border-width: 2px;
  border-color: #353535;
  margin-top: 20px;
  display: none;
}

.cta-button.dark-version:hover {
  color: #fff;
  background-color: #3f3f3f;
  border-color: #fff;
}

.cta-button.dark-version.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.cta-button.dark-version.top-margin {
  margin-top: 20px;
}

.cta-button.dark-version.top-margin-40 {
  margin-top: 40px;
}

.cta-button.dark-version.display-block {
  display: block;
}

.navigation-left-side-wrapper {
  display: flex;
}

.nav-link-text {
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}

.hero-section {
  width: auto;
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.hero-background-image {
  z-index: -2;
  width: 100vw;
  height: 100vh;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .7);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-1 {
  color: #d9d9d9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.all-containers {
  max-width: 800px;
}

.all-containers.about-us-container {
  max-width: 85%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.all-containers.gallery-container {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.all-containers.contact-us-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.all-containers.contact-us-container.top-margin-60 {
  margin-top: 60px;
}

.all-containers.footer-container {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.hero-paragraph {
  width: 70ch;
  color: #d9d9d9;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.text-span {
  color: #3c6e71;
}

.about-us-section {
  padding-top: 160px;
  padding-bottom: 80px;
  display: block;
}

.about-us-left-side-wrapper {
  width: 49.5%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.about-us-separating-line {
  width: 4px;
  height: 400px;
  background-color: #3c6e71;
  margin-left: 60px;
  margin-right: 60px;
}

.about-us-separating-line.responsive-au-separating-line {
  display: none;
}

.about-us-right-side-wrapper {
  width: 49.5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3rem;
}

.about-us-logo {
  background-color: #353535;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.image {
  width: 100px;
  height: 100px;
}

.about-us-paragraph {
  letter-spacing: .5px;
  margin-bottom: 20px;
}

.au-left-inner-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-lower-part {
  width: 100vw;
  display: block;
}

.services {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.services-outer-wrapper {
  text-align: center;
}

.upper-service-image {
  display: none;
}

.lower-service-image {
  width: 100vw;
  display: none;
}

.services-inner-wrapper {
  background-color: #353535;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.service-wrapper {
  margin-left: 60px;
  margin-right: 60px;
}

.service-text {
  color: #d9d9d9;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.service-icon {
  width: 100px;
}

.gallery {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.slider {
  width: 70%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.left-arrow-link {
  z-index: 9999;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(-150px, 80px);
}

.right-arrow-link {
  z-index: 9999;
  width: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  left: 0;
  transform: translate(-115px, 60px);
}

.slide {
  width: auto;
  margin-right: 40px;
}

.mask {
  background-color: rgba(255, 255, 255, 0);
}

.slider-image {
  height: 200px;
  object-fit: contain;
  position: static;
}

.gallery-slider-text {
  color: #353535;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: absolute;
  transform: translate(-160px, 120px);
}

.gallery-slider-text.transform-fix {
  transform: translate(-190px, 120px);
}

.gallery-slider-text.transform-removal {
  transform: translate(0);
}

.gallery-slider-text.transform-removal.margins {
  text-align: center;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.gallery-slider-text.fontane-text {
  transform: translate(-190px, 120px);
}

.drinking-water-fountain-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.drinking-water-fountain-image {
  width: 100%;
}

.decorative-div {
  height: 32px;
  justify-content: space-between;
  display: flex;
}

.left-decorative-div {
  width: 32px;
  height: 32px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.right-decorative-div {
  align-items: center;
  display: flex;
  position: relative;
}

.decorative-line {
  width: 100px;
  height: 1px;
  background-color: #353535;
  flex: none;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15);
}

.fountain-icon {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  margin-right: 20px;
}

.pool-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.contact-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.cu-left-wrapper, .cu-right-wrapper {
  width: 49.5%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cu-separating-line {
  width: 1px;
  background-color: #353535;
  margin-left: 40px;
  margin-right: 40px;
}

.cu-separating-line.responsive-cu-separating-line {
  display: none;
}

.form-label {
  margin-bottom: 10px;
}

.form-input-field {
  border: 1px solid #353535;
  border-radius: 5px;
  margin-bottom: 20px;
}

.form-text-area {
  border: 1px solid #353535;
  border-radius: 5px;
  margin-bottom: 30px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-field.margin-20 {
  margin-bottom: 20px;
}

.form-checkbox-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.form-checkbox {
  margin-top: 0;
}

.submit-button {
  color: #353535;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #353535;
  border-radius: 5px;
  padding: 15px 40px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.submit-button:hover {
  color: #fff;
  background-color: #353535;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
  border: 1px solid #353535;
  border-radius: 5px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.success-message:hover {
  color: #d9d9d9;
  background-color: #353535;
}

.error-message {
  background-color: #ffdede;
  border: 1px solid #353535;
  border-radius: 5px;
}

.cu-right-side-information-div {
  width: auto;
  border: 1px solid #353535;
  border-radius: 5px;
  padding: 40px 30px;
}

.text-block {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.information-text {
  margin-bottom: 10px;
}

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

.cu-right-side-map {
  width: 100%;
  border: 1px solid #353535;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

.footer-dark {
  color: #d9d9d9;
  background-color: #353535;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

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

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

.footer-brand {
  background-color: #3f3f3f;
  padding: 20px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  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: 1.1rem;
  font-weight: 300;
  line-height: 1.1rem;
}

.footer-link {
  color: #d9d9d9;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.footer-link:hover {
  color: #63d2ff;
}

.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 {
  width: 100%;
  height: 1px;
  color: #d9d9d9;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #d9d9d9;
  text-align: center;
  margin-right: 5px;
  font-size: .9rem;
  line-height: .9rem;
  text-decoration: none;
}

.footer-info-separating-line {
  width: 60px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 20px;
}

.footer-upper-decoration {
  width: 100vw;
  display: block;
}

.arrow-up {
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.arrow-up-icon {
  max-width: 80%;
}

.footer-copytight-center {
  justify-content: space-between;
  display: flex;
}

.made-by-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.redirect-icon {
  width: 16px;
}

.navbar {
  z-index: 10000;
  width: auto;
  height: 100px;
  background-color: #353535;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  margin-right: 20px;
}

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

.nav-menu {
  height: 100px;
  align-items: center;
  display: flex;
}

.drag-icon {
  display: none;
  position: absolute;
  left: 0;
}

.povuci-za-pomicanje-text, .second-drag-icon {
  display: none;
}

.typer {
  color: #3c6e71;
}

._100vw {
  width: 100vw;
  overflow: hidden;
}

.upper-service-border {
  width: 100vw;
}

.lower-service-border {
  width: 100vw;
  display: block;
}

.diplay-none {
  display: none;
}

.foutain-slider {
  width: 70%;
  height: 200px;
  background-color: rgba(221, 221, 221, 0);
  margin-left: auto;
}

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

.fountain-slide {
  width: auto;
  margin-right: 40px;
}

.mask-2 {
  background-color: rgba(0, 0, 0, 0);
}

.fountain-image {
  height: 200px;
  object-fit: contain;
}

.left-arrow-2, .right-arrow-2 {
  z-index: 9999;
}

.images-wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.pools-wrapper {
  max-width: 700px;
}

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

.quick-stack {
  padding: 0;
}

.pool-lightbox {
  width: 100%;
  height: 100%;
}

.drinking-water-quick-stack {
  padding: 0;
}

.drinking-water-fountain-cell, .cell {
  align-items: center;
}

.fountains-wrapper {
  max-width: 700px;
}

.fountain-quick-stack {
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .upper-service-image, .lower-service-image {
    width: 100vw;
  }

  .gallery-slider-text.transform-removal.margins {
    font-size: 1.8rem;
  }

  .second-drag-icon {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    width: 100vw;
    overflow: hidden;
  }

  .hero-background-image {
    width: 100%;
  }

  .overlay {
    flex: none;
  }

  .about-us-right-side-wrapper {
    padding-right: 60px;
  }

  .service-icon {
    width: 110px;
  }

  .gallery-slider-text.transform-removal.margins {
    font-size: 1.8rem;
  }

  .footer-dark {
    overflow: hidden;
  }

  .navbar {
    display: block;
  }

  .second-drag-icon {
    display: none;
  }

  .typer {
    color: #3c6e71;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    width: auto;
  }

  .hero-background-image {
    width: 100vw;
  }

  .about-us-right-side-wrapper {
    padding-right: 220px;
  }

  .heading-2 {
    font-size: 3.4rem;
  }

  .service-icon {
    width: 128px;
  }

  .slider {
    width: 60%;
  }

  .mask {
    overflow: hidden;
  }

  .gallery-slider-text.transform-removal.margins {
    font-size: 2rem;
    line-height: 2rem;
  }

  .navbar {
    width: auto;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

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

  .container.navbar-container {
    width: 90%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .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 rgba(0, 0, 0, .05);
  }

  .nav-link {
    text-align: center;
    padding: 20px;
    font-size: 1rem;
    transition: all .2s cubic-bezier(.77, 0, .175, 1);
  }

  .nav-link:hover {
    color: #63d2ff;
  }

  .nav-link:active {
    border: 1px solid #fff;
  }

  .nav-link.upper-border {
    border-top: 1px solid #fff;
    padding: 20px;
    font-size: 1rem;
  }

  .nav-link.lower-border {
    border-top: 1px #000;
    border-bottom: 1px solid #fff;
    padding: 20px;
  }

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

  .menu-button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .4s cubic-bezier(.77, 0, .175, 1);
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #3f3f3f;
    border: 1px solid #fff;
    border-radius: 5px;
  }

  .cta-button {
    font-size: .9rem;
    display: inline-block;
  }

  .cta-button.dark-version, .cta-button.dark-version.top-margin-40 {
    padding: 15px 20px;
  }

  .cta-button.display-none {
    display: none;
  }

  .hero-section {
    padding-left: 40px;
  }

  .heading-1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .all-containers {
    max-width: 640px;
  }

  .all-containers.gallery-container {
    align-items: center;
  }

  .hero-paragraph {
    width: auto;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .about-us-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .about-us-separating-line {
    width: 2px;
  }

  .about-us-separating-line.responsive-au-separating-line {
    display: none;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .image {
    width: 100px;
    height: 100px;
  }

  .about-us-paragraph {
    font-size: .9rem;
    line-height: .9rem;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-text {
    font-size: 1.1rem;
  }

  .service-icon {
    max-width: 70%;
  }

  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    height: 180px;
    margin-top: 60px;
  }

  .left-arrow {
    width: 45px;
    height: 20px;
  }

  .left-arrow-link {
    transform: translate(-120px, 80px);
  }

  .right-arrow-link {
    width: 45px;
    height: 25px;
    transform: translate(-90px, 60px);
  }

  .slider-image {
    height: 180px;
  }

  .gallery-slider-text {
    font-size: 1.2rem;
    line-height: 1.2rem;
    transform: translate(-125px, 110px);
  }

  .gallery-slider-text.transform-fix {
    transform: translate(-140px, 110px);
  }

  .gallery-slider-text.transform-removal.margins {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .gallery-slider-text.fontane-text {
    transform: translate(-140px, 120px);
  }

  .drinking-water-fountain-image {
    width: 90%;
  }

  .decorative-div {
    display: flex;
  }

  .decorative-line {
    width: 60px;
  }

  .fountain-icon {
    margin-left: 15px;
  }

  .pool-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }

  .contact-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cu-separating-line {
    margin-left: 30px;
    margin-right: 30px;
  }

  .cu-separating-line.responsive-cu-separating-line {
    display: none;
  }

  .form-label {
    font-size: .9rem;
  }

  .form-input-field, .form-text-area {
    font-size: .8rem;
  }

  .form-checkbox-label {
    font-size: .9rem;
  }

  .submit-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: .9rem;
  }

  .cu-right-side-information-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .information-text {
    font-size: .9rem;
    line-height: .9rem;
  }

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

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

  .title-small {
    font-size: 1rem;
  }

  .footer-link {
    font-size: .9rem;
    line-height: 1rem;
  }

  .footer-copyright-center {
    font-size: .8rem;
    line-height: .8rem;
  }

  .nav-menu {
    width: 100vw;
    height: auto;
    background-color: #3f3f3f;
    position: absolute;
  }

  .icon {
    transform: scale(1.2);
  }

  .image-2 {
    width: 100px;
    height: 100px;
  }

  .pools-wrapper {
    max-width: 550px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .drinking-water-quick-stack {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .drinking-water-fountain-cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .drinking-water-fountain-cell.align-right {
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .drinking-water-fountain-cell.align-left {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fountains-wrapper {
    max-width: 550px;
  }

  .fountain-quick-stack {
    grid-column-gap: 10px;
  }
}

@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: 20px;
    font-size: 1rem;
    display: block;
  }

  .nav-link.upper-border {
    padding: 20px;
    font-size: 1rem;
  }

  .nav-link.lower-border {
    padding: 20px;
    display: 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 rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    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;
  }

  .menu-button {
    padding: 15px;
  }

  .cta-button {
    padding: 15px 20px;
  }

  .cta-button.dark-version {
    font-size: .8rem;
    line-height: .9rem;
  }

  .cta-button.dark-version.top-margin-40 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .7rem;
  }

  .hero-section {
    height: 870px;
    padding-left: 15px;
  }

  .heading-1 {
    font-size: 1.9rem;
    line-height: 2rem;
  }

  .all-containers {
    max-width: 460px;
  }

  .all-containers.about-us-container.responsive-container {
    flex-flow: column;
  }

  .all-containers.about-us-container.cu-responsive-container {
    flex-direction: column;
  }

  .all-containers.contact-us-container.top-margin-60 {
    margin-top: 40px;
  }

  .all-containers.contact-us-container.top-margin-60.responsive-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-paragraph {
    font-size: 1rem;
    line-height: 1rem;
  }

  .about-us-left-side-wrapper {
    width: auto;
  }

  .about-us-separating-line {
    height: 250px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .about-us-separating-line.responsive-au-separating-line {
    width: 350px;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .about-us-right-side-wrapper {
    width: auto;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .image {
    width: 80px;
    height: 80px;
  }

  .services-inner-wrapper {
    justify-content: center;
  }

  .service-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .service-icon {
    max-width: 60%;
  }

  .slider {
    height: 150px;
    margin-top: 40px;
  }

  .left-arrow-link {
    width: 35px;
    height: 20px;
    transform: translate(-80px, 60px);
  }

  .right-arrow-link {
    width: 35px;
    height: 20px;
    transform: translate(-65px, 40px);
  }

  .slider-image {
    height: 150px;
  }

  .gallery-slider-text {
    font-size: 1.1rem;
    transform: translate(-100px, 80px);
  }

  .gallery-slider-text.transform-fix {
    transform: translate(-120px, 80px);
  }

  .gallery-slider-text.transform-removal.margins {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .gallery-slider-text.fontane-text {
    transform: translate(-120px, 80px);
  }

  .drinking-water-fountain-wrapper {
    flex-direction: column;
  }

  .drinking-water-fountain-image {
    width: 150px;
    margin-bottom: 20px;
  }

  .fountain-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pool-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .cu-left-wrapper {
    width: 70%;
  }

  .cu-right-wrapper {
    width: 60%;
  }

  .cu-separating-line {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .cu-separating-line.responsive-cu-separating-line {
    width: 300px;
    height: 1px;
    margin: 30px auto;
    display: block;
  }

  .submit-button {
    padding: 10px 25px;
    font-size: .8rem;
  }

  .cu-right-side-information-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-2 {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .information-text {
    font-size: .8rem;
    line-height: .8rem;
  }

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

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

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

  .footer-link:hover {
    color: #63d2ff;
  }

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

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

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

  .footer-copyright-center {
    font-size: .7rem;
    line-height: .7rem;
  }

  .footer-upper-decoration {
    max-width: none;
  }

  .arrow-up-icon {
    max-width: 70%;
  }

  .made-by-wrapper {
    align-items: center;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .drinking-water-fountain-modal {
    display: flex;
  }

  .drinking-water-quick-stack {
    grid-row-gap: 0px;
  }

  .fountain-quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

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

  .container.navbar-container {
    width: 90%;
  }

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

  .menu-button {
    padding: 10px;
  }

  .cta-button {
    padding: 13px 18px;
    font-size: .8rem;
    line-height: .8rem;
  }

  .cta-button.dark-version {
    margin-top: 20px;
    padding: 13px 18px;
    display: none;
  }

  .cta-button.dark-version.top-margin-40 {
    padding: 10px 15px;
  }

  .cta-button.dark-version.display-block {
    display: block;
  }

  .hero-section {
    height: 100vh;
    padding-left: 10px;
  }

  .heading-1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .all-containers, .all-containers.about-us-container.cu-responsive-container {
    max-width: 300px;
  }

  .all-containers.gallery-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .all-containers.container-padding {
    padding-right: 25px;
  }

  .hero-paragraph {
    font-size: .9rem;
    line-height: .9rem;
  }

  .about-us-separating-line.responsive-au-separating-line {
    width: 250px;
    height: 2px;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .about-us-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image {
    width: 70px;
    height: 70px;
  }

  .service-wrapper {
    margin-left: 9px;
    margin-right: 9px;
  }

  .service-text {
    font-size: .9rem;
    line-height: .9rem;
  }

  .service-icon {
    width: 64px;
  }

  .slider {
    height: 100px;
    margin-top: 60px;
  }

  .left-arrow-link, .right-arrow-link {
    display: none;
  }

  .slider-image {
    height: 100px;
  }

  .gallery-slider-text {
    font-size: .8rem;
    line-height: 1rem;
    transform: translate(-80px, 20px);
  }

  .gallery-slider-text.transform-fix {
    transform: translate(-83px, 20px);
  }

  .gallery-slider-text.transform-removal.margins {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .gallery-slider-text.fontane-text {
    transform: translate(-80px, 20px);
  }

  .drinking-water-fountain-wrapper {
    margin-top: 20px;
  }

  .drinking-water-fountain-image {
    margin-bottom: 20px;
  }

  .contact-us-section {
    padding-bottom: 100px;
  }

  .cu-right-wrapper {
    width: 90%;
  }

  .form-input-field {
    line-height: .8rem;
  }

  .form-text-area {
    margin-bottom: 20px;
  }

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

  .footer-copytight-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright-center {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .footer-upper-decoration {
    max-width: none;
  }

  .arrow-up-icon {
    max-width: 60%;
  }

  .icon {
    transform: scale(1);
  }

  .drag-icon {
    width: 16px;
    max-width: 100%;
    display: block;
    top: 105px;
    left: 75px;
  }

  .povuci-za-pomicanje-text {
    color: #353535;
    font-size: .8rem;
    line-height: .8rem;
    display: block;
    position: absolute;
    top: 125px;
    left: 35px;
  }

  .second-drag-icon {
    width: 16px;
    display: block;
    position: absolute;
    top: 105px;
    left: 75px;
  }

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

  .quick-stack, .fountain-quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

#w-node-_15043435-a142-a699-759f-fd82f2f7c9b2-c79ee33f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_15043435-a142-a699-759f-fd82f2f7c9b3-c79ee33f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15043435-a142-a699-759f-fd82f2f7c9b4-c79ee33f, #w-node-_76ff94d2-ca07-5d45-2f39-b7f9fc046274-c79ee33f, #w-node-b8c26f8f-bb08-19ff-cbaa-dbfbd08dc32f-c79ee33f, #w-node-_901521da-6f49-021b-83dc-741fdfdf135b-c79ee33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_325a0f44-47d6-9ca5-d976-d8c3231639f7-c79ee33f {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_325a0f44-47d6-9ca5-d976-d8c3231639f8-c79ee33f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5cf24d6-e055-8052-10d3-dc025a09b268-c79ee33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f505436b-9fa8-3be1-5090-39b2f4a304fa-c79ee33f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75abcb33-3a7a-c2eb-016f-321e6ea3bca1-c79ee33f, #w-node-_7c29f4ac-e971-f8d0-935c-697f615dd530-c79ee33f, #w-node-d44c4723-5216-d1cb-ef19-1a54945411cc-c79ee33f, #w-node-_727b98e5-150c-caeb-23a2-9c265ec51acd-c79ee33f, #w-node-a2aac3b8-08bb-a6a4-a100-bcbb2d2ded08-c79ee33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9074edf-d25b-56ba-9d89-a0cc854f156a-c79ee33f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0da62703-702c-45d8-bd5f-7ebf7189bfd7-c79ee33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_161ae7f3-a96c-2042-6488-ef4775b0a808-c79ee33f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ec-c79ee33f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ed-c79ee33f, #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ee-c79ee33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d763567-c72a-458e-f6b5-05049cda35f3-c79ee33f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86db19f4-594c-37d7-ccfb-b54b977c2b54-c79ee33f, #w-node-_86db19f4-594c-37d7-ccfb-b54b977c2b5f-c79ee33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_325a0f44-47d6-9ca5-d976-d8c3231639f7-c79ee33f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_325a0f44-47d6-9ca5-d976-d8c3231639f8-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5cf24d6-e055-8052-10d3-dc025a09b268-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f505436b-9fa8-3be1-5090-39b2f4a304fa-c79ee33f {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_75abcb33-3a7a-c2eb-016f-321e6ea3bca1-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c29f4ac-e971-f8d0-935c-697f615dd530-c79ee33f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d44c4723-5216-d1cb-ef19-1a54945411cc-c79ee33f, #w-node-_727b98e5-150c-caeb-23a2-9c265ec51acd-c79ee33f, #w-node-a2aac3b8-08bb-a6a4-a100-bcbb2d2ded08-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9074edf-d25b-56ba-9d89-a0cc854f156a-c79ee33f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0da62703-702c-45d8-bd5f-7ebf7189bfd7-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_161ae7f3-a96c-2042-6488-ef4775b0a808-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ec-c79ee33f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15043435-a142-a699-759f-fd82f2f7c9b2-c79ee33f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_15043435-a142-a699-759f-fd82f2f7c9b3-c79ee33f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_15043435-a142-a699-759f-fd82f2f7c9b4-c79ee33f, #w-node-_76ff94d2-ca07-5d45-2f39-b7f9fc046274-c79ee33f, #w-node-b8c26f8f-bb08-19ff-cbaa-dbfbd08dc32f-c79ee33f, #w-node-_901521da-6f49-021b-83dc-741fdfdf135b-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ec-c79ee33f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ed-c79ee33f, #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ee-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d763567-c72a-458e-f6b5-05049cda35f3-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15043435-a142-a699-759f-fd82f2f7c9b2-c79ee33f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_15043435-a142-a699-759f-fd82f2f7c9b3-c79ee33f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_15043435-a142-a699-759f-fd82f2f7c9b4-c79ee33f, #w-node-_76ff94d2-ca07-5d45-2f39-b7f9fc046274-c79ee33f, #w-node-b8c26f8f-bb08-19ff-cbaa-dbfbd08dc32f-c79ee33f, #w-node-_901521da-6f49-021b-83dc-741fdfdf135b-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_325a0f44-47d6-9ca5-d976-d8c3231639f7-c79ee33f {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_325a0f44-47d6-9ca5-d976-d8c3231639f8-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5cf24d6-e055-8052-10d3-dc025a09b268-c79ee33f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f505436b-9fa8-3be1-5090-39b2f4a304fa-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_75abcb33-3a7a-c2eb-016f-321e6ea3bca1-c79ee33f, #w-node-_7c29f4ac-e971-f8d0-935c-697f615dd530-c79ee33f, #w-node-d44c4723-5216-d1cb-ef19-1a54945411cc-c79ee33f, #w-node-_727b98e5-150c-caeb-23a2-9c265ec51acd-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2aac3b8-08bb-a6a4-a100-bcbb2d2ded08-c79ee33f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9074edf-d25b-56ba-9d89-a0cc854f156a-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0da62703-702c-45d8-bd5f-7ebf7189bfd7-c79ee33f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_161ae7f3-a96c-2042-6488-ef4775b0a808-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ec-c79ee33f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ed-c79ee33f, #w-node-_0cc07015-4cd8-88c9-6590-d11437b8e2ee-c79ee33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d763567-c72a-458e-f6b5-05049cda35f3-c79ee33f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


