Blame view

frontend/web/css/main.css 10.5 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;}
f37b4f80   Eugeny Galkovskiy   menu 2
10
11
12
  .navbar ul.nav > li > a {
      font-size: 13px;
      letter-spacing: -0.40px;
f37b4f80   Eugeny Galkovskiy   menu 2
13
      text-align: center;
ead29e4e   Eugeny Galkovskiy   create pages
14
      padding: 0px 12px 2px;
f37b4f80   Eugeny Galkovskiy   menu 2
15
16
17
18
19
      height: 62px;
      line-height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
a1d8385b   Eugeny Galkovskiy   texts + styles
20
      text-decoration: none;
221dd712   Eugeny Galkovskiy   menu
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
      position: relative;
      overflow: hidden;
  }
  .navbar ul.nav > li > a:after {
      content: '';
      width: calc(100% - 24px);
      position: absolute;
      bottom: -5px;
      background: #ffd800;
      height: 3px;
      left: 12px;
      transition:0.1s;
  }
  .navbar ul.nav > li > a:hover::after{
      bottom: 15px;
  }
  .navbar ul.nav > li > a:hover {
      border-color:#fff;
      background:initial;
f37b4f80   Eugeny Galkovskiy   menu 2
40
  }
ddc3bbd6   Eugeny Galkovskiy   legal
41
  .navbar-brand{display: flex;justify-content: center;align-items: center;}
4a32dd4e   Eugeny Galkovskiy   main page
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
  .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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
  .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
89
  }
ddc3bbd6   Eugeny Galkovskiy   legal
90
  .static_logo_img{width:85px;}
f37b4f80   Eugeny Galkovskiy   menu 2
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
  .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
107
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
108
  #top {background: #555555;color: #eeeeee;padding: 7px 0 6px;}
9c740b71   Eugeny Galkovskiy   our objects
109
110
111
112
113
114
115
116
117
118
  #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
119
120
  }
  
ddc3bbd6   Eugeny Galkovskiy   legal
121
  .blue-fon, .background-kben{
4a32dd4e   Eugeny Galkovskiy   main page
122
123
124
      background-image:url('/img/slide_two_fon.png');
      color:#fff;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
125
  .blue-fon .icon, .background-kben .icon{
4a32dd4e   Eugeny Galkovskiy   main page
126
127
128
129
130
      position: relative;
      width:120px;
      height:120px;
      border:none;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
131
  .blue-fon .icon img, .background-kben .icon img {
4a32dd4e   Eugeny Galkovskiy   main page
132
133
134
135
      width: 100%;
      margin: 0;
      padding: 0;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
136
  .blue-fon .box-simple h3, .background-kben .box-simple h3 {
4a32dd4e   Eugeny Galkovskiy   main page
137
138
139
      color: #ffd800;
      margin-bottom: 5px;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
140
  .blue-fon .box-simple p, .background-kben .box-simple p {color: #fff;}
4a32dd4e   Eugeny Galkovskiy   main page
141
142
143
144
145
146
  .why-us .line_why {
      position: absolute;
      top: 50px;
      right: -83px;
      opacity: 0.3;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
147
148
149
  .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
150
  }
ddc3bbd6   Eugeny Galkovskiy   legal
151
  
4a32dd4e   Eugeny Galkovskiy   main page
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
  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
173
  section.blue-fon {padding-top: 25px;}
4a32dd4e   Eugeny Galkovskiy   main page
174
175
176
177
178
179
  .objects-main-wr .image_link_wr {
      width: 100%;
      height: 0;
      padding-top: 58.829%;
      position: relative;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
180
  .objects-main-wr .img-title table {width: 100%;margin-top: 10px;}
4a32dd4e   Eugeny Galkovskiy   main page
181
182
183
184
185
  .objects-main-wr .image_link {
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
d4b1055a   Eugeny Galkovskiy   main page
186
      background-size: 100% 100%;
4a32dd4e   Eugeny Galkovskiy   main page
187
188
189
190
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
  }
d4b1055a   Eugeny Galkovskiy   main page
191
192
193
  .objects-main-wr .image_link:hover{
      background-size: 105% 105%;
  }
4a32dd4e   Eugeny Galkovskiy   main page
194
195
196
197
198
199
  .objects-main-wr .img-title table td.buts {
      width: 95px;
      max-width: 100%;
      vertical-align: top;
      text-align: left;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
200
201
202
  .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
203
204
205
206
207
208
209
210
211
  .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
212
  .img-title table .pr_title2 {margin: 0;padding: 0;}
4a32dd4e   Eugeny Galkovskiy   main page
213
214
215
216
217
218
219
  .pr_title2 a {
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      color: #555555;
  }
d4b1055a   Eugeny Galkovskiy   main page
220
  .button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
ddc3bbd6   Eugeny Galkovskiy   legal
221
222
  .pr_title2 span{display:none!important;}
  .btn.icon_phone {background-image: url(../img/icon_phone.png);}
d4b1055a   Eugeny Galkovskiy   main page
223
  .button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;}
ddc3bbd6   Eugeny Galkovskiy   legal
224
225
226
227
228
229
230
  .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
231
  .get_station_center {text-align: center;margin-top: 30px;margin-bottom: -15px;}
ddc3bbd6   Eugeny Galkovskiy   legal
232
  .border5 {border-radius: 5px;}
d4b1055a   Eugeny Galkovskiy   main page
233
234
235
236
237
238
239
240
241
242
243
244
  .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
245
  }
d4b1055a   Eugeny Galkovskiy   main page
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
  .about .smi_right .post {
      width: 360px;
      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
280
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
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
359
360
361
362
363
364
365
366
367
  .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;
  }
  
  
  @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;}
      .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;
      }
  }
  @media(max-width:768px){
      .main_video_fb{
          padding-top: 56.1%;
      }
  }
  @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;
      }
  }
  @media(min-width:501px){
      .bigtext#header3 h2{
ddc3bbd6   Eugeny Galkovskiy   legal
368
369
370
          width: 161%;
      }
  }
a1d8385b   Eugeny Galkovskiy   texts + styles
371
372
373
374
375
376
377
  @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
378
      h2, .h2 {font-size: 6vw;}
a1d8385b   Eugeny Galkovskiy   texts + styles
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
      .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;
      }
  }
  @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
411
  }