.bd-six-by-six-landing,
.bd-six {
  --bd6-green: #009b38;
  --bd6-green-dark: #087331;
  --bd6-ink: #29352f;
  --bd6-muted: #66716b;
  --bd6-soft: #f2f7f2;
  --bd6-warm: #faf8f2;
  --bd6-line: #d8e2da;
}

.bd-six {
  color: var(--bd6-ink);
  font-size: 16px;
  line-height: 1.58;
}

.bd-six *,
.bd-six *::before,
.bd-six *::after {
  box-sizing: border-box;
}

.bd-six p {
  margin: 0 0 16px;
}

.bd-six a {
  color: var(--bd6-green-dark);
}

.bd-six .main-title,
.bd-six .sub-title,
.bd-six h3 {
  color: var(--bd6-ink);
  text-transform: none;
}

.bd-six .main-title {
  max-width: 760px;
  margin: 6px 0 22px;
  font-size: clamp(35px, 5vw, 64px);
  line-height: 1.04;
}

.bd-six .sub-title {
  margin: 0 0 18px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.14;
}

.bd-six__breadcrumbs {
  margin: 0;
  padding: 20px 0;
}

.bd-six__breadcrumbs .wm-bread-crumb-block {
  margin: 0;
}

.bd-six__eyebrow {
  margin: 0 0 8px;
  color: var(--bd6-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bd-six__hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 62px 0 68px;
  background:
    linear-gradient(125deg, rgba(255,255,255,.94), rgba(242,247,242,.92)),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(0,155,56,.07) 34px 35px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(0,155,56,.07) 34px 35px);
  border-top: 1px solid var(--bd6-line);
  border-bottom: 1px solid var(--bd6-line);
}

.bd-six__hero::after {
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  border: 82px solid rgba(0,155,56,.07);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.bd-six__hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 70px;
  align-items: center;
}

.bd-six__lead {
  max-width: 760px;
  color: #46534c;
  font-size: 20px;
  line-height: 1.55;
}

.bd-six__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 14px;
}

.bd-six__hero-actions .main-btn {
  display: inline-flex;
  min-height: 48px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bd6-green);
  border-radius: 4px;
  text-decoration: none;
}

.bd-six__primary {
  background: var(--bd6-green);
  color: #fff !important;
}

.bd-six__secondary {
  background: #fff;
  color: var(--bd6-green-dark) !important;
}

.bd-six__catalog-link {
  display: inline-block;
  font-weight: 700;
  text-underline-offset: 3px;
}

.bd-six__dimension {
  position: relative;
  width: min(100%, 330px);
  margin: 25px auto 0;
  padding: 34px 34px 0 0;
}

.bd-six__dimension-square {
  display: flex;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--bd6-green);
  border: 12px solid #fff;
  outline: 1px solid rgba(0,115,49,.25);
  box-shadow: 0 18px 40px rgba(25,63,39,.16);
  color: #fff;
}

.bd-six__dimension-square strong {
  font-size: clamp(50px, 7vw, 76px);
  line-height: 1;
}

.bd-six__dimension-square span {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bd-six__dimension-top,
.bd-six__dimension-side {
  position: absolute;
  color: var(--bd6-green-dark);
  font-size: 14px;
  font-weight: 800;
}

.bd-six__dimension-top {
  top: 4px;
  right: 34px;
  left: 0;
  text-align: center;
}

.bd-six__dimension-side {
  top: 50%;
  right: 0;
  transform: rotate(90deg) translateY(-50%);
}

.bd-six__dimension-summary {
  display: flex;
  position: relative;
  width: calc(100% - 34px);
  margin-top: -18px;
  padding: 14px 18px;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--bd6-line);
  box-shadow: 0 10px 26px rgba(25,63,39,.12);
}

.bd-six__dimension-summary span {
  color: var(--bd6-muted);
}

.bd-six__facts {
  margin: 0;
  padding: 34px 0 30px;
  background: #fff;
}

.bd-six__fact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--bd6-line);
}

.bd-six__fact-grid > div {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid var(--bd6-line);
}

.bd-six__fact-grid > div:last-child {
  border-right: 0;
}

.bd-six__fact-grid span,
.bd-six__fact-grid strong {
  display: block;
}

.bd-six__fact-grid span {
  min-height: 42px;
  color: var(--bd6-muted);
  font-size: 14px;
  line-height: 1.35;
}

.bd-six__fact-grid strong {
  margin-top: 7px;
  color: var(--bd6-green-dark);
  font-size: 21px;
  line-height: 1.25;
}

