Изменения

нет описания правки
Строка 376: Строка 376:  
     margin: 0 !important;
 
     margin: 0 !important;
 
     padding: 0 !important;
 
     padding: 0 !important;
 +
}
 +
 +
/* =========================================================
 +
  MOBILE — ТОЛЬКО ДЛЯ ГЛАВНОЙ
 +
  ========================================================= */
 +
 +
.page-Главная,
 +
.page-Main_Page,
 +
.page-Главная #content,
 +
.page-Main_Page #content,
 +
.page-Главная .mw-body,
 +
.page-Main_Page .mw-body,
 +
.page-Главная #bodyContent,
 +
.page-Main_Page #bodyContent {
 +
    background: #f3f6fb !important;
 +
}
 +
 +
.page-Главная .bl-help-home,
 +
.page-Main_Page .bl-help-home {
 +
    background: #f3f6fb !important;
 +
    margin: -0.75em -0.75em 0 -0.75em;
 +
    padding-bottom: 18px;
 +
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
 +
}
 +
 +
.page-Главная .bl-hero,
 +
.page-Main_Page .bl-hero {
 +
    background: #fff1f1 !important;
 +
    padding: 22px 0 18px !important;
 +
    text-align: center;
 +
    margin: 0 calc(50% - 50vw) !important;
 +
    width: 100vw !important;
 +
    box-sizing: border-box !important;
 +
}
 +
 +
.page-Главная .bl-hero-inner,
 +
.page-Main_Page .bl-hero-inner {
 +
    max-width: 100% !important;
 +
    margin: 0 auto !important;
 +
    padding: 0 14px !important;
 +
    text-align: center !important;
 +
    box-sizing: border-box !important;
 +
}
 +
 +
.page-Главная .bl-help-home,
 +
.page-Main_Page .bl-help-home,
 +
.page-Главная .bl-help-home *,
 +
.page-Main_Page .bl-help-home * {
 +
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
 +
}
 +
 +
.page-Главная .bl-hero-title,
 +
.page-Main_Page .bl-hero-title {
 +
    font-weight: 700 !important;
 +
    color: #1f2937 !important;
 +
}
 +
 +
.page-Главная .bl-hero-subtitle,
 +
.page-Main_Page .bl-hero-subtitle {
 +
    font-weight: 400 !important;
 +
    color: #667085 !important;
 +
}
 +
 +
header.header-container.header-chrome,
 +
header.header-container.header-chrome > form.header,
 +
header.header-container.header-chrome::before,
 +
header.header-container.header-chrome::after,
 +
header.header-container.header-chrome > form.header::before,
 +
header.header-container.header-chrome > form.header::after {
 +
    background: #ffffff !important;
 +
    background-color: #ffffff !important;
 +
    border-bottom: 1px solid #eceff1 !important;
 +
    box-shadow: none !important;
 +
}
 +
 +
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 {
 +
    height: 64px !important;
 +
    width: auto !important;
 +
}
 +
 +
header .search-box .search,
 +
.search-box .search {
 +
    background: #f1f3f5 !important;
 +
    background-color: #f1f3f5 !important;
 +
    border: 1px solid #f1f3f5 !important;
 +
    border-radius: 999px !important;
 +
    color: #667085 !important;
 +
    padding-left: 40px !important;
 +
    padding-right: 14px !important;
 +
    background-size: 16px 16px !important;
 +
    background-position: left 13px center !important;
 +
    background-repeat: no-repeat !important;
 +
    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.7' 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;
 +
}
 +
 +
header .search-box .search::placeholder,
 +
header .search-box input::placeholder,
 +
.search-box .search::placeholder,
 +
.search-box input::placeholder {
 +
    color: #98a2b3 !important;
 +
    opacity: 1 !important;
 +
}
 +
 +
/* не трогаем псевдоэлементы иконок */
 +
.minerva-user-navigation a,
 +
.minerva-user-navigation .mw-ui-icon {
 +
    color: #4b5563 !important;
 
}
 
}