| Строка 616: |
Строка 616: |
| | } | | } |
| | | | |
| − | /* Центрируем поиск в шапке */ | + | /* ===== Шапка: поиск по центру без прилипания вверх ===== */ |
| | + | |
| | header.header-container.header-chrome > form.header, | | header.header-container.header-chrome > form.header, |
| | .header-container.header-chrome .header { | | .header-container.header-chrome .header { |
| − | position: relative !important; | + | display: flex !important; |
| | + | align-items: center !important; |
| | + | min-height: 58px !important; |
| | + | } |
| | + | |
| | + | /* логотип слева */ |
| | + | .header .branding-box { |
| | + | flex: 0 0 auto !important; |
| | + | margin-right: 24px !important; |
| | } | | } |
| | | | |
| | + | /* поиск по центру */ |
| | .header .search-box { | | .header .search-box { |
| − | position: absolute !important; | + | flex: 0 1 420px !important; |
| − | left: 50% !important;
| |
| − | transform: translateX(-50%) !important;
| |
| | width: 420px !important; | | width: 420px !important; |
| − | max-width: 42vw !important; | + | max-width: 420px !important; |
| − | margin: 0 !important; | + | margin-left: auto !important; |
| | + | margin-right: auto !important; |
| | + | position: static !important; |
| | + | transform: none !important; |
| | } | | } |
| | | | |
| − | .header .search-box .search { | + | /* само поле */ |
| | + | .header .search-box .search, |
| | + | .search-box .search { |
| | width: 100% !important; | | width: 100% !important; |
| | + | height: 40px !important; |
| | + | box-sizing: border-box !important; |
| | } | | } |