:root {
  --text: #171713;
  --muted: #6f6c63;
  --line: #e8e2d8;
  --paper: #f8f6f1;
  --gold: #a96d12;
  --gold-dark: #81500b;
  --ink: #10100e;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  zoom: 0.9;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 9px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 156px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
}

.brand strong {
  display: block;
  font-size: 21px;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: -6px;
  color: var(--muted);
  font-size: 10px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 29px);
  flex: 1;
  font-size: 12px;
  font-weight: 700;
}

.nav a {
  white-space: nowrap;
}

.header-call {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
}

.header-call button,
.btn.primary,
form button,
aside button {
  border: 0;
  color: #fff;
  background: var(--gold);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.header-call button {
  padding: 11px 18px;
}

.hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  padding: 46px clamp(18px, 4vw, 54px) 38px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.98) 30%,
      rgba(255, 255, 255, 0.58) 48%,
      rgba(255, 255, 255, 0.05) 70%
    ),
    url("../topdom_goodwood/upload/iblock/1b5/1b5e63b539feb3c4bede0a51ac688420.png")
      center right / cover no-repeat;
}

.hero-copy {
  width: min(500px, 100%);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.1vw, 45px);
  line-height: 1.08;
}

.hero-copy > p {
  width: min(430px, 100%);
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.45;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  width: 557px;
  /* max-width: 470px; */
  margin-bottom: 27px;
}
.hero-stats_item {
  display: flex;
}

.hero-stats_item_img {
  width: 45px;
  height: 45px;
}
.hero-stats_item_img > img {
  width: 100%;
}
.hero-stats span {
  position: relative;
  min-height: 43px;
  padding-left: 15px;
  color: var(--muted);
  font-size: 11px;
}

.hero-stats b {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.hero-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  min-height: 43px;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn.ghost {
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.74);
}

.video-button {
  position: absolute;
  right: clamp(28px, 7.4vw, 136px);
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  background: transparent;
  border: 0;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.video-button span {
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
}

.video-button span::after {
  content: "";
  display: block;
  margin: 16px 0 0 20px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
}

.section,
.planning,
.steps {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
}

.planning-card {
  width: min(1360px, calc(100% - 24px));
  margin: 34px auto 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee9e1;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(25, 22, 18, 0.1);
}

.section {
  padding: 34px 0 22px;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px) auto;
  gap: 28px;
  align-items: start;
  margin-bottom: 26px;
}

.section-head.compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.section-head p {
  color: var(--muted);
}

.section-head a {
  color: #1c5f5b;
  font-weight: 800;
  white-space: nowrap;
}

.tabs {
  display: inline-flex;
  padding: 4px;
  gap: 4px;
  background: #f0eee9;
  border-radius: 999px;
}

.tabs button {
  padding: 10px 24px;
  border: 0;
  color: var(--muted);
  background: transparent;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.tabs .active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

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

.project-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
  box-shadow: 0 14px 30px rgba(20, 18, 14, 0.08);
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: 255px;
  object-fit: cover;
  display: block;
  filter: saturate(0.94);
  transition: transform 0.35s ease;
}

.project-card:hover img {
  transform: scale(1.04);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0.82)
  );
}

.badges,
.project-info {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
}

.badges {
  top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.badges span {
  padding: 6px 10px;
  color: #fff;
  background: rgba(20, 20, 20, 0.55);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.badges span:last-child {
  margin-left: auto;
  color: #285852;
  background: rgba(255, 255, 255, 0.88);
}

.project-info {
  bottom: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  align-items: end;
  color: #fff;
}

.project-info h3 {
  margin: 0;
  font-size: 28px;
}

.project-info p {
  grid-column: 1 / 2;
  margin: 0;
  opacity: 0.86;
}

.project-info strong {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  align-self: end;
  font-size: 18px;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(390px, 100%);
  min-height: 54px;
  margin: 30px auto 0;
  color: #fff;
  background: #111;
  border-radius: 5px;
  font-weight: 800;
}

.planning {
  position: relative;
  width: 100%;
  min-height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.planning::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 66%;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 44%,
    rgba(255, 255, 255, 0.9) 56%,
    rgba(255, 255, 255, 0.48) 74%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.planning-copy {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 54px));
  max-width: none;
  padding: 34px 0 24px 28px;
}

.eyebrow {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.planning-copy h2 {
  max-width: 570px;
  margin-bottom: 20px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.planning-copy h2 span {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.planning-copy p {
  max-width: 520px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.offer {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  width: 560px;
  min-height: 92px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 14px 22px;
  background: rgba(246, 238, 228, 0.94);
  border-radius: 12px;
}

.offer i {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
}
.offer i > img {
  width: 100%;
}

.offer b,
.offer small {
  display: block;
}

.offer b {
  grid-column: 2;
  color: #111;
  font-size: 20px;
  line-height: 1.18;
}

.offer b strong {
  display: block;
  color: var(--gold);
  font-size: 21px;
  font-weight: 800;
}

.offer small {
  grid-column: 2;
  margin-top: -5px;
  color: var(--muted);
  font-size: 15px;
  white-space: nowrap;
}

form {
  display: grid;
  grid-template-columns: 200px 205px 300px;
  gap: 12px;
  width: min(729px, 100%);
  max-width: 100%;
}

input {
  min-height: 52px;
  min-width: 0;
  padding: 0 18px;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  background: #fff;
  color: #777;
  font-size: 14px;
}

form button,
aside button {
  min-height: 52px;
  padding: 0 20px;
}

form button {
  background: #111;
  border-radius: 8px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.22);
  font-size: 13px;
  text-transform: none;
}

.privacy {
  position: relative;
  margin-top: 20px;
  /* padding-left: 38px; */
  color: #8a877f;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy > img {
  width: 35px;
}

.planning-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.planning-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 72% center;
  display: block;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 22px 34px 24px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.steps div {
  position: relative;
  display: grid;
  grid-template-columns: 36px 42px 1fr;
  gap: 3px 10px;
  align-items: center;
  padding-right: 24px;
}

.steps div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 48px;
  border-top: 1px dotted #cfc8bb;
}

.steps b {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-size: 12px;
}

.step-icon {
  grid-row: 1 / 3;
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}

span.step-icon.chat > img,
span.step-icon.tools > img,
span.step-icon.home > img {
  width: 45px;
  height: 45px;
}

/* .step-icon.home::before {
  left: 9px;
  top: 19px;
  width: 24px;
  height: 21px;
  border-top: 0;
} */

/* .step-icon.home::after {
  left: 9px;
  top: 8px;
  width: 23px;
  height: 23px;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
} */

.steps h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.built-section {
  padding-top: 34px;
}

.built-section h2 {
  margin: 0 0 25px;
  color: #111;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.05;
}

.built-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 306px 306px;
  gap: 16px;
}

.built-card {
  position: relative;
  min-height: 306px;
  overflow: hidden;
  border-radius: 10px;
  background: #111;
}

.built-card-big {
  grid-row: 1 / 3;
  min-height: 628px;
}

.built-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.built-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0.82) 100%
  );
}

.built-info {
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 28px;
  bottom: 27px;
  color: #fff;
}

.built-info h3 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
}

.built-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 700;
}

.built-info .location {
  margin-bottom: 13px;
}

.built-info .location::before,
.built-info .meta::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  margin-right: 10px;
  color: #fff;
  font-weight: 400;
}

.built-info .location::before {
  content: "⌖";
}

.built-info .meta::before {
  content: "▧";
}

.built-info .meta span {
  display: inline-block;
  margin: 0 12px;
  opacity: 0.75;
}

.built-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 500px;
  min-height: 66px;
  margin: 25px auto 26px;
  color: #fff;
  background: #111;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
}

