body.page-construction-v3 {
  --cv3-ink: #142019;
  --cv3-forest: #17241d;
  --cv3-forest-deep: #0e1713;
  --cv3-forest-soft: #23372c;
  --cv3-cream: #f5f2ef;
  --cv3-paper: #fffdf9;
  --cv3-gold: #c9aa72;
  --cv3-green: #6b916f;
  --cv3-green-light: #77d89a;
  --cv3-border: rgba(20, 32, 25, 0.17);
  --cv3-copy-muted: #647068;
  --cv3-shadow: 0 18px 48px rgba(14, 23, 19, 0.12);
  padding-top: 60px;
  overflow-x: hidden;
  background: #07110c;
  color: #f8f5f0;
}

body.page-construction-v3 .site-top-menu {
  background: rgba(14, 23, 19, 0.98);
  border-bottom-color: rgba(245, 242, 239, 0.13);
  box-shadow: none;
}

body.page-construction-v3 .site-top-menu__bar {
  min-height: 60px;
}

body.page-construction-v3 .site-menu__link,
body.page-construction-v3 .site-top-menu__phone b {
  color: #f8f5f0;
}

body.page-construction-v3 .site-menu__link:hover,
body.page-construction-v3 .site-menu__link:focus,
body.page-construction-v3 .site-menu__link.sel,
body.page-construction-v3 .site-menu__item--active > .site-menu__link,
body.page-construction-v3 .site-top-menu__phone b span {
  color: var(--cv3-green-light);
}

body.page-construction-v3 .site-menu__link::after {
  bottom: 2px;
  background: var(--cv3-gold);
}

body.page-construction-v3 .site-top-menu__phone,
body.page-construction-v3 .site-top-menu .site-top-menu__search-input {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

body.page-construction-v3 .site-top-menu .site-top-menu__search-input {
  height: 36px;
  color: #fff;
}

body.page-construction-v3 .site-top-menu .site-top-menu__search-input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

body.page-construction-v3 .site-top-menu .site-top-menu__search-input:focus {
  border-color: var(--cv3-green-light);
  background-color: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 3px rgba(119, 216, 154, 0.2);
}

body.page-construction-v3 .site-top-menu__mobile-search .icon-search-mobile {
  border-color: #f8f5f0;
}

body.page-construction-v3 .site-top-menu__mobile-search .icon-search-mobile::after {
  background: #f8f5f0;
}

body.page-construction-v3 .outer.content,
body.page-construction-v3 .adaptive_content_container_full,
body.page-construction-v3 .content_adaptive_full {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

body.page-construction-v3 .adaptive_header_container,
body.page-construction-v3 .adaptive_header_row_full,
body.page-construction-v3 .adaptive_header_col_full {
  display: none;
}

body.page-construction-v3 .outer.content.adaptive_outer.adaptive_outer_full {
  margin-bottom: 0;
}

body.page-construction-v3 .outer.footer {
  background: linear-gradient(180deg, #0d2118 0%, #08140f 100%);
  border-top: 1px solid rgba(119, 216, 154, 0.12);
}

body.page-construction-v3 .outer.footer hr {
  border-top-color: rgba(2, 11, 7, 0.72);
  border-bottom-color: rgba(119, 216, 154, 0.12);
}

body.page-construction-v3 .adaptive_outer_full .content_adaptive_full.max_size,
body.page-construction-v3 .adaptive_outer_full .content_adaptive_full.isset_left {
  flex-basis: 100%;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.construction-v3,
.construction-v3 *,
.construction-v3 *::before,
.construction-v3 *::after {
  box-sizing: border-box;
}

.construction-v3 {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background: #07110c;
  color: #f8f5f0;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.construction-v3 img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.construction-v3 button,
.construction-v3 input,
.construction-v3 select {
  font: inherit;
}

.construction-v3 a {
  color: inherit;
}

.construction-v3 h1,
.construction-v3 h2,
.construction-v3 h3,
.construction-v3 p,
.construction-v3 dl,
.construction-v3 ol,
.construction-v3 ul,
.construction-v3 figure {
  margin-top: 0;
}

.construction-v3 h1,
.construction-v3 h2,
.construction-v3 h3,
.construction-v3 .construction-v3-hero__title {
  color: inherit;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 600;
}

.construction-v3 h1,
.construction-v3 h2,
.construction-v3 .construction-v3-hero__title {
  text-wrap: balance;
}

.construction-v3 h1 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.99;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.construction-v3 h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.construction-v3 h3 {
  margin-bottom: 12px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.12;
}

.construction-v3 :where(a, button, input, select, [tabindex]):focus-visible {
  outline: 3px solid var(--cv3-gold);
  outline-offset: 3px;
}

.construction-v3-shell {
  width: min(1320px, calc(100% - 9.3vw));
  margin-right: auto;
  margin-left: auto;
}

.construction-v3-eyebrow {
  margin-bottom: 16px;
  color: var(--cv3-gold);
  font: 700 13px/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.135em;
  text-transform: uppercase;
}

.construction-v3-section {
  scroll-margin-top: 70px;
  padding: clamp(74px, 8vw, 112px) 0;
}

.construction-v3-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: clamp(34px, 4vw, 56px);
}

.construction-v3-section__head > div {
  max-width: 770px;
}

.construction-v3-section__head h2 {
  margin-bottom: 0;
}

.construction-v3-section__head p:not(.construction-v3-eyebrow) {
  max-width: 680px;
  margin: 17px 0 0;
  color: rgba(248, 245, 240, 0.66);
}

.construction-v3-section__head--inverse {
  color: #f8f5f0;
}

.construction-v3-section__head--inverse p:not(.construction-v3-eyebrow) {
  color: rgba(248, 245, 240, 0.68);
}

.construction-v3-section__head > .construction-v3-text-link {
  color: var(--cv3-green-light);
}

.construction-v3-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--cv3-ink);
  font: 700 15px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.construction-v3-text-link::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--cv3-gold);
  transform: scaleX(0.38);
  transform-origin: left;
  transition: transform 0.2s ease;
}

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

.construction-v3-text-link:hover::after,
.construction-v3-text-link:focus::after {
  transform: scaleX(1);
}

.construction-v3-text-link--light {
  color: #f8f5f0;
}

.construction-v3-text-link--light:hover,
.construction-v3-text-link--light:focus {
  color: var(--cv3-green-light);
}

.construction-v3-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  font: 700 15px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.055em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.32s ease,
    color 0.28s ease;
}

.construction-v3-button:hover,
.construction-v3-button:focus {
  text-decoration: none;
}

