:root {
  --green: #37c8ae;
  --white: white;
  --black: #101010;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  text-align: center;
  margin-bottom: 10px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  order: 0;
  align-self: center;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--green);
}

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

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

.nav-link:visited {
  color: var(--white);
}

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

.gradient-section {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(-45deg, #040915 39%, #0e2d34);
  background-clip: border-box;
}

.gradient-section.second-gradient {
  margin-top: 120px;
}

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

.navbar-button {
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.logo-link-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  align-self: center;
  display: flex;
}

.hero {
  margin-top: 20px;
  padding-bottom: 64px;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-text-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1 {
  color: #fff;
  width: 677px;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  line-height: 140%;
}

.h1.h1-mid {
  text-align: center;
  margin-bottom: 24px;
}

.text-span {
  color: var(--green);
}

.paragraph {
  color: #b5b5b5;
  text-align: left;
  max-width: 1011.83px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.paragraph.hero-paragraph {
  text-align: left;
  width: 500px;
  margin-top: 12px;
  margin-bottom: 0;
}

.paragraph.hero-paragraph.hero-para-contact {
  width: 677px;
}

.paragraph.white-paragraph {
  color: #515151;
  text-align: left;
  margin-top: -16px;
  margin-bottom: 0;
}

.paragraph.white-paragraph.how-paragrap {
  text-align: center;
  margin-top: 0;
}

.paragraph.paragraph-services {
  align-self: auto;
  max-width: 377px;
  margin-left: 0;
  display: inline-flex;
}

.counter-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: -12px;
  display: flex;
}

.counter-numbers {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.image {
  border-radius: 24px;
}

.two-column-image {
  margin-top: 120px;
}

.two-column-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.small-header {
  color: var(--green);
  margin-bottom: -20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h2 {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  line-height: 140%;
}

.h2.h2-white {
  color: #fff;
  width: 350px;
}

.h2.h2-white.h2-centered {
  text-align: center;
  width: auto;
  padding-top: 24px;
}

.h2.h2-width {
  width: 351px;
  max-width: 351px;
}

.h2.h2-faq {
  text-align: center;
}

.h2.h2-footer {
  color: #fff;
}

.text-span-2 {
  color: var(--green);
}

.button {
  background-color: var(--green);
  border-radius: 6px;
  align-self: auto;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button.projects-button {
  float: none;
  clear: none;
  text-align: center;
  vertical-align: middle;
  margin-top: 54px;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 765px;
  display: flex;
}

.services-wrapper {
  margin-top: 64px;
  margin-bottom: 64px;
}

.service-wrapper {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 14px;
  display: flex;
}

.service-wrapper.frist-div-divider {
  align-items: center;
  margin-top: 72px;
}

.h3 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.h3.h3-portfolio {
  text-align: left;
  font-size: 20px;
}

.services-name {
  color: #b5b5b5;
  width: 400px;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 140%;
}

.how-we-work-section {
  margin-top: 140px;
  margin-bottom: 0;
}

.div-block-6 {
  margin-top: 64px;
}

.icons-text-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.how-icon-style {
  border-radius: 148px;
  box-shadow: 5px 4px 20px #0000000d;
}

.how-style {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 205px;
  display: flex;
}

.projects-section {
  margin-top: 180px;
  margin-bottom: 140px;
}

.projects-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-top: 54px;
  display: flex;
}

.project-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 373px;
  display: flex;
}

.projects-header-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-wrapper {
  margin-top: 88px;
  margin-bottom: 44px;
}

.text-span-3 {
  color: var(--green);
  text-align: center;
}

.three-plan-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.plan-header {
  color: #fff;
  max-width: 320px;
  margin-bottom: -12px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(35deg, #070b17, #0e2b2f);
  border: 1px solid #37c8ae33;
  border-radius: 12px;
  flex-flow: column;
  padding: 48px 24px;
  display: flex;
}

.plan-para {
  color: #c2c2c2;
  max-width: 325px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.plan-para.para-stavka {
  max-width: 295px;
}

.div-stavke {
  max-width: 325px;
  display: flex;
}

.container-for-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 88px;
  display: flex;
}

.testimonial-section {
  margin-top: 210px;
  margin-bottom: 0;
}

.testimonials-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 88px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #37c8ae6e;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 373px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 4px 10px #0000000d;
}

.testimonial-text {
  color: #515151;
  height: 100px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.testimonial-name {
  color: #101010;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-title {
  color: #b4b4b4;
  width: 140px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.testimonial-info {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-2 {
  margin-top: -35px;
  position: static;
}

.image-3 {
  margin-top: 12px;
}

.faq-section {
  background-color: #f9fafc;
  margin-top: 160px;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 120px;
}

.faq-wrapper {
  margin-top: 64px;
}

.accordion-item {
  cursor: pointer;
  background-color: #0000;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px 30px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: #101010;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.paragraph-2 {
  color: #515151;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.lottie-animation {
  width: 24px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.cta-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.copyright-para {
  color: #515151;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.container-3 {
  max-width: 1200px;
}

.navbar {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-left: -577px;
}

.form-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 24px;
  margin-bottom: 160px;
  display: flex;
}

.container-4 {
  max-width: 1200px;
  padding-bottom: 20px;
}

.form-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
}

.form-text-field {
  border: 1px solid var(--green);
  color: #b5b5b5;
  background-color: #0000;
  border-radius: 8px;
  width: 677px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.form-text-field.form-field-message {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: normal;
  height: 160px;
  padding-bottom: 8px;
}

.form-text-field.form-text-box {
  height: 160px;
}

.body {
  max-width: 1997680px;
}

.submit-button {
  background-color: var(--green);
  border-radius: 6px;
  padding: 16px 54px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-13 {
  margin-top: 24px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.error-message {
  background-color: red;
  border-radius: 6px;
  margin-top: 16px;
}

.success-message {
  background-color: var(--green);
  color: var(--white);
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-card-wrapper {
  border-radius: 8px;
  align-self: stretch;
  max-width: 100%;
  overflow: hidden;
}

.image-14 {
  border-radius: 0;
}

.div-block-12, .div-block-13 {
  border-radius: 8px;
  overflow: hidden;
}

.image-15 {
  display: inline-flex;
  position: absolute;
  top: 1532.59px;
  left: 1110.5px;
}

.projects-big-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 310px;
  margin-bottom: 200px;
  display: grid;
  position: static;
}

.project-card-big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 578px;
  display: flex;
}

.name-location-view-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.name-location-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-projects {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
}

.location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.view-project-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.image-16 {
  border-radius: 12px;
  overflow: visible;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -250px;
  display: flex;
}

.image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.image-17 {
  position: relative;
  top: auto;
  bottom: 0%;
  right: auto;
}

.project-overview-section {
  margin-top: 320px;
  margin-bottom: 160px;
}

.phone-list-wrapper {
  justify-content: space-between;
  display: flex;
}

.phone-wrapper {
  width: 474px;
}

.image-18 {
  margin-top: 40px;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 622px;
  display: flex;
}

.list {
  border-bottom: 2px solid var(--green);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-list {
  color: var(--black);
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-list {
  color: var(--black);
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-19 {
  max-width: 50%;
}

.image-20 {
  border-radius: 24px;
  margin-top: 88px;
}

.image-21 {
  border-radius: 24px;
  margin-top: 64px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 188px;
  padding-bottom: 190px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: inline-flex;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-button {
    display: inline-flex;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .hero-text-left {
    justify-content: center;
    align-items: center;
  }

  .h1, .paragraph.hero-paragraph {
    text-align: center;
  }

  .paragraph.white-paragraph {
    margin-top: -8px;
  }

  .paragraph.paragraph-services {
    display: none;
  }

  .image {
    align-self: center;
    max-width: 65%;
  }

  .two-column-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .h2.h2-white, .h2.h2-width {
    width: 100%;
    max-width: 100%;
  }

  .h2.h2-footer {
    text-align: left;
  }

  .button.projects-button {
    margin-top: 24px;
  }

  .div-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .icons-text-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .projects-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    align-self: auto;
    display: grid;
  }

  .project-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .three-plan-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cta-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .image-4 {
    align-self: flex-start;
  }

  .image-5 {
    opacity: 1;
    pointer-events: auto;
    vertical-align: baseline;
    order: 0;
    display: none;
    overflow: clip;
  }

  .image-6, .image-7, .image-8 {
    display: none;
  }

  .container-3 {
    max-width: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    margin-left: 0;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .border-testimonial-image {
    align-self: flex-start;
  }

  .projects-big-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-button {
    display: none;
  }

  .h1 {
    width: 100%;
    font-size: 36px;
  }

  .paragraph.hero-paragraph, .paragraph.hero-paragraph.hero-para-contact {
    width: 100%;
  }

  .h2, .h2.h2-white, .h2.h2-width {
    font-size: 36px;
  }

  .h2.h2-footer {
    font-size: 24px;
  }

  .h2.h2-project {
    text-align: center;
  }

  .projects-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .nav-menu {
    border-bottom: 2px solid var(--green);
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-text-field {
    width: 100%;
  }

  .form-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .border-testimonial-image {
    align-self: flex-start;
  }

  .projects-big-wrapper {
    align-items: stretch;
    width: 100%;
  }

  .project-card-big {
    width: 100%;
  }

  .phone-list-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .phone-wrapper {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .list-wrapper {
    width: 100%;
  }
}

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

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

  .navbar-button {
    overflow: visible;
  }

  .h1 {
    font-size: 32px;
  }

  .h1.h1-mid {
    margin-bottom: 0;
  }

  .paragraph {
    font-size: 12px;
  }

  .paragraph.white-paragraph {
    margin-top: -8px;
  }

  .counter-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image {
    max-width: 100%;
  }

  .small-header {
    margin-bottom: -12px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.h2-width {
    width: 100%;
  }

  .h2.h2-footer, .h2.h2-project {
    text-align: center;
  }

  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .services-name {
    width: 100%;
    font-size: 20px;
  }

  .icons-text-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .projects-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .project-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-stavke {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .testimonial-card {
    width: 100%;
  }

  .testimonial-text {
    height: 100%;
  }

  .testimonial-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .cta-footer {
    flex-flow: column;
  }

  .copyright-para {
    text-align: center;
  }

  .image-9 {
    width: 12%;
  }

  .header-wrapper-project {
    width: 100%;
  }

  .image-12 {
    max-width: 65%;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    margin-bottom: 42px;
  }

  .nav-menu {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  .nav-menu.active {
    margin-top: 0;
    padding-bottom: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .form-header {
    font-size: 20px;
  }

  .form-text-field {
    margin-top: -4px;
    margin-bottom: 0;
    padding-left: 12px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .border-testimonial-image {
    align-self: flex-start;
  }

  .projects-big-wrapper {
    margin-top: 140px;
  }

  .name-location-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h2-projects {
    font-size: 18px;
  }

  .view-project-wrapper {
    margin-top: 8px;
  }

  .div-block-15 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-16 {
    margin-bottom: -102px;
  }

  .project-overview-section {
    margin-top: 141px;
    margin-bottom: 80px;
  }

  .phone-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-18 {
    width: 50%;
    max-width: 75%;
  }

  .heading-list, .text-list {
    font-size: 16px;
  }

  .image-20, .image-21 {
    border-radius: 12px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6e899fd4-16bb-a118-ec7f-8c5cc25cce6f-04e0b0f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a367911-8236-9224-b837-7846280af1c6-04e0b0f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


