-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
233 lines (228 loc) · 8.18 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Контакты</title>
<link rel="icon" href="img/icons/logo.svg">
<!-- Monserrat -->
<link rel="stylesheet" href="fonts/Montserrat/stylesheet.css">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<div class="wrapper">
<div class="close-bg"></div>
<!-- Header start -->
<header>
<div class="container">
<div class="header-wrap">
<a href="index.html" class="header__logo">
<img src="img/icons/logo.svg" alt="logo.svg" width="100%" height="100%">
</a>
<nav class="header__nav">
<div class="menu-head">
<h1 class="orange-txt">Пласт - пол</h1>
<button type="button" class="close-btn">
<img src="img/icons/x-icon.svg" alt="close svg" width="100%" height="100%">
</button>
</div>
<ul class="nav-link">
<li class="nav-link__item"><a href="about.html">О нас</a></li>
<li class="nav-link__item"><a href="">«СЕЛЛАР БАЗОВЫЙ»</a></li>
<li class="nav-link__item"><a href="">«СЕЛЛАР ПЛЮС»</a></li>
<li class="nav-link__item"><a href="">«АМБАР»</a></li>
<li class="nav-link__item"><a href="aksiya.html">Акция</a></li>
<li class="nav-link__item"><a href="montages.html">Монтаж</a></li>
<li class="nav-link__item"><a href="contact.html">Контакты</a></li>
</ul>
<div class="header-contact">
<button class="header__search-btn" type="button">
<img src="img/icons/lupa.svg" alt="search-icon">
</button>
<button class="header__call-btn" type="button">
<img src="img/icons/phone.svg" alt="phone-icon">
</button>
<a class="header-contact__num" href="tel:84959985918">8 495 998 59 18</a>
</div>
</nav>
<div class="header-contact">
<button class="header__search-btn" type="button">
<img src="img/icons/lupa.svg" alt="search-icon">
</button>
<button class="header__call-btn" type="button">
<img src="img/icons/phone.svg" alt="phone-icon">
</button>
<a class="header-contact__num" href="tel:84959985918">8 495 998 59 18</a>
<div class="menu-btn">
<img src="img/icons/menu.svg" alt="menu" width="100%" height="100%">
</div>
</div>
</div>
</div>
</header>
<!-- Header end -->
<!-- Contact start -->
<section id="contact">
<div class="container">
<div class="contact-wrap">
<ul class="breadcrumb">
<li><a href="">Главная </a></li>
<li>
<img src="img/icons/right-arrow.svg">
</li>
<li><a href="">Контакты</a></li>
</ul>
<div class="title about-title">
<h1 class="title-text">
Контакты
</h1>
<img src="img/icons/wave.svg" alt="wave icon" class="title-wave">
<h3 class="title-small">Компания Cellar cпециализируется на производстве изделий
из полимерных материалов</h3>
</div>
<div class="contact-cards">
<div class="contact-cards__item">
<div class="item-top__icon">
<img src="img/icons/mobile-icon.svg" alt="mobile-icon">
</div>
<h3>ТЕЛЕФОНЫ:</h3>
<b>+7 (495) 998-59-18</b>
<b>+7 (985) 998-59-18</b>
</div>
<div class="contact-cards__item">
<div class="item-top__icon">
<img src="img/icons/location-icon.svg" alt="location-icon">
</div>
<h3>СКЛАД ГОТОВОЙ
ПРОДУКЦИИ:</h3>
<p>МО, ГО Люберцы, г/п
Красково, территория <br>
станции <br>
Овражки, 1а</p>
</div>
<div class="contact-cards__item">
<div class="item-top__icon">
<img src="img/icons/message-icon.svg" alt="message-icon">
</div>
<h3>Е-МАЙЛ:</h3>
<p>info@plastik-pogreb.ru</p>
</div>
<div class="contact-cards__item">
<div class="item-top__icon">
<img src="img/icons/stopwatch-icon.svg" alt="stopwatch-icon">
</div>
<h3>ПН-ПТ: <p>9:30 – 20:00</p>
</h3>
<p><span class="bold-txt">СБ-ВС:</span> 10:00 – 18:00
<span class="bold-txt">ПРАЗДНИЧНЫЕ ДНИ:</span>
10:00 – 18:00
</p>
</div>
<div class="contact-cards__item">
<div class="item-top__icon">
<img src="img/icons/user-icon.svg" alt="user-icon">
</div>
<h3> РУКОВОДИТЕЛЬ:</h3>
<p>ИП Саенко Е.М.
ИНН 782619180987
ОГРНИП 318774600426946
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact end -->
<!-- consult start -->
<section class="consult def-consult">
<div class="container">
<div class="consult-wrap">
<div class="title">
<h1 class="title-text">Наши консультанты <br>
всегда на связи</h1>
<img src="img/icons/wave.svg" alt="wave" class="title-wave">
<p class="title-txt">Позвоните нам</p>
</div>
<div class="about__contact">
<h1 class="orange-txt">+7 495 998 49 11</h1>
<p>или оставьте свой номер и наши специалисты проконсультируют
вас по любым вопросам о наших погребах</p>
</div>
<div class="card about__contact-card">
<div class="card-wrap about__contact-wrap">
<div class="card-content__left">
<h1>Закажите <br>
консультацию <br>
</h1>
<img src="img/icons/wave.svg" alt="wave" style="transform: translateY(-5px);">
<p>оставьте свой номер и мы
перезвоним вам в течении 3-х минут</p>
</div>
<div class="card-content__right">
<input type="text" placeholder="Введите имя">
<input type="number" placeholder="Введите номер">
<img src="img/icons/card-lefti-icon.svg" alt="card-left-icon">
<button type="submit">отправить</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- consult end -->
<!-- footer start -->
<footer>
<div class="container">
<div class="footer-series">
<div class="series-item">
<a href="" class="header__logo footer__logo">
<img src="img/icons/logo.svg" alt="footer-logo" width="100%" height="100%">
</a>
<a href="" class="footer-call">
<img src="img/icons/phone.svg" alt="phone">
</a>
</div>
<div class="series-item">
<div class="item-contact">
<h3>Телефоны:</h3>
<a href="tel:+79859985918" class="item-link">+7 (985) 998-59-18</a>
<a href="tel:+74959985918" class="item-link">+7 (495) 998-59-18</a>
</div>
<a href="" class="footer-call">
<img src="img/icons/location.svg" alt="phone">
</a>
</div>
<div class="series-item">
<div class="item-contact">
<h3>Телефоны:</h3>
<h5>мо, го люберцы, г/п красково, <br>
территория станции овражки, 1а</h5>
</div>
</div>
</div>
<div class="footer-bottom">
<h5>2014-2023 © ПЛАСТ - ПОЛ</h5>
<div class="footer-bottom__link">
<div>
<a href="">Политика конфиденциальности</a>
<p>ОТДЕЛ ПРОДАЖ:<a href="tel:84959985918"> 8 (495) 998-59-18</a></p>
</div>
<p>Сайт не является публичной офертой
Предупреждение об использовании файлов cookies и других технических данных</p>
</div>
<div class="footer-bottom__network">
<a href="">
<img src="img/icons/wk.svg" alt="wk" width="100%" height="100%">
</a>
<a href="">
<img src="img/icons/youtube.svg" alt="YouTube" width="100%" height="100%">
</a>
</div>
</div>
</div>
</footer>
<!-- footer end -->
</div>
<script src="js/main.min.js"></script>
</body>
</html>