8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
1
2
3
4
|
.modal{z-index:10500;}
.modal-backdrop{z-index:10400;}
.modal-open .modal{padding:0!important;}
.panel-title{padding-right:15px;}
|
c17befa8
Eugeny Galkovskiy
- top line
|
5
6
7
|
#top {
background: #555555;
color: #eeeeee;
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
8
|
padding: 6px 0 4px 0px;
|
c17befa8
Eugeny Galkovskiy
- top line
|
9
10
|
line-height: 22px;
}
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
11
|
|
78d55ffe
Eugeny Galkovskiy
first commit
|
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
|
.box-simple h3{letter-spacing: 0.02em;}
.navbar ul.nav > li > a {letter-spacing: 0.01em;}
#back-to-top{background: #269cda;}
.icon_en{border:none;}
.icon_en#icon01{background-image:url('../img/icons/icon01.png');}
.icon_en#icon02{background-image:url('../img/icons/icon02.png');}
.icon_en#icon03{background-image:url('../img/icons/icon03.png');}
.icon_en#icon04{background-image:url('../img/icons/icon04.png');}
.icon_en#icon05{background-image:url('../img/icons/icon05.png');}
.icon_en#icon06{background-image:url('../img/icons/icon06.png');}
.icon_en#icon07{background-image:url('../img/icons/icon07.png');}
.icon_en#icon08{background-image:url('../img/icons/icon08.png');}
.icon_en#icon09{background-image:url('../img/icons/icon09.png');}
.icon_en#icon10{background-image:url('../img/icons/icon10.png');}
.block-why .icon.icon_why{width: 124px;height: 124px;color: #fff;border-radius: 50%;border: none;}
.icon_why#icon01{background-image:url('../img/why/icon_1.png');}
.icon_why#icon02{background-image:url('../img/why/icon_2.png');}
.icon_why#icon03{background-image:url('../img/why/icon_3.png');}
.icon_why#icon04{background-image:url('../img/why/icon_4.png');}
.icon_why#icon05{background-image:url('../img/why/icon_5.png');}
.background-kben{background-image:url('../img/pattern_kb_01.gif');}
.background-kben.block-why{margin-top: 60px;box-shadow: inset 0px -100px 200px -100px rgba(0, 0, 0, 0.5);}
.showcase .item h4{color: #ffffff;}
.project-right p{margin-top:10px;color: #555555;}
.project-right{margin-bottom: 25px;}
.project-right a img{max-width:100%;}
.background-kben .heading h2{text-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);}
.background-kben .heading h2, .background-kben .box-simple h3, .background-kben .box-simple p{color: #fff;}
.background-kben.block-why .box-simple h3{margin: 5px 0;margin-top: 15px;color: #ffd800;}
.project-right{
border-bottom: 1px solid #cccccc;
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
47
|
padding-bottom: 15px;
|
78d55ffe
Eugeny Galkovskiy
first commit
|
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
|
max-width: 320px;
padding-left: 0;
margin-left: auto;
margin-right: auto;
}
.project-right:last-child{
border-bottom:none;
}
.project-right .pr_title {
font-weight: bold;
font-size: 16px;
margin-top: 0;
text-transform: uppercase;
}
.project-right a{text-decoration:none;}
.pr_cover{
width: 320px;
height: 180px;
overflow: hidden;
display: inline-block;
}
.project-right .open_gal img{
object-fit: cover;
width: 320px;
height: 180px;
}
/*.project-right:last-child .open_gal{display: none;}*/
.video-wrapper{
display: block;
width:100%;
height:100%;
max-width: 960px;
max-height: 640px;
margin: 30px auto;
vertical-align: middle;
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
83
84
85
86
87
88
89
90
91
92
93
94
|
}
.button1{
margin: 0 auto;
color: black;
text-transform: uppercase;
background-color: #ffd800;
text-decoration: none;
cursor: pointer;
transition: 0.3s;
display: inline-block;
text-align: center;
font-weight: bold;
|
268338c4
Eugeny Galkovskiy
sizes
|
95
96
97
98
99
100
101
|
width: 158px;
padding: 8px 0;
padding-top: 10px;
font-size: 13px;
line-height: 14px;
background-position: 14px center;
background-size: 11%;
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
102
|
background-repeat: no-repeat;
|
77041489
Eugeny Galkovskiy
кнопки1
|
103
|
padding-left: 25px;
|
268338c4
Eugeny Galkovskiy
sizes
|
104
|
letter-spacing: 0;
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
105
106
|
border: none;
outline: none;
|
268338c4
Eugeny Galkovskiy
sizes
|
107
|
border-radius: 2px;
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
108
|
}
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
109
110
111
|
.btn.icon_stat{background-image: url(../img/icon_stat.png);}
.btn.icon_phone{background-image: url(../img/icon_phone.png);}
.button1 span, .button2 span{
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
112
113
|
display: block;
font-weight: normal;
|
268338c4
Eugeny Galkovskiy
sizes
|
114
|
font-size: 11px;
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
115
116
117
118
119
120
121
|
}
.button1:hover {
text-decoration:none;
color: black;
background-color: #ffe764;
box-shadow: inset 0px 0px 0px 2px black, 0px 0px 20px rgba(0,0,0,0.2)!important;
transition: 0.3s;
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
}
a.sqre_btn {
padding: 0;
margin: 0;
outline: none;
font-weight: normal;
font-size: 14px;
line-height: normal;
letter-spacing: 0;
display: inline-block;
vertical-align: middle;
width: 40px;
height: 40px;
background-color: rgba(255, 0, 0, 0.23);
border-radius: 0;
text-align: center;
overflow: hidden;
margin-left: 5px;
margin-top: 5px;
background-position: center;
background-repeat: no-repeat;
}
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
144
145
146
147
148
|
.text-left a.sqre_btn{
margin-left:0;
margin-right: 5px;
margin-top: 7px;
}
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
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
|
.sqre_btn.blue_arrow{
background-color: #0095d7;
background-image: url(../img/arrows_right_w.png);
}
.sqre_btn.yellow_calc{
background-color: #ffd800;
background-image: url(../img/icon_calc2.png);
}
.btn.button2{
background-color: #0095d7;
color: #fff;
background-image: url(../img/arrows_right_w.png);
margin: 0 auto;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
transition: 0.3s;
display: inline-block;
text-align: center;
font-weight: bold;
width: 250px;
padding: 12px 0;
font-size: 16px;
line-height: 18px;
background-position: calc(100% - 25px) center;
background-repeat: no-repeat;
padding-right: 25px;
letter-spacing: 0;
border: none;
outline: none;
}
.btn.right{float:right;}
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
181
|
.fleft{float:left;}
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
182
183
184
185
186
187
188
189
|
.btn.button2:hover{
background-color: #40c4ff;
}
.head_video_buttons{
margin-top: 5px;
display: inline-block;
position: relative;
width: 100%;
|
7754a925
Eugeny Galkovskiy
Отправка сообщени...
|
190
191
192
193
194
195
|
}
.field-feedback-title{display:none!important;}
#footer {
background: #0080ca;
padding: 50px 0;
color: #ffffff;
|
e4665f95
Eugeny Galkovskiy
Стрелочки на акко...
|
196
197
198
199
|
}
.panel-heading{
position:relative;
}
|
d488d0da
Eugeny Galkovskiy
правки текста
|
200
|
.panel-heading a:before{
|
e4665f95
Eugeny Galkovskiy
Стрелочки на акко...
|
201
202
203
204
205
206
207
208
209
|
content: "\f106";
font-family: 'FontAwesome';
display: block;
font-size: 20px;
position: absolute;
top: 0;
line-height: 44px;
right: 15px;
}
|
d488d0da
Eugeny Galkovskiy
правки текста
|
210
|
.panel-heading.active a:before{
|
e4665f95
Eugeny Galkovskiy
Стрелочки на акко...
|
211
|
content: "\f107";
|
36d39dfa
Eugeny Galkovskiy
аналитика
|
212
|
}
|
268338c4
Eugeny Galkovskiy
sizes
|
213
214
215
216
217
218
|
.more-projects{
padding: 14px;
width: 240px;
font-size: 14px;
margin-bottom: 25px;
}
|
36d39dfa
Eugeny Galkovskiy
аналитика
|
219
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
220
221
222
223
224
225
226
227
228
229
|
.background-kben p{
color:#fff;
}
.border5{border-radius: 5px;}
.ptop20{padding-top:20px;}
.ptop30{padding-top:30px;}
.main_video_fb{
position: relative;
width: 100%;
height: 100%;
|
268338c4
Eugeny Galkovskiy
sizes
|
230
|
max-height: 639px;
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
231
|
margin: 0 auto;
|
268338c4
Eugeny Galkovskiy
sizes
|
232
|
padding-top: 639px;
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
233
234
235
236
237
238
|
overflow: hidden;
border-radius: 5px;
background: url(../img/main_video.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
|
c08cc401
Eugeny Galkovskiy
verstka 2
|
239
|
margin-bottom: 25px;
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
240
241
242
243
244
245
246
247
|
}
.main_video_fb iframe, .image_link_wr iframe{
position: absolute;
top: 0;
left:0;
}
.image_link_wr{width: 100%;height: 0;padding-top: 58.829%;position: relative;}
.image_link{background-position:center;position: absolute;top:0;left:0;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;}
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
248
249
250
251
252
|
.pr_title2{
margin-top: 0;
padding-top: 8px;
}
.pr_title2 a{
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
253
254
|
font-weight: bold;
font-size: 16px;
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
255
|
text-transform: uppercase;
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
256
|
text-decoration: none;
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
257
|
color: #555555;
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
258
259
|
}
.pr_title2 span{display:none!important;}
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
260
261
262
263
264
265
266
267
268
269
270
271
272
273
|
.background-kben .heading h2 {
border-color: #ffd800!important;
}
.img-title table{
width:100%;
margin-top: 10px;
}
.img-title table td.buts{
width:95px;
max-width:100%;
vertical-align: top;
text-align: left;
}
.img-title table td.i-title{
|
c08cc401
Eugeny Galkovskiy
verstka 2
|
274
|
padding-left: 10px;
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
275
|
text-align: left;
|
c08cc401
Eugeny Galkovskiy
verstka 2
|
276
|
padding-right: 10px;
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
277
278
279
280
281
282
283
284
285
286
|
}
.img-title table .text-left a.sqre_btn{
margin-top:0;
}
.img-title table .pr_title2{
margin: 0;
padding: 0;
}
.mtop-25{
margin-top: 25px;}
|
36d39dfa
Eugeny Galkovskiy
аналитика
|
287
288
289
|
/* send form buttons */
.send-form.btn{
display:none;
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
290
|
}
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
291
292
293
294
295
296
|
.get_station_center{
text-align: center;
margin-top: 30px;
margin-bottom: -15px;
}
.pb0{padding-bottom: 0;}
|
268338c4
Eugeny Galkovskiy
sizes
|
297
|
#section2{padding-bottom: 10px;padding-top:0px;}
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
298
|
|
b8f16c58
Eugeny Galkovskiy
lang checker
|
299
300
301
302
303
304
305
306
307
308
309
|
.langs{
float: right;
margin-left: 20px;
text-transform: uppercase;
}
.langs a.active{
text-decoration: none;
cursor:default;
font-weight:bold;
color:#fff!important;
}
|
268338c4
Eugeny Galkovskiy
sizes
|
310
311
312
313
314
|
.card1 .heading.text-left h2 {
margin-top:0px;
}
.card1{padding-top:60px;}
|
2e028a03
Eugeny Galkovskiy
video yt header
|
315
|
.main_video_yt{width:100%;height: calc(100vh - 101px);}
|
b8f16c58
Eugeny Galkovskiy
lang checker
|
316
|
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
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
|
@media(min-width:992px) and (max-width:1199px){
.pr_cover {
max-width: 320px;
max-height: 180px;
overflow: hidden;
display: inline-block;
width: calc(100% + 15px);
height: 0;
padding-bottom: 67.087%;
position: relative;
}
.head_video_buttons .button1{margin-bottom: 7px;}
.head_video_buttons .button1, .head_video_buttons .button2{
float:none!important;
display:block!important;
}
}
@media(max-width:991px){
.background-kben.block-why, .head_video_buttons{
margin-top: 30px;
}
.pr_cover {
max-width: 320px;
max-height: 180px;
width: 105%;
height: 19vh;
position: relative;
}
.project-right .open_gal img {
position: absolute;
width:100%;height:100%;
}
#section2{padding: 0!important;}
|
c08cc401
Eugeny Galkovskiy
verstka 2
|
350
351
352
353
|
.main_video_fb{
padding-top: 404px;
}
.card1 p.lead {
|
8e10caa8
Eugeny Galkovskiy
sizes
|
354
355
356
357
|
/*margin-top: 20px;*/
/*margin-bottom: 0px;*/
margin-top: -25px;
margin-bottom: 40px;
|
c08cc401
Eugeny Galkovskiy
verstka 2
|
358
|
}
|
2e028a03
Eugeny Galkovskiy
video yt header
|
359
360
361
362
363
364
365
366
367
368
369
370
371
|
.main_video_yt{
width: 100%;
height: 0;
padding-bottom: calc(57% - 6px);
position: relative;
}
.main_video_yt iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
|
c08cc401
Eugeny Galkovskiy
verstka 2
|
372
373
374
375
376
|
}
@media(max-width:768px){
.main_video_fb{
padding-top: 56.1%;
}
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
377
378
|
}
@media(min-width:768px) and (max-width:991px){
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
379
380
|
.navbar-header{width: 57px;}
.navbar-brand.home{width:100%;}
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
381
|
.navbar-brand.home img{
|
9d6aeca9
Eugeny Galkovskiy
verstka
|
382
383
|
width: 50px;
margin-top: 15px;
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
384
385
386
387
388
389
390
391
|
}
}
@media(max-width:500px){
.head_video_buttons .button1{margin-bottom: 7px;}
.head_video_buttons .button1, .head_video_buttons .button2{
float:none!important;
display:block!important;
}
|
8e10caa8
Eugeny Galkovskiy
sizes
|
392
|
/*.button1{width:100%;}*/
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
393
|
h2, .h2 {font-size: 6vw;}
|
c08cc401
Eugeny Galkovskiy
verstka 2
|
394
|
.lead{font-size:16px;}
|
435f7adb
Eugeny Galkovskiy
verstka 3
|
395
396
397
398
399
400
401
402
403
|
.img-title table td.buts{
width: 40px;
}
.img-title table td.buts a.sqre_btn{
margin-bottom: 5px;
width: 30px;
height: 30px;
background-size: 45%;
}
|
8e10caa8
Eugeny Galkovskiy
sizes
|
404
405
406
|
p.lead {
margin-bottom: 25px;
}
|
8e23b3ab
Eugeny Galkovskiy
- styles and scri...
|
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
|
}
@media(max-width:380px){
.more-projects{
padding: 18px;
width: 100%!important;
font-size: 4.68vw;
line-height: 2.5vh;
margin-bottom: 50px;
}
}
@media(max-width:280px) {
.pr_cover {
width:109%;
}
}
@media(max-width:275px){
.head_video_buttons .button1, .head_video_buttons .button2{
width: 100%!important;
}
|
78d55ffe
Eugeny Galkovskiy
first commit
|
426
|
}
|