.built-more span {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 132px;
  margin-top: 0;
  padding: 0 28px;
  background: #f7f1e9;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}

.features span {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-content: center;
  column-gap: 18px;
  min-height: 132px;
  padding: 24px 26px;
  border-right: 1px solid #ded5ca;
  color: #4d4a44;
  font-size: 14px;
  line-height: 1.45;
}

.features span:last-child {
  border-right: 0;
}

.feature-deadline > img,
.feature-price > img,
.feature-quality > img,
.feature-warranty > img {
  width: 52px;
}

.features b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.prices {
  padding-top: 18px;
  padding-bottom: 46px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.price-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.price-eyebrow span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 23px;
  color: #fff;
  background: var(--gold);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.prices h2 {
  max-width: 680px;
  margin: 0 0 14px;
  color: #111;
  font-size: 42px;
  font-weight: 750;
  line-height: 1.08;
}

.prices > p {
  max-width: 540px;
  margin-bottom: 20px;
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.price-card {
  position: relative;
  overflow: visible;
  min-height: 545px;
  padding: 0;
  border: 1px solid #eee8df;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(25, 22, 18, 0.04);
}

.price-card::after {
  content: "->";
  position: absolute;
  z-index: 4;
  top: 116px;
  right: -29px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #151515;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.14);
}

.price-card:nth-child(3)::after {
  display: none;
}

.price-photo {
  position: relative;
  height: 265px;
  overflow: hidden;
  background: #ddd;
  border-radius: 10px 10px 0 0;
}

.price-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0) 52%
  );
}

.price-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price-photo span {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 15px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 50%;
  color: var(--gold);
  font-size: 16px;
  font-weight: 900;
}

.price-photo h3 {
  position: absolute;
  z-index: 1;
  left: 55px;
  top: 17px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
}

.price-body {
  padding: 22px 30px 20px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.price-body strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 31px;
  font-weight: 750;
  line-height: 1.08;
}

.price-body strong small {
  color: #69655f;
  font-size: 15px;
  font-weight: 650;
  text-transform: uppercase;
}

.price-from {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.price-caption {
  margin: 0 0 10px;
  color: #1d1d1b;
  font-size: 13px;
  font-weight: 750;
}

.included {
  display: grid;
  gap: 9px;
  min-height: 128px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.included li {
  position: relative;
  min-height: 16px;
  padding-left: 28px;
  color: #33312d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

.icon-list li::before,
.plus-list li::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #666;
  font-size: 16px;
  font-weight: 900;
}

.icon-list li::before {
  content: "▦";
  font-size: 13px;
}

.plus-list li::before {
  content: "+";
  color: #111;
}
.plus-list li:last-child::before {
  content: "";
  color: #111;
}
.gold-plus li::before {
  color: var(--gold);
}

.price-body a {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.price-body a span {
  display: inline-block;
  margin-left: 8px;
}

.price-cta {
  display: grid;
  grid-template-columns: 92px 1fr 330px;
  gap: 22px;
  align-items: center;
  min-height: 108px;
  margin-top: 20px;
  padding: 20px 58px 20px 48px;
  background: #faf5ee;
  border-radius: 10px;
}

.calc-icon {
  position: relative;
  width: 64px;
  height: 64px;
  justify-self: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(176, 111, 16, 0.1);
}
.calc-icon > img {
  width: 100%;
}

.price-cta h3 {
  max-width: 330px;
  margin: 0 0 6px;
  color: #111;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.12;
}

.price-cta p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.38;
}

.cta-action {
  display: grid;
  gap: 10px;
}

.price-cta button {
  width: 100%;
  min-height: 52px;
  padding: 0 26px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
}

.price-cta button span {
  display: inline-block;
  margin-left: 16px;
  font-size: 22px;
  font-weight: 400;
}

.price-cta small {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-size: 12px;
}

.price-cta small::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 17px;
  height: 21px;
  border: 2px solid var(--gold);
  border-radius: 12px 12px 8px 8px;
}

.numbers-section {
  width: min(1360px, calc(100% - 24px));
  margin: 8px auto 34px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.numbers-hero {
  min-height: 260px;
  padding: 24px 34px 58px;
  border-radius: 0;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.98) 28%,
      rgba(255, 255, 255, 0.67) 46%,
      rgba(255, 255, 255, 0.14) 68%
    ),
    url("../topdom_goodwood/upload/iblock/1b5/1b5e63b539feb3c4bede0a51ac688420.png")
      center right / cover no-repeat;
}

.numbers-copy {
  width: min(650px, 100%);
}

.numbers-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #d94d7d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.numbers-eyebrow span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 24px;
  color: #fff;
  background: #d94d7d;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.numbers-copy h2 {
  margin: 0 0 12px;
  color: #064c40;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.numbers-copy h2 strong {
  display: block;
  color: #d94d7d;
  font-weight: 700;
}

.numbers-copy p {
  max-width: 565px;
  margin: 0;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -46px;
}

.number-card,
.trust-card {
  min-height: 190px;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(21, 24, 26, 0.08);
}

.number-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  justify-items: start;
  align-content: start;
  padding: 28px 28px 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  text-align: left;
}

.number-icon {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
  margin: 2px 0 0;
}
.number-icon > img {
  width: 100%;
}
.number-icon::before,
.number-icon::after {
  content: "";
  position: absolute;
  border-color: #064c40;
}

.number-value {
  grid-column: 2;
  color: #064c40;
  font-size: 52px;
  font-weight: 800;
  line-height: 0.95;
}

.number-value span {
  color: #d94d7d;
}

.number-card h3 {
  grid-column: 2;
  margin: 6px 0 9px;
  color: #111;
  font-size: 15px;
  font-weight: 800;
}

.number-card i {
  grid-column: 2;
  width: 34px;
  height: 2px;
  margin-bottom: 12px;
  background: #d94d7d;
}

.number-card p {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 250px;
  margin: 0;
  color: #202020;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.trust-card {
  grid-column: span 2;
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(3, 76, 65, 0.98) 0%,
      rgba(3, 76, 65, 0.92) 43%,
      rgba(3, 76, 65, 0.45) 66%,
      rgba(3, 76, 65, 0.12) 100%
    ),
    url("../topdom_goodwood/upload/iblock/14b/14b45c4ac44295d36d4a2af1b9a07836.jpg")
      78% center / cover no-repeat;
}

.trust-card::after {
  content: "";
  position: absolute;
  right: 210px;
  bottom: -18px;
  width: 250px;
  height: 58px;
  border-radius: 50%;
  background: rgba(217, 77, 125, 0.84);
  transform: rotate(-12deg);
  filter: blur(1px);
}

.trust-content {
  position: relative;
  z-index: 1;
  width: min(500px, 72%);
  padding: 31px 0 14px 92px;
  color: #fff;
}

.trust-icon {
  position: absolute;
  left: 32px;
  top: 31px;
  width: 52px;
  height: 52px;
  /* border: 3px solid #d94d7d;
  border-radius: 20px 20px 13px 13px; */
}
.trust-icon > img {
  width: 100%;
}
.trust-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.trust-card h3 strong {
  display: block;
  color: #d94d7d;
}

.trust-card p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.42;
}

.celebrity-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 54px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.celebrity-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #e04f83;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.celebrity-eyebrow span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 24px;
  color: #fff;
  background: #e04f83;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.celebrity-section h2 {
  margin: 0 0 14px;
  color: #034a3f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.celebrity-section h2 strong {
  margin-left: 18px;
  color: #e04f83;
  font-weight: 700;
}

.celebrity-lead {
  margin: 0 0 28px;
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
}

.celebrity-grid {
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  gap: 22px;
}

.celebrity-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 14px;
  background: #f7f5f1;
  box-shadow: 0 12px 34px rgba(20, 24, 26, 0.09);
}

.celebrity-card-valuev {
  display: grid;
  grid-template-columns: 58% 42%;
}

.celebrity-card-adel {
  display: grid;
  grid-template-columns: 40% 31% 29%;
}

.celebrity-photo {
  position: relative;
  overflow: hidden;
}

.celebrity-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.valuev-photo {
  background: #fff;
}