.bd-six__price-note {
  margin: 14px 0 0;
  color: var(--bd6-muted);
  font-size: 14px;
}

.bd-six__chooser,
.bd-six__space,
.bd-six__cost,
.bd-six__changes,
.bd-six__related,
.bd-six__faq {
  margin: 0;
  padding: 70px 0;
}

.bd-six__chooser {
  background: var(--bd6-warm);
}

.bd-six__section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.bd-six__choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bd-six__choice-grid article {
  position: relative;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4dfd1;
}

.bd-six__choice-grid article::after {
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 92px;
  height: 92px;
  border: 18px solid rgba(0,155,56,.09);
  border-radius: 50%;
  content: "";
}

.bd-six__choice-grid article > span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--bd6-green-dark);
  font-size: 14px;
  font-weight: 800;
}

.bd-six__choice-grid h3,
.bd-six__space-points h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.bd-six__choice-grid p {
  margin-bottom: 0;
}

.bd-six__projects {
  margin: 0;
  padding: 74px 0 78px;
  background: #fff;
}

.bd-six__projects-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 40px;
  margin-bottom: 32px;
  align-items: end;
}

.bd-six__projects-head p:last-child {
  margin-bottom: 0;
  color: var(--bd6-muted);
}

.bd-six__sort {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  align-items: end;
}

.bd-six__sort label {
  grid-column: 1 / -1;
  color: var(--bd6-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bd-six__sort select,
.bd-six__sort button {
  min-height: 44px;
}

.bd-six__sort select {
  width: 100%;
  padding: 0 36px 0 12px;
  background: #fff;
  border: 1px solid #aebcb3;
  color: var(--bd6-ink);
}

.bd-six__sort button {
  padding: 10px 16px;
  border: 0;
  background: var(--bd6-green);
  color: #fff;
  cursor: pointer;
}

.bd-six__projects .wm-category-projects-block__item {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

.bd-six__projects .wm-category-projects-item {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #f2f3f2;
  border: 1px solid #e0e5e1;
  transition: box-shadow .2s ease, transform .2s ease;
}

.bd-six__projects .wm-category-projects-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(27,54,36,.12);
}

.bd-six__projects .wm-main-item {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.bd-six__projects .wm-main-item__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e7ebe8;
}

.bd-six__projects .wm-main-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-six__projects .wm-main-item__info {
  padding: 13px 15px 15px;
}

.bd-six__projects .wm-main-item__name {
  font-size: 17px;
  line-height: 1.3;
}

.bd-six__projects .wm-main-item__size {
  margin-top: 4px;
  color: var(--bd6-muted);
}

.bd-six__projects .wm-main-item__price {
  margin-top: 5px;
  color: var(--bd6-green-dark);
  font-weight: 700;
}

.bd-six__space {
  background: var(--bd6-soft);
}

.bd-six__space-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 70px;
}

.bd-six__space-title {
  position: sticky;
  top: 24px;
  align-self: start;
}

.bd-six__space-points {
  counter-reset: space;
}

.bd-six__space-points article {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 20px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--bd6-line);
}

.bd-six__space-points article + article {
  padding-top: 28px;
}

.bd-six__space-points article > span {
  grid-row: 1 / span 2;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--bd6-green);
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
}

.bd-six__space-points p {
  margin: 0;
}

.bd-six__cost {
  background: #fff;
}

.bd-six__cost-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--bd6-line);
  border-bottom: 1px solid var(--bd6-line);
}

.bd-six__cost-grid > div {
  min-width: 0;
  padding: 24px 20px;
  border-right: 1px solid var(--bd6-line);
}

.bd-six__cost-grid > div:last-child {
  border-right: 0;
}

.bd-six__cost-grid strong,
.bd-six__cost-grid span {
  display: block;
}

.bd-six__cost-grid strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.bd-six__cost-grid span {
  color: var(--bd6-muted);
  font-size: 14px;
}

.bd-six__useful-links {
  margin: 22px 0 0;
}

.bd-six__changes {
  background: var(--bd6-green-dark);
  color: #fff;
}

.bd-six__changes .sub-title,
.bd-six__changes .bd-six__eyebrow,
.bd-six__changes a {
  color: #fff;
}

.bd-six__changes .bd-six__eyebrow {
  opacity: .78;
}

.bd-six__changes-layout {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
}

.bd-six__changes-layout > div:last-child {
  padding-left: 32px;
  border-left: 1px solid rgba(255,255,255,.28);
  font-size: 18px;
}

.bd-six__related {
  background: var(--bd6-warm);
}