.construction-v3-button--primary {
  background: var(--cv3-green-light);
  border-color: var(--cv3-green-light);
  color: var(--cv3-forest-deep);
  box-shadow: 0 16px 38px rgba(119, 216, 154, 0.22);
}

.construction-v3-button--primary:hover,
.construction-v3-button--primary:focus {
  background: #8ce4aa;
  border-color: #8ce4aa;
  color: var(--cv3-forest-deep);
  box-shadow:
    0 0 0 1px rgba(140, 228, 170, 0.44),
    0 0 26px rgba(119, 216, 154, 0.54),
    0 16px 38px rgba(119, 216, 154, 0.24);
}

.construction-v3-button--ghost {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(14, 23, 19, 0.2);
  color: #fff;
}

.construction-v3-button--ghost:hover,
.construction-v3-button--ghost:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 24px rgba(201, 170, 114, 0.34);
}

.construction-v3-icon-button {
  display: inline-grid;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  overflow: visible;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #f8f5f0;
  line-height: 0;
  cursor: pointer;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.32s ease,
    color 0.28s ease;
}

.construction-v3-icon-button img {
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
  object-fit: contain;
  opacity: 0.82;
  transition: opacity 0.28s ease, filter 0.28s ease;
}

.construction-v3-icon-button:not(:disabled):hover,
.construction-v3-icon-button:not(:disabled):focus {
  background: rgba(255, 255, 255, 0.045);
  color: var(--cv3-gold);
  box-shadow: 0 0 22px rgba(201, 170, 114, 0.32);
}

.construction-v3-icon-button:not(:disabled):hover img,
.construction-v3-icon-button:not(:disabled):focus img {
  opacity: 1;
  filter: sepia(0.28) saturate(1.4);
}

.construction-v3-icon-button:disabled {
  cursor: default;
  opacity: 0.3;
}

/* Hero slider */
.construction-v3-hero {
  position: relative;
  height: clamp(600px, calc(100svh - 60px), 660px);
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  background: var(--cv3-forest-deep);
  color: #fff;
}

.construction-v3-hero__viewport,
.construction-v3-hero__track,
.construction-v3-hero__slide {
  height: 100%;
}

.construction-v3-hero__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.construction-v3-hero__track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.74s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.construction-v3-hero__track.is-dragging {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .construction-v3-hero__track {
    transition-duration: 0.24s;
    transition-timing-function: ease-out;
  }
}

.construction-v3-hero__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
}

.construction-v3-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.02);
}

.construction-v3-hero__image--mirrored {
  transform: scaleX(-1);
}

.construction-v3-hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 13, 0.96) 0%, rgba(10, 17, 13, 0.88) 25%, rgba(10, 17, 13, 0.64) 41%, rgba(10, 17, 13, 0.08) 59%, rgba(10, 17, 13, 0.01) 100%),
    linear-gradient(0deg, rgba(10, 17, 13, 0.3), transparent 44%);
  pointer-events: none;
}

.construction-v3-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 54px;
  padding-bottom: 126px;
}

.construction-v3-hero__content {
  width: min(43%, 560px);
  min-width: 470px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.42);
}

.construction-v3-hero h1,
.construction-v3-hero__title {
  max-width: 600px;
  margin: 0;
  color: #fbfaf7;
  font-size: clamp(47px, 4.55vw, 67px);
  line-height: 0.98;
  letter-spacing: -0.028em;
  text-transform: uppercase;
}

.construction-v3 .construction-v3-hero__text {
  max-width: 530px;
  margin: 20px 0 0;
  color: rgba(251, 250, 247, 0.77);
  font-size: 17px;
  line-height: 1.48;
  text-wrap: pretty;
}

.construction-v3-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.construction-v3-hero__navigation {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 23px;
  left: 0;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.construction-v3-hero__progress {
  pointer-events: auto;
}

.construction-v3-hero__progress {
  display: flex;
  gap: 8px;
  width: auto;
}

.construction-v3-hero__progress-item {
  display: flex;
  align-items: flex-end;
  width: 46px;
  min-width: 46px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.construction-v3-hero__progress-item:hover,
.construction-v3-hero__progress-item:focus,
.construction-v3-hero__progress-item.is-active {
  outline-color: var(--cv3-gold);
}

.construction-v3-hero__progress-rail {
  display: block;
  width: 46px;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
}

.construction-v3-hero__progress-value {
  display: block;
  width: 0;
  height: 100%;
  background: var(--cv3-gold);
  transform: translateZ(0);
  transform-origin: left center;
}

/* Project rail and shared cards */
.construction-v3-projects {
  background: var(--cv3-forest);
  color: #f8f5f0;
}

.construction-v3-projects__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.28s ease, text-shadow 0.32s ease;
}

.construction-v3-projects__title-link:hover,
.construction-v3-projects__title-link:focus {
  color: var(--cv3-green-light);
  text-decoration: none;
  text-shadow: 0 0 24px rgba(119, 216, 154, 0.28);
}

.construction-v3-rail {
  --cv3-rail-shell-width: min(1320px, 90.7vw);
  --cv3-rail-gutter: calc((100vw - var(--cv3-rail-shell-width)) / 2);
  --cv3-project-card-width: calc((var(--cv3-rail-shell-width) - 48px) / 3);
  min-width: 0;
}

.construction-v3-rail__viewport {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--cv3-rail-gutter);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.construction-v3-rail__viewport::-webkit-scrollbar {
  display: none;
}

.construction-v3-rail__viewport.is-programmatic-scrolling {
  scroll-behavior: auto !important;
  scroll-snap-type: none;
}

.construction-v3-rail__track {
  display: grid;
  grid-auto-columns: var(--cv3-project-card-width);
  grid-auto-flow: column;
  gap: 16px;
  width: max-content;
  min-width: 100%;
  padding-inline: var(--cv3-rail-gutter);
}

.construction-v3-rail__item {
  width: auto;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.construction-v3-rail__controls {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 3px;
}

.construction-v3-project-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 25, 0.11);
  border-radius: 3px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
  box-shadow: 0 12px 34px rgba(4, 11, 7, 0.15);
}

.construction-v3-rail .construction-v3-project-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
}

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

.construction-v3-rail .construction-v3-project-card__body {
  min-height: 190px;
}

.construction-v3-project-card__media {
  position: relative;
  display: block;
  min-height: 242px;
  overflow: hidden;
  background: #d7ded7;
}

.construction-v3-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-project-card:hover .construction-v3-project-card__media img {
  transform: scale(1.035);
}

.construction-v3-project-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 2px;
  background: rgba(14, 23, 19, 0.8);
  color: #fff;
  font: 700 11px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.construction-v3-project-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
}

.construction-v3-project-card__title {
  margin: 0 0 10px;
  font-size: clamp(23px, 2vw, 29px);
  text-transform: none;
}