.valuev-photo img {
  object-fit: contain;
  object-position: left bottom;
  transform: scale(1.08) translateX(-3%);
  transform-origin: left bottom;
}

.adel-photo {
  background: #f5f3ef;
}

.adel-photo img {
  object-fit: cover;
  object-position: 45% bottom;
}

.celebrity-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 70px 28px 30px 30px;
}
.celebrity-info_img {
  width: 100%;
}
.adel-info {
  padding: 76px 24px 30px 30px;
}

.celebrity-info h3 {
  margin: 0;
  color: #034a3f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.celebrity-info i {
  width: 52px;
  height: 3px;
  margin: 24px 0 26px;
  background: #e04f83;
}

.celebrity-info ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.celebrity-info li,
.client-built {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  color: #222;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.client-built {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(15, 22, 24, 0.16);
}

.client-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: #e04f83;
}

.client-icon::before,
.client-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.celebrity-info a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 260px);
  min-height: 52px;
  margin-top: 28px;
  padding: 0 22px;
  color: #fff;
  background: #004f43;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 79, 67, 0.22);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.celebrity-info a span {
  color: #e04f83;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.5;
}

.social-post {
  align-self: center;
  width: calc(100% - 24px);
  margin-right: 20px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: #070d17;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.post-top {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  font-size: 20px;
}

.post-top span {
  font-size: 33px;
  line-height: 1;
}

.post-top strong {
  justify-self: center;
  margin-right: 34px;
  font-size: 16px;
}

.post-user {
  display: grid;
  grid-template-columns: 40px 1fr 34px;
  gap: 10px;
  align-items: center;
  padding: 0 15px 12px;
}

.post-avatar {
  width: 38px;
  height: 38px;
  border: 2px solid #e04f83;
  border-radius: 50%;
  background: linear-gradient(135deg, #e7b36c, #f7f1e7 45%, #0c594a);
}

.post-user b {
  display: block;
  font-size: 12px;
  line-height: 1.1;
}

.post-user small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  line-height: 1.25;
}

.post-user em {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  letter-spacing: 2px;
}

.social-post > img {
  display: block;
  width: 100%;
  height: 335;
  aspect-ratio: 1 / 1.12;
  object-fit: contain;
  object-position: center;
}

.post-actions {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 13px 13px 7px;
  font-size: 12px;
  font-weight: 800;
}

.social-post p {
  margin: 0;
  padding: 0 13px 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.35;
}

.social-post p b {
  color: #fff;
}

.social-post > small {
  display: block;
  padding: 0 13px 18px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.recognition-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 42px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.recognition-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #e04f83;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.recognition-eyebrow span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 22px;
  color: #fff;
  background: #e04f83;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.recognition-section h2 {
  margin: 0 0 14px;
  color: #034a3f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.recognition-section h2 strong {
  color: #e04f83;
  font-weight: 700;
}

.recognition-lead {
  margin: 0 0 22px;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
}

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

.recognition-card {
  --accent: #0c64da;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  border: 2px solid var(--accent);
  border-radius: 13px;
  background: #fff;
  text-align: center;
}

.recognition-green {
  --accent: #4b9826;
}

.recognition-pink {
  --accent: #e85083;
}

.recognition-red {
  --accent: #c81523;
}

.recognition-logo {
  display: grid;
  justify-items: center;
  align-content: end;
  min-height: 166px;
  padding: 22px 18px 0;
  color: #080808;
  text-transform: uppercase;
}

.recognition-logo b {
  display: block;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.02;
}

.recognition-logo small {
  margin-top: 4px;
  margin-left: 0;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.04;
  text-align: center;
}

.logo-mark {
  position: relative;
  width: 180px;
  /* height: 62px; */
  /* margin-bottom: 14px; */
  /* color: var(--accent); */
}
.logo-mark > img {
  width: 100%;
}

.partner-label {
  width: 176px;
  margin: 18px auto 12px;
  padding: 9px 12px;
  border: 2px solid rgba(232, 80, 131, 0.28);
  border-radius: 999px;
  color: #e04f83;
  background: rgba(232, 80, 131, 0.05);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.village-logo {
  min-height: 132px;
  padding-top: 26px;
}

.village-cloud {
  display: grid;
  place-items: center;
  width: 182px;
  /* height: 98px; */
  /* margin-bottom: 12px; */
  color: #fff;

  font-size: 24px;
  font-weight: 950;
  line-height: 0.78;
}

.village-cloud span {
  font-size: 17px;
}

.village-logo b {
  font-size: 20px;
}

.russia-logo {
  /* grid-template-columns: 1fr 78px; */
  align-items: center;
  min-height: 184px;
  padding-top: 26px;
}

.russia-logo b {
  justify-self: end;
  font-size: 27px;
  line-height: 0.92;
  text-align: left;
}

.recognition-card > i {
  width: 36px;
  height: 2px;
  margin: 0px auto 16px;
  background: var(--accent);
}

.recognition-card > p {
  min-height: 54px;
  margin: 0 18px;
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.recognition-bottom {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 138px;
  margin-top: auto;
  padding: 20px 26px;
  color: #fff;
  background: var(--accent);
  text-align: left;
}

.recognition-bottom::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -22px;
  width: 136px;
  height: 122px;
  opacity: 0.17;
  border: 2px solid #fff;
  border-radius: 12px 12px 0 0;
}

.recognition-bottom strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 9px;
  font-size: 48px;
  font-weight: 950;
  line-height: 0.85;
}

.recognition-bottom strong span {
  font-size: 22px;
}

.recognition-bottom p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.18;
}

.recognition-cta {
  display: grid;
  grid-template-columns: 68px 1fr 310px;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  margin-top: 20px;
  padding: 14px 26px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(19, 24, 26, 0.08);
}

.recognition-pin {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(232, 80, 131, 0.14);
  display: flex;
  justify-content: center;
  align-items: center;
}
.recognition-pin > img {
  width: 32px;
}
.recognition-cta h3 {
  margin: 0 0 6px;
  color: #034a3f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

.recognition-cta p {
  margin: 0;
  color: #191919;
  font-size: 15px;
  line-height: 1.32;
}

.recognition-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 24px;
  color: #fff;
  background: #004f43;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 79, 67, 0.22);
}

.recognition-cta a span {
  color: #e04f83;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.5;
}

.villages-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 52px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.villages-hero {
  position: relative;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 410px;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.96) 26%,
      rgba(255, 255, 255, 0.58) 43%,
      rgba(255, 255, 255, 0.05) 70%
    ),
    url("../topdom_goodwood/upload/iblock/1b5/1b5e63b539feb3c4bede0a51ac688420.png")
      center right / cover no-repeat;
}

.villages-copy {
  position: relative;
  z-index: 1;
  padding: 14px 0 28px 16px;
}

.villages-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #e04f83;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.villages-eyebrow span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 22px;
  color: #fff;
  background: #e04f83;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.villages-copy h2 {
  margin: 0;
  color: #034a3f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.villages-copy h2 strong {
  color: #e04f83;
  font-weight: 700;
}

.villages-copy > i {
  display: block;
  width: 62px;
  height: 2px;
  margin: 16px 0 16px;
  background: #e04f83;
}

.villages-copy > p {
  max-width: 410px;
  margin: 0 0 22px;
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.38;
}

.villages-copy ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.villages-copy li {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  align-items: start;
}

.villages-copy li b,
.villages-copy li small {
  grid-column: 2;
}

.villages-copy li b {
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.villages-copy li small {
  color: #202020;
  font-size: 13px;
  line-height: 1.25;
}

.village-mini-icon {
  position: relative;
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  color: #e04f83;
}
.village-mini-icon > img {
  width: 100%;
}
.village-mini-icon::before,
.village-mini-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.villages-count {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 34px 70px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.villages-count strong {
  font-size: 130px;
  font-weight: 950;
  line-height: 0.72;
}

.villages-count span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.08;
}

.villages-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.86fr 0.96fr;
  gap: 14px;
  margin-top: 16px;
}

