Изменения

нет описания правки
Строка 461: Строка 461:  
.bl-section {
 
.bl-section {
 
     background: transparent;
 
     background: transparent;
 +
}
 +
 +
/* Фон страницы */
 +
html,
 +
body,
 +
#content,
 +
.mw-body,
 +
#bodyContent,
 +
.bl-help-home {
 +
    background: #f3f6fb !important;
 +
}
 +
 +
/* Hero-подложка на всю ширину */
 +
.bl-hero {
 +
    background: #fff1f1 !important;
 +
    position: relative;
 +
    left: 50%;
 +
    right: 50%;
 +
    margin-left: -50vw;
 +
    margin-right: -50vw;
 +
    width: 100vw;
 +
}
 +
 +
/* Контент hero в центре */
 +
.bl-hero-inner {
 +
    max-width: 1120px;
 +
    margin: 0 auto;
 +
    padding-left: 20px;
 +
    padding-right: 20px;
 
}
 
}