Blame view

frontend/web/css/main.css 15.3 KB
ddc3bbd6   Eugeny Galkovskiy   legal
1
  .no-mg{margin:0;}
a1d8385b   Eugeny Galkovskiy   texts + styles
2
3
4
5
6
7
8
9
  #back-to-top{
      background: #467fbf;
      border-radius: 0 50px 50px 0;
      width: 50px;
      padding-right: 6px;
  }
  #back-to-top:hover {background: #20446d;}
  #back-to-top:active {background: #1b2e44;padding-top: 6px;}
ddc3bbd6   Eugeny Galkovskiy   legal
10
  .navbar-brand{display: flex;justify-content: center;align-items: center;}
4a32dd4e   Eugeny Galkovskiy   main page
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
  .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;
      width: 158px;
      padding: 8px 0;
      padding-top: 10px;
      font-size: 13px;
      line-height: 14px;
      background-position: 14px center;
      background-size: 11%;
      background-repeat: no-repeat;
      padding-left: 25px;
      letter-spacing: 0;
      border: none;
      outline: none;
      border-radius: 2px;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
  .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
58
  }
ddc3bbd6   Eugeny Galkovskiy   legal
59
  .static_logo_img{width:85px;}
f37b4f80   Eugeny Galkovskiy   menu 2
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
  .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;
      text-transform: lowercase;
      line-height: 13px;
      cursor: default;
ead29e4e   Eugeny Galkovskiy   create pages
76
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
77
  #top {background: #555555;color: #eeeeee;padding: 7px 0 6px;}
9c740b71   Eugeny Galkovskiy   our objects
78
79
80
81
82
83
84
85
86
87
  #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
88
89
  }
  