.village-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #111;
  box-shadow: 0 8px 24px rgba(19, 24, 26, 0.08);
}

.village-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.2) 42%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.village-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
}

.village-badge,
.village-location {
  position: absolute;
  z-index: 2;
  top: 14px;
  min-height: 28px;
  padding: 7px 13px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.village-badge {
  left: 14px;
  background: #e04f83;
}

.village-location {
  right: 14px;
  color: #333;
  background: rgba(255, 255, 255, 0.85);
}

.village-card-info {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 16px;
}

.village-card-info h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.village-card-info p {
  max-width: 430px;
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
}

.village-tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.village-card:not(.village-card-main) .village-tags {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.village-tags span {
  position: relative;
  min-height: 34px;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.village-tags span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #e04f83;
  border-radius: 4px;
}

.villages-cta {
  display: grid;
  grid-template-columns: 58px 1fr 322px;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  margin-top: 20px;
  padding: 14px 34px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(19, 24, 26, 0.08);
}

.villages-cta-icon {
  position: relative;
  width: 44px;
  height: 44px;
  color: #e04f83;
}
.villages-cta-icon > img {
  width: 100%;
}

.villages-cta h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
}

.villages-cta p {
  margin: 0;
  color: #3c3c3c;
  font-size: 13px;
  line-height: 1.32;
}

.villages-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 24px;
  color: #fff;
  background: #004f43;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 79, 67, 0.22);
}

.villages-cta a span {
  color: #e04f83;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.5;
}

.safety-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 52px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.safety-hero {
  min-height: 410px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.97) 29%,
      rgba(255, 255, 255, 0.62) 49%,
      rgba(255, 255, 255, 0.08) 70%
    ),
    url("./assets/img/background_block_11.png") center right / cover no-repeat;
}

.safety-copy {
  width: min(620px, 100%);
  padding: 18px 0 30px 12px;
}

.safety-eyebrow,
.process-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e04f83;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.safety-eyebrow {
  margin-bottom: 20px;
}

.safety-eyebrow span,
.process-eyebrow span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 22px;
  color: #fff;
  background: #e04f83;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
}

.safety-copy h2 {
  margin: 0 0 34px;
  color: #061c17;
  font-size: 38px;
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: 0;
}

.safety-copy h2 strong {
  display: block;
  color: #e04f83;
}

.safety-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 48px;
}

.safety-points div {
  min-height: 118px;
  padding: 0 20px;
  border-right: 1px solid #dedede;
}

.safety-points div:first-child {
  padding-left: 0;
}

.safety-points div:last-child {
  border-right: 0;
}

.safety-points b {
  display: block;
  margin-top: 18px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.safety-icon {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  color: #e04f83;
}
.safety-icon > img {
  width: 100%;
}
.safety-icon::before,
.safety-icon::after,
.process-benefit-icon::before,
.process-benefit-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.safety-note {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  padding: 12px 22px;
  border-radius: 8px;
  background: rgba(247, 247, 247, 0.92);
}

.safety-note b {
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.process-panel {
  margin-top: 12px;
  padding: 22px 8px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(19, 24, 26, 0.08);
}

.process-eyebrow {
  margin: 0 0 14px;
}

.process-panel h2 {
  margin: 0 0 18px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
}

.process-panel h2 strong {
  color: #e04f83;
  font-weight: 700;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.process-card {
  position: relative;
  min-width: 0;
  padding: 14px 8px 8px;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(19, 24, 26, 0.06);
}

.process-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -20px;
  color: #e04f83;
  font-size: 26px;
  font-weight: 900;
  transform: translateY(-12%);
}

.process-title {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: start;
  min-height: 54px;
}

.process-title span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #e04f83;
  border: 2px solid #e04f83;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.process-title b {
  color: #111;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.18;
}

.process-card img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 5px;
}

.process-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 10px;
  padding: 18px 24px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}

.process-benefits span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.process-benefit-icon {
  position: relative;
  width: 34px;
  height: 34px;
  color: #e04f83;
}
.process-benefit-icon > img {
  width: 100%;
}

.tech-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 42px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.tech-hero {
  min-height: 330px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.96) 30%,
      rgba(255, 255, 255, 0.58) 50%,
      rgba(255, 255, 255, 0.05) 70%
    ),
    url("./assets/img/block_13/background_block_13.png") center right / cover
      no-repeat;
}

.tech-copy {
  width: min(560px, 100%);
  padding: 16px 0 22px 8px;
}

.tech-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #d90d20;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tech-eyebrow span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #d90d20;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.tech-copy h2 {
  margin: 0 0 22px;
  color: #081d29;
  font-size: 42px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tech-copy h2 strong {
  color: #d90d20;
}

.tech-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  max-width: 520px;
  min-height: 96px;
  padding: 16px 20px;
  border: 1px solid rgba(217, 13, 32, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
}

.tech-note p {
  margin: 0;
  color: #15202a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.52;
}

.tech-note-icon,
.tech-icon {
  position: relative;
  display: block;
  color: #d90d20;
}

.tech-note-icon {
  width: 36px;
  height: 40px;
}
.tech-note-icon > img {
  width: 100%;
}
.tech-note-icon::before,
.tech-note-icon::after,
.tech-icon::before,
.tech-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.tech-card {
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 7px 7px 0 0;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20, 24, 26, 0.06);
}

.tech-card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tech-card-body {
  min-height: 118px;
  padding: 18px 16px 16px;
}

.tech-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
}
.tech-icon > img {
  width: 100%;
  height: 100%;
}

.tech-card h3 {
  margin: 0;
  color: #101923;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
}

.reviews-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 54px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.reviews-head {
  display: grid;
  grid-template-columns: 1fr minmax(430px, 650px);
  gap: 30px;
  align-items: end;
  margin-bottom: 18px;
}

.reviews-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #d90d20;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.reviews-eyebrow span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #d90d20;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.reviews-head h2 {
  margin: 0;
  color: #111;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.reviews-head h2 strong {
  color: #d90d20;
}

.youtube-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
}

.youtube-note span {
  position: relative;
  display: block;
  width: 32px;
  height: 24px;
  margin-top: 3px;
  background: #e50012;
  border-radius: 7px;
}

.youtube-note span::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
}

.youtube-note b {
  display: block;
  margin-bottom: 7px;
  color: #111;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.youtube-note p {
  margin: 0;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
}

.video-reviews {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.video-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(19, 24, 26, 0.08);
}

.video-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 40px;
  background: #f01414;
  border-radius: 9px;
  transform: translate(-50%, -50%);
}

.play-button::after {
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

.video-thumb time {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 3px 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.82);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.video-card h3 {
  margin: 12px 16px 8px;
  color: #111;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.28;
}

.video-card p {
  margin: 0 16px 16px;
  color: #888;
  font-size: 13px;
  font-weight: 700;
}

.review-arrow {
  position: absolute;
  z-index: 3;
  top: 92px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #d90d20;
  background: #fff;
  box-shadow: 0 7px 22px rgba(19, 24, 26, 0.12);
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
}

.review-prev {
  left: -22px;
}

.review-next {
  right: -22px;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 15px 0 18px;
}

.review-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d8d8;
}

.review-dots .active {
  background: #f01414;
}

.reviews-info-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 1fr;
  gap: 16px;
}

.rating-card,
.yandex-card,
.talk-card {
  min-height: 350px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(19, 24, 26, 0.06);
}

.rating-card {
  padding: 36px 28px 28px;
}

.rating-row {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-bottom: 22px;
}

.rating-row strong {
  color: #050505;
  font-size: 76px;
  font-weight: 950;
  line-height: 0.9;
}

