body.page-node-type-land .region-content {
  max-width: 1170px;
  width: 100% !important;
}

.site-footer {
  margin-top: 48px;
  border-top: 1px solid #e5edf4;
  background: #f8fafc;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  color: #718096;
  font-size: 14px;
}

.site-footer__brand {
  color: #057fd3;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.04em;
  text-decoration: none;
}

.site-footer__brand span { color: #ee2424; }
.site-footer__description { flex: 1; }
.site-footer__copyright { color: #98a6b8; }

@media (max-width: 600px) {
  .site-footer__inner { align-items: flex-start; flex-direction: column; gap: 6px; padding-top: 18px; padding-bottom: 18px; }
  .site-footer__description { flex: initial; }
}

.mySwiper2 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.mySwiper2 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.mySwiper img {
  cursor: pointer;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.field--name-field-ssylka-na-obyavlenie {
  margin-top: 20px;
}

.land-contact {
  max-width: 440px;
  margin: 24px 0 12px;
  padding: 22px;
  border: 1px solid #e5eaf1;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #f6faff 100%);
  box-shadow: 0 10px 28px rgba(33, 79, 122, .08);
}

.land-contact__header {
  margin-bottom: 16px;
  color: #65758b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.land-contact__identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.land-contact__avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #008ded, #0369c9);
  font-size: 18px;
  font-weight: 700;
}

.land-contact .author__label {
  margin-bottom: 2px;
}

.land-contact .author__name {
  margin: 0;
  color: #172b4d;
  font-size: 18px;
  font-weight: 700;
}

.land-contact__phone {
  display: inline-block;
  margin-top: 18px;
  color: #172b4d;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.land-contact__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.land-contact__button {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 9px;
  color: #fff;
  background: #008ded;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.land-contact__button:hover {
  color: #fff;
  background: #0075c7;
  transform: translateY(-1px);
}

.land-contact__text-link {
  color: #0075c7;
  font-weight: 600;
  text-decoration: none;
}

.land-contact__text-link:hover {
  text-decoration: underline;
}

.land-contact__locked {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px 14px;
  color: #65758b;
}

.land-contact__locked strong {
  display: block;
  color: #172b4d;
  font-size: 18px;
}

.land-contact__locked > div span {
  display: block;
  margin-top: 4px;
  line-height: 1.45;
}

.land-contact__lock {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #087ed0;
  background: #dff1ff;
  font-size: 28px;
  font-weight: 800;
}

.land-contact__benefits {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  margin: 6px 0 4px;
  padding: 13px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
  color: #40536b;
  font-size: 14px;
  list-style: none;
}

.land-contact__benefits li::before {
  content: '✓';
  margin-right: 9px;
  color: #008ded;
  font-weight: 800;
}

.land-contact__locked .land-contact__button,
.land-contact__locked .land-contact__text-link,
.land-contact__locked .land-contact__tariffs {
  grid-column: 1 / -1;
}

.land-contact__locked .land-contact__button {
  width: 100%;
}

.land-contact__tariffs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  box-sizing: border-box;
  border: 1px solid #c7def1;
  border-radius: 9px;
  color: #1775ba;
  background: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.land-contact__tariffs:hover {
  color: #075e9e;
  border-color: #84bee7;
  background: #fff;
  transform: translateY(-1px);
}

.land-contact__tariffs span {
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.land-contact__login {
  text-align: center;
}

.land-contact__login strong {
  font-weight: 800;
}

.node--type-land.land-access--anonymous .land-contact {
  width: min(100%, 520px);
  max-width: none;
  margin: 54px auto;
  padding: 30px;
}

.node--type-land.land-access--anonymous .land-contact__button {
  width: 100%;
  white-space: normal;
  text-align: center;
}

@media (max-width: 480px) {
  .land-contact {
    padding: 18px;
  }

  .node--type-land.land-access--anonymous .land-contact {
    width: auto;
    margin: 28px auto;
    padding: 22px;
  }
}

.swiper-button-disabled {
  display: none!important;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  background-color: #fff;
  color: #000;
  margin-inline: 14px;
  padding: 10px;
}

.node--type-land,
.node--type-land .node__content,
.node--type-land .node__content .row {
  width: 100%;
}

.node--type-land .swiper {
  max-width: 1170px;
  width: 100% !important;
  overflow: hidden;
}

.list-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.map-and-summary {
  flex-wrap: nowrap !important;
}

#zemlya .views-field-field-polygon .yandex-map {
  height: 200px;
}

.field--name-field-obekty > .field__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.field--name-field-obekty > .field__items > .field__item {
  padding: 10px;
  border: 1px solid #e0e0e0;
}
.account-dashboard { max-width: 1080px; margin: 46px auto 76px; padding: 0 24px; }
.account-dashboard__hero { display: flex; align-items: center; gap: 22px; padding: 30px 34px; border: 1px solid #d9e9f5; border-radius: 22px; background: radial-gradient(circle at 88% 0, #d6f1ff 0, transparent 27%), linear-gradient(130deg, #f0faff, #fff 65%); box-shadow: 0 14px 34px rgba(33, 79, 122, .08); }
.account-dashboard__avatar { display: grid; width: 72px; height: 72px; flex: 0 0 72px; place-items: center; border: 4px solid #fff; border-radius: 23px; color: #fff; background: linear-gradient(135deg, #08a0eb, #126bb7); box-shadow: 0 8px 18px rgba(8, 126, 208, .22); font-size: 31px; font-weight: 800; }
.account-dashboard__identity > span, .account-dashboard__section-title > span { color: #0788d8; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.account-dashboard__identity h1 { margin: 5px 0 5px; color: #132c4e; font-size: 31px; line-height: 1.1; }
.account-dashboard__identity p { margin: 0; color: #667e95; font-size: 15px; }
.account-dashboard__edit { margin-left: auto; padding: 11px 15px; border: 1px solid #cbe3f2; border-radius: 10px; color: #087ed0; background: rgba(255,255,255,.85); font-size: 14px; font-weight: 700; text-decoration: none; }
.account-dashboard__edit:hover { border-color: #079bea; background: #e9f7ff; }
.account-dashboard__meta { display: flex; gap: 10px; margin-top: 14px; }
.account-dashboard__meta span { padding: 7px 10px; border-radius: 8px; color: #607890; background: #f2f8fc; font-size: 13px; font-weight: 600; }
.account-dashboard__meta span:last-child { color: #25835c; background: #edfaf2; }
.account-dashboard__section { margin-top: 38px; }
.account-dashboard__section-title h2 { margin: 6px 0 0; color: #153252; font-size: 27px; }
.account-dashboard__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.account-dashboard-card { display: flex; align-items: flex-start; gap: 14px; min-height: 130px; padding: 20px; border: 1px solid #dbe8f2; border-radius: 17px; background: #fff; box-shadow: 0 9px 22px rgba(33, 79, 122, .05); color: #173858; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.account-dashboard-card:hover { border-color: #a7d8f2; box-shadow: 0 14px 27px rgba(33, 79, 122, .12); transform: translateY(-3px); }
.account-dashboard-card__icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 12px; color: #087ed0; background: #e7f6ff; font-size: 21px; font-weight: 800; }
.account-dashboard-card__content { display: flex; flex: 1; flex-direction: column; gap: 7px; }
.account-dashboard-card__content strong { color: #173858; font-size: 17px; line-height: 1.25; }
.account-dashboard-card__content strong em { display: inline-block; margin-left: 7px; padding: 3px 7px; border-radius: 7px; color: #fff; background: #f05a47; font-size: 11px; font-style: normal; font-weight: 800; vertical-align: 2px; }
.account-dashboard-card__content small { color: #6a7d91; font-size: 13px; line-height: 1.45; }
.account-dashboard-card__arrow { align-self: center; color: #6d93ad; font-size: 20px; }
.account-dashboard-card.is-primary { border-color: #bfe5f8; background: linear-gradient(145deg, #fff, #f0faff); }
.account-dashboard-card.is-primary .account-dashboard-card__icon { color: #fff; background: linear-gradient(135deg, #069de9, #0875c6); }
@media (max-width: 760px) { .account-dashboard { margin: 28px auto 48px; padding: 0 16px; } .account-dashboard__hero { align-items: flex-start; flex-wrap: wrap; padding: 24px; } .account-dashboard__edit { margin-left: 0; } .account-dashboard__links { grid-template-columns: 1fr; } .account-dashboard__section-title h2 { font-size: 23px; } }
