| Строка 652: |
Строка 652: |
| | align-items: center; | | align-items: center; |
| | gap: 12px; | | gap: 12px; |
| | + | } |
| | + | |
| | + | /* Центрируем поиск в шапке */ |
| | + | header.header-container.header-chrome > form.header, |
| | + | .header-container.header-chrome .header { |
| | + | position: relative !important; |
| | + | } |
| | + | |
| | + | .header .search-box { |
| | + | position: absolute !important; |
| | + | left: 50% !important; |
| | + | transform: translateX(-50%) !important; |
| | + | width: 420px !important; |
| | + | max-width: 42vw !important; |
| | + | margin: 0 !important; |
| | + | } |
| | + | |
| | + | .header .search-box .search { |
| | + | width: 100% !important; |
| | } | | } |