@font-face {
  font-family: "Cause";
  src: url("/h4bcb4f4c-core/h4bcb4f4c-assets/h4bcb4f4c-fonts/h4bcb4f4c-cause_black.woff2");
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: "Cause";
  src: url("/h4bcb4f4c-core/h4bcb4f4c-assets/h4bcb4f4c-fonts/h4bcb4f4c-cause_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("/h4bcb4f4c-core/h4bcb4f4c-assets/h4bcb4f4c-fonts/h4bcb4f4c-inter_regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/h4bcb4f4c-core/h4bcb4f4c-assets/h4bcb4f4c-fonts/h4bcb4f4c-spacegrotesk-bold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/h4bcb4f4c-core/h4bcb4f4c-assets/h4bcb4f4c-fonts/h4bcb4f4c-poppins-black.woff2");
  font-display: swap;
}

/* ===== Переменные ===== */
:root {
  --container-width: 820px;
  --container-step: 28px;
  --container-step-tablet: 26px;
  --container-step-mobile: 24px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));

	--white: #181818;
	--main: #abedff;
	--stroke: #b1f893;
	--white: #fff;
	--grey: #ddd;

  --font-family: "Inter", sans-serif;
  --second-family: "Cause", sans-serif;
  --font3: "Space Grotesk", sans-serif;
  --font4: "Poppins", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: var(--white);
}

.h4bcb4f4c-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .h4bcb4f4c-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .h4bcb4f4c-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 48px;
  color: var(--white);
  margin: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 24px;
    text-transform: uppercase;
  }
}

h2 {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
  margin: 0px;
}

h3 {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  color: #181818;
  margin: 0px;
}

h4, .h4bcb4f4c-h4{
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0px;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #383838;
  margin: 0px;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

img{
  max-width: 100%;
  min-width: 0px;
}

section {
  margin-bottom: 40px;
}

.h4bcb4f4c-site-header{
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--stroke);
  background: #0a0a0e;
}

.h4bcb4f4c-header-container{
  align-items: center;
}

.h4bcb4f4c-hero-section{
  height: 519px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: url("/h4bcb4f4c-core/h4bcb4f4c-assets/h4bcb4f4c-images/h4bcb4f4c-hero_bg.webp");
  background-size: cover;
  background-position: center;
}

.h4bcb4f4c-hero-container{
  flex-direction: row;
  flex-wrap: nowrap;
}

.h4bcb4f4c-hero-content{
  max-width: 403px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
  justify-content: center;
}

.h4bcb4f4c-hero-intro{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--stroke);
}

.h4bcb4f4c-hero-description{
  color: var(--grey);
}

.h4bcb4f4c-hero-status{
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--white);
}

