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