.rating-row span {
  color: #ffc400;
  font-size: 29px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.rating-card h3 {
  margin: 0 0 24px;
  color: #d90d20;
  font-size: 28px;
  font-weight: 950;
}

.rating-card b {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

.rating-card p {
  margin: 0 0 46px;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.rating-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 30px;
  border: 1px solid #f01414;
  border-radius: 8px;
  color: #d90d20;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.yandex-card {
  padding: 20px 22px 14px;
}

.yandex-card h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

.yandex-review {
  display: grid;
  grid-template-columns: 38px 1fr 108px;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f3f6;
  font-size: 19px;
}

.yandex-review b {
  display: block;
  color: #2c70b8;
  font-size: 13px;
  font-weight: 900;
}

.yandex-review small {
  display: block;
  margin: 2px 0 6px;
  color: #666;
  font-size: 11px;
  font-weight: 700;
}

.yandex-review span {
  display: block;
  color: #ffc400;
  font-size: 12px;
  font-weight: 900;
}

.yandex-review p {
  margin: 4px 0 0;
  color: #111;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.yandex-review img {
  width: 108px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px;
}

.yandex-card > a {
  display: block;
  color: #2c70b8;
  font-size: 13px;
  font-weight: 850;
  text-align: right;
  text-decoration: none;
}

.talk-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  padding: 22px 22px 18px;
}

.talk-copy {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
}

.talk-icon {
  position: relative;
  width: 42px;
  height: 42px;
  color: #f01414;
}
.talk-icon > img {
  width: 100% !important;
  height: 100% !important;
}

.talk-copy h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.02;
}

.talk-copy p {
  grid-column: 2;
  margin: 0 0 14px;
  color: #333;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.talk-card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: center top;
  border-radius: 7px;
}

.talk-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-top: -8px;
  padding: 0 28px;
  color: #fff;
  background: #e70e10;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(231, 14, 16, 0.22);
}

.reviews-footer {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  margin-top: 18px;
  padding: 12px 150px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(19, 24, 26, 0.05);
}

.reviews-shield {
  position: relative;
  width: 34px;
  height: 38px;
  color: #f01414;
}
.reviews-shield > img {
  width: 100%;
}
.reviews-footer p {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.team-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 42px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.team-head {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 650px);
  gap: 40px;
  align-items: start;
  margin-bottom: 18px;
}

.team-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #d90d20;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.team-eyebrow span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #d90d20;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.team-head h2 {
  margin: 0;
  color: #111;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.team-head h2 strong {
  color: #d90d20;
}

.team-head > p {
  max-width: 560px;
  margin: 34px 0 0;
  color: #191919;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.team-hero {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  border-radius: 10px;
  background: #111;
}

.team-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0.74) 100%
  );
}

.team-hero img {
  display: block;
  width: 100%;
  height: 315px;
  object-fit: cover;
  object-position: center;
}

.team-hero-caption {
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: end;
  color: #fff;
}

.team-hero-caption strong {
  grid-row: 1 / 3;
  font-size: 66px;
  font-weight: 950;
  line-height: 0.82;
}

.team-hero-caption span {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.team-hero-caption p {
  grid-column: 1 / -1;
  max-width: 580px;
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.22;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.team-card {
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(19, 24, 26, 0.08);
}

.team-photo {
  height: 290px;
  /* background-image: url("assets/team-portraits.png");
  background-repeat: no-repeat;
  background-size: 600% 100%; */
}
.team-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 
.member-1 {
  background-position: 0% 50%;
}

.member-2 {
  background-position: 20% 50%;
}

.member-3 {
  background-position: 40% 50%;
}

.member-4 {
  background-position: 60% 50%;
}

.member-5 {
  background-position: 80% 50%;
}

.member-6 {
  background-position: 100% 50%;
} */

.team-info {
  min-height: 96px;
  padding: 12px 14px 14px;
}

.team-info i {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 12px;
  background: #d90d20;
}

.team-info h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.team-info p {
  margin: 0;
  color: #333;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.payment-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 54px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.payment-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #d90d20;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.payment-eyebrow span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #d90d20;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.payment-section > h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 42px;
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

.payment-section > h2 strong {
  color: #d90d20;
}

.payment-lead {
  margin: 0 0 22px;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 650;
}

.payment-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.02fr 0.92fr 0.92fr;
  gap: 14px;
}

.payment-card {
  min-height: 500px;
  padding: 26px 22px 14px;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(19, 24, 26, 0.07);
}

.payment-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  color: #e9002c;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20, 24, 26, 0.08);
}
.payment-icon > img {
  width: 100%;
}
.payment-icon::before,
.payment-icon::after,
.payment-chat::before,
.payment-chat::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.payment-card h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.12;
}

.payment-card p {
  margin: 0 0 20px;
  color: #111;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.payment-card p strong,
.payment-card > strong {
  color: #e9002c;
}

.payment-card > strong {
  display: block;
  margin: 0 0 2px;
  font-size: 31px;
  font-weight: 950;
  line-height: 1;
}

.payment-card > small {
  display: block;
  margin-bottom: 18px;
  color: #555;
  font-size: 13px;
  font-weight: 650;
}

.payment-card > img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.mortgage-card ul {
  display: grid;
  gap: 16px;
  margin: 0 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px dashed #d5d5d5;
  list-style: none;
}

.mortgage-card li {
  position: relative;
  padding-left: 34px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.mortgage-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #e9002c;
  border: 2px solid #e9002c;
  border-radius: 50%;
  font-size: 13px;
}

.bank-title {
  margin-bottom: 10px;
  color: #111;
  font-size: 13px;
  font-weight: 800;
}

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

.bank-grid span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 8px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(19, 24, 26, 0.08);
  color: #0c8943;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}
.bank-grid > span > img {
  width: 100%;
}
.bank-grid span:nth-child(2) {
  color: #156ac0;
  font-size: 23px;
}

.bank-grid span:nth-child(3) {
  color: #1d5b66;
}

.bank-grid span:nth-child(4),
.bank-grid span:nth-child(5) {
  grid-column: span 1;
  color: #111;
}

.bank-grid span:nth-child(5) {
  color: #e9002c;
}

.installment-photo {
  position: relative;
  margin-top: 56px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
}

.installment-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.82));
}

.installment-photo img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.installment-photo b,
.installment-photo small {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
}

.installment-photo b {
  bottom: 42px;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.12;
}

.installment-photo small {
  bottom: 18px;
  font-size: 13px;
  font-weight: 750;
}

.payment-cta {
  display: grid;
  grid-template-columns: 76px 1fr 300px 260px;
  gap: 22px;
  align-items: center;
  min-height: 112px;
  margin-top: 26px;
  padding: 20px 26px;
  border: 1px solid rgba(233, 0, 44, 0.35);
  border-radius: 10px;
  background: #fff;
}

.payment-chat {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: #fff;
  /* background: #e9002c; */
  border-radius: 50%;
}
.payment-chat > img {
  width: 100%;
}

.payment-cta h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.15;
}

.payment-cta p {
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.payment-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 28px;
  color: #fff;
  background: #e9002c;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(233, 0, 44, 0.18);
}

.payment-cta a span {
  font-size: 27px;
  font-weight: 500;
}

.payment-cta ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-cta li {
  position: relative;
  padding-left: 32px;
  color: #555;
  font-size: 14px;
  font-weight: 750;
}

.payment-cta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 19px;
  height: 22px;
  border: 2px solid #7c8793;
  border-radius: 10px 10px 7px 7px;
}

.visit-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto 54px;
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.visit-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #d90d20;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.visit-eyebrow span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #d90d20;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.visit-section > h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 42px;
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

.visit-section > h2 strong {
  color: #d90d20;
}

