html[lang="zh-CN"] body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  overflow-x: hidden;
}

html[lang="zh-CN"] *,
html[lang="zh-CN"] *::before,
html[lang="zh-CN"] *::after {
  box-sizing: border-box;
}

html[lang="zh-CN"] img,
html[lang="zh-CN"] svg,
html[lang="zh-CN"] video,
html[lang="zh-CN"] canvas,
html[lang="zh-CN"] iframe {
  max-width: 100%;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] h5,
html[lang="zh-CN"] h6,
html[lang="zh-CN"] p,
html[lang="zh-CN"] li,
html[lang="zh-CN"] a,
html[lang="zh-CN"] button,
html[lang="zh-CN"] .button,
html[lang="zh-CN"] .btn,
html[lang="zh-CN"] .btn-order,
html[lang="zh-CN"] .accent-block,
html[lang="zh-CN"] .map__header,
html[lang="zh-CN"] .map__title,
html[lang="zh-CN"] .banner__title,
html[lang="zh-CN"] .project-tabs__link,
html[lang="zh-CN"] .tags-grid__link,
html[lang="zh-CN"] .experience-grid__link,
html[lang="zh-CN"] .intro-news-item__name {
  overflow-wrap: anywhere;
  word-break: normal;
}

html[lang="zh-CN"] .project-tabs__link {
  text-transform: none;
}

html[lang="zh-CN"] .header-menu__link--new::before {
  content: none !important;
  display: none !important;
}

html[lang="zh-CN"] .experience-grid__link {
  background: #fff;
  border: 1px solid #edf0f4;
}

html[lang="zh-CN"] .experience-grid__img {
  width: auto !important;
  height: auto !important;
  max-width: 72% !important;
  max-height: 58% !important;
  object-fit: contain !important;
}

html[lang="zh-CN"] .tags-grid__link,
html[lang="zh-CN"] .exp-img {
  background: #fff;
  border: 1px solid #edf0f4;
  overflow: hidden;
}

html[lang="zh-CN"] .tags-grid__img,
html[lang="zh-CN"] .exp-img img {
  width: auto !important;
  height: auto !important;
  max-width: 72% !important;
  max-height: 58% !important;
  object-fit: contain !important;
}

html[lang="zh-CN"] .exp-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding-top: 0 !important;
  aspect-ratio: 1 / 1;
}

html[lang="zh-CN"] .exp-img img {
  display: block;
  position: static !important;
  transform: none !important;
}

html[lang="zh-CN"] .pm-standard-static-model {
  margin: 24px auto 40px;
  text-align: center;
  overflow: hidden;
}

html[lang="zh-CN"] .pm-standard-static-model img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

html[lang="zh-CN"] .pm-standard-static-model--guide img {
  max-width: 1124px;
}

html[lang="zh-CN"] .pm-standard-static-model--gate img {
  max-width: 1136px;
}

html[lang="zh-CN"] .pm-standard-static-model--portfolio img {
  max-width: 1320px;
}

html[lang="zh-CN"] .flex-btn {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  margin: 2em auto;
  text-align: center;
  flex-wrap: wrap;
}