.construction-v3-project-card__title a {
  text-decoration: none;
}

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

.construction-v3-project-card__summary {
  display: -webkit-box;
  margin: 0 0 18px;
  overflow: hidden;
  color: var(--cv3-copy-muted);
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.construction-v3-project-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: auto 0 19px;
}

.construction-v3-project-card__facts div {
  min-width: 0;
}

.construction-v3-project-card__facts dt {
  overflow: hidden;
  color: #849087;
  font: 700 10px/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.construction-v3-project-card__facts dd {
  margin: 3px 0 0;
  color: var(--cv3-ink);
  font: 700 14px/1.25 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-project-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--cv3-border);
}

.construction-v3-project-card__price {
  max-width: 65%;
  font: 700 17px/1.2 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-project-card--showcase {
  min-height: 100%;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(119, 216, 154, 0.08), rgba(201, 170, 114, 0.05)),
    #121a15;
  color: #edf4ee;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.construction-v3-rail .construction-v3-project-card--showcase {
  min-height: 590px;
}

.construction-v3-project-card--showcase .construction-v3-project-card__media {
  aspect-ratio: 16 / 9;
  min-height: 0;
  color: #fff;
}

.construction-v3-project-card--showcase .construction-v3-project-card__media img {
  transition: transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

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

.construction-v3-project-card--showcase .construction-v3-project-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.64));
}

.construction-v3-project-card--showcase .construction-v3-project-card__badge {
  z-index: 1;
  top: auto;
  right: auto;
  bottom: 14px;
  left: 14px;
  padding: 8px 10px;
  border: 0;
  border-radius: 4px;
  background: rgba(10, 16, 13, 0.8);
  font-size: 13px;
  letter-spacing: 0;
}

.construction-v3-project-card--showcase .construction-v3-project-card__body {
  min-height: 350px;
  padding: 18px;
}

.construction-v3-project-card__line {
  margin: 0 0 10px;
  color: var(--cv3-green-light);
  font: 700 13px/1.1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.construction-v3-project-card--showcase .construction-v3-project-card__title {
  margin: 0;
  color: #fff;
  font: 700 27px/1.04 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}

.construction-v3-project-card--showcase .construction-v3-project-card__title a:hover,
.construction-v3-project-card--showcase .construction-v3-project-card__title a:focus {
  color: var(--cv3-green-light);
}

.construction-v3-project-card--showcase .construction-v3-project-card__price {
  display: block;
  max-width: 100%;
  margin-top: 14px;
  color: var(--cv3-gold);
  font: 700 30px/1 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-project-card__price-note {
  margin: 7px 0 0;
  color: rgba(237, 244, 238, 0.66);
  font-size: 14px;
  line-height: 1.35;
}

.construction-v3-project-card--showcase .construction-v3-project-card__facts {
  gap: 8px;
  margin: 16px 0 0;
}

.construction-v3-project-card--showcase .construction-v3-project-card__facts div {
  min-width: 0;
  padding: 9px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
}

.construction-v3-project-card--showcase .construction-v3-project-card__facts dt {
  color: rgba(237, 244, 238, 0.5);
  font-size: 11px;
  letter-spacing: 0;
  white-space: normal;
}

.construction-v3-project-card--showcase .construction-v3-project-card__facts dd {
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.12;
}

.construction-v3-project-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.construction-v3-project-card__badges span {
  padding: 6px 8px;
  border-radius: 4px;
  background: rgba(119, 216, 154, 0.13);
  color: rgba(237, 244, 238, 0.9);
  font-size: 13px;
  line-height: 1.2;
}

.construction-v3-project-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.construction-v3-project-card__actions a,
.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 15px/1 "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.28s ease,
    box-shadow 0.32s ease,
    color 0.28s ease,
    filter 0.28s ease;
}

.construction-v3-project-card__primary-action {
  background: var(--cv3-green-light);
  box-shadow: 0 12px 28px rgba(119, 216, 154, 0.14);
}

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

.construction-v3-project-card__actions a:hover,
.construction-v3-project-card__actions a:focus,
.construction-v3-project-card__actions button:hover,
.construction-v3-project-card__actions button:focus {
  color: #07100c;
  filter: brightness(1.06);
  text-decoration: none;
}

.construction-v3-project-card__primary-action:hover,
.construction-v3-project-card__primary-action:focus {
  box-shadow:
    0 0 0 1px rgba(140, 228, 170, 0.35),
    0 0 22px rgba(119, 216, 154, 0.46);
}

.construction-v3-project-card__secondary-action:hover,
.construction-v3-project-card__secondary-action:focus {
  box-shadow:
    0 0 0 1px rgba(222, 197, 150, 0.32),
    0 0 22px rgba(201, 170, 114, 0.44);
}

/* Services mosaic */
.construction-v3-services {
  background:
    linear-gradient(180deg, rgba(42, 81, 58, 0.2), transparent 320px),
    #09140e;
  color: #f8f5f0;
}

.construction-v3--landing > #construction-v3-services {
  background: rgb(1, 1, 1);
}

.construction-v3-service-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 18px;
}

.construction-v3-service-card {
  position: relative;
  display: grid;
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 7px;
  background: var(--cv3-forest);
  box-shadow: 0 18px 46px rgba(17, 27, 21, 0.14);
}

.construction-v3-service-card--featured,
.construction-v3-service-card--group,
.construction-v3-service-card--tall {
  grid-column: auto;
  grid-row: auto;
}

.construction-v3-service-mosaic--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: auto;
}

.construction-v3-service-mosaic--compact .construction-v3-service-card {
  grid-column: auto;
  grid-row: auto;
  min-height: 360px;
}

.construction-v3-service-mosaic--catalog {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: auto;
  align-items: stretch;
  gap: 22px;
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card {
  display: grid;
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 200px minmax(0, 1fr);
  align-items: stretch;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 25, 0.1);
  border-radius: 7px;
  background: var(--cv3-paper);
  box-shadow: 0 16px 42px rgba(17, 27, 21, 0.11);
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card[data-v3-service-id="1"],
.construction-v3-service-mosaic--catalog .construction-v3-service-card[data-v3-service-id="11"],
.construction-v3-service-mosaic--catalog .construction-v3-service-card[data-v3-service-id="21"],
.construction-v3-service-mosaic--catalog .construction-v3-service-card[data-v3-service-id="27"] {
  grid-column: span 2;
}

.construction-v3-service-card__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #8b998f;
  color: inherit;
  text-decoration: none;
}

.construction-v3-service-card__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-card[data-v3-service-id="8"] .construction-v3-service-card__image {
  object-position: 72% center;
}

