-
Notifications
You must be signed in to change notification settings - Fork 1
/
catalog.html
385 lines (356 loc) · 27.3 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Каталог</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="favicon.ico">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="page-container">
<header class="page-header">
<a href="index.html" class="logo-link">
<img src="images/logotype.svg" width="138" height="64" alt="Логотип города Седона" class="logo">
</a>
<nav class="navigation">
<ul class="navigation-list">
<li class="navigation-item">
<a href="index.html" class="navigation-link">Главная</a>
</li>
<li class="navigation-item">
<a href="#" class="navigation-link">О Седонe</a>
</li>
<li class="navigation-item">
<a href="#" class="navigation-link navigation-link-active">Гостиницы</a>
</li>
</ul>
<div class="user-block">
<ul class="navigation-user">
<li class="user-navigaton-item">
<a href="#" class="user-navigation-link">
<svg aria-hidden="true" focusable="false" class="navigation-icon-search" width="19" height="19"
viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="m18.5 17.008-3.7-3.68c1-1.292 1.7-2.983 1.7-4.872C16.5 4.08 12.9.5 8.5.5s-8 3.68-8 8.055c0 4.376 3.6 7.956 8 7.956 1.8 0 3.5-.597 4.9-1.69l3.7 3.679 1.4-1.492Zm-10-2.486c-3.3 0-6-2.685-6-5.967 0-3.282 2.7-5.967 6-5.967s6 2.685 6 5.967c0 3.282-2.7 5.967-6 5.967Z"
fill="#000" />
</svg>
<span class="visually-hidden">Поиск</span>
</a>
</li>
<li class="user-navigaton-item">
<a href="#" class="user-navigation-link">
<svg aria-hidden="true" focusable="false" class="navigation-icon-like" width="18" height="17"
viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M8.9 17c-.3 0-.6-.1-.8-.4-5.4-6.1-6.7-7.5-7-7.9C.4 7.8 0 6.6 0 5.4 0 2.4 2.4 0 5.5 0 6.8 0 8 .5 9 1.3 10 .5 11.3 0 12.5 0c3 0 5.5 2.4 5.5 5.4 0 1.3-.5 2.5-1.3 3.4l-7 7.9c-.2.2-.4.3-.8.3Zm-6-9.5c.3.4 3.5 4 6.1 6.9l6.2-7c.5-.5.7-1.2.7-2 0-1.8-1.5-3.3-3.3-3.3-1 0-2 .5-2.7 1.3-.3.3-.6.4-.9.4-.3 0-.6-.2-.8-.4-.7-.8-1.7-1.3-2.7-1.3-1.8 0-3.3 1.5-3.3 3.3-.1.9.3 1.6.7 2.1-.1 0-.1 0 0 0Z"
fill="#000" />
</svg>
<span class="visually-hidden">Избранное</span>
<span class="favorite-value">12</span>
</a>
</li>
</ul>
<a href="#" class="button-link">Хочу сюда!</a>
</div>
</nav>
</header>
<main class="main-inner">
<div class="sorting-container">
<header class="inner-header">
<h1 class="inner-header-title">Гостиницы Седоны</h1>
<ul class="breadcrumbs">
<li class="breadcrumbs-item">
<a href="index.html" class="breadcrumbs-link">
<svg class="breadcrumbs-icon" aria-hidden="true" focusable="false" width="13" height="13"
viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="m6.5.5-6 5.8v6.2h12V6.3L6.5.5Zm5 11h-10V6.7l5-4.8 5 4.8v4.8Z" />
<path d="M4.5 10.5h1V8h2v2.5h1V7h-4v3.5Z" />
</svg>
</a>
<span class="visually-hidden">Главная</span>
</li>
<li class="breadcrumbs-item">
<a href="catalog.html" class="breadcrumbs-link breadcrumbs-color-change">Гостиницы</a>
</li>
</ul>
</header>
<section class="hotel-products">
<h2 class="visually-hidden">Список товаров с фильтрами</h2>
<form action="https://echo.htmlacademy.ru/" class="hotel-filter" method="get">
<fieldset class="hotel-products-group box-services-rooms">
<legend class="hotel-filter-title">Инфраструктура:</legend>
<ul class="hotel-filter-list">
<li class="hotel-filter-item">
<label class="control">
<input type="checkbox" class="visually-hidden control-input-checkbox" name="pool" checked>
<span class="control-mark"></span>
<span class="control-label">Бассейн</span>
</label>
</li>
<li class="hotel-filter-item">
<label class="control">
<input type="checkbox" class="visually-hidden control-input-checkbox" name="parking" checked>
<span class="control-mark"></span>
<span class="control-label">Парковка</span>
</label>
</li>
<li class="hotel-filter-item">
<label class="control">
<input type="checkbox" class="visually-hidden control-input-checkbox" name="Wi-Fi">
<span class="control-mark"></span>
<span class="control-label">Wi-Fi</span>
</label>
</li>
</ul>
</fieldset>
<fieldset class="hotel-products-group box-services-rooms">
<legend class="hotel-filter-title">Тип Жилья:</legend>
<ul class="hotel-filter-list">
<li class="hotel-filter-item">
<label class="control-radio">
<input type="radio" class="visually-hidden control-input-radio" name="type-group" value="hotel"
checked>
<span class="control-radio-mark"></span>
<span class="control-label">Гостиница</span>
</label>
</li>
<li class="hotel-filter-item">
<label class="control-radio">
<input type="radio" class="visually-hidden control-input-radio" name="type-group" value="motel">
<span class="control-radio-mark"></span>
<span class="control-label">Мотель</span>
</label>
</li>
<li class="hotel-filter-item">
<label class="control-radio">
<input type="radio" class="visually-hidden control-input-radio" name="type-group"
value="appartaments">
<span class="control-radio-mark"></span>
<span class="control-label">Апартаменты</span>
</label>
</li>
</ul>
</fieldset>
<fieldset class="hotel-products-group box-cost-range">
<legend class="hotel-filter-title-cost">Стоимость, ₽:</legend>
<div class="input-filter">
<label class="input-from">
<input type="number" class="input-prime input-from-cost" name="type-group" value="0">
<span class="from-cost">от</span>
</label>
<label class="input-to">
<input type="number" class="input-prime input-to-cost" name="type-group" value="9000">
<span class="to-cost">до</span>
</label>
</div>
<div class="range">
<div class="range-scale">
<div class="range-bar" style="left: 0; width: 227px">
<button type="button" class="range-toggle toggle-min">
<span class="visually-hidden">Изменить минимальную цену</span>
</button>
<button type="button" class="range-toggle toggle-max"><span class="visually-hidden">Изменить
максимальную цену</span></button>
</div>
</div>
</div>
</fieldset>
<div class="buttons">
<button class="submit" type="submit">Применить</button>
<button class="reset" type="reset">Сбросить</button>
</div>
</form>
</section>
</div>
<section class="sort-products">
<div class="sort-products-container">
<h2 class="find-page">Найдено гостиниц: 38</h2>
<select class="select-control" aria-label="Сортировка">
<option value="cheap">Сначала дешевые</option>
<option value="popular">Сначала дорогие</option>
<option value="expensive">Сначала популярные</option>
</select>
<div class="buttons-card ">
<a href="#" class="button-card button-card-active button-card-all">
<span class="visually-hidden">Показать карточки</span>
</a>
<a href="#" class="button-card button-card-slide">
<span class="visually-hidden">Показать слайды</span>
</a>
<a href="#" class="button-card button-card-list">
<span class="visually-hidden">Показать список</span>
</a>
</div>
</div>
<ul class="product-list">
<li class="product-card">
<a href="#" class="product-card-link">
<img src="images/hotel-amara-resort-spa.jpg" width="300" height="212" alt="hotel-amara-resort-spa"
class="product-card-image">
</a>
<h3 class="product-card-title">Amara Resort & Spa</h3>
<div class="type-and-cost">
<span class="product-type-hotel">Гостиница</span>
<span class="product-cost-hotel">От 4000 ₽</span>
</div>
<a href="#" class="product-more-information">подробнее</a>
<a href="#" class="product-in-favorites">в избранное</a>
<div class="rait-icon">
<span class="visually-hidden">звёздность</span>
<span class="product-four-stars"></span>
</div>
<span class="product-number-rating">Рейтинг: 8,5</span>
</li>
<li class="product-card">
<a href="#" class="product-card-link">
<img src="images/hotel-desert-quail-inn.jpg" width="300" height="212" alt="hotel-desert-quail-inn"
class="product-card-image">
</a>
<h3 class="product-card-title">Villas at Poco Diablo</h3>
<div class="type-and-cost">
<span class="product-type-hotel">Гостиница</span>
<span class="product-cost-hotel">От 5000 ₽</span>
</div>
<a href="#" class="product-more-information">подробнее</a>
<a href="#" class="product-in-favorites product-in-favorites-active">в избранном</a>
<div class="rait-icon">
<span class="visually-hidden">звёздность</span>
<span class="product-four-stars"></span>
</div>
<span class="product-number-rating">Рейтинг: 9,2</span>
</li>
<li class="product-card">
<a href="#" class="product-card-link">
<img src="images/hotel-greentree-inn.jpg" width="300" height="212" alt="hotel-greentree-inn"
class="product-card-image">
</a>
<h3 class="product-card-title">Desert Quail Inn</h3>
<div class="type-and-cost">
<span class="product-type-hotel">Гостиница</span>
<span class="product-cost-hotel">От 2500 ₽</span>
</div>
<a href="#" class="product-more-information">подробнее</a>
<a href="#" class="product-in-favorites">в избранное</a>
<div class="rait-icon">
<span class="visually-hidden">звёздность</span>
<span class="product-three-stars"></span>
</div>
<span class="product-number-rating">Рейтинг: 6,9</span>
</li>
<li class="product-card">
<a href="#" class="product-card-link">
<img src="images/hotel-villas-at-poco-diablo.jpg" width="300" height="212"
alt="hotel-villas-at-poco-diablo" class="product-card-image">
</a>
<h3 class="product-card-title">GreenTree Inn</h3>
<div class="type-and-cost">
<span class="product-type-hotel">Гостиница</span>
<span class="product-cost-hotel">От 1500 ₽</span>
</div>
<a href="#" class="product-more-information">подробнее</a>
<a href="#" class="product-in-favorites">в избранное</a>
<div class="rait-icon">
<span class="visually-hidden">звёздность</span>
<span class="product-two-stars"></span>
</div>
<span class="product-number-rating">Рейтинг: 5,0</span>
</li>
</ul>
<ul class="pagination">
<li class="pagination-item">
<a class="pagination-link pagination-active" href="#">1</a>
<span class="visually-hidden">Первая страница</span>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">2</a>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">3</a>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">4</a>
</li>
<li class="pagination-item">
<a class="pagination-link pagination-next" href="#">...</a>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">10</a>
<span class="visually-hidden">Последняя страница</span>
</li>
</ul>
</section>
</main>
<footer class="page-footer">
<section class="subscribe-catalog">
<h2 class="visually-hidden">Подписка на полезную информация</h2>
<p class="subscribe-text-catalog alternative-color">Подпишитесь на рассылку</p>
<p class="subscribe-description-catalog">Только полезная информация и никакого спама, честное бойскаутское!</p>
<form action="https://echo.htmlacademy.ru/" class="subscribe-form" method="get">
<div class="collapsing-indentation">
<input type="email" placeholder="Ваш e-mail" name="user-email" required>
<button class="subscribe-button" type="submit">Подписаться</button>
</div>
</form>
</section>
<div class="page-footer-container">
<section class="social">
<h2 class="visually-hidden">Социальные сети</h2>
<ul class="social-list">
<li class="social-item">
<a href="https://vk.com/htmlacademy" class="button">
<svg class="socials-item-icon" aria-hidden="true" focusable="false" width="25" height="15"
viewBox="0 0 25 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M24.116 1.804c.166-.546 0-.948-.795-.948h-2.625c-.668 0-.976.347-1.143.73 0 0-1.335 3.196-3.226 5.272-.612.602-.89.793-1.224.793-.167 0-.418-.19-.418-.738V1.804c0-.656-.184-.948-.74-.948H9.817c-.417 0-.668.304-.668.593 0 .621.946.765 1.043 2.513V7.76c0 .833-.153.984-.487.984-.89 0-3.055-3.21-4.34-6.885-.249-.715-.5-1.003-1.172-1.003H1.566c-.75 0-.9.347-.9.73 0 .682.89 4.07 4.145 8.551 2.17 3.06 5.225 4.72 8.008 4.72 1.67 0 1.875-.369 1.875-1.004V11.54c0-.737.158-.884.687-.884.39 0 1.057.192 2.615 1.667 1.78 1.75 2.073 2.533 3.075 2.533h2.625c.75 0 1.126-.368.91-1.096-.238-.724-1.088-1.775-2.215-3.022-.612-.71-1.53-1.475-1.809-1.858-.389-.49-.278-.71 0-1.147 0 0 3.2-4.426 3.533-5.929h.001Z" />
</svg>
<span class="visually-hidden">ВКонтакте</span>
</a>
</li>
<li class="social-item">
<a href="https://t.me/htmlacademy" class="button">
<svg class="socials-item-icon" aria-hidden="true" focusable="false" width="18" height="16"
viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M16.785.956.84 7.104C-.248 7.541-.24 8.148.64 8.42l4.094 1.277 9.472-5.976c.448-.272.857-.126.52.173l-7.673 6.925H7.05l.002.001-.283 4.22c.414 0 .597-.19.829-.414l1.988-1.934 4.136 3.055c.762.42 1.31.205 1.5-.706l2.715-12.795c.278-1.114-.425-1.618-1.153-1.29Z" />
</svg>
<span class="visually-hidden">Телеграмм</span>
</a>
</li>
<li class="social-item">
<a href="https://www.youtube.com/user/htmlacademyru" class="button">
<svg class="socials-item-icon" aria-hidden="true" focusable="false" width="23" height="18"
viewBox="0 0 23 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M18.94.356H3.507C1.647.356.333 1.95.333 3.756V13.85c0 1.913 1.314 3.506 3.174 3.506H19.16c1.642 0 3.174-1.593 3.174-3.4v-10.2c-.219-1.806-1.532-3.4-3.393-3.4ZM7.995 12.894V4.819l7.333 4.037-7.333 4.038Z" />
</svg>
<span class="visually-hidden">Ютуб</span>
</a>
</li>
</ul>
</section>
<section class="contacts">
<h2 class="visually-hidden">Контакты</h2>
<a href="+78128121212" class="phone">
<svg class="contacts-logo-color" aria-hidden="true" focusable="false" width="326" height="38"
viewBox="0 0 326 38" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M.405 13.896h7.04v-7.24h2.88v7.24h7.04v2.88h-7.04v7.2h-2.88v-7.2H.405v-2.88ZM23.4 28.856l10.04-23.44 1.76-1.96-2.36.36h-11.4V.856h16.72v1.08l-11.52 26.92H23.4Zm34.992 8.8a20.219 20.219 0 0 1-3.12-4.24 26.968 26.968 0 0 1-2.08-4.68 32.19 32.19 0 0 1-1.12-4.88 32.9 32.9 0 0 1-.36-4.72c0-1.466.12-3.013.36-4.64.24-1.626.627-3.253 1.16-4.88a28.472 28.472 0 0 1 2.08-4.84 23.166 23.166 0 0 1 3.2-4.4l1.92 1.4a24.02 24.02 0 0 0-2.68 4.24 27.631 27.631 0 0 0-1.68 4.4 29.702 29.702 0 0 0-.92 4.48c-.16 1.467-.24 2.88-.24 4.24 0 1.28.094 2.68.28 4.2.214 1.494.534 3 .96 4.52a30.663 30.663 0 0 0 1.72 4.4 19.86 19.86 0 0 0 2.56 3.92l-2.04 1.48Zm4.851-15.48c0-1.68.44-3.133 1.32-4.36.88-1.253 2.254-2.386 4.12-3.4-.666-.4-1.293-.813-1.88-1.24a10.24 10.24 0 0 1-1.52-1.52 7.562 7.562 0 0 1-1.04-1.88c-.24-.693-.36-1.493-.36-2.4 0-1.04.174-1.986.52-2.84a6.485 6.485 0 0 1 1.56-2.2 7.674 7.674 0 0 1 2.44-1.44c.96-.346 2.04-.52 3.24-.52 1.12 0 2.134.16 3.04.48.907.32 1.667.76 2.28 1.32a5.756 5.756 0 0 1 1.48 2c.347.774.52 1.627.52 2.56 0 1.52-.346 2.867-1.04 4.04-.693 1.147-1.84 2.28-3.44 3.4.694.4 1.347.84 1.96 1.32a8.502 8.502 0 0 1 1.64 1.6c.48.587.854 1.254 1.12 2 .267.72.4 1.547.4 2.48 0 1.147-.186 2.2-.56 3.16a6.911 6.911 0 0 1-1.64 2.44c-.72.667-1.6 1.2-2.64 1.6-1.04.374-2.226.56-3.56.56-1.28 0-2.413-.186-3.4-.56-.986-.373-1.826-.88-2.52-1.52a6.424 6.424 0 0 1-1.52-2.24 7.68 7.68 0 0 1-.52-2.84Zm13.24-.4c0-.8-.16-1.493-.48-2.08a5.811 5.811 0 0 0-1.28-1.64 9.079 9.079 0 0 0-1.76-1.36c-.666-.4-1.36-.786-2.08-1.16-1.626.907-2.786 1.92-3.48 3.04-.693 1.12-1.04 2.187-1.04 3.2 0 .64.107 1.254.32 1.84.214.587.534 1.094.96 1.52a4.99 4.99 0 0 0 1.56 1.04c.64.24 1.374.36 2.2.36.667 0 1.307-.093 1.92-.28a5.15 5.15 0 0 0 1.6-.88c.48-.4.854-.893 1.12-1.48.294-.613.44-1.32.44-2.12Zm-9.48-14.48c0 .747.147 1.414.44 2 .294.56.68 1.067 1.16 1.52.507.454 1.08.88 1.72 1.28.64.374 1.307.734 2 1.08 1.2-.933 2.08-1.853 2.64-2.76.587-.906.88-1.906.88-3 0-1.36-.426-2.4-1.28-3.12-.826-.746-1.826-1.12-3-1.12-.72 0-1.36.12-1.92.36-.56.24-1.04.547-1.44.92-.4.374-.706.814-.92 1.32-.186.48-.28.987-.28 1.52Zm19.637 18.6h5.6V6.536l.4-2.36-1.6 1.88-4.4 3.16-1.52-2.04 8.8-6.8h1.44v25.52h5.48v2.96h-14.2v-2.96Zm35.317-18.68c0 1.414-.266 2.867-.8 4.36a26.123 26.123 0 0 1-2.04 4.44 43.372 43.372 0 0 1-2.8 4.4 106.51 106.51 0 0 1-3.12 4.04l-1.96 1.72v.16l2.56-.44h8.72v2.96h-15.92v-1.16c.587-.613 1.294-1.373 2.12-2.28a63.998 63.998 0 0 0 2.56-3 60.203 60.203 0 0 0 2.64-3.52 38.593 38.593 0 0 0 2.36-3.8 22.61 22.61 0 0 0 1.72-3.8c.427-1.253.64-2.44.64-3.56 0-1.306-.373-2.386-1.12-3.24-.746-.88-1.88-1.32-3.4-1.32-1.013 0-2 .214-2.96.64-.96.4-1.786.867-2.48 1.4l-1.32-2.28c.934-.8 2.04-1.426 3.32-1.88 1.28-.453 2.654-.68 4.12-.68 1.147 0 2.16.174 3.04.52.88.32 1.627.787 2.24 1.4a6.084 6.084 0 0 1 1.4 2.2c.32.827.48 1.734.48 2.72Zm6.077-6.84a20.198 20.198 0 0 1 3.12 4.24 24.553 24.553 0 0 1 2.04 4.72c.533 1.6.92 3.227 1.16 4.88.24 1.627.36 3.187.36 4.68 0 1.467-.12 3.014-.36 4.64a30.566 30.566 0 0 1-1.16 4.92 27.134 27.134 0 0 1-2.12 4.8 21.85 21.85 0 0 1-3.16 4.4l-1.92-1.4a24 24 0 0 0 2.68-4.24 24.382 24.382 0 0 0 1.68-4.44c.427-1.493.72-2.973.88-4.44.187-1.466.28-2.88.28-4.24 0-1.28-.107-2.666-.32-4.16-.213-1.493-.547-3-1-4.52-.427-1.52-.987-3-1.68-4.44a18.561 18.561 0 0 0-2.52-3.92l2.04-1.48Zm22.475 21.8c0-1.68.44-3.133 1.32-4.36.88-1.253 2.253-2.386 4.12-3.4-.667-.4-1.293-.813-1.88-1.24-.56-.453-1.067-.96-1.52-1.52a7.559 7.559 0 0 1-1.04-1.88c-.24-.693-.36-1.493-.36-2.4 0-1.04.173-1.986.52-2.84a6.474 6.474 0 0 1 1.56-2.2 7.673 7.673 0 0 1 2.44-1.44c.96-.346 2.04-.52 3.24-.52 1.12 0 2.133.16 3.04.48.907.32 1.667.76 2.28 1.32a5.761 5.761 0 0 1 1.48 2c.347.774.52 1.627.52 2.56 0 1.52-.347 2.867-1.04 4.04-.693 1.147-1.84 2.28-3.44 3.4.693.4 1.347.84 1.96 1.32a8.494 8.494 0 0 1 1.64 1.6c.48.587.853 1.254 1.12 2 .267.72.4 1.547.4 2.48 0 1.147-.187 2.2-.56 3.16a6.907 6.907 0 0 1-1.64 2.44c-.72.667-1.6 1.2-2.64 1.6-1.04.374-2.227.56-3.56.56-1.28 0-2.413-.186-3.4-.56-.987-.373-1.827-.88-2.52-1.52a6.423 6.423 0 0 1-1.52-2.24 7.672 7.672 0 0 1-.52-2.84Zm13.24-.4c0-.8-.16-1.493-.48-2.08a5.819 5.819 0 0 0-1.28-1.64 9.082 9.082 0 0 0-1.76-1.36c-.667-.4-1.36-.786-2.08-1.16-1.627.907-2.787 1.92-3.48 3.04-.693 1.12-1.04 2.187-1.04 3.2 0 .64.107 1.254.32 1.84.213.587.533 1.094.96 1.52.427.427.947.774 1.56 1.04.64.24 1.373.36 2.2.36.667 0 1.307-.093 1.92-.28a5.15 5.15 0 0 0 1.6-.88c.48-.4.853-.893 1.12-1.48.293-.613.44-1.32.44-2.12Zm-9.48-14.48c0 .747.147 1.414.44 2a5.75 5.75 0 0 0 1.16 1.52c.507.454 1.08.88 1.72 1.28.64.374 1.307.734 2 1.08 1.2-.933 2.08-1.853 2.64-2.76.587-.906.88-1.906.88-3 0-1.36-.427-2.4-1.28-3.12-.827-.746-1.827-1.12-3-1.12-.72 0-1.36.12-1.92.36-.56.24-1.04.547-1.44.92a3.8 3.8 0 0 0-.92 1.32 4.15 4.15 0 0 0-.28 1.52Zm19.637 18.6h5.6V6.536l.4-2.36-1.6 1.88-4.4 3.16-1.52-2.04 8.8-6.8h1.44v25.52h5.48v2.96h-14.2v-2.96Zm35.317-18.68c0 1.414-.267 2.867-.8 4.36a26.279 26.279 0 0 1-2.04 4.44 43.547 43.547 0 0 1-2.8 4.4 106.51 106.51 0 0 1-3.12 4.04l-1.96 1.72v.16l2.56-.44h8.72v2.96h-15.92v-1.16a137.54 137.54 0 0 0 2.12-2.28 64.604 64.604 0 0 0 2.56-3 61.114 61.114 0 0 0 2.64-3.52 38.783 38.783 0 0 0 2.36-3.8 22.69 22.69 0 0 0 1.72-3.8c.426-1.253.64-2.44.64-3.56 0-1.306-.374-2.386-1.12-3.24-.747-.88-1.88-1.32-3.4-1.32-1.014 0-2 .214-2.96.64-.96.4-1.787.867-2.48 1.4l-1.32-2.28c.933-.8 2.04-1.426 3.32-1.88 1.28-.453 2.653-.68 4.12-.68 1.146 0 2.16.174 3.04.52.88.32 1.626.787 2.24 1.4a6.097 6.097 0 0 1 1.4 2.2c.32.827.48 1.734.48 2.72Zm6.317 8.64h9.68v2.96h-9.68v-2.96Zm16.374 10.04h5.6V6.536l.4-2.36-1.6 1.88-4.4 3.16-1.52-2.04 8.8-6.8h1.44v25.52h5.48v2.96h-14.2v-2.96Zm35.317-18.68c0 1.414-.267 2.867-.8 4.36a26.279 26.279 0 0 1-2.04 4.44 43.547 43.547 0 0 1-2.8 4.4 106.51 106.51 0 0 1-3.12 4.04l-1.96 1.72v.16l2.56-.44h8.72v2.96h-15.92v-1.16a137.54 137.54 0 0 0 2.12-2.28 64.604 64.604 0 0 0 2.56-3 61.114 61.114 0 0 0 2.64-3.52 38.783 38.783 0 0 0 2.36-3.8 22.69 22.69 0 0 0 1.72-3.8c.426-1.253.64-2.44.64-3.56 0-1.306-.374-2.386-1.12-3.24-.747-.88-1.88-1.32-3.4-1.32-1.014 0-2 .214-2.96.64-.96.4-1.787.867-2.48 1.4l-1.32-2.28c.933-.8 2.04-1.426 3.32-1.88 1.28-.453 2.653-.68 4.12-.68 1.146 0 2.16.174 3.04.52.88.32 1.626.787 2.24 1.4a6.097 6.097 0 0 1 1.4 2.2c.32.827.48 1.734.48 2.72Zm6.317 8.64h9.68v2.96h-9.68v-2.96Zm16.374 10.04h5.6V6.536l.4-2.36-1.6 1.88-4.4 3.16-1.52-2.04 8.8-6.8h1.44v25.52h5.48v2.96h-14.2v-2.96Zm35.316-18.68c0 1.414-.266 2.867-.8 4.36a26.123 26.123 0 0 1-2.04 4.44 43.372 43.372 0 0 1-2.8 4.4 106.51 106.51 0 0 1-3.12 4.04l-1.96 1.72v.16l2.56-.44h8.72v2.96h-15.92v-1.16c.587-.613 1.294-1.373 2.12-2.28a63.998 63.998 0 0 0 2.56-3 60.203 60.203 0 0 0 2.64-3.52 38.593 38.593 0 0 0 2.36-3.8 22.61 22.61 0 0 0 1.72-3.8c.427-1.253.64-2.44.64-3.56 0-1.306-.373-2.386-1.12-3.24-.746-.88-1.88-1.32-3.4-1.32-1.013 0-2 .214-2.96.64-.96.4-1.786.867-2.48 1.4l-1.32-2.28c.934-.8 2.04-1.426 3.32-1.88 1.28-.453 2.654-.68 4.12-.68 1.147 0 2.16.174 3.04.52.88.32 1.627.787 2.24 1.4a6.084 6.084 0 0 1 1.4 2.2c.32.827.48 1.734.48 2.72Z" />
</svg>
</a>
</section>
<section class="footer-logo">
<h2 class="visually-hidden">Логотип HTML Academy</h2>
<a href="https://htmlacademy.ru/" class="html-link">
<svg class="contacts-logo-color" aria-hidden="true" focusable="false" width="115" height="34"
viewBox="0 0 115 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M0 13.256v2.6h2.5v-2.6H0ZM11.6 4.856c-1.6 0-2.8.7-3.6 1.7h-.1v-6.2h-2v15.5h2v-5.3c0-2.1 1.3-3.6 3.3-3.6 1.8 0 2.9 1.4 2.9 3.2v5.7h2v-6.1c.1-3-1.8-4.9-4.5-4.9ZM26.6 5.156h-4.8v-3.7h-2v3.8h-1.9v2h1.9v6c0 1.7 1 2.7 2.7 2.7h4.1v-2h-3.7c-.7 0-1.1-.4-1.1-1.1v-5.7h4.8v-2ZM41.1 4.956c-1.6 0-2.9.8-3.5 2.1h-.1c-.6-1.2-1.8-2.1-3.4-2.1-1.4 0-2.5.8-3.1 1.8h-.1v-1.6H29v10.6h2v-5.4c0-2 1-3.5 2.6-3.5 1.5 0 2.4 1 2.4 2.6v6.3h2v-5.6c0-2.4 1.4-3.3 2.6-3.3 1.5 0 2.4 1 2.4 2.6v6.3h2v-6.5c.1-2.5-1.4-4.3-3.9-4.3ZM47.8 13.056c0 1.7 1 2.7 2.8 2.7h2v-2h-1.7c-.7 0-1.1-.4-1.1-1.1V.356h-2v12.7ZM28.9 20.056c-.9-1.1-2.2-1.8-3.9-1.8-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-1.9h.1v1.6h2v-10.6h-2v1.5Zm-3.6 7.4c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c0 1.9-1.4 3.6-3.6 3.6ZM44.2 22.356c-.5-2.4-2.6-4.1-5.4-4.1-3.4 0-5.6 2.5-5.6 5.6 0 3.1 2.2 5.6 5.6 5.6 2.8 0 4.9-1.8 5.4-4.2h-2.1c-.4 1.3-1.7 2.3-3.3 2.3-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6c1.6 0 2.8 1 3.3 2.2h2.1v-.2ZM55.1 20.056c-.9-1.1-2.2-1.8-3.9-1.8-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-1.9h.1v1.6h2v-10.6h-2v1.5Zm-3.6 7.4c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c0 1.9-1.5 3.6-3.6 3.6ZM68.7 20.156c-.9-1.1-2.2-1.9-3.9-1.9-3.1 0-5.4 2.3-5.4 5.6s2.2 5.6 5.4 5.6c1.7 0 3-.8 3.8-1.8h.1v1.5h2v-15.4h-2v6.4Zm-3.6 7.3c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c-.1 2-1.5 3.6-3.6 3.6ZM78.3 18.256c-3.3 0-5.5 2.5-5.5 5.6 0 3 2.1 5.6 5.5 5.6 2.5 0 4.5-1.3 5.2-3.6h-2.1c-.5 1-1.6 1.6-3 1.6-1.9 0-3.3-1.3-3.4-2.9h8.8c.2-3.6-2-6.3-5.5-6.3Zm0 1.9c1.7 0 3 1 3.3 2.6h-6.5c.3-1.5 1.5-2.6 3.2-2.6ZM98.2 18.256c-1.6 0-2.9.8-3.6 2h-.1c-.6-1.2-1.8-2-3.4-2-1.4 0-2.5.7-3.1 1.8v-1.5h-1.9v10.6h2v-5.4c0-2 1-3.4 2.6-3.5 1.5 0 2.4 1 2.4 2.6v6.3h2v-5.6c0-2.4 1.4-3.3 2.6-3.3 1.5 0 2.4 1 2.4 2.6v6.3h2v-6.5c.1-2.6-1.4-4.4-3.9-4.4ZM109.4 27.356l-3.6-8.9h-2.2l4.8 11.6c-.3.9-.7 1.2-1.7 1.2h-2.5v2h2.5c1.8 0 2.8-.8 3.5-2.6l4.7-12.2h-2.1l-3.4 8.9Z" />
</svg>
</a>
</section>
</div>
</footer>
</div>
</body>
</html>