.construction-v3--projects,
.construction-v3--services,
.construction-v3--technologies {
  min-height: calc(100svh - 60px);
  background:
    linear-gradient(180deg, rgba(77, 133, 94, 0.15), transparent 420px),
    #07110c;
  color: #f8f5f0;
}

.construction-v3--projects > .construction-v3-shell {
  padding-bottom: clamp(70px, 8vw, 112px);
}

.construction-v3-projects-hero {
  position: relative;
  isolation: isolate;
  min-width: 0;
  margin: 18px 0 clamp(34px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(119, 216, 154, 0.1), rgba(201, 170, 114, 0.055)),
    #0b1710;
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.025);
}

.construction-v3-projects-hero__media {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(65%, 860px);
  overflow: hidden;
}

.construction-v3-projects-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
}

.construction-v3-projects-hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, #07110c 0%, rgba(7, 17, 12, 0.98) 34%, rgba(7, 17, 12, 0.72) 64%, rgba(7, 17, 12, 0.32) 100%),
    linear-gradient(0deg, rgba(7, 17, 12, 0.88) 0%, transparent 58%);
  pointer-events: none;
}

.construction-v3-projects-hero__head.construction-v3-page-head {
  z-index: 1;
  max-width: 720px;
  padding: clamp(36px, 4.5vw, 58px) clamp(24px, 3.6vw, 50px) 30px;
}

.construction-v3-projects-hero__head h1 {
  margin-bottom: 16px;
  font-size: clamp(46px, 5vw, 68px);
}

.construction-v3-projects-hero__head .construction-v3-page-head__intro {
  max-width: 660px;
  color: rgba(248, 245, 240, 0.72);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
}

.construction-v3-projects-hero__head .construction-v3-page-head__count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  width: max-content;
  margin-top: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(119, 216, 154, 0.25);
  border-radius: 999px;
  background: rgba(5, 14, 9, 0.64);
  color: rgba(248, 245, 240, 0.72);
  font: 600 13px/1.2 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-projects-hero__head .construction-v3-page-head__count strong {
  color: var(--cv3-green-light);
  font-size: 16px;
}

.construction-v3-filters {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(250px, 1.7fr) repeat(3, minmax(145px, 0.85fr)) auto;
  align-items: end;
  gap: 13px;
  margin: 0;
  padding: 20px clamp(24px, 3.6vw, 50px);
  border: 0;
  border-top: 1px solid rgba(201, 170, 114, 0.22);
  border-radius: 0;
  background: rgba(3, 10, 6, 0.87);
  color: #f8f5f0;
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.construction-v3-filters__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.construction-v3-filters__field label {
  color: rgba(248, 245, 240, 0.66);
  font: 700 11px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.construction-v3-filters__field input,
.construction-v3-filters__field select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(248, 245, 240, 0.22);
  border-radius: 5px;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 14px;
  line-height: 48px;
}

.construction-v3-filters__field select {
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.055);
  color-scheme: dark;
}

.construction-v3-filters__field select option {
  background: var(--cv3-forest);
  color: #fff;
}

.construction-v3-filters__field input::placeholder {
  color: rgba(248, 245, 240, 0.47);
}

.construction-v3-filters__field input:hover,
.construction-v3-filters__field select:hover,
.construction-v3-filters__field input:focus,
.construction-v3-filters__field select:focus {
  border-color: var(--cv3-gold);
  background-color: rgba(255, 255, 255, 0.09);
}

.construction-v3-filters__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.construction-v3-filters__actions .construction-v3-button {
  min-height: 48px;
  padding: 11px 21px;
}

.construction-v3-filters__actions .construction-v3-text-link {
  color: #f8f5f0;
  font-size: 12px;
}

.construction-v3-catalog {
  min-width: 0;
}

.construction-v3-catalog-seo,
.construction-v3-technology-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(26px, 4vw, 70px);
  margin-top: clamp(42px, 5vw, 68px);
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(119, 216, 154, 0.07), rgba(201, 170, 114, 0.025) 65%, transparent),
    #09160f;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
}

.construction-v3-technology-intro {
  margin: 0 0 clamp(42px, 5vw, 68px);
}

.construction-v3-catalog-seo h2,
.construction-v3-technology-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
}

