-
Notifications
You must be signed in to change notification settings - Fork 2
/
catalog.html
471 lines (430 loc) · 29 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML Academy: Каталог</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="page-container">
<header class="main-header">
<a class="navigation-logo" href="index.html">
<img class="page-header-logo" src="images/logo.svg" width="140" height="70" alt="логотип Sedona" aria-current="page">
</a>
<nav class="header-navigation">
<ul class="header-navigation-list">
<li class="header-navigation-item">
<a class="header-navigation-link" href="index.html">Главная</a>
</li>
<li class="header-navigation-item">
<a class="header-navigation-link" href="#">О Седоне</a>
</li>
<li class="header-navigation-item">
<a class="header-navigation-link navigation-link-active" href="#">Гостиницы</a>
</li>
</ul>
<ul class="navigation-user-menu">
<li class="navigation-user-item navigation-search">
<a class="navigation-user-link nav-link-icon-search" href="modal.html">
<span class="visually-hidden">Поиск.</span>
</a>
</li>
<li class="navigation-user-item navigation-favorites">
<a class="navigation-user-link nav-link-icon-favorites" href="#">
<span class="visually-hidden">Избранное.</span>
</a>
</li>
<li class="navigation-user-item navigation-registration">
<input class="button navigation-user-registration" type="button" value="Хочу сюда!">
</li>
</ul>
</nav>
</header>
<main class="main-inner catalog-container">
<div class="background-image-filter">
<div class="filter-container">
<header class="inner-header ">
<h1 class="inner-header-title catalog-title">Гостиницы Седоны</h1>
<ul class="breadcrumbs">
<li class="breadcrumbs-item">
<a class="breadcrumbs-link breadcrumbs-icon-house" href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="none" viewBox="0 0 13 13">
<path fill="#fff" d="m6.4.5-6 5.8v6.2h12V6.3L6.4.5Zm5 11h-10V6.7l5-4.8 5 4.8v4.8Z"/><path fill="#fff" d="M4.4 10.5h1V8h2v2.5h1V7h-4v3.5Z"/>
</svg>
<span class="visually-hidden">Главная</span>
</a>
</li>
<li class="breadcrumbs-item">
<span class="breadcrumbs-icon-arrow"></span>
</li>
<li class="breadcrumbs-item">
<a class="breadcrumbs-link" href="catalog.html" aria-current="page">Гостиницы</a>
</li>
</ul>
</header>
<section class="inner-filter">
<h2 class="visually-hidden">Список товаров с фильтрами</h2>
<form class="catalog-filter-form" action="https://echo.htmlacademy.ru" method="get">
<fieldset class="catalog-filter-group filter-infrastructure">
<legend class="catalog-filter-title">Инфраструктура:</legend>
<ul class="catalog-filter-list">
<li class="catalog-filter-item">
<label class="control" for="advantages-pool">
<input class="control-input visually-hidden" type="checkbox" name="selected-amenities" id="advantages-pool"
value="Бассейн" checked>
<span class="control-mark"></span>
<span class="control-label">Бассейн</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control" for="advantages-parking">
<input class="control-input visually-hidden" type="checkbox" name="selected-amenities" id="advantages-parking"
value="Парковка" checked>
<span class="control-mark"></span>
<span class="control-label">Парковка</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control" for="advantages-WiFi">
<input class="control-input visually-hidden" type="checkbox" name="selected-amenities" id="advantages-WiFi"
value="Wi-Fi">
<span class="control-mark"></span>
<span class="control-label">Wi-Fi</span>
</label>
</li>
</ul>
</fieldset>
<fieldset class="catalog-filter-group filter-type-of-house">
<legend class="catalog-filter-title">Тип Жилья:</legend>
<ul class="catalog-filter-list">
<li class="catalog-filter-item">
<label class="control">
<input class="control-input visually-hidden" name="type-of-housing" value="hotel" type="radio" checked>
<span class="control-mark-sercule"></span>
<span class="control-label">Гостиница</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control">
<input class="control-input visually-hidden" name="type-of-housing" value="Motel" type="radio">
<span class="control-mark-sercule"></span>
<span class="control-label">Мотель</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control">
<input class="control-input visually-hidden" name="type-of-housing" value="apartments" type="radio">
<span class="control-mark-sercule"></span>
<span class="control-label">Апартаменты</span>
</label>
</li>
</ul>
</fieldset>
<fieldset class="catalog-range catalog-filter-group filter-price">
<legend class="catalog-filter-title">Стоимость, ₽:</legend>
<div class="catalog-inputs-range">
<label for="price-start" class="range-label range-label-min">
от
</label>
<input class="catalog-range-input price-start" name="min-price" id="price-start" type="number" min="0" max="10000" value="" placeholder="0">
<label for="price-end" class="range-label range-label-max">
до
</label>
<input class="catalog-range-input price-end" name="max-price" id="price-end" type="number" min="0" max="10000" value="" placeholder="9000">
</div>
<div class="catalog-range-price">
<div class="range-scale">
<div class="range-bar" style="left: 0; width: 220px;">
<button type="button" class="toggle-button toggle-min">
<span class="visually-hidden">минимальная стоимость.</span>
</button>
<button type="button" class="toggle-button toggle-max">
<span class="visually-hidden">максимальная стоимость.</span>
</button>
</div>
</div>
</div>
</fieldset>
<div class="catalog-filter-group filter-list-button">
<input class="button-filter catalog-filter-submit" type="submit" value="ПРИМЕНИТЬ">
<button type="reset" class="button-filter catalog-filter-reset">СБРОСИТЬ</button>
</div>
</form>
</section>
</div>
</div>
<div class="catalog-products-container">
<header class="catalog-header-hotels">
<span class="hotels-navigationquantity">НАЙДЕНО ГОСТИНИЦ: 38</span>
<select class="select-control" aria-label="Сортировка">
<option class="select-control-cheap" value="cheap">Сначала дешевые</option>
</select>
<div class="catalog-card">
<a href="catalog.html?view=tile" class="catalog-card-variant catalog-card-variant-curent">
<svg xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true" width="16" height="14" fill="none" viewBox="0 0 16 14">
<path fill="#000" d="M4 0H0v6h4V0ZM16 0h-4v6h4V0ZM10 0H6v6h4V0ZM4 8H0v6h4V8ZM16 8h-4v6h4V8ZM10 8H6v6h4V8Z"/>
</svg>
<span class="visually-hidden">Отображение карточками.</span>
</a>
<a href="catalog.html?view=card" class="catalog-card-variant">
<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="14" fill="none" viewBox="0 0 16 14">
<path fill="#000" d="M16 12H0v2h16v-2ZM14 2v6H2V2h12Zm2-2H0v10h16V0Z"/>
</svg>
<span class="visually-hidden">Отображение большими карточками.</span>
</a>
<a href="catalog.html?view=list" class="catalog-card-variant">
<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="14" fill="none" viewBox="0 0 16 14">
<path fill="#000" d="M2 0H0v2h2V0ZM16 0H4v2h12V0ZM2 4H0v2h2V4ZM16 4H4v2h12V4ZM2 8H0v2h2V8ZM16 8H4v2h12V8ZM2 12H0v2h2v-2ZM16 12H4v2h12v-2Z"/>
</svg>
<span class="visually-hidden">Отображение списком.</span>
</a>
</div>
</header>
<section class="catalog-products">
<h2 class="visually-hidden">Каталог гостиниц</h2>
<ul class="catalog-products-list">
<li class="catalog-products-card">
<a class="products-card-link-img" href="#"><img class="products-card-img" src="images/hotels/hotel-1.jpg"
width="300" height="212" alt="горы"></a>
<a class="products-card-link" href="#">
<h3 class="products-card-title">Amara Resort & Spa</h3>
</a>
<p class="products-card-type-hostel">Гостиница</p>
<p class="products-card-price">От 4000 ₽</p>
<a class="products-card-link-buttons card-buttons-item" href="#">ПОДРОБНЕЕ</a>
<button type="button" class="products-card-favorites card-buttons-item">В ИЗБРАННОЕ</button>
<div class="stars-favorite">
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
</div>
<span class="products-card-rating card-buttons-item">РЕЙТИНГ: 8,5</span>
</li>
<li class="catalog-products-card">
<a class="products-card-link-img" href="#"><img class="products-card-img" src="images/hotels/hotel-2.jpg"
width="300" height="212" alt="горы"></a>
<a class="products-card-link" href="#">
<h3 class="products-card-title">Villas at Poco Diablo</h3>
</a>
<p class="products-card-type-hostel">Гостиница</p>
<p class="products-card-price">От 5000 ₽</p>
<a class="products-card-link-buttons card-buttons-item" href="#">ПОДРОБНЕЕ</a>
<button type="button" class="products-card-favorites products-card-favorites-active card-buttons-item">В ИЗБРАННОM</button>
<div class="stars-favorite">
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
</div>
<span class="products-card-rating card-buttons-item">РЕЙТИНГ: 9,2</span>
</li>
<li class="catalog-products-card">
<a class="products-card-link-img" href="#"><img class="products-card-img" src="images/hotels/hotel-3.jpg"
width="300" height="212" alt="горы"></a>
<a class="products-card-link" href="#">
<h3 class="products-card-title">Desert Quail Inn</h3>
</a>
<p class="products-card-type-hostel">Гостиница</p>
<p class="products-card-price">От 2500 ₽</p>
<a class="products-card-link-buttons card-buttons-item" href="#">ПОДРОБНЕЕ</a>
<button type="button" class="products-card-favorites card-buttons-item">В ИЗБРАННОЕ</button>
<div class="stars-favorite">
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
</div>
<span class="products-card-rating card-buttons-item">РЕЙТИНГ: 6,9</span>
</li>
<li class="catalog-products-card">
<a class="products-card-link-img" href="#"><img class="products-card-img" src="images/hotels/hotel-4.jpg"
width="300" height="212" alt="горы"></a>
<a class="products-card-link" href="#">
<h3 class="products-card-title">GreenTree Inn</h3>
</a>
<p class="products-card-type-hostel">Гостиница</p>
<p class="products-card-price">От 1500 ₽</p>
<a class="products-card-link-buttons card-buttons-item" href="#">ПОДРОБНЕЕ</a>
<button type="button" class="products-card-favorites card-buttons-item">В ИЗБРАННОЕ</button>
<div class="stars-favorite">
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 0L11.1 6.5H18L12.4 10.5L14.6 17L9 13L3.4 17L5.6 10.5L0 6.5H6.9L9 0Z" fill="#83B3D3" />
</svg>
</div>
<span class="products-card-rating card-buttons-item">РЕЙТИНГ: 5,0</span>
</li>
</ul>
</section>
<!--пагинация-->
<section class="catalog-pagination">
<h2 class="visually-hidden">Пагинация</h2>
<ol class="catalog-pagination-list">
<li class="catalog-pagination-item pagination-active">
<a class="pagination-link-active" href="#">1</a>
</li>
<li class="catalog-pagination-item">
<a class="catalog-pagination-link" href="#">2</a>
</li>
<li class="catalog-pagination-item">
<a class="catalog-pagination-link" href="#">3</a>
</li>
<li class="catalog-pagination-item">
<a class="catalog-pagination-link" href="#">4</a>
</li>
<li class="catalog-pagination-item catalog-pagination-item-ellipses">
...
</li>
<li class="catalog-pagination-item">
<a class="catalog-pagination-link" href="#">10</a>
</li>
</ol>
</section>
</div>
<section class="catalog-newsletter">
<h2 class="main-title newsletter-title-catalog">ПОДПИШИТЕСЬ НА РАССЫЛКУ</h2>
<p class="main-text newsletter-text-catalog">Только полезная информация и никакого спама,<br>честное бойскаутское!</p>
<form class="newsletter-form" action="https://echo.htmlacademy.ru" method="get">
<input class="newsletter-input newsletter-input-catalog" type="text" placeholder="Ваш e-mail" required name="e-mail:">
<input class="newsletter-submit" type="submit" value="ПОДПИСАТЬСЯ">
</form>
</section>
</main>
<footer class="main-footer">
<ul class="social-media-list">
<li class="social-media-item">
<span class="visually-hidden">вконтакте.</span>
<a class="social-media-link media-vk" href="https://vk.com/htmlacademy">
<svg class="social-media-svg" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="25" height="15" fill="none" viewBox="0 0 25 15">
<path fill="#83B3D3" fill-rule="evenodd" d="M24.12 1.8c.16-.54 0-.94-.8-.94H20.7c-.67 0-.98.34-1.15.73 0 0-1.33 3.2-3.22 5.27-.61.6-.9.8-1.23.8-.16 0-.41-.2-.41-.75v-5.1c0-.66-.19-.95-.74-.95H9.82c-.42 0-.67.3-.67.59 0 .62.95.76 1.04 2.51v3.8c0 .83-.15.98-.48.98-.9 0-3.06-3.2-4.34-6.88-.25-.72-.5-1-1.18-1H1.57c-.75 0-.9.34-.9.73 0 .68.89 4.07 4.14 8.55 2.17 3.06 5.23 4.72 8 4.72 1.68 0 1.88-.37 1.88-1v-2.32c0-.74.16-.88.7-.88.38 0 1.05.19 2.6 1.66 1.79 1.75 2.08 2.54 3.08 2.54h2.63c.75 0 1.12-.37.9-1.1-.23-.72-1.08-1.77-2.2-3.02-.62-.71-1.54-1.48-1.82-1.86-.39-.5-.28-.71 0-1.15 0 0 3.2-4.42 3.54-5.93Z" clip-rule="evenodd"/>
</svg>
</a>
</li>
<li class="social-media-item">
<span class="visually-hidden">телеграм.</span>
<a class="social-media-link media-telegram" href="https://t.me/htmlacademy ">
<svg class="social-media-svg" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="18" height="16" fill="none" viewBox="0 0 18 16">
<path fill="#83B3D3" d="M16.79.1.84 6.25c-1.09.43-1.08 1.04-.2 1.31l4.1 1.28 9.47-5.98c.44-.27.85-.12.52.18L7.05 9.96l-.28 4.22c.41 0 .6-.19.83-.41l1.99-1.93 4.13 3.05c.77.42 1.31.2 1.5-.7l2.72-12.8c.28-1.12-.43-1.62-1.16-1.3Z"/>
</svg>
</a>
</li>
<li class="social-media-item">
<span class="visually-hidden">youtube.</span>
<a class="social-media-link media-youtube" href="https://www.youtube.com/user/htmlacademyru">
<svg class="social-media-svg" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="22" height="17" fill="none" viewBox="0 0 22 17">
<path fill="#83B3D3" d="M18.6 0H3.18C1.31 0 0 1.6 0 3.4v10.1C0 15.4 1.31 17 3.17 17h15.66c1.64 0 3.17-1.6 3.17-3.4V3.4C21.78 1.6 20.47 0 18.6 0ZM7.67 12.54V4.46L15 8.5l-7.33 4.04Z"/>
</svg>
</a>
</li>
</ul>
<a class="footer-contact-tel" href="tel:+78128121212">+7 (812) 812-12-12</a>
<a class="footer-contact-link" href="https://htmlacademy.ru/">
<svg class="footer-contact-link-svg" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="115" height="34" fill="none" viewBox="0 0 115 34">
<path fill="#000" d="M0 13.26v2.6h2.5v-2.6H0ZM11.6 4.86c-1.6 0-2.8.7-3.6 1.7h-.1V.36h-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.16h-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.96c-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.06c0 1.7 1 2.7 2.8 2.7h2v-2h-1.7c-.7 0-1.1-.4-1.1-1.1V.36h-2v12.7ZM28.9 20.06c-.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.36c-.5-2.4-2.6-4.1-5.4-4.1a5.4 5.4 0 0 0-5.6 5.6c0 3.1 2.2 5.6 5.6 5.6 2.8 0 4.9-1.8 5.4-4.2h-2.1a3.4 3.4 0 0 1-3.3 2.3c-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.06c-.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.16c-.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.26c-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.26c-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.36l-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>
<span class="visually-hidden">HTML Academy.</span>
</a>
</footer>
<div class="modal-container visually-hidden">
<div class="modal modal-auth">
<h3 class="modal-title">Поиск гостиницы в Седоне</h3>
<button type="button" class="modal-close">
<svg class="modal-close-svg" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 1.29231L12.7077 0L7 5.70769L1.29231 0L0 1.29231L5.70769 7L0 12.7077L1.29231 14L7 8.29231L12.7077 14L14 12.7077L8.29231 7L14 1.29231Z" fill="black"/>
</svg>
<span class="visually-hidden">Закрыть.</span>
</button>
<form class="modal-form" action="https://echo.htmlacademy.ru/" method="post">
<ul class="modal-form-list">
<li class="modal-form-item">
<label class="modal-label-arrival" for="arrival-date">
Дата Заезда:
</label>
<input class="modal-inpit-date modal-arrival-date" type="text" name="arrival-date" id="arrival-date" value="27 апреля 2020" required>
<span class="modal-alert modal-alert-wrong">Мы не можем отправить вас в прошлое.</span>
</li>
<li class="modal-form-item">
<label class="modal-label-departure" for="departure-date">
Дата Выезда:
</label>
<input class="modal-inpit-date modal-departure-date" type="text" id="departure-date" name="departure-date" value="1 сентября 2023" required>
<span class="modal-alert">На эти даты есть свободные номера. Пока есть.</span>
</li>
<li class="modal-form-item-mini">
<div class="corent-container">
<label class="modal-label-mini modal-counter-people" for="counter-people">
Взрослые:
</label>
<button type="button" class="min-curent">
<svg class="svg-sum-min" width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0L0 2L14 2V0L0 0Z" fill="#756157" fill-opacity="0.3"/>
</svg>
</button>
<input class="modal-counter modal-inpit-people-counter" name="number-of-adults" id="counter-people" type="number" placeholder="2" required>
<button type="button" class="sum-curent">
<svg class="svg-sum-min" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 6H8V0H6V6H0V8H6V14H8V8H14V6Z" fill="#756157" fill-opacity="0.3"/>
</svg>
</button>
</div>
<div class="corent-container">
<span class="modal-label-mini">
<label class="modal-label-mini modal-counter-children" for="counter-children">
Дети:
</label>
<span class="tooltip">
<button type="button" class="tooltip-toggle" aria-labelledby="tooltip-label-date">
<svg class="tooltip-icon" width="2" height="12" viewBox="0 0 2 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H2V2H0V0ZM2 12H0V3H2V12Z" fill="white"/>
</svg>
</button>
<span role="tooltip" class="tooltip-text" id="tooltip-label-date">Укажите количество детей, которые будут с вами, возраст которых от 6 до 18 лет. Дети до 6 лет размещаются бесплатно.</span>
</span>
</span>
<button type="button" class="min-curent">
<svg class="svg-sum-min" width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0L0 2L14 2V0L0 0Z" fill="#756157" fill-opacity="0.3"/>
</svg>
</button>
<input class="modal-counter modal-inpit-children-counter" name="number-of-children" id="counter-children" type="number" placeholder="2" required>
<button type="button" class="sum-curent">
<svg class="svg-sum-min" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 6H8V0H6V6H0V8H6V14H8V8H14V6Z" fill="#756157" fill-opacity="0.3"/>
</svg>
</button>
</div>
</li>
</ul>
<button type="submit" class="modal-botton-search">найти</button>
</form>
</div>
</div>
</div>
</body>
</html>