1
Инструменты доступности
<!-- Поиск для КС-Клиник -->
<div class="kc-search-wrapper">
<button type="button" class="kc-search-toggle" aria-label="Поиск">
<img src="/images/hero/search-icon.svg" alt="Поиск" width="24" height="24">
</button>
<form class="kc-search-form" action="/index.php" method="get" role="search">
<input type="hidden" name="option" value="com_finder">
<input type="hidden" name="view" value="search">
<input type="search" name="q" placeholder="Поиск услуг, врачей, симптомов..." autocomplete="off">
<button type="submit" class="kc-search-submit" aria-label="Найти">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="11" cy="11" r="8"></circle>
<path d="M21 21l-4.35-4.35"></path>
</svg>
</button>
</form>
</div>