@charset "UTF-8";.sitemap-page { --sm-navy: #123d84; --sm-deep: #071f42; --sm-blue: #2f67c8; --sm-light: #f4f7fc; --sm-line: #d8e1ef; --sm-text: #24364a; --sm-muted: #617287; --sm-shadow: 0 24px 50px rgba(9, 29, 67, 0.08); color: var(--sm-text); background: #fff; } .sitemap-page * { box-sizing: border-box; } .sitemap-container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }   .sitemap-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #05152f 0%, #0d4f9e 48%, #4a97ff 100%); } .sitemap-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 84% 18%, rgba(74, 151, 255, 0.30) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 78% 82%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 22%); pointer-events: none; } .sitemap-hero__content { position: relative; z-index: 1; padding: 84px 0 76px; color: #fff; } .sitemap-hero__eyebrow, .sitemap-section-head__eyebrow, .sitemap-card__tag { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 14px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; } .sitemap-hero__eyebrow { border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.08); } .sitemap-hero__title { margin: 20px 0 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.18; font-weight: 800; letter-spacing: 0.02em; } .sitemap-hero__lead { max-width: 860px; margin: 22px 0 0; font-size: 18px; line-height: 2; color: rgba(255, 255, 255, 0.92); } .sitemap-hero__chips { display: flex; flex-wrap: wrap; gap: 14px; padding: 0; margin: 34px 0 0; list-style: none; } .sitemap-hero__chips li { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.10); color: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; backdrop-filter: blur(4px); }   .sitemap-main { padding: 88px 0 110px; } .sitemap-intro { text-align: center; } .sitemap-section-head__eyebrow, .sitemap-card__tag { color: var(--sm-blue); background: rgba(18, 61, 132, 0.06); } .sitemap-section-head__title { margin: 16px 0 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.45; font-weight: 800; color: var(--sm-text); } .sitemap-section-head__lead { max-width: 860px; margin: 20px auto 0; font-size: 16px; line-height: 2; color: var(--sm-muted); } .sitemap-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 38px; } .sitemap-card, .sitemap-gallery__panel { border: 1px solid var(--sm-line); border-radius: 30px; background: #fff; box-shadow: var(--sm-shadow); } .sitemap-card { padding: 28px 28px 26px; } .sitemap-card__head h3 { margin: 14px 0 0; font-size: 28px; line-height: 1.45; font-weight: 800; color: var(--sm-text); } .sitemap-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; } .sitemap-list li { margin: 0; } .sitemap-list a { display: flex; align-items: center; min-height: 52px; padding: 0 18px; border-radius: 16px; background: linear-gradient(180deg, #fbfdff 0%, #f3f7fd 100%); border: 1px solid rgba(18, 61, 132, 0.10); color: var(--sm-text); text-decoration: none; font-size: 15px; font-weight: 700; line-height: 1.6; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; } .sitemap-list a:hover { transform: translateY(-2px); border-color: rgba(18, 61, 132, 0.18); box-shadow: 0 16px 28px rgba(9, 29, 67, 0.08); }   .sitemap-gallery { margin-top: 72px; } .sitemap-gallery__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; } .sitemap-gallery__count { flex: 0 0 auto; min-width: 150px; padding: 18px 20px; border-radius: 22px; border: 1px solid var(--sm-line); background: linear-gradient(180deg, #fbfdff 0%, #f3f7fd 100%); text-align: center; box-shadow: var(--sm-shadow); } .sitemap-gallery__count span { display: block; font-size: 13px; font-weight: 700; color: var(--sm-muted); } .sitemap-gallery__count strong { display: block; margin-top: 8px; font-size: 34px; line-height: 1; font-weight: 900; color: var(--sm-navy); } .sitemap-gallery__panel { padding: 24px; background: linear-gradient(180deg, #fbfdff 0%, #f3f7fd 100%); } .sitemap-gallery__toplink { margin-bottom: 18px; } .sitemap-gallery__toplink a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 999px; background: linear-gradient(135deg, #0b2d61 0%, #0f57aa 100%); color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; box-shadow: 0 18px 34px rgba(10, 42, 90, 0.18); transition: transform 0.2s ease; } .sitemap-gallery__toplink a:hover { transform: translateY(-2px); color: #fff; } .sitemap-gallery__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; padding: 0; margin: 0; list-style: none; max-height: 720px; overflow: auto; } .sitemap-gallery__list li { margin: 0; } .sitemap-gallery__list a { display: block; padding: 16px 18px; border-radius: 18px; border: 1px solid rgba(18, 61, 132, 0.10); background: #fff; text-decoration: none; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; } .sitemap-gallery__list a:hover { transform: translateY(-2px); border-color: rgba(18, 61, 132, 0.18); box-shadow: 0 16px 28px rgba(9, 29, 67, 0.08); } .sitemap-gallery__title { display: block; font-size: 15px; line-height: 1.8; font-weight: 700; color: var(--sm-text); word-break: break-word; } .sitemap-gallery__url { display: block; margin-top: 8px; font-size: 12px; line-height: 1.7; color: var(--sm-blue); word-break: break-all; } .sitemap-empty { padding: 24px 18px; border-radius: 20px; background: #fff; border: 1px solid rgba(18, 61, 132, 0.10); text-align: center; } .sitemap-empty p { margin: 0; font-size: 15px; line-height: 1.9; color: var(--sm-muted); }   @media (max-width: 1080px) { .sitemap-grid { grid-template-columns: 1fr; } .sitemap-gallery__list { grid-template-columns: 1fr; } } @media (max-width: 767px) { .sitemap-container { width: calc(100% - 24px); } .sitemap-hero__content { padding: 94px 0 72px; } .sitemap-hero__lead { font-size: 16px; line-height: 1.9; } .sitemap-hero__chips { gap: 10px; } .sitemap-hero__chips li { min-height: 42px; padding: 0 14px; font-size: 13px; } .sitemap-main { padding: 68px 0 76px; } .sitemap-section-head__lead { font-size: 15px; line-height: 1.9; } .sitemap-card, .sitemap-gallery__panel, .sitemap-gallery__count { border-radius: 24px; } .sitemap-card { padding: 22px 20px 20px; } .sitemap-card__head h3, .sitemap-section-head__title { font-size: 28px; } .sitemap-list a { min-height: 48px; padding: 0 16px; font-size: 14px; } .sitemap-gallery { margin-top: 52px; } .sitemap-gallery__head { flex-direction: column; align-items: stretch; margin-bottom: 20px; } .sitemap-gallery__panel { padding: 16px; } .sitemap-gallery__list { max-height: none; } .sitemap-gallery__list a { padding: 14px 14px; border-radius: 16px; } .sitemap-gallery__title { font-size: 14px; } }     @media (max-width: 767px) { .sitemap-container { width: calc(100% - 32px); } }   @media (max-width: 991.98px) { .sitemap-gallery__title { font-size: 15px; } .sitemap-list a { font-size: 15px; } }   .sitemap-page .sitemap-hero__content { padding: 66px 0 52px; } .sitemap-page .site-breadcrumb ol { margin-bottom: 22px; } .sitemap-page .sitemap-hero__lead { margin-top: 15px; line-height: 1.8; } .sitemap-page .sitemap-quick-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; } .sitemap-page .sitemap-quick-nav a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: rgba(255, 255, 255, 0.10); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; backdrop-filter: blur(4px); } .sitemap-page .sitemap-quick-nav a::after { content: "\2193"; margin-left: 8px; color: #bcd8ff; } .sitemap-page .sitemap-main { padding: 56px 0 76px; } .sitemap-page .sitemap-section-head__eyebrow, .sitemap-page .sitemap-card__tag { min-height: 29px; padding: 0 10px; font-size: 10px; } .sitemap-page .sitemap-section-head__title { margin-top: 10px; font-size: clamp(26px, 3.4vw, 36px); } .sitemap-page .sitemap-section-head__lead { margin-top: 10px; line-height: 1.75; } .sitemap-page .sitemap-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; } .sitemap-page .sitemap-card { scroll-margin-top: 12px; padding: 20px; border-radius: 21px; box-shadow: 0 14px 36px rgba(9, 29, 67, 0.06); } .sitemap-page .sitemap-card__head h3 { margin-top: 8px; font-size: 21px; line-height: 1.4; } .sitemap-page .sitemap-card__description { margin: 9px 0 0; color: var(--sm-muted); font-size: 12px; font-weight: 700; line-height: 1.6; } .sitemap-page .sitemap-card--faq { border-color: rgba(47, 103, 200, 0.28); background: linear-gradient(145deg, #fff 0%, #f3f8ff 100%); } .sitemap-page .sitemap-card--faq .sitemap-card__tag { color: #fff; background: linear-gradient(135deg, var(--sm-navy), var(--sm-blue)); } .sitemap-page .sitemap-list { gap: 6px; margin-top: 14px; } .sitemap-page .sitemap-list a { position: relative; min-height: 42px; padding: 8px 30px 8px 12px; border-radius: 12px; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; } .sitemap-page .sitemap-list a::after { content: "\2192"; position: absolute; top: 50%; right: 12px; color: var(--sm-blue); font-size: 15px; transform: translateY(-50%); } .sitemap-page .sitemap-gallery { scroll-margin-top: 12px; margin-top: 54px; } .sitemap-page .sitemap-gallery__head { gap: 18px; margin-bottom: 16px; } .sitemap-page .sitemap-gallery__count { min-width: 124px; padding: 13px 16px; border-radius: 18px; box-shadow: 0 12px 28px rgba(9, 29, 67, 0.06); } .sitemap-page .sitemap-gallery__count strong { margin-top: 4px; font-size: 28px; } .sitemap-page .sitemap-gallery__index-link { display: inline-flex; align-items: center; min-height: 40px; margin-top: 14px; padding: 0 15px; border-radius: 999px; background: linear-gradient(135deg, #0b2d61 0%, #0f57aa 100%); box-shadow: 0 14px 28px rgba(10, 42, 90, 0.16); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; } .sitemap-page .sitemap-gallery__index-link::after { content: "\2192"; margin-left: 8px; } .sitemap-page .sitemap-gallery__index-link:hover { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(10, 42, 90, 0.22); color: #fff; } .sitemap-page .sitemap-gallery__details > summary { display: none; } .sitemap-page .sitemap-gallery__panel { padding: 18px; border-radius: 22px; box-shadow: 0 14px 36px rgba(9, 29, 67, 0.06); } .sitemap-page .sitemap-gallery__toplink { margin-bottom: 12px; } .sitemap-page .sitemap-gallery__toplink a { min-height: 40px; padding: 0 15px; font-size: 13px; } .sitemap-page .sitemap-gallery__list { gap: 7px 10px; max-height: 620px; } .sitemap-page .sitemap-gallery__list a { position: relative; min-height: 43px; padding: 10px 36px 10px 13px; border-radius: 12px; } .sitemap-page .sitemap-gallery__list a::after { content: "\2192"; position: absolute; top: 50%; right: 13px; color: var(--sm-blue); transform: translateY(-50%); } .sitemap-page .sitemap-gallery__title { font-size: 13px; line-height: 1.55; } @media (max-width: 1080px) { .sitemap-page .sitemap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 767px) { .sitemap-page .sitemap-hero__content { padding: 70px 0 36px; } .sitemap-page .site-breadcrumb ol { margin-bottom: 14px; } .sitemap-page .sitemap-hero__eyebrow { min-height: 28px; padding: 0 10px; font-size: 10px; } .sitemap-page .sitemap-hero__title { margin-top: 11px; font-size: 30px; line-height: 1.3; } .sitemap-page .sitemap-hero__lead { margin-top: 9px; font-size: 14px; line-height: 1.7; } .sitemap-page .sitemap-quick-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 16px; } .sitemap-page .sitemap-quick-nav a { justify-content: center; min-height: 35px; padding: 5px 7px; border-radius: 11px; font-size: 11px; line-height: 1.3; text-align: center; } .sitemap-page .sitemap-quick-nav a::after { margin-left: 4px; } .sitemap-page .sitemap-main { padding: 34px 0 50px; } .sitemap-page .sitemap-section-head__title { margin-top: 7px; font-size: 24px; } .sitemap-page .sitemap-section-head__lead { margin-top: 7px; font-size: 13px; line-height: 1.65; } .sitemap-page .sitemap-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 18px; } .sitemap-page .sitemap-card { padding: 14px; border-radius: 17px; } .sitemap-page .sitemap-card__head { display: flex; gap: 10px; align-items: center; } .sitemap-page .sitemap-card__head h3 { margin: 0; font-size: 17px; } .sitemap-page .sitemap-card__description { margin-top: 7px; font-size: 11px; } .sitemap-page .sitemap-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; margin-top: 10px; } .sitemap-page .sitemap-list a { min-height: 39px; padding: 7px 24px 7px 9px; border-radius: 10px; font-size: 12px; line-height: 1.4; } .sitemap-page .sitemap-list a::after { right: 8px; font-size: 13px; } .sitemap-page .sitemap-gallery { margin-top: 34px; } .sitemap-page .sitemap-gallery__head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; margin-bottom: 12px; } .sitemap-page .sitemap-gallery__count { align-self: end; min-width: 76px; padding: 9px 10px; border-radius: 14px; } .sitemap-page .sitemap-gallery__count span { font-size: 10px; } .sitemap-page .sitemap-gallery__count strong { font-size: 22px; } .sitemap-page .sitemap-gallery__index-link { min-height: 36px; margin-top: 10px; padding: 0 12px; border-radius: 11px; font-size: 11px; } .sitemap-page .sitemap-gallery__details { border: 1px solid var(--sm-line); border-radius: 17px; background: linear-gradient(180deg, #fbfdff 0%, #f3f7fd 100%); box-shadow: 0 12px 28px rgba(9, 29, 67, 0.06); } .sitemap-page .sitemap-gallery__details > summary { display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding: 10px 14px; color: var(--sm-text); font-size: 13px; font-weight: 800; list-style: none; cursor: pointer; } .sitemap-page .sitemap-gallery__details > summary::-webkit-details-marker { display: none; } .sitemap-page .sitemap-gallery__details > summary::after { content: "+"; display: grid; place-items: center; width: 27px; height: 27px; margin-left: 8px; border-radius: 9px; background: var(--sm-deep); color: #fff; font-size: 17px; line-height: 1; } .sitemap-page .sitemap-gallery__details[open] > summary::after { content: "\2212"; } .sitemap-page .sitemap-gallery__summary-count { margin-left: auto; color: var(--sm-blue); font-size: 12px; } .sitemap-page .sitemap-gallery__panel { padding: 0 10px 10px; border: 0; border-radius: 0; background: transparent; box-shadow: none; } .sitemap-page .sitemap-gallery__toplink { margin: 0 0 8px; } .sitemap-page .sitemap-gallery__toplink a { width: 100%; justify-content: center; min-height: 38px; border-radius: 11px; font-size: 12px; } .sitemap-page .sitemap-gallery__list { grid-template-columns: 1fr; gap: 5px; max-height: 520px; } .sitemap-page .sitemap-gallery__list a { min-height: 40px; padding: 8px 32px 8px 10px; border-radius: 10px; } .sitemap-page .sitemap-gallery__title { font-size: 12px; line-height: 1.45; } } @media (max-width: 350px) { .sitemap-page .sitemap-quick-nav, .sitemap-page .sitemap-list { grid-template-columns: 1fr; } }   .sitemap-page .sitemap-quick-nav a, .sitemap-page .sitemap-list a, .sitemap-page .sitemap-gallery__index-link, .sitemap-page .sitemap-gallery__toplink a, .sitemap-page .sitemap-gallery__list a { min-height: 44px; } @media (prefers-reduced-motion: reduce) { .sitemap-page .sitemap-list a, .sitemap-page .sitemap-gallery__list a, .sitemap-page .sitemap-gallery__toplink a, .sitemap-page .sitemap-gallery__index-link { transition: none; } }
