forked from ART89-prog/p10_new
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
371 lines (295 loc) · 16.7 KB
/
index3.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Переключение IE в последнию версию, на случай если в настройках пользователя стоит меньшая -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Адаптирование страницы для мобильных устройств -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Запрет распознования номера телефона -->
<meta name="format-detection" content="telephone=no">
<meta name="SKYPE_TOOLBAR" content ="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
<!-- Заголовок страницы -->
<title>Заголовок страницы</title>
<!-- Данное значение часто используют(использовали) поисковые системы -->
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Традиционная иконка сайта, размер 16x16, прозрачность поддерживается. Рекомендуемый формат: .ico или .png -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Подключение шрифтов с гугла -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<!-- Подключение файлов стилей -->
<link rel="stylesheet" href="css/fancybox.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/ion.rangeSlider.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/response_1185.css" media="(max-width: 1185px)">
<link rel="stylesheet" href="css/response_1023.css" media="(max-width: 1023px)">
<link rel="stylesheet" href="css/response_767.css" media="(max-width: 767px)">
<link rel="stylesheet" href="css/response_479.css" media="(max-width: 479px)">
</head>
<body>
<div class="wrap">
<div class="main">
<!-- Шапка -->
<header>
<button type="button" class="close">
<span></span>
<span></span>
</button>
<div class="mob_scroll">
<div class="info">
<div class="cont flex">
<div class="logo logo-mob">
<div class="name resizeble-font" data-ratio="1.5"><a href="">ЗАПОЛЯРЬЕ</a></div>
<div class="desc resizeble-font2" data-ratio="1.5">ГОСТИННИЦА</div>
</div>
<div class="contacts">
<div class="phones">
<a href="tel:88001231213">
<img data-src="images/ic_phone.svg" alt="" class="lozad loaded" src="images/ic_phone.svg" data-loaded="true">
<span>8 800 123-12-13</span>
</a>
</div>
</div>
<div class="socials">
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc1.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc2.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc3.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
</div>
</div>
</div>
<div class="bottom">
<div class="cont">
<ul class="menu flex">
<li class="item">
<a href="/">ГЛАВНАЯ</a>
</li>
<li class="item">
<a href="/" class="active">ПРОЕКТЫ</a>
</li>
<li class="item">
<a href="#" class="sub_link">
<span>ГАЛЕРЕЯ</span>
</a>
<div class="sub_menu">
<div class="item"><a href="/">КАТЕГОРИИ</a></div>
<div class="item">
<a href="/" class="sub_link"><span>ТОВАРЫ</span></a>
<div class="sub_menu">
<div><a href="/">КАТЕГОРИИ</a></div>
<div><a href="/">ТОВАРЫ</a></div>
<div><a href="/">ПРОДУКТЫ</a></div>
<div><a href="/">ФОТОГРАФИИ</a></div>
</div>
</div>
<div class="item"><a href="/">ПРОДУКТЫ</a></div>
<div class="item"><a href="/">ФОТОГРАФИИ</a></div>
</div>
</li>
<li class="item">
<a href="/">Услуги</a>
</li>
<li class="item">
<a href="/">Цены</a>
</li>
<li class="item">
<a href="/">О нас</a>
</li>
<li class="item">
<a href="/">Статьи</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="mob_header">
<div class="cont">
<div class="logo">
<a href="/">
<div class="name resizeble-font3" data-ratio="1.5">ЗАПОЛЯРЬЕ</div>
<div class="desc">ГОСТИННИЦА</div>
</a>
</div>
<div class="bg">
<div class="contacts">
<a href="tel:88001231213">
<img data-src="images/ic_phone.svg" alt="" class="lozad loaded" src="images/ic_phone.svg" data-loaded="true">
</a>
</div>
<div class="socials">
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc1.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc2.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc3.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
<a href="/" target="_blank" rel="noopener nofollow">
<img src="images/ic_soc4.svg" alt="">
</a>
</div>
</div>
<button type="button" class="mob_menu_link">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
<!-- End Шапка -->
<!-- Основная часть -->
<section class="main_slider">
<div class="slider owl-carousel">
<div class="slide">
<div class="cont">
<div class="btns">
<div class="customPreviousBtn"><svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.2221 9.56434L10.2265 15.5688C10.8771 16.2193 10.8771 17.2753 10.2265 17.9259C9.57595 18.5765 8.51995 18.5765 7.86938 17.9259L0.618811 10.6753C0.00438234 10.0609 0.00438234 9.0662 0.618811 8.45334L7.86938 1.20277C8.51995 0.552201 9.57595 0.552201 10.2265 1.20277C10.8771 1.85334 10.8771 2.90934 10.2265 3.55992L4.2221 9.56434Z" fill="white"/></svg></div>
<div class="customNextBtn"><svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.77793 9.56434L0.773505 15.5688C0.122933 16.2193 0.122933 17.2753 0.773505 17.9259C1.42408 18.5765 2.48008 18.5765 3.13065 17.9259L10.3812 10.6753C10.9956 10.0609 10.9956 9.0662 10.3812 8.45334L3.13065 1.20277C2.48008 0.552201 1.42408 0.552201 0.773505 1.20277C0.122933 1.85334 0.122933 2.90934 0.773505 3.55992L6.77793 9.56434Z" fill="white"/></svg></div>
</div>
<div class="info">
<div class="title">Гостинница «Заполярье»<br>
мы всегда вам рады!</div>
<div class="desc">Выгодное расположение в непосредственной близости от жилых домов.<br> Широкий товарный ассортимент, удовлетворяющий любым <br>требованиям покупателей</div>
<a href="/" class="link">
<span>Позвонить Нам </span>
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="45" height="45" rx="1" fill="white"></rect>
<path d="M25.4425 16C25.1904 16 24.9381 16.1045 24.746 16.3101L24.6613 16.4005C24.2761 16.8116 24.2761 17.4772 24.6613 17.8873L28.4671 21.9494H13.5C12.9562 21.9494 12.5149 22.4205 12.5149 23.0009C12.5149 23.5813 12.9562 24.0523 13.5 24.0523H28.4671L24.6613 28.1145C24.2761 28.5256 24.2761 29.1912 24.6613 29.6013L24.746 29.6917C25.1312 30.1028 25.7548 30.1028 26.139 29.6917L31.7111 23.7443C32.0963 23.3332 32.0963 22.6675 31.7111 22.2575L26.139 16.3101C25.9464 16.1045 25.6946 16 25.4425 16Z" fill="#235049"></path>
</svg>
</a>
</div>
</div>
<div class="bg lozad" data-background-image="images/tmp/main_slider_img.jpg"></div>
</div>
<div class="slide">
<div class="cont">
<div class="btns">
<div class="customPreviousBtn"><svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.2221 9.56434L10.2265 15.5688C10.8771 16.2193 10.8771 17.2753 10.2265 17.9259C9.57595 18.5765 8.51995 18.5765 7.86938 17.9259L0.618811 10.6753C0.00438234 10.0609 0.00438234 9.0662 0.618811 8.45334L7.86938 1.20277C8.51995 0.552201 9.57595 0.552201 10.2265 1.20277C10.8771 1.85334 10.8771 2.90934 10.2265 3.55992L4.2221 9.56434Z" fill="white"/></svg></div>
<div class="customNextBtn"><svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.77793 9.56434L0.773505 15.5688C0.122933 16.2193 0.122933 17.2753 0.773505 17.9259C1.42408 18.5765 2.48008 18.5765 3.13065 17.9259L10.3812 10.6753C10.9956 10.0609 10.9956 9.0662 10.3812 8.45334L3.13065 1.20277C2.48008 0.552201 1.42408 0.552201 0.773505 1.20277C0.122933 1.85334 0.122933 2.90934 0.773505 3.55992L6.77793 9.56434Z" fill="white"/></svg></div>
</div>
<div class="info">
<div class="title">Гостинница «Заполярье»<br>
мы всегда вам рады!</div>
<div class="desc">Выгодное расположение в непосредственной близости от жилых домов.<br> Широкий товарный ассортимент, удовлетворяющий любым <br>требованиям покупателей</div>
<a href="/" class="link">
<span>Позвонить Нам </span>
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="45" height="45" rx="1" fill="white"></rect>
<path d="M25.4425 16C25.1904 16 24.9381 16.1045 24.746 16.3101L24.6613 16.4005C24.2761 16.8116 24.2761 17.4772 24.6613 17.8873L28.4671 21.9494H13.5C12.9562 21.9494 12.5149 22.4205 12.5149 23.0009C12.5149 23.5813 12.9562 24.0523 13.5 24.0523H28.4671L24.6613 28.1145C24.2761 28.5256 24.2761 29.1912 24.6613 29.6013L24.746 29.6917C25.1312 30.1028 25.7548 30.1028 26.139 29.6917L31.7111 23.7443C32.0963 23.3332 32.0963 22.6675 31.7111 22.2575L26.139 16.3101C25.9464 16.1045 25.6946 16 25.4425 16Z" fill="#235049"></path>
</svg>
</a>
</div>
</div>
<div class="bg lozad" data-background-image="images/tmp/main_slider_img.jpg"></div>
</div>
<div class="slide">
<div class="cont">
<div class="btns">
<div class="customPreviousBtn"><svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.2221 9.56434L10.2265 15.5688C10.8771 16.2193 10.8771 17.2753 10.2265 17.9259C9.57595 18.5765 8.51995 18.5765 7.86938 17.9259L0.618811 10.6753C0.00438234 10.0609 0.00438234 9.0662 0.618811 8.45334L7.86938 1.20277C8.51995 0.552201 9.57595 0.552201 10.2265 1.20277C10.8771 1.85334 10.8771 2.90934 10.2265 3.55992L4.2221 9.56434Z" fill="white"/></svg></div>
<div class="customNextBtn"><svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.77793 9.56434L0.773505 15.5688C0.122933 16.2193 0.122933 17.2753 0.773505 17.9259C1.42408 18.5765 2.48008 18.5765 3.13065 17.9259L10.3812 10.6753C10.9956 10.0609 10.9956 9.0662 10.3812 8.45334L3.13065 1.20277C2.48008 0.552201 1.42408 0.552201 0.773505 1.20277C0.122933 1.85334 0.122933 2.90934 0.773505 3.55992L6.77793 9.56434Z" fill="white"/></svg></div>
</div>
<div class="info">
<div class="title">Гостинница «Заполярье»<br>
мы всегда вам рады!</div>
<div class="desc">Выгодное расположение в непосредственной близости от жилых домов.<br> Широкий товарный ассортимент, удовлетворяющий любым <br>требованиям покупателей</div>
<a href="/" class="link">
<span>Позвонить Нам </span>
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="45" height="45" rx="1" fill="white"></rect>
<path d="M25.4425 16C25.1904 16 24.9381 16.1045 24.746 16.3101L24.6613 16.4005C24.2761 16.8116 24.2761 17.4772 24.6613 17.8873L28.4671 21.9494H13.5C12.9562 21.9494 12.5149 22.4205 12.5149 23.0009C12.5149 23.5813 12.9562 24.0523 13.5 24.0523H28.4671L24.6613 28.1145C24.2761 28.5256 24.2761 29.1912 24.6613 29.6013L24.746 29.6917C25.1312 30.1028 25.7548 30.1028 26.139 29.6917L31.7111 23.7443C32.0963 23.3332 32.0963 22.6675 31.7111 22.2575L26.139 16.3101C25.9464 16.1045 25.6946 16 25.4425 16Z" fill="#235049"></path>
</svg>
</a>
</div>
</div>
<div class="bg lozad" data-background-image="images/tmp/main_slider_img.jpg"></div>
</div>
</div>
</section>
<!-- End Основная часть -->
</div>
<!-- Подвал -->
<footer>
<div class="cont">
<ul class="links">
<li><a href="/">Продукты</a></li>
<li><a href="/">Прайс-лист</a></li>
<li><a href="/">Документы</a></li>
<li><a href="/">Блог</a></li>
<li><a href="/">О нас</a></li>
<li><a href="/">Вакансии</a></li>
<li><a href="/">Пресса</a></li>
<li><a href="/">Контакты</a></li>
<li><a href="/">Товары</a></li>
<li><a href="/">Услуги</a></li>
<li><a href="/">Поддержка</a></li>
<li><a href="/">Сообщество</a></li>
</ul>
<div class="creator">
Работает на платформе
<a href="/" target="_blank" rel="noopener">
<img src="images/footer_logo.svg" alt="">
</a>
</div>
</div>
</footer>
<!-- End Подвал -->
</div>
<div class="buttonUp">
<button type="button"></button>
</div>
<div class="overlay"></div>
<div class="supports_error">
Ваш браузер устарел рекомендуем обновить его до последней версии<br> или использовать другой более современный.
</div>
<!-- Подключение javascript файлов -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/jquery-migrate-1.4.1.min.js"></script>
<script src="js/lozad.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/inputmask.min.js"></script>
<script src="js/nice-select.js"></script>
<script src="js/flexmenu.min.js"></script>
<script src="js/fancybox.min.js"></script>
<script src="js/ion.rangeSlider.min.js"></script>
<script src="js/countdown.js"></script>
<script src="js/before-after.min.js"></script>
<script src="js/functions.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>