50db06e4
Eugeny Galkovskiy
styles
|
1
|
body{position:relative;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
2
|
.no-mg{margin:0;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
3
|
#back-to-top{background: #467fbf;border-radius: 0 50px 50px 0;width: 50px;padding-right: 6px;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
4
5
|
#back-to-top:hover {background: #20446d;}
#back-to-top:active {background: #1b2e44;padding-top: 6px;}
|
38c5510f
Eugeny Galkovskiy
#heading-breadcrumbs
|
6
|
#heading-breadcrumbs{background-attachment: fixed;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
7
|
.navbar-brand{display: flex;justify-content: center;align-items: center;}
|
4a32dd4e
Eugeny Galkovskiy
main page
|
8
9
10
11
12
13
14
15
|
.button1 {
margin: 0 auto;
color: black;
text-transform: uppercase;
background-color: #ffd800;
text-decoration: none;
cursor: pointer;
transition: 0.3s;
|
9c536c52
Eugeny Galkovskiy
main button
|
16
|
display: block;
|
4a32dd4e
Eugeny Galkovskiy
main page
|
17
18
19
20
21
22
23
24
|
text-align: center;
font-weight: bold;
width: 158px;
padding: 8px 0;
padding-top: 10px;
font-size: 13px;
line-height: 14px;
background-position: 14px center;
|
9c536c52
Eugeny Galkovskiy
main button
|
25
|
background-size: 18px;
|
4a32dd4e
Eugeny Galkovskiy
main page
|
26
27
28
29
30
31
|
background-repeat: no-repeat;
padding-left: 25px;
letter-spacing: 0;
border: none;
outline: none;
border-radius: 2px;
|
9c536c52
Eugeny Galkovskiy
main button
|
32
|
margin-bottom: 15px;
|
4a32dd4e
Eugeny Galkovskiy
main page
|
33
|
}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.btn.button1.mini {
background-image: url(../img/arrows_right_w2.png);
background-position: calc(100% - 14px) center;
background-repeat: no-repeat;
letter-spacing: 0;
border: none;
outline: none;
margin: 0 auto;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
transition: 0.3s;
display: inline-block;
text-align: center;
font-weight: bold;
width: 180px;
padding: 8px 0;
padding-top: 10px;
padding-right: 24px;
font-size: 13px;
line-height: 14px;
background-size: 9%;
|
f37b4f80
Eugeny Galkovskiy
menu 2
|
56
|
}
|
9c536c52
Eugeny Galkovskiy
main button
|
57
|
.why-us .button1{width: 190px;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
58
|
.static_logo_img{width:85px;}
|
6b146196
Eugeny Galkovskiy
правки
|
59
|
.static-about-link{color: #555555;text-decoration: none;}
|
f37b4f80
Eugeny Galkovskiy
menu 2
|
60
61
62
63
64
65
66
67
68
69
70
71
72
|
.static_logo_about{
font-family: Arial, sans-serif!important;
transition: 0.3s;
width: 125px;
padding: 0;
margin: 0;
margin-left: -5px;
float: left;
display: flex;
height: 62px;
justify-content: center;
align-items: center;
font-size: 11px;
|
fa7fe2fb
Eugeny Galkovskiy
styles
|
73
|
/*text-transform: lowercase;*/
|
f37b4f80
Eugeny Galkovskiy
menu 2
|
74
|
line-height: 13px;
|
6b146196
Eugeny Galkovskiy
правки
|
75
|
cursor: pointer;
|
ead29e4e
Eugeny Galkovskiy
create pages
|
76
|
}
|
f553f82a
Eugeny Galkovskiy
правки
|
77
78
79
80
|
.address_footer_table td{
vertical-align: top;
padding-right:7px;
}
|
3153ce64
Eugeny Galkovskiy
lang widget
|
81
82
83
84
85
86
|
#top {
background: #f6f6f6;
color: #000;
padding: 0;
height:30px;
}
|
3e7be4ee
Eugeny Galkovskiy
top container styles
|
87
|
#top>.container{height:100%;overflow: hidden;}
|
9c740b71
Eugeny Galkovskiy
our objects
|
88
89
90
91
92
93
94
95
96
97
|
#top .social a {
color: #999999;
display: inline-block;
width: 24px;
height: 16px;
border-radius: 12px;
line-height: 0px;
font-size: 12px;
text-align: center;
vertical-align: bottom;
|
4a32dd4e
Eugeny Galkovskiy
main page
|
98
|
}
|
2560676f
Eugeny Galkovskiy
styles
|
99
|
.blue-fon, .background-kben{background-color: #00a1e9;background-image:url('/img/slide_two_fon.png');color:#fff;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
100
101
|
.blue-fon .icon, .background-kben .icon{position: relative;width:120px;height:120px;border:none;}
.blue-fon .icon img, .background-kben .icon img {width: 100%;margin: 0;padding: 0;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
102
|
.blue-fon .box-simple h3, .background-kben .box-simple h3 {color: #ffd800;margin-bottom: 5px;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
103
|
.blue-fon .box-simple p, .background-kben .box-simple p {color: #fff;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
104
|
.why-us .line_why {position: absolute;top: 50px;right: -83px;opacity: 0.3;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
105
|
.blue-fon .heading h1, .blue-fon .heading h2, .blue-fon .heading h3, .blue-fon .heading h4, .blue-fon .heading h5,
|
03fe2bc0
Eugeny Galkovskiy
styles
|
106
|
.background-kben .heading h1, .background-kben .heading h2, .background-kben .heading h3, .background-kben .heading h4, .background-kben .heading h5{color:#fff;border-color: #ffd800!important;}
|
4a32dd4e
Eugeny Galkovskiy
main page
|
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
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;
|
a56fe95a
Eugeny Galkovskiy
style fix
|
122
|
position: relative;
|
4a32dd4e
Eugeny Galkovskiy
main page
|
123
124
125
126
127
|
margin-left: 5px;
margin-top: 5px;
background-position: center;
background-repeat: no-repeat;
}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
128
|
section.blue-fon {padding-top: 25px;}
|
4a32dd4e
Eugeny Galkovskiy
main page
|
129
130
131
132
133
134
|
.objects-main-wr .image_link_wr {
width: 100%;
height: 0;
padding-top: 58.829%;
position: relative;
}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
135
|
.objects-main-wr .img-title table {width: 100%;margin-top: 10px;}
|
4a32dd4e
Eugeny Galkovskiy
main page
|
136
137
138
139
140
|
.objects-main-wr .image_link {
background-position: center;
position: absolute;
top: 0;
left: 0;
|
d4b1055a
Eugeny Galkovskiy
main page
|
141
|
background-size: 100% 100%;
|
4a32dd4e
Eugeny Galkovskiy
main page
|
142
143
144
145
|
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
146
|
.objects-main-wr .image_link:hover{background-size: 105% 105%;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
147
|
.objects-main-wr .img-title table td.buts {width: 95px;max-width: 100%;vertical-align: top;text-align: left;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
148
149
150
|
.sqre_btn.blue_arrow {background-color: #0095d7;background-image: url(../img/arrows_right_w.png);}
.text-left a.sqre_btn {margin-left: 0;margin-right: 5px;}
.img-title table .text-left a.sqre_btn {margin-top: 0;}
|
4d97ffdd
Eugeny Galkovskiy
style fix
|
151
|
.sqre_btn.yellow_calc {background-color: #ffd800;/*background-image: url(../img/icon_calc2.png);*/background-image: url(../img/icon_phone.png);}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
152
|
.img-title table td.i-title {padding-left: 10px;text-align: left;padding-right: 10px;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
153
|
.img-title table .pr_title2 {margin: 0;padding: 0;}
|
4a32dd4e
Eugeny Galkovskiy
main page
|
154
155
156
157
158
159
160
|
.pr_title2 a {
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
color: #555555;
}
|
d4b1055a
Eugeny Galkovskiy
main page
|
161
|
.button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
162
163
|
.pr_title2 span{display:none!important;}
.btn.icon_phone {background-image: url(../img/icon_phone.png);}
|
9c536c52
Eugeny Galkovskiy
main button
|
164
165
|
.btn.icon_car {background-image: url(../img/icon_car.png);}
.btn.icon_calc {background-image: url(../img/icon_calc.png);}
|
d4b1055a
Eugeny Galkovskiy
main page
|
166
|
.button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
167
168
169
170
171
172
173
|
.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;
}
|
d4b1055a
Eugeny Galkovskiy
main page
|
174
|
.get_station_center {text-align: center;margin-top: 30px;margin-bottom: -15px;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
175
|
.border5 {border-radius: 5px;}
|
d4b1055a
Eugeny Galkovskiy
main page
|
176
177
178
179
180
181
182
183
184
185
186
187
|
.card1 .heading.text-left h2 {margin-top: 0px;}
.bigtext {display: table-caption;}
.smi_left .video {height: 422px;}
.blue_arrow {
cursor: pointer;
width: 40px;
height: 40px;
background-color: #0095d7;
background-image: url(../img/arrows_right_w.png);
background-position: center center;
background-repeat: no-repeat;
transition: 0.3s;
|
4a32dd4e
Eugeny Galkovskiy
main page
|
188
|
}
|
d4b1055a
Eugeny Galkovskiy
main page
|
189
190
|
.about .smi_right .post {
width: 360px;
|
c48751e6
Eugeny Galkovskiy
header
|
191
|
max-width: 100%;
|
d4b1055a
Eugeny Galkovskiy
main page
|
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
|
height: 160px;
background-color: black;
color: #fff;
position: relative;
background-position: bottom center;
background-repeat: no-repeat;
box-shadow: inset 0px -150px 200px -100px rgba(0,0,0,0.75);
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
.smi_right .post .title {
font-size: 16px;
font-weight: 300;
position: absolute;
bottom: 0;
padding: 30% 18% 13px 18px;
line-height: 19px;
}
.smi_right .blue_arrow {right: 10px;bottom:10px;position: absolute;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
212
|
.about .post a {width: 100%;height: 100%;position: absolute;color: #fff;}
|
d4b1055a
Eugeny Galkovskiy
main page
|
213
214
215
216
217
218
|
.text.quote{
box-shadow: inset 3px 0px 0px #0095d7;
padding-left: 20px;
margin-top: 20px;
position: relative;
margin-bottom: 25px;
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
219
|
}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
220
221
222
223
224
225
226
227
228
229
230
231
232
|
.icon_en{width:80px!important;height:80px!important;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);}
.btn.icon_stat {background-image: url(../img/icon_stat.png);}
.bt-shadow{box-shadow: inset 0px -100px 200px -100px rgba(0, 0, 0, 0.5);}
|
f93c79c5
Eugeny Galkovskiy
styles + translates
|
233
|
#footer {background: #0080ca;padding: 15px 0;padding-bottom: 23px;color: #ffffff;overflow: hidden;}
|
c48751e6
Eugeny Galkovskiy
header
|
234
|
.why-us{max-width: 100%;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
235
|
.home_mob_link{max-width: 100px;display: inline-block;padding: 10px 15px;}
|
c48751e6
Eugeny Galkovskiy
header
|
236
237
238
239
240
241
242
243
|
.static_logo_about_mob{
display: inline-block;
font-family: Arial, sans-serif!important;
transition: 0.3s;
width: 135px;
padding: 0;
margin: 0;
font-size: 11px;
|
b3915c85
Eugeny Galkovskiy
styles
|
244
|
/*text-transform: lowercase;*/
|
c48751e6
Eugeny Galkovskiy
header
|
245
246
247
248
249
250
251
252
253
254
255
256
|
line-height: 13px;
cursor: default;
text-align: left;
margin-left: 15px;
z-index: 1;
}
.small-logo-center .cont{
display: flex;
margin: 0 auto;
align-items: center;
justify-content: center;
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
257
258
|
.small-logo-center{margin: 10px 0 -10px;}
.showcase .item h4 {color: #ffffff;}
|
8661d140
Eugeny Galkovskiy
footer
|
259
260
261
262
|
#video-bg{
position: relative;
top: 0;
left: 0;
|
f553f82a
Eugeny Galkovskiy
правки
|
263
|
z-index: 1;
|
8661d140
Eugeny Galkovskiy
footer
|
264
265
|
width: 100%;
height: 100%;
|
f553f82a
Eugeny Galkovskiy
правки
|
266
|
max-height: calc(100vh - 92px);
|
8661d140
Eugeny Galkovskiy
footer
|
267
268
269
270
|
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
|
8661d140
Eugeny Galkovskiy
footer
|
271
272
273
274
275
276
277
278
279
280
281
|
}
#video-bg:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 250px 250px -250px black, inset 0px -250px 250px -250px black;
}
|
7b8132a4
Eugeny Galkovskiy
- video button down
|
282
283
284
285
286
287
288
289
290
291
|
#video-bg .arrow_bottom{
position: absolute;
width: 100%;
z-index: 1;
color: #fff;
bottom: 4%;
left: 0;
text-align: center;
}
#video-bg .arrow_bottom a{
|
a6fbbea1
Eugeny Galkovskiy
styles
|
292
293
294
|
font-size: 100px;
color: rgba(255, 255, 255, 0.5);
transition: 0.2s;
|
7b8132a4
Eugeny Galkovskiy
- video button down
|
295
296
297
298
299
300
301
302
303
304
|
}
#video-bg .arrow_bottom a:hover{
color: rgba(255, 255, 255, 0.8);
}
#video-bg .arrow_bottom a:active{
color: rgba(255, 255, 255, 1);
}
#video-bg video{
opacity: 0.7;
}
|
9c4480a9
Eugeny Galkovskiy
- contacts photo
|
305
306
307
308
309
|
.video_main {
background-color: #0080ca;
z-index: -1000;
background-image: url(/img/slide_two_fon.png);
}
|
8661d140
Eugeny Galkovskiy
footer
|
310
311
312
313
|
.share_social{width:48px;height:48px;background-image:url('../img/socnets.png');display:inline-block;margin:0;padding:0;border-radius:50%;overflow:hidden;margin-top:5px;margin-right:3px;}
.share_social.vk{background-position:0px 0px;}
.share_social.fb{background-position:-56px 0px;}
.share_social.gpl{background-position:48px 0px;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
314
|
footer a{color: #fff;font-weight: 500;}
|
8661d140
Eugeny Galkovskiy
footer
|
315
|
footer a:hover{color:#fff;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
316
|
footer .social-logos a i.fa, button i.fa {margin:0;}
|
8661d140
Eugeny Galkovskiy
footer
|
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
|
footer .social-logos a{
display: inline-block;
text-align: center;
background-color: #ffd800;
color: #1c4761;
font-size: 24px;
width: 34px;
height: 34px;
padding: 7px;
box-sizing: content-box;
border-radius: 50%;
margin-right: 7px;
margin-top: 5px;
margin-bottom: 5px;
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
332
|
footer .social-logos a:hover {background-color: #d6b500;color: #0a2d42;}
|
875cf725
Eugeny Galkovskiy
slider 1
|
333
|
.main-slider{
|
68605950
Eugeny Galkovskiy
styles
|
334
|
height: calc(100vh - 190px);
|
875cf725
Eugeny Galkovskiy
slider 1
|
335
336
337
|
background-color: #cecece;
width: 100%;
position: relative;
|
315b9a71
Eugeny Galkovskiy
style main carousel
|
338
|
max-height: 857px;
|
875cf725
Eugeny Galkovskiy
slider 1
|
339
|
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
340
|
.main-slider .carousel {position: relative;height: 100%;}
|
3b28a7f4
Eugeny Galkovskiy
main page + carou...
|
341
|
.main-slider .carousel-control {
|
b8851f89
Eugeny Galkovskiy
slider 2
|
342
|
display: flex;
|
b8851f89
Eugeny Galkovskiy
slider 2
|
343
|
align-items: center;
|
e16f7331
Eugeny Galkovskiy
main page + carou...
|
344
345
346
347
|
font-size: 7vw;
width: 23%;
justify-content: flex-end;
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
348
|
.main-slider .carousel-control.right {justify-content: flex-start;}
|
60554f71
Eugeny Galkovskiy
feedback
|
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
|
.steps-pre{
margin:0;
text-transform: uppercase;
padding: 40px 0;
padding-top: 50px;
position: relative;
overflow: unset;
}
section.bar.background-gray.steps-pre:before {
content: '';
width: 50px;
height: 50px;
position: absolute;
left: calc(50% - 25px);
bottom: -25px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #eeeeee;
z-index: 1;
}
|
19a7d1a3
Eugeny Galkovskiy
styles edit 1
|
369
370
|
.steps-pre h2,.steps-pre div{margin: 4px 0;font-size: 42px;}
.individ_main{font-size: 30px;}
|
2560676f
Eugeny Galkovskiy
styles
|
371
|
#get-it {padding: 30px 0 10px;background-color:#0080ca;}
|
94fc00a8
Eugeny Galkovskiy
main page + carou...
|
372
|
#main-page .blue-fon .heading h2{border:none;}
|
2402211f
Eugeny Galkovskiy
calculate modal -...
|
373
|
#main-page .row.portfolio{display: flex;flex-wrap: wrap;}
|
875cf725
Eugeny Galkovskiy
slider 1
|
374
375
376
377
378
379
380
|
.main-slider .carousel-inner, .main-slider .carousel-inner > .item {height:100%;width:100%;position:relative;}
.main-slider .img-responsive, .thumbnail > img, .main-slider .thumbnail a > img, .carousel-inner > .item > img, .main-slider .carousel-inner > .item > a > img {
width: 100%;
height: 100%;
position: absolute;
object-fit:cover;
}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
381
|
.bottom-text{padding: 20px 15px;font-size: 12px;padding-bottom: 0;}
|
129e780c
Eugeny Galkovskiy
правки
|
382
|
.bottom-text-in{font-size: 12px;position: absolute;bottom: -110px;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
383
384
385
|
#map {height: 560px;background-image: url(../img/map.jpg);}
.main-slider .carousel-control{background:none!important;}
#main-page .main-slider .box-simple{position: absolute;width: 100%;bottom: 0;}
|
94fc00a8
Eugeny Galkovskiy
main page + carou...
|
386
387
388
389
390
391
392
393
|
#main-page .main-slider .box-simple .button1{
width: 235px;
padding: 8px 0;
padding-top: 10px;
font-size: 13px;
background-size: 9%;
padding-left: 30px;
}
|
4bc13cfe
Eugeny Galkovskiy
main page + carou...
|
394
395
|
.portfolio .box-image {
position: relative;
|
4bc13cfe
Eugeny Galkovskiy
main page + carou...
|
396
397
|
text-align: center;
margin: 15px 0;
|
4bc13cfe
Eugeny Galkovskiy
main page + carou...
|
398
|
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
399
|
#objects-wr .portfolio .box-image .image {
|
4bc13cfe
Eugeny Galkovskiy
main page + carou...
|
400
401
|
top: 0;
width: 100%;
|
50db06e4
Eugeny Galkovskiy
styles
|
402
403
|
height: 0;
padding-top: 75%;
|
4bc13cfe
Eugeny Galkovskiy
main page + carou...
|
404
|
}
|
e16f7331
Eugeny Galkovskiy
main page + carou...
|
405
406
407
|
.portfolio .box-image .image img{
width: 100%;
height: 100%;
|
6db2c8ac
Eugeny Galkovskiy
lang widget
|
408
|
/*object-fit: cover;*/
|
50db06e4
Eugeny Galkovskiy
styles
|
409
410
411
|
position: absolute;
top: 0;
left: 0;
|
e16f7331
Eugeny Galkovskiy
main page + carou...
|
412
|
}
|
58d8192e
Eugeny Galkovskiy
translates
|
413
|
.partners-wr{padding: 30px 0;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
414
|
#objects-wr .bar.background-gray{padding: 20px 0;}
|
7015696d
Eugeny Galkovskiy
blog image size
|
415
416
417
418
419
420
|
#blog-listing-big .post .image, #blog-homepage .post .image{
max-height: 350px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;}
|
58b744cf
Eugeny Galkovskiy
blog image size
|
421
422
|
.post-blog .lead{margin-top: 25px;}
.post-blog .content{margin-bottom: 50px;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
423
424
|
.tag-cloud li.active a {background-color: #467fbf;color: #eeeeee!important;}
.object-slider .carousel-inner{border-radius: 5px;overflow: hidden;}
|
f9b3cd95
Eugeny Galkovskiy
lang widget
|
425
|
.object-slider{padding-bottom: 50px;position: relative;}
|
8511f367
Eugeny Galkovskiy
slider view object
|
426
427
428
429
430
|
.object-slider .carousel{
width:100%;
height:550px;
max-height:550px;
border-radius: 5px;
|
73d8e825
Eugeny Galkovskiy
styles
|
431
432
433
434
435
436
|
}
.object-slider .carousel-indicators{
bottom: -40px;
margin: 0;
left: 0;
width: 100%;
|
8511f367
Eugeny Galkovskiy
slider view object
|
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
|
}
.object-slider .carousel .carousel-inner, .object-slider .carousel .carousel-inner .item{width:100%;height:100%;}
.object-slider a.carousel-control {
width: 30px;
height: 30px;
background-color: #ffffff;
color: black;
text-align: center;
line-height: 29px;
padding-right: 2px;
border-radius: 50%;
position: absolute;
left: initial;
opacity: 1;
background-image: none;
}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
453
|
.object-slider a.left.carousel-control{top: 20px;right: 75px;}
|
8511f367
Eugeny Galkovskiy
slider view object
|
454
455
456
457
458
459
|
.object-slider a.right.carousel-control{
top: 20px;
right: 35px;
padding-right: 0;
padding-left: 2px;
}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
460
461
|
.object-slider a.carousel-control:hover {opacity: 0.5;}
.object-slider a.carousel-control:active {opacity: 0.8;line-height: 24px;margin-top: 3px;}
|
92358db8
Eugeny Galkovskiy
calculate modal +...
|
462
463
464
|
.calculate-main-wr:after, #calculate-form:after{content:'';clear:both;display:block;position:relative;}
#calculate-form{margin-top: -15px;}
#calculate-form > .row {
|
573906ac
Eugeny Galkovskiy
styles
|
465
466
467
468
469
|
padding-top: 15px;
}
#calculate-form .submit-wr{
margin-top: -10px;
margin-bottom: 5px;
|
92358db8
Eugeny Galkovskiy
calculate modal +...
|
470
|
}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
471
|
#calculate-form .text-center img{margin: 0 auto;}
|
73d8e825
Eugeny Galkovskiy
styles
|
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
|
.main-slider .carousel-indicators{display:none!important;}
.object-slider .carousel-indicators li{
width: 12px;
height: 12px;
border-radius:50%;
background-color: #869791;
border-color: #869791;
margin: 5px 7px;
}
.object-slider .carousel-indicators .active, .object-slider .carousel-indicators li:hover {
width: 12px;
height: 12px;
background-color: #467fbf;
border-color: #467fbf;
}
|
c8825391
Eugeny Galkovskiy
styles
|
487
|
/*отображать только 4 элемента в портфолио*/
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
488
489
490
491
492
|
.object-view .portfolio > div:nth-child(1n+6) {display: none;}
.object-view .portfolio .image{padding-top:75%;}
.modal-body > form > .row > .col-md-12 {padding: 0px 30px;}
.row.calculate-main-wr {padding-left: 15px;padding-right: 15px;}
.big-title1{text-transform: uppercase;font-size: 24px;}
|
8511f367
Eugeny Galkovskiy
slider view object
|
493
|
|
50db06e4
Eugeny Galkovskiy
styles
|
494
|
/*heading breadcrumbs blue fon*/
|
2560676f
Eugeny Galkovskiy
styles
|
495
|
#heading-breadcrumbs{background-color: #0080ca;background-image: url(/img/slide_two_fon.png);}
|
50db06e4
Eugeny Galkovskiy
styles
|
496
|
#heading-breadcrumbs h1{color: #fdfdfd;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
497
498
|
#heading-breadcrumbs .breadcrumb > .active {color: #d0d0d0;font-weight: bold;}
#heading-breadcrumbs .breadcrumb > li + li:before {color: #ececec;}
|
2560676f
Eugeny Galkovskiy
styles
|
499
500
501
|
#heading-breadcrumbs .breadcrumb li a {color: #efefef;}
#heading-breadcrumbs .breadcrumb li a:hover {color: #ffffff;}
#heading-breadcrumbs .breadcrumb li a:active {color: #c7c7c7;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
502
|
#heading-breadcrumbs > .container > .row{display: flex;align-items: center;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
503
504
|
.box-image .name, .box-image .text{opacity:0;}
.box-image:hover .name, .box-image:hover .text{opacity:1;}
|
2560676f
Eugeny Galkovskiy
styles
|
505
|
.owl-carousel .owl-wrapper-outer {border-radius: 5px;}
|
c22b230d
Eugeny Galkovskiy
main
|
506
507
508
509
510
511
512
513
|
.links-ses-for-wr{margin:0;}
.links-ses-for-wr a{color: #00a1e9;text-decoration: underline;}
.links-ses-for-wr .container{padding-top: 18px;padding-bottom: 20px;}
.links-ses-for-wr .container .row{height: 60px;display: flex;justify-content: center;align-items: center;text-transform: uppercase;font-weight: bold;font-size: 14.5px;}
.links-ses-for-wr .container .row .lsf-left{text-align: right;border-right: 2px solid #e4e4e4;padding-right: 30px;}
.links-ses-for-wr .container .row .lsf-right{text-align: left;padding-left: 30px;}
.links-ses-for-wr .container .row .lsf-left p{background-image: url(/img/icon1_prv.png);}
.links-ses-for-wr .container .row .lsf-right p{background-image: url(/img/icon2_prv.png);}
|
8c4724f7
Eugeny Galkovskiy
icons + translates
|
514
|
.links-ses-for-wr .container .row p{display: inline-block;background-position: top left;background-repeat: no-repeat;padding: 13px 0 13px 70px;}
|
3554b767
Eugeny Galkovskiy
main
|
515
|
#mediaabout-wr .portfolio .box-image {padding-top: 56.1%;}
|
6e295927
Eugeny Galkovskiy
smi about styles
|
516
517
518
519
520
521
522
523
|
#mediaabout-wr .portfolio .box-image .post{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
|
7a578120
Eugeny Galkovskiy
smi about
|
524
|
background-size: cover;
|
6e295927
Eugeny Galkovskiy
smi about styles
|
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
|
}
#mediaabout-wr .portfolio .box-image .post a{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#mediaabout-wr .portfolio .box-image .post .title{
text-align: left;
color: #fff;
width:100%;
font-size: 15px;
padding: 10px 20px;
padding-bottom: 15px;
position: absolute;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
max-height: 50%;
}
|
f93c79c5
Eugeny Galkovskiy
styles + translates
|
545
546
547
548
549
550
551
|
.object_main_title{display: block;position: relative;}
.object_main_title .sec_omt {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
|
87d2b429
Eugeny Galkovskiy
objects counters
|
552
553
554
555
556
557
558
|
.showcase.projects .item h4 {
color: #ffffff;
text-transform: none;
font-weight: normal;
letter-spacing: normal;
line-height: 1.35;
}
|
6554ee5b
Eugeny Galkovskiy
button slider
|
559
560
561
562
|
.main-slider .box-simple {
text-align: center;
margin-bottom: 20px;
}
|
6dfb9a71
Eugeny Galkovskiy
comment styles 1
|
563
564
|
|
8a657c9f
Eugeny Galkovskiy
comment styles 2
|
565
566
567
568
569
570
571
572
573
574
575
|
.article_comms-wr {position: relative;padding-top: 25px;padding-bottom: 15px;}
.article_comms-wr:before {
content: '';
width: calc(100% - 30px);
height: 1px;
background-color: #d2d2d2;
top: 0;
left: 0;
position: absolute;
margin-left: 15px;
}
|
778f0a43
Eugeny Galkovskiy
comment styles 2
|
576
|
.article-comms_wr .has-error .form-control:focus{-webkit-box-shadow:none!important;box-shadow: none!important;}
|
8a657c9f
Eugeny Galkovskiy
comment styles 2
|
577
|
.article_comms-wr textarea{resize:vertical!important;}
|
6f4b2f6a
Eugeny Galkovskiy
comment styles 2
|
578
579
580
|
.article-comms_wr .rateit button.rateit-reset{margin-right:5px;}
.input_bl.stars-wr_{margin-top: -5px;}
.input_bl.stars-wr_ .rateit button.rateit-reset{margin-right: 2px;}
|
9887267f
Eugeny Galkovskiy
comment styles 2
|
581
582
|
.article_comms-wr .comments-start{width: 100%;}
.article_comms-wr .comments-border{display:none;}
|
1efde27b
Eugeny Galkovskiy
comment styles 1
|
583
584
|
.form-comm-wr { padding: 0px;}
.form-comm-wr .rateit{padding: 0px 15px;}
|
6dfb9a71
Eugeny Galkovskiy
comment styles 1
|
585
586
587
588
589
590
591
|
.comments-start .required label:before{display:none;content:'';}
.comments-start .required label:after {
display: inline-block;
content: "*";
color: #d40000;
margin-left: 4px;
}
|
30d45935
Eugeny Galkovskiy
comment styles 2
|
592
593
594
595
596
597
598
599
|
.user-ico{
padding: 10px;
text-align: center;
background: #0080ca;
color: #fff;
font-size: 44px;
text-transform: uppercase;
}
|
6dfb9a71
Eugeny Galkovskiy
comment styles 1
|
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
|
#blog-post{padding-bottom: 50px;}
#artbox-comment .submit_btn button{
color: #0080ca;
background-color: initial;
border: 1px solid;
border-color: #0080ca;
font-weight: 700;
font-family: "Roboto",Helvetica,Arial,sans-serif;
text-transform: uppercase;
letter-spacing: .08em;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
border-radius: 0;
margin: 0 auto;
display: block;
}
#artbox-comment .submit_btn button:hover, #artbox-comment .submit_btn button:active{
color:#fff;
background-color:#0080ca;
}
#artbox-comment .submit_btn button:active{
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#artbox-comment .submit_btn button:before{
content: "\f0e5";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 5px;
}
#artbox-comment .form-comm-wr{background:none;}
#artbox-comment .input_bl label {
position: relative;
width: 100%;
text-align: left;
padding-right: 10px;
margin: 9px 0 0 0;
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: normal;
text-transform: none;
font-family: "Roboto",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
#artbox-comment .submit_btn{width: 100%;}
.input_bl input, .input_bl textarea, .answer-form textarea{width:100%;border-radius: 0!important;}
.form-comm-wr .form-group {
margin-bottom: 0;
width: 50%;
padding: 0px 15px;
}
.form-comm-wr .form-group.field-commentmodel-text{width:100%;}
|
4244f9ff
Eugeny Galkovskiy
comment styles 2
|
662
|
.has-error .help-block{display:block;}
|
3153ce64
Eugeny Galkovskiy
lang widget
|
663
664
665
666
667
668
|
.header-lang{
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 13px;
|
c5fb17a0
Eugeny Galkovskiy
lang widget
|
669
|
text-transform: uppercase;
|
3153ce64
Eugeny Galkovskiy
lang widget
|
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
|
}
.header-lang .active_lang{
background-color: #e9e7e7;
height: 30px;
line-height: 29px;
padding: 0px 10px;
}
.header-lang a{
background-color: #f6f6f6;
height: 30px;
line-height: 29px;
padding: 0px 10px;
border: 1px solid #e9e7e7;
border-top: 0;
border-bottom: 0;
margin-left: -1px;
}
.header-lang a:hover{
background-color: #e9e7e7;
border: 1px solid #cacaca;
border-top: 0;
border-bottom: 0;
}
|
c5fb17a0
Eugeny Galkovskiy
lang widget
|
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
|
.phones_head{height:100%;margin:0 -15px;}
.phones_head>div{
display: inline-block;
height: 100%;
line-height: 30px;
font-size: 13px;
margin: 0 15px;
margin-right:5px;
}
.top_phones span, .top_mail span {
margin: 0 5px;
}
.top_mail, .top_phones{color:#949292;}
.top_phones a{font-weight:bold;color:#333333;}
.top_mail a{color:#0095d7;}
|
f9b3cd95
Eugeny Galkovskiy
lang widget
|
708
709
710
711
712
713
|
.carousel_green_btn{
position: absolute;
width: 100%;
bottom: 50px;
left: 15px;
}
|
6cdcdf79
Eugeny Galkovskiy
lang widget
|
714
715
716
717
718
719
720
721
722
723
724
|
.green-carousel{position:relative;}
#green-wr .button1.btn{
width: 250px;
}
#green-wr .box-simple{
text-align: center;
margin-bottom: 0;
position: absolute;
width: 100%;
bottom: 50px;
}
|
8f7e574f
Eugeny Galkovskiy
individual page
|
725
|
.individual-cover {
|
8f7e574f
Eugeny Galkovskiy
individual page
|
726
727
728
729
730
731
732
733
734
735
|
margin-bottom: 40px;
background-image: url(/img/accord/indiv_head.jpg);
background-position: bottom center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
padding-top: 30%;
max-height: 570px;
box-shadow: inset 0px -100px 100px -100px rgba(0, 0, 0, 0.5), inset 0px 100px 100px -100px rgba(0, 0, 0, 0.5);
}
|
c656f0b0
Eugeny Galkovskiy
top container styles
|
736
737
|
ul.list-wr{color: #467fbf;}
ul.list-wr span{color: #555;}
|
129e780c
Eugeny Galkovskiy
правки
|
738
739
740
741
742
743
744
745
746
747
|
.copylink{
padding: 10px 35px;
display: block;
background-image: url(/img/awlogo_w.png);
background-repeat: no-repeat;
background-position: left center;
color:#fff;
}
.copylink:hover{color:#fff;}
.copylink.mobile-cp{
|
ba7e8e71
Eugeny Galkovskiy
правки
|
748
749
|
float: left;
width: 100%;
|
129e780c
Eugeny Galkovskiy
правки
|
750
|
}
|
ecdad8e9
Eugeny Galkovskiy
правки
|
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
|
.list-static-wr{
list-style:none;
}
.list-static-wr li {
position: relative;
}
.list-static-wr li:before {
content: '•';
font-weight: bold;
color: #0080ca;
font-size: 25px;
position: absolute;
left: -20px;
top: -2px;
}
|
9c4480a9
Eugeny Galkovskiy
- contacts photo
|
766
767
768
769
770
771
772
773
774
775
776
777
|
.contacts_photo{
width: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: auto;
max-height: 520px;
overflow: hidden;
border-radius: 10px;
}
.contacts_photo img{width:100%;}
|
a56fe95a
Eugeny Galkovskiy
style fix
|
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
|
.phone_hint{
opacity: 0;
position: absolute;
white-space: normal;
min-width: 182px;
text-align: left;
font-weight: bold;
text-transform: none;
background-color: #fff;
border: 1px solid #0095d7;
padding: 3px 7px;
border-radius: 5px;
bottom: -50px;
left: -10px;
transition: 0.3s;
box-shadow: 0px 5px 12px -6px black;
|
df720e8b
Eugeny Galkovskiy
style fix
|
794
|
color: #006697;
|
a56fe95a
Eugeny Galkovskiy
style fix
|
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
|
}
.phone_hint:after {
content: '';
display: block;
position: absolute;
width: 10px;
height: 10px;
background: #ffffff;
bottom: -6px;
left: 20px;
transform: rotate(45deg);
border-bottom: 1px solid #0095d7;
border-right: 1px solid #0095d7;
}
a.btn.sqre_btn.yellow_calc.modaled.init-button-сalculate:hover > .phone_hint {
bottom: 40px!important;
opacity: 0.9!important;
}
|
d81c41d2
Eugeny Galkovskiy
error page
|
813
814
815
816
817
818
819
820
821
822
823
|
.button1.noicon{
padding-left: 0px;
}
p.error-text{
font-size: 30px;
color: #333333;
font-weight: bold;
line-height: 35px;
margin-top: 30px;
margin-bottom: 50px;
}
|
6dfb9a71
Eugeny Galkovskiy
comment styles 1
|
824
|
|
82f50326
Eugeny Galkovskiy
calculate modal -...
|
825
|
@media(min-width:1201px){
|
c22b230d
Eugeny Galkovskiy
main
|
826
|
.links-ses-for-wr .container .row p {margin: 7px 20px;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
827
|
.main-slider {min-height: 620px;}
|
80ef8e89
Eugeny Galkovskiy
правки
|
828
|
.bottom-text-in {bottom: -90px;}
|
316a9003
Eugeny Galkovskiy
правки
|
829
830
831
|
footer#footer {height: 230px!important;max-height: 230px!important;}
#all {padding-bottom: 230px!important;}
.address_footer_table{line-height:23px;}
|
875e5109
Eugeny Galkovskiy
styles
|
832
|
}
|
82f50326
Eugeny Galkovskiy
calculate modal -...
|
833
834
835
836
837
838
|
@media(max-width:1200px){
.calc-form-right-wr{
border-top: 1px solid #e5e5e5;
padding-top: 20px!important;
margin-top: 10px;
}
|
316a9003
Eugeny Galkovskiy
правки
|
839
|
.address_footer_table{line-height:27px;}
|
82f50326
Eugeny Galkovskiy
calculate modal -...
|
840
|
}
|
50db06e4
Eugeny Galkovskiy
styles
|
841
|
@media(min-width:992px){
|
06f72359
Eugeny Galkovskiy
header size
|
842
|
header{height: 62px;overflow: hidden;}
|
129e780c
Eugeny Galkovskiy
правки
|
843
844
|
#all{min-height:100vh;position: relative;padding-bottom: 250px;}
footer#footer{height: 250px;max-height: 250px;position: absolute;width: 100%;bottom: 0;}
|
573906ac
Eugeny Galkovskiy
styles
|
845
846
847
848
849
|
#calculate-modal .modal-dialog{
width: 95%!important;
max-width: 1550px!important;
margin-top: 10px;
}
|
c22b230d
Eugeny Galkovskiy
main
|
850
|
.links-ses-for-wr .container .row p {margin: 7px 0px;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
851
|
p.coord1{margin-top:-30px;}
|
f93c79c5
Eugeny Galkovskiy
styles + translates
|
852
853
854
855
856
857
858
859
860
861
|
.object_main_title .main_omt{
max-height: 38px;
overflow: hidden;
display: block;
opacity: 0.8;}
.object_main_title .sec_omt{
background: linear-gradient(white, #ffffff00);
-webkit-background-clip: text;
color: transparent;
max-height: 50px;}
|
50db06e4
Eugeny Galkovskiy
styles
|
862
|
}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
863
|
@media(min-width:992px) and (max-width:1199px){
|
cfc0d2d7
Eugeny Galkovskiy
styles button vid...
|
864
|
#video-bg .arrow_bottom a{font-size:90px;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
865
866
867
868
869
870
871
872
873
874
875
876
|
.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;}
|
c48751e6
Eugeny Galkovskiy
header
|
877
878
|
.navbar-brand.home{width: 100px;}
.static_logo_img {width: 100%;}
|
a678b431
Eugeny Galkovskiy
правки
|
879
|
.static-about-link, .static_logo_about{display:none;}
|
c48751e6
Eugeny Galkovskiy
header
|
880
881
882
|
.navbar ul.nav > li > a{letter-spacing: -0.5px!important;padding: 0px 8px 2px!important;}
.navbar ul.nav > li > a:after{width: calc(100% - 16px)!important;left: 8px!important;}
.about .smi_right .post{width:100%;}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
883
|
.smi_right .post .title{font-size: 13px;padding: 30% 21% 13px 11px;line-height: 16px;}
|
8511f367
Eugeny Galkovskiy
slider view object
|
884
|
.object-slider .carousel{height:500px;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
885
|
.main-slider {min-height: 400px;}
|
875e5109
Eugeny Galkovskiy
styles
|
886
|
.main-slider .carousel-control{width:15%;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
887
888
|
}
@media(max-width:991px){
|
cfc0d2d7
Eugeny Galkovskiy
styles button vid...
|
889
|
#video-bg .arrow_bottom a{font-size:80px;}
|
316a9003
Eugeny Galkovskiy
правки
|
890
|
.address_footer_table{line-height:20px;}
|
c22b230d
Eugeny Galkovskiy
main
|
891
892
893
894
895
896
897
|
.links-ses-for-wr .container .row{flex-direction: column;height: initial;}
.links-ses-for-wr .container .row .lsf-left, .links-ses-for-wr .container .row .lsf-right {
text-align: left;
border-right: none;
padding-right: 15px;
padding-left: 15px;
}
|
393d3d47
Eugeny Galkovskiy
smi about styles
|
898
|
.links-ses-for-wr .container {padding-top: 10px;padding-bottom: 12px;}
|
c22b230d
Eugeny Galkovskiy
main
|
899
|
.links-ses-for-wr .container .row p{margin-bottom:0;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
900
|
#footer .container > div {margin-bottom: 20px;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
901
902
903
904
905
906
907
908
|
.background-kben.block-why, .head_video_buttons{margin-top: 30px;}
.pr_cover {
max-width: 320px;
max-height: 180px;
width: 105%;
height: 19vh;
position: relative;
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
909
|
.project-right .open_gal img {position: absolute;width:100%;height:100%;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
910
|
#section2{padding: 0!important;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
911
912
|
.main_video_fb{padding-top: 404px;}
.card1 p.lead {margin-top: -25px;margin-bottom: 40px;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
913
914
915
916
917
918
919
920
921
922
923
924
925
|
.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;
}
|
58d8192e
Eugeny Galkovskiy
translates
|
926
|
.main-slider {height:0%;min-height:0%;padding-top: 80%;}
|
36a23065
Eugeny Galkovskiy
smi about
|
927
|
.main-slider .carousel {height: 100%;width: 100%;position: absolute;top: 0;}
|
8511f367
Eugeny Galkovskiy
slider view object
|
928
|
.object-slider .carousel{height:450px;}
|
875e5109
Eugeny Galkovskiy
styles
|
929
|
.main-slider .carousel-control{font-size:10vw;width:10%;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
930
|
}
|
92358db8
Eugeny Galkovskiy
calculate modal +...
|
931
|
@media(min-width:870px){
|
03fe2bc0
Eugeny Galkovskiy
styles
|
932
|
#calculate-modal .modal-dialog {width: 830px;}
|
92358db8
Eugeny Galkovskiy
calculate modal +...
|
933
|
}
|
73d8e825
Eugeny Galkovskiy
styles
|
934
|
@media screen and (min-width: 768px){
|
03fe2bc0
Eugeny Galkovskiy
styles
|
935
|
.carousel-indicators {bottom: -40px;}
|
73d8e825
Eugeny Galkovskiy
styles
|
936
|
}
|
8f7e574f
Eugeny Galkovskiy
individual page
|
937
|
@media(max-width:767px){
|
03fe2bc0
Eugeny Galkovskiy
styles
|
938
|
.main_video_fb{padding-top: 56.1%;}
|
36a23065
Eugeny Galkovskiy
smi about
|
939
|
.object-slider{margin-left: -15px;margin-right: -15px;}
|
875cf725
Eugeny Galkovskiy
slider 1
|
940
|
.main-slider{max-height:550px;}
|
8511f367
Eugeny Galkovskiy
slider view object
|
941
942
943
944
|
.object-slider .carousel {
width: 100%;
max-height: 400px;
border-radius: 0px;
|
8511f367
Eugeny Galkovskiy
slider view object
|
945
946
947
|
padding-top: 60%;
height:0;
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
948
949
|
.object-slider .carousel-inner {border-radius: 0px;}
.object-slider .carousel .carousel-inner{position:absolute;top:0;left:0;}
|
8f7e574f
Eugeny Galkovskiy
individual page
|
950
951
|
.individual-cover{
margin-bottom: 20px;
|
b4c72637
Eugeny Galkovskiy
individual page c...
|
952
|
padding-top: 40%;
|
8f7e574f
Eugeny Galkovskiy
individual page
|
953
|
}
|
9c4480a9
Eugeny Galkovskiy
- contacts photo
|
954
955
956
957
958
959
|
.contacts_photo {
width: calc(100% + 30px);
max-height: 230px;
margin-left: -15px;
border-radius: 0px;
}
|
cfc0d2d7
Eugeny Galkovskiy
styles button vid...
|
960
|
#video-bg .arrow_bottom a{font-size:70px;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
961
|
}
|
c48751e6
Eugeny Galkovskiy
header
|
962
|
@media(min-width:768px){
|
bf9b0874
Eugeny Galkovskiy
menu styles
|
963
964
965
966
967
968
969
970
971
972
973
974
|
.navbar-collapse.collapse{
min-height: 62px!important;
display: flex!important;
justify-content: center;
align-items: center;
}
.nav.navbar-nav.navbar-right{
display: flex;
justify-content: left;
align-items: center;
flex-wrap: wrap;
}
|
5740bd9e
Eugeny Galkovskiy
header
|
975
976
977
978
979
|
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
color: #555555;
background:initial;
}
.navbar ul.nav > li.active > a, .navbar ul.nav > li.open > a{border-color:#fff;}
|
c48751e6
Eugeny Galkovskiy
header
|
980
981
982
983
984
|
.navbar ul.nav > li > a {
font-size: 13px;
letter-spacing: -0.40px;
text-align: center;
padding: 0px 12px 2px;
|
c48751e6
Eugeny Galkovskiy
header
|
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
|
line-height: 18px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
position: relative;
overflow: hidden;
}
.navbar ul.nav > li > a:after {
content: '';
width: calc(100% - 24px);
position: absolute;
bottom: -5px;
background: #ffd800;
height: 2px;
left: 12px;
transition:0.1s;
}
|
bf9b0874
Eugeny Galkovskiy
menu styles
|
1003
|
.navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after, .navbar ul.nav > li.active > a:after{bottom:0px;}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
1004
|
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{background: initial;}
|
36a23065
Eugeny Galkovskiy
smi about
|
1005
|
.navbar ul.nav > li > a:hover {border-color:#fff;background:initial;}
|
c48751e6
Eugeny Galkovskiy
header
|
1006
|
}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1007
|
@media(min-width:768px) and (max-width:991px){
|
a678b431
Eugeny Galkovskiy
правки
|
1008
|
.static-about-link, .static_logo_about{display:none;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1009
|
.navbar-header{width: 57px;}
|
bf9b0874
Eugeny Galkovskiy
menu styles
|
1010
1011
|
.navbar-brand.home{width:100%;margin:0;padding:0;}
.navbar-brand.home img{width: 75px;}
|
36a23065
Eugeny Galkovskiy
smi about
|
1012
1013
1014
1015
|
.navbar ul.nav > li > a{font-size: 11px;padding: 0px 6px 2px;}
.navbar ul.nav > li > a:after{font-size: 11px;letter-spacing: -0.40px;padding: 0px 6px 2px;}
.navbar ul.nav > li > a:after{width: calc(100% - 12px);left: 6px;}
.nav.navbar-nav.navbar-right{margin: 0;float: none!important;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1016
|
}
|
50db06e4
Eugeny Galkovskiy
styles
|
1017
|
@media(max-width:520px){
|
03fe2bc0
Eugeny Galkovskiy
styles
|
1018
|
#heading-breadcrumbs h1 {font-size: 5.78vw;}
|
cfc0d2d7
Eugeny Galkovskiy
styles button vid...
|
1019
|
#video-bg .arrow_bottom a{font-size:60px;}
|
50db06e4
Eugeny Galkovskiy
styles
|
1020
|
}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1021
|
@media(min-width:501px){
|
03fe2bc0
Eugeny Galkovskiy
styles
|
1022
|
.bigtext#header3 h2{width: 161%;}
|
ddc3bbd6
Eugeny Galkovskiy
legal
|
1023
|
}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1024
|
@media(max-width:500px){
|
e4d5d18b
Eugeny Galkovskiy
comment styles 2
|
1025
|
.form-comm-wr .form-group{width:100%;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1026
|
.head_video_buttons .button1{margin-bottom: 7px;}
|
36a23065
Eugeny Galkovskiy
smi about
|
1027
|
.head_video_buttons .button1, .head_video_buttons .button2{float:none!important;display:block!important;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1028
|
/*.button1{width:100%;}*/
|
19a7d1a3
Eugeny Galkovskiy
styles edit 1
|
1029
|
h2, .h2, h1.individ_main {font-size: 6vw;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1030
|
.lead{font-size:16px;}
|
36a23065
Eugeny Galkovskiy
smi about
|
1031
|
.img-title table td.buts{width: 40px!important;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1032
1033
1034
1035
1036
1037
|
.img-title table td.buts a.sqre_btn{
margin-bottom: 5px;
width: 30px;
height: 30px;
background-size: 45%;
}
|
03fe2bc0
Eugeny Galkovskiy
styles
|
1038
|
p.lead {margin-bottom: 25px;}
|
875e5109
Eugeny Galkovskiy
styles
|
1039
|
.main-slider .carousel-control{font-size:15vw;}
|
cfc0d2d7
Eugeny Galkovskiy
styles button vid...
|
1040
|
#video-bg .arrow_bottom a{font-size:50px;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1041
1042
1043
1044
1045
1046
1047
1048
1049
|
}
@media(max-width:380px){
.more-projects{
padding: 18px;
width: 100%!important;
font-size: 4.68vw;
line-height: 2.5vh;
margin-bottom: 50px;
}
|
c48751e6
Eugeny Galkovskiy
header
|
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
|
.smi_right .post .title {
font-size: 4vw;
font-weight: 300;
position: absolute;
bottom: 0;
padding: 30% 24% 10px 10px;
line-height: 2.5vh;
}
.static_logo_about{
position: absolute;
left: 112px;
font-size: 3vw;
|
73d8e825
Eugeny Galkovskiy
styles
|
1062
|
line-height: 125%;
|
c48751e6
Eugeny Galkovskiy
header
|
1063
|
}
|
c22b230d
Eugeny Galkovskiy
main
|
1064
|
.links-ses-for-wr .container .row{font-size:4vw;}
|
cfc0d2d7
Eugeny Galkovskiy
styles button vid...
|
1065
|
#video-bg .arrow_bottom a{font-size:35px;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1066
1067
|
}
@media(max-width:280px) {
|
03fe2bc0
Eugeny Galkovskiy
styles
|
1068
|
.pr_cover {width:109%;}
|
a1d8385b
Eugeny Galkovskiy
texts + styles
|
1069
1070
|
}
@media(max-width:275px){
|
03fe2bc0
Eugeny Galkovskiy
styles
|
1071
|
.head_video_buttons .button1, .head_video_buttons .button2{width: 100%!important;}
|
6dfb9a71
Eugeny Galkovskiy
comment styles 1
|
1072
|
}
|