@font-face {
  font-family: Avenirnextcyr Demi;
  src: url('../fonts/AvenirNextCyr-Demi.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextcyr;
  src: url('../fonts/AvenirNextCyr-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #151414;
  --white: #fff;
  --grey: #b9b9b9;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.loader-wrapper {
  z-index: 11;
  background-color: #141313;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.my-lottie {
  width: 500px;
  height: 500px;
}

.code-embed {
  width: 300px;
  height: 300px;
}

.navbar {
  z-index: 10;
  grid-row-gap: 8px;
  background-color: var(--dark-grey);
  border: 0 solid #2a2a2a;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 8px 32px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.content-style {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  width: 88px;
  height: 88px;
  margin-right: 32px;
}

.links {
  grid-column-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media {
  grid-column-gap: 2px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.ggfacebook {
  object-fit: cover;
  overflow: hidden;
}

.button-style {
  grid-column-gap: 2px;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #151414;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.hero-section {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 200px 32px 0;
  display: flex;
  position: relative;
}

.hero-section.about-us {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  padding-bottom: 270px;
}

.h1 {
  width: 100%;
  color: var(--white);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.h1._12 {
  max-width: 1920px;
}

.h5 {
  width: 60%;
  color: var(--white);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: static;
  inset: auto auto -40px 0%;
}

.h5.black {
  width: auto;
  color: var(--dark-grey);
  font-weight: 400;
  position: absolute;
  bottom: -38px;
}

.h5._1 {
  flex: 0 auto;
}

.h5._12 {
  width: 100%;
  max-width: 1920px;
}

.background-image {
  z-index: 0;
  width: auto;
  height: 85%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider {
  z-index: 1;
  aspect-ratio: auto;
  border: 1px solid var(--white);
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 80vh;
  margin-top: 40px;
  margin-bottom: -80px;
  display: flex;
}

.slide {
  background-image: url('../images/unsplash_1rZG5sCtCrg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.right-arrow {
  justify-content: flex-end;
  align-items: flex-end;
  width: 32px;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -40px auto;
}

.icon {
  width: 40px;
  height: 24px;
  margin: 0;
  position: static;
}

.left-arrow {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 32px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 40px -40px auto;
}

.image {
  max-width: none;
  display: block;
}

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

.mask {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-2 {
  background-image: url('../images/Rectangle-14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section {
  color: #181818;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  padding-top: 72px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  overflow: hidden;
}

.about-section {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

.heading-and-description {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.engineering-the-systems-that-carry-life {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.we-combine-precise-engineering-disciplined-construction-and-long-term-responsibility-to-deliver-wate {
  color: #181818;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.values {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.precision {
  grid-row-gap: 24px;
  border: 0 solid #00000026;
  border-width: 1px 0 0 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.precision._1 {
  margin-top: 60px;
}

.precision._2 {
  margin-top: 40px;
}

.precision._3 {
  margin-top: 20px;
}

.material-symbols-lightprecision-manufacturing-outline-rounded {
  object-fit: cover;
  overflow: hidden;
}

.h4 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.h2 {
  width: auto;
  max-width: 1920px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.h2.fill {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.h2.white {
  width: 100%;
  max-width: none;
  color: var(--white);
  flex: 1;
}

.h2.white._24 {
  align-self: stretch;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
}

.infrastructure-capabilities {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1920px;
  margin-top: 80px;
  display: flex;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
}

.h6 {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.h6.white {
  color: var(--white);
}

.flex-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.card-image {
  width: 100%;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-block {
  z-index: 2;
  color: var(--dark-grey);
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.text-block.none {
  opacity: 0;
}

.trube {
  border: 1px solid var(--grey);
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fill-color {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #343634;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fill-color.right {
  inset: 0% 0% 0% auto;
}

.fill-color.right.fill {
  margin-left: 0;
  margin-right: 0;
}

.fill-color.fill {
  width: 100%;
  margin-left: 0;
}

.flex-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 68%;
  max-width: 1920px;
  position: static;
}

.connector {
  z-index: 2;
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
}

.trubes {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 60px;
  margin-bottom: 60px;
}

.trubes.mobile {
  display: none;
}

.trubes.desctop {
  width: 100vw;
  min-width: 100vw;
}

.bg-image-2 {
  z-index: 0;
  opacity: .1;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-image-2.left {
  inset: 0% auto 0% 0%;
}

.quality {
  grid-row-gap: 60px;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2000px;
  padding: 64px 32px;
  text-decoration: none;
  display: flex;
}

.frame-12 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2-style {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.texts {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.frame-68 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-64 {
  grid-column-gap: 10px;
  border: 0 solid #fff;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 630px;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-65 {
  overflow: hidden;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rectangle {
  aspect-ratio: auto;
  object-fit: contain;
}

.frame-66 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 198px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-4 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.frame-69 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.qualites {
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quality-element {
  grid-column-gap: 16px;
  border: 0 solid #fff;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 60%;
  max-width: none;
  margin-right: 5%;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-72 {
  overflow: hidden;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-73 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 198px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-7 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  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;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: sticky;
  top: 200px;
}

.frame-30 {
  grid-row-gap: 10px;
  background-color: #151414;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-47 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

.lets-build-reliable-water-infrastructure {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.rectangle-8 {
  object-fit: cover;
}

.rectangle-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.frame-43 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-column-gap: 2px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding: 9px 16px 11px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-44 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-arkon-to-discuss-infrastructure-construction-pipeline-works-and-water-supply-systems {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.frame-45 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-46 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-column-gap: 2px;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  grid-column-gap: 2px;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.rectangle-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-71 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ellipse-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.flex-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  max-width: 1920px;
}

.section-5 {
  z-index: 2;
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-top: -250px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-31 {
  background-color: #d9d9d9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}

.frame-85 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  text-decoration: none;
  display: flex;
}

.about-image {
  background-color: #d9d9d9;
  background-image: url('../images/Rectangle-26.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.heading-and-description-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-12 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.image-3 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-2 {
  background-image: url('../images/Rectangle-22.png');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  align-self: stretch;
}

.about-section-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.values-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

.precision-2 {
  grid-row-gap: 12px;
  border: 0 solid #00000026;
  border-width: 1px 0 0 1px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 12px 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-76 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-81 {
  object-fit: cover;
}

.text-14 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-15 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.frame-88 {
  grid-column-gap: 32px;
  background-color: #f3f3f3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-top: 20%;
  margin-bottom: 20%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-32 {
  z-index: 0;
  object-fit: cover;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rectangle-33 {
  z-index: 1;
  background-color: #d9d9d9;
  background-image: url('../images/Rectangle-21.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  max-width: 960px;
  margin-top: -10%;
  margin-bottom: -10%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.frame-87 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 960px;
  display: flex;
  position: relative;
}

.text-16 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-17 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.frame-103 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #181818;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.values-3 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  max-width: 1920px;
  padding-left: 132px;
  padding-right: 132px;
  text-decoration: none;
  display: grid;
}

.precision-3 {
  grid-row-gap: 12px;
  border: 0 solid #00000026;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.solarshield-check-broken {
  object-fit: cover;
  overflow: hidden;
}

.text-19 {
  color: #181818;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-20 {
  color: #181818;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.reliability {
  grid-row-gap: 12px;
  border: 0 solid #00000026;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 242px;
  padding: 32px;
  display: flex;
}

.frame-89 {
  object-fit: cover;
}

.durabilty {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding: 8px 16px 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.w--current {
  opacity: .25;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
}

.project {
  grid-row-gap: 16px;
  border: 0 solid #00000026;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.project-image {
  background-color: #d9d9d9;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 50vh;
  min-height: auto;
  margin-top: 0%;
  display: flex;
  overflow: hidden;
}

.frame-97 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-top: 160px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.frame-97._1 {
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
}

.text-21 {
  color: #181818;
  flex: 1;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.frame-96 {
  grid-column-gap: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.project-description {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #181818;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.primary {
  color: #181818;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.text-24 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.secondary-text {
  color: #939393;
  font-weight: 400;
  line-height: 24px;
}

.projects {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
  margin-top: -10%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.image-4 {
  width: 100%;
  height: auto;
  display: block;
}

.image-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 80vh;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  overflow: hidden;
}

.image-6 {
  width: 100%;
}

.text-block-2 {
  max-width: 1340px;
  height: auto;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 24px;
  line-height: 32px;
}

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

.flex-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.body-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  padding-left: 0;
  padding-right: 0;
}

.menu {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: none;
}

.manu {
  object-fit: cover;
  overflow: hidden;
}

.menu-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.close {
  cursor: pointer;
}

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

.flex-block-8 {
  width: 100.001%;
  max-width: 1920px;
}

.projects-section {
  width: 100vw;
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
}

.overlay {
  z-index: 11;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.form-block {
  background-color: var(--dark-grey);
  flex-flow: column;
  width: 100%;
  min-width: 296px;
  max-width: 400px;
  padding: 16px 16px 24px;
  display: flex;
}

.label-text {
  color: var(--white);
  font-weight: 400;
}

.submit-button {
  background-color: var(--white);
  width: 100%;
  color: var(--dark-grey);
  border-radius: 40px;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-field {
  min-height: 100px;
}

.flex-block-9 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 16px;
}

.text-field-2 {
  color: var(--white);
  background-color: #ffffff0d;
  border: 0 solid #fff6;
  border-bottom: 1px solid #ffffff4d;
  font-size: 16px;
  line-height: 22px;
}

.text-field-2:focus {
  border-bottom-color: #ffffffe6;
}

.text-field-2.message {
  min-height: auto;
}

@media screen and (max-width: 991px) {
  .text.center {
    text-align: center;
  }

  .hero-section.about-us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .h1._12 {
    max-width: 1920px;
  }

  .h5._1 {
    width: 100%;
  }

  .h5._12 {
    align-self: stretch;
    width: 100%;
    max-width: 1920px;
  }

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

  .we-combine-precise-engineering-disciplined-construction-and-long-term-responsibility-to-deliver-wate {
    line-height: 24px;
  }

  .h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
  }

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

  .card-image-wrapper {
    height: 210px;
  }

  .quality-element {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

  .frame-72 {
    width: 60%;
  }

  .frame-4 {
    order: 9999;
    margin-top: 16px;
  }

  .section-5 {
    grid-column-gap: 16px;
  }

  .about-image {
    height: 280px;
  }

  .values-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .values-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .precision-3 {
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .reliability, .durabilty {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link, .nav-link.w--current {
    padding-left: 0;
  }

  .flex-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-97._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-21 {
    font-size: 24px;
    line-height: 32px;
  }

  .frame-96 {
    grid-column-gap: 32px;
  }

  .projects {
    margin-top: -25%;
  }

  .image-5 {
    height: 50vh;
  }

  .background-video {
    aspect-ratio: 1;
    height: 100%;
  }

  .image-7 {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section, .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .we-combine-precise-engineering-disciplined-construction-and-long-term-responsibility-to-deliver-wate {
    font-size: 14px;
    line-height: 21px;
  }

  .values {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .precision, .precision._2, .precision._3 {
    flex: 1;
  }

  .h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .flex-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .card-image-wrapper {
    height: 120px;
  }

  .section-2 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .trubes {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .bg-image-2 {
    height: 40%;
    display: none;
  }

  .bg-image-2.left {
    flex: 0 auto;
    width: auto;
    height: 100%;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .frame-69 {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .quality-element {
    flex-flow: column;
  }

  .div-block {
    width: 100%;
    top: 100px;
  }

  .frame-47 {
    flex-flow: column;
  }

  .rectangle-8 {
    display: none;
  }

  .frame-43 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-5 {
    grid-column-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .values-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .frame-88 {
    grid-column-gap: 16px;
    padding-right: 16px;
  }

  .values-3 {
    grid-column-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-6 {
    display: none;
  }

  .image-5 {
    height: 50vh;
  }

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

  .flex-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    width: 52px;
    height: 52px;
  }

  .social-media {
    display: none;
  }

  .social-media.show {
    display: flex;
  }

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

  .h1 {
    z-index: 2;
    font-size: 36px;
    line-height: 44px;
    position: relative;
  }

  .h5._1 {
    width: 100%;
  }

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

  .slider {
    height: 30vh;
  }

  .heading-and-description {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .values {
    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: flex-start;
    display: grid;
  }

  .precision._1, .precision._2, .precision._3 {
    margin-top: 0;
  }

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

  .card-image-wrapper {
    height: 160px;
  }

  .h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .h6.white {
    font-size: 20px;
    line-height: 25px;
  }

  .navigation-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .trube.side {
    display: none;
  }

  .flex-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .trubes {
    display: none;
  }

  .trubes.mobile {
    flex-flow: column;
    display: flex;
  }

  .bg-image-2.left {
    max-width: none;
  }

  .quality {
    padding-left: 16px;
    padding-right: 16px;
  }

  .texts {
    font-size: 14px;
    line-height: 16px;
  }

  .rectangle {
    width: 192.457px;
  }

  .quality-element {
    padding: 16px 12px;
  }

  .frame-30 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .one-trube {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
  }

  .flex-block-4 {
    z-index: 1;
    width: 100%;
    position: relative;
  }

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

  .frame-85 {
    width: 100%;
  }

  .div-block-2 {
    order: 0;
    display: none;
  }

  .values-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .precision-3 {
    padding: 24px 12px;
  }

  .solarshield-check-broken {
    width: 60px;
    height: 60px;
  }

  .reliability {
    height: auto;
    padding: 24px 12px;
  }

  .frame-89 {
    width: 60px;
    height: 60px;
  }

  .durabilty {
    padding: 24px 12px;
  }

  .nav-link._2 {
    padding-left: 16px;
  }

  .project-image {
    height: 20vh;
  }

  .frame-97 {
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-97._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 0;
  }

  .text-21 {
    order: -9999;
  }

  .frame-96 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    width: 100%;
  }

  .projects {
    margin-top: -27%;
  }

  .image-5 {
    height: 27vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-2 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .div-block-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu {
    margin-left: 16px;
    display: block;
  }

  .navigation-menu {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #151414;
    border-bottom: 1px solid #ffffff26;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
  }

  .close {
    display: none;
  }

  .close.over {
    display: block;
  }

  .overlay {
    display: none;
  }

  .form {
    width: 100%;
  }
}

#w-node-_891c766a-26dd-cca0-573c-cd8de29ce3bd-647df64f, #w-node-_891c766a-26dd-cca0-573c-cd8de29ce3c3-647df64f {
  place-self: stretch stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_68407186-b5e2-f6f7-c54a-60eff77db48a-647df64f, #w-node-_68407186-b5e2-f6f7-c54a-60eff77db493-647df64f, #w-node-_68407186-b5e2-f6f7-c54a-60eff77db49c-647df64f, #w-node-_68407186-b5e2-f6f7-c54a-60eff77db4a5-647df64f, #w-node-_891c766a-26dd-cca0-573c-cd8de29ce3c9-647df64f, #w-node-_891c766a-26dd-cca0-573c-cd8de29ce3cf-647df64f {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Avenirnextcyr Demi';
  src: url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}