| Строка 1035: |
Строка 1035: |
| | .page-Заглавная_страница .banner-container { | | .page-Заглавная_страница .banner-container { |
| | margin-top: 13px !important; /* подгони при необходимости */ | | margin-top: 13px !important; /* подгони при необходимости */ |
| | + | } |
| | + | |
| | + | /* На главной скрываем поиск в верхней панели */ |
| | + | body.page-Главная header.header-container.header-chrome > form.header > .search-box, |
| | + | body.page-Main_Page header.header-container.header-chrome > form.header > .search-box { |
| | + | display: none !important; |
| | + | } |
| | + | |
| | + | /* Поиск внутри hero на главной */ |
| | + | body.page-Главная .bl-hero-search, |
| | + | body.page-Main_Page .bl-hero-search { |
| | + | max-width: 640px; |
| | + | margin: 26px auto 0; |
| | + | } |
| | + | |
| | + | body.page-Главная .bl-search-form, |
| | + | body.page-Main_Page .bl-search-form { |
| | + | display: block; |
| | + | width: 100%; |
| | + | } |
| | + | |
| | + | body.page-Главная .bl-search-input, |
| | + | body.page-Main_Page .bl-search-input { |
| | + | width: 100%; |
| | + | height: 56px; |
| | + | box-sizing: border-box; |
| | + | padding: 0 22px 0 52px; |
| | + | border: 1px solid #eef1f6; |
| | + | border-radius: 18px; |
| | + | background-color: #ffffff; |
| | + | color: #667085; |
| | + | font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; |
| | + | font-size: 18px; |
| | + | line-height: 1.2; |
| | + | box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06); |
| | + | outline: none; |
| | + | background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2398a2b3' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='20' y1='20' x2='16.65' y2='16.65'/></svg>"); |
| | + | background-repeat: no-repeat; |
| | + | background-position: left 18px center; |
| | + | background-size: 20px 20px; |
| | + | } |
| | + | |
| | + | body.page-Главная .bl-search-input::placeholder, |
| | + | body.page-Main_Page .bl-search-input::placeholder { |
| | + | color: #98a2b3; |
| | + | opacity: 1; |
| | + | } |
| | + | |
| | + | body.page-Главная .bl-search-input:focus, |
| | + | body.page-Main_Page .bl-search-input:focus { |
| | + | border-color: #dbe2ea; |
| | + | box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08); |
| | } | | } |