-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
416 lines (409 loc) · 25.8 KB
/
index.html
File metadata and controls
416 lines (409 loc) · 25.8 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Седона</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="icon" href="favicon.ico">
<link rel="icon" type="image/png" href="images/favicon32.png">
</head>
<body class="index">
<div class="container">
<header class="page-header" data-test="header">
<nav class="navigation">
<a class="logo-link" href="index.html" aria-current="page">
<img class="logo-image" src="images/logo.svg" width="140" height="70" alt="Логотип сайта Седона">
</a>
<ul class="nav-menu">
<li class="nav-item">
<a class="nav-link nav-link-active" href="index.html" aria-current="page">Главная </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">О Седоне </a>
</li>
<li class="nav-item">
<a class="nav-link" href="catalogue.html">Гостиницы </a>
</li>
</ul>
<ul class="user-menu">
<li class="user-item">
<a class="user-link user-link-search" href="search.html">
<span class="visually-hidden"> Поиск </span>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M19.5 18.0083L15.8 14.3287C16.8 13.0359 17.5 11.3453 17.5 9.4558C17.5 5.08011 13.9 1.5 9.5 1.5C5.1 1.5 1.5 5.17956 1.5 9.55525C1.5 13.9309 5.1 17.511 9.5 17.511C11.3 17.511 13 16.9144 14.4 15.8204L18.1 19.5L19.5 18.0083ZM9.5 15.5221C6.2 15.5221 3.5 12.837 3.5 9.55525C3.5 6.27348 6.2 3.5884 9.5 3.5884C12.8 3.5884 15.5 6.27348 15.5 9.55525C15.5 12.837 12.8 15.5221 9.5 15.5221Z"
fill="currentColor" />
</svg>
</a>
</li>
<li class="user-item">
<a class="user-link user-link-favourite" href="favorite.html">
<span class="visually-hidden"> Избранное </span>
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M8.9 17C8.6 17 8.3 16.9 8.1 16.6C2.7 10.5 1.4 9.1 1.1 8.7C0.4 7.8 0 6.6 0 5.4C0 2.4 2.4 0 5.5 0C6.8 0 8 0.5 9 1.3C10 0.5 11.3 0 12.5 0C15.5 0 18 2.4 18 5.4C18 6.7 17.5 7.9 16.7 8.8L9.7 16.7C9.5 16.9 9.3 17 8.9 17ZM2.9 7.5C3.2 7.9 6.4 11.5 9 14.4L15.2 7.4C15.7 6.9 15.9 6.2 15.9 5.4C15.9 3.6 14.4 2.1 12.6 2.1C11.6 2.1 10.6 2.6 9.9 3.4C9.6 3.7 9.3 3.8 9 3.8C8.7 3.8 8.4 3.6 8.2 3.4C7.5 2.6 6.5 2.1 5.5 2.1C3.7 2.1 2.2 3.6 2.2 5.4C2.1 6.3 2.5 7 2.9 7.5C2.8 7.5 2.8 7.5 2.9 7.5Z"
fill="currentColor" />
</svg>
<span class="fav-count"> 12 </span>
</a>
</li>
<li class="user-item">
<a class="button button-login" href="form.html">Хочу сюда!</a>
</li>
</ul>
</nav>
</header>
<main class="main-index" data-test="main">
<section class="welcome" data-test="hero">
<h1 class="visually-hidden">Сайт "Седона"</h1>
<img class="welcome-logo" src="images/welcome.svg" width="458" height="352"
alt="Добро пожаловать в прекрасную Седону">
</section>
<section class="advantages" data-test="advantages">
<h2 class="welcome-slogan">
Седона — небольшой городок в Аризоне, заслуживающий большего!
</h2>
<p class="slogan-description">
Рассмотрим причины, по которым Седона круче, чем Гранд-Каньон!
</p>
<ul class="advantages-list">
<li class="advantages-item advantage-with-image">
<div class="advantage-wrapper">
<h3 class="advantage-title">Настоящий городок</h3>
<p class="advantage-description">
Седона — не аттракцион для туристов, там течёт своя жизнь
</p>
</div>
<img class="advantage-image" src="images/sedona-town.jpg" width="800" height="385" alt="Красоты Седоны">
</li>
<li class="advantages-item advantage-without-image">
<div class="advantage-wrapper">
<h3 class="advantage-title">Небольшая площадь
</h3>
<p class="advantage-description">
Все достопримечательности находятся очень близко
</p>
</div>
</li>
<li class="advantages-item advantage-without-image">
<div class="advantage-wrapper">
<h3 class="advantage-title">Красивая дорога</h3>
<p class="advantage-description">
Ехать в Седону из Лас-Вегаса совсем не скучно!
</p>
</div>
</li>
<li class="advantages-item advantage-without-image">
<div class="advantage-wrapper">
<h3 class="advantage-title">Мало туристов</h3>
<p class="advantage-description">
Большинство едет в Гранд Каньон и толпится там
</p>
</div>
</li>
<li class="advantages-item advantage-with-image image-reversed">
<img class="advantage-image" src="images/sedona-bridge.jpg" width="800" height="385"
alt="Колоритный мост в Седоне">
<div class="advantage-wrapper">
<h3 class="advantage-title">Там есть <br> мост дьявола</h3>
<p class="advantage-description">
Да, по нему можно пройти! Если вы осмелитесь, разумеется
</p>
</div>
</li>
</ul>
</section>
<section class="service-users" data-test="service">
<h2 class="visually-hidden">Список услуг</h2>
<p class="service-users-title">
Приезжайте в Седону отдохнуть в комфорте и уюте!
</p>
<p class="service-users-description">
Опытный персонал и качественное обслуживание!
</p>
<ul class="service-list">
<li class="service-item service-item-house">
<h3 class="service-title">Жильё</h3>
<p class="service-description">
Рекомендуем пожить в настоящем мотеле, <br>
всё как в кино!
</p>
</li>
<li class="service-item service-item-food">
<h3 class="service-title">Еда</h3>
<p class="service-description">
Всегда заказывайте <br>
топовый фирменный бургер, вы не разочаруетесь!
</p>
</li>
<li class="service-item service-item-presents">
<h3 class="service-title">Сувениры</h3>
<p class="service-description">
Не только китайского, <br>
но и настоящего местного производства!
</p>
</li>
</ul>
</section>
<section class="hotel-search" data-test="search">
<h2 class="visually-hidden">Бронирование отеля</h2>
<p class="hotel-search-title">Заинтересовались?</p>
<p class="hotel-search-description">
Укажите предполагаемые даты поездки, <br>
и мы покажем вам лучшие предложения гостиниц в Седоне
</p>
<button class="button button-search" type="button">Поиск гостиницы в Седоне </button>
</section>
<section class="subscription" data-test="subscribe">
<h2 class="subscription-title">Подпишитесь на рассылку</h2>
<p class="subscription-description">
Только полезная информация и никакого спама, честное бойскаутское!
</p>
<form class="subscription-form" action="https://echo.htmlacademy.ru" method="post">
<label class="subscription-label">
<span class="visually-hidden">Введите электропочту</span>
<input class="subscription-field" placeholder="Ваш e-mail" name="e-mail" required>
</label>
<button class="button button-subscription" type="submit">
Подписаться
</button>
</form>
</section>
</main>
<footer class="page-footer" data-test="footer">
<section class="footer-contacts">
<h2 class="visually-hidden">Мы в соцсетях</h2>
<ul class="footer-contacts-list">
<li class="footer-contacts-item">
<a class="footer-contacts-link" href="https://vk.com/htmlacademy">
<span class="visually-hidden">Вконтакте</span>
<svg class="social-icon" width="24" height="14" viewBox="0 0 24 14" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M23.45 0.948C23.616 0.402 23.45 0 22.655 0H20.03C19.362 0 19.054 0.347 18.887 0.73C18.887 0.73 17.552 3.926 15.661 6.002C15.049 6.604 14.771 6.795 14.437 6.795C14.27 6.795 14.019 6.604 14.019 6.057V0.948C14.019 0.292 13.835 0 13.279 0H9.151C8.734 0 8.483 0.304 8.483 0.593C8.483 1.214 9.429 1.358 9.526 3.106V6.904C9.526 7.737 9.373 7.888 9.039 7.888C8.149 7.888 5.984 4.677 4.699 1.003C4.45 0.288 4.198 0 3.527 0H0.9C0.15 0 0 0.347 0 0.73C0 1.412 0.89 4.8 4.145 9.281C6.315 12.341 9.37 14 12.153 14C13.822 14 14.028 13.632 14.028 12.997V10.684C14.028 9.947 14.186 9.8 14.715 9.8C15.105 9.8 15.772 9.992 17.33 11.467C19.11 13.216 19.403 14 20.405 14H23.03C23.78 14 24.156 13.632 23.94 12.904C23.702 12.18 22.852 11.129 21.725 9.882C21.113 9.172 20.195 8.407 19.916 8.024C19.527 7.533 19.638 7.314 19.916 6.877C19.916 6.877 23.116 2.451 23.449 0.948H23.45Z" />
</svg>
</a>
</li>
<li class="footer-contacts-item">
<a class="footer-contacts-link" href="https://t.me/htmlacademy">
<span class="visually-hidden">Телеграм</span>
<svg class="social-icon" width="18" height="16" viewBox="0 0 18 16" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path
d="M16.785 0.0992597L0.840489 6.24776C-0.247661 6.68481 -0.241365 7.29184 0.640845 7.56253L4.73445 8.83953L14.2058 2.8637C14.6537 2.59121 15.0629 2.7378 14.7265 3.03636L7.05283 9.96185H7.05103L7.05283 9.96275L6.77045 14.1823C7.18413 14.1823 7.36669 13.9925 7.59871 13.7686L9.58705 11.8351L13.7229 14.89C14.4855 15.31 15.0332 15.0941 15.2229 14.1841L17.9379 1.38885C18.2158 0.274623 17.5126 -0.229883 16.785 0.0992597Z" />
</svg>
</a>
</li>
<li class="footer-contacts-item">
<a class="footer-contacts-link" href="https://www.youtube.com/htm-userlacademy.ru">
<span class="visually-hidden">Youtube</span>
<svg class="social-icon" width="22" height="17" viewBox="0 0 22 17" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path
d="M18.607 0H3.17413C1.31343 0 0 1.59375 0 3.4V13.4937C0 15.4062 1.31343 17 3.17413 17H18.8259C20.4677 17 22 15.4062 22 13.6V3.4C21.7811 1.59375 20.4677 0 18.607 0ZM7.66169 12.5375V4.4625L14.995 8.5L7.66169 12.5375Z" />
</svg>
</a>
</li>
</ul>
</section>
<section class="footer-phone">
<h3 class="visually-hidden">Телефон</h3>
<a class="footer-phone" href="tel:+78128121212">
+7 (812) 812-12-12
</a>
</section>
<section class="htmlacademy">
<h2 class="visually-hidden">HTML Academy</h2>
<a class="htmlacademy-link" href="https://htmlacademy.ru/intensive/htmlcss" target="_blank"
rel="noopener noreferrer">
<svg role="img" width="115" height="33" viewBox="0 0 115 33" xmlns="http://www.w3.org/2000/svg">
<path d="M0 12.9V15.5H2.5V12.9H0Z" fill="currentColor" />
<path
d="M11.6 4.5C10 4.5 8.8 5.2 8 6.2H7.9V0H5.9V15.5H7.9V10.2C7.9 8.1 9.2 6.6 11.2 6.6C13 6.6 14.1 8 14.1 9.8V15.5H16.1V9.4C16.2 6.4 14.3 4.5 11.6 4.5Z"
fill="currentColor" />
<path
d="M26.6 4.8H21.8V1.1H19.8V4.9H17.9V6.9H19.8V12.9C19.8 14.6 20.8 15.6 22.5 15.6H26.6V13.6H22.9C22.2 13.6 21.8 13.2 21.8 12.5V6.8H26.6V4.8Z"
fill="currentColor" />
<path
d="M41.1 4.6C39.5 4.6 38.2 5.4 37.6 6.7H37.5C36.9 5.5 35.7 4.6 34.1 4.6C32.7 4.6 31.6 5.4 31 6.4H30.9V4.8H29V15.4H31V10C31 8 32 6.5 33.6 6.5C35.1 6.5 36 7.5 36 9.1V15.4H38V9.8C38 7.4 39.4 6.5 40.6 6.5C42.1 6.5 43 7.5 43 9.1V15.4H45V8.9C45.1 6.4 43.6 4.6 41.1 4.6Z"
fill="currentColor" />
<path d="M47.8 12.7C47.8 14.4 48.8 15.4 50.6 15.4H52.6V13.4H50.9C50.2 13.4 49.8 13 49.8 12.3V0H47.8V12.7Z"
fill="currentColor" />
<path
d="M28.9 19.7C28 18.6 26.7 17.9 25 17.9C21.9 17.9 19.6 20.2 19.6 23.5C19.6 26.8 21.9 29.1 25 29.1C26.8 29.1 28 28.3 28.8 27.2H28.9V28.8H30.9V18.2H28.9V19.7ZM25.3 27.1C23.1 27.1 21.7 25.5 21.7 23.5C21.7 21.5 23.1 19.9 25.3 19.9C27.5 19.9 28.9 21.5 28.9 23.5C28.9 25.4 27.5 27.1 25.3 27.1Z"
fill="currentColor" />
<path
d="M44.2 22C43.7 19.6 41.6 17.9 38.8 17.9C35.4 17.9 33.2 20.4 33.2 23.5C33.2 26.6 35.4 29.1 38.8 29.1C41.6 29.1 43.7 27.3 44.2 24.9H42.1C41.7 26.2 40.4 27.2 38.8 27.2C36.6 27.2 35.2 25.6 35.2 23.6C35.2 21.6 36.6 20 38.8 20C40.4 20 41.6 21 42.1 22.2H44.2V22Z"
fill="currentColor" />
<path
d="M55.1 19.7C54.2 18.6 52.9 17.9 51.2 17.9C48.1 17.9 45.8 20.2 45.8 23.5C45.8 26.8 48.1 29.1 51.2 29.1C53 29.1 54.2 28.3 55 27.2H55.1V28.8H57.1V18.2H55.1V19.7ZM51.5 27.1C49.3 27.1 47.9 25.5 47.9 23.5C47.9 21.5 49.3 19.9 51.5 19.9C53.7 19.9 55.1 21.5 55.1 23.5C55.1 25.4 53.6 27.1 51.5 27.1Z"
fill="currentColor" />
<path
d="M68.7 19.8C67.8 18.7 66.5 17.9 64.8 17.9C61.7 17.9 59.4 20.2 59.4 23.5C59.4 26.8 61.6 29.1 64.8 29.1C66.5 29.1 67.8 28.3 68.6 27.3H68.7V28.8H70.7V13.4H68.7V19.8ZM65.1 27.1C62.9 27.1 61.5 25.5 61.5 23.5C61.5 21.5 62.9 19.9 65.1 19.9C67.3 19.9 68.7 21.5 68.7 23.5C68.6 25.5 67.2 27.1 65.1 27.1Z"
fill="currentColor" />
<path
d="M78.3 17.9C75 17.9 72.8 20.4 72.8 23.5C72.8 26.5 74.9 29.1 78.3 29.1C80.8 29.1 82.8 27.8 83.5 25.5H81.4C80.9 26.5 79.8 27.1 78.4 27.1C76.5 27.1 75.1 25.8 75 24.2H83.8C84 20.6 81.8 17.9 78.3 17.9ZM78.3 19.8C80 19.8 81.3 20.8 81.6 22.4H75.1C75.4 20.9 76.6 19.8 78.3 19.8Z"
fill="currentColor" />
<path
d="M98.2 17.9C96.6 17.9 95.3 18.7 94.6 19.9H94.5C93.9 18.7 92.7 17.9 91.1 17.9C89.7 17.9 88.6 18.6 88 19.7V18.2H86.1V28.8H88.1V23.4C88.1 21.4 89.1 20 90.7 19.9C92.2 19.9 93.1 20.9 93.1 22.5V28.8H95.1V23.2C95.1 20.8 96.5 19.9 97.7 19.9C99.2 19.9 100.1 20.9 100.1 22.5V28.8H102.1V22.3C102.2 19.7 100.7 17.9 98.2 17.9Z"
fill="currentColor" />
<path
d="M109.4 27L105.8 18.1H103.6L108.4 29.7C108.1 30.6 107.7 30.9 106.7 30.9H104.2V32.9H106.7C108.5 32.9 109.5 32.1 110.2 30.3L114.9 18.1H112.8L109.4 27Z"
fill="currentColor" />
</svg>
</a>
</section>
</footer>
</div>
<div class="modal modal-closed">
<div class="modal-wrapper">
<button class="button modal-close-button" type="button">
<span class="visually-hidden">Закрыть модальное окно</span>
</button>
<section class="modal-search">
<h2 class="modal-title">Поиск гостиницы в Седоне</h2>
<form class="modal-form" action="https://echo.htmlacademy.ru/" method="post">
<fieldset class="field-dates">
<label class="check-in-label" for="check-in">Дата заезда:</label>
<input class="check-in-input" type="text" name="check-in-date" id="check-in" value="27 апреля 2020"
placeholder="Укажите дату" required>
<button class="calendar-check-in" type="button">
<span class="visually-hidden">Выбрать дату</span>
<svg width="16" height="15" viewBox="0 0 16 15" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.75 10C6.05 10 6.25 9.8 6.25 9.5C6.25 9.2 6.05 9 5.75 9C5.45 9 5.25 9.2 5.25 9.5C5.25 9.8 5.45 10 5.75 10Z"
fill="black" />
<path
d="M15 2H13V0H12V2H4V0H3V2H1C0.4 2 0 2.4 0 3V14C0 14.5 0.4 15 1 15H15C15.5 15 16 14.5 16 14V3C16 2.4 15.5 2 15 2ZM15 14H1V7H15V14ZM1 6V3H3V5H4V3H12V5H13V3H15V6H1Z"
fill="black" />
<path d="M8 10C8.3 10 8.5 9.8 8.5 9.5C8.5 9.2 8.3 9 8 9C7.7 9 7.5 9.2 7.5 9.5C7.5 9.8 7.7 10 8 10Z"
fill="black" />
<path
d="M10.25 10C10.55 10 10.75 9.8 10.75 9.5C10.75 9.2 10.55 9 10.25 9C9.95 9 9.75 9.2 9.75 9.5C9.75 9.8 9.95 10 10.25 10Z"
fill="black" />
<path
d="M5.75 11C5.45 11 5.25 11.2 5.25 11.5C5.25 11.8 5.45 12 5.75 12C6.05 12 6.25 11.8 6.25 11.5C6.25 11.2 6.05 11 5.75 11Z"
fill="black" />
<path d="M3.5 10C3.8 10 4 9.8 4 9.5C4 9.2 3.8 9 3.5 9C3.2 9 3 9.2 3 9.5C3 9.8 3.2 10 3.5 10Z"
fill="black" />
<path d="M3.5 11C3.2 11 3 11.2 3 11.5C3 11.8 3.2 12 3.5 12C3.8 12 4 11.8 4 11.5C4 11.2 3.8 11 3.5 11Z"
fill="black" />
<path
d="M8 11C7.7 11 7.5 11.2 7.5 11.5C7.5 11.8 7.7 12 8 12C8.3 12 8.5 11.8 8.5 11.5C8.5 11.2 8.3 11 8 11Z"
fill="black" />
<path
d="M10.25 11C9.95 11 9.75 11.2 9.75 11.5C9.75 11.8 9.95 12 10.25 12C10.55 12 10.75 11.8 10.75 11.5C10.75 11.2 10.55 11 10.25 11Z"
fill="black" />
<path
d="M12.5 10C12.8 10 13 9.8 13 9.5C13 9.2 12.8 9 12.5 9C12.2 9 12 9.2 12 9.5C12 9.8 12.2 10 12.5 10Z"
fill="black" />
<path
d="M12.5 11C12.2 11 12 11.2 12 11.5C12 11.8 12.2 12 12.5 12C12.8 12 13 11.8 13 11.5C13 11.2 12.8 11 12.5 11Z"
fill="black" />
</svg>
</button>
<span class="wrong-date">Мы не можем отправить вас в прошлое.</span>
</fieldset>
<fieldset class="field-dates">
<label class="check-out-label" for="check-out">Дата выезда:</label>
<input class="check-out-input" type="text" name="check-out-date" id="check-out" value="1 сентября 2023"
placeholder="Укажите дату" required>
<button class="calendar-check-out" type="button">
<span class="visually-hidden">Выбрать дату</span>
<svg width="16" height="15" viewBox="0 0 16 15" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.75 10C6.05 10 6.25 9.8 6.25 9.5C6.25 9.2 6.05 9 5.75 9C5.45 9 5.25 9.2 5.25 9.5C5.25 9.8 5.45 10 5.75 10Z"
fill="black" />
<path
d="M15 2H13V0H12V2H4V0H3V2H1C0.4 2 0 2.4 0 3V14C0 14.5 0.4 15 1 15H15C15.5 15 16 14.5 16 14V3C16 2.4 15.5 2 15 2ZM15 14H1V7H15V14ZM1 6V3H3V5H4V3H12V5H13V3H15V6H1Z"
fill="black" />
<path d="M8 10C8.3 10 8.5 9.8 8.5 9.5C8.5 9.2 8.3 9 8 9C7.7 9 7.5 9.2 7.5 9.5C7.5 9.8 7.7 10 8 10Z"
fill="black" />
<path
d="M10.25 10C10.55 10 10.75 9.8 10.75 9.5C10.75 9.2 10.55 9 10.25 9C9.95 9 9.75 9.2 9.75 9.5C9.75 9.8 9.95 10 10.25 10Z"
fill="black" />
<path
d="M5.75 11C5.45 11 5.25 11.2 5.25 11.5C5.25 11.8 5.45 12 5.75 12C6.05 12 6.25 11.8 6.25 11.5C6.25 11.2 6.05 11 5.75 11Z"
fill="black" />
<path d="M3.5 10C3.8 10 4 9.8 4 9.5C4 9.2 3.8 9 3.5 9C3.2 9 3 9.2 3 9.5C3 9.8 3.2 10 3.5 10Z"
fill="black" />
<path d="M3.5 11C3.2 11 3 11.2 3 11.5C3 11.8 3.2 12 3.5 12C3.8 12 4 11.8 4 11.5C4 11.2 3.8 11 3.5 11Z"
fill="black" />
<path
d="M8 11C7.7 11 7.5 11.2 7.5 11.5C7.5 11.8 7.7 12 8 12C8.3 12 8.5 11.8 8.5 11.5C8.5 11.2 8.3 11 8 11Z"
fill="black" />
<path
d="M10.25 11C9.95 11 9.75 11.2 9.75 11.5C9.75 11.8 9.95 12 10.25 12C10.55 12 10.75 11.8 10.75 11.5C10.75 11.2 10.55 11 10.25 11Z"
fill="black" />
<path
d="M12.5 10C12.8 10 13 9.8 13 9.5C13 9.2 12.8 9 12.5 9C12.2 9 12 9.2 12 9.5C12 9.8 12.2 10 12.5 10Z"
fill="black" />
<path
d="M12.5 11C12.2 11 12 11.2 12 11.5C12 11.8 12.2 12 12.5 12C12.8 12 13 11.8 13 11.5C13 11.2 12.8 11 12.5 11Z"
fill="black" />
</svg>
</button>
<span class="right-date">На эти даты есть свободные номера. Пока есть.</span>
</fieldset>
<div class="persons-count">
<label class="adults-label" for="adults">Взрослые:</label>
<div class="persons-count-wrapper">
<button class="minus-button" type="button">
<span class="visually-hidden">Убавить количество взрослых</span>
<svg 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="currentColor" />
</svg>
</button>
<input class="persons-count-input" type="text" name="adults-count" id="adults" value="2" placeholder="2"
required>
<button class="plus-button" type="button">
<span class="visually-hidden">Добавить количество взрослых</span>
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 6H8V0H6V6H0V8H6V14H8V8H14V6Z" fill="currentColor" />
</svg>
</button>
</div>
</div>
<div class="persons-count">
<label class="children-label" for="children">Дети:</label>
<span class="tooltip">
<button class="tooltip-button" type="button" aria-labelledby="tooltip-label-children">
<span class="visually-hidden">Показать дополнительную информацию</span>
<svg 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 class="tooltip-text" id="tooltip-label-children" role="tooltip">
<span class="tooltip-content">
Укажите количество детей, которые будут с вами, возраст
которых от 6 до 18 лет. Дети до 6 лет размещаются
бесплатно.
</span>
</span>
</span>
<div class="persons-count-wrapper">
<button class="minus-button" type="button">
<span class="visually-hidden">Убавить количество детей</span>
<svg 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="currentColor" />
</svg>
</button>
<input class="persons-count-input" type="text" name="children-count" id="children" value="2"
placeholder="2" required>
<button class="plus-button" type="button">
<span class="visually-hidden">Добавить количество детей</span>
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 6H8V0H6V6H0V8H6V14H8V8H14V6Z" fill="currentColor" />
</svg>
</button>
</div>
</div>
<button class="button modal-submit-button" type="submit">Найти</button>
</form>
</section>
</div>
</div>
<script src="./scripts/script.js"></script>
</body>
</html>