.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;
}
.mv-services,
.mv-services * {
  font-family: inherit;
}
.mv-services {
  padding: 80px 0;
  overflow: hidden;
}

.mv-services__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv-services__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.mv-services__title {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #111111;
}

.mv-services__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mv-services__arrow {
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #ff9900;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    background 0.25s ease;
  box-shadow: 0 10px 24px rgba(255, 153, 0, 0.22);
}

.mv-services__arrow:hover {
  transform: translateY(-2px);
}

.mv-services__arrow[disabled] {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.mv-services__slider {
  overflow: hidden;
}

.mv-services__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.mv-service-card {
  min-width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid #ececec;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
}

.mv-service-card__gallery {
  position: relative;
  min-height: 540px;
  background: #f8f8f8;
  overflow: hidden;
}

.mv-service-card__gallery-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv-service-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.mv-service-card__image.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mv-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.92);
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  box-shadow: 0 10px 24px rgba(255, 153, 0, 0.22);
}

.mv-gallery-arrow:hover {
  transform: translateY(-50%) scale(1.04);
}

.mv-gallery-arrow--prev {
  left: 18px;
}

.mv-gallery-arrow--next {
  right: 18px;
}

.mv-service-card__dots {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.mv-service-card__dot {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  aspect-ratio: 1 / 1 !important;
  flex: 0 0 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.9);
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

.mv-service-card__dot.is-active {
  background: #ff9900 !important;
  border-color: #ff9900 !important;
}

.mv-service-card__content {
  padding: 42px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mv-service-card__title {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 700;
  color: #111111;
}

.mv-service-card__title a {
  color: #111111 !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.mv-service-card__title a:hover {
  color: #ff9900 !important;
}

.mv-service-card__text {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.75;
  color: #555555;
  max-width: 560px;
}

.mv-service-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ff9900;
  border: 2px solid #ff9900;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
  align-self: flex-start;
  box-shadow: 0 10px 24px rgba(255, 153, 0, 0.22);
}

.mv-service-card__btn:hover {
  background: #ffffff;
  color: #ff9900 !important;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .mv-service-card {
    grid-template-columns: 1fr 1fr;
  }

  .mv-service-card__gallery {
    min-height: 470px;
  }

  .mv-service-card__title {
    font-size: 32px;
  }

  .mv-service-card__text {
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  .mv-services {
    padding: 64px 0;
  }

  .mv-services__title {
    font-size: 34px;
  }

  .mv-service-card {
    grid-template-columns: 1fr;
  }

  .mv-service-card__gallery {
    min-height: 380px;
  }

  .mv-service-card__content {
    padding: 28px 24px 30px;
  }

  .mv-service-card__title {
    font-size: 28px;
  }

  .mv-service-card__text {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  .mv-services__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .mv-services__title {
    font-size: 28px;
  }

  .mv-services__nav {
    gap: 10px;
  }

  .mv-services__arrow {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .mv-service-card {
    border-radius: 20px;
  }

  .mv-service-card__gallery {
    min-height: 280px;
  }

  .mv-gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .mv-gallery-arrow--prev {
    left: 12px;
  }

  .mv-gallery-arrow--next {
    right: 12px;
  }

  .mv-service-card__dots {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 6px;
  }

  .mv-service-card__title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .mv-service-card__btn {
    min-height: 50px;
    padding: 0 24px;
    font-size: 15px;
  }
}
.mv-services,
.mv-services * {
  font-family: Arial, sans-serif !important;
}
.mv-services *,
.mv-services {
  border-radius: 0 !important;
}
.mv-services__arrow,
.mv-gallery-arrow {
  border-radius: 50% !important;
}
.mv-service-card__dot {
  border-radius: 50% !important;
}
.mv-gallery,
.mv-gallery * {
  font-family: Arial, sans-serif !important;
  box-sizing: border-box;
}

/* секция */
.mv-gallery {
  padding: 80px 0;
}

.mv-gallery__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* заголовок */
.mv-gallery__title {
  margin: 0 0 30px;
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

/* сетка */
.mv-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* карточка */
.mv-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
}

/* картинка */
.mv-gallery__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* overlay */
.mv-gallery__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}

/* кнопка */
.mv-gallery__btn {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 12px 24px;
  transition: 0.25s;
}

/* hover */
.mv-gallery__item:hover .mv-gallery__overlay {
  opacity: 1;
}

.mv-gallery__btn:hover {
  background: #ff9900;
  border-color: #ff9900;
}

/* кнопка "смотреть все" */
.mv-gallery__more {
  margin-top: 30px;
  text-align: center;
}

.mv-gallery__more-btn {
  display: inline-block;
  padding: 16px 28px;
  border: 2px solid #ff9900;
  color: #ff9900;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
}

.mv-gallery__more-btn:hover {
  background: #ff9900;
  color: #fff;
}

/* адаптив */
@media (max-width: 900px) {
  .mv-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mv-gallery__grid {
    grid-template-columns: 1fr;
  }

  .mv-gallery__item img {
    height: 220px;
  }
}

.faq-container {
  padding: 0;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.faq-question {
  background: linear-gradient(45deg, #f8f9fa, #e9ecef);
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
  width: 95%;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  outline: none;
}

.faq-question:hover {
  background: #ff9900;
  color: white;
}

.faq-question h3 {
  margin-bottom: 0 !important;
}
.faq-question h2 {
  margin-bottom: 0 !important;
}

.faq-question.active {
  color: white;
  background: #ff9900;
}

.faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.faq-icon.rotated {
  transform: rotate(45deg);
}

.faq-answer {
  background: white;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.faq-answer.active {
  max-height: none;
  opacity: 1;
  padding: 25px 30px;
}

.faq-answer p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-container {
    padding: 20px;
  }

  .faq-question {
    padding: 20px;
    font-size: 1rem;
  }

  .faq-answer.active {
    padding: 20px;
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.articles-block {
  padding: 80px 20px;
}

.articles-container {
  max-width: 1200px;
  margin: auto;
}

.articles-title {
  font-size: 36px;
  margin-bottom: 40px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.article-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

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

.article-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-content p {
  flex: 1;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.article-btn {
  display: inline-block;
  background: #ff9900;
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.article-btn:hover {
  opacity: 0.9;
}

.articles-all {
  text-align: center;
  margin-top: 40px;
}

.articles-all-btn {
  background: #ff9900;
  color: #fff !important;
  padding: 14px 34px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 980px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }

  .article-card img {
    height: 200px;
  }
}
.articles-block,
.articles-block * {
  border-radius: 0 !important;
}
.section-gray {
  background-color: #f5f5f5;
}

.t-text_md {
  font-size: 20px;
  line-height: 1.55;
}
.t-text {
  font-family: Arial, sans-serif;
  font-weight: 300;
  color: #000;
}
.t-text p {
  margin-bottom: 20px;
}

.t-text h2 {
  margin-bottom: 20px;
}

.t-text h3 {
  margin-bottom: 20px;
}
.text-block-content {
  line-height: 1.6;
  transition: max-height 0.4s ease;
  overflow: hidden;
  position: relative;
}

.text-block-content.collapsed {
  /* Используем rem вместо px для лучшей адаптивности */
  max-height: 11rem; /* примерно 3-4 строки при стандартном размере шрифта */
}

/* Градиент для плавного перехода */
.text-block-content.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;

  pointer-events: none;
}

.text-block-content.expanded::after {
  display: none;
}

.read-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgb(252 103 51 / 30%);
  opacity: 0.8;
}

.read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #fff;
  background: #ff9900;
  text-decoration: none !important;
  border-radius: 15px;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 500;
}

.read-more-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .text-block-content.collapsed {
    max-height: 13rem; /* Увеличиваем высоту на мобильных */
  }

  .read-more-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .text-block-content.collapsed {
    max-height: 13rem; /* Еще больше на очень маленьких экранах */
  }
}
.mv-promo,
.mv-promo * {
  font-family: inherit;
  box-sizing: border-box;
}

.mv-promo {
  padding: 80px 0;
}

.mv-promo__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv-promo__head {
  text-align: center;
  margin-bottom: 34px;
}

.mv-promo__title {
  margin: 0 0 10px;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  color: #1f3228;
}

.mv-promo__subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  color: #667066;
}

.mv-promo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.mv-promo-card {
  border: 1px solid #ddd8cf;
  border-radius: 24px;
  padding: 26px 18px 18px;
  background: transparent;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.mv-promo-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #f0f1eb;
  color: #516052;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 18px;
}

.mv-promo-card__title {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #22372b;
}

.mv-promo-card__text {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.6;
  color: #5f665f;
}

.mv-promo-card__note {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.55;
  color: #7c837b;
}

.mv-promo-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  padding: 14px 24px;
  border-radius: 16px;
  text-decoration: none !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  transition: all 0.25s ease;

  margin-top: auto;

  background: #ff9900;
  color: #ffffff !important;
  border: 2px solid #ff9900;
}

.mv-promo-card__btn:hover {
  background: #ffffff;
  color: #ff9900 !important;
}

@media (max-width: 1200px) {
  .mv-promo__title {
    font-size: 48px;
  }

  .mv-promo__subtitle {
    font-size: 21px;
  }

  .mv-promo-card__title {
    font-size: 30px;
  }

  .mv-promo-card__btn {
    font-size: 20px;
    min-height: 62px;
  }
}

@media (max-width: 900px) {
  .mv-promo {
    padding: 64px 0;
  }

  .mv-promo__grid {
    grid-template-columns: 1fr;
  }

  .mv-promo__title {
    font-size: 40px;
  }

  .mv-promo__subtitle {
    font-size: 18px;
  }

  .mv-promo-card {
    border-radius: 22px;
    padding: 22px 16px 16px;
  }

  .mv-promo-card__badge {
    min-height: 38px;
    padding: 7px 16px;
    font-size: 16px;
  }

  .mv-promo-card__title {
    font-size: 26px;
  }

  .mv-promo-card__text {
    font-size: 16px;
  }

  .mv-promo-card__note {
    font-size: 14px;
  }

  .mv-promo-card__btn {
    min-height: 58px;
    font-size: 18px;
    border-radius: 14px;
  }
}

@media (max-width: 640px) {
  .mv-promo {
    padding: 52px 0;
  }

  .mv-promo__container {
    padding: 0 14px;
  }

  .mv-promo__head {
    margin-bottom: 24px;
  }

  .mv-promo__title {
    font-size: 32px;
  }

  .mv-promo__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .mv-promo-card__title {
    font-size: 22px;
  }

  .mv-promo-card__btn {
    min-height: 54px;
    font-size: 16px;
  }
}

.mv-promo,
.mv-promo * {
  font-family: Arial, sans-serif !important;
}

.mv-promo,
.mv-promo * {
  border-radius: 0 !important;
}
.page-sections > * {
  background-color: #ffffff !important;
}

.page-sections > *:nth-child(even) {
  background-color: #EFEFEF !important;
}