.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;
}

.hero-section.services {
  background-image: url('../images/hizmetlerimiz-hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-video {
  width: 100%;
  min-height: 100vh;
  position: absolute;
}

.hero-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1230px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero-h1 {
  color: #fff;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.hero-p {
  color: #fff;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
}

.main-service-section {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-block {
  max-width: 1230px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.main-h3 {
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.main-h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.main-p {
  color: #5a5a5a;
  text-align: center;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
}

.main-service-grid-first {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.main-service-grid-sub-block {
  cursor: pointer;
  max-width: 270px;
  text-decoration: none;
  overflow: clip;
}

.main-service-grid-sub-block.bottom-right {
  margin-left: 0;
  margin-right: auto;
}

.main-service-grid-sub-block.bottom-left {
  margin-left: auto;
  margin-right: 0;
}

.main-service-grid-second {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.main-service-sub-block {
  z-index: 10;
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -40px;
}

.main-service-h4 {
  color: #5a5a5a;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.main-service-grid-image-block {
  border-radius: 10px;
  max-height: 300px;
  overflow: clip;
}

.main-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-about-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.main-about-p {
  color: #5a5a5a;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.about-image-block {
  border-radius: 10px;
  overflow: hidden;
}

.about-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 5px;
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s;
}

.about-button:hover {
  color: #999;
}

.main-projects-block {
  border-bottom: 1px solid #0000001a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.projects-h3 {
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.projects-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.main-projects-sub-block {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.project-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-h2 {
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.project-h3 {
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.project-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  transition: all .3s;
}

.project-button:hover {
  color: #999;
}

.project-image-block {
  border-radius: 15px;
  max-width: 500px;
  max-height: 300px;
  overflow: clip;
}

.projects-more-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s;
}

.projects-more-button:hover {
  color: #999;
}

.projects-button-block {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.main-projects-section {
  padding-bottom: 100px;
}

.main-projects-block-first {
  border-top: 1px solid #0000001a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-section {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.footer-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer-h2 {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
}

.footer-h2:hover {
  color: #999;
}

.footer-copyright-main-block {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.footer-h3 {
  color: #fff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
}

.footer-h3:hover {
  color: #999;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-logo-block {
  width: 100px;
  height: 80px;
}

.nav-logo-block.w--current {
  min-width: 100px;
  max-width: 0;
  min-height: 80px;
}

.nav-link {
  color: #222;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.nav-link:hover {
  text-underline-offset: 5px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nav-link.w--current {
  color: #222;
  text-underline-offset: 5px;
  text-underline-position: under;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  text-decoration-thickness: 1px;
}

.nav-link.nav-link-lang {
  border-left: 1px solid #8d8d8d;
  margin-left: 20px;
}

.dropdown {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.dropdown.w--current {
  text-underline-offset: 5px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nav-menu {
  color: #222;
}

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

.dropdown-list {
  background-color: #f5f5f5;
}

.dropdown-list.w--open {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
}

.footer-copyright-sub-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-h3-brand {
  color: #fff;
  border-right: 1px solid #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
}

.footer-h3-info {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  text-decoration: none;
}

.footer-logo-image-block {
  max-width: 200px;
}

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

.footer-h3-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
}

.sub-hero-image-block {
  z-index: -1;
  height: 600px;
  margin-top: 100px;
}

.sub-hero-image-block.services {
  background-image: url('../images/hizmetlerimiz-hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-block.service-detail {
  background-image: url('../images/hizmet-detay-hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-block.projects {
  background-image: url('../images/projelerimiz-hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-block.project-detail {
  background-image: url('../images/proje-detay-hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-block.about {
  background-image: url('../images/about-hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-block.contact {
  background-image: url('../images/contact-hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-block.certificates {
  background-image: url('../images/certificates-hero-image.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-block.references {
  background-image: url('../images/references-hero-image.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1230px;
  min-height: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.hero-block-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1230px;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-p {
  color: #5a5a5a;
  text-align: left;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.service-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.service-grid-sub-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.service-grid-image-block {
  border-radius: 5px;
  max-height: 120px;
  overflow: clip;
}

.service-grid-text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-grid-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.service-h3 {
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.reference-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.reference-grid-sub-block {
  background-color: #f5f5f5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-detail-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.service-detail-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.service-detail-grid-text-block {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-detail-grid-image-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: block;
}

.service-detail-product-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.service-detail-grid-image-sub-block {
  cursor: pointer;
  border-radius: 10px;
  max-height: 250px;
  overflow: clip;
}

.service-detail-grid-text-block-copy {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.project-detail-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 40px;
}

.project-detail-grid-text-block {
  color: #fff;
  background-color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.project-detail-grid-image-block {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-detail-grid-text-block-copy-copy {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.project-detail-h2 {
  color: #969696;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.project-detail-h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.project-detail-image-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.service-detail-image-sub-block {
  border-radius: 10px;
  max-height: 300px;
  overflow: clip;
}

.project-detail-image {
  height: 100%;
}

.project-detail-image-sub-block {
  cursor: pointer;
  border-radius: 10px;
  overflow: clip;
}

.project-detail-image-first-block {
  cursor: pointer;
  border-radius: 10px;
  height: 100%;
  overflow: clip;
}

.project-lightbox {
  height: 100%;
}

.project-detail-h2-first {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.about-main-h1 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 10px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}

.about-slogan-p {
  color: #5a5a5a;
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 28px;
}

.about-main-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

.about-grid-image-block {
  border-radius: 15px;
  overflow: clip;
}

.about-slogan-block-second {
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.about-slogan-focus {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.about-slogan-h3 {
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.about-slogan-h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.about-slogan-h2 {
  color: #5a5a5a;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.about-slogan-block-first {
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.about-main-slogan {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.about-main-h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.about-main-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.about-main-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-p-focus {
  color: #2f2f2f;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.about-main-image-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-main-image-sub-block {
  border-radius: 10px;
  min-width: 300px;
  overflow: clip;
}

.about-p {
  color: #2f2f2f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.dropdown-link {
  color: #222;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.dropdown-link:hover {
  text-underline-offset: 5px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.dropdown-link.w--current {
  color: #fff;
  text-underline-offset: 5px;
  text-underline-position: under;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
  text-decoration-thickness: 1px;
}

.contact-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
}

.contact-text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.contact-brand-h1 {
  text-align: center;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.contact-h1 {
  color: #5a5a5a;
  text-align: center;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-email-h1 {
  color: #5a5a5a;
  text-align: center;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.contact-map-block {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -5px;
}

.certificate-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.certificate-grid-sub-block {
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.certificate-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.code-embed {
  border-radius: 15px;
  overflow: clip;
}

.hero-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.projects-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.main-project-h2 {
  color: #5a5a5a;
  text-align: center;
  border-bottom: 1px solid #0000001a;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.projects-grid-sub-block {
  cursor: pointer;
  text-decoration: none;
  overflow: clip;
}

.main-project-h3 {
  color: #5a5a5a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.project-grid-image-block {
  border-radius: 10px;
  overflow: clip;
}

.project-image {
  height: 100%;
}

.dropdown-navlink {
  color: #222;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.dropdown-navlink:hover {
  text-underline-offset: 5px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.dropdown-navlink.w--current {
  color: #fff;
  text-underline-offset: 5px;
  text-underline-position: under;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
  text-decoration-thickness: 1px;
}

.dropdown-navlink.nav-link-lang {
  border-left: 1px solid #fdfdfd;
  margin-left: 20px;
}

.footer-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr 1fr 1fr;
}

.dropdown-h1 {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.dropdown-h1:hover {
  text-underline-offset: 5px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.dropdown-h1.w--current {
  color: #fff;
  text-underline-offset: 5px;
  text-underline-position: under;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
  text-decoration-thickness: 1px;
}

.nav-container {
  max-width: 1630px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-nav-link {
  color: #222;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.dropdown-nav-link:hover {
  text-underline-offset: 5px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.dropdown-nav-link.w--current {
  color: #222;
  text-underline-offset: 5px;
  text-underline-position: under;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  text-decoration-thickness: 1px;
}

.dropdown-nav-link.nav-link-lang {
  border-left: 1px solid #8d8d8d;
  margin-left: 20px;
}

.reference-grid-image-block {
  border-radius: 5px;
  max-height: 200px;
  overflow: clip;
}

.service-main-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.service-main-grid-sub-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.service-sub-grid-name-block {
  background-color: #f5f5f5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  text-align: center;
}

.service-sub-grid-image-block {
  border-radius: 5px;
  max-height: 300px;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .hero-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-p {
    font-size: 20px;
    line-height: 28px;
  }

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

  .main-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .main-service-grid-first {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .main-service-grid-sub-block {
    margin-left: auto;
    margin-right: auto;
  }

  .main-service-grid-sub-block.bottom-right {
    margin-left: auto;
  }

  .main-service-grid-sub-block.bottom-left {
    margin-left: 0;
  }

  .main-service-grid-second {
    grid-template-columns: 1fr 1fr;
  }

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

  .main-about-block {
    flex-flow: column;
  }

  .about-text-block {
    max-width: none;
  }

  .about-button {
    margin-left: auto;
    margin-right: auto;
  }

  .projects-h1 {
    font-size: 28px;
  }

  .main-projects-sub-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .project-image-block {
    max-width: 300px;
    max-height: 200px;
  }

  .projects-button-block {
    padding-top: 20px;
  }

  .main-projects-section {
    padding-bottom: 50px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr auto auto;
  }

  .footer-grid-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .footer-h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-h2 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .nav-link.nav-link-lang {
    border-left-style: none;
    border-left-width: 0;
    margin-left: 0;
  }

  .dropdown {
    color: #222;
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    flex-flow: column;
    padding: 0 0 0 20px;
  }

  .footer-address {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-hero-image-block, .sub-hero-image-block.services {
    height: 500px;
  }

  .sub-hero-block {
    min-height: 500px;
    padding-bottom: 60px;
  }

  .hero-block-copy {
    padding-bottom: 60px;
  }

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

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

  .service-detail-h1 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .service-detail-product-h1 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .service-detail-grid-image-sub-block {
    max-height: 200px;
  }

  .service-detail-grid-text-block-copy {
    padding: 10px;
  }

  .project-detail-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: .5fr;
    grid-template-columns: auto;
    grid-auto-rows: 1fr;
  }

  .project-detail-grid-text-block {
    border-radius: 5px;
    padding: 20px;
  }

  .project-detail-grid-image-block {
    border-radius: 5px;
    padding: 10px;
  }

  .service-detail-grid-text-block-copy-copy {
    padding: 10px;
  }

  .project-detail-h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }

  .project-detail-h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .project-detail-image-block {
    grid-template-columns: 1fr 1fr;
  }

  .service-detail-image-sub-block {
    max-height: 200px;
  }

  .project-detail-image-first-block {
    border-radius: 5px;
  }

  .project-detail-h2-first {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .about-main-h1 {
    max-width: 600px;
    font-size: 32px;
    line-height: 40px;
  }

  .about-slogan-p {
    max-width: 550px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .about-slogan-block-second {
    padding: 10px;
  }

  .about-slogan-h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .about-slogan-block-first {
    padding: 10px;
  }

  .about-main-slogan {
    font-size: 20px;
    line-height: 28px;
  }

  .about-main-h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
  }

  .about-main-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse;
  }

  .about-p-focus {
    font-size: 18px;
    line-height: 28px;
  }

  .about-main-image-block {
    flex-flow: row;
  }

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

  .dropdown-link {
    color: #222;
    justify-content: flex-start;
    align-items: center;
  }

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

  .contact-text-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .certificate-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .certificate-h1 {
    font-size: 20px;
    line-height: 20px;
  }

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

  .projects-grid-sub-block {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-navlink {
    color: #222;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-navlink.w--current {
    color: #222;
  }

  .footer-grid-2 {
    grid-template-columns: 1.25fr;
  }

  .dropdown-h1 {
    color: #222;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-nav-link {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-nav-link.nav-link-lang {
    border-left-style: none;
    border-left-width: 0;
    margin-left: 0;
  }

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

  .service-main-grid-sub-grid {
    grid-template-rows: .75fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .footer-section {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
}

@media screen and (max-width: 767px) {
  .hero-h1 {
    max-width: 400px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-p {
    max-width: 400px;
    font-size: 16px;
    line-height: 20px;
  }

  .main-h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .main-h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .main-p {
    font-size: 16px;
    line-height: 20px;
  }

  .main-about-p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-button {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .main-projects-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .projects-h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .projects-h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .main-projects-sub-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

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

  .project-h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .project-h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .project-button {
    font-size: 14px;
    line-height: 14px;
  }

  .project-image-block {
    max-width: 400px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-more-button {
    font-size: 16px;
    line-height: 16px;
  }

  .projects-button-block {
    padding-top: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
  }

  .footer-logo-image-block {
    max-width: 100px;
  }

  .sub-hero-image-block, .sub-hero-image-block.services {
    height: 400px;
  }

  .sub-hero-block {
    min-height: 400px;
    padding-bottom: 40px;
  }

  .service-p {
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
  }

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

  .service-grid-image-block {
    width: 150px;
  }

  .service-grid-h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .service-h3 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

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

  .service-detail-h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .service-detail-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-detail-product-h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .service-detail-grid-image-sub-block {
    max-height: 400px;
  }

  .project-detail-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-detail-h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .project-detail-image-block {
    grid-template-columns: 1fr 1fr;
  }

  .service-detail-image-sub-block {
    max-height: 400px;
  }

  .about-main-h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .about-main-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .about-main-slogan {
    max-width: 400px;
  }

  .about-main-h2 {
    margin-bottom: 20px;
  }

  .about-main-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .about-main-image-block {
    flex-flow: row;
  }

  .about-main-image-sub-block {
    min-width: 0;
  }

  .contact-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .certificate-h1 {
    font-size: 16px;
    line-height: 16px;
  }

  .reference-grid-image-block {
    width: 150px;
  }

  .service-main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-main-grid-sub-grid {
    grid-template-rows: .5fr;
  }

  .footer-section {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
}

@media screen and (max-width: 479px) {
  .main-h3, .main-h1 {
    margin-bottom: 10px;
  }

  .main-service-grid-first, .main-service-grid-second {
    grid-template-columns: 1fr;
  }

  .main-about-p, .project-h3 {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
  }

  .dropdown-list.w--open {
    padding-left: 0;
  }

  .hero-block-copy {
    padding-bottom: 40px;
  }

  .service-p {
    text-align: center;
    max-width: 320px;
  }

  .service-grid-sub-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-grid-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-grid-h1 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .reference-grid-sub-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-detail-grid {
    max-width: 300px;
  }

  .service-detail-grid-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-detail-grid-image-sub-block {
    max-width: 300px;
    max-height: 300px;
  }

  .service-detail-grid-text-block-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-detail-grid {
    grid-template-rows: .25fr;
    grid-template-columns: auto;
    grid-auto-rows: 1fr;
  }

  .project-detail-grid-image-block, .service-detail-grid-text-block-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-detail-h1 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .project-detail-image-block {
    grid-template-columns: 1fr;
  }

  .service-detail-image-sub-block {
    max-width: 300px;
    max-height: 300px;
  }

  .about-main-h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .about-main-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }

  .about-main-h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .about-p-focus {
    font-size: 16px;
    line-height: 24px;
  }

  .about-main-image-block {
    flex-flow: column;
  }

  .about-main-image {
    height: 100%;
  }

  .certificate-h1 {
    text-align: center;
    line-height: 24px;
  }

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

  .footer-grid-2 {
    grid-template-columns: 2.75fr;
  }

  .service-main-grid {
    max-width: 300px;
  }

  .footer-section {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
}

#w-node-_90a9f04d-c137-2341-7b81-291594c607ae-8a2d1639, #w-node-_07b1c7c2-2116-c804-4c6b-568f66f8b44c-8a2d1639, #w-node-e7ff8cc8-34bb-fbdd-9328-7b5a23bc4616-8a2d1639 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38f01d4a-1cba-a86f-ac49-1b27c520f713-8a2d1639, #w-node-_577f61d3-f2c3-5661-e8f1-d90e1a59989d-8a2d1639 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_077cb321-0b50-f065-aad5-376d5d224e3b-5d224e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_077cb321-0b50-f065-aad5-376d5d224e63-5d224e38 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-a9d8dd8f-45d6-bb62-53b4-c7c3793d256c-24c2532b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70c3fe5b-3a89-e9d5-2070-575f892cc02c-28381807 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_42e3ec23-6c62-f6f8-c5de-072eb8cff206-8a6e8574 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_90a9f04d-c137-2341-7b81-291594c607ae-8a2d1639, #w-node-_07b1c7c2-2116-c804-4c6b-568f66f8b44c-8a2d1639, #w-node-e7ff8cc8-34bb-fbdd-9328-7b5a23bc4616-8a2d1639, #w-node-_38f01d4a-1cba-a86f-ac49-1b27c520f713-8a2d1639 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_577f61d3-f2c3-5661-e8f1-d90e1a59989d-8a2d1639 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_077cb321-0b50-f065-aad5-376d5d224e3b-5d224e38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_077cb321-0b50-f065-aad5-376d5d224e5a-5d224e38 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_077cb321-0b50-f065-aad5-376d5d224e63-5d224e38, #w-node-_774c5af4-24be-4d57-beff-bf8b7df035d4-24c2532b, #w-node-a9d8dd8f-45d6-bb62-53b4-c7c3793d256c-24c2532b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42e3ec23-6c62-f6f8-c5de-072eb8cff206-8a6e8574 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_774c5af4-24be-4d57-beff-bf8b7df035d4-24c2532b, #w-node-_70c3fe5b-3a89-e9d5-2070-575f892cc02c-28381807 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c51d091-d9b3-e562-a4f7-3b566b40a807-28381807 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e7ff8cc8-34bb-fbdd-9328-7b5a23bc4616-8a2d1639, #w-node-_577f61d3-f2c3-5661-e8f1-d90e1a59989d-8a2d1639 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_077cb321-0b50-f065-aad5-376d5d224e3b-5d224e38, #w-node-_077cb321-0b50-f065-aad5-376d5d224e5a-5d224e38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_774c5af4-24be-4d57-beff-bf8b7df035d4-24c2532b, #w-node-a9d8dd8f-45d6-bb62-53b4-c7c3793d256c-24c2532b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


