:root {
  --paragraphs: #535c62;
  --heading: #101b22;
  --accent: #fdc23e;
  --background: #f0f6f8;
  --white: white;
  --firebrick: #bb353a;
  --paragraphs-dark: #95a3b2;
  --info-text: #778697;
  --border: rgba(16, 27, 34, .2);
  --d91313: #bb353a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--paragraphs);
  letter-spacing: .13px;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 58px;
  font-weight: 500;
  line-height: 107%;
}

h3 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  color: var(--heading);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 115%;
}

h5 {
  color: var(--heading);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  color: var(--heading);
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--heading);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 34px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--heading);
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--accent);
  margin-bottom: 28px;
  margin-left: 15px;
  padding: 2px 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 165%;
}

figure {
  margin-top: 36px;
  margin-bottom: 36px;
}

figcaption {
  text-align: center;
  letter-spacing: .08px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 160%;
}

.link-text {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.link-text:hover {
  box-shadow: inset 0 -30px 0 0 var(--accent);
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.rich-text-block a:hover {
  box-shadow: inset 0 -30px 0 0 var(--accent);
}

.section-hero-a {
  z-index: 10;
  width: 100%;
  min-height: 85vh;
  background-color: var(--background);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.navbar {
  max-width: 1200px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 28px;
  left: 28px;
  right: 28px;
  box-shadow: 0 10px 70px rgba(16, 27, 34, .08);
}

.nav-block {
  width: 100%;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

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

.logo {
  width: 186px;
  height: 84px;
  object-fit: contain;
}

.logo.logo-partner {
  width: 100px;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 10px;
  display: flex;
}

.brand.w--current {
  min-width: 0;
}

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

.nav-link {
  opacity: 1;
  color: var(--heading);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-link:hover {
  opacity: .65;
}

.nav-link.w--current {
  color: var(--heading);
}

.nav-button {
  background-color: #d91313;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.text-button {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.text-button.white {
  color: var(--white);
}

.icon-button {
  width: 4px;
  height: 8px;
  max-width: none;
  object-fit: contain;
  margin-right: 8px;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  display: flex;
}

.icon-dropdown {
  width: 8px;
  height: 4px;
  margin-left: 4px;
  display: block;
}

.dropdown-link {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-link:hover {
  opacity: .65;
}

.dropdown-link.w--current {
  color: var(--white);
}

.dropdown-list {
  padding-bottom: 0;
}

.dropdown-list.w--open {
  background-color: var(--heading);
  overflow: hidden;
}

.dropdown-list-block {
  padding: 14px;
}

.hero-a {
  z-index: 20;
  width: 100%;
  max-width: 1200px;
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-hero {
  max-width: 730px;
  color: var(--white);
}

.heading-hero.size-vw {
  font-size: 3.5vw;
}

.heading-hero.dark {
  color: var(--heading);
  margin-bottom: 0;
  padding-top: 16px;
}

.grid-hero-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.text-hero-service {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-hero-service {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.link-hero-service._2 {
  display: none;
}

.description {
  z-index: 50;
  width: 100%;
  background-color: var(--accent);
  position: absolute;
  overflow: hidden;
}

.line-block {
  width: 100%;
  height: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.line-1px {
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.line-1px.dark {
  background-color: var(--heading);
}

.line-1px.opacity {
  background-color: var(--heading);
  opacity: .2;
}

.line-full {
  width: 100%;
  background-color: var(--heading);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-full.dark {
  background-color: var(--heading);
}

.paragraph-description {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 20px;
}

.description-block {
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-color: #04080a;
  background-clip: border-box;
  border-radius: 0;
  padding: 20px 20px 25px;
  display: flex;
}

.hero-service {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.icon-arrow-a {
  width: 10px;
  height: 10px;
  max-width: none;
}

.icon-arrow {
  width: 10px;
  height: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow-b {
  width: 10px;
  height: 10px;
  max-width: none;
  position: absolute;
  transform: translate(-120%, 120%);
}

.section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 50px;
  display: flex;
}

.section.background {
  background-color: var(--background);
  display: block;
}

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

.content {
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
}

.content.slim {
  max-width: 770px;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 43px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 120px;
  margin-bottom: 120px;
  line-height: 220%;
  display: grid;
}

.grid-stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 45px 10%;
  display: flex;
}

.button {
  background-color: #bb353a;
  justify-content: center;
  align-items: center;
  padding: 23px 35px;
  text-decoration: none;
  display: flex;
}

.button.dark {
  background-color: #d91313;
  border: 1px solid #d91313;
  padding-left: 55px;
  padding-right: 55px;
}

.button.accent {
  background-color: #d91313;
  padding-left: 55px;
  padding-right: 55px;
}

.paragraph {
  max-width: 500px;
  color: var(--white);
  margin-bottom: 48px;
  padding-bottom: 0;
}

.paragraph.white {
  color: var(--paragraphs-dark);
}

.paragraph.dark {
  color: var(--heading);
}

.lebele-services {
  color: var(--heading);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
  overflow: visible;
}

.lebele-services.black {
  color: var(--white);
}

.line-subtitle {
  width: 27px;
  height: 2px;
  border: 0px none var(--heading);
  background-color: var(--white);
  color: var(--heading);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.line-subtitle.white {
  border-color: var(--white);
  background-color: var(--white);
}

.line-subtitle.center {
  width: 14px;
}

.line-subtitle.black {
  color: var(--heading);
  background-color: #04080a;
}

.title-services {
  color: #04080a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.title-services.white {
  color: var(--white);
}

.title-services.center {
  margin-right: 12px;
}

.title-services.black {
  color: #04080a;
}

.heading {
  max-width: 700px;
  color: var(--white);
  margin-bottom: 36px;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

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

.heading.black {
  color: #04080a;
}

.stats {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.stats.full {
  background-color: var(--background);
  padding: 18px;
}

.heading-stats {
  max-width: 220px;
  margin-bottom: 0;
}

.numbers-stats {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-bottom: 12px;
  font-size: 58px;
  font-weight: 500;
  line-height: 100%;
}

.numbers-stats.full {
  font-size: 70px;
}

.icon-stats-block {
  background-color: var(--background);
  margin-bottom: auto;
  margin-left: auto;
  padding: 14px;
}

.icon-stats-block.white {
  background-color: var(--white);
}

.stats-block {
  margin: 18px;
}

.icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 10%;
  display: flex;
}

.image-block {
  width: 100%;
  position: relative;
}

.image {
  width: 480px;
  height: 700px;
  object-fit: cover;
  background-image: linear-gradient(rgba(2, 0, 0, .37), rgba(2, 0, 0, .37)), linear-gradient(rgba(163, 5, 5, .61) 25%, #fff);
  display: inline-block;
}

.image-absolute {
  width: 54%;
  height: 60%;
  background-color: var(--firebrick);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(rgba(221, 18, 18, .5), rgba(221, 18, 18, .5));
  background-clip: border-box;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: -3%;
}

.section-full {
  width: 100%;
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 14px;
  display: flex;
}

.section-full.hide {
  display: none;
}

.grid-full {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--heading);
  grid-template-rows: auto;
}

.block-full {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

.block {
  max-width: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-bg-services {
  width: 100%;
  min-height: 670px;
  background-image: linear-gradient(270deg, var(--heading), transparent 30%), url('../images/img_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-3-columns-full {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-gallery {
  width: 100%;
  height: 20vw;
  background-image: linear-gradient(to bottom, var(--firebrick), var(--firebrick)), linear-gradient(to bottom, rgba(218, 43, 49, .05), rgba(218, 43, 49, .05));
  object-fit: cover;
}

.block1-services {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px 40px 0;
  display: flex;
}

.grid-4-columns {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.block-heading.top {
  background-image: none;
  background-position: 0 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.block-heading-button {
  margin-bottom: 30px;
  margin-left: 25px;
}

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

.expertise.full {
  background-color: var(--background);
  padding: 13% 15%;
}

.heading-expertise {
  max-width: 210px;
}

.icon-expertise-block {
  background-color: var(--background);
  margin-bottom: 22px;
  padding: 14px;
}

.icon-expertise-block.white {
  background-color: var(--white);
}

.paragraph-expertise {
  max-width: 270px;
  margin-bottom: 0;
}

.image-bg-testimonials {
  min-height: 670px;
  background-image: linear-gradient(270deg, var(--heading), transparent 30%), url('../images/img_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph-testimonials {
  max-width: 500px;
  color: var(--paragraphs-dark);
  margin-bottom: 36px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

.testimonials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-testimonials {
  height: 20px;
  object-fit: contain;
  margin-right: 28px;
}

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

.name-testimonials {
  color: var(--white);
  margin-bottom: 3px;
}

.position-testimonials {
  color: var(--info-text);
  font-size: 14px;
  line-height: 130%;
}

.collection-list-project {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-image-project {
  width: 100%;
  margin-bottom: 25px;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.link-image-project:hover {
  opacity: .8;
}

.image-project {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.image-project.large {
  height: 660px;
  background-image: url('../images/main-page.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block-project {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-project {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-project {
  max-width: 310px;
  margin-bottom: -5px;
}

.heading-project.large {
  max-width: 480px;
}

.text-project-type {
  color: var(--info-text);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
}

.empty-state {
  background-color: var(--background);
  padding: 14px 20px;
}

.empty-state.white {
  background-color: var(--white);
}

.text-message {
  color: var(--heading);
  font-size: 16px;
  line-height: 130%;
}

.collection-list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-blog-date {
  color: var(--info-text);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
}

.link-block-blog {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-blog {
  max-width: 310px;
  margin-bottom: -5px;
}

.heading-blog.large {
  max-width: 450px;
}

.paragraph-summary {
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-summary.large {
  max-width: 500px;
}

.grid-2-columns-full {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  margin-bottom: 75px;
}

.image-bg-banner {
  background-image: url('../images/PXL_20220930_231750641_21.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0);
}

.block-banner {
  background-color: var(--heading);
  outline-offset: 0px;
  color: var(--heading);
  outline: 3px #101b22;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 17%;
  display: flex;
}

.heading-banner {
  max-width: 700px;
  color: var(--white);
  margin-bottom: 38px;
}

.section-footer {
  width: 100%;
  background-color: #07161d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 110px 50px 82px;
  display: flex;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
}

.footer-down-block {
  border: 1px solid var(--heading);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 26px;
  display: flex;
}

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

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

.block-footer.align-right {
  align-items: flex-end;
}

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

.logo-footer {
  width: 268px;
  height: auto;
  margin-bottom: 32px;
  font-weight: 400;
  position: static;
}

.logo-footer.logo-footer-partner {
  width: 100px;
}

.paragraph-footer {
  max-width: 350px;
  color: var(--paragraphs-dark);
}

.paragraph-footer.align-right {
  text-align: right;
}

.heading-footer {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-footer {
  color: var(--paragraphs-dark);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer:hover {
  color: var(--white);
}

.text-footer-down {
  color: var(--paragraphs-dark);
  font-size: 16px;
  line-height: 130%;
}

.link-footer-down {
  color: var(--white);
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer-down:hover {
  color: var(--paragraphs-dark);
}

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

.icon-social {
  width: 20px;
  height: 20px;
  max-width: none;
}

.link-social {
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.link-social:hover {
  opacity: .5;
}

.block-hero-a {
  z-index: 20;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

.section-hero-b {
  z-index: 10;
  width: 100%;
  min-height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.grid-hero-b {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-hero-b {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.image-hero-b {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.hero-b {
  z-index: 20;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 180px 40px 40px;
  display: flex;
  position: relative;
}

.block-hero-service {
  width: 100%;
  margin-top: 15px;
}

.block-hero-b {
  width: 100%;
  height: 100%;
  background-color: var(--background);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extra {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-extra {
  max-width: 920px;
  margin-bottom: 34px;
  line-height: 140%;
}

.block-accent {
  background-color: #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

.image-bg-accent {
  min-height: 670px;
  background-image: url('../images/img_5.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-image-services {
  width: 100%;
  margin-bottom: 22px;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.link-image-services:hover {
  opacity: .8;
}

.image-services {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.link-block-services {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-services {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-services {
  max-width: 310px;
  margin-bottom: -5px;
}

.section-hero-c {
  z-index: 10;
  width: 100%;
  min-height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.grid-hero-c {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
}

.block-hero-c {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17% 70px;
  display: flex;
}

.hero-c {
  max-width: 650px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-image-hero-c {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 1fr .25fr 1.2fr;
  grid-template-columns: 1.4fr 1fr;
}

.image-bg-hero-c1 {
  background-image: url('../images/hero_c_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-hero-c2 {
  background-image: url('../images/hero_c_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-hero-c3 {
  background-image: url('../images/hero_c_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-hero-c4 {
  background-image: url('../images/hero_c_4.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-top {
  z-index: 10;
  width: 100%;
  background-color: #f9f9f9;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.grid-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.services-page {
  width: 100%;
  height: 700px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0%;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 0 8px 1px rgba(34, 33, 37, .07);
}

.services-page:hover {
  box-shadow: 3px 0 9px 1px rgba(111, 77, 77, .16);
}

.text-service-page {
  color: var(--heading);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.block-services-page {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-services-page {
  width: 100%;
  height: 100%;
  border: 0 solid #000;
  flex: 0 auto;
  line-height: 146%;
}

.collection-list-blog-page {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-image-blog {
  width: 100%;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
}

.link-image-blog:hover {
  opacity: .8;
}

.image-blog {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.block-blog-page {
  background-color: var(--white);
  padding: 9% 11% 11%;
}

.collection-list-project-page {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  height: 52px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--white);
  color: var(--heading);
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 130%;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1);
}

.text-field:focus {
  border-bottom-color: var(--accent);
}

.text-field::-ms-input-placeholder {
  color: rgba(16, 27, 34, .5);
}

.text-field::placeholder {
  color: rgba(16, 27, 34, .5);
}

.form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.form-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.textarea {
  max-height: 350px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--white);
  color: var(--heading);
  margin-bottom: 14px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 130%;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1);
}

.textarea:focus {
  border-bottom-color: var(--accent);
}

.textarea::-ms-input-placeholder {
  color: rgba(16, 27, 34, .5);
}

.textarea::placeholder {
  color: rgba(16, 27, 34, .5);
}

.submit-button {
  background-color: var(--heading);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 23px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: color .35s cubic-bezier(.215, .61, .355, 1), background-color .35s cubic-bezier(.215, .61, .355, 1);
}

.submit-button:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.success-message {
  background-color: #95daaa;
  padding: 24px;
}

.error-message {
  text-align: center;
  background-color: #ffaeae;
  margin-top: 16px;
  padding: 22px;
}

.image-bg-map {
  min-height: 670px;
  background-image: url('../images/contact_map.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-contact {
  width: 100%;
  padding-top: 12px;
  text-decoration: none;
}

.contact {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-contact {
  text-align: right;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.icon-contact {
  width: 18px;
  height: 18px;
  max-width: none;
  margin-right: 8px;
}

.info-contact {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.grid-contacts {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 24px;
}

.section-top-img {
  z-index: 10;
  width: 100%;
  min-height: 70vh;
  background-color: var(--background);
  background-image: url('../images/beavercreek_9.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  position: relative;
  overflow: visible;
}

.block-top-img {
  z-index: 20;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 114px 50px 137px;
  display: flex;
  position: relative;
}

.background-image {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/IMG_20210709_171208--smaller-1.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(#000, #fff);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
  background-clip: border-box;
  border-radius: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-stats-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.image-bg-about {
  min-height: 670px;
  background-image: url('../images/about_waymax2.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-4-columns-full {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-image-about {
  width: 100%;
  height: 740px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-bg-about-a1 {
  background-image: url('../images/about_a1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a2 {
  background-image: url('../images/about_a2.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a3 {
  background-image: url('../images/about_a3.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a4 {
  background-image: url('../images/about_a4.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-project-page {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 14px;
  position: relative;
}

.project-content {
  background-color: var(--background);
  padding: 200px 17% 75px;
}

.image-project-page {
  width: 100%;
  height: 98vh;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 14px;
}

.utility-page-wrap {
  width: 100%;
  min-height: 60vh;
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 310px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.space {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-colors {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  height: 110px;
  border: 1px solid var(--border);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px;
  display: flex;
}

.block-color.background {
  background-color: var(--background);
}

.block-color.border {
  background-color: var(--border);
}

.block-color.heading {
  background-color: var(--heading);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.accent {
  background-color: var(--firebrick);
}

.block-color.paragraphs-dark {
  background-color: var(--paragraphs-dark);
}

.block-color.info-text {
  background-color: var(--info-text);
}

.text-color {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

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

.hex-color {
  opacity: .5;
  color: var(--heading);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
}

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

.template-info {
  width: 100%;
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.grid-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
}

.paragraph-hero {
  max-width: 700px;
  color: var(--white);
}

.grid-licensing {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.licensing {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.block-icon-licensing {
  width: 100%;
  display: inline-block;
}

.icon-licensing-bg {
  background-color: var(--background);
  margin-bottom: 18px;
  margin-right: 18px;
  display: inline-block;
}

.icon-licensing {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin: 16px;
  display: inline-block;
}

.template-font {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.body {
  background-color: #f9f9f9;
}

.services-image {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.services-content {
  padding: 30px 30px 21px;
  font-size: 18px;
}

.services-description {
  margin-bottom: 0;
}

.services-hero-title {
  color: var(--heading);
  padding-bottom: 0;
}

.text-block {
  color: var(--heading);
  padding-left: 10px;
  font-weight: 500;
}

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

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.gallery__item {
  width: 100%;
  height: 300px;
}

.gallery__link {
  width: 100%;
  height: 100%;
}

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

.body-2 {
  background-color: #0f1b22;
}

.body-3, .body-4, .body-5, .body-6 {
  background-color: #f9f9f9;
}

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

.bk_icon {
  padding-top: 20px;
  padding-bottom: 24px;
}

.section-2.hero_services {
  max-width: 1200px;
  margin-bottom: 100px;
}

.grid {
  grid-row-gap: 40px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 ". Area-5"
                 ". ."
                 / 1fr 1fr;
  grid-auto-flow: row;
}

.hero_block_services {
  color: var(--white);
  margin-bottom: 0;
}

.description_hero_services {
  color: var(--white);
  margin-top: 40px;
  font-weight: 300;
}

.header_hero_services {
  color: var(--white);
  margin-bottom: 0;
  font-size: 32px;
}

.image-2 {
  opacity: .7;
  padding-bottom: 40px;
}

.hero_block_laser--tube {
  border-radius: 1px;
}

.image_hero_serv {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
}

.icn_hero {
  opacity: .7;
}

.map {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .grid-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link, .text-button {
    font-size: 16px;
  }

  .icon-button {
    margin-right: 10px;
  }

  .paragraph-footer, .paragraph-footer.align-right {
    font-size: 20px;
  }

  .link-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    max-width: 1400px;
  }

  .nav-link, .text-button {
    font-size: 18px;
  }

  .content.slim {
    max-width: 1000px;
  }

  .content.less-margin {
    max-width: 1400px;
  }

  .paragraph {
    font-size: 20px;
  }

  .title-services {
    font-size: 18px;
  }

  .paragraph-footer {
    font-size: 22px;
  }

  .paragraph-footer.align-right {
    font-size: 20px;
  }

  .link-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .services-description, .text-block, .paragraph-2, .description_hero_services {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding: 10px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  .section-hero-a {
    margin-bottom: 10px;
  }

  .brand {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--background);
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .nav-link {
    padding: 20px 10px;
  }

  .nav-button {
    margin-left: 60px;
    margin-right: 60px;
    padding: 20px 10px;
  }

  .menu-button {
    background-color: var(--firebrick);
    color: var(--heading);
    padding: 20px;
    font-size: 22px;
    line-height: 100%;
    transition: color .25s cubic-bezier(.215, .61, .355, 1), background-color .25s cubic-bezier(.215, .61, .355, 1);
  }

  .menu-button.w--open {
    background-color: var(--heading);
    color: var(--white);
  }

  .icon-menu {
    color: var(--white);
  }

  .dropdown-toggle {
    padding: 20px 10px;
  }

  .dropdown-link {
    text-align: center;
  }

  .heading-hero.size-vw {
    margin-bottom: 14px;
  }

  .grid-hero-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section {
    margin-bottom: 10px;
    padding: 40px 30px 90px;
  }

  .section.padding {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .grid-stats {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .numbers-stats {
    font-size: 48px;
  }

  .numbers-stats.full {
    font-size: 58px;
  }

  .image {
    height: 600px;
  }

  .section-full {
    margin-bottom: 10px;
  }

  .block-full {
    padding: 120px 14%;
  }

  .grid-3-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-4-columns {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .block-heading.top {
    margin-bottom: 30px;
  }

  .collection-list-project {
    grid-column-gap: 20px;
  }

  .image-project {
    height: 350px;
  }

  .image-project.large {
    height: 500px;
  }

  .collection-list-blog {
    grid-column-gap: 20px;
  }

  .grid-2-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block-banner {
    padding: 70px 14%;
  }

  .section-footer {
    padding-top: 90px;
    padding-bottom: 62px;
  }

  .block-hero-a {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-hero-b {
    margin-bottom: 10px;
  }

  .grid-hero-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-b {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .extra {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-accent {
    padding: 120px 14%;
  }

  .section-hero-c {
    margin-bottom: 10px;
  }

  .grid-hero-c {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .block-hero-c {
    padding: 100px 14%;
  }

  .grid-image-hero-c {
    min-height: 600px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-top {
    margin-bottom: 10px;
    padding: 180px 30px 0;
  }

  .grid-services, .collection-list-blog-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-list-project-page {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
  }

  .section-top-img {
    min-height: 50vh;
    margin-bottom: 10px;
  }

  .block-top-img {
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-stats-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-4-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-image-about {
    height: 900px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-project-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .project-content {
    padding: 90px 14% 55px;
  }

  .image-project-page {
    height: 80vh;
    position: static;
  }

  .utility-page-wrap {
    min-height: 70vh;
    margin-bottom: 10px;
    padding: 180px 30px 90px;
  }

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

  .gallery-grid-container {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .logo {
    width: 140px;
    height: 60px;
  }

  .logo.logo-partner {
    width: 80px;
    height: 80px;
  }

  .heading-hero.size-vw {
    font-size: 6vw;
  }

  .grid-hero-services {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .description {
    display: none;
  }

  .section {
    padding-top: 10px;
    padding-bottom: 70px;
  }

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

  .grid-2-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .block-right {
    padding: 0 7%;
  }

  .numbers-stats.full {
    font-size: 40px;
  }

  .block-left {
    padding: 0 7%;
  }

  .image {
    height: 500px;
  }

  .grid-full {
    grid-template-columns: 1fr;
  }

  .block-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-services {
    min-height: 500px;
    background-image: linear-gradient(to top, var(--heading), transparent 30%), url('../images/img_3.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid-3-columns-full {
    grid-template-columns: 1fr;
  }

  .image-gallery {
    height: 40vw;
  }

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

  .block-heading-button {
    margin-left: 0;
  }

  .image-bg-testimonials {
    min-height: 500px;
    background-image: linear-gradient(to top, var(--heading), transparent 30%), url('../images/img_4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .collection-list-project {
    grid-template-columns: 1fr;
  }

  .link-image-project {
    margin-bottom: 20px;
  }

  .image-project {
    height: 450px;
  }

  .heading-project {
    max-width: none;
  }

  .text-project-type {
    margin-bottom: 6px;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .text-blog-date {
    margin-bottom: 6px;
  }

  .heading-blog, .paragraph-summary {
    max-width: none;
  }

  .grid-2-columns-full {
    grid-template-columns: 1fr;
  }

  .image-bg-banner {
    height: 300px;
  }

  .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-footer {
    padding: 70px 14% 50px;
  }

  .grid-footer {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-footer {
    margin-bottom: 16px;
  }

  .grid-hero-b {
    grid-template-columns: 1fr 1fr;
  }

  .extra {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-accent {
    min-height: 400px;
  }

  .image-services {
    height: 300px;
  }

  .block-hero-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-top {
    padding-top: 170px;
    padding-bottom: 0;
  }

  .grid-services {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-page {
    min-height: 550px;
  }

  .collection-list-blog-page {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-blog {
    height: 300px;
  }

  .collection-list-project-page {
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

  .form {
    grid-template-rows: auto auto auto auto;
  }

  .image-bg-map {
    min-height: 500px;
  }

  .grid-contacts {
    grid-row-gap: 30px;
  }

  .image-bg-about {
    min-height: 400px;
  }

  .grid-image-about {
    height: 700px;
  }

  .project-content {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .utility-page-wrap {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .grid-button {
    grid-auto-flow: row;
  }

  .grid-licensing {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}

@media screen and (max-width: 479px) {
  body {
    padding: 6px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .section-hero-a {
    margin-bottom: 6px;
  }

  .navbar {
    top: 24px;
    left: 22px;
    right: 22px;
  }

  .nav-block {
    padding-right: 10px;
  }

  .logo.logo-partner {
    width: 60px;
    height: 60px;
  }

  .brand {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-button {
    padding: 10px;
  }

  .heading-hero.size-vw {
    margin-bottom: 0;
  }

  .section {
    margin-bottom: 6px;
    padding: 0 16px 55px;
  }

  .section.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content.less-margin {
    margin-top: 20px;
  }

  .grid-2-columns {
    margin-bottom: 40px;
  }

  .grid-stats {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .numbers-stats {
    font-size: 40px;
  }

  .numbers-stats.full {
    font-size: 36px;
  }

  .section-full {
    margin-bottom: 6px;
  }

  .block-full {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .image-bg-services {
    min-height: 350px;
  }

  .grid-3-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-4-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .block-heading.top {
    margin-bottom: 20px;
  }

  .block-heading.top.less-padding {
    padding-bottom: 15px;
  }

  .expertise.full {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-expertise, .paragraph-expertise {
    max-width: none;
  }

  .image-project, .image-project.large {
    height: 350px;
  }

  .grid-2-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image-bg-banner {
    height: 250px;
  }

  .section-footer {
    padding-top: 55px;
    padding-bottom: 30px;
  }

  .footer-down-block {
    margin-top: 50px;
  }

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

  .paragraph-footer {
    margin-bottom: 10px;
  }

  .paragraph-footer.align-right {
    text-align: center;
  }

  .section-hero-b {
    margin-bottom: 6px;
  }

  .grid-hero-b {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .extra {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-accent {
    padding: 40px 10px;
  }

  .image-bg-accent {
    min-height: 350px;
  }

  .section-hero-c {
    margin-bottom: 6px;
  }

  .grid-hero-c {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .block-hero-c {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .grid-image-hero-c {
    min-height: 450px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section-top {
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-services, .collection-list-blog-page {
    grid-row-gap: 16px;
  }

  .image-blog {
    height: 250px;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .image-bg-map {
    min-height: 400px;
  }

  .contact {
    width: 95%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr 10px;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .text-contact {
    text-align: right;
    margin-left: 0;
    font-size: 16px;
  }

  .icon-contact {
    width: 16px;
    height: 16px;
  }

  .grid-contacts {
    padding-top: 0;
  }

  .section-top-img {
    margin-bottom: 6px;
  }

  .block-top-img {
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-stats-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .image-bg-about {
    min-height: 350px;
  }

  .grid-4-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .grid-image-about {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-project-page {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 6px;
  }

  .project-content {
    padding: 55px 8% 20px;
  }

  .image-project-page {
    height: 70vh;
  }

  .utility-page-wrap {
    margin-bottom: 6px;
    padding: 150px 16px 55px;
  }

  .grid-colors, .grid-licensing, .gallery {
    grid-template-columns: 1fr;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    grid-row-gap: 20px;
  }
}

#w-node-_9ed600c0-5f38-2aab-d429-11eac23a6307-bc9e2882, #w-node-_0a23aea0-362b-797e-71f8-65356c8341c2-bc9e2882, #w-node-c7960957-b40c-ab49-f5d6-6768acd9dae7-bc9e2882, #w-node-_94d095a1-8f24-f711-0ad5-c73c151c9376-bc9e2882, #w-node-_94d095a1-8f24-f711-0ad5-c73c151c9377-bc9e2882, #w-node-_43e5e3f0-10da-bad5-c2b3-5e69e2033563-bc9e2882, #w-node-_997256f8-d001-dabe-d779-7d3df0f3be38-bc9e2882, #w-node-_997256f8-d001-dabe-d779-7d3df0f3be39-bc9e2882, #w-node-_6c09380c-dd12-d2ac-e18f-fa281f531e59-bc9e2882, #w-node-f34d089f-cc3e-da62-db4f-f6937608d006-bc9e2882, #w-node-f34d089f-cc3e-da62-db4f-f6937608d007-bc9e2882, #w-node-b2275524-f61e-d5af-8f78-2e791f168f6a-bc9e2882, #w-node-_288d30f3-d786-e445-8d7c-b4d262bb9bfe-bc9e2882, #w-node-aec6d9ad-422d-96e3-7254-a1d957301ed2-ef5eb7ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name.w-node-b4141052-95f1-638b-739d-5973369eda6c-259e2888, #message.w-node-_8b8621dc-09df-292f-d2ba-e39b8e47637e-259e2888, #w-node-b4141052-95f1-638b-739d-5973369eda70-259e2888 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_9ed600c0-5f38-2aab-d429-11eac23a6307-bc9e2882 {
    order: -9999;
  }

  #message.w-node-_8b8621dc-09df-292f-d2ba-e39b8e47637e-259e2888, #w-node-b4141052-95f1-638b-739d-5973369eda70-259e2888 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