.bd-six__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bd-six__related-grid a {
  display: flex;
  min-height: 142px;
  padding: 22px;
  justify-content: space-between;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4dfd1;
  color: var(--bd6-ink);
  text-decoration: none;
}

.bd-six__related-grid a::after {
  color: var(--bd6-green);
  content: "→";
  font-size: 24px;
  line-height: 1;
}

.bd-six__related-grid strong,
.bd-six__related-grid span {
  display: block;
}

.bd-six__related-grid strong {
  margin-bottom: 7px;
  font-size: 18px;
}

.bd-six__related-grid span {
  color: var(--bd6-muted);
  font-size: 14px;
}

.bd-six__faq {
  background: #fff;
}

.bd-six__faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: 60px;
}

.bd-six__faq-list details {
  border-top: 1px solid var(--bd6-line);
}

.bd-six__faq-list details:last-child {
  border-bottom: 1px solid var(--bd6-line);
}

.bd-six__faq-list summary {
  position: relative;
  padding: 19px 42px 19px 0;
  color: var(--bd6-ink);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.bd-six__faq-list summary::after {
  position: absolute;
  top: 15px;
  right: 0;
  color: var(--bd6-green);
  content: "+";
  font-size: 28px;
  font-weight: 400;
}

.bd-six__faq-list details[open] summary::after {
  content: "−";
}

.bd-six__faq-list details p {
  margin: 0;
  padding: 0 44px 20px 0;
  color: #46534c;
}

.bd-six__consultation-intro {
  margin: 0;
  padding: 44px 0 20px;
  background: #f2f7f2;
  text-align: center;
}

.bd-six__consultation-intro .sub-title {
  margin-bottom: 10px;
}

.bd-six__consultation-intro p {
  max-width: 720px;
  margin: 0 auto;
}

.bd-six__consultation .wm-question {
  margin-top: 0;
}

@media (max-width: 1020px) {
  .bd-six__hero-layout,
  .bd-six__space-layout,
  .bd-six__changes-layout,
  .bd-six__faq-layout {
    gap: 38px;
  }

  .bd-six__fact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bd-six__fact-grid > div:nth-child(3) {
    border-right: 0;
  }

  .bd-six__fact-grid > div:nth-child(n+4) {
    border-top: 1px solid var(--bd6-line);
  }

  .bd-six__cost-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bd-six__cost-grid > div:nth-child(3) {
    border-right: 0;
  }

  .bd-six__cost-grid > div:nth-child(n+4) {
    border-top: 1px solid var(--bd6-line);
  }

  .bd-six__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wm-header__bot {
    display: none;
  }

  .bd-six__hero-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 30px;
  }

  .bd-six__choice-grid {
    grid-template-columns: 1fr;
  }

  .bd-six__choice-grid article {
    min-height: 0;
  }

  .bd-six__projects-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bd-six__sort {
    max-width: 520px;
  }

  .bd-six__projects .wm-category-projects-block__item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-six__space-layout,
  .bd-six__faq-layout {
    grid-template-columns: 1fr;
  }

  .bd-six__space-title {
    position: static;
  }
}

@media (max-width: 680px) {
  .bd-six__hero {
    padding: 42px 0 48px;
  }

  .bd-six__hero-layout {
    grid-template-columns: 1fr;
  }

  .bd-six__dimension {
    width: min(100%, 280px);
    margin-top: 18px;
  }

  .bd-six__lead {
    font-size: 18px;
  }

  .bd-six__fact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bd-six__fact-grid > div,
  .bd-six__fact-grid > div:nth-child(3) {
    border-right: 1px solid var(--bd6-line);
    border-top: 1px solid var(--bd6-line);
  }

  .bd-six__fact-grid > div:nth-child(-n+2) {
    border-top: 0;
  }

  .bd-six__fact-grid > div:nth-child(even) {
    border-right: 0;
  }

  .bd-six__fact-grid > div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .bd-six__chooser,
  .bd-six__space,
  .bd-six__cost,
  .bd-six__changes,
  .bd-six__related,
  .bd-six__faq,
  .bd-six__projects {
    padding: 48px 0;
  }

  .bd-six__projects .wm-category-projects-block__item {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bd-six__projects .wm-main-item__info {
    padding: 13px;
  }

  .bd-six__space-points article {
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
  }

  .bd-six__space-points article > span {
    width: 38px;
    height: 38px;
  }

  .bd-six__cost-grid {
    grid-template-columns: 1fr;
  }

  .bd-six__cost-grid > div,
  .bd-six__cost-grid > div:nth-child(3) {
    border-top: 1px solid var(--bd6-line);
    border-right: 0;
  }

  .bd-six__cost-grid > div:first-child {
    border-top: 0;
  }

  .bd-six__changes-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bd-six__changes-layout > div:last-child {
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,.28);
    border-left: 0;
    font-size: 16px;
  }

  .bd-six__related-grid {
    grid-template-columns: 1fr;
  }

  .bd-six__related-grid a {
    min-height: 122px;
  }
}