.construction-v3-catalog-seo .construction-v3-prose,
.construction-v3-technology-intro .construction-v3-prose {
  max-width: 780px;
  color: rgba(248, 245, 240, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.construction-v3-catalog-seo .construction-v3-prose p,
.construction-v3-technology-intro .construction-v3-prose p {
  margin: 0 0 16px;
}

.construction-v3-catalog-seo .construction-v3-prose > *:last-child,
.construction-v3-technology-intro .construction-v3-prose > *:last-child {
  margin-bottom: 0;
}

.construction-v3-technology-intro .construction-v3-prose h2,
.construction-v3-technology-intro .construction-v3-prose h3,
.construction-v3-technology-intro .construction-v3-prose h4 {
  margin: 24px 0 10px;
  color: #fff;
  font-size: 22px;
}

.construction-v3-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.construction-v3-project-grid .construction-v3-project-card {
  min-width: 0;
  flex-direction: column;
}

.construction-v3-project-grid .construction-v3-project-card__media {
  aspect-ratio: 16 / 9.8;
  min-height: 0;
}

.construction-v3-project-grid .construction-v3-project-card__body {
  min-height: 285px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog {
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.19);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(119, 216, 154, 0.075), rgba(201, 170, 114, 0.035) 55%, transparent),
    #101b14;
  color: #edf4ee;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.34s ease,
    box-shadow 0.4s ease;
}

.construction-v3-project-grid .construction-v3-project-card--catalog:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog:focus-within {
  border-color: rgba(119, 216, 154, 0.64);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(71, 191, 113, 0.14);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media {
  aspect-ratio: 16 / 10;
  background: #142219;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media img {
  transform: scale(1.001);
  transition: transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-project-grid .construction-v3-project-card--catalog:hover .construction-v3-project-card__media img,
.construction-v3-project-grid .construction-v3-project-card--catalog:focus-within .construction-v3-project-card__media img {
  transform: scale(1.05);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
  min-height: 354px;
  padding: 20px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__line {
  min-height: 1.15em;
  margin-bottom: 9px;
  color: var(--cv3-green-light);
  font-size: 13px;
  letter-spacing: 0.055em;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title {
  min-height: 2.05em;
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2vw, 31px);
  line-height: 1.025;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title a {
  display: inline;
  color: inherit;
  text-decoration: none;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title a:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title a:focus {
  color: var(--cv3-green-light);
  text-shadow: 0 0 20px rgba(119, 216, 154, 0.3);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__price {
  margin-top: 14px;
  color: var(--cv3-gold);
  font-size: clamp(27px, 2.2vw, 32px);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__price-note {
  min-height: 2.7em;
  margin-top: 6px;
  color: rgba(237, 244, 238, 0.62);
  font-size: 13px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts {
  gap: 7px;
  margin: 15px 0 0;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts div {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.025);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.065);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts dt {
  color: rgba(237, 244, 238, 0.48);
  font-size: 10px;
  line-height: 1.2;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts dd {
  color: #fff;
  font-size: 14px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-top: auto;
  padding-top: 17px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > a,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  appearance: none;
  color: #07100c;
  cursor: pointer;
  font: 700 14px/1 "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.28s ease,
    box-shadow 0.34s ease,
    color 0.28s ease,
    filter 0.28s ease;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__primary-action {
  background: var(--cv3-green-light);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__secondary-action {
  background: var(--cv3-gold);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__primary-action:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__primary-action:focus {
  color: #07100c;
  filter: brightness(1.05);
  box-shadow: 0 0 22px rgba(119, 216, 154, 0.42);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__secondary-action:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__secondary-action:focus {
  color: #07100c;
  filter: brightness(1.05);
  box-shadow: 0 0 22px rgba(201, 170, 114, 0.42);
}

.construction-v3-empty {
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid var(--cv3-border);
  border-radius: 3px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
  text-align: center;
}

.construction-v3-empty h2 {
  margin-bottom: 13px;
  font-size: clamp(30px, 4vw, 44px);
}

.construction-v3-empty p {
  margin-bottom: 24px;
  color: var(--cv3-copy-muted);
}

.construction-v3-pagination {
  margin-top: 42px;
}

.construction-v3-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.construction-v3-pagination a,
.construction-v3-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid var(--cv3-border);
  border-radius: 2px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
  font: 700 14px/1 "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
}

.construction-v3-pagination a:hover,
.construction-v3-pagination a:focus {
  border-color: var(--cv3-green);
  color: var(--cv3-green);
  text-decoration: none;
}

.construction-v3-pagination span[aria-current="page"] {
  border-color: var(--cv3-forest);
  background: var(--cv3-forest);
  color: #fff;
}

.construction-v3--services > .construction-v3-services,
.construction-v3--technologies > .construction-v3-technologies {
  padding-top: 0;
}

.construction-v3--services > .construction-v3-services {
  background: transparent;
}

.construction-v3--services .construction-v3-service-mosaic {
  grid-auto-rows: auto;
}

.construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card {
  grid-row: auto;
  min-height: 510px;
}

.construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card--featured {
  min-height: 510px;
}

.construction-v3-service-directory {
  padding: 0 0 clamp(78px, 9vw, 124px);
}

.construction-v3-service-directory__list {
  display: grid;
  gap: 24px;
}

.construction-v3-service-row {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.18);
  border-radius: 5px;
  background: rgb(1, 1, 1);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  transition:
    border-color 0.32s ease,
    box-shadow 0.36s ease;
}

.construction-v3-service-row--without-image {
  grid-template-columns: minmax(0, 1fr);
}

.construction-v3-service-row:hover,
.construction-v3-service-row:focus-within {
  border-color: rgba(119, 216, 154, 0.52);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(71, 191, 113, 0.12);
}

.construction-v3-service-row__media {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 340px;
  overflow: hidden;
  background: #132319;
  color: inherit;
  text-decoration: none;
}

.construction-v3-service-row__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transform: scale(1.001);
  transition: transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.construction-v3-service-row:hover .construction-v3-service-row__image,
.construction-v3-service-row:focus-within .construction-v3-service-row__image {
  transform: scale(1.05);
}

.construction-v3-service-row__media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 54%, rgba(1, 1, 1, 0.72)),
    linear-gradient(0deg, rgba(1, 1, 1, 0.48), transparent 62%);
}

.construction-v3-service-row__body {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(360px, 1.22fr);
  align-items: center;
  gap: clamp(26px, 3vw, 46px);
  min-width: 0;
  padding: clamp(28px, 3vw, 44px);
  background:
    linear-gradient(135deg, rgba(40, 91, 59, 0.2), transparent 52%),
    rgb(1, 1, 1);
}

.construction-v3-service-row--standalone .construction-v3-service-row__body {
  grid-template-columns: minmax(0, 760px);
  align-content: center;
}

.construction-v3-service-row__intro,
.construction-v3-service-row__subservices {
  min-width: 0;
}

.construction-v3-service-row__subservices {
  align-self: center;
}

.construction-v3-service-row__kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--cv3-gold);
  font: 700 12px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.construction-v3 .construction-v3-service-row h2 {
  margin: 0;
  color: #f8f5f0;
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1;
  text-transform: none;
}

.construction-v3-service-row h2 a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--cv3-gold), var(--cv3-gold));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 34% 1px;
  transition:
    background-size 0.32s ease,
    color 0.28s ease,
    text-shadow 0.32s ease;
}

.construction-v3-service-row h2 a:hover,
.construction-v3-service-row h2 a:focus {
  color: var(--cv3-green-light);
  text-shadow: 0 0 20px rgba(119, 216, 154, 0.3);
  background-size: 100% 1px;
}

.construction-v3-service-row__intro > p {
  margin: 17px 0 0;
  color: rgba(248, 245, 240, 0.64);
  font-size: 15px;
  line-height: 1.55;
  overflow: visible;
  text-overflow: clip;
}

.construction-v3-service-row__price {
  display: block;
  margin-top: 15px;
  color: var(--cv3-gold);
  font: 700 15px/1.3 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-service-row__cta {
  display: inline-flex;
  width: max-content;
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--cv3-green-light);
  color: var(--cv3-green-light);
  font: 700 13px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.28s ease,
    color 0.28s ease,
    text-shadow 0.32s ease;
}

.construction-v3-service-row__cta:hover,
.construction-v3-service-row__cta:focus {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(119, 216, 154, 0.42);
}

.construction-v3-service-row__subservices-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 13px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(119, 216, 154, 0.22);
  color: rgba(248, 245, 240, 0.84);
  font: 700 13px/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.construction-v3-service-row__subservices-title span {
  flex: 0 0 auto;
  color: var(--cv3-green-light);
  font-size: 11px;
}

.construction-v3-service-row__subservices ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.construction-v3-service-row__subservices li {
  display: flex;
  min-width: 0;
  align-items: stretch;
}

.construction-v3-service-row__subservices a {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px 10px 31px;
  border: 1px solid rgba(119, 216, 154, 0.17);
  border-radius: 3px;
  background: #0c1711;
  color: rgba(248, 245, 240, 0.82);
  font-size: 13px;
  line-height: 1.28;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.32s ease,
    color 0.28s ease;
}

.construction-v3-service-row__subservices a::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--cv3-green-light);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(119, 216, 154, 0.38);
  content: "";
  transform: translateY(-50%);
}

.construction-v3-service-row__subservices a:hover,
.construction-v3-service-row__subservices a:focus {
  border-color: rgba(119, 216, 154, 0.62);
  background: #12261a;
  color: #fff;
  box-shadow: 0 0 20px rgba(119, 216, 154, 0.12);
}

.construction-v3-service-row__subservices small {
  margin-top: 4px;
  color: var(--cv3-gold);
  font-size: 11px;
  line-height: 1.2;
}

.construction-v3--technologies > .construction-v3-technologies {
  border-top: 0;
  background: transparent;
}

.construction-v3--technologies .construction-v3-technology-card {
  background: var(--cv3-paper);
}

@media (max-width: 1199px) {
  .construction-v3-filters {
    grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(130px, 1fr));
  }

  .construction-v3-filters__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .construction-v3-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .construction-v3-service-row__body {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .construction-v3-project-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog {
    min-height: 430px;
    flex-direction: row;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media {
    width: 44%;
    min-height: 430px;
    flex: 0 0 44%;
    aspect-ratio: auto;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .construction-v3-projects-hero {
    margin-top: 12px;
  }

  .construction-v3-projects-hero__media {
    width: 100%;
    opacity: 0.62;
  }

  .construction-v3-projects-hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 17, 12, 0.98) 0%, rgba(7, 17, 12, 0.88) 58%, rgba(7, 17, 12, 0.52) 100%),
      linear-gradient(0deg, #07110c 0%, rgba(7, 17, 12, 0.75) 60%, transparent 100%);
  }

  .construction-v3-projects-hero__head.construction-v3-page-head {
    padding: 34px 22px 28px;
  }

  .construction-v3-projects-hero__head h1 {
    font-size: clamp(40px, 10vw, 56px);
  }

  .construction-v3-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 22px;
  }

  .construction-v3-filters__field--search,
  .construction-v3-filters__actions {
    grid-column: 1 / -1;
  }

  .construction-v3-project-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
    min-height: 340px;
  }

  .construction-v3-catalog-seo,
  .construction-v3-technology-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 22px;
  }

  .construction-v3-service-row {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .construction-v3-service-row__media {
    min-height: 0;
    aspect-ratio: 16 / 7;
  }

  .construction-v3-service-row__media-shade {
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.7), transparent 68%);
  }

  .construction-v3-service-row__body {
    gap: 22px;
    padding: 24px 22px 26px;
  }

  .construction-v3-service-row__intro > p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5;
  }

  .construction-v3-service-row__cta {
    margin-top: 18px;
  }

  .construction-v3-service-row__subservices ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .construction-v3-service-row__subservices a {
    min-height: 46px;
    padding: 8px 9px 8px 27px;
    font-size: 12px;
  }

  .construction-v3-service-row__subservices a::before {
    left: 11px;
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 639px) {
  .construction-v3--projects,
  .construction-v3--services,
  .construction-v3--technologies {
    min-height: calc(100svh - 45px);
  }

  .construction-v3-filters {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 30px;
    padding: 18px;
  }

  .construction-v3-projects-hero__head .construction-v3-page-head__intro {
    font-size: 15px;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title {
    min-height: 0;
    font-size: 28px;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__price-note {
    min-height: 0;
  }

  .construction-v3-filters__field--search,
  .construction-v3-filters__actions {
    grid-column: auto;
  }

  .construction-v3-filters__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .construction-v3-filters__actions .construction-v3-button,
  .construction-v3-filters__actions .construction-v3-text-link {
    width: 100%;
    justify-content: center;
  }

  .construction-v3-project-grid {
    grid-template-columns: 1fr;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
    min-height: 0;
  }

  .construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card,
  .construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card--featured {
    min-height: 0;
  }
}

@media (max-width: 519px) {
  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > a,
  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > button {
    width: 100%;
  }

  .construction-v3 .construction-v3-service-row h2 {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.02;
  }
}

@media (max-width: 359px) {
  .construction-v3-service-row__subservices ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media img {
    transition-duration: 0.24s;
    transition-timing-function: ease-out;
  }

  .construction-v3-service-row__image {
    transition-duration: 0.24s;
    transition-timing-function: ease-out;
  }
}
