| Строка 894: |
Строка 894: |
| | margin-left: 0 !important; | | margin-left: 0 !important; |
| | padding-left: 0 !important; | | padding-left: 0 !important; |
| − | }
| |
| − |
| |
| − | /* поиск ставим по центру шапки */
| |
| − | header.header-container.header-chrome .search-box,
| |
| − | .header-container.header-chrome .search-box,
| |
| − | .header .search-box {
| |
| − | position: absolute !important;
| |
| − | left: 50% !important;
| |
| − | top: 50% !important;
| |
| − | transform: translate(-50%, -50%) !important;
| |
| − | margin: 0 !important;
| |
| − | width: 420px !important;
| |
| − | max-width: 420px !important;
| |
| | } | | } |
| | | | |
| Строка 924: |
Строка 911: |
| | } | | } |
| | | | |
| − | header.header-container.header-chrome .search-box, | + | header.header-container.header-chrome .search-box .search, |
| − | .header-container.header-chrome .search-box, | + | .header-container.header-chrome .search-box .search, |
| − | .header .search-box { | + | .header .search-box .search { |
| | + | width: 100% !important; |
| | + | height: 38px !important; |
| | + | box-sizing: border-box !important; |
| | + | position: relative !important; |
| | + | z-index: 21 !important; |
| | + | pointer-events: auto !important; |
| | + | } |
| | + | |
| | + | /* ===== Обычный поиск в шапке: по центру ===== */ |
| | + | header.header-container.header-chrome > form.header { |
| | + | position: relative !important; |
| | + | } |
| | + | |
| | + | header.header-container.header-chrome > form.header > .search-box { |
| | position: absolute !important; | | position: absolute !important; |
| | left: 50% !important; | | left: 50% !important; |
| Строка 938: |
Строка 939: |
| | } | | } |
| | | | |
| − | header.header-container.header-chrome .search-box .search, | + | header.header-container.header-chrome > form.header > .search-box .search { |
| − | .header-container.header-chrome .search-box .search,
| |
| − | .header .search-box .search { | |
| | width: 100% !important; | | width: 100% !important; |
| | height: 38px !important; | | height: 38px !important; |
| Строка 947: |
Строка 946: |
| | z-index: 21 !important; | | z-index: 21 !important; |
| | pointer-events: auto !important; | | pointer-events: auto !important; |
| | + | } |
| | + | |
| | + | /* ===== АКТИВНЫЙ overlay-поиск: вернуть штатную раскладку ===== */ |
| | + | .overlay.search-overlay .overlay-header.header, |
| | + | .search-overlay .overlay-header.header, |
| | + | .overlay .overlay-header.header { |
| | + | position: relative !important; |
| | + | } |
| | + | |
| | + | .overlay.search-overlay .search-box, |
| | + | .search-overlay .search-box, |
| | + | .overlay .search-box { |
| | + | position: static !important; |
| | + | left: auto !important; |
| | + | top: auto !important; |
| | + | transform: none !important; |
| | + | width: auto !important; |
| | + | max-width: none !important; |
| | + | margin: 0 !important; |
| | + | z-index: auto !important; |
| | + | } |
| | + | |
| | + | .overlay.search-overlay .search, |
| | + | .search-overlay .search, |
| | + | .overlay .search { |
| | + | width: 100% !important; |
| | + | max-width: none !important; |
| | + | height: 38px !important; |
| | + | box-sizing: border-box !important; |
| | + | } |
| | + | |
| | + | /* крестик overlay отдельно справа */ |
| | + | .overlay.search-overlay .header-action, |
| | + | .search-overlay .header-action { |
| | + | position: absolute !important; |
| | + | right: 12px !important; |
| | + | top: 50% !important; |
| | + | transform: translateY(-50%) !important; |
| | + | z-index: 5 !important; |
| | } | | } |