@media (max-width: 560px) {
  #callnowbutton {
    display: none !important;
  }

  .bd-six__hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bd-six__hero-actions .main-btn {
    width: 100%;
  }

  .bd-six__sort {
    grid-template-columns: 1fr;
  }

  .bd-six__sort label {
    grid-column: auto;
  }

  .bd-six__sort button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .bd-six .main-title {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  .bd-six .sub-title {
    font-size: 27px;
    overflow-wrap: anywhere;
  }

  .bd-six p,
  .bd-six a,
  .bd-six h3,
  .bd-six summary,
  .bd-six span,
  .bd-six strong {
    overflow-wrap: anywhere;
  }

  .bd-six__fact-grid {
    grid-template-columns: 1fr;
  }

  .bd-six__fact-grid > div,
  .bd-six__fact-grid > div:nth-child(-n+2),
  .bd-six__fact-grid > div:nth-child(even) {
    grid-column: auto;
    border-top: 1px solid var(--bd6-line);
    border-right: 0;
  }

  .bd-six__fact-grid > div:first-child {
    border-top: 0;
  }

  .bd-six__dimension-summary {
    display: block;
  }

  .bd-six__dimension-summary span {
    display: block;
  }
}

/* Visual audit r1: calm, route-scoped catalogue presentation. */
.bd-six {
  font-family: Arial, sans-serif;
}

.bd-six .main-title,
.bd-six .sub-title,
.bd-six h3,
.bd-six h4 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 400;
  text-shadow: none;
}

.bd-six p,
.bd-six li,
.bd-six a,
.bd-six span,
.bd-six strong,
.bd-six small,
.bd-six label,
.bd-six summary,
.bd-six button {
  text-shadow: none;
}

.bd-six .main-title {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.2;
}

.bd-six .sub-title {
  font-size: clamp(24px, 2.4vw, 29px);
  line-height: 1.24;
  text-align: left;
}

.bd-six h3,
.bd-six__choice-grid h3,
.bd-six__space-points h3 {
  font-size: clamp(18px, 1.8vw, 21px);
  font-weight: 400;
}

.bd-six__hero {
  padding: 42px 0 44px;
  background: #f3f7f2;
}

.bd-six__hero::after,
.bd-six__dimension {
  display: none;
}

.bd-six__hero-layout {
  display: block;
}

.bd-six__lead {
  max-width: 820px;
  font-size: 17px;
}

.bd-six__hero-actions .main-btn,
.bd-six__sort button {
  border-color: var(--bd6-green-dark);
  background: var(--bd6-green-dark);
  color: #fff !important;
}

.bd-six .bd-six__secondary {
  background: transparent !important;
  color: var(--bd6-green-dark) !important;
}

.bd-six__facts {
  padding: 24px 0;
}

.bd-six__fact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid var(--bd6-line);
  border-bottom: 1px solid var(--bd6-line);
}

.bd-six__fact-grid > div,
.bd-six__fact-grid > div:nth-child(n) {
  flex: 1 1 150px;
  padding: 0;
  border: 0;
}

.bd-six__fact-grid span {
  min-height: 0;
}

.bd-six__fact-grid strong {
  font-size: 18px;
}

.bd-six__chooser,
.bd-six__space,
.bd-six__cost,
.bd-six__changes,
.bd-six__related,
.bd-six__faq,
.bd-six__projects {
  padding: 52px 0;
}

.bd-six__choice-grid {
  gap: 28px;
}

.bd-six__choice-grid article {
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.bd-six__choice-grid article::after,
.bd-six__choice-grid article > span,
.bd-six__space-points article > span {
  display: none;
}

.bd-six__projects .wm-category-projects-item,
.bd-six__projects .wm-category-projects-item:hover {
  border: 1px solid var(--bd6-line);
  background: #fff;
  box-shadow: none;
  transform: none;
}

.bd-six__projects .wm-main-item__image {
  background: #f3f5f2;
}

.bd-six__projects .wm-main-item__image img {
  object-fit: contain;
}

.bd-six__space-points article {
  display: block;
}

.bd-six__related-grid {
  gap: 0 28px;
}

.bd-six__related-grid a {
  min-height: 0;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--bd6-line);
  background: transparent;
}

