| Строка 281: |
Строка 281: |
| | margin-top: 0.15em; | | margin-top: 0.15em; |
| | } | | } |
| | + | |
| | + | /* ===== Главная: секция "Продукты" по ширине рабочей области ===== */ |
| | | | |
| | .page-Главная .bl-section, | | .page-Главная .bl-section, |
| | .page-Main_Page .bl-section { | | .page-Main_Page .bl-section { |
| − | max-width: 1120px; | + | max-width: 1400px !important; /* как новая рабочая область */ |
| − | margin: 0 auto; | + | margin: 0 auto !important; |
| − | padding: 28px 20px 0; | + | padding: 28px 24px 0 !important; |
| | + | box-sizing: border-box !important; |
| | } | | } |
| | | | |
| Строка 301: |
Строка 304: |
| | .page-Главная .bl-cards, | | .page-Главная .bl-cards, |
| | .page-Main_Page .bl-cards { | | .page-Main_Page .bl-cards { |
| − | display: grid; | + | display: grid !important; |
| − | grid-template-columns: repeat(4, minmax(0, 1fr)); | + | grid-template-columns: repeat(4, minmax(0, 1fr)) !important; |
| − | gap: 16px; | + | gap: 20px !important; |
| | + | width: 100% !important; |
| | } | | } |
| | | | |
| | .page-Главная .bl-card, | | .page-Главная .bl-card, |
| | .page-Main_Page .bl-card { | | .page-Main_Page .bl-card { |
| − | background: #ffffff; | + | width: 100% !important; |
| − | border: 1px solid #e5e7eb; | + | max-width: none !important; |
| − | border-radius: 18px;
| + | box-sizing: border-box !important; |
| − | padding: 22px;
| |
| − | box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04); | |
| − | min-height: 300px;
| |
| | } | | } |
| | | | |