ddc3bbd6   Eugeny Galkovskiy   legal
90
  .blue-fon, .background-kben{
4a32dd4e   Eugeny Galkovskiy   main page
91
92
93
      background-image:url('/img/slide_two_fon.png');
      color:#fff;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
94
  .blue-fon .icon, .background-kben .icon{
4a32dd4e   Eugeny Galkovskiy   main page
95
96
97
98
99
      position: relative;
      width:120px;
      height:120px;
      border:none;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
100
  .blue-fon .icon img, .background-kben .icon img {
4a32dd4e   Eugeny Galkovskiy   main page
101
102
103
104
      width: 100%;
      margin: 0;
      padding: 0;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
105
  .blue-fon .box-simple h3, .background-kben .box-simple h3 {
4a32dd4e   Eugeny Galkovskiy   main page
106
107
108
      color: #ffd800;
      margin-bottom: 5px;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
109
  .blue-fon .box-simple p, .background-kben .box-simple p {color: #fff;}
4a32dd4e   Eugeny Galkovskiy   main page
110
111
112
113
114
115
  .why-us .line_why {
      position: absolute;
      top: 50px;
      right: -83px;
      opacity: 0.3;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
116
117
118
  .blue-fon .heading h1, .blue-fon .heading h2, .blue-fon .heading h3, .blue-fon .heading h4, .blue-fon .heading h5,
  .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
119
  }
ddc3bbd6   Eugeny Galkovskiy   legal
120
  
4a32dd4e   Eugeny Galkovskiy   main page
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
  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;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
142
  section.blue-fon {padding-top: 25px;}
4a32dd4e   Eugeny Galkovskiy   main page
143
144
145
146
147
148
  .objects-main-wr .image_link_wr {
      width: 100%;
      height: 0;
      padding-top: 58.829%;
      position: relative;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
149
  .objects-main-wr .img-title table {width: 100%;margin-top: 10px;}
4a32dd4e   Eugeny Galkovskiy   main page
150
151
152
153
154
  .objects-main-wr .image_link {
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
d4b1055a   Eugeny Galkovskiy   main page
155
      background-size: 100% 100%;
4a32dd4e   Eugeny Galkovskiy   main page
156
157
158
159
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
  }
d4b1055a   Eugeny Galkovskiy   main page
160
161
162
  .objects-main-wr .image_link:hover{
      background-size: 105% 105%;
  }
4a32dd4e   Eugeny Galkovskiy   main page
163
164
165
166
167
168
  .objects-main-wr .img-title table td.buts {
      width: 95px;
      max-width: 100%;
      vertical-align: top;
      text-align: left;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
169
170
171
  .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;}
4a32dd4e   Eugeny Galkovskiy   main page
172
173
174
175
176
177
178
179
180
  .sqre_btn.yellow_calc {
      background-color: #ffd800;
      background-image: url(../img/icon_calc2.png);
  }
  .img-title table td.i-title {
      padding-left: 10px;
      text-align: left;
      padding-right: 10px;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
181
  .img-title table .pr_title2 {margin: 0;padding: 0;}
4a32dd4e   Eugeny Galkovskiy   main page
182
183
184
185
186
187
188
  .pr_title2 a {
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      color: #555555;
  }
d4b1055a   Eugeny Galkovskiy   main page
189
  .button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
ddc3bbd6   Eugeny Galkovskiy   legal
190
191
  .pr_title2 span{display:none!important;}
  .btn.icon_phone {background-image: url(../img/icon_phone.png);}
d4b1055a   Eugeny Galkovskiy   main page
192
  .button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;}
ddc3bbd6   Eugeny Galkovskiy   legal
193
194
195
196
197
198
199
  .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
200
  .get_station_center {text-align: center;margin-top: 30px;margin-bottom: -15px;}
ddc3bbd6   Eugeny Galkovskiy   legal
201
  .border5 {border-radius: 5px;}
d4b1055a   Eugeny Galkovskiy   main page
202
203
204
205
206
207
208
209
210
211
212
213
  .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
214
  }
d4b1055a   Eugeny Galkovskiy   main page
215
216
  .about .smi_right .post {
      width: 360px;
c48751e6   Eugeny Galkovskiy   header
217
      max-width: 100%;
d4b1055a   Eugeny Galkovskiy   main page
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
      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;}
  .about .post a {
      width: 100%;
      height: 100%;
      position: absolute;
      color: #fff;
  }
  .text.quote{
      box-shadow: inset 3px 0px 0px #0095d7;
      padding-left: 20px;
      margin-top: 20px;
      position: relative;
      margin-bottom: 25px;
ddc3bbd6   Eugeny Galkovskiy   legal
250
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
  .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);}
  
  #footer {
      background: #0080ca;
      padding: 15px 0;
      color: #ffffff;
  }
c48751e6   Eugeny Galkovskiy   header
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
  .why-us{max-width: 100%;}
  .home_mob_link{
      max-width: 100px;
      display: inline-block;
      padding: 10px 15px;
  }
  .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;
      text-transform: lowercase;
      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;
  }
  .small-logo-center{
      margin: 10px 0 -10px;
  }
8661d140   Eugeny Galkovskiy   footer
300
301
302
  .showcase .item h4 {
      color: #ffffff;
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
303
  
8661d140   Eugeny Galkovskiy   footer
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
  #video-bg{
      position: relative;
      top: 0;
      left: 0;
      z-index: -1000;
      width: 100%;
      height: 100%;
      max-height: calc(100vh - 101px);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  #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;
  }
  #legal-wr .video_main{margin-top:-40px;}
  .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;}
  footer a{
      color: #fff;
      font-weight: 500;
  }
  footer a:hover{color:#fff;}
  footer .social-logos a i.fa, button i.fa {
      margin:0;
  }
  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;
  }
  footer .social-logos a:hover {
      background-color: #d6b500;
      color: #0a2d42;
  }
875cf725   Eugeny Galkovskiy   slider 1
359
360
361
362
363
364
365
366
367
368
369
370
  .main-slider{
      height: 90vh;
      background-color: #cecece;
      width: 100%;
      position: relative;
      min-height:350px;
      max-height:854px;
  }
  .main-slider .carousel {
      position: relative;
      height: 100%;
  }
b8851f89   Eugeny Galkovskiy   slider 2
371
372
373
374
375
  .carousel-control{
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 11.5vw;
875cf725   Eugeny Galkovskiy   slider 1
376
377
378
379
380
381
382
383
  }
  .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;
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
384
385
386
387
388
389
390
391
392
393
394
395
396
397
  
  @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;}