.visit-lead {
  margin: 0 0 18px;
  color: #696969;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

/* .visit-map {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid #d9e4d7;
  border-radius: 11px;
  background:
    radial-gradient(
      circle at 18% 34%,
      rgba(123, 173, 109, 0.18) 0 10%,
      transparent 11%
    ),
    radial-gradient(
      circle at 82% 25%,
      rgba(123, 173, 109, 0.18) 0 13%,
      transparent 14%
    ),
    radial-gradient(
      circle at 72% 78%,
      rgba(123, 173, 109, 0.2) 0 16%,
      transparent 17%
    ),
    linear-gradient(
      26deg,
      transparent 0 48%,
      rgba(239, 183, 86, 0.55) 49% 50%,
      transparent 51%
    ),
    linear-gradient(
      151deg,
      transparent 0 45%,
      rgba(239, 183, 86, 0.45) 46% 47%,
      transparent 48%
    ),
    linear-gradient(
      86deg,
      transparent 0 38%,
      rgba(239, 183, 86, 0.42) 39% 40%,
      transparent 41%
    ),
    linear-gradient(
      12deg,
      transparent 0 58%,
      rgba(65, 118, 194, 0.4) 59% 60%,
      transparent 61%
    ),
    #edf3e9;
} */

/* .visit-map::before {
  content: "Зеленоград                         Химки             Мытищи                         Щёлково\A Красногорск             Москва              Балашиха                 Ногинск\A Новорижское ш.             Одинцово          Люберцы                       Ногинск";
  position: absolute;
  inset: 38px 60px;
  color: rgba(36, 46, 52, 0.58);
  font-size: 11px;
  font-weight: 650;
  line-height: 6.8;
  white-space: pre;
} */
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #000;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.ymap-container.map-msk.test {
  width: 100%;
  height: 300px;
}
.complited_house .project__image-wrap,
.map-yandex.test {
  height: 300px;
}

.map-msk.test {
  background: url("./assets/img/map.png") no-repeat #fff;
  background-size: cover;
  background-position: center;
}

.icon_dot {
  width: 25px;
  height: 25px;
}

.map-pin {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  min-width: 138px;
  padding: 10px 14px 10px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(19, 24, 26, 0.12);
}

.map-pin i {
  position: relative;
  grid-row: 1 / 3;
  width: 30px;
  height: 38px;
  color: #e9002c;
}

.map-pin i::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 20px;
  height: 27px;
  background: currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map-pin i::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}

.map-pin b {
  color: #111;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
}

.map-pin small {
  color: #333;
  font-size: 10px;
  font-weight: 700;
}

.pin-riga {
  left: 18%;
  top: 13%;
}

.pin-heritage {
  right: 24%;
  top: 9%;
}

.pin-city {
  left: 44%;
  top: 51%;
}

.pin-country {
  left: 23%;
  bottom: 15%;
}

.pin-alexino {
  right: 15%;
  top: 56%;
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.visit-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(19, 24, 26, 0.07);
}

.visit-card > img {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: cover;
}

.visit-card > span {
  position: absolute;
  left: 12px;
  top: 10px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(15, 25, 36, 0.9);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 850;
}

.visit-card > div {
  padding: 14px 14px 16px;
}

.visit-card h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.08;
}

.visit-card p {
  position: relative;
  min-height: 58px;
  margin: 0 0 14px;
  /* padding-left: 24px; */
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.visit-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(233, 0, 44, 0.65);
  border-radius: 7px;
  color: #e9002c;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.visit-card a b {
  font-size: 18px;
}

.visit-cta {
  display: grid;
  grid-template-columns: 66px 1fr 270px 360px;
  gap: 20px;
  align-items: center;
  min-height: 96px;
  margin-top: 16px;
  padding: 16px 24px;
  border: 1px solid rgba(233, 0, 44, 0.35);
  border-radius: 10px;
  background: #fff;
}

.visit-calendar {
  position: relative;
  width: 56px;
  height: 56px;
  color: #fff;
  /* background: #e9002c; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visit-calendar > img {
  width: 100%;
}
.visit-cta h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.15;
}

.visit-cta p {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.32;
}

.visit-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 24px;
  color: #fff;
  background: #e9002c;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.visit-cta a span {
  font-size: 26px;
}

.visit-cta ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visit-cta li {
  color: #333;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
}

.visit-cta li small {
  color: #777;
  font-size: 11px;
  font-weight: 650;
}

.final-section {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto;
  font-family: "Inter", "Arial", sans-serif;
}

.final-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.final-action-card {
  position: relative;
  overflow: hidden;
  min-height: 352px;
  padding-bottom: 78px;
  background: #fff;
  border: 1px solid rgba(9, 16, 22, 0.08);
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(10, 16, 20, 0.08);
}

.final-action-card img {
  display: block;
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.final-action-icon {
  position: absolute;
  left: 24px;
  top: 131px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #e90b31;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(233, 11, 49, 0.28);
  /* display: flex; */
  justify-content: center;
  align-items: center;
}
.final-action-icon > img {
  width: 35px;
  height: auto;
}

.final-action-card h3 {
  margin: 30px 22px 9px;
  max-width: calc(100% - 44px);
  color: #101010;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.16;
}

.final-action-card p {
  margin: 0 22px;
  max-width: calc(100% - 44px);
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38;
}

.final-action-card a {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 18px;
  color: #e81839;
  border: 1.5px solid #e81839;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.final-action-card a b {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.final-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
  margin-bottom: 12px;
}

.final-brand-panel,
.final-form {
  min-height: 276px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(10, 16, 20, 0.08);
}

.final-brand-panel {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* .final-house-line,
.final-mascot,
.final-brand-panel strong,
.final-brand-panel p,
.final-brand-panel > b {
  display: none;
} */
.final-mascot > img {
  width: 100%;
}
.final-form {
  display: block;
  padding: 30px 26px 22px;
  background: #fff;
}

.final-form h3 {
  margin: 0 0 10px;
  color: #101010;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.08;
}

.final-form > p {
  max-width: 500px;
  margin: 0 0 18px;
  color: #565656;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.42;
}

.final-form-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(250px, 300px);
  gap: 12px;
  margin: 0 0 12px;
}

.final-form input,
.final-form button {
  min-height: 52px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
}

.final-form input {
  padding: 0 24px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.final-form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 0 20px;
  color: #fff;
  background: #e90b31;
  border: 0;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.final-form button span {
  font-size: 25px;
  line-height: 1;
}

.final-form small {
  position: relative;
  display: block;
  margin: 0 0 16px;
  padding-left: 28px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.final-form small::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -26px;
  border: 2px solid #a9a9a9;
  border-radius: 2px;
}

.final-office {
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 14px 18px 14px 58px;
  background: #f5f5f5;
  border-radius: 9px;
}

.final-office i {
  position: absolute;
  left: 22px;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 3px solid #e90b31;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.final-office i::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 4px;
  height: 4px;
  border: 2px solid #e90b31;
  border-radius: 50%;
}

.final-office b,
.final-office span {
  display: block;
}

.final-office b {
  color: #222;
  font-size: 14px;
  font-weight: 900;
}

.final-office span {
  margin-top: 3px;
  color: #777;
  font-size: 13px;
  font-weight: 650;
}

.site-footer {
  width: 100%;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 1.15fr 0.9fr 1.35fr;
  gap: 22px;
  padding: 24px 30px 0;
  color: rgba(255, 255, 255, 0.82);
  background: #101c27;
}

.footer-brand {
  position: relative;
  padding-left: 58px;
}

.footer-logo {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 300;
}

.footer-brand strong,
.site-footer h3 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-brand small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  text-transform: uppercase;
}

