Строка 501: Строка 501:
 
     margin: 0 !important;
 
     margin: 0 !important;
 
     padding: 0 !important;
 
     padding: 0 !important;
 +
}
 +
 +
/* =========================================================
 +
  ТОНКАЯ ДОРАБОТКА UI
 +
  ========================================================= */
 +
 +
/* 1) Везде Manrope */
 +
html,
 +
body,
 +
input,
 +
button,
 +
select,
 +
textarea,
 +
.mw-body,
 +
#content,
 +
.minerva-header,
 +
.header,
 +
.search-box .search,
 +
.bl-help-home,
 +
.bl-help-home * {
 +
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
 +
}
 +
 +
/* 5) Приглушаем черный до очень темно-серого */
 +
body,
 +
.mw-body,
 +
#content,
 +
.bl-help-home,
 +
.bl-card-title,
 +
.bl-school-title,
 +
.bl-hero-title,
 +
header,
 +
.minerva-header,
 +
.page-actions-menu,
 +
#page-actions,
 +
.minerva-page-actions {
 +
    color: #1f2937 !important;
 +
}
 +
 +
/* Ссылки и вторичный текст можно чуть мягче */
 +
.bl-hero-subtitle,
 +
.bl-card-text,
 +
.bl-school-text,
 +
.bl-section-title,
 +
.search-box .search,
 +
.search-box .search::placeholder {
 +
    color: #667085 !important;
 +
}
 +
 +
/* 2) Hero typography */
 +
.bl-hero-title {
 +
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
 +
    font-weight: 700 !important;  /* было слишком жирно */
 +
    letter-spacing: -0.02em;
 +
    color: #1f2937 !important;
 +
}
 +
 +
.bl-hero-subtitle {
 +
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
 +
    font-weight: 400 !important;
 +
    color: #667085 !important;
 +
    max-width: 760px;
 +
    margin: 0 auto;
 +
}
 +
 +
/* Если в подзаголовке будет <br>, он будет выглядеть аккуратно */
 +
.bl-hero-subtitle br {
 +
    display: block;
 +
    content: "";
 +
    margin-top: 0.15em;
 +
}
 +
 +
/* 3) Логотип меньше на 20% и левее */
 +
.header .branding-box h1 img,
 +
.header .branding-box a img,
 +
.header .branding-box img {
 +
    height: 80px !important;      /* было 100px */
 +
    width: auto !important;
 +
    margin-left: 0 !important;
 +
    margin-right: 10px !important;
 +
}
 +
 +
/* Шапка: логотип влево, поиск рядом, иконки справа */
 +
header.header-container.header-chrome > form.header,
 +
.header-container.header-chrome .header {
 +
    display: flex !important;
 +
    align-items: center !important;
 +
    gap: 12px;
 +
}
 +
 +
.header .branding-box {
 +
    order: 1;
 +
    margin-right: 0 !important;
 +
}
 +
 +
.header .search-box {
 +
    order: 2;
 +
    flex: 0 1 430px !important;
 +
    margin-left: 0 !important;
 +
    margin-right: auto !important;
 +
}
 +
 +
/* бургер вправо к остальным иконкам */
 +
.minerva-user-navigation,
 +
.header .branding-box + .search-box + * {
 +
    order: 4;
 +
}
 +
 +
.minerva-user-navigation {
 +
    margin-left: 8px !important;
 +
}
 +
 +
/* если бургер — отдельная кнопка слева, уводим его вправо */
 +
.header .main-menu-button,
 +
.header .menu,
 +
.toggle-list__toggle {
 +
    order: 3 !important;
 +
    margin-left: auto !important;
 +
}
 +
 +
/* 4) Поиск: максимально скруглить, сдвинуть левее к иконкам, тонкая лупа */
 +
.search-box .search,
 +
.header .search-box .search {
 +
    background: #f1f3f5 !important;
 +
    background-color: #f1f3f5 !important;
 +
    border: 1px solid #f1f3f5 !important;
 +
    border-radius: 999px !important;
 +
    color: #667085 !important;
 +
    padding-left: 42px !important;
 +
    padding-right: 16px !important;
 +
    background-size: 17px 17px !important;
 +
    background-position: left 14px center !important;
 +
}
 +
 +
/* Тонкая лупа через inline SVG */
 +
.search-box .search,
 +