html[lang="zh-CN"] .btn-quide {
  display: inline-block;
  min-width: 200px;
  background: #852a34;
  border: 2px solid #852a34;
  border-radius: 3em;
  padding: 0.7em 2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

html[lang="zh-CN"] .btn-quide:hover {
  background: #6a2029;
  border-color: #6a2029;
  color: #fff;
}

html[lang="zh-CN"] .container,
html[lang="zh-CN"] .container-fluid,
html[lang="zh-CN"] .section,
html[lang="zh-CN"] .wrapper,
html[lang="zh-CN"] main {
  max-width: 100%;
}

html[lang="zh-CN"] .slick-list,
html[lang="zh-CN"] .swiper-container,
html[lang="zh-CN"] .tags-grid,
html[lang="zh-CN"] .experience-grid,
html[lang="zh-CN"] .project-tabs {
  overflow: hidden;
}

html[lang="zh-CN"] .slick-track,
html[lang="zh-CN"] .swiper-wrapper {
  max-width: none;
}

html[lang="zh-CN"] .map__header.accent-block {
  max-width: 100%;
}

html[lang="zh-CN"] .banner.section {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

html[lang="zh-CN"] .banner__title,
html[lang="zh-CN"] .banner__right {
  min-width: 0;
}

/* Russian mirror link in the upper header contact block. */
html[lang="zh-CN"] .nav--language {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-left: 14px;
  padding: 4px 0;
  text-decoration: none;
  letter-spacing: 0.02em;
}

html[lang="zh-CN"] .nav--language:hover,
html[lang="zh-CN"] .nav--language:focus {
  color: #fff;
  text-decoration: underline;
}

html[lang="zh-CN"] .header--language {
  display: none;
}

@media (max-width: 991.98px) {
  html[lang="zh-CN"] .nav--language {
    display: none;
  }

  html[lang="zh-CN"] .header--language {
    position: absolute;
    top: 44px;
    right: 72px;
    z-index: 10;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
  }

  html[lang="zh-CN"] .header--language:hover,
  html[lang="zh-CN"] .header--language:focus {
    color: #fff;
    text-decoration: underline;
  }
}

@media (max-width: 1024px) {
  html[lang="zh-CN"] .banner__title {
    max-width: calc(100vw - 48px);
  }

  html[lang="zh-CN"] .banner__right {
    max-width: calc(100vw - 48px);
  }
}

@media (max-width: 768px) {
  html[lang="zh-CN"] .row {
    margin-left: 0;
    margin-right: 0;
  }

  html[lang="zh-CN"] [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  html[lang="zh-CN"] .banner__title {
    max-width: calc(100vw - 32px);
    line-height: 1.18;
  }

  html[lang="zh-CN"] .banner__right {
    max-width: calc(100vw - 32px);
  }

  html[lang="zh-CN"] .project-tabs {
    overflow-x: visible;
  }

  html[lang="zh-CN"] .project-tabs__list,
  html[lang="zh-CN"] .project-tabs__item {
    min-width: 0;
    width: 100%;
  }

  html[lang="zh-CN"] .project-tabs__link {
    white-space: normal;
    line-height: 1.3;
  }

  html[lang="zh-CN"] .pm-standard-static-model {
    margin: 18px auto 28px;
  }

  html[lang="zh-CN"] .flex-btn {
    align-items: center;
    flex-direction: column;
    margin: 1.5em auto;
    gap: 12px;
  }

  html[lang="zh-CN"] .btn-quide {
    width: 100%;
    max-width: 280px;
    min-width: 0;
    font-size: 1.05em;
    padding: 0.7em 1.5em;
  }

  html[lang="zh-CN"] .team__text {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

html[lang="zh-CN"] .team-articles {
  margin: 54px 48px 0;
}

html[lang="zh-CN"] .team-articles__heading {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px;
}

html[lang="zh-CN"] .team-articles__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

html[lang="zh-CN"] .team-articles__card {
  align-items: center;
  background: #fff;
  color: #333;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(128px, 16.6667%);
  min-width: 0;
  padding: 16px;
}

html[lang="zh-CN"] .team-articles__body {
  min-width: 0;
}

html[lang="zh-CN"] .team-articles__date {
  color: #2b2b2b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

html[lang="zh-CN"] .team-articles__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

html[lang="zh-CN"] .team-articles__title a {
  color: #111;
  text-decoration: none;
}

html[lang="zh-CN"] .team-articles__title a:hover {
  color: #8b2b36;
  text-decoration: underline;
}

html[lang="zh-CN"] .team-articles__authors {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

html[lang="zh-CN"] .team-articles__author {
  align-items: flex-start;
  color: #555;
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  gap: 4px;
  line-height: 1.35;
  min-width: 0;
}

html[lang="zh-CN"] .team-articles__author-photo {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 30px !important;
  max-height: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  min-width: 30px !important;
  object-fit: cover !important;
  object-position: center;
  width: 30px !important;
}

html[lang="zh-CN"] .team-articles__read {
  align-items: center;
  border: 1px solid #852a34;
  border-radius: 999px;
  color: #2c2c2c;
  display: inline-flex;
  font-size: 13px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  min-width: 128px;
  padding: 0 26px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

html[lang="zh-CN"] .team-articles__read:hover {
  background: #852a34;
  color: #fff;
}

html[lang="zh-CN"] .article-restored__tag,
html[lang="zh-CN"] .article-restored__meta {
  color: #6d7584;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}

html[lang="zh-CN"] .article-restored {
  background: #fff;
  margin: 0 48px 56px;
  max-width: 960px;
  padding: 28px;
}

html[lang="zh-CN"] .article-restored p {
  font-size: 17px;
  line-height: 1.65;
}

html[lang="zh-CN"] .article-restored__source {
  color: #8b2b36;
  font-weight: 700;
}

html[lang="zh-CN"] .footer .address {
  overflow-wrap: anywhere;
  white-space: normal !important;
}

/* Email beside the phone in the visible header contact block. */
html[lang="zh-CN"] .nav-contact {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  white-space: nowrap;
}

html[lang="zh-CN"] .nav-contact .show_email {
  color: inherit;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

html[lang="zh-CN"] .nav-contact .show_email:hover,
html[lang="zh-CN"] .nav-contact .show_email:focus {
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  html[lang="zh-CN"] .nav-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    white-space: normal;
  }

  html[lang="zh-CN"] .nav-contact .show_email {
    font-size: 14px;
  }

  html[lang="zh-CN"] .team-articles,
  html[lang="zh-CN"] .article-restored {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  html[lang="zh-CN"] .team-articles__card {
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  html[lang="zh-CN"] .team-articles__date {
    font-size: 15px;
  }

  html[lang="zh-CN"] .team-articles__title {
    font-size: 16px;
  }

  html[lang="zh-CN"] .team-articles__read {
    justify-self: start;
    min-width: 112px;
  }
}

html[lang="zh-CN"] .pmx-lang-switch {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-left: 14px;
  white-space: nowrap;
}

html[lang="zh-CN"] .pmx-lang-switch--header {
  display: none;
}

html[lang="zh-CN"] .pmx-lang-switch .header--language,
html[lang="zh-CN"] .pmx-lang-switch .nav--language {
  color: inherit;
  display: inline;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: static;
  text-decoration: none;
}

html[lang="zh-CN"] .pmx-lang-switch .is-active {
  opacity: 0.68;
}

html[lang="zh-CN"] .pmx-lang-switch a:hover,
html[lang="zh-CN"] .pmx-lang-switch a:focus {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  html[lang="zh-CN"] .pmx-lang-switch--nav {
    display: none;
  }

  html[lang="zh-CN"] .pmx-lang-switch--header {
    display: inline-flex;
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    position: absolute;
    right: 72px;
    top: 44px;
    z-index: 10;
  }
}