.footer-brand p {
  margin: 18px 0 16px;
  max-width: 230px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.site-footer nav,
.site-footer address {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  font-style: normal;
}

.site-footer h3 {
  margin: 0 0 14px;
}

.site-footer a,
.site-footer span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.site-footer a + a,
.site-footer a + span,
.site-footer span + a,
.site-footer span + span {
  margin-top: 8px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 1.05fr 1fr;
  gap: 14px;
  margin-top: 8px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.footer-bottom span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.footer-bottom span:last-child {
  text-align: right;
}

@media (max-width: 1100px) {
  .nav {
    display: none;
  }

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

  .price-cta {
    grid-template-columns: 90px 1fr;
    padding: 20px 30px;
  }

  .price-card::after {
    display: none;
  }

  .cta-action {
    grid-column: 1 / -1;
    grid-template-columns: minmax(240px, 330px);
    justify-content: center;
  }

  .planning {
    min-height: 500px;
  }

  .planning-copy {
    width: min(760px, calc(100% - 54px));
    max-width: none;
    padding: 34px 0 24px 28px;
  }

  form {
    grid-template-columns: 200px 205px minmax(260px, 1fr);
    width: min(729px, 100%);
    max-width: 100%;
  }

  form button {
    grid-column: auto;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 28px;
  }

  .steps div {
    padding-right: 0;
  }

  .steps div:not(:last-child)::after {
    display: none;
  }

  .section-head {
    grid-template-columns: 1fr;
  }

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

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

  .built-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .built-card,
  .built-card-big {
    grid-row: auto;
    min-height: 360px;
  }

  .built-more {
    width: min(500px, 100%);
  }
}

@media (max-width: 760px) {
  .header {
    position: static;
    align-items: flex-start;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.82) 58%,
        rgba(0, 0, 0, 0.42) 100%
      ),
      url("../topdom_goodwood/upload/iblock/1b5/1b5e63b539feb3c4bede0a51ac688420.png")
        center / cover no-repeat;
  }

  .hero-copy > p {
    font-size: 17px;
  }

  .hero-stats,
  .project-grid,
  .planning,
  .steps,
  .price-grid,
  .features,
  .built-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 8px;
  }

  .video-button {
    position: static;
    margin-top: 44px;
    color: #fff;
  }

  .project-card,
  .project-card img {
    min-height: 230px;
  }

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

  .project-info strong {
    grid-row: auto;
    grid-column: auto;
  }

  form {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .prices h2 {
    font-size: 36px;
  }

  .prices > p {
    font-size: 15px;
  }

  .price-card {
    min-height: auto;
  }

  .price-photo {
    height: 220px;
  }

  .price-body {
    padding: 20px;
  }

  .price-body strong {
    font-size: 31px;
  }

  .included {
    min-height: auto;
  }

  .price-cta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px;
    text-align: left;
  }

  .calc-icon {
    justify-self: start;
  }

  .cta-action {
    grid-template-columns: 1fr;
  }

  .planning {
    min-height: auto;
    border-radius: 16px 16px 0 0;
  }

  .planning::before {
    display: none;
  }

  .planning-copy {
    padding: 28px 20px 22px;
    max-width: 100%;
  }

  .planning-copy h2 {
    font-size: 34px;
  }

  .planning-copy h2 span {
    font-size: 22px;
  }

  .planning-copy p {
    font-size: 15px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .offer {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .offer i {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }

  .offer b {
    font-size: 18px;
  }

  .offer small {
    font-size: 13px;
  }

  .planning-media {
    position: relative;
    height: 220px;
    border-radius: 0;
  }

  .planning-media img {
    min-height: 220px;
    object-position: 65% center;
  }

  .privacy {
    font-size: 12px;
  }

  .steps {
    border-radius: 0 0 16px 16px;
  }

  .steps div {
    grid-template-columns: 38px 44px 1fr;
  }

  .built-grid {
    grid-template-rows: none;
  }

  .built-card-big {
    grid-row: auto;
  }

  .built-card,
  .built-card-big {
    min-height: 260px;
  }

  .built-section h2 {
    font-size: 34px;
  }

  .built-info {
    left: 20px;
    right: 18px;
    bottom: 20px;
  }

  .built-info h3 {
    font-size: 25px;
  }

  .built-info p {
    font-size: 14px;
  }

  .built-more {
    min-height: 56px;
    font-size: 15px;
  }

  .features {
    padding: 0;
  }

  .features span {
    border-right: 0;
    border-bottom: 1px solid #ded5ca;
  }

  .features span:last-child {
    border-bottom: 0;
  }

  .numbers-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 42px;
  }

  .numbers-hero {
    min-height: 360px;
    padding: 28px 22px 98px;
    background:
      linear-gradient(
        180deg,
        #fff 0%,
        rgba(255, 255, 255, 0.88) 58%,
        rgba(255, 255, 255, 0.3) 100%
      ),
      url("../topdom_goodwood/upload/iblock/1b5/1b5e63b539feb3c4bede0a51ac688420.png")
        center / cover no-repeat;
  }

  .numbers-copy h2 {
    font-size: 40px;
  }

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

  .trust-card {
    grid-column: auto;
  }

  .trust-content {
    width: 100%;
    padding-right: 24px;
  }
}