.header .search-box .search {
 +
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='20' y1='20' x2='16.65' y2='16.65'/></svg>") !important;
 +
    background-repeat: no-repeat !important;
 +
}
 +
 +
.search-box .search::placeholder,
 +
.search-box input::placeholder {
 +
    color: #98a2b3 !important;
 +
    opacity: 1 !important;
 +
}
 +
 +
/* Иконки в шапке — тоже темно-серые */
 +
.mw-ui-icon:before,
 +
.mw-ui-icon,
 +
.minerva-user-navigation a,
 +
.minerva-user-navigation .mw-ui-icon {
 +
    color: #4b5563 !important;
 +
}
 +
 +
/* Служебный текст и кнопки тоже приглушаем */
 +
#page-secondary-actions,
 +
#page-secondary-actions a,
 +
.minerva__tab-container a,
 +
.page-actions-menu a {
 +
    color: #4b5563 !important;
 
}
 
}

Версия от 15:45, 20 апреля 2026

/* ===== Главная страница Центра помощи ===== */

/* Общий фон страницы */
body {
    background: #f4f6fb !important; /* серо-синий */
}

/* Контейнер убираем белый фон */
.bl-help-home {
    background: transparent !important;
}
    margin: -1em -1em 0 -1em;
    padding-bottom: 32px;
    font-family: -apple-system, 'Manrope', 'Arial', sans-serif;
}

.bl-hero {
    background: #fff7f7;
    padding: 34px 16px 28px;
    text-align: center;
}

.bl-hero-inner {
    max-width: 760px;
    margin: 0 auto;
}

.bl-hero-title {
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 14px;
}

.bl-hero-subtitle {
    font-size: 22px;
    line-height: 1.45;
    color: #6b7280;
}

.bl-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 20px 0;
}

.bl-section-title {
    font-size: 14px;
    font-weight: 800;
    color: #9ca3af;
    letter-spacing: 0.12em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.bl-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.bl-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    min-height: 300px;
}

.bl-card-icon {
    margin-bottom: 14px;
    height: 46px;
}

.bl-card-title {
    font-size: 21px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 12px;
}

.bl-card-text {
    font-size: 16px;
    line-height: 1.55;
    color: #6b7280;
    min-height: 92px;
    margin-bottom: 16px;
}

.bl-card-links {
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
    margin-top: 6px;
}

.bl-card-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bl-card-links li {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.45;
}

.bl-card-links li::before {
    content: "› ";
    color: #f1a4a4;
    font-weight: 700;
}

.bl-card-links a {
    color: #e58c8c !important;
    text-decoration: none;
    font-weight: 600;
}

.bl-card-links a:hover {
    text-decoration: underline;
}

.bl-card-more {
    margin-top: 10px;
    font-size: 15px;
}

.bl-card-more a {
    color: #6b7280 !important;
    text-decoration: none;
}

.bl-card-more a:hover {
    text-decoration: underline;
}

.bl-school {
    max-width: 1120px;
    margin: 24px auto 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.bl-school-icon {
    flex: 0 0 84px;
}

.bl-school-title {
    font-size: 30px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 8px;
}

.bl-school-text {
    font-size: 17px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 14px;
}

.bl-school-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bl-tag {
    display: inline-block;
}

.bl-tag a {
    display: inline-block;
    background: #fff2f2;
    border: 1px solid #fde2e2;
    color: #e58c8c !important;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.bl-tag a:hover {
    text-decoration: none;
    filter: brightness(0.98);
}

.bl-tag-muted a {
    background: #ffffff;
    border-color: #e5e7eb;
    color: #6b7280 !important;
}

/* Убираем стандартные отступы wiki внутри кастомных блоков */
.bl-help-home p,
.bl-help-home ul,
.bl-help-home li {
    margin-top: 0;
}

/* Адаптив */
@media (max-width: 1200px) {
    .bl-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bl-help-home {
        margin-left: -0.75em;
        margin-right: -0.75em;
    }

    .bl-hero {
        padding: 24px 14px 20px;
    }

    .bl-hero-title {
        font-size: 31px;
    }

    .bl-hero-subtitle {
        font-size: 17px;
    }

    .bl-section {
        padding: 20px 14px 0;
    }

    .bl-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bl-card {
        min-height: auto;
        padding: 18px;
        border-radius: 16px;
    }

    .bl-card-title {
        font-size: 22px;
    }

    .bl-card-text {
        min-height: auto;
        font-size: 15px;
    }

    .bl-school {
        margin: 18px 14px 0;
        padding: 18px;
        border-radius: 16px;
        display: block;
    }

    .bl-school-icon {
        margin-bottom: 12px;
    }

    .bl-school-title {
        font-size: 24px;
    }

    .bl-school-text {
        font-size: 15px;
    }
}



/* ФИКС: всегда скрывать заголовок страницы */
h1,
.mw-first-heading,
.page-heading,
#content .mw-first-heading,
#content .page-heading,
header + .pre-content h1,
.pre-content h1 {
    display: none !important;
}

/* Убираем зазор под хедером */
#content {
    margin-top: 0 !important;
}