.bd-six__consultation-intro {
  padding: 34px 0 18px;
  text-align: left;
}

.bd-six__consultation-intro p {
  margin: 0;
}

.bd-six__consultation .wm-question-info__title,
.bd-six__consultation .wm-question-info__sub-title,
.bd-six__consultation .wm-question-info-form__dispatch,
.bd-six__consultation .wm-question-photo__phone,
.bd-six__consultation .wm-question-photo__phone a,
.bd-six__consultation .wm-question-photo__phone a:hover,
.bd-six__consultation .wm-question-photo__phone a:focus,
.bd-six__consultation .wm-question-photo__phone a:focus-visible,
.bd-six__consultation .wm-question-photo__phone a:active,
.bd-six__consultation .wm-question-photo__phone a:visited {
  color: #fff;
  text-shadow: none;
}

.bd-six__consultation .wm-question-info__title,
.bd-six__consultation .wm-question-info__sub-title,
.bd-six__consultation .wm-question-photo__phone a {
  font-weight: 700;
}

.bd-six__consultation .wm-question-photo__phone a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bd-six__consultation .wm-question-photo__phone a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.bd-six__consultation .wpcf7 .bd-form,
.bd-six__consultation .wpcf7 .bd-form__intro,
.bd-six__consultation .wpcf7 .bd-form__field,
.bd-six__consultation .wpcf7 .bd-form__label {
  color: #263129;
}

.bd-six__consultation .wpcf7 .bd-form input[type="text"],
.bd-six__consultation .wpcf7 .bd-form input[type="tel"],
.bd-six__consultation .wpcf7 .bd-form input[type="email"],
.bd-six__consultation .wpcf7 .bd-form input[type="number"],
.bd-six__consultation .wpcf7 .bd-form select,
.bd-six__consultation .wpcf7 .bd-form textarea {
  border-color: #6f7f74;
  color: #202723;
}

.bd-six__consultation .wpcf7 .bd-form input::placeholder,
.bd-six__consultation .wpcf7 .bd-form textarea::placeholder {
  color: #667168;
  opacity: 1;
}

.bd-six__consultation .wpcf7 .bd-form input:focus,
.bd-six__consultation .wpcf7 .bd-form select:focus,
.bd-six__consultation .wpcf7 .bd-form textarea:focus {
  border-color: #08712f;
  outline: 3px solid #08712f;
  outline-offset: 1px;
  box-shadow: none;
}

.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent,
.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent label,
.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent .wpcf7-list-item-label {
  color: #4f5b53;
}

.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent a,
.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent a:hover,
.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent a:focus,
.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent a:focus-visible,
.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent a:active,
.bd-six__consultation .wpcf7 .bd-form .wm-pdn-consent a:visited {
  color: #08712f;
  text-decoration: underline;
}

.bd-six__consultation .wpcf7 .bd-form .wpcf7-not-valid {
  border-color: #b3261e !important;
  background: #fff8f7;
}

.bd-six__consultation .wpcf7 form .wpcf7-not-valid-tip {
  color: #a8201a;
}

.bd-six__consultation .wpcf7 .bd-form input[type="submit"].bd-form__submit {
  border-color: #08712f;
  background: #08712f;
  color: #fff;
}

.bd-six__consultation .wpcf7 .bd-form input[type="submit"].bd-form__submit:hover,
.bd-six__consultation .wpcf7 .bd-form input[type="submit"].bd-form__submit:focus,
.bd-six__consultation .wpcf7 .bd-form input[type="submit"].bd-form__submit:focus-visible {
  border-color: #075d2b;
  background: #075d2b;
  color: #fff;
}

.bd-six__consultation .wpcf7 .bd-form input[type="submit"].bd-form__submit:active {
  border-color: #064d20;
  background: #064d20;
}

.bd-six__consultation .wpcf7 form.is-submitting .bd-form input[type="submit"].bd-form__submit,
.bd-six__consultation .wpcf7 .bd-form input[type="submit"].bd-form__submit:disabled {
  border-color: #4e6f59;
  background: #4e6f59;
  color: #fff;
  opacity: 1;
}

@media (max-width: 680px) {
  .bd-six .main-title {
    font-size: 29px;
  }

  .bd-six .sub-title {
    font-size: 24px;
  }

  .bd-six__hero {
    padding: 30px 0 34px;
  }

  .bd-six__chooser,
  .bd-six__space,
  .bd-six__cost,
  .bd-six__changes,
  .bd-six__related,
  .bd-six__faq,
  .bd-six__projects {
    padding: 40px 0;
  }
}