.construction-v3-service-card:hover .construction-v3-service-card__media .construction-v3-service-card__image,
.construction-v3-service-card:focus-within .construction-v3-service-card__media .construction-v3-service-card__image {
  transform: scale(1.055);
}

.construction-v3-service-card__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(8, 15, 11, 0.94) 0%, rgba(8, 15, 11, 0.66) 46%, rgba(8, 15, 11, 0.08) 82%),
    linear-gradient(90deg, rgba(8, 15, 11, 0.26), transparent 62%);
}

.construction-v3-service-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-height: 100%;
  padding: clamp(22px, 2.15vw, 32px);
  color: #fff;
}

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

.construction-v3 .construction-v3-service-card__title {
  display: block;
  max-width: 640px;
  margin: 0;
  color: var(--cv3-green-light);
  font: 600 clamp(27px, 2.25vw, 34px)/1.05 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -0.015em;
  text-wrap: balance;
  text-transform: none;
}

.construction-v3 .construction-v3-service-card__title a {
  display: inline;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: 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 .construction-v3-service-card__title a:hover,
.construction-v3 .construction-v3-service-card__title a:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(119, 216, 154, 0.34);
  background-size: 100% 1px;
}

.construction-v3-service-card__text {
  display: -webkit-box;
  max-width: 600px;
  margin: 12px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.construction-v3-service-card--compact .construction-v3-service-card__text {
  font-size: 14px;
  -webkit-line-clamp: 2;
}

.construction-v3-service-card__children {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.construction-v3-service-card__children a {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(9, 19, 14, 0.42);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  backdrop-filter: blur(7px);
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.32s ease,
    color 0.28s ease;
}

.construction-v3-service-card__children a:hover,
.construction-v3-service-card__children a:focus {
  border-color: rgba(119, 216, 154, 0.72);
  background: rgba(32, 80, 55, 0.74);
  color: #fff;
  box-shadow: 0 0 18px rgba(119, 216, 154, 0.25);
  text-decoration: none;
}

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

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

.construction-v3-service-mosaic--catalog .construction-v3-service-card__media {
  position: relative;
  z-index: 0;
  inset: auto;
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__shade {
  position: relative;
  z-index: 1;
  inset: auto;
  grid-column: 1;
  grid-row: 1;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 15, 11, 0.56));
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__content {
  z-index: 2;
  display: flex;
  min-height: 0;
  flex-direction: column;
  grid-column: 1;
  grid-row: 2;
  padding: 24px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__kicker {
  margin-bottom: 9px;
  color: var(--cv3-green);
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__title {
  margin-bottom: 12px;
  color: var(--cv3-ink);
  font-size: clamp(25px, 1.75vw, 31px);
  line-height: 1.05;
  text-transform: none;
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__title a {
  background-image: linear-gradient(var(--cv3-green), var(--cv3-green));
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__title a:hover,
.construction-v3-service-mosaic--catalog .construction-v3-service-card__title a:focus {
  color: var(--cv3-green);
  text-shadow: none;
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__text {
  margin-top: 0;
  color: var(--cv3-copy-muted);
  font-size: 15px;
  -webkit-line-clamp: 3;
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__children {
  gap: 7px;
  margin-top: 16px;
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__children a {
  min-height: 30px;
  border-color: rgba(107, 145, 111, 0.22);
  background: rgba(107, 145, 111, 0.08);
  color: #33443a;
  backdrop-filter: none;
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__children a:hover,
.construction-v3-service-mosaic--catalog .construction-v3-service-card__children a:focus {
  border-color: var(--cv3-green);
  background: rgba(107, 145, 111, 0.17);
  color: var(--cv3-green);
}

.construction-v3-service-mosaic--catalog .construction-v3-service-card__cta {
  margin-top: auto;
  padding-top: 20px;
  border-bottom-color: var(--cv3-gold);
  color: var(--cv3-green);
}

.construction-v3-service-mosaic--landing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(460px, auto);
  gap: 20px;
}

.construction-v3-service-mosaic--landing .construction-v3-service-card {
  display: grid;
  grid-template-columns: minmax(190px, 43%) minmax(0, 57%);
  grid-template-rows: minmax(0, 1fr);
  min-height: 460px;
  border: 1px solid rgba(119, 216, 154, 0.17);
  border-radius: 5px;
  background: var(--cv3-forest-deep);
  box-shadow: 0 18px 46px rgba(12, 24, 17, 0.14);
  transition:
    border-color 0.32s ease,
    box-shadow 0.36s ease;
}

.construction-v3-service-mosaic--landing .construction-v3-service-card:hover,
.construction-v3-service-mosaic--landing .construction-v3-service-card:focus-within {
  border-color: rgba(119, 216, 154, 0.54);
  box-shadow:
    0 18px 46px rgba(12, 24, 17, 0.18),
    0 0 24px rgba(71, 191, 113, 0.14);
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__media {
  position: relative;
  inset: auto;
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__shade {
  position: relative;
  inset: auto;
  grid-column: 1;
  grid-row: 1;
  background:
    linear-gradient(90deg, transparent 55%, rgba(8, 15, 11, 0.46)),
    linear-gradient(0deg, rgba(8, 15, 11, 0.34), transparent 48%);
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__content {
  display: flex;
  min-height: 0;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
  padding: 27px 28px 25px;
  background:
    linear-gradient(145deg, rgba(42, 81, 58, 0.28), transparent 52%),
    var(--cv3-forest-deep);
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__kicker {
  margin-bottom: 10px;
}

.construction-v3 .construction-v3-service-mosaic--landing .construction-v3-service-card__title {
  color: #f8f5f0;
  font-size: clamp(25px, 1.75vw, 31px);
  line-height: 1.04;
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__text {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.48;
  -webkit-line-clamp: 5;
}

.construction-v3-service-mosaic--landing .construction-v3-service-card--standalone .construction-v3-service-card__text {
  -webkit-line-clamp: 12;
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__children {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(119, 216, 154, 0.2);
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__children li {
  display: flex;
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__children a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 49px;
  align-items: center;
  padding: 8px 0 8px 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.3;
  backdrop-filter: none;
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__children a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(119, 216, 154, 0.82);
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(119, 216, 154, 0.36);
  content: "";
  transform: translateY(-50%);
}

.construction-v3-service-mosaic--landing .construction-v3-service-card__children a:hover,
.construction-v3-service-mosaic--landing .construction-v3-service-card__children a:focus {
  border-color: transparent;
  background: transparent;
  color: var(--cv3-green-light);
  box-shadow: none;
}

.construction-v3-service-card__children-more {
  display: inline-flex;
  width: max-content;
  margin-top: 11px;
  color: var(--cv3-green-light);
  font: 700 11px/1.3 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.28s ease, text-shadow 0.32s ease;
}

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

.construction-v3-service-mosaic--landing .construction-v3-service-card__cta {
  margin-top: auto;
  padding-top: 14px;
}

/* Existing engineering and approval services */
.construction-v3-external-services {
  border-top: 1px solid rgba(119, 216, 154, 0.12);
  border-bottom: 1px solid rgba(119, 216, 154, 0.1);
  background:
    radial-gradient(circle at 82% 18%, rgba(74, 189, 113, 0.11), transparent 28%),
    linear-gradient(135deg, rgba(26, 61, 42, 0.32), transparent 52%),
    #07110c;
}

.construction-v3-external-services__head {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 78px);
  margin-bottom: 30px;
}

.construction-v3-external-services__head .construction-v3-eyebrow {
  margin-bottom: 10px;
}

.construction-v3-external-services__head h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(32px, 3vw, 46px);
}

.construction-v3-external-services__head > p {
  max-width: 510px;
  margin: 0 0 5px;
  color: rgba(248, 245, 240, 0.62);
  font-size: 15px;
  line-height: 1.55;
}

.construction-v3-external-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.construction-v3-external-services__item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 126px;
  padding: 21px 20px;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.17);
  border-radius: 4px;
  background:
    linear-gradient(120deg, rgba(46, 91, 65, 0.2), transparent 64%),
    rgba(13, 28, 19, 0.9);
  color: #f8f5f0;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.34s ease,
    color 0.3s ease;
}

.construction-v3-external-services__item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(119, 216, 154, 0.76), transparent);
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}

.construction-v3-external-services__item:hover,
.construction-v3-external-services__item:focus {
  border-color: rgba(119, 216, 154, 0.52);
  background-color: rgba(18, 42, 29, 0.96);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(74, 189, 113, 0.12);
  color: #fff;
  text-decoration: none;
}

.construction-v3-external-services__item:hover::before,
.construction-v3-external-services__item:focus::before {
  opacity: 1;
}

.construction-v3-external-services__number {
  align-self: start;
  padding-top: 2px;
  color: var(--cv3-gold);
  font: 700 11px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.12em;
}

.construction-v3-external-services__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.construction-v3-external-services__group {
  color: var(--cv3-green-light);
  font: 700 10px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.construction-v3-external-services__title {
  max-width: 330px;
  font: 600 20px/1.18 "Roboto Condensed", Arial, sans-serif;
  text-wrap: balance;
}

.construction-v3-external-services__arrow {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(119, 216, 154, 0.3);
  border-radius: 50%;
  color: var(--cv3-green-light);
  font-size: 17px;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.34s ease,
    color 0.3s ease;
}

.construction-v3-external-services__item:hover .construction-v3-external-services__arrow,
.construction-v3-external-services__item:focus .construction-v3-external-services__arrow {
  border-color: var(--cv3-green-light);
  background: rgba(119, 216, 154, 0.12);
  color: #fff;
  box-shadow: 0 0 17px rgba(119, 216, 154, 0.24);
}

.construction-v3-project-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -20px 0 24px;
}

.construction-v3-project-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(248, 245, 240, 0.2);
  border-radius: 2px;
  color: rgba(248, 245, 240, 0.78);
  font: 700 11px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.construction-v3-project-chip:hover,
.construction-v3-project-chip:focus,
.construction-v3-project-chip.is-active {
  border-color: var(--cv3-green-light);
  background: rgba(107, 145, 111, 0.14);
  color: #fff;
  text-decoration: none;
}

/* Technology cards */
.construction-v3-technologies {
  border-top: 1px solid rgba(248, 245, 240, 0.08);
  background:
    linear-gradient(180deg, rgba(69, 109, 82, 0.17), transparent 340px),
    #0d1912;
  color: #f8f5f0;
}

.construction-v3-technology-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.construction-v3-technology-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cv3-border);
  border-radius: 3px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
  box-shadow: 0 10px 34px rgba(14, 23, 19, 0.08);
}

.construction-v3-technology-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #cfd6cf;
}

.construction-v3-technology-card__media img {
  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-technology-card:hover .construction-v3-technology-card__media img,
.construction-v3-technology-card:focus-within .construction-v3-technology-card__media img {
  transform: scale(1.055);
}

.construction-v3-technology-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 25px;
}

.construction-v3 .construction-v3-technology-card__body h2,
.construction-v3 .construction-v3-technology-card__body h3 {
  margin-bottom: 13px;
  font: 600 clamp(27px, 2vw, 34px)/1.04 "Roboto Condensed", Arial, sans-serif;
  line-height: 1.02;
  letter-spacing: -0.018em;
  text-wrap: balance;
  text-transform: none;
}

.construction-v3 .construction-v3-technology-card--long-title .construction-v3-technology-card__body h2,
.construction-v3 .construction-v3-technology-card--long-title .construction-v3-technology-card__body h3 {
  font-size: clamp(23px, 1.55vw, 29px);
  line-height: 1.05;
}

.construction-v3-technology-card__body h2 a,
.construction-v3-technology-card__body h3 a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: none;
}

.construction-v3-technology-card__body h2 a:hover,
.construction-v3-technology-card__body h2 a:focus,
.construction-v3-technology-card__body h3 a:hover,
.construction-v3-technology-card__body h3 a:focus {
  color: var(--cv3-green);
  text-decoration: none;
}

.construction-v3-technology-card__body > p {
  margin-bottom: 20px;
  color: var(--cv3-copy-muted);
  font-size: 15px;
  line-height: 1.5;
}

.construction-v3-technology-card__facts {
  display: grid;
  gap: 8px;
  margin: auto 0 18px;
}

.construction-v3-technology-card__facts div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid var(--cv3-border);
}

.construction-v3-technology-card__facts dt {
  color: #7a877e;
  font-size: 12px;
}

.construction-v3-technology-card__facts dd {
  margin: 0;
  font: 700 13px/1.25 "Roboto Condensed", Arial, sans-serif;
  text-align: right;
}

.construction-v3-technology-card__body > .construction-v3-text-link {
  align-self: flex-start;
  margin-top: auto;
}

/* Shared secondary-page elements */
.construction-v3-breadcrumbs {
  margin: 18px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(201, 170, 114, 0.2);
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(14, 23, 19, 0.98), rgba(23, 36, 29, 0.94));
  color: rgba(248, 245, 240, 0.76);
  box-shadow: 0 12px 30px rgba(14, 23, 19, 0.12);
  font: 500 13px/1.45 Arial, sans-serif;
}

.construction-v3 .construction-v3-breadcrumbs .site-breadcrumbs__separator {
  color: var(--cv3-gold);
}

.construction-v3 .construction-v3-breadcrumbs a {
  color: var(--cv3-green-light);
  font: inherit;
  text-decoration-color: rgba(119, 216, 154, 0.48);
}

.construction-v3 .construction-v3-breadcrumbs a:hover,
.construction-v3 .construction-v3-breadcrumbs a:focus {
  color: #fff;
  text-decoration-color: var(--cv3-gold);
}

.construction-v3 .construction-v3-breadcrumbs [aria-current="page"] {
  color: #f8f5f0;
}

.construction-v3-page-head {
  position: relative;
  max-width: 980px;
  padding: clamp(48px, 7vw, 92px) 0 clamp(46px, 6vw, 76px);
}

.construction-v3-page-head h1 {
  margin-bottom: 24px;
}

.construction-v3-page-head__intro {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(248, 245, 240, 0.68);
  font-size: clamp(18px, 1.6vw, 22px);
}

.construction-v3-page-head__count {
  margin: 22px 0 0;
  color: rgba(248, 245, 240, 0.56);
  font-size: 14px;
}

.construction-v3-page-hero {
  padding: clamp(64px, 8vw, 112px) 0;
  background: var(--cv3-forest);
  color: #fff;
}

.construction-v3-page-hero h1 {
  max-width: 900px;
  margin: 0;
}

.construction-v3-lead {
  scroll-margin-top: 70px;
  padding: clamp(64px, 7vw, 94px) 0;
  background: var(--cv3-forest-deep);
  color: #fff;
}

.construction-v3-lead__inner {
  display: grid;
  min-height: 420px;
  align-content: center;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 530px);
  gap: 18px 48px;
  padding: clamp(38px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(201, 170, 114, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 13, 9, 0.05) 0%, rgba(5, 13, 9, 0.16) 42%, rgba(5, 13, 9, 0.9) 70%, rgba(5, 13, 9, 0.98) 100%),
    url("/i/build_ban/zaokskiy-construction-banner.jpg") center / cover no-repeat;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

@media (min-width: 640px) {
  .construction-v3-lead > .construction-v3-shell {
    width: min(100%, 1500px);
  }
}

.construction-v3-lead__copy {
  grid-column: 2;
  max-width: 720px;
}

.construction-v3-lead__copy h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 0.98;
  text-wrap: balance;
}

.construction-v3-lead__copy > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.construction-v3-lead__actions {
  display: flex;
  flex-wrap: wrap;
  grid-column: 2;
  justify-content: flex-start;
  gap: 12px;
}

.construction-v3-lead__actions .construction-v3-button--primary {
  min-height: 58px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 16px;
}

.construction-v3-order-modal.reveal-modal {
  position: fixed !important;
  z-index: 1000000110;
  top: 50% !important;
  left: 50% !important;
  width: min(720px, calc(100vw - 32px)) !important;
  max-width: 720px;
  max-height: calc(100dvh - 32px);
  margin: 0 !important;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(201, 170, 114, 0.34);
  border-radius: 9px;
  background: #f7f4ef;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
  color: var(--cv3-ink);
  transform: translate(-50%, -50%);
}

.construction-v3-order-modal.reveal-modal.is-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.construction-v3-order-modal-backdrop {
  position: fixed;
  z-index: 1000000100;
  inset: 0;
  border: 0;
  background: rgba(4, 11, 7, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.construction-v3-order-modal-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

body.construction-v3-order-modal-open {
  overflow: hidden;
}

.construction-v3-order-modal__inner {
  position: relative;
  padding: clamp(28px, 5vw, 52px);
}

.construction-v3-order-modal__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 25, 0.18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 23, 19, 0.12);
  transition:
    border-color 0.28s ease,
    box-shadow 0.32s ease;
}

.construction-v3-order-modal__close:hover,
.construction-v3-order-modal__close:focus {
  border-color: var(--cv3-green);
  box-shadow: 0 0 22px rgba(36, 132, 73, 0.25);
}

.construction-v3-order-modal__close img {
  display: block;
  width: 24px;
  height: 24px;
}

.construction-v3-order-modal .construction-v3-eyebrow {
  margin-right: 54px;
  margin-bottom: 12px;
}

.construction-v3-order-modal h2 {
  max-width: 560px;
  margin: 0;
  color: var(--cv3-ink);
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1;
}

.construction-v3-order-modal__intro {
  max-width: 570px;
  margin: 16px 0 28px;
  color: var(--cv3-copy-muted);
  font-size: 16px;
  line-height: 1.5;
}

.construction-v3-order-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.construction-v3-order-form label {
  display: grid;
  gap: 7px;
  color: var(--cv3-ink);
  font: 700 13px/1.25 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-order-form input[type="text"],
.construction-v3-order-form input[type="email"],
.construction-v3-order-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(20, 32, 25, 0.2);
  border-radius: 4px;
  outline: 0;
  background: #fff;
  color: var(--cv3-ink);
  font: 400 16px/1.35 Arial, sans-serif;
  transition:
    border-color 0.28s ease,
    box-shadow 0.32s ease;
}

.construction-v3-order-form textarea {
  min-height: 112px;
  resize: vertical;
}

.construction-v3-order-form input[type="text"]:focus,
.construction-v3-order-form input[type="email"]:focus,
.construction-v3-order-form textarea:focus {
  border-color: var(--cv3-green);
  box-shadow: 0 0 0 3px rgba(36, 132, 73, 0.11);
}

.construction-v3-order-form input.error,
.construction-v3-order-form textarea.error {
  border-color: #b13d35;
  box-shadow: 0 0 0 3px rgba(177, 61, 53, 0.1);
}

.construction-v3-order-form__message {
  grid-column: 1 / -1;
}

.construction-v3-order-form__terms {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
  margin-top: 17px;
  color: var(--cv3-copy-muted) !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.construction-v3-order-form__terms input {
  flex: 0 0 auto;
  margin-top: 2px;
}

.construction-v3-order-form__terms label.error,
.construction-v3-order-form__terms.error {
  color: #b13d35 !important;
}

.construction-v3-order-form__terms a {
  color: var(--cv3-green);
}

.construction-v3-order-form__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
}

.construction-v3-order-form__captcha-fields {
  display: flex;
  align-items: center;
  gap: 8px;
}

.construction-v3-order-form__captcha-fields img {
  display: block;
  width: auto;
  height: 38px;
  border-radius: 3px;
}

.construction-v3-order-form__captcha-fields input[type="text"] {
  width: 86px;
}

.construction-v3-order-modal__submit {
  flex: 0 0 auto;
  cursor: pointer;
}

@media (min-width: 992px) {
  body.page-construction-v3 .site-top-menu__logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body.page-construction-v3 .site-top-menu__logo img {
    width: 48px;
  }

  .construction-v3--landing > .construction-v3-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  body.page-construction-v3 {
    padding-top: 60px;
  }

  body.page-construction-v3 .site-top-menu__bar {
    min-height: 60px;
  }

  .construction-v3-shell {
    width: min(100% - 56px, 1120px);
  }

  .construction-v3-hero {
    height: 620px;
    min-height: 620px;
  }

  .construction-v3-hero__content {
    width: 48%;
    min-width: 420px;
  }

  .construction-v3-hero__navigation {
    gap: 20px;
  }

  .construction-v3-rail {
    --cv3-rail-shell-width: min(1120px, calc(100vw - 56px));
    --cv3-project-card-width: calc((var(--cv3-rail-shell-width) - 32px) / 2);
  }

  .construction-v3-rail__track {
    grid-auto-columns: var(--cv3-project-card-width);
  }

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

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

  .construction-v3-service-mosaic--landing {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(460px, auto);
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card {
    grid-template-columns: minmax(280px, 40%) minmax(0, 60%);
    min-height: 460px;
  }

}

@media (max-width: 991px) {
  body.page-construction-v3 {
    padding-top: 45px;
  }

  body.page-construction-v3 .site-top-menu {
    background: transparent;
  }

  body.page-construction-v3 .site-top-menu__bar {
    min-height: 45px;
    background: var(--cv3-forest-deep);
    border-bottom: 1px solid rgba(245, 242, 239, 0.12);
  }

  body.page-construction-v3 .site-top-menu__burger-bar {
    background: #f8f5f0;
  }

  body.page-construction-v3 .site-top-menu__phone {
    background: transparent;
  }

  body.page-construction-v3 .site-top-menu__phone b {
    color: #f8f5f0;
  }

  body.page-construction-v3 .site-top-menu__nav {
    background: linear-gradient(180deg, #0e1713 0%, #172a20 100%);
    border-right-color: rgba(201, 170, 114, 0.22);
  }

  body.page-construction-v3 .site-menu__item {
    border-bottom-color: rgba(245, 242, 239, 0.1);
  }

  body.page-construction-v3 .site-menu__link {
    color: #f8f5f0;
  }

  body.page-construction-v3 .site-menu__link:hover,
  body.page-construction-v3 .site-menu__link:focus,
  body.page-construction-v3 .site-menu__item--active > .site-menu__link {
    background: rgba(107, 145, 111, 0.17);
    color: #c8dfc5;
  }

  body.page-construction-v3 .site-menu__item--active > .site-menu__link::before {
    background: var(--cv3-gold);
  }

  body.page-construction-v3 .site-menu__submenu {
    background: #1a3025;
  }

  body.page-construction-v3 .site-menu__item--level-2 > .site-menu__link {
    background: #203a2d;
  }

  body.page-construction-v3 .site-menu__arrow {
    filter: sepia(0.45) saturate(0.8);
  }

  .construction-v3-shell {
    width: min(100% - 40px, 880px);
  }

  .construction-v3-rail {
    --cv3-rail-shell-width: min(880px, calc(100vw - 40px));
    --cv3-project-card-width: calc((var(--cv3-rail-shell-width) - 32px) / 2);
  }

  .construction-v3 h1 {
    font-size: clamp(40px, 7vw, 58px);
  }

  .construction-v3 h2 {
    font-size: clamp(32px, 5.5vw, 46px);
  }

  .construction-v3-hero {
    height: 660px;
    min-height: 660px;
  }

  .construction-v3-hero__shade {
    background:
      linear-gradient(90deg, rgba(10, 17, 13, 0.9) 0%, rgba(10, 17, 13, 0.69) 48%, rgba(10, 17, 13, 0.08) 100%),
      linear-gradient(0deg, rgba(10, 17, 13, 0.66), transparent 52%);
  }

  .construction-v3-hero__inner {
    align-items: flex-end;
    padding-top: 52px;
    padding-bottom: 142px;
  }

  .construction-v3-hero__content {
    width: min(65%, 540px);
    min-width: 0;
  }

  .construction-v3-hero h1,
  .construction-v3-hero__title {
    font-size: clamp(42px, 7vw, 58px);
  }

  .construction-v3-hero__progress {
    width: 100%;
  }

  .construction-v3-service-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
  }

  .construction-v3-service-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
  }

  .construction-v3-service-card--featured,
  .construction-v3-service-card--group {
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
  }

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

  .construction-v3-service-mosaic--landing {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(460px, auto);
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card {
    grid-template-columns: minmax(250px, 40%) minmax(0, 60%);
    min-height: 460px;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card__content {
    padding: 28px;
  }

  .construction-v3-external-services__head {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

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

  .construction-v3-service-mosaic--landing .construction-v3-service-card--standalone .construction-v3-service-card__text {
    -webkit-line-clamp: 12;
  }

  .construction-v3-lead__inner {
    min-height: 430px;
    grid-template-columns: minmax(0, 1fr);
    padding: 46px;
    background:
      linear-gradient(90deg, rgba(5, 13, 9, 0.2) 0%, rgba(5, 13, 9, 0.74) 48%, rgba(5, 13, 9, 0.97) 100%),
      url("/i/build_ban/zaokskiy-construction-banner.jpg") center / cover no-repeat;
  }

  .construction-v3-lead__copy,
  .construction-v3-lead__actions {
    width: min(100%, 560px);
    margin-left: auto;
    grid-column: 1;
  }

  .construction-v3-lead__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .construction-v3-service-mosaic--landing .construction-v3-service-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 210px minmax(0, 1fr);
    min-height: 0;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card__media,
  .construction-v3-service-mosaic--landing .construction-v3-service-card__shade {
    grid-column: 1;
    grid-row: 1;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card__content {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    padding: 24px 22px;
  }
}

@media (max-width: 639px) {
  .construction-v3 {
    font-size: 16px;
  }

  .construction-v3-shell {
    width: calc(100% - 32px);
  }

  .construction-v3-section {
    scroll-margin-top: 60px;
    padding: 64px 0;
  }

  .construction-v3-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .construction-v3-projects .construction-v3-section__head {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .construction-v3-projects .construction-v3-section__head > div {
    min-width: 0;
  }

  .construction-v3-projects .construction-v3-section__head h2 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .construction-v3-projects .construction-v3-rail__controls {
    align-self: end;
    margin-bottom: 1px;
  }

  .construction-v3-projects .construction-v3-icon-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .construction-v3 h1 {
    font-size: clamp(37px, 11vw, 48px);
  }

  .construction-v3 h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .construction-v3-button {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .construction-v3-hero {
    height: min(720px, calc(100svh - 45px));
    min-height: min(660px, calc(100svh - 45px));
  }

  .construction-v3-hero__image {
    object-position: 66% center;
  }

  .construction-v3-hero__shade {
    background:
      linear-gradient(0deg, rgba(8, 15, 11, 0.97) 0%, rgba(8, 15, 11, 0.91) 37%, rgba(8, 15, 11, 0.3) 62%, rgba(8, 15, 11, 0.02) 100%),
      linear-gradient(90deg, rgba(8, 15, 11, 0.22), transparent 72%);
  }

  .construction-v3-hero__inner {
    align-items: flex-end;
    padding-top: clamp(132px, 24svh, 190px);
    padding-bottom: 116px;
  }

  .construction-v3-hero__content {
    width: 100%;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
  }

  .construction-v3-hero h1,
  .construction-v3-hero__title {
    max-width: 100%;
    font-size: clamp(35px, 10vw, 44px);
    line-height: 0.98;
  }

  .construction-v3 .construction-v3-hero__text {
    display: -webkit-box;
    margin-top: 20px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .construction-v3-hero__actions {
    margin-top: 20px;
  }

  .construction-v3-hero__actions .construction-v3-button {
    flex: 1 1 150px;
    min-width: 0;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }

  .construction-v3-hero__navigation {
    bottom: 18px;
  }

  .construction-v3-hero__navigation .construction-v3-shell {
    padding-right: 66px;
  }

  .construction-v3-hero__progress {
    display: flex;
    width: 100%;
    gap: 8px;
  }

  .construction-v3-hero__progress-item {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
  }

  .construction-v3-hero__progress-rail {
    width: 100%;
  }

  .construction-v3-rail {
    --cv3-rail-shell-width: calc(100vw - 32px);
  }

  .construction-v3-rail__track {
    grid-auto-columns: min(84vw, 340px);
    gap: 8px;
  }

  .construction-v3-rail__controls {
    align-self: flex-end;
  }

  .construction-v3-rail .construction-v3-project-card__media {
    min-height: 0;
  }

  .construction-v3-project-chips {
    flex-wrap: nowrap;
    margin-top: -10px;
    padding-bottom: 7px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .construction-v3-project-chips::-webkit-scrollbar {
    display: none;
  }

  .construction-v3-project-chip {
    flex: 0 0 auto;
  }

  .construction-v3-project-card__body {
    padding: 21px;
  }

  .construction-v3-rail .construction-v3-project-card--showcase {
    min-height: 0;
  }

  .construction-v3-project-card--showcase .construction-v3-project-card__body {
    min-height: 0;
    padding: 18px;
  }

  .construction-v3-project-card__facts {
    gap: 6px;
  }

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

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

  .construction-v3-project-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .construction-v3-project-card__price {
    max-width: 100%;
  }

  .construction-v3-service-mosaic,
  .construction-v3-service-mosaic--catalog,
  .construction-v3-technology-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-rows: auto;
  }

  .construction-v3-service-card,
  .construction-v3-service-card--featured,
  .construction-v3-service-card--group,
  .construction-v3-service-card--tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 380px;
  }

  .construction-v3-service-mosaic--catalog .construction-v3-service-card {
    grid-template-rows: 190px minmax(0, 1fr);
    grid-column: 1 / -1;
    min-height: 0;
  }

  .construction-v3-service-mosaic--catalog .construction-v3-service-card[data-v3-service-id] {
    grid-column: 1 / -1;
  }

  .construction-v3-service-mosaic--landing {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 210px minmax(0, 1fr);
    min-height: 0;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card__media,
  .construction-v3-service-mosaic--landing .construction-v3-service-card__shade {
    grid-column: 1;
    grid-row: 1;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card__content {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    padding: 24px 22px;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card__children {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
  }

  .construction-v3-service-mosaic--landing .construction-v3-service-card__children a {
    min-height: 44px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }

  .construction-v3-external-services__head {
    margin-bottom: 24px;
  }

  .construction-v3-external-services__head h2 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

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

  .construction-v3-external-services__item {
    min-height: 104px;
    padding: 18px 17px;
  }

  .construction-v3-external-services__title {
    max-width: none;
    font-size: 19px;
  }

  .construction-v3-service-card__content {
    padding: 25px;
  }

  .construction-v3-service-card__title,
  .construction-v3-service-card--compact .construction-v3-service-card__title,
  .construction-v3-service-card--group .construction-v3-service-card__title,
  .construction-v3-service-card--tall .construction-v3-service-card__title,
  .construction-v3-service-mosaic--compact .construction-v3-service-card__title {
    font-size: 29px;
  }

  .construction-v3-technology-card__body {
    padding: 22px;
  }

  .construction-v3-breadcrumbs.site-breadcrumbs {
    display: none;
  }

  .construction-v3-page-head {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .construction-v3-lead {
    padding: 56px 0;
  }

  .construction-v3-lead__inner {
    min-height: 500px;
    padding: 32px 24px;
    background:
      linear-gradient(0deg, rgba(5, 13, 9, 0.98) 0%, rgba(5, 13, 9, 0.88) 56%, rgba(5, 13, 9, 0.22) 100%),
      url("/i/build_ban/zaokskiy-construction-banner.jpg") 36% center / cover no-repeat;
  }

  .construction-v3-lead__copy,
  .construction-v3-lead__actions {
    width: 100%;
    margin-left: 0;
  }

  .construction-v3-lead__actions,
  .construction-v3-lead__actions .construction-v3-button {
    width: 100%;
  }

  .construction-v3-order-modal__inner {
    padding: 28px 20px 24px;
  }

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

  .construction-v3-order-form__message {
    grid-column: auto;
  }

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

  .construction-v3-order-modal__submit {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .construction-v3-service-mosaic--landing .construction-v3-service-card__children {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 991px) and (max-height: 560px) and (orientation: landscape) {
  .construction-v3-hero {
    height: calc(100dvh - 45px);
    min-height: 340px;
  }

  .construction-v3-hero__inner {
    align-items: flex-end;
    padding-top: 38px;
    padding-bottom: 72px;
  }

  .construction-v3-hero__content {
    width: min(58%, 500px);
  }

  .construction-v3-hero h1,
  .construction-v3-hero__title {
    font-size: clamp(31px, 5vw, 41px);
    line-height: 0.96;
  }

  .construction-v3 .construction-v3-hero__text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .construction-v3-hero__actions {
    margin-top: 12px;
  }

  .construction-v3-hero__actions .construction-v3-button {
    min-height: 44px;
  }

  .construction-v3-hero__navigation {
    bottom: 8px;
  }
}