.bl-help-home {
    margin-top: 0 !important;
}

/* ===== ФИКСЫ после переработки главной ===== */

/* 1) Логотип снова делаем нормальным, без тусклости */
.header .branding-box img,
.header .branding-box h1 img,
.header .branding-box a img,
.mw-logo-icon,
.mw-logo-wordmark,
.branding-box img,
header.header-container.header-chrome .branding-box img,
header.header-container.header-chrome .branding-box a img,
header.header-container.header-chrome .branding-box h1 img {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.header .branding-box,
.branding-box,
.branding-box a,
.branding-box h1,
header.header-container.header-chrome .branding-box,
header.header-container.header-chrome .branding-box a,
header.header-container.header-chrome .branding-box h1 {
    opacity: 1 !important;
    filter: none !important;
}

/* убираем прокрашивание служебной панели страницы / actions */
.minerva__tab-container,
.page-actions-menu,
#page-actions,
.minerva-page-actions,
.minerva-sticky-header {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.bl-card-links a {
    font-weight: 600;
    text-decoration: none;
}

.bl-card-links a:hover {
    text-decoration: underline;
}
/* белые подложки иконок в нужных мобильных кнопках */
.minerva-ui-bottomNavigation .mw-ui-icon {
    background-color: #ffffff !important;
    border-radius: 14px !important;
}

/* Ссылки на главной — синие */
.bl-help-home a,
.bl-card-links a,
.bl-card-more a,
.bl-tag a {
    color: #3366cc !important;
}

/* hover как у стандартной вики */
.bl-help-home a:hover,
.bl-card-links a:hover,
.bl-card-more a:hover,
.bl-tag a:hover {
    color: #254a99 !important;
}

/* ===== СВЕТЛАЯ ТЕМА ПАНЕЛЕЙ: БЕЛАЯ ШАПКА ===== */

/* Верхняя панель */
.minerva-header,
.header-container.header-chrome,
header.header-container.header-chrome,
header.header-container.header-chrome > form.header {
    background: #ffffff !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-bottom: 1px solid #eceff1 !important;
}

/* На случай старой inset-заливки */
.header-container.header-chrome {
    box-shadow: none !important;
}

/* Логотип без тусклости */
.header .branding-box img,
.header .branding-box h1 img,
.header .branding-box a img,
.mw-logo-icon,
.mw-logo-wordmark,
.branding-box img {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

/* Поисковая строка */
.search-box .search {
    background: #f1f3f5 !important;
    background-color: #f1f3f5 !important;
    border: 1px solid #f1f3f5 !important;
    border-radius: 12px !important;
    color: #6b7280 !important;
    box-shadow: none !important;
}

/* Текст/placeholder в поиске */
.search-box .search::placeholder,
.search-box input::placeholder {
    color: #9aa3af !important;
    opacity: 1 !important;
}

/* Фокус без синего свечения */
.client-nojs .search-box input:focus,
.search-box input:focus {
    border-color: #f1f3f5 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Иконки без подложек */
.mw-ui-icon {
    background: transparent !important;
    background-color: transparent !important;
}

/* Нижняя панель */
.minerva-ui-bottomNavigation {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-top: 1px solid #eceff1 !important;
    box-shadow: none !important;
}

.minerva-ui-bottomNavigation .mw-ui-icon {
    background: transparent !important;
    border-radius: 0 !important;
}

/* Скрыть кнопку "Обсуждение" */
#page-secondary-actions .talk {
    display: none !important;
}

/* ===== ФОН И HERO: аккуратная полноширинная версия ===== */

/* Общий фон страницы */
html,
body,
#content,
.mw-body,
#bodyContent {
    background: #f3f6fb !important;
}

/* Контейнер главной */
.bl-help-home {
    background: #f3f6fb !important;
    margin: -1em -1em 0 -1em;
    padding-bottom: 32px;
}

/* Верхняя подложка на всю ширину, без сдвига текста */
.bl-hero {
    background: #fff1f1 !important;
    padding: 34px 0 28px !important;
    text-align: center;
    margin: 0 !important;
    width: 100% !important;
}

/* Контент hero по центру */
.bl-hero-inner {
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    text-align: center !important;
}

/* Основной контент ниже */
.bl-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 20px 0;
}

/* Если над hero остаётся тонкая полоска/зазор */
#content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.pre-content,
.banner-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   ТОНКАЯ ДОРАБОТКА UI
   ========================================================= */

/* 1) Везде Manrope */
html,
body,
input,
button,
select,
textarea,
.mw-body,
#content,
.minerva-header,
.header,
.search-box .search,
.bl-help-home,
.bl-help-home * {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

/* 5) Приглушаем черный до очень темно-серого */
body,
.mw-body,
#content,
.bl-help-home,
.bl-card-title,
.bl-school-title,
.bl-hero-title,
header,
.minerva-header,
.page-actions-menu,
#page-actions,
.minerva-page-actions {
    color: #1f2937 !important;
}

/* Ссылки и вторичный текст можно чуть мягче */
.bl-hero-subtitle,
.bl-card-text,
.bl-school-text,
.bl-section-title,
.search-box .search,
.search-box .search::placeholder {
    color: #667085 !important;
}

/* 2) Hero typography */
.bl-hero-title {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-weight: 700 !important;   /* было слишком жирно */
    letter-spacing: -0.02em;
    color: #1f2937 !important;
}

.bl-hero-subtitle {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #667085 !important;
    max-width: 760px;
    margin: 0 auto;
}

/* Если в подзаголовке будет <br>, он будет выглядеть аккуратно */
.bl-hero-subtitle br {
    display: block;
    content: "";
    margin-top: 0.15em;
}

/* 3) Логотип меньше на 20% и левее */
.header .branding-box h1 img,
.header .branding-box a img,
.header .branding-box img {
    height: 80px !important;       /* было 100px */
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

/* Шапка: логотип влево, поиск рядом, иконки справа */
header.header-container.header-chrome > form.header,
.header-container.header-chrome .header {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
}

.header .branding-box {
    order: 1;
    margin-right: 0 !important;
}

.header .search-box {
    order: 2;
    flex: 0 1 430px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* бургер вправо к остальным иконкам */
.minerva-user-navigation,
.header .branding-box + .search-box + * {
    order: 4;
}

.minerva-user-navigation {
    margin-left: 8px !important;
}

/* если бургер — отдельная кнопка слева, уводим его вправо */
.header .main-menu-button,
.header .menu,
.toggle-list__toggle {
    order: 3 !important;
    margin-left: auto !important;
}

/* 4) Поиск: максимально скруглить, сдвинуть левее к иконкам, тонкая лупа */
.search-box .search,
.header .search-box .search {
    background: #f1f3f5 !important;
    background-color: #f1f3f5 !important;
    border: 1px solid #f1f3f5 !important;
    border-radius: 999px !important;
    color: #667085 !important;
    padding-left: 42px !important;
    padding-right: 16px !important;
    background-size: 17px 17px !important;
    background-position: left 14px center !important;
}

/* Тонкая лупа через inline SVG */
.search-box .search,
.header .search-box .search {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='20' y1='20' x2='16.65' y2='16.65'/></svg>") !important;
    background-repeat: no-repeat !important;
}

.search-box .search::placeholder,
.search-box input::placeholder {
    color: #98a2b3 !important;
    opacity: 1 !important;
}

/* Иконки в шапке — тоже темно-серые */
.mw-ui-icon:before,
.mw-ui-icon,
.minerva-user-navigation a,
.minerva-user-navigation .mw-ui-icon {
    color: #4b5563 !important;
}

/* Служебный текст и кнопки тоже приглушаем */
#page-secondary-actions,
#page-secondary-actions a,
.minerva__tab-container a,
.page-actions-menu a {
    color: #4b5563 !important;
}