@media (max-width: 1280px) {
  .celebrity-section h2 {
    font-size: 42px;
  }

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

  .celebrity-card {
    min-height: 540px;
  }

  .recognition-section h2 {
    font-size: 40px;
  }

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

  .recognition-cta {
    grid-template-columns: 62px 1fr;
  }

  .recognition-cta a {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    justify-self: center;
  }

  .villages-hero {
    grid-template-columns: 1fr;
    min-height: 460px;
  }

  .villages-copy {
    max-width: 540px;
  }

  .villages-count {
    justify-self: end;
    margin: 0 34px 34px 0;
  }

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

  .villages-cta {
    grid-template-columns: 58px 1fr;
  }

  .villages-cta a {
    grid-column: 1 / -1;
    width: min(340px, 100%);
    justify-self: center;
  }

  .safety-hero {
    min-height: 370px;
  }

  .safety-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
    max-width: 520px;
  }

  .process-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-card:not(:last-child)::after {
    display: none;
  }

  .process-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

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

  .tech-copy h2 {
    font-size: 38px;
  }

  .reviews-head,
  .reviews-info-grid {
    grid-template-columns: 1fr;
  }

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

  .review-arrow {
    display: none;
  }

  .reviews-footer {
    padding: 12px 34px;
  }

  .team-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .team-head > p {
    margin-top: 0;
  }

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

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

  .payment-cta {
    grid-template-columns: 76px 1fr;
  }

  .payment-cta a,
  .payment-cta ul {
    grid-column: 1 / -1;
  }

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

  .visit-cta {
    grid-template-columns: 66px 1fr;
  }

  .visit-cta a,
  .visit-cta ul {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .celebrity-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 44px;
  }

  .celebrity-eyebrow {
    font-size: 14px;
  }

  .celebrity-section h2 {
    font-size: 39px;
    line-height: 1.02;
  }

  .celebrity-section h2 strong {
    display: block;
    margin: 8px 0 0;
  }

  .celebrity-lead {
    font-size: 16px;
  }

  .celebrity-card,
  .celebrity-card-valuev,
  .celebrity-card-adel {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .celebrity-photo {
    min-height: 430px;
  }

  .celebrity-info,
  .adel-info {
    padding: 32px 24px 26px;
  }

  .celebrity-info h3 {
    font-size: 38px;
  }

  .social-post {
    width: calc(100% - 32px);
    margin: 0 16px 18px;
  }

  .recognition-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 34px;
  }

  .recognition-eyebrow {
    font-size: 12px;
  }

  .recognition-section h2 {
    font-size: 32px;
    line-height: 1.02;
  }

  .recognition-lead {
    font-size: 14px;
  }

  .recognition-grid,
  .recognition-cta {
    grid-template-columns: 1fr;
  }

  .recognition-card {
    min-height: 460px;
  }

  .recognition-logo b {
    font-size: 21px;
  }

  .recognition-card > p {
    font-size: 16px;
  }

  .recognition-cta {
    gap: 14px;
    padding: 20px;
  }

  .recognition-cta h3 {
    font-size: 20px;
  }

  .recognition-cta p {
    font-size: 16px;
  }

  .recognition-cta a {
    grid-column: auto;
    width: 100%;
    min-height: 52px;
    padding: 0 22px;
    font-size: 16px;
  }

  .villages-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 36px;
  }

  .villages-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.88) 56%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("../topdom_goodwood/upload/iblock/1b5/1b5e63b539feb3c4bede0a51ac688420.png")
        center / cover no-repeat;
  }

  .villages-copy {
    padding: 18px;
  }

  .villages-eyebrow {
    font-size: 12px;
  }

  .villages-copy h2 {
    font-size: 29px;
  }

  .villages-copy > p {
    font-size: 14px;
  }

  .villages-count {
    justify-self: start;
    gap: 14px;
    margin: 8px 20px 24px;
  }

  .villages-count strong {
    font-size: 76px;
  }

  .villages-count span {
    font-size: 21px;
  }

  .villages-grid,
  .villages-cta {
    grid-template-columns: 1fr;
  }

  .village-card,
  .village-card img {
    min-height: 280px;
  }

  .village-card-info h3 {
    font-size: 22px;
  }

  .village-tags,
  .village-card:not(.village-card-main) .village-tags {
    grid-template-columns: 1fr;
  }

  .villages-cta {
    gap: 14px;
    padding: 20px;
  }

  .villages-cta a {
    width: 100%;
  }

  .safety-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 36px;
  }

  .safety-hero {
    min-height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.86) 58%,
        rgba(255, 255, 255, 0.2) 100%
      ),
      url("../topdom_goodwood/upload/iblock/14b/14b45c4ac44295d36d4a2af1b9a07836.jpg")
        center / cover no-repeat;
  }

  .safety-copy {
    padding: 22px 18px;
  }

  .safety-copy h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .safety-points,
  .process-row,
  .process-benefits {
    grid-template-columns: 1fr;
  }

  .safety-points {
    margin-bottom: 26px;
  }

  .safety-points div {
    min-height: auto;
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }

  .safety-note {
    grid-template-columns: 38px 1fr;
  }

  .safety-note b {
    font-size: 15px;
  }

  .process-panel {
    padding: 18px 12px 12px;
  }

  .process-panel h2 {
    font-size: 28px;
  }

  .process-card img {
    height: 180px;
  }

  .process-benefits {
    padding: 16px;
  }

  .tech-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 34px;
  }

  .tech-hero {
    min-height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.88) 58%,
        rgba(255, 255, 255, 0.15) 100%
      ),
      url("../topdom_goodwood/upload/iblock/096/09628b64607411e33fb9a733d142d964.jpg")
        center / cover no-repeat;
  }

  .tech-copy {
    padding: 20px 16px;
  }

  .tech-eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .tech-copy h2 {
    font-size: 30px;
  }

  .tech-note {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .tech-note p {
    font-size: 12px;
    line-height: 1.42;
  }

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

  .tech-card img {
    height: 190px;
  }

  .tech-card-body {
    min-height: auto;
    padding: 16px;
  }

  .reviews-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 38px;
  }

  .reviews-head {
    grid-template-columns: 1fr;
  }

  .reviews-eyebrow {
    font-size: 12px;
  }

  .reviews-head h2 {
    font-size: 32px;
  }

  .youtube-note {
    grid-template-columns: 34px 1fr;
  }

  .youtube-note b {
    font-size: 16px;
  }

  .video-reviews,
  .reviews-info-grid {
    grid-template-columns: 1fr;
  }

  .video-thumb {
    height: 190px;
  }

  .rating-row {
    gap: 14px;
  }

  .rating-row strong {
    font-size: 58px;
  }

  .rating-row span {
    font-size: 21px;
  }

  .yandex-review {
    grid-template-columns: 36px 1fr;
  }

  .yandex-review img {
    display: none;
  }

  .talk-copy {
    grid-template-columns: 42px 1fr;
  }

  .talk-copy p {
    grid-column: 1 / -1;
  }

  .reviews-footer {
    grid-template-columns: 34px 1fr;
    padding: 12px 18px;
  }

  .team-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 38px;
  }

  .team-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .team-eyebrow {
    font-size: 12px;
  }

  .team-head h2 {
    font-size: 32px;
  }

  .team-head > p {
    margin-top: 0;
    font-size: 15px;
  }

  .team-hero,
  .team-hero img {
    min-height: 260px;
    height: 260px;
  }

  .team-hero-caption {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }

  .team-hero-caption strong {
    font-size: 58px;
  }

  .team-hero-caption span {
    font-size: 18px;
  }

  .team-hero-caption p {
    font-size: 14px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  /* .team-photo {
    height: 170px;
  } */

  .team-info {
    padding: 12px 12px 14px;
  }

  .team-info h3 {
    font-size: 13px;
  }

  .team-info p {
    font-size: 12px;
  }

  .payment-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 38px;
  }

  .payment-eyebrow {
    font-size: 12px;
  }

  .payment-section > h2 {
    font-size: 32px;
  }

  .payment-lead {
    font-size: 14px;
  }

  .payment-grid,
  .payment-cta {
    grid-template-columns: 1fr;
  }

  .payment-card {
    min-height: auto;
  }

  .payment-card > img,
  .installment-photo img {
    height: 220px;
  }

  .installment-photo {
    margin-top: 24px;
  }

  .payment-cta {
    gap: 16px;
    padding: 18px;
  }

  .payment-cta a,
  .payment-cta ul {
    grid-column: auto;
  }

  .payment-cta h3 {
    font-size: 20px;
  }

  .payment-cta a {
    min-height: 52px;
    padding: 0 22px;
  }

  .visit-section {
    width: min(100% - 24px, 560px);
    margin-bottom: 38px;
  }

  .visit-eyebrow {
    font-size: 12px;
  }

  .visit-section > h2 {
    font-size: 32px;
  }

  .visit-lead {
    font-size: 14px;
  }

  .visit-map {
    min-height: 360px;
  }

  .visit-map::before {
    inset: 24px 20px;
    font-size: 9px;
    line-height: 7.8;
  }

  .map-pin {
    min-width: 120px;
    padding: 8px 10px 8px 8px;
  }

  .pin-riga {
    left: 6%;
    top: 12%;
  }

  .pin-heritage {
    right: 5%;
    top: 11%;
  }

  .pin-city {
    left: 34%;
    top: 45%;
  }

  .pin-country {
    left: 8%;
    bottom: 15%;
  }

  .pin-alexino {
    right: 6%;
    top: 66%;
  }

  .visit-grid,
  .visit-cta,
  .visit-cta ul {
    grid-template-columns: 1fr;
  }

  .visit-card > img {
    height: 190px;
  }

  .visit-cta {
    gap: 14px;
    padding: 18px;
  }

  .visit-cta a,
  .visit-cta ul {
    grid-column: auto;
  }

  .final-section {
    width: min(100% - 24px, 560px);
  }

  .final-actions,
  .final-contact,
  .final-form-row,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .final-action-card {
    min-height: 360px;
  }

  .final-action-card img {
    height: 178px;
  }

  .final-action-icon {
    top: 151px;
  }

  .final-brand-panel {
    min-height: 260px;
  }

  .final-house-line {
    left: 28px;
    top: 42px;
    transform: scale(0.72);
    transform-origin: left top;
  }

  .final-mascot {
    left: 225px;
    top: 20px;
    transform: scale(0.78);
    transform-origin: left top;
  }

  .final-brand-panel strong {
    left: 28px;
    bottom: 54px;
    font-size: 29px;
  }

  .final-brand-panel p {
    left: 30px;
    bottom: 28px;
    font-size: 13px;
  }

  .final-brand-panel > b {
    right: 24px;
    top: 48px;
    font-size: 31px;
  }

  .final-form {
    grid-template-areas:
      "title"
      "lead"
      "fields"
      "privacy"
      "office";
    padding: 24px 18px 18px;
  }

  .final-form h3 {
    font-size: 21px;
  }

  .final-form button {
    font-size: 14px;
  }

  .final-form > p,
  .final-office {
    max-width: none;
    width: 100%;
  }

  .site-footer {
    padding: 24px 18px 0;
  }

  .site-footer nav,
  .site-footer address {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}
