-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontacts.php
106 lines (97 loc) · 4.72 KB
/
contacts.php
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
<?php require "_header.php"; ?>
<section class="section hero hero-layer hero-layer-md">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
<h1 class="page-title mb-3">Контакты</h1>
<p class="hero-text mb-0">Мы всегда готовы помочь и ответить на вопросы о Кассе. Пишите в любое время, а вот звонить лучше в рабочее — по телефону <strong>8 800 250-66-99</strong></p>
</div>
</div>
</div>
</section>
<section class="section pb-0">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2245.4904945437524!2d37.532651315930536!3d55.74998118055261!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x1aafa12d6ce412d1!2sSMOService!5e0!3m2!1sru!2sru!4v1563796200798!5m2!1sru!2sru" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen=""></iframe>
</div>
<div class="col-lg-5 ml-auto">
<h2 class="section-title">Главный офис (Москва)</h2>
<ul class="pl-3">
<li class="">
<strong>Режим работы</strong>
<p class="small">ПН–ПТ 9:00–20:00, СБ 9:00–18:00, по праздникам офис не работает</p>
</li>
<li class="">
<strong>Адрес офиса</strong>
<p class="small">Россия, г. Москва, 1-й Красногвардейский пр-д, 21с2, Москва-Сити "ОКО", Агенство «SMOService»</p>
</li>
<li class="">
<strong>Адрес для корреспонденции</strong>
<p class="small">115035, г. Москва, а/я 57, ООО НКО</p>
</li>
<li class="">
<strong>Телефон</strong>
<p class="small">+7 495 739-23-25</p>
</li>
<li class="">
<strong>Факс</strong>
<p class="small">+7 495 739-23-25</p>
</li>
</ul>
</div>
</div>
</div>
<span class="section-layer sl-1"></span>
</section>
<section class="section about mb-5">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="about-card">
<div class="d-flex mb-4">
<div class="about-card-icon"><img src="https://image.flaticon.com/icons/svg/1292/1292751.svg" alt="" class="about-image"></div>
<div class="ml-4">
<h4 class="about-title">Общие вопросы</h4>
<ul class="about-text text-nowrap pl-3">
<li>В будни с 8:00 до 20:00</li>
<li>В выходные с 10:00 до 19:00</li>
</ul>
</div>
</div>
<a href="#!" class="section-link">[email protected] <i class="fad fa-long-arrow-right"></i></a>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="about-card">
<div class="d-flex mb-4">
<div class="about-card-icon"><img src="https://image.flaticon.com/icons/svg/1292/1292751.svg" alt="" class="about-image"></div>
<div class="ml-4">
<h4 class="about-title">По интеграции и тестовым платежам</h4>
<ul class="about-text pl-3">
<li>Работаем 24/7</li>
</ul>
</div>
</div>
<a href="#!" class="section-link">[email protected] <i class="fad fa-long-arrow-right"></i></a>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="about-card">
<div class="d-flex mb-4">
<div class="about-card-icon"><img src="https://image.flaticon.com/icons/svg/1292/1292751.svg" alt="" class="about-image"></div>
<div class="ml-4">
<h4 class="about-title">По настоящим <span class="d-block">платежам</span></h4>
<ul class="about-text pl-3">
<li>Работаем 24/7</li>
</ul>
</div>
</div>
<a href="#!" class="section-link">[email protected] <i class="fad fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<span class="section-layer sl-2"></span>
</section>
<?php require "_footer.php"; ?>