| Строка 473: |
Строка 473: |
| | font-size: 21px; | | font-size: 21px; |
| | } | | } |
| | + | } |
| | + | |
| | + | /* ===== Главная: карточки сервисов ===== */ |
| | + | |
| | + | /* 1. Заголовки сервисов */ |
| | + | .page-Главная .bl-card-title, |
| | + | .page-Main_Page .bl-card-title { |
| | + | font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important; |
| | + | font-weight: 700 !important; /* Bold */ |
| | + | color: #1f2937 !important; |
| | + | } |
| | + | |
| | + | /* 2. Ссылки по сервисам */ |
| | + | .page-Главная .bl-card-links a, |
| | + | .page-Main_Page .bl-card-links a, |
| | + | .page-Главная .bl-help-home .bl-card-links a, |
| | + | .page-Main_Page .bl-help-home .bl-card-links a { |
| | + | font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important; |
| | + | font-weight: 400 !important; /* Regular */ |
| | + | color: #6877de !important; |
| | + | text-decoration: none !important; |
| | + | } |
| | + | |
| | + | /* стрелочка перед пунктом */ |
| | + | .page-Главная .bl-card-links li::before, |
| | + | .page-Main_Page .bl-card-links li::before { |
| | + | content: "›"; |
| | + | color: #6877de !important; |
| | + | font-weight: 400 !important; |
| | + | display: inline-block; |
| | + | margin-right: 0.5em; /* отодвигаем текст примерно на 50% ширины символа */ |
| | + | } |
| | + | |
| | + | /* убираем лишнюю жирность у пунктов списка */ |
| | + | .page-Главная .bl-card-links li, |
| | + | .page-Main_Page .bl-card-links li { |
| | + | font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important; |
| | + | font-weight: 400 !important; |
| | + | } |
| | + | |
| | + | /* hover */ |
| | + | .page-Главная .bl-card-links a:hover, |
| | + | .page-Main_Page .bl-card-links a:hover { |
| | + | color: #6877de !important; |
| | + | text-decoration: underline !important; |
| | } | | } |