.read-more-btn {
    background-color: #ff9900 !important;
}
/* ==== SITEMAP PAGE ONLY ==== */
.mv-sitemap-section {
  padding: 60px 20px 80px;
}

.mv-sitemap-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.mv-sitemap-title {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ff8562;
}

.mv-sitemap-intro {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  max-width: 720px;
  margin: 0 auto 40px;
}

.mv-sitemap-block {
  margin-bottom: 40px;
}

.mv-sitemap-heading {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px;
  color: #333;
}

.mv-sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mv-sitemap-list li {
  margin-bottom: 6px;
}

.mv-sitemap-list li a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,0.25);
}

.mv-sitemap-list li a:hover {
  color: #ff8562;
  border-color: rgba(255,133,98,0.7);
}

.mv-sitemap-apts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mv-sitemap-card {
  display: block;
  flex: 1 1 calc(33.333% - 20px);
  min-width: 240px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.mv-sitemap-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.mv-sitemap-card-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
/* Подложка под прозрачную шапку только для sitemap */
.mv-sitemap-header-bg {
    height: 90px;
    width: 100%;
    background: #000;
}
/* Адаптив */
@media (max-width: 960px) {
  .mv-sitemap-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  .mv-sitemap-section {
    padding: 40px 15px 60px;
  }

  .mv-sitemap-title {
    font-size: 30px;
  }

  .mv-sitemap-card {
    flex: 1 1 100%;
  }
}
.breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
    margin-right: 6px;
    color: #888;
}

.breadcrumbs li::after {
    content: "/";
    margin-left: 6px;
    color: #ccc;
}

.breadcrumbs li:last-child {
    font-weight: 600;
    color: #000;
}

.breadcrumbs li:last-child::after {
    content: "";
}
@media (max-width: 480px) {
    .breadcrumbs li:last-child {
        max-width: 140px; /* ширину подбираешь по дизайну */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


.t762__container_indent {
	font-family: Arial, sans-serif;
}