-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterstart.html
829 lines (818 loc) · 41.6 KB
/
interstart.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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Туры на космодром Байконур в межпусковой период</title>
<!-- Favcons -->
<link
rel="icon"
type="image/png"
href="/favicon-96x96.png"
sizes="96x96"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<!-- Favcons END -->
<!-- Styles -->
<link rel="stylesheet" href="/template/css/reset.css" />
<link rel="stylesheet" href="/template/css/ui.css" />
<link rel="stylesheet" href="/template/css/utility.css" />
<link rel="stylesheet" href="/template/css/mobile-panel.css" />
<link rel="stylesheet" href="/template/css/common.css" />
<link rel="stylesheet" href="/template/css/pages.css" />
<link rel="stylesheet" href="/template/css/animations.css" />
<link rel="stylesheet" href="/template/css/intlTelInput.min.css" />
<!-- Styles END -->
</head>
<body>
<div id="overlay" class="overlay"></div>
<header id="header" class="header">
<div class="custom-container">
<div
class="header-wrapper d-flex flex-row justify-content-between align-items-center"
>
<!-- Logo -->
<a href="/index.html" class="header__logo">
<img src="/template/img/logo.png" alt="Логотип" />
</a>
<!-- Desktop nav -->
<nav class="header__menu">
<ul
class="menu__list d-flex flex-row align-items-center fs-18 lh-28 tt-capitalize gap-26"
>
<li><a href="/index.html#tours">Туры</a></li>
<li><a href="/index.html#about">О Компании</a></li>
<li><a href="/index.html#reviews">Отзывы</a></li>
<li>
<a href="#footer">Контакты</a>
</li>
</ul>
</nav>
<!-- Phone -->
<a
href="tel:+77761222211"
class="header__phone fw-700 fs-20 lh-31"
>+7 (776) 122 2211</a
>
<!-- Socials -->
<ul
class="header__socials d-flex flex-row justify-content-between align-items-center gap-12"
>
<li>
<a
href="https://www.youtube.com"
rel="noopener noreferrer"
target="_blank"
><img
class="social-icon"
src="/template/svg/youtube.svg"
alt="YouTube"
/></a>
</li>
<li>
<a
href="https://rutube.ru/"
rel="noopener noreferrer"
target="_blank"
><img
class="social-icon"
src="/template/svg/rutube.svg"
alt="RuTube"
/></a>
</li>
<li>
<a
href="https://www.whatsapp.com/"
rel="noopener noreferrer"
target="_blank"
><img
class="social-icon whatsapp-icon"
src="/template/svg/whatsapp.svg"
alt="WhatsApp"
/></a>
</li>
</ul>
<!-- Mobile nav btn -->
<button class="header__menu-btn" aria-label="Открыть меню">
<img src="/template/svg/menu-dots.svg" alt="Меню" />
</button>
<!-- Mobile nav -->
<nav id="menu-mobile" class="header__menu--mobile">
<div
class="header__menu-top d-flex flex-column justify-content-between gap-26"
>
<a
href="/index.html#header"
class="header__logo--mobile"
>
<img
src="/template/img/logo.png"
alt="Логотип"
/>
</a>
<span class="header__menu-close fs-42 fw-300"
>×</span
>
<ul
class="d-flex flex-column justify-content-between fs-20 fw-300 tt-capitalize gap-16"
>
<li><a href="/index.html#tours">Туры</a></li>
<li>
<a href="/index.html#about">О Компании</a>
</li>
<li>
<a href="/index.html#reviews">Отзывы</a>
</li>
<li><a href="#footer">Контакты</a></li>
</ul>
</div>
<div
class="header__menu-bottom d-flex flex-column justify-content-between gap-26"
>
<a
href="tel:+77761222211"
class="header__phone d-flex fs-22 fw-700 lh-34"
>
+7 (776) 122 2211
</a>
<ul>
<li class="header__socials">
<a
href="https://telegram.org/"
target="_blank"
rel="noopener noreferrer"
>
<img
src="/template/svg/tg-white.svg"
alt="Telegram"
/>
</a>
<a
href="https://www.whatsapp.com"
target="_blank"
>
<img
src="/template/svg/whatsapp-white.svg"
alt="WhatsApp"
/>
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- Scroll menu-btn -->
<button
id="scroll-menu-btn"
class="scroll__menu-btn"
aria-label="Открыть меню"
>
<span></span>
<span></span>
<span></span>
</button>
<main class="main">
<!-- Immersion page-section -->
<section class="immersion page-section">
<div class="custom-container">
<div
class="page-section__wrapper d-flex flex-column align-items-center gap-40"
>
<!-- Title + details -->
<div
class="page-section__tour d-flex flex-column justify-content-between gap-40"
>
<!-- Title -->
<div
class="tour__primary primary-interstart d-flex flex-column justify-content-between gap-20"
>
<h1
class="tour__title title__interstart fs-32 fw-600 lh-40"
>
Туры на космодром Байконур<br />в
межпусковой период
</h1>
<p class="tour__text fs-17 lh-26">
Туры на космодром Байконур в межпусковой
период дают возможность оказаться в месте
откуда началась эра освоения космоса
человеком, познать все тайны истории
развития космонавтики, развеять мифы,
увидеть своими глазами множество закрытых
объектов
</p>
</div>
</div>
<!-- slider -->
<div class="slider-container">
<div class="slider-btns">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 320 300"
height="42"
width="42"
>
<rect
class="tooltip-horizontal-scroll-icon_card"
x="480"
width="200"
height="200"
rx="5"
fill="rgba(255,255,255,0.2)"
></rect>
<rect
class="tooltip-horizontal-scroll-icon_card"
y="0"
width="200"
height="200"
rx="5"
fill="rgba(255,255,255,0.2)"
></rect>
<rect
class="tooltip-horizontal-scroll-icon_card"
x="240"
width="200"
height="200"
rx="5"
fill="rgba(255,255,255,0.2)"
></rect>
<path
class="tooltip-horizontal-scroll-icon_hand"
d="M78.9579 285.7C78.9579 285.7 37.8579 212.5 20.5579 180.8C-2.44209 138.6 -6.2422 120.8 9.6579 112C19.5579 106.5 33.2579 108.8 41.6579 123.4L61.2579 154.6V32.3C61.2579 32.3 60.0579 0 83.0579 0C107.558 0 105.458 32.3 105.458 32.3V91.7C105.458 91.7 118.358 82.4 133.458 86.6C141.158 88.7 150.158 92.4 154.958 104.6C154.958 104.6 185.658 89.7 200.958 121.4C200.958 121.4 236.358 114.4 236.358 151.1C236.358 187.8 192.158 285.7 192.158 285.7H78.9579Z"
fill="rgba(255,255,255,1)"
></path>
<style>
.tooltip-horizontal-scroll-icon_hand {
animation: tooltip-horizontal-scroll-icon_anim-scroll-hand
2s infinite;
}
.tooltip-horizontal-scroll-icon_card {
animation: tooltip-horizontal-scroll-icon_anim-scroll-card
2s infinite;
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
0% {
transform: translateX(80px)
scale(1);
opacity: 0;
}
10% {
transform: translateX(80px)
scale(1);
opacity: 1;
}
20%,
60% {
transform: translateX(175px)
scale(0.6);
opacity: 1;
}
80% {
transform: translateX(5px)
scale(0.6);
opacity: 1;
}
to {
transform: translateX(5px)
scale(0.6);
opacity: 0;
}
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
0%,
60% {
transform: translateX(0);
}
80%,
to {
transform: translateX(-240px);
}
}
</style>
</svg>
</div>
<div class="slider d-flex gap-30">
<img
src="/template/img/slide-1.webp"
alt="Слайд 1"
class="slider-img img"
/>
<img
src="/template/img/slide-2.webp"
alt="Слайд 2"
class="slider-img img"
/>
<img
src="/template/img/slide-3.webp"
alt="Слайд 3"
class="slider-img img"
/>
</div>
</div>
<!-- Description -->
<div
class="description__text-top d-flex flex-column align-items-center gap-30 fs-17 fw-300 lh-25"
>
<p>
В межпусковой период на космодроме нет толп
туристов, а значит, нет очередей к памятникам,
экспонатам и в кафе, да-да, как бы не было
забавно
</p>
<p>
Более того, в этот период мы сможем сформировать
и согласовать для вас индивидуальную программу
без доплат
</p>
</div>
<h2 class="description__subtitle fs-30 fw-600 lh-37">
Программа тура может включать
</h2>
<!-- Locations -->
<div
class="tour__locations d-flex flex-column w-100 gap-40"
>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/rocket_startups_startup.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Гагаринский старт
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg//rocket_startups_startup.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Музей космодрома Байконур
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/clean_house_deep_cleaning_shine.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Домики Ю.А. Гагарина и С.П. Королева
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/startup_company_rocket.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Объекты программы «Союз»
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/double_star.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Мемориал погибшим ракетчикам (Место гибели
маршала Неделина)
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/rocker.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Объекты программы «Зенит»
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/rocker.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Объекты программы «Протон»
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/rocker.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Объекты программы «Энергия-Буран»
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/rocker.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Измерительный пункт «Сатурн»
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/city_houses_view.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Нулевой квартал
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/group_team_people.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Аллея космонавтов и центр предполетной
подготовки
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/picture_museum_frame.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Музей города Байконур
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/hat_graduate_student_degree_education.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Международная космическая школа
</p>
</div>
<div
class="tour__location-item d-flex flex-row align-items-center gap-20"
>
<img
class="tour__location-icon"
src="/template/svg/ticket_pass.svg"
alt="Иконка"
/>
<p class="location-item fs-17 fw-300 lh-23">
Дополнительные экскурсии
</p>
</div>
</div>
<!-- Attention -->
<div class="tour__attention d-flex flex-row gap-10">
<svg
role="img"
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<circle
fill="#FF0000"
cx="12"
cy="12"
r="12"
></circle>
<path
fill="#FFFFFF"
d="M10.922,6.486c0-0.728,0.406-1.091,1.217-1.091s1.215,0.363,1.215,1.091c0,0.347-0.102,0.617-0.304,0.81
c-0.202,0.193-0.507,0.289-0.911,0.289C11.328,7.585,10.922,7.219,10.922,6.486z M13.252,17.792h-2.234V9.604h2.234V17.792z"
></path>
</svg>
<p class="attention-item fs-17 fw-300 lh-25">
При формировании программы мы готовы учесть все
ваши пожелания и приложить все усилия для
согласования программы с Роскосмосом
</p>
</div>
<!-- Tour img -->
<div
class="tour-img__wrap d-flex flex-wrap justify-content-between gap-20"
>
<img
src="/template/img/tour-1.jfif"
alt="Фото с космодрома"
class="tour-img img"
/>
<img
src="/template/img/tour-2.webp"
alt="Фото с космодрома"
class="tour-img img"
/>
<img
src="/template/img/tour-3.webp"
alt="Фото с космодрома"
class="tour-img img"
/>
<img
src="/template/img/tour-4.webp"
alt="Фото с космодрома"
class="tour-img img"
/>
<img
src="/template/img/tour-5.webp"
alt="Фото с космодрома"
class="tour-img img"
/>
<img
src="/template/img/tour-6.webp"
alt="Фото с космодрома"
class="tour-img img"
/>
<img
src="/template/img/tour-7.webp"
alt="Фото с космодрома"
class="tour-img img"
/>
<img
src="/template/img/tour-8.webp"
alt="Фото с космодрома"
class="tour-img img"
/>
</div>
</div>
</div>
</section>
<!-- Contact form -->
<section id="#contact-form" class="contact-form">
<div class="custom-container">
<div
class="contact-form__wrapper d-flex justify-content-between gap-40"
>
<h3
class="block__title contact-form__title-mob fs-30 fw-700 lh-32"
>
Хотите прикоснуться<br />к звездам?
</h3>
<div class="form-img d-flex">
<img
src="/template/img/form-bg.webp"
alt=""
class="form-bg"
/>
</div>
<div
class="contact-form__item d-flex flex-column align-items-start gap-20"
>
<h3
class="block__title contact-form__title-desk fs-39 fw-700 lh-41"
>
Хотите прикоснуться<br />к звездам?
</h3>
<p class="contact-form__text fs-17 fw-300 lh-24">
Свяжитесь с нами!<br />Заполните форму ниже,
чтобы узнать больше о туре, задать вопросы или
начать планировать свое незабываемое
путешествие.
</p>
<!-- <div class="form-container"> -->
<form
id="tour-form"
class="go__form d-flex flex-column gap-20"
action="#"
method="POST"
>
<!-- Tel + name -->
<div
class="form__tel-name d-flex flex-column justify-content-between w-100 gap-20"
>
<!-- Tel -->
<div class="intl-tel-input">
<input
type="tel"
name="phone"
required
autocomplete="off"
/>
</div>
<!-- Name -->
<div class="name-input">
<input
type="text"
id="name"
name="name"
required
placeholder="Как к Вам обратиться"
/>
</div>
</div>
<!--Tour type -->
<div
class="tour-type d-flex flex-column gap-10"
>
<label
for="tour-type"
class="tour-type__subtitle"
>Выберите тип тура</label
>
<select
id="tour-type"
name="tour-type"
required
>
<option value="manned" selected>
Туры на пилотируемые пуски
</option>
<option value="cargo">
Туры на грузовые пуски
</option>
<option value="interval">
Туры в межпусковой период
</option>
</select>
</div>
<!-- Comment -->
<div class="name-input comment-input">
<input
type="text"
id="comment"
name="comment"
required
placeholder="Комментарий"
/>
</div>
<button
class="go-btn more-btn more-btn-small fs-20 fw-600"
type="submit"
>
Поехали
<span class="left-top"></span>
<span class="right-top"></span>
<span class="right-bottom"></span>
<span class="left-bottom"></span>
</button>
</form>
<!-- </div> -->
</div>
</div>
</div>
</section>
</main>
<!-- Arrow-up btn -->
<button class="arrow-up" aria-label="Кнопка прокрутки вверх">
<svg
role="presentation"
width="50"
height="50"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect
width="50"
height="50"
rx="50"
fill="none"
fill-opacity="0.90"
stroke="none"
></rect>
<path
d="M14 28L25 18l10 10"
stroke="#122b54"
stroke-width="1"
fill="none"
></path>
</svg>
</button>
<footer id="footer" class="footer">
<div class="footer__bg bg-cover"></div>
<div class="custom-container">
<div
class="footer__wrapper d-flex justify-content-between gap-26 fs-15"
>
<!-- Logo -->
<a href="#header" class="footer__logo">
<img
src="/template/img/logo-white.webp"
alt="Логотип"
/>
</a>
<!-- Info links -->
<div
class="footer__links d-flex flex-row gap-26 fs-15 fw-500 lh-15 tt-uppercase"
>
<a href="/index.html#about">О КОМПАНИИ</a>
<a href="/index.html#tours">ТУРЫ НА БАЙКОНУР</a>
</div>
<!-- Contacts -->
<div
class="footer__contacts d-flex flex-column justify-content-between gap-16"
>
<p class="fw-500 lh-15 tt-uppercase">КОНТАКТЫ</p>
<a
href="tel:+77761222211"
class="fs-15 fw-500 lh-15 tt-uppercase"
>
+7 (776) 122 2211
</a>
<p class="lh-18">
Адрес: 468320, г.Байконур, ул. Мира 11Б,<br />ООО
«Алекс сервис»
</p>
<div class="lh-15">
<span class="fw-700">e-mail:</span>
<a
href="mailto:alextour_baikonur@mail.ru"
class="email-link"
target="_blank"
rel="noopener noreferrer"
>
alextour_baikonur@mail.ru
</a>
</div>
</div>
<!-- Socials -->
<div class="footer__socials d-flex gap-12">
<a
href="https://telegram.org/"
target="_blank"
rel="noopener noreferrer"
>
<img
src="/template/svg/tg-white.svg"
alt="Telegram"
/>
</a>
<a
href="https://www.whatsapp.com"
target="_blank"
rel="noopener noreferrer"
>
<img
src="/template/img/instagram.png"
alt="Instagram"
/>
</a>
</div>
<!-- Website development -->
<div class="webdev fw-500 lh-15">
Разработка сайта —
<a
href="https://tursite.org/"
class="email-link tt-underline"
>
Фабрика турсайтов
</a>
</div>
</div>
</div>
</footer>
<!-- intl-tel-input -->
<script src="/template/js/intlTelInput.min.js"></script>
<script type="module" src="/template/js/utils.js"></script>
<script type="module" src="/template/js/main.js"></script>
</body>
</html>