-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
400 lines (382 loc) · 40.8 KB
/
product.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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="icon" type="image/png" sizes="32x32" href="img/logo.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Shop</title>
</head>
<body>
<header class="top center">
<div class="top__left">
<a class="logo" href="index.html"><img src="img/logo.png" alt="Logo"></a>
<form class="top__form" action="#">
<button class="top__form-btn">
<svg class="top__icon__search" width="27" height="28" viewBox="0 0 27 28" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M19.0586 17.6249C20.6703 15.8648 21.6272 13.6038 21.7688 11.2215C21.9103 8.8392 21.2279 6.48075 19.836 4.5422C18.4441 2.60365 16.4275 1.20306 14.125 0.575643C11.8224 -0.0517774 9.37412 0.132183 7.19119 1.09663C5.00826 2.06108 3.22365 3.74727 2.13706 5.87205C1.05047 7.99682 0.728077 10.4308 1.22402 12.7652C1.71996 15.0996 3.00403 17.1922 4.8606 18.6917C6.71717 20.1912 9.03316 21.0063 11.4196 20.9999C13.672 21.003 15.8635 20.269 17.6597 18.9099L25.4076 26.7169C25.4931 26.806 25.5956 26.8771 25.7089 26.926C25.8222 26.975 25.9442 27.0008 26.0676 27.0019C26.1913 27.0023 26.3138 26.9772 26.4273 26.9282C26.5409 26.8792 26.6431 26.8072 26.7276 26.7169C26.9016 26.536 26.9987 26.2949 26.9987 26.0439C26.9987 25.793 26.9016 25.5518 26.7276 25.3709L19.0586 17.6249ZM2.88565 10.4999C2.89848 8.81465 3.40996 7.17089 4.35561 5.77587C5.30126 4.38086 6.63875 3.29703 8.19946 2.66102C9.76017 2.02501 11.4742 1.86529 13.1256 2.202C14.7769 2.53871 16.2917 3.35678 17.4788 4.55307C18.6659 5.74935 19.4722 7.27031 19.7962 8.92421C20.1202 10.5781 19.9473 12.2909 19.2993 13.8467C18.6512 15.4024 17.5571 16.7315 16.1549 17.6664C14.7526 18.6013 13.105 19.1001 11.4196 19.0999C9.14819 19.0891 6.97384 18.1774 5.37386 16.5651C3.77388 14.9527 2.879 12.7714 2.88565 10.4999Z"
fill="#E8E8E8" />
</svg>
</button>
<input class="top__form-input" type="text">
</form>
</div>
<div class="top__right">
<input class="burger" type="checkbox" name="menu__burger" id="switch" checked>
<label class="top__icons" for="switch">
<svg width="32" height="23" viewBox="0 0 32 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 23V20.31H32V23H0ZM0 12.76V10.07H32V12.76H0ZM0 2.69V0H32V2.69H0Z" fill="#E8E8E8" />
</svg>
</label>
<nav class="menu__burger">
<div class="menu__close">
<label for="switch">
<svg class="menu__close__img" width="13" height="13" viewBox="0 0 13 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M7.4158 6.00409L11.7158 1.71409C11.9041 1.52579 12.0099 1.27039 12.0099 1.00409C12.0099 0.73779 11.9041 0.482395 11.7158 0.294092C11.5275 0.105788 11.2721 0 11.0058 0C10.7395 0 10.4841 0.105788 10.2958 0.294092L6.0058 4.59409L1.7158 0.294092C1.52749 0.105788 1.2721 -1.9841e-09 1.0058 0C0.739497 1.9841e-09 0.484102 0.105788 0.295798 0.294092C0.107495 0.482395 0.0017066 0.73779 0.0017066 1.00409C0.0017066 1.27039 0.107495 1.52579 0.295798 1.71409L4.5958 6.00409L0.295798 10.2941C0.20207 10.3871 0.127676 10.4977 0.0769072 10.6195C0.0261385 10.7414 0 10.8721 0 11.0041C0 11.1361 0.0261385 11.2668 0.0769072 11.3887C0.127676 11.5105 0.20207 11.6211 0.295798 11.7141C0.388761 11.8078 0.499362 11.8822 0.621222 11.933C0.743081 11.9838 0.873786 12.0099 1.0058 12.0099C1.13781 12.0099 1.26852 11.9838 1.39038 11.933C1.51223 11.8822 1.62284 11.8078 1.7158 11.7141L6.0058 7.41409L10.2958 11.7141C10.3888 11.8078 10.4994 11.8822 10.6212 11.933C10.7431 11.9838 10.8738 12.0099 11.0058 12.0099C11.1378 12.0099 11.2685 11.9838 11.3904 11.933C11.5122 11.8822 11.6228 11.8078 11.7158 11.7141C11.8095 11.6211 11.8839 11.5105 11.9347 11.3887C11.9855 11.2668 12.0116 11.1361 12.0116 11.0041C12.0116 10.8721 11.9855 10.7414 11.9347 10.6195C11.8839 10.4977 11.8095 10.3871 11.7158 10.2941L7.4158 6.00409Z"
fill="#6F6E6E" />
</svg>
</label>
</div>
<h2 class="menu__head"><a class="menu__header" href="catalog.html">Menu</a></h2>
<ul class="menu__list">
<li class="menu__items">
<h3 class="menu__title"> <a class="menu__title__link" href="#">MAN</a></h3>
<ul>
<li class="menu__item"><a href="#" class="menu__link">Accessories</a></li>
<li class="menu__item"><a href="#" class="menu__link">Bags</a></li>
<li class="menu__item"><a href="#" class="menu__link">Denim</a></li>
<li class="menu__item"><a href="#" class="menu__link">T-Shirts</a></li>
</ul>
</li>
<li class="menu__items">
<h3 class="menu__title"> <a class="menu__title__link" href="#">WOMAN</a></h3>
<ul>
<li class="menu__item"> <a href="#" class="menu__link">Accessories</a></li>
<li class="menu__item"> <a href="#" class="menu__link">Jackets & Coats</a></li>
<li class="menu__item"> <a href="#" class="menu__link">Polos</a></li>
<li class="menu__item"> <a href="#" class="menu__link">T-Shirts</a></li>
<li class="menu__item"> <a href="#" class="menu__link">Shirts</a></li>
</ul>
</li>
<li class="menu__items">
<h3 class="menu__title"> <a class="menu__title__link" href="#">KIDS</a></h3>
<ul>
<li class="menu__item"> <a href="#" class="menu__link">Accessories</a></li>
<li class="menu__item"> <a href="#" class="menu__link">Jackets & Coats</a></li>
<li class="menu__item"> <a href="#" class="menu__link">Polos</a></li>
<li class="menu__item"> <a href="#" class="menu__link">T-Shirts</a></li>
<li class="menu__item"> <a href="#" class="menu__link">Shirts</a></li>
<li class="menu__item"> <a href="#" class="menu__link">Bags</a></li>
</ul>
</li>
<div class="mob__icons">
<a class="top__icons" href="registration.html">
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.6035 20.3901C19.1035 20.3901 22.7595 15.9171 22.7595 10.4211C22.7595 4.92512 19.1035 0.453125 14.6035 0.453125C13.4666 0.474866 12.3498 0.756523 11.3386 1.27652C10.3274 1.79652 9.44859 2.54106 8.76953 3.45312C7.23015 5.44885 6.4117 7.90694 6.44751 10.4271C6.44751 15.9181 10.1035 20.3901 14.6035 20.3901ZM14.6035 2.26612C18.1035 2.26612 20.9475 5.92513 20.9475 10.4221C20.9475 14.9191 18.1015 18.5781 14.6035 18.5781C11.1055 18.5781 8.25954 14.9181 8.25854 10.4221C8.25754 5.92613 11.1035 2.26612 14.6035 2.26612ZM20.9475 18.5781C20.7071 18.5781 20.4765 18.6736 20.3065 18.8436C20.1365 19.0136 20.041 19.2442 20.041 19.4846C20.041 19.725 20.1365 19.9556 20.3065 20.1256C20.4765 20.2956 20.7071 20.3911 20.9475 20.3911C22.6295 20.393 24.2421 21.062 25.4314 22.2513C26.6207 23.4406 27.2897 25.0532 27.2915 26.7351C27.291 26.9753 27.1953 27.2054 27.0255 27.3752C26.8557 27.545 26.6256 27.6406 26.3855 27.6411H2.82349C2.58336 27.6406 2.35327 27.545 2.18347 27.3752C2.01368 27.2054 1.91801 26.9753 1.91748 26.7351C1.9196 25.0532 2.58868 23.4409 3.77795 22.2516C4.96723 21.0623 6.57959 20.3932 8.26147 20.3911C8.50176 20.3911 8.73219 20.2957 8.9021 20.1258C9.07201 19.9559 9.16748 19.7254 9.16748 19.4851C9.16748 19.2448 9.07201 19.0144 8.9021 18.8445C8.73219 18.6746 8.50176 18.5791 8.26147 18.5791C6.09893 18.581 4.02553 19.4407 2.49609 20.9695C0.96666 22.4984 0.106163 24.5716 0.103516 26.7341C0.10431 27.455 0.391017 28.1461 0.900757 28.6559C1.4105 29.1656 2.10163 29.4523 2.82251 29.4531H26.3855C27.1062 29.4521 27.7971 29.1652 28.3066 28.6555C28.8162 28.1458 29.1027 27.4548 29.1035 26.7341C29.1009 24.5718 28.2408 22.4989 26.7118 20.9699C25.1828 19.4409 23.1098 18.5808 20.9475 18.5781Z"
fill="black" />
</svg>
</a>
<a class="top__icons" href="cart.html">
<svg width="33" height="30" viewBox="0 0 33 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M26.5056 29.4531C25.8579 29.427 25.2462 29.1479 24.8019 28.6758C24.3576 28.2037 24.1161 27.5763 24.1292 26.9281C24.1422 26.28 24.4089 25.6628 24.8719 25.2091C25.335 24.7553 25.9574 24.5012 26.6057 24.5012C27.254 24.5012 27.8763 24.7553 28.3394 25.2091C28.8024 25.6628 29.0691 26.28 29.0822 26.9281C29.0952 27.5763 28.8537 28.2037 28.4094 28.6758C27.9651 29.1479 27.3534 29.427 26.7057 29.4531H26.5056ZM7.05762 26.7731C7.05762 26.2431 7.2148 25.7249 7.50928 25.2842C7.80376 24.8435 8.22233 24.5 8.71204 24.2971C9.20174 24.0943 9.74063 24.0412 10.2605 24.1446C10.7804 24.248 11.2579 24.5033 11.6327 24.8781C12.0075 25.2529 12.2628 25.7304 12.3662 26.2503C12.4696 26.7702 12.4165 27.309 12.2136 27.7987C12.0108 28.2884 11.6673 28.707 11.2266 29.0015C10.7858 29.296 10.2677 29.4531 9.73767 29.4531C9.38556 29.4534 9.03681 29.3843 8.71143 29.2497C8.38604 29.1151 8.09038 28.9178 7.84131 28.6689C7.59224 28.42 7.3947 28.1245 7.25989 27.7992C7.12508 27.4739 7.05566 27.1252 7.05566 26.7731H7.05762ZM10.8577 21.1391C10.5982 21.1399 10.3456 21.0555 10.1388 20.8989C9.93195 20.7422 9.78227 20.5221 9.71265 20.2721L4.87964 2.81713H1.48669C1.17321 2.81713 0.872547 2.6926 0.650879 2.47093C0.429211 2.24926 0.304688 1.94862 0.304688 1.63513C0.304688 1.32164 0.429211 1.021 0.650879 0.79933C0.872547 0.577662 1.17321 0.453131 1.48669 0.453131H5.7677C6.02719 0.452318 6.27973 0.536845 6.48645 0.693693C6.69317 0.850541 6.84253 1.07101 6.91162 1.32113L11.7446 18.7761H24.9226L29.3057 8.72813H14.7057C14.5475 8.73273 14.39 8.70555 14.2426 8.64819C14.0951 8.59083 13.9606 8.50447 13.847 8.39421C13.7335 8.28395 13.6433 8.15204 13.5817 8.00628C13.52 7.86052 13.4883 7.70388 13.4883 7.54563C13.4883 7.38738 13.52 7.23074 13.5817 7.08498C13.6433 6.93922 13.7335 6.80731 13.847 6.69705C13.9606 6.58679 14.0951 6.50043 14.2426 6.44307C14.39 6.38571 14.5475 6.35853 14.7057 6.36313H31.1187C31.3143 6.36309 31.5069 6.41179 31.6791 6.50485C31.8512 6.5979 31.9975 6.73238 32.1046 6.89613C32.2125 7.06041 32.2781 7.24882 32.2955 7.44457C32.313 7.64033 32.2818 7.83736 32.2047 8.01813L26.7997 20.4301C26.7073 20.6408 26.5556 20.8199 26.3632 20.9458C26.1707 21.0717 25.9457 21.1389 25.7157 21.1391H10.8577Z"
fill="black" />
</svg>
</a>
</div>
</ul>
</nav>
<a class="top__icons icons__desctop" href="registration.html">
<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.5 19.937C19 19.937 22.656 15.464 22.656 9.968C22.656 4.472 19 0 14.5 0C13.3631 0.0217413 12.2463 0.303398 11.2351 0.823397C10.2239 1.34339 9.34507 2.08794 8.66602 3C7.12663 4.99573 6.30819 7.45381 6.34399 9.974C6.34399 15.465 10 19.937 14.5 19.937ZM14.5 1.813C18 1.813 20.844 5.472 20.844 9.969C20.844 14.466 17.998 18.125 14.5 18.125C11.002 18.125 8.15603 14.465 8.15503 9.969C8.15403 5.473 11 1.813 14.5 1.813ZM20.844 18.125C20.6036 18.125 20.373 18.2205 20.203 18.3905C20.033 18.5605 19.9375 18.7911 19.9375 19.0315C19.9375 19.2719 20.033 19.5025 20.203 19.6725C20.373 19.8425 20.6036 19.938 20.844 19.938C22.526 19.9399 24.1386 20.6088 25.3279 21.7982C26.5172 22.9875 27.1861 24.6 27.188 26.282C27.1875 26.5221 27.0918 26.7523 26.922 26.9221C26.7522 27.0918 26.5221 27.1875 26.282 27.188H2.71997C2.47985 27.1875 2.24975 27.0918 2.07996 26.9221C1.91016 26.7523 1.81449 26.5221 1.81396 26.282C1.81608 24.6001 2.48517 22.9877 3.67444 21.7985C4.86371 20.6092 6.47608 19.9401 8.15796 19.938C8.39824 19.938 8.62868 19.8425 8.79858 19.6726C8.96849 19.5027 9.06396 19.2723 9.06396 19.032C9.06396 18.7917 8.96849 18.5613 8.79858 18.3914C8.62868 18.2215 8.39824 18.126 8.15796 18.126C5.99541 18.1279 3.92201 18.9875 2.39258 20.5164C0.863144 22.0453 0.00264777 24.1185 0 26.281C0.000794067 27.0019 0.287502 27.693 0.797241 28.2027C1.30698 28.7125 1.99811 28.9992 2.71899 29H26.282C27.0027 28.9989 27.6936 28.7121 28.2031 28.2024C28.7126 27.6927 28.9992 27.0017 29 26.281C28.9974 24.1187 28.1372 22.0457 26.6083 20.5168C25.0793 18.9878 23.0063 18.1276 20.844 18.125Z"
fill="#E8E8E8" />
</svg>
</a>
<a class="top__icons icons__desctop" href="cart.html">
<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M26.2009 29C25.5532 28.9738 24.9415 28.6948 24.4972 28.2227C24.0529 27.7506 23.8114 27.1232 23.8245 26.475C23.8376 25.8269 24.1043 25.2097 24.5673 24.7559C25.0303 24.3022 25.6527 24.048 26.301 24.048C26.9493 24.048 27.5717 24.3022 28.0347 24.7559C28.4977 25.2097 28.7644 25.8269 28.7775 26.475C28.7906 27.1232 28.549 27.7506 28.1047 28.2227C27.6604 28.6948 27.0488 28.9738 26.401 29H26.2009ZM6.75293 26.32C6.75293 25.79 6.91011 25.2718 7.20459 24.8311C7.49907 24.3904 7.91764 24.0469 8.40735 23.844C8.89705 23.6412 9.43594 23.5881 9.95581 23.6915C10.4757 23.7949 10.9532 24.0502 11.328 24.425C11.7028 24.7998 11.9581 25.2773 12.0615 25.7972C12.1649 26.317 12.1118 26.8559 11.9089 27.3456C11.7061 27.8353 11.3626 28.2539 10.9219 28.5483C10.4812 28.8428 9.96304 29 9.43298 29C9.08087 29.0003 8.73212 28.9311 8.40674 28.7966C8.08136 28.662 7.78569 28.4646 7.53662 28.2158C7.28755 27.9669 7.09001 27.6713 6.9552 27.3461C6.82039 27.0208 6.75098 26.6721 6.75098 26.32H6.75293ZM10.553 20.686C10.2935 20.6868 10.0409 20.6024 9.83411 20.4457C9.62727 20.2891 9.47758 20.0689 9.40796 19.819L4.57495 2.36401H1.18201C0.868521 2.36401 0.567859 2.23947 0.346191 2.01781C0.124523 1.79614 0 1.49549 0 1.18201C0 0.868519 0.124523 0.567873 0.346191 0.346205C0.567859 0.124537 0.868521 5.81268e-06 1.18201 5.81268e-06H5.46301C5.7225 -0.00080736 5.97504 0.0837201 6.18176 0.240568C6.38848 0.397416 6.53784 0.617884 6.60693 0.868006L11.4399 18.323H24.6179L29.001 8.27501H14.401C14.2428 8.27961 14.0854 8.25242 13.9379 8.19507C13.7904 8.13771 13.6559 8.05134 13.5424 7.94108C13.4288 7.83082 13.3386 7.69891 13.277 7.55315C13.2154 7.40739 13.1836 7.25075 13.1836 7.0925C13.1836 6.93426 13.2154 6.77762 13.277 6.63186C13.3386 6.4861 13.4288 6.35419 13.5424 6.24393C13.6559 6.13367 13.7904 6.0473 13.9379 5.98994C14.0854 5.93259 14.2428 5.90541 14.401 5.91001H30.814C31.0097 5.90996 31.2022 5.95866 31.3744 6.05172C31.5465 6.14478 31.6928 6.27926 31.7999 6.44301C31.9078 6.60729 31.9734 6.79569 31.9908 6.99145C32.0083 7.18721 31.9771 7.38424 31.9 7.565L26.495 19.977C26.4026 20.1876 26.251 20.3668 26.0585 20.4927C25.866 20.6186 25.641 20.6858 25.411 20.686H10.553Z"
fill="#E8E8E8" />
</svg>
</a>
<div class="red_circle">
<span>2</span>
</div>
</div>
</header>
<section class="breadcrumb center">
<div class="breadcrumb__left tracking-in-expand-fwd">
<h2 class="breadcrumb__heading">NEW ARRIVALS</h2>
</div>
<div class="breadcrumb__right slide-in-right">
<ul class="navigation">
<li class="navigation__item"><a class="navigation__link" href="index.html">Home</a></li>
<li class="navigation__item"><a class="navigation__link" href="#">Men</a></li>
<li class="navigation__item"><a class="navigation__link" href="#">New arrivals</a></li>
</ul>
</div>
</section>
<div class="product__slider">
<div class="product__slider__control">
<button class="product__slider__control-prew" type="button"><span><svg width="13" height="23" viewBox="0 0 13 23"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M12.6998 3.7499L4.9498 11.4999L12.6998 19.2499L11.1498 22.3499L0.299805 11.4999L11.1498 0.649902L12.6998 3.7499Z"
fill="black" />
</svg>
</span></button>
<button class="product__slider__control-next" type="button"><span><svg width="13" height="23" viewBox="0 0 13 23"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M0.299805 19.2499L8.0498 11.4999L0.299805 3.7499L1.8498 0.649902L12.6998 11.4999L1.8498 22.3499L0.299805 19.2499Z"
fill="black" />
</svg>
</span></button>
<div class="product__slider__img"><img class="product__slider__photo" src="img/product_slider_img.jpg"
alt="Photo product"></div>
</div>
</div>
<section class="product-description">
<h2 class="product-description__header">WOMEN COLLECTION</h2>
<div class="product-description__line_red"></div>
<h2 class="product-description__title">MOSCHINO CHEAP AND CHIC</h2>
<article class="product-description__text">Compellingly actualize fully researched processes before
proactive
outsourcing. Progressively syndicate
collaborative architectures before cutting-edge services. Completely visualize parallel core
competencies
rather than exceptional portals. </article>
<span class="product-description__price">$561</span>
<div class="product-description__line_greay"></div>
<div class="product__sort product-description__sort">
<details class="product__sort__details">
<summary class="product__sort__summary">
CHOOSE COLOR <svg class="product__sort__img" width="11" height="6" viewBox="0 0 11 6" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.00214 5.00214C4.83521 5.00247 4.67343 4.94433 4.54488 4.83782L0.258102 1.2655C0.112196 1.14422 0.0204417 0.969958 0.00302325 0.781035C-0.0143952 0.592112 0.0439493 0.404007 0.165221 0.258101C0.286493 0.112196 0.460759 0.0204417 0.649682 0.00302327C0.838605 -0.0143952 1.02671 0.043949 1.17262 0.165221L5.00214 3.36602L8.83167 0.279536C8.90475 0.220188 8.98884 0.175869 9.0791 0.149125C9.16937 0.122382 9.26403 0.113741 9.35764 0.1237C9.45126 0.133659 9.54198 0.162021 9.6246 0.207156C9.70722 0.252292 9.7801 0.313311 9.83906 0.386705C9.90449 0.460167 9.95405 0.546351 9.98462 0.639855C10.0152 0.733359 10.0261 0.83217 10.0167 0.930097C10.0073 1.02802 9.97784 1.12296 9.93005 1.20895C9.88227 1.29494 9.81723 1.37013 9.73904 1.42982L5.45225 4.88068C5.32002 4.97036 5.16154 5.01312 5.00214 5.00214Z"
fill="#6F6E6E" />
</svg>
</summary>
<div class="product__sort__selects product__sort__selects-trands ">
<input class="checkbox" type="checkbox" id="color1" name="color1" value="yes">
<label for="color1"><span class="product__sort__selects-titles">Red</span></label>
<input class="checkbox" type="checkbox" id="color2" name="color2" value="yes">
<label for="color2"><span class="product__sort__selects-titles">Blue</span></label>
<input class="checkbox" type="checkbox" id="color3" name="color3" value="yes">
<label for="color3"><span class="product__sort__selects-titles">Whith</span></label>
<input class="checkbox" type="checkbox" id="color4" name="color4" value="yes">
<label for="color4"><span class="product__sort__selects-titles">Black</span></label>
</div>
</details>
<details class="product__sort__details">
<summary class="product__sort__summary">
SIZE <svg class="product__sort__img" width="11" height="6" viewBox="0 0 11 6" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.00214 5.00214C4.83521 5.00247 4.67343 4.94433 4.54488 4.83782L0.258102 1.2655C0.112196 1.14422 0.0204417 0.969958 0.00302325 0.781035C-0.0143952 0.592112 0.0439493 0.404007 0.165221 0.258101C0.286493 0.112196 0.460759 0.0204417 0.649682 0.00302327C0.838605 -0.0143952 1.02671 0.043949 1.17262 0.165221L5.00214 3.36602L8.83167 0.279536C8.90475 0.220188 8.98884 0.175869 9.0791 0.149125C9.16937 0.122382 9.26403 0.113741 9.35764 0.1237C9.45126 0.133659 9.54198 0.162021 9.6246 0.207156C9.70722 0.252292 9.7801 0.313311 9.83906 0.386705C9.90449 0.460167 9.95405 0.546351 9.98462 0.639855C10.0152 0.733359 10.0261 0.83217 10.0167 0.930097C10.0073 1.02802 9.97784 1.12296 9.93005 1.20895C9.88227 1.29494 9.81723 1.37013 9.73904 1.42982L5.45225 4.88068C5.32002 4.97036 5.16154 5.01312 5.00214 5.00214Z"
fill="#6F6E6E" />
</svg>
</summary>
<div class="product__sort__selects">
<input class="checkbox" type="checkbox" id="50$" name="50" value="yes">
<label for="50$"><span class="product__sort__selects-titles"> XS</span></label>
<input class="checkbox" type="checkbox" id="51$" name="51" value="yes">
<label for="51$"><span class="product__sort__selects-titles"> S</span></label>
<input class="checkbox" type="checkbox" id="52$" name="52" value="yes">
<label for="52$"><span class="product__sort__selects-titles"> M</span></label>
<input class="checkbox" type="checkbox" id="53$" name="53" value="yes">
<label for="53$"><span class="product__sort__selects-titles"> L</span></label>
</div>
</details>
<details class="product__sort__details">
<summary class="product__sort__summary">
QUANTITY<svg class="product__sort__img sort_img" width="11" height="6" viewBox="0 0 11 6" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.00214 5.00214C4.83521 5.00247 4.67343 4.94433 4.54488 4.83782L0.258102 1.2655C0.112196 1.14422 0.0204417 0.969958 0.00302325 0.781035C-0.0143952 0.592112 0.0439493 0.404007 0.165221 0.258101C0.286493 0.112196 0.460759 0.0204417 0.649682 0.00302327C0.838605 -0.0143952 1.02671 0.043949 1.17262 0.165221L5.00214 3.36602L8.83167 0.279536C8.90475 0.220188 8.98884 0.175869 9.0791 0.149125C9.16937 0.122382 9.26403 0.113741 9.35764 0.1237C9.45126 0.133659 9.54198 0.162021 9.6246 0.207156C9.70722 0.252292 9.7801 0.313311 9.83906 0.386705C9.90449 0.460167 9.95405 0.546351 9.98462 0.639855C10.0152 0.733359 10.0261 0.83217 10.0167 0.930097C10.0073 1.02802 9.97784 1.12296 9.93005 1.20895C9.88227 1.29494 9.81723 1.37013 9.73904 1.42982L5.45225 4.88068C5.32002 4.97036 5.16154 5.01312 5.00214 5.00214Z"
fill="#6F6E6E" />
</svg>
</summary>
<div class="sort__quantity">
<input class="sort__quantity__input" type="text" maxlength="1" max="9" id="col1" name="col1" value="2"
onfocus="this.value=''">
</div>
</details>
</div>
<a href="cart.html" class="product-description__btn">
<svg class="product-description__btn_img" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.52972 22.185C5.5376 21.752 5.67216 21.3309 5.91644 20.9748C6.16072 20.6186 6.50386 20.3431 6.90283 20.1828C7.3018 20.0226 7.73885 19.9848 8.15906 20.0741C8.57927 20.1635 8.96394 20.376 9.26483 20.685C9.56572 20.994 9.76942 21.3857 9.85034 21.811C9.93127 22.2363 9.88578 22.6763 9.71967 23.0756C9.55356 23.475 9.27421 23.8161 8.91663 24.0559C8.55904 24.2957 8.13916 24.4237 7.70972 24.4237C7.4208 24.4211 7.13524 24.3611 6.86932 24.2472C6.60341 24.1333 6.36235 23.9676 6.15991 23.7597C5.95748 23.5518 5.79764 23.3057 5.68951 23.0355C5.58138 22.7653 5.52709 22.4763 5.52972 22.185ZM21.3358 24.4237C20.9024 24.4303 20.4766 24.3087 20.111 24.074C19.7453 23.8393 19.4559 23.5017 19.2784 23.103C19.1008 22.7042 19.0429 22.2618 19.1119 21.8303C19.1808 21.3988 19.3736 20.9971 19.6663 20.6748C19.9591 20.3524 20.339 20.1236 20.7592 20.0165C21.1794 19.9095 21.6215 19.929 22.0309 20.0724C22.4404 20.2159 22.7991 20.4771 23.063 20.8238C23.3269 21.1706 23.4843 21.5877 23.5157 22.0236C23.5582 22.6155 23.3682 23.2004 22.9868 23.6523C22.8019 23.8745 22.5748 24.0574 22.319 24.1901C22.0631 24.3227 21.7836 24.4025 21.4968 24.4247L21.3358 24.4237ZM8.62476 17.4855C8.41241 17.4851 8.20613 17.414 8.03796 17.2833C7.8698 17.1525 7.74917 16.9694 7.69476 16.7624L3.76776 2.19527H1.00977C0.750251 2.19527 0.501314 2.09128 0.31781 1.90622C0.134306 1.72116 0.03125 1.47018 0.03125 1.20847C0.03125 0.946764 0.134306 0.695782 0.31781 0.510726C0.501314 0.325669 0.750251 0.22168 1.00977 0.22168H4.48877C4.70107 0.222254 4.90725 0.293463 5.07538 0.424184C5.24351 0.554905 5.3642 0.737883 5.41876 0.944787L9.34576 15.5119H20.0497L23.6077 7.12665H11.7498C11.4902 7.12665 11.2414 7.02266 11.0579 6.83761C10.8744 6.65255 10.7712 6.40157 10.7712 6.13986C10.7712 5.87815 10.8744 5.62717 11.0579 5.44211C11.2414 5.25705 11.4902 5.15306 11.7498 5.15306H25.0847C25.2444 5.15352 25.4013 5.19451 25.5411 5.27223C25.6809 5.34995 25.7992 5.46195 25.8848 5.59784C25.9726 5.73569 26.0257 5.89303 26.0397 6.05627C26.0536 6.21951 26.0279 6.38368 25.9647 6.53465L21.5737 16.8935C21.5002 17.0684 21.3775 17.2177 21.2207 17.3229C21.0639 17.4281 20.8801 17.4846 20.6918 17.4855H8.62476Z"
fill="#F16D7F" />
</svg>
Add to Cart
</a>
</section>
<section class="another__products center">
<div class="product__items">
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item4.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian
arbiter
of
cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item3.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian
arbiter
of
cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
<div class="product__item">
<div class="product__photo">
<a href="product.html"><img class="product__img" src="img/fetured-item6.jpg" alt="Product Photo">
</a>
<a href="cart.html" class="product__add">
<svg class="product__icon" width="27" height="25" viewBox="0 0 27 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.5354 24.7188C21.009 24.6971 20.5119 24.4661 20.1509 24.0755C19.7898 23.6848 19.5936 23.1655 19.6042 22.6291C19.6148 22.0927 19.8316 21.5819 20.2078 21.2064C20.5841 20.8309 21.0899 20.6206 21.6167 20.6206C22.1435 20.6206 22.6492 20.8309 23.0255 21.2064C23.4017 21.5819 23.6184 22.0927 23.6291 22.6291C23.6397 23.1655 23.4435 23.6848 23.0824 24.0755C22.7214 24.4661 22.2243 24.6971 21.6979 24.7188H21.5354ZM5.73166 22.5008C5.73166 22.0622 5.85938 21.6333 6.09868 21.2686C6.33798 20.9039 6.67812 20.6196 7.07606 20.4517C7.474 20.2838 7.91191 20.2399 8.33436 20.3255C8.75681 20.4111 9.14485 20.6223 9.44942 20.9325C9.75399 21.2427 9.96146 21.6379 10.0455 22.0681C10.1295 22.4984 10.0863 22.9443 9.92149 23.3496C9.75666 23.7549 9.47753 24.1013 9.1194 24.345C8.76126 24.5887 8.34023 24.7188 7.9095 24.7188C7.62337 24.719 7.33997 24.6618 7.07556 24.5504C6.81115 24.439 6.5709 24.2757 6.3685 24.0697C6.1661 23.8637 6.00557 23.6192 5.89603 23.35C5.78648 23.0808 5.73007 22.7922 5.73007 22.5008H5.73166ZM8.81963 17.8382C8.6088 17.8388 8.40354 17.769 8.23546 17.6394C8.06738 17.5097 7.94575 17.3275 7.88917 17.1207L3.9618 2.67517H1.20465C0.949912 2.67517 0.70559 2.57211 0.52546 2.38866C0.34533 2.20521 0.244141 1.9564 0.244141 1.69696C0.244141 1.43752 0.34533 1.18871 0.52546 1.00526C0.70559 0.821815 0.949912 0.718755 1.20465 0.718755H4.68345C4.89432 0.718082 5.09954 0.788036 5.26752 0.917841C5.4355 1.04765 5.55687 1.2301 5.61302 1.4371L9.54038 15.8826H20.249L23.8107 7.56703H11.9466C11.818 7.57084 11.6901 7.54834 11.5702 7.50087C11.4504 7.45341 11.3411 7.38193 11.2488 7.29068C11.1566 7.19943 11.0833 7.09026 11.0332 6.96963C10.9831 6.84901 10.9573 6.71937 10.9573 6.58841C10.9573 6.45744 10.9831 6.32781 11.0332 6.20718C11.0833 6.08655 11.1566 5.97739 11.2488 5.88614C11.3411 5.79489 11.4504 5.72341 11.5702 5.67594C11.6901 5.62848 11.818 5.60598 11.9466 5.60979H25.284C25.443 5.60975 25.5995 5.65006 25.7394 5.72707C25.8793 5.80408 25.9981 5.91538 26.0852 6.05089C26.1728 6.18685 26.2261 6.34277 26.2403 6.50478C26.2545 6.66678 26.2292 6.82984 26.1665 6.97944L21.7743 17.2514C21.6992 17.4258 21.576 17.574 21.4196 17.6782C21.2632 17.7824 21.0804 17.838 20.8935 17.8382H8.81963Z"
fill="#ffffff" />
</svg>Add to Cart
</a>
</div>
<div class="product__content">
<a href="product.html" class="product__link">
<h2 class="product__title">ELLERY X M'O CAPSULE</h2>
</a>
<p class="product__text-about">Known for her sculptural takes on traditional tailoring, Australian
arbiter
of
cool Kym Ellery teams up with Moda Operandi.</p>
<p class="product__price">$52.00</p>
</div>
</div>
</div>
</section>
<div class="subscribe center">
<div class="subscribe__info">
<img src="img/Intersect.png" alt="User_photo">
<p class="subscribe__info__text"><i>
“Vestibulum quis porttitor dui! Quisque viverra nunc mi, a pulvinar purus
condimentum“
</i>
</p>
</div>
<div class="subscribe__item">
<h2 class="subscribe__item__heading">
SUBSCRIBE
</h2>
<p class="subscribe__item__text">
FOR OUR NEWLETTER AND PROMOTION
</p>
<form class="subscribe__item__form" action="#">
<input type="email" class="subscribe__input" name="email" placeholder="Ваш E-mail">
<input type="submit" class="subscribe__btn" value="Subscribe">
</form>
</div>
</div>
<footer class="center">
<div class="footer_left">
<p class="footer__text">© 2021 Brand All Rights Reserved.</p>
</div>
<div class="footer_icons">
<a class="footer__icons" href="http://www.facebook.com"><svg class="footer__icon" width="32" height="32"
viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M31.4506 0H0V32H31.4506V0Z" fill="white" />
<path class="icons-in"
d="M19.0884 16.28L19.5069 13.616H16.8902V11.8873C16.8902 11.1585 17.2557 10.4481 18.4277 10.4481H19.6172V8.17997C19.6172 8.17997 18.5377 8 17.5056 8C15.3507 8 13.9422 9.27593 13.9422 11.5857V13.616H11.5469V16.28H13.9422V22.72H16.8902V16.28H19.0884Z"
fill="black" />
</svg></a>
<a class="footer__icons" href="http://www.instagram.com"><svg class="footer__icon" width="33" height="32"
viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32.1889 0H0.738281V32H32.1889V0Z" fill="white" />
<g clip-path="url(#clip0)">
<path class="icons-in"
d="M16.139 12.6816C14.0238 12.6816 12.3177 14.3849 12.3177 16.4966C12.3177 18.6083 14.0238 20.3117 16.139 20.3117C18.2541 20.3117 19.9602 18.6083 19.9602 16.4966C19.9602 14.3849 18.2541 12.6816 16.139 12.6816ZM16.139 18.9769C14.7721 18.9769 13.6547 17.8646 13.6547 16.4966C13.6547 15.1287 14.7688 14.0164 16.139 14.0164C17.5092 14.0164 18.6233 15.1287 18.6233 16.4966C18.6233 17.8646 17.5058 18.9769 16.139 18.9769ZM21.0078 12.5255C21.0078 13.0203 20.6087 13.4154 20.1165 13.4154C19.621 13.4154 19.2252 13.0169 19.2252 12.5255C19.2252 12.0341 19.6243 11.6357 20.1165 11.6357C20.6087 11.6357 21.0078 12.0341 21.0078 12.5255ZM23.5386 13.4287C23.4821 12.2367 23.2094 11.1808 22.3347 10.3109C21.4634 9.44097 20.4058 9.1687 19.2119 9.10894C17.9814 9.03921 14.2932 9.03921 13.0627 9.10894C11.8721 9.16538 10.8145 9.43765 9.93987 10.3076C9.06522 11.1775 8.79584 12.2333 8.73597 13.4253C8.66613 14.6539 8.66613 18.3361 8.73597 19.5646C8.79251 20.7566 9.06522 21.8124 9.93987 22.6824C10.8145 23.5523 11.8688 23.8246 13.0627 23.8843C14.2932 23.9541 17.9814 23.9541 19.2119 23.8843C20.4058 23.8279 21.4634 23.5556 22.3347 22.6824C23.2061 21.8124 23.4788 20.7566 23.5386 19.5646C23.6085 18.3361 23.6085 14.6572 23.5386 13.4287ZM21.949 20.8828C21.6895 21.5335 21.1874 22.0349 20.5322 22.2972C19.5511 22.6857 17.2231 22.596 16.139 22.596C15.0548 22.596 12.7235 22.6824 11.7457 22.2972C11.0939 22.0382 10.5917 21.5369 10.329 20.8828C9.93987 19.9033 10.0297 17.5791 10.0297 16.4966C10.0297 15.4142 9.9432 13.0867 10.329 12.1105C10.5884 11.4597 11.0906 10.9583 11.7457 10.696C12.7268 10.3076 15.0548 10.3972 16.139 10.3972C17.2231 10.3972 19.5545 10.3109 20.5322 10.696C21.184 10.955 21.6862 11.4564 21.949 12.1105C22.3381 13.09 22.2483 15.4142 22.2483 16.4966C22.2483 17.5791 22.3381 19.9066 21.949 20.8828Z"
fill="black" />
</g>
<defs>
<clipPath id="clip0">
<rect width="14.8991" height="17" fill="white" transform="translate(8.68555 8)" />
</clipPath>
</defs>
</svg></a>
<a class="footer__icons" href="https://www.pinterest.ru/"><svg class="footer__icon" width="32" height="32"
viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M31.9252 0H0.474609V32H31.9252V0Z" fill="white" />
<g clip-path="url(#clip0)">
<path class="icons-in"
d="M16.7403 8.20312C13.5556 8.20312 10.4082 10.3406 10.4082 13.8C10.4082 16 11.6374 17.25 12.3823 17.25C12.6896 17.25 12.8666 16.3875 12.8666 16.1438C12.8666 15.8531 12.1309 15.2344 12.1309 14.025C12.1309 11.5125 14.0305 9.73125 16.4889 9.73125C18.6027 9.73125 20.1671 10.9406 20.1671 13.1625C20.1671 14.8219 19.506 17.9344 17.3642 17.9344C16.5913 17.9344 15.9302 17.3719 15.9302 16.5656C15.9302 15.3844 16.7496 14.2406 16.7496 13.0219C16.7496 10.9531 13.835 11.3281 13.835 13.8281C13.835 14.3531 13.9002 14.9344 14.133 15.4125C13.7046 17.2688 12.8293 20.0344 12.8293 21.9469C12.8293 22.5375 12.9131 23.1188 12.969 23.7094C13.0745 23.8281 13.0218 23.8156 13.1832 23.7563C14.7476 21.6 14.6917 21.1781 15.3994 18.3562C15.7812 19.0875 16.7683 19.4812 17.5505 19.4812C20.8469 19.4812 22.3275 16.2469 22.3275 13.3313C22.3275 10.2281 19.6643 8.20312 16.7403 8.20312Z"
fill="black" />
</g>
<defs>
<clipPath id="clip0">
<rect width="11.9193" height="16" fill="white" transform="translate(10.4082 8)" />
</clipPath>
</defs>
</svg></a>
<a class="footer__icons" href="http://www.twitter.com">
<svg class="footer__icon" width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M31.6635 0H0.212891V32H31.6635V0Z" fill="white" />
<g clip-path="url(#clip0)">
<path class="icons-in"
d="M22.417 12.7405C22.427 12.8826 22.427 13.0248 22.427 13.1669C22.427 17.5019 19.1498 22.4969 13.1599 22.4969C11.3145 22.4969 9.60022 21.9588 8.1582 21.0248C8.4204 21.0552 8.67247 21.0654 8.94475 21.0654C10.4674 21.0654 11.8691 20.5476 12.9884 19.6644C11.5565 19.6339 10.3565 18.6898 9.94305 17.3903C10.1447 17.4207 10.3464 17.441 10.5582 17.441C10.8506 17.441 11.1431 17.4004 11.4153 17.3294C9.92291 17.0248 8.80355 15.705 8.80355 14.1111V14.0705C9.23715 14.3141 9.74139 14.4664 10.2758 14.4867C9.39849 13.8979 8.82373 12.8928 8.82373 11.7557C8.82373 11.1466 8.98504 10.5882 9.26741 10.1009C10.8708 12.0908 13.2809 13.3902 15.9833 13.5324C15.9329 13.2887 15.9027 13.035 15.9027 12.7811C15.9027 10.974 17.3548 9.50195 19.1598 9.50195C20.0976 9.50195 20.9446 9.89789 21.5396 10.5375C22.2757 10.3954 22.9816 10.1212 23.6068 9.74561C23.3648 10.507 22.8505 11.1466 22.1749 11.5527C22.8304 11.4817 23.4657 11.2989 24.0505 11.0451C23.6069 11.6948 23.0522 12.2735 22.417 12.7405Z"
fill="black" />
</g>
<defs>
<clipPath id="clip0">
<rect width="15.8924" height="16" fill="white" transform="translate(8.1582 8)" />
</clipPath>
</defs>
</svg></a>
</div>
</footer>
</body>
</html>