.h4bcb4f4c-hero-image{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.h4bcb4f4c-stats-list{
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.h4bcb4f4c-stats-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  max-width: 146px;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.h4bcb4f4c-stats-value {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
}

.h4bcb4f4c-stats-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #383838;
}

.h4bcb4f4c-stats-divider{
  min-width: 31px;
}


.h4bcb4f4c-about-container{
  gap: 40px;
}

.h4bcb4f4c-about-content{
  display: flex;
  gap: 24px;
}

.h4bcb4f4c-about-image{
  flex: 1;
}

.h4bcb4f4c-about-text-wrapper{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.h4bcb4f4c-about-subtitle{
  color: #181818;
}


.h4bcb4f4c-services-list{
  flex-direction: row;
  gap: 8px;
}

.h4bcb4f4c-services-title{
  color: #181818;
  text-align: center;
}

.h4bcb4f4c-services-item {
  border: 1px solid #195e37;
  border-radius: 18px;
  padding: 12px;
  max-width: 199px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0 4px 0 0 #1a472e;
  background: #20613d;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}

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

.h4bcb4f4c-services-item-text {
  color: var(--grey);
}

.h4bcb4f4c-testimonials-list{
  flex-direction: row;
  gap: 12px;
}

.h4bcb4f4c-testimonials-item {
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #195e37;
  border-radius: 18px;
  box-shadow: 0 4px 0 0 #1a472e;
  background: #20613d;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  flex: 1;
}

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

.h4bcb4f4c-testimonials-author {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
}


.h4bcb4f4c-contact-wrapper{
  width: 100%;
  background: url("/h4bcb4f4c-core/h4bcb4f4c-assets/h4bcb4f4c-images/h4bcb4f4c-contact_us_bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 13px;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
}

.h4bcb4f4c-project-map-link{
  border-radius: 15px;
  padding: 14px 0px;
  max-width: 287px;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  background: #dd7f04;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font3);
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
}

.h4bcb4f4c-project-map-container{
  gap: 0px;
  align-items: center;
}



.h4bcb4f4c-contact-intro{
  text-align: center;
  max-width: 336px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.h4bcb4f4c-contact-text{
  color: var(--grey);
}

.h4bcb4f4c-contact-form{
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 563px;
  width: 100%;
}

.h4bcb4f4c-contact-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.h4bcb4f4c-contact-input {
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  height: 50px;
  padding: 0px 15px;
  box-shadow: 0 4px 30px -5px rgba(51, 43, 39, 0.1);
  background: #ededed;
}

.h4bcb4f4c-contact-textarea{
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  height: 165px;
  padding: 0px;
  box-shadow: 0 4px 30px -5px rgba(51, 43, 39, 0.1);
  background: #ededed;
  padding: 15px;
  box-sizing: border-box;
}

.h4bcb4f4c-contact-button{
  border: 1px solid var(--white);
  border-radius: 15px;
  padding: 14px 43px;
  max-width: 284px;
  box-sizing: border-box;
  align-self: center;
  width: 100%;
  background: #dd7f04;
  font-family: var(--font3);
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
}


.h4bcb4f4c-site-footer{
  padding-top: 24px;
  padding-bottom: 40px;
  background: #0a0a0e;
}

.h4bcb4f4c-footer-text{
  text-align: center;
  color: var(--white);
}

.h4bcb4f4c-footer-links{
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}

.h4bcb4f4c-footer-nav{
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  align-items: center;
}

.h4bcb4f4c-footer-divider{
  display: flex;
}

.h4bcb4f4c-portfolio-section{
  margin-top: 40px;
}

.h4bcb4f4c-portfolio-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  row-gap: 40px;
}

.h4bcb4f4c-portfolio-item {
  padding: 11px;
  box-sizing: border-box;
  box-shadow: 0 4px 0 0 #1a472e;
  background: #20613d;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #195e37;
  border-radius: 18px;
  align-items: start;
}

.h4bcb4f4c-portfolio-image {
  width: 100%;
}

.h4bcb4f4c-portfolio-category {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  color: #181818;
  border: 1px solid var(--stroke);
  border-radius: 7px;
  padding: 5px 10px;
  background: #72c397;
}

.h4bcb4f4c-portfolio-description {
  color: var(--grey);
}



.h4bcb4f4c-iframe-wrapper {
  position: relative;
  width: 100%;
  max-width: 820px;
  aspect-ratio: 820 / 461.92;

  border: 10px solid var(--stroke);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.h4bcb4f4c-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Dark overlay */
.h4bcb4f4c-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* half-dark */
  
  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 2;
  transition: opacity 0.3s ease;
}

/* Button */
.h4bcb4f4c-overlay-btn {
  padding: 9.5px 43px;
  border: none;
  cursor: pointer;
  background: #dd7f04;
  border-radius: 15px;
  font-family: var(--font3);
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
}

/* Hidden state */
.h4bcb4f4c-overlay.h4bcb4f4c-hidden {
  opacity: 0;
  pointer-events: none;
}

.h4bcb4f4c-policy_section{
  margin-top: 40px;
}

.h4bcb4f4c-policy_section h2{
font-family: var(--font4);
font-weight: 900;
font-size: 32px;
line-height: 128%;
text-transform: uppercase;
text-align: center;
color: #181818;
}

.h4bcb4f4c-policy_section .h4bcb4f4c-container{
  gap: 24px;
}

.h4bcb4f4c-policy_block{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h4bcb4f4c-policy_block h3{
  color: #181818;
}

.h4bcb4f4c-policy_block ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #181818;
  list-style: disc;
  padding-left: 20px;
}


@media screen and (max-width: 990px) {
  .h4bcb4f4c-services-list{
    flex-direction: column;
    width: 100%;
  }

  .h4bcb4f4c-services-item{
    max-width: none;
  }

  .h4bcb4f4c-testimonials-list{
    flex-direction: column;
  }
}

@media screen and (max-width: 871px) {
  .h4bcb4f4c-about-content{
    flex-direction: column-reverse;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .h4bcb4f4c-stats-list{
    flex-direction: column;
  }

  .h4bcb4f4c-stats-item{
    max-width: none;
  }

  .h4bcb4f4c-stats-divider{
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 702px) {
  .h4bcb4f4c-portfolio-list{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 700px) {
  .h4bcb4f4c-footer-links{
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .h4bcb4f4c-footer-nav{
    flex-direction: column;
    gap: 4px;
  }
}

@media screen and (max-width: 600px) {
  .h4bcb4f4c-hero-image{
    display: none;
  }

  .h4bcb4f4c-hero-section{
    height: auto;
    padding: 24px 0px;
  }

  .h4bcb4f4c-project-map-link{
    width: 100%;
    max-width: none;
  }

  .h4bcb4f4c-portfolio-list{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .h4bcb4f4c-project-map-container{
    gap: 24px;
  }
}

.h4bcb4f4c-project-map-image{
  width: 100%;
}

.h4bcb4f4c-project-map-image img{
  width: 100%;
}


.h4bcb4f4c-message{
  display: none;
  color: var(--white);
}

.h4bcb4f4c-active .h4bcb4f4c-message{
  display: block;
}


.h4bcb4f4c-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}