Blame view
public/pug/catalog.pug
31 KB
242debab8 Первый коммит в п... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 |
doctype html html(lang="ru") head meta(charset="UTF-8") meta(http-equiv="X-UA-Compatible", content="IE=edge") meta(name="viewport", content="width=device-width, initial-scale=1.0") title RentTorg include templates/style.pug body .spinner .wrapper //- миксины include templates/mixin //- хедер include templates/header main section.hero.hero--modified1 .container .hero__bg(style="background-image:url('images/catalog-bg.jpg')") .hero__wrap .hero__inner .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a(href="#").breadcrumbs__link Главная li.breadcrumbs__item span.breadcrumbs__link Каталог .hero__cnt h1.hero__title.title-main Каталог продажи и аренды торговой недвижимости в Москве p.hero__descr В Москве, Новой Москве и Подмосковье .hero__bottom .hero__links a(href="#").hero__link Аренда торговых помещениий a(href="#").hero__link Продажа торговых помещений a(href="#").hero__link Арендый бизнес .hero-search .hero-search__control .hero-filter.hero-filter--modified1.js_hero_filter input(type="hidden").js_hero_filter_input .hero-filter__current.js_hero_filter_current Все объекты .hero-filter__dropdown.js_hero_filter_dropdown ul.hero-filter__list li.hero-filter__item(data-val="1") Все объекты li.hero-filter__item(data-val="2") ЖК Большое Путилково li.hero-filter__item(data-val="3") ЖК Ильменский 17 li.hero-filter__item(data-val="4") ЖК Первый Московский li.hero-filter__item(data-val="5") ЖК Большое Путилково li.hero-filter__item(data-val="6") ЖК Ильменский 17 li.hero-filter__item(data-val="7") ЖК Первый Московский .hero-filter.hero-filter--modified2.js_hero_filter input(type="hidden").js_hero_filter_input .hero-filter__current.js_hero_filter_current Тип недвижимости .hero-filter__dropdown.js_hero_filter_dropdown ul.hero-filter__list li.hero-filter__item(data-val="1") Выбрать все li.hero-filter__item(data-val="2") Индустриальная недвижимость li.hero-filter__item(data-val="3") Офисы li.hero-filter__item(data-val="4") Торговое помещение li.hero-filter__item(data-val="5") Индустриальная недвижимость li.hero-filter__item(data-val="6") Офисы li.hero-filter__item(data-val="7") Торговое помещение .hero-filter.hero-filter--modified3.js_hero_filter input(type="hidden").js_hero_filter_input .hero-filter__current.js_hero_filter_current Формат недвижимости .hero-filter__dropdown.js_hero_filter_dropdown ul.hero-filter__list li.hero-filter__item(data-val="1") Выбрать все li.hero-filter__item(data-val="2") Аптека li.hero-filter__item(data-val="3") Супермаркет li.hero-filter__item(data-val="4") Барбершоп li.hero-filter__item(data-val="5") Аптека li.hero-filter__item(data-val="6") Супермаркет li.hero-filter__item(data-val="7") Барбершоп .hero-filter.hero-filter--modified4.js_hero_filter .hero-filter__current.js_hero_filter_current Площадь, м<sup>2</sup> .hero-filter__dropdown.js_hero_filter_dropdown .hero-filter__fields label.hero-filter__field span От input(type="text" data-min="50" placeholder="50").js_hero_filter_field.js_hero_filter_from label.hero-filter__field span До input(type="text" data-max="125000" placeholder="125 000").js_hero_filter_field.js_hero_filter_to button(type="button").hero-filter__reset.js_hero_filter_reset Очистить .hero-filter.hero-filter--modified5.js_hero_filter .hero-filter__current.js_hero_filter_current Стоимость, ₽ .hero-filter__dropdown.js_hero_filter_dropdown .hero-filter__fields label.hero-filter__field span От input(type="text" data-min="50" placeholder="50").js_hero_filter_field.js_hero_filter_from label.hero-filter__field span До input(type="text" data-max="125000" placeholder="125 000").js_hero_filter_field.js_hero_filter_to button(type="button").hero-filter__reset.js_hero_filter_reset Очистить .hero-search__bottom .hero-search__field input(type="text" placeholder="Укажите метро, округ, район, улицу") button svg(width='20' height='20') use(xlink:href='images/sprite.svg#hero-search') .hero-search__buttons button.hero-search__btn.btn.btn--white.js_hero_search_btn Показать на карте button.hero-search__btn.btn.btn--main.js_hero_search_btn Поиск section.catalog .container .catalog__top.top-catalog .top-catalog__inner h2.top-catalog__title.title Каталог коммерческой недвижимости .top-catalog__result Найдено объектов по Вашему запросу: span 5294 form.top-catalog__sorts .top-catalog__sort-group.sort-group.js_sort_group input(type="hidden").js_sort_group_input .sort-group__current.js_sort_group_current Сначала дешевле ul.sort-group__list.js_sort_group_list li.sort-group__item.js_sort_group_item(data-val="1").active Сначала дешевле li.sort-group__item.js_sort_group_item(data-val="2") Сначала дороже .top-catalog__sort-group.sort-group.js_sort_group input(type="hidden").js_sort_group_input .sort-group__current.js_sort_group_current Сначала новые ul.sort-group__list.js_sort_group_list li.sort-group__item.js_sort_group_item(data-val="1").active Сначала новые li.sort-group__item.js_sort_group_item(data-val="2") Сначала старые .top-catalog__sort-group.sort-group.sort-group--wide.js_sort_group input(type="hidden").js_sort_group_input .sort-group__current.js_sort_group_current Сначала с большей площадью ul.sort-group__list.js_sort_group_list li.sort-group__item.js_sort_group_item(data-val="1").active Сначала с большей площадью li.sort-group__item.js_sort_group_item(data-val="2") Сначала с меньшей площадью .catalog__sliders section.slider .container .slider__wrap .slider__top h2.slider__title.title Аренда торговых помещений a(href="#").slider__more Показать все объекты .slider__control .swiper-button-prev svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .swiper-button-next svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .slider__swiper.swiper .swiper-wrapper .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-pagination section.slider .container .slider__wrap .slider__top h2.slider__title.title Продажа торговых помещений a(href="#").slider__more Показать все объекты .slider__control .swiper-button-prev svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .swiper-button-next svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .slider__swiper.swiper .swiper-wrapper .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-pagination section.slider .container .slider__wrap .slider__top h2.slider__title.title Арендный бизнес a(href="#").slider__more Показать все объекты .slider__control .swiper-button-prev svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .swiper-button-next svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .slider__swiper.swiper .swiper-wrapper .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-pagination section.slider .container .slider__wrap .slider__top h2.slider__title.title Арендованные a(href="#").slider__more Показать все объекты .slider__control .swiper-button-prev svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .swiper-button-next svg(width='10' height='17') use(xlink:href='images/sprite.svg#slider-arrow') .slider__swiper.swiper .swiper-wrapper .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее') .swiper-slide +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде') .swiper-slide +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже') .swiper-slide +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде') .swiper-pagination //- футер include templates/footer //- попапы +popups //- подключение скриптов include templates/scripts |