c48751e6   Eugeny Galkovskiy   header
398
399
400
401
402
403
404
405
406
407
408
      .navbar-brand.home{width: 100px;}
      .static_logo_img {width: 100%;}
      .static_logo_about{display:none;}
      .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%;}
      .smi_right .post .title{
          font-size: 13px;
          padding: 30% 21% 13px 11px;
          line-height: 16px;
      }
a1d8385b   Eugeny Galkovskiy   texts + styles
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
  }
  @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;}
      .main_video_fb{
          padding-top: 404px;
      }
      .card1 p.lead {
          /*margin-top: 20px;*/
          /*margin-bottom: 0px;*/
          margin-top: -25px;
          margin-bottom: 40px;
      }
      .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;
      }
875cf725   Eugeny Galkovskiy   slider 1
446
447
448
449
450
451
452
453
454
455
      .main-slider {
          height:0%;
          min-height:0%;
          padding-top: 75%;
      }
      .main-slider .carousel {
          height: 100%;width: 100%;
          position: absolute;
          top: 0;
      }
a1d8385b   Eugeny Galkovskiy   texts + styles
456
457
458
459
460
  }
  @media(max-width:768px){
      .main_video_fb{
          padding-top: 56.1%;
      }
875cf725   Eugeny Galkovskiy   slider 1
461
      .main-slider{max-height:550px;}
a1d8385b   Eugeny Galkovskiy   texts + styles
462
  }
c48751e6   Eugeny Galkovskiy   header
463
  @media(min-width:768px){
5740bd9e   Eugeny Galkovskiy   header
464
465
466
467
468
      .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
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
      .navbar ul.nav > li > a {
          font-size: 13px;
          letter-spacing: -0.40px;
          text-align: center;
          padding: 0px 12px 2px;
          height: 62px;
          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;
      }
5740bd9e   Eugeny Galkovskiy   header
493
      .navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after, .navbar ul.nav > li.active > a:after{
c48751e6   Eugeny Galkovskiy   header
494
495
496
497
498
499
500
501
502
503
          bottom: 18px;
      }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
          background: initial;
      }
      .navbar ul.nav > li > a:hover {
          border-color:#fff;
          background:initial;
      }
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
504
505
506
507
508
509
510
  @media(min-width:768px) and (max-width:991px){
      .navbar-header{width: 57px;}
      .navbar-brand.home{width:100%;}
      .navbar-brand.home img{
          width: 50px;
          margin-top: 15px;
      }
c48751e6   Eugeny Galkovskiy   header
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
  
      .navbar-brand.home, .static_logo_about{display:none;}
      .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;
      }
8661d140   Eugeny Galkovskiy   footer
526
527
528
529
      .nav.navbar-nav.navbar-right{
          margin: 0;
          float: none!important;
      }
a1d8385b   Eugeny Galkovskiy   texts + styles
530
531
532
  }
  @media(min-width:501px){
      .bigtext#header3 h2{
ddc3bbd6   Eugeny Galkovskiy   legal
533
534
535
          width: 161%;
      }
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
536
537
538
539
540
541
542
  @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;
      }
      /*.button1{width:100%;}*/
d4b1055a   Eugeny Galkovskiy   main page
543
      h2, .h2 {font-size: 6vw;}
a1d8385b   Eugeny Galkovskiy   texts + styles
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
      .lead{font-size:16px;}
      .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%;
      }
      p.lead {
          margin-bottom: 25px;
      }
  }
  @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
566
567
568
569
570
571
572
573
574
575
576
577
578
579
      .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;
          line-height: 2.5vh;
      }
a1d8385b   Eugeny Galkovskiy   texts + styles
580
581
582
583
584
585
586
587
588
589
  }
  @media(max-width:280px) {
      .pr_cover {
          width:109%;
      }
  }
  @media(max-width:275px){
      .head_video_buttons .button1, .head_video_buttons .button2{
          width: 100%!important;
      }
ddc3bbd6   Eugeny Galkovskiy   legal
590
  }