body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.hero {
  position: relative;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 44, 78, 0.8)), to(rgba(9, 44, 78, 0.8))), url('../images/helicop_mriezka.jpg'), -webkit-gradient(linear, left top, left bottom, from(#092c4e), to(#092c4e));
  background-image: linear-gradient(180deg, rgba(9, 44, 78, 0.8), rgba(9, 44, 78, 0.8)), url('../images/helicop_mriezka.jpg'), linear-gradient(180deg, #092c4e, #092c4e);
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, 100%, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
}

.lead {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
}

.header {
  margin-bottom: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #092c4e;
}

.mobile-link {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  border-radius: 2px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-link.nav {
  margin-top: 0px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: auto;
  margin-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.button {
  display: inline-block;
  margin-top: 0px;
  padding: 15px 20px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.12);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background-color: #fff;
  color: #092c4e;
  font-size: 20px;
}

.services-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.services-nav-item {
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
}

.services-nav-item.w--current {
  background-color: #f2f2f2;
  color: #092c4e;
}

.section {
  background-color: #092c4e;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #092c4e;
  color: #fff;
  text-align: center;
}

.subheadline {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #061d33;
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.footer-text {
  margin-bottom: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.columns.vertical-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.heading {
  max-width: 680px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #092c4e;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-header {
  margin-top: 40px;
}

.column-2 {
  padding-left: 30px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.8)), to(hsla(0, 0%, 95.3%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.8), hsla(0, 0%, 95.3%, 0.8));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block.first {
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #092c4e;
  font-size: 28px;
  line-height: 32px;
}

.body {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
}

.right-column {
  padding-left: 30px;
}

.text-block {
  color: #333;
}

.image-2 {
  margin-bottom: 40px;
  border-radius: 10px;
}

.mobilne-mapovanie {
  height: 450px;
  margin-bottom: 40px;
  background-image: url('../images/IMG-1900.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.particles-js {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    text-align: center;
  }
  .container.hero-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headline {
    font-size: 44px;
  }
  .lead {
    font-size: 20px;
  }
  .logo-container {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-nav-item {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    text-align: center;
  }
  .services-nav-item.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }
  .subheadline {
    font-size: 28px;
  }
  .columns.vertical-centered {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.vertical-centered.reversed-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block.first {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-2 {
    font-size: 24px;
  }
  .right-column {
    padding-left: 10px;
  }
  .logo {
    max-width: 90px;
    margin-right: 20px;
  }
  .service-content {
    text-align: center;
  }
  .service-photo {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .mobilne-mapovanie {
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .hero {
    height: auto;
  }
  .container.hero-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .headline {
    font-size: 5.5vw;
    line-height: 6vw;
    letter-spacing: 0.1vw;
  }
  .lead {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .logo-container {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo {
    max-width: 80px;
    margin-top: 30px;
    margin-right: 29px;
    margin-left: 29px;
  }
  .mobilne-mapovanie {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .container.hero-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .headline {
    font-size: 32px;
    line-height: 40px;
  }
  .lead {
    font-size: 18px;
    line-height: 24px;
  }
  .mobile-link {
    margin: 20px 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .mobile-link.nav {
    margin-top: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
  }
  .nav-wrapper {
    margin-top: 20px;
    margin-bottom: 39px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-container {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  .subheadline {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .div-block {
    padding: 21px 20px;
  }
  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }
  .body {
    font-size: 16px;
  }
  .logo {
    max-width: 25vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .service-content {
    text-align: left;
  }
  .service-photo {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-3 {
    width: 100px;
  }
  .mobilne-mapovanie {
    height: 175px;
    border-radius: 10px;
  }
}