| 1234567891011121314151617181920212223242526272829303132333435363738 |
- //START header
- header.header.header--index.loading
- .wrapper.wrapper--header
- //logo1
- .header__item.header__item--logo.logo.logo--header
- a.logo__link(href="#")
- img.logo__img.logo__img--header(src="img/logo_medgis_header@2x.png")
- //slogan
- .header__item.header__item--slogan.slogan
- .slogan__text Ваш навигатор в мире медицины
- .slogan__region.region
- a.region__link(href="#")
- img.region__img(src="http://placehold.it/33x33/dddddd/")
- span.region__name Рязанская область
- //floatmenu
- .header__item.header__item--floatmenu.floatmenu
- ul.floatmenu__list
- li.floatmenu__item
- a.floatmenu__link(href="#") Организации
- li.floatmenu__item.floatmenu__item--active
- a.floatmenu__link(href="#") Специализации
- li.floatmenu__item
- a.floatmenu__link(href="#") Услуги
- li.floatmenu__item
- a.floatmenu__link(href="#") Акции
- li.floatmenu__item
- a.floatmenu__link(href="#") Новости и публикации
- //search-float
- .header__item.search.search--float
- .search__inputcase.search__inputcase--float
- form(action="")
- input.search__input(type="text",placeholder="Поиск по новостям")
- button.search__iconzoom(type="submit")
- //special
- .header__item.header__item--special.special
- a.special__link(href="#")
- img.special__img(src="img/icon_special@2x.png")
- //header END
|