h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 55px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar {
  height: 70px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eedb00;
}

.brand {
  position: absolute;
  display: inline-block;
  height: 140px;
  padding-top: 24px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, #eedb00, #eedb00);
  background-image: linear-gradient(180deg, #eedb00, #eedb00);
  box-shadow: 0 5px 14px 0 #000;
}

.brand.w--current {
  height: 180px;
}

.navlink {
  padding-top: 25px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 14px;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: background-color 200ms ease-in-out, color 200ms cubic-bezier(.6, -.28, .735, .045);
  color: #000;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #000;
  color: #eedb00;
}

.navlink.w--current {
  color: #fff;
}

.nav-wrapper {
  position: relative;
}

.logo {
  padding-top: 15px;
}

.top_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/main_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/main_bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.spacer-heading {
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.yellow-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #eedb00;
  font-size: 12px;
}

.contact-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-icon {
  margin-right: 5px;
  margin-left: 10px;
  font-family: Fonta, sans-serif;
  font-size: 16px;
}

.slogan {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border: 3px solid #eedb00;
}

.slogan.small-slogan {
  margin-bottom: 30px;
  border-width: 3px;
}

.border-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.border {
  height: 3px;
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eedb00;
}

.h2-subslogan {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.spacer-p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

.about {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eedb00;
}

.h4-about {
  margin-bottom: 70px;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.about-row {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
}

.about-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-text-block {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-icon-box {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.abotu-icon {
  font-family: Fonta, sans-serif;
  font-size: 100px;
}

.abotu-icon.smaller {
  font-size: 75px;
}

.image-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/tank-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/tank-bg.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  color: #fff;
  text-align: center;
}

.work-section {
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
  text-align: center;
}

.work-h2 {
  text-transform: uppercase;
}

.work-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

.work-box {
  position: relative;
  margin: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.work-box.work-box-bg {
  background-image: url('../images/image3.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-box.work-box-bg3 {
  background-image: url('../images/main_bg.jpg');
  background-position: 0px 0px;
  background-size: 563px;
}

.work-box.work-box-bg4 {
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-box.work-box-bg2 {
  background-image: url('../images/image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-box.work-box-bg5 {
  background-image: url('../images/image11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-box.work-box-bg6 {
  background-image: url('../images/image12.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-box.work-box-bg7 {
  background-image: url('../images/image13.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-box.work-box-bg8 {
  background-image: url('../images/image14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-text-wrapper {
  margin-bottom: 50px;
  color: #fff;
}

.cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(238, 219, 0, .91);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  font-size: 12px;
  line-height: 15px;
}

.h6-cover {
  font-size: 15px;
  line-height: 25px;
}

.contact-h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
}

.contact-column.hidden {
  display: none;
}

.contact-box {
  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;
  color: #000;
}

.contact-box.name {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #eedb00;
}

.contact-box.numbers {
  margin-bottom: 10px;
  padding-top: 5px;
  -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;
}

.contact-box.numbers.team-contact {
  color: #fff;
}

.media-icon {
  margin-right: 10px;
  font-family: Fonta, sans-serif;
  font-size: 12px;
}

.number-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.map {
  height: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.contact-col {
  padding: 51px 60px;
  background-color: #eedb00;
}

.container {
  position: relative;
  top: -230px;
}

.contact-spacer {
  height: 500px;
  padding-top: 120px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  text-align: center;
}

.heading {
  margin-top: 25px;
  margin-bottom: 25px;
}

.conatct-team {
  margin-top: 0px;
}

.text-block {
  color: #000;
}

.titel {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-small-h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

.col-image-bg {
  background-image: url('../images/eltes-workers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.team-col {
  padding: 70px 25px;
  background-color: #000;
  color: #fff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-text {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.body {
  font-family: Montserrat, sans-serif;
}

.p-spacer {
  padding-right: 100px;
  padding-left: 100px;
  font-size: 18px;
  line-height: 24px;
}

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

.gallery-button {
  width: 300px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #eedb00;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
}

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

.image-wrapper {
  margin-top: 190px;
  margin-bottom: 100px;
}

.body-2 {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #494949, #000 69%);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #494949, #000 69%);
}

.works-img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.works-img:hover {
  -webkit-filter: none;
  filter: none;
}

.works-img._1 {
  background-image: url('../images/img1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._2 {
  background-image: url('../images/img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._3 {
  background-image: url('../images/img3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._4 {
  background-image: url('../images/img4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._5 {
  background-image: url('../images/img7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._6 {
  background-image: url('../images/img6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._7 {
  background-image: url('../images/img5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._8 {
  background-image: url('../images/img8.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._9 {
  background-image: url('../images/img9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._10 {
  background-image: url('../images/img11.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._11 {
  background-image: url('../images/img12.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._12 {
  background-image: url('../images/img13.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._13 {
  background-image: url('../images/img14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._14 {
  background-image: url('../images/img15.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._15 {
  background-image: url('../images/img16.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._16 {
  background-image: url('../images/img10.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._19 {
  background-image: url('../images/img19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._22 {
  background-image: url('../images/img22.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._17 {
  background-image: url('../images/img17.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._18 {
  background-image: url('../images/img18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._20 {
  background-image: url('../images/img20.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._21 {
  background-image: url('../images/img21.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._23 {
  background-image: url('../images/img24.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._24 {
  background-image: url('../images/img25.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._25 {
  background-image: url('../images/img28.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img._26 {
  background-image: url('../images/img27.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top {
  height: 40vh;
  background-image: url('../images/panorama_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="fadeinbox"] {
  opacity: 0;
  -webkit-transform: scale(0.54, 0.54);
  -ms-transform: scale(0.54, 0.54);
  transform: scale(0.54, 0.54);
}

html.w-mod-js *[data-ix="brand"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0.18;
  -webkit-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}

@media (max-width: 991px) {
  .top_section {
    padding-right: 60px;
    padding-left: 60px;
  }
  .image-spacer {
    height: 80vh;
    padding-right: 60px;
    padding-left: 60px;
  }
  .work-wrapper {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-box.work-box-bg3 {
    background-size: cover;
  }
  .contact-box.numbers.team-contact {
    font-size: 10px;
  }
  .heading {
    line-height: 40px;
  }
  .team-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-2 {
    text-align: center;
  }
  .p-spacer {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .heading-4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .brand {
    margin-left: 80px;
  }
  .brand.mobile {
    height: 130px;
    padding-top: 45px;
  }
  .logo {
    padding-top: 5px;
  }
  .top_section {
    padding-right: 55px;
    padding-left: 55px;
  }
  .spacer-heading {
    line-height: 35px;
  }
  .yellow-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .border-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .border {
    height: 5px;
  }
  .h2-subslogan {
    padding-top: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .about-text-block {
    text-align: center;
  }
  .contact-box.numbers.team-contact {
    font-size: 14px;
  }
  .heading-2 {
    line-height: 50px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .navbar {
    height: 60px;
  }
  .brand {
    height: 170px;
    margin-left: 20px;
  }
  .brand.mobile {
    height: 110px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navlink {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #000;
    color: #fff;
  }
  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .logo {
    padding-bottom: 25px;
  }
  .top_section {
    height: 80vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/main_bg.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/main_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .spacer-heading {
    font-size: 30px;
  }
  .yellow-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slogan {
    padding-right: 5px;
    padding-left: 5px;
  }
  .border-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .border {
    height: 5px;
  }
  .h2-subslogan {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0px;
  }
  .spacer-p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .about {
    padding-top: 71px;
    text-align: center;
  }
  .h4-about {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 35px;
    line-height: 40px;
  }
  .about-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text-block {
    padding-bottom: 40px;
  }
  .abotu-icon.smaller {
    margin-bottom: 35px;
  }
  .image-spacer {
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/bg2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg2.jpg');
    background-position: 0px 0px, 85% 50%;
  }
  .work-wrapper {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-box.numbers {
    font-size: 12px;
  }
  .contact-box.numbers.team-contact {
    font-size: 12px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map {
    height: 400px;
  }
  .contact-spacer {
    height: 350px;
    padding-top: 20px;
  }
  .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .col-image-bg {
    height: 300px;
  }
  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2px;
  }
  .heading-3 {
    font-size: 30px;
  }
  .menu-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .p-spacer {
    line-height: 20px;
  }
  .gallery-button {
    width: 250px;
  }
}

@font-face {
  font-family: 'Fonta';
  src: url('../fonts/fonta.woff2') format('woff2'), url('../fonts/fonta.eot') format('embedded-opentype'), url('../fonts/fonta.woff') format('woff'), url('../fonts/fonta.ttf') format('truetype'), url('../fonts/fonta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}