forked from htmlacademy-htmlcss/2008437-gllacy-34
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.html
557 lines (552 loc) · 54.5 KB
/
catalog.html
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>HTML Academy: Глейси</title>
<link rel="ico" href="favicon.ico">
<link rel="ico" type="image/png" href="images/favicon.png">
<link rel="stylesheet" type="text/css" href="styles/styles.css">
</head>
<body>
<header class="page-header container">
<a class="header-logo" href="index.html" aria-label="Переход на главную страницу.">
<img class="header-logo-img" src="images/header/logo.svg" width="137" height="56" alt="Логотип магазина «Глэйси».">
</a>
<nav class="header-navigation">
<ul class="header-navigation-list">
<li class="header-navigation-item">
<button class="header-navigation-link button-nav paragraph-3" type="button">Каталог</button>
<ul class="submenu-list header-popup">
<li class="submenu-item">
<a class="submenu-link label-1 label-bold" href="#">Новинки</a>
</li>
<li class="submenu-item">
<a class="submenu-link label-1" href="catalog.html">Сливочное</a>
</li>
<li class="submenu-item">
<a class="submenu-link label-1" href="#">Щербеты</a>
</li>
<li class="submenu-item">
<a class="submenu-link label-1" href="#">Фруктовый лед</a>
</li>
<li class="submenu-item">
<a class="submenu-link label-1" href="#">Мелорин</a>
</li>
</ul>
</li>
<li class="header-navigation-item">
<a class="header-navigation-link button-nav paragraph-3" href="#">Доставка и оплата</a>
</li>
<li class="header-navigation-item">
<a class="header-navigation-link button-nav paragraph-3" href="#">О компании</a>
</li>
</ul>
</nav>
<div class="user-menu">
<a class="header-phone paragraph-bold" href="tel:88005558628">+7 800 555-86-28</a>
<div class="header-button-wrapper">
<button class="header-button button-menu button-search label-1" type="button">
<span class="visually-hidden">Поиск по сайту</span>
</button>
<div class="header-popup site-search-popup">
<form class="site-search-form" action="https://echo.htmlacademy.ru/" method="post">
<input class="site-search-field form-field form-field-is-invalid paragraph-3" type="search" name="searchquery" placeholder="Поиск по сайту" aria-label="Поисковая строка.">
</form>
</div>
</div>
<div class="header-button-wrapper">
<button class="header-button button-menu button-login label-1" type="button">Вход</button>
<div class="header-popup login-popup">
<form class="login-form" action="https://echo.htmlacademy.ru/" method="post">
<fieldset class="fields-wrapper">
<legend class="login-form-title title-3">Личный кабинет</legend>
<input class="login-form-field form-field paragraph-3" type="email" name="email" placeholder="email@example.com" aria-label="Электронная почта.">
<input class="login-form-field form-field paragraph-3" type="password" name="password" placeholder="12345" value="12345" aria-label="Пароль.">
<div class="login-form-submit-wrapper">
<button class="login-form-button button-secondary" type="button">Войти</button>
<a class="login-form-link" href="#">Забыли пароль?</a>
<a class="login-form-link" href="#">Регистрация</a>
</div>
</fieldset>
</form>
</div>
</div>
<div class="header-button-wrapper">
<span class="visually-hidden">Корзина</span>
<button class="header-button button-menu button-cart label-1" type="button">2 товара</button>
<div class="header-popup cart-popup">
<div class="cart-popup-wrapper">
<h3 class="cart-popup-title title-3">Корзина</h3>
<ul class="cart-popup-list">
<li class="cart-popup-item">
<div class="cart-popup-product-wrapper">
<img class="cart-popup-product-img" src="images/catalog/product-1.png" width="46" height="46" alt="Мороженое с малиной.">
<h4 class="cart-popup-product-title title-6">Малинка</h4>
<span class="cart-popup-product-description label-1">1 кг х 310 ₽</span>
</div>
<strong class="cart-popup-price title-6">310 ₽</strong>
<button class="cart-popup-delete-button" type="button">
<span class="visually-hidden">Удалить товар</span>
</button>
</li>
<li class="cart-popup-item">
<div class="cart-popup-product-wrapper">
<img class="cart-popup-product-img" src="images/catalog/product-4.png" width="46" height="46" alt="Мороженое Бабл-Гам.">
<h4 class="cart-popup-product-title title-6">Бабл-Гам</h4>
<span class="cart-popup-product-description label-1">1,5 кг х 320 ₽</span>
</div>
<strong class="cart-popup-price title-6">480 ₽</strong>
<button class="cart-popup-delete-button" type="button">
<span class="visually-hidden">Удалить товар</span>
</button>
</li>
</ul>
<div class="cart-popup-button-wrapper">
<a class="cart-popup-order-button button-secondary" href="#">Оформить заказ</a>
<span class="cart-popup-total-price title-6">Итого: 790 ₽</span>
</div>
</div>
</div>
<div class="header-popup cart-popup cart-popup-empty">
<h3 class="cart-popup-title">
Ваша корзина пока пуста
</h3>
</div>
</div>
</div>
</header>
<main class="main-catalog container">
<h1 class="visually-hidden">Каталог мороженого</h1>
<ul class="breadcrumbs">
<li class="breadcrumbs-item">
<a class="breadcrumbs-link label-bold" href="index.html">Главная</a>
</li>
<li class="breadcrumbs-item">
<a class="breadcrumbs-link label-bold">Каталог</a>
</li>
</ul>
<section class="catalog">
<h2 class="catalog-title subtitle">Сливочное мороженое</h2>
<form class="catalog-filter-form" action="https://echo.htmlacademy.ru/" method="post">
<fieldset class="catalog-filter-group">
<legend class="catalog-filter-group-name label-1">Сортировка:</legend>
<select class="catalog-filter-select label-1">
<option value="Popular">по популярности</option>
<option value="Cheap">сначала дешевые</option>
<option value="Expensive">сначала дорогие</option>
</select>
</fieldset>
<fieldset class="catalog-filter-group">
<legend class="catalog-filter-group-name label-1">Цена: 100 ₽ – 500 ₽</legend>
<div class="range">
<div class="range-scale">
<div class="range-bar" style="left: 40px; width: 88px;">
<button class="range-toggle toggle-min" type="button">
<span class="visually-hidden">Изменить минимальную стоимость</span>
</button>
<button class="range-toggle toggle-max" type="button">
<span class="visually-hidden">Изменить максимальную стоимость</span>
</button>
</div>
</div>
</div>
</fieldset>
<fieldset class="catalog-filter-group">
<legend class="catalog-filter-group-name label-1">Жирность:</legend>
<ul class="catalog-filter-form-list catalog-filter-form-list-radio label-1">
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" type="radio" name="fat" value="0%">
<span class="control-mark-radio"></span>
<span class="control-label">0%</span>
</label>
</li>
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" type="radio" name="fat" value="less_10%">
<span class="control-mark-radio"></span>
<span class="control-label">до 10%</span>
</label>
</li>
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" type="radio" name="fat" value="less_30%">
<span class="control-mark-radio"></span>
<span class="control-label">до 30%</span>
</label>
</li>
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" type="radio" name="fat" value="more_30%">
<span class="control-mark-radio"></span>
<span class="control-label">выше 30%</span>
</label>
</li>
</ul>
</fieldset>
<fieldset class="catalog-filter-group">
<legend class="catalog-filter-group-name catalog-filter-group-name-fillers label-1">Наполнители:</legend>
<ul class="catalog-filter-form-list label-1">
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" name="filler" value="chocolate" type="checkbox" aria-label="Выбрать шоколадные наполнители." checked>
<span class="control-mark"></span>
<svg class="control-mark-icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.62 1.62a.96.96 0 0 1 .68-.29h8.95a.67.67 0 1 0 0-1.33H2.3A2.3 2.3 0 0 0 0 2.3v11.4A2.3 2.3 0 0 0 2.3 16h11.4a2.3 2.3 0 0 0 2.3-2.3V8a.67.67 0 0 0-1.34 0v5.7a.96.96 0 0 1-.96.97H2.3a.96.96 0 0 1-.97-.97V2.3c0-.26.1-.5.29-.68Zm14.2.32a.67.67 0 1 0-.97-.92L7.6 8.66 5.78 6.73a.67.67 0 0 0-.97.91l2.32 2.45a.67.67 0 0 0 .97 0l7.72-8.15Z" fill="currentColor"/>
</svg>
<svg class="control-mark-icon-empty" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.61513 1.61538C1.79569 1.43483 2.04057 1.33339 2.2959 1.33339H13.7029C13.9446 1.33339 14.0431 1.36192 14.0976 1.386C14.1553 1.4115 14.2281 1.45987 14.3836 1.61538C14.5908 1.82258 14.6656 2.04763 14.6656 2.29615V13.6647C14.6649 13.6771 14.6646 13.6896 14.6646 13.7021C14.6646 13.9574 14.5632 14.2023 14.3826 14.3829C14.2021 14.5634 13.9572 14.6648 13.7018 14.6648H2.2959C2.04057 14.6648 1.79569 14.5634 1.61513 14.3829C1.43458 14.2023 1.33315 13.9574 1.33315 13.7021V2.29615C1.33315 2.04081 1.43458 1.79593 1.61513 1.61538ZM15.8381 14.5437C15.7237 14.834 15.5503 15.1008 15.3254 15.3257C14.8948 15.7563 14.3108 15.9982 13.7018 15.9982H2.2959C1.68694 15.9982 1.10293 15.7563 0.672325 15.3257C0.241725 14.8951 -0.000183105 14.311 -0.000183105 13.7021V2.29615C-0.000183105 1.68719 0.241725 1.10317 0.672325 0.672569C0.898314 0.44658 1.16656 0.272564 1.45849 0.158214C1.57473 0.0595667 1.72523 6.10352e-05 1.88963 6.10352e-05H2.2959H13.7029C14.0403 6.10352e-05 14.3458 0.0379688 14.6365 0.166421C14.924 0.293453 15.1376 0.483702 15.3265 0.672572C15.808 1.15413 15.999 1.72995 15.999 2.29615V14.1094C15.999 14.2753 15.9384 14.4271 15.8381 14.5437Z" fill="currentColor"/>
</svg>
<span class="control-label">шоколадные</span>
</label>
</li>
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" name="filler" value="sugar-fillers" type="checkbox" aria-label="Выбрать сахарные наполнители." checked>
<span class="control-mark"></span>
<svg class="control-mark-icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.62 1.62a.96.96 0 0 1 .68-.29h8.95a.67.67 0 1 0 0-1.33H2.3A2.3 2.3 0 0 0 0 2.3v11.4A2.3 2.3 0 0 0 2.3 16h11.4a2.3 2.3 0 0 0 2.3-2.3V8a.67.67 0 0 0-1.34 0v5.7a.96.96 0 0 1-.96.97H2.3a.96.96 0 0 1-.97-.97V2.3c0-.26.1-.5.29-.68Zm14.2.32a.67.67 0 1 0-.97-.92L7.6 8.66 5.78 6.73a.67.67 0 0 0-.97.91l2.32 2.45a.67.67 0 0 0 .97 0l7.72-8.15Z" fill="currentColor"/>
</svg>
<svg class="control-mark-icon-empty" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.61513 1.61538C1.79569 1.43483 2.04057 1.33339 2.2959 1.33339H13.7029C13.9446 1.33339 14.0431 1.36192 14.0976 1.386C14.1553 1.4115 14.2281 1.45987 14.3836 1.61538C14.5908 1.82258 14.6656 2.04763 14.6656 2.29615V13.6647C14.6649 13.6771 14.6646 13.6896 14.6646 13.7021C14.6646 13.9574 14.5632 14.2023 14.3826 14.3829C14.2021 14.5634 13.9572 14.6648 13.7018 14.6648H2.2959C2.04057 14.6648 1.79569 14.5634 1.61513 14.3829C1.43458 14.2023 1.33315 13.9574 1.33315 13.7021V2.29615C1.33315 2.04081 1.43458 1.79593 1.61513 1.61538ZM15.8381 14.5437C15.7237 14.834 15.5503 15.1008 15.3254 15.3257C14.8948 15.7563 14.3108 15.9982 13.7018 15.9982H2.2959C1.68694 15.9982 1.10293 15.7563 0.672325 15.3257C0.241725 14.8951 -0.000183105 14.311 -0.000183105 13.7021V2.29615C-0.000183105 1.68719 0.241725 1.10317 0.672325 0.672569C0.898314 0.44658 1.16656 0.272564 1.45849 0.158214C1.57473 0.0595667 1.72523 6.10352e-05 1.88963 6.10352e-05H2.2959H13.7029C14.0403 6.10352e-05 14.3458 0.0379688 14.6365 0.166421C14.924 0.293453 15.1376 0.483702 15.3265 0.672572C15.808 1.15413 15.999 1.72995 15.999 2.29615V14.1094C15.999 14.2753 15.9384 14.4271 15.8381 14.5437Z" fill="currentColor"/>
</svg>
<span class="control-label">сахарные посыпки</span>
</label>
</li>
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" name="filler" value="fruits" type="checkbox" aria-label="Выбратьнаполнители с фруктами.">
<span class="control-mark"></span>
<svg class="control-mark-icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.62 1.62a.96.96 0 0 1 .68-.29h8.95a.67.67 0 1 0 0-1.33H2.3A2.3 2.3 0 0 0 0 2.3v11.4A2.3 2.3 0 0 0 2.3 16h11.4a2.3 2.3 0 0 0 2.3-2.3V8a.67.67 0 0 0-1.34 0v5.7a.96.96 0 0 1-.96.97H2.3a.96.96 0 0 1-.97-.97V2.3c0-.26.1-.5.29-.68Zm14.2.32a.67.67 0 1 0-.97-.92L7.6 8.66 5.78 6.73a.67.67 0 0 0-.97.91l2.32 2.45a.67.67 0 0 0 .97 0l7.72-8.15Z" fill="currentColor"/>
</svg>
<svg class="control-mark-icon-empty" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.61513 1.61538C1.79569 1.43483 2.04057 1.33339 2.2959 1.33339H13.7029C13.9446 1.33339 14.0431 1.36192 14.0976 1.386C14.1553 1.4115 14.2281 1.45987 14.3836 1.61538C14.5908 1.82258 14.6656 2.04763 14.6656 2.29615V13.6647C14.6649 13.6771 14.6646 13.6896 14.6646 13.7021C14.6646 13.9574 14.5632 14.2023 14.3826 14.3829C14.2021 14.5634 13.9572 14.6648 13.7018 14.6648H2.2959C2.04057 14.6648 1.79569 14.5634 1.61513 14.3829C1.43458 14.2023 1.33315 13.9574 1.33315 13.7021V2.29615C1.33315 2.04081 1.43458 1.79593 1.61513 1.61538ZM15.8381 14.5437C15.7237 14.834 15.5503 15.1008 15.3254 15.3257C14.8948 15.7563 14.3108 15.9982 13.7018 15.9982H2.2959C1.68694 15.9982 1.10293 15.7563 0.672325 15.3257C0.241725 14.8951 -0.000183105 14.311 -0.000183105 13.7021V2.29615C-0.000183105 1.68719 0.241725 1.10317 0.672325 0.672569C0.898314 0.44658 1.16656 0.272564 1.45849 0.158214C1.57473 0.0595667 1.72523 6.10352e-05 1.88963 6.10352e-05H2.2959H13.7029C14.0403 6.10352e-05 14.3458 0.0379688 14.6365 0.166421C14.924 0.293453 15.1376 0.483702 15.3265 0.672572C15.808 1.15413 15.999 1.72995 15.999 2.29615V14.1094C15.999 14.2753 15.9384 14.4271 15.8381 14.5437Z" fill="currentColor"/>
</svg>
<span class="control-label">фрукты</span>
</label>
</li>
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" name="filler" value="syrops" type="checkbox" aria-label="Выбрать наполнители с сиропами.">
<span class="control-mark"></span>
<svg class="control-mark-icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.62 1.62a.96.96 0 0 1 .68-.29h8.95a.67.67 0 1 0 0-1.33H2.3A2.3 2.3 0 0 0 0 2.3v11.4A2.3 2.3 0 0 0 2.3 16h11.4a2.3 2.3 0 0 0 2.3-2.3V8a.67.67 0 0 0-1.34 0v5.7a.96.96 0 0 1-.96.97H2.3a.96.96 0 0 1-.97-.97V2.3c0-.26.1-.5.29-.68Zm14.2.32a.67.67 0 1 0-.97-.92L7.6 8.66 5.78 6.73a.67.67 0 0 0-.97.91l2.32 2.45a.67.67 0 0 0 .97 0l7.72-8.15Z" fill="currentColor"/>
</svg>
<svg class="control-mark-icon-empty" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.61513 1.61538C1.79569 1.43483 2.04057 1.33339 2.2959 1.33339H13.7029C13.9446 1.33339 14.0431 1.36192 14.0976 1.386C14.1553 1.4115 14.2281 1.45987 14.3836 1.61538C14.5908 1.82258 14.6656 2.04763 14.6656 2.29615V13.6647C14.6649 13.6771 14.6646 13.6896 14.6646 13.7021C14.6646 13.9574 14.5632 14.2023 14.3826 14.3829C14.2021 14.5634 13.9572 14.6648 13.7018 14.6648H2.2959C2.04057 14.6648 1.79569 14.5634 1.61513 14.3829C1.43458 14.2023 1.33315 13.9574 1.33315 13.7021V2.29615C1.33315 2.04081 1.43458 1.79593 1.61513 1.61538ZM15.8381 14.5437C15.7237 14.834 15.5503 15.1008 15.3254 15.3257C14.8948 15.7563 14.3108 15.9982 13.7018 15.9982H2.2959C1.68694 15.9982 1.10293 15.7563 0.672325 15.3257C0.241725 14.8951 -0.000183105 14.311 -0.000183105 13.7021V2.29615C-0.000183105 1.68719 0.241725 1.10317 0.672325 0.672569C0.898314 0.44658 1.16656 0.272564 1.45849 0.158214C1.57473 0.0595667 1.72523 6.10352e-05 1.88963 6.10352e-05H2.2959H13.7029C14.0403 6.10352e-05 14.3458 0.0379688 14.6365 0.166421C14.924 0.293453 15.1376 0.483702 15.3265 0.672572C15.808 1.15413 15.999 1.72995 15.999 2.29615V14.1094C15.999 14.2753 15.9384 14.4271 15.8381 14.5437Z" fill="currentColor"/>
</svg>
<span class="control-label">сиропы</span>
</label>
</li>
<li class="catalog-list-item">
<label class="control">
<input class="control-input visually-hidden" name="filler" value="jams" type="checkbox" aria-label="Выбрать наполнители с джемами.">
<span class="control-mark"></span>
<svg class="control-mark-icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.62 1.62a.96.96 0 0 1 .68-.29h8.95a.67.67 0 1 0 0-1.33H2.3A2.3 2.3 0 0 0 0 2.3v11.4A2.3 2.3 0 0 0 2.3 16h11.4a2.3 2.3 0 0 0 2.3-2.3V8a.67.67 0 0 0-1.34 0v5.7a.96.96 0 0 1-.96.97H2.3a.96.96 0 0 1-.97-.97V2.3c0-.26.1-.5.29-.68Zm14.2.32a.67.67 0 1 0-.97-.92L7.6 8.66 5.78 6.73a.67.67 0 0 0-.97.91l2.32 2.45a.67.67 0 0 0 .97 0l7.72-8.15Z" fill="currentColor"/>
</svg>
<svg class="control-mark-icon-empty" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.61513 1.61538C1.79569 1.43483 2.04057 1.33339 2.2959 1.33339H13.7029C13.9446 1.33339 14.0431 1.36192 14.0976 1.386C14.1553 1.4115 14.2281 1.45987 14.3836 1.61538C14.5908 1.82258 14.6656 2.04763 14.6656 2.29615V13.6647C14.6649 13.6771 14.6646 13.6896 14.6646 13.7021C14.6646 13.9574 14.5632 14.2023 14.3826 14.3829C14.2021 14.5634 13.9572 14.6648 13.7018 14.6648H2.2959C2.04057 14.6648 1.79569 14.5634 1.61513 14.3829C1.43458 14.2023 1.33315 13.9574 1.33315 13.7021V2.29615C1.33315 2.04081 1.43458 1.79593 1.61513 1.61538ZM15.8381 14.5437C15.7237 14.834 15.5503 15.1008 15.3254 15.3257C14.8948 15.7563 14.3108 15.9982 13.7018 15.9982H2.2959C1.68694 15.9982 1.10293 15.7563 0.672325 15.3257C0.241725 14.8951 -0.000183105 14.311 -0.000183105 13.7021V2.29615C-0.000183105 1.68719 0.241725 1.10317 0.672325 0.672569C0.898314 0.44658 1.16656 0.272564 1.45849 0.158214C1.57473 0.0595667 1.72523 6.10352e-05 1.88963 6.10352e-05H2.2959H13.7029C14.0403 6.10352e-05 14.3458 0.0379688 14.6365 0.166421C14.924 0.293453 15.1376 0.483702 15.3265 0.672572C15.808 1.15413 15.999 1.72995 15.999 2.29615V14.1094C15.999 14.2753 15.9384 14.4271 15.8381 14.5437Z" fill="currentColor"/>
</svg>
<span class="control-label">джемы</span>
</label>
</li>
</ul>
</fieldset>
<button class="catalog-form-button button button-third label-bold" type="submit">Применить</button>
</form>
</section>
<section class="catalog-products">
<h2 class="catalog-products-title visually-hidden">Выбранные товары</h2>
<ul class="catalog-products-list">
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-1.png" width="168" height="168" alt="Малиновый шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Малинка
</h3>
<p class="catalog-products-text paragraph-2">
Сливочное мороженое с малиновым джемом
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">310 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-2.png" width="168" height="168" alt="Фисташковый шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Фисташка
</h3>
<p class="catalog-products-text paragraph-2">
Фисташковый пломбир с кусочками шоколада
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">340 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-3.png" width="168" height="168" alt="Черничный шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Черника
</h3>
<p class="catalog-products-text paragraph-2">
Крем-брюле <br>с черничным джемом
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">330 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-4.png" width="168" height="168" alt="Шарик мороженого Бабл-гам.">
<h3 class="catalog-products-item-title title-4">
Бабл-гам
</h3>
<p class="catalog-products-text paragraph-2">
Ванильный пломбир <br>со сладкой посыпкой
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">320 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-5.png" width="168" height="168" alt="Ежевичный шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Ежевика
</h3>
<p class="catalog-products-text paragraph-2">
Сливочное мороженое <br>с ежевичным джемом
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">330 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-6.png" width="168" height="168" alt="Банановый шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Банан
</h3>
<p class="catalog-products-text paragraph-2">
Сливочный пломбир <br>с банановым вкусом
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">340 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-7.png" width="168" height="168" alt="Шоколадный шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Шоколадка
</h3>
<p class="catalog-products-text paragraph-2">
Классический шоколадный пломбир
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">270 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-8.png" width="168" height="168" alt="Клубничный шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Клубничка
</h3>
<p class="catalog-products-text paragraph-2">
Сливочный пломбир <br>с клубничным вкусом
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">300 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-9.png" width="168" height="168" alt="Лимонный шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Лимон
</h3>
<p class="catalog-products-text paragraph-2">
Освежающий лимонный сорбет
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">310 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-10.png" width="168" height="168" alt="Ментоловый шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Ментол
</h3>
<p class="catalog-products-text paragraph-2">
Сливочный пломбир <br>с ментоловым сиропом
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">320 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-11.png" width="168" height="168" alt="Ореховый шарик мороженого.">
<h3 class="catalog-products-item-title title-4">
Орешек
</h3>
<p class="catalog-products-text paragraph-2">
Фисташковый пломбир <br>с шоколадным сиропом
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">360 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
<li class="catalog-products-item">
<img class="catalog-products-img" src="images/catalog/product-12.png" width="168" height="168" alt="Шарик мороженого крем-брюле.">
<h3 class="catalog-products-item-title title-4">
Крем-брюле
</h3>
<p class="catalog-products-text paragraph-2">
Классическое <br>крем-брюле
</p>
<p class="catalog-products-price-wrapper">
<strong class="catalog-products-price title-4">280 ₽/кг</strong>
<button class="button-secondary button-catalog-products" type="button">
<span class="visually-hidden">Добавить в корзину</span>
<svg class="catalog-products-button-icon" width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.16667 0.25C0.798477 0.25 0.5 0.548477 0.5 0.916667C0.5 1.28486 0.798477 1.58333 1.16667 1.58333H2.93794L3.40537 3.91872C3.40821 3.93667 3.41176 3.95438 3.416 3.97182L4.38338 8.80515L4.3835 8.80571C4.46706 9.22572 4.69562 9.60299 5.02921 9.87153C5.36111 10.1387 5.77595 10.2813 6.20183 10.2748H11.8225C12.2484 10.2813 12.6633 10.1387 12.9952 9.87153C13.3289 9.60287 13.5575 9.22538 13.641 8.80515L13.641 8.80515L13.642 8.80016L14.5691 3.93872C14.6063 3.74355 14.5545 3.54195 14.4279 3.38887C14.3012 3.23578 14.1129 3.14716 13.9142 3.14716H4.61072L4.1381 0.785829C4.07574 0.474257 3.80215 0.25 3.4844 0.25H1.16667ZM5.69098 8.54444L4.87759 4.4805H13.1084L12.3328 8.54736C12.31 8.65988 12.2485 8.7609 12.1591 8.83291C12.0691 8.90535 11.9565 8.94383 11.841 8.94162L11.841 8.94149H11.8282H6.19614V8.94137L6.18337 8.94162C6.06787 8.94383 5.95528 8.90535 5.8653 8.83291C5.77531 8.76048 5.71368 8.6587 5.69117 8.5454L5.69098 8.54444ZM4.55739 12.5054C4.55739 11.8175 5.1151 11.2597 5.80307 11.2597C6.49105 11.2597 7.04876 11.8175 7.04876 12.5054C7.04876 13.1934 6.49105 13.7511 5.80307 13.7511C5.1151 13.7511 4.55739 13.1934 4.55739 12.5054ZM10.9307 12.5054C10.9307 11.8175 11.4884 11.2597 12.1764 11.2597C12.8644 11.2597 13.4221 11.8175 13.4221 12.5054C13.4221 13.1934 12.8644 13.7511 12.1764 13.7511C11.4884 13.7511 10.9307 13.1934 10.9307 12.5054Z" fill="currentColor"/>
</svg>
</button>
</p>
</li>
</ul>
<div class="pagination-wrapper">
<a class="pagination-button-more button" href="#">Показать еще</a>
<div class="pagination-container">
<a class="pagination-button pagination-button-back" href="#">
<span class="visually-hidden">Назад</span>
</a>
<ul class="pagination">
<li class="pagination-item">
<a class="pagination-link paragraph-3" href="#">1</a>
</li>
<li class="pagination-item">
<a class="pagination-link paragraph-3" href="#">2</a>
</li>
<li class="pagination-item">
<span class="pagination-link pagination-link-is-active paragraph-3">3</span>
</li>
<li class="pagination-item">
<a class="pagination-link paragraph-3" href="#">4</a>
</li>
<li class="pagination-item">
<a class="pagination-link paragraph-3" href="#">5</a>
</li>
</ul>
<a class="pagination-button pagination-button-forward" href="#">
<span class="visually-hidden">Вперед</span>
</a>
</div>
</div>
</section>
</main>
<footer class="page-footer container">
<div class="page-footer-wrapper">
<ul class="footer-social-list">
<li class="footer-social-item">
<a class="footer-social-link footer-social-link-tg" href="https://t.me/htmlacademy">
<span class="visually-hidden">Телеграмм</span>
</a>
</li>
<li class="footer-social-item">
<a class="footer-social-link footer-social-link-vk" href="https://vk.com/htmlacademy">
<span class="visually-hidden">Вконтакте</span>
</a>
</li>
<li class="footer-social-item">
<a class="footer-social-link footer-social-link-yt" href="https://www.youtube.com/user/htmlacademyru">
<span class="visually-hidden">Ютуб</span>
</a>
</li>
</ul>
<ul class="footer-menu-list">
<li class="footer-menu-item">
<h3 class="footer-menu-title label-bold">Для поставщиков</h3>
</li>
<li class="footer-menu-item">
<a class="footer-menu-link label-1" href="#">Наши документы</a>
</li>
<li class="footer-menu-item">
<a class="footer-menu-link label-1" href="#">О производстве</a>
</li>
<li class="footer-menu-item">
<a class="footer-menu-link label-1" href="#">Экологические стандарты</a>
</li>
</ul>
<div class="footer-logo-wrapper">
<a class="footer-logo-link" href="https://htmlacademy.ru/" aria-label="Переход на страницу компании HTML Academy.">
<img class="footer-logo" src="images/footer/logo-htmlacademy.svg" width="93" height="27" alt="Лого HTML Academy.">
</a>
<p class="footer-logo-text label-2">Сделано в <a href="https://htmlacademy.ru/" class="footer-logo-text-link" aria-label="Переход на страницу компании HTML Academy">.html academy</a> © 2021</p>
</div>
</div>
</footer>
</body>
</html>