.mmw-sitemap-page {
  padding: 64px 20px 82px;
  background: #f4f6f7;
}
.mmw-sitemap-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
}
.mmw-sitemap-intro {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
.mmw-sitemap-intro span {
  color: #d91f2d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mmw-sitemap-intro h2 {
  margin: 12px 0;
  color: #121619;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
}
.mmw-sitemap-intro p { margin: 0; color: #4a4d55; line-height: 1.75; }
.mmw-sitemap-root {
  position: relative;
  width: max-content;
  margin: 0 auto 46px;
}
.mmw-sitemap-root::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  width: 2px;
  height: 30px;
  background: #d91f2d;
  transform: translateX(-50%);
}
.mmw-sitemap-root a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 6px;
  background: #121619;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.mmw-sitemap-root i { color: #ffc425; }
.mmw-sitemap-tree {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.mmw-sitemap-tree::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -9px;
  height: 2px;
  background: #d91f2d;
}
.mmw-sitemap-branch {
  position: relative;
  padding: 22px 22px 18px;
  border: 1px solid #e2e6e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 24, 28, .06);
}
.mmw-sitemap-branch::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -24px;
  width: 2px;
  height: 24px;
  background: #d91f2d;
}
.mmw-sitemap-branch h2 {
  margin: 0 0 16px;
  padding-bottom: 13px;
  border-bottom: 2px solid #ffc425;
  color: #121619;
  font-size: 17px;
  font-weight: 800;
}
.mmw-sitemap-branch ul { margin: 0; padding: 0; list-style: none; }
.mmw-sitemap-branch li { position: relative; margin: 0; padding: 8px 0 8px 20px; border-bottom: 1px solid #edf0f1; }
.mmw-sitemap-branch li:last-child { border-bottom: 0; }
.mmw-sitemap-branch li::before { content: ""; position: absolute; left: 0; top: 17px; width: 11px; height: 2px; background: #d91f2d; }
.mmw-sitemap-branch li::after { content: ""; position: absolute; left: 0; top: 11px; width: 2px; height: 14px; background: #d91f2d; opacity: .35; }
.mmw-sitemap-branch a { color: #30363a; font-size: 14px; font-weight: 700; line-height: 1.45; text-decoration: none; }
.mmw-sitemap-branch a:hover, .mmw-sitemap-branch a:focus { color: #d91f2d; text-decoration: underline; }
@media (max-width: 991px) {
  .mmw-sitemap-tree { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mmw-sitemap-tree::before { display: none; }
}
@media (max-width: 600px) {
  .mmw-sitemap-page { padding: 46px 15px 60px; }
  .mmw-sitemap-intro h2 { font-size: 27px; }
  .mmw-sitemap-root { margin-bottom: 30px; }
  .mmw-sitemap-root::after { height: 18px; }
  .mmw-sitemap-tree { grid-template-columns: 1fr; gap: 20px; }
  .mmw-sitemap-branch { padding: 18px; }
  .mmw-sitemap-branch::before { top: -20px; height: 20px; }
}
