Blame view

frontend/web/css/main.css 5.45 KB
ddc3bbd6   Eugeny Galkovskiy   legal
1
  .no-mg{margin:0;}
f37b4f80   Eugeny Galkovskiy   menu 2
2
3
4
  .navbar ul.nav > li > a {
      font-size: 13px;
      letter-spacing: -0.40px;
f37b4f80   Eugeny Galkovskiy   menu 2
5
      text-align: center;
ead29e4e   Eugeny Galkovskiy   create pages
6
      padding: 0px 12px 2px;
f37b4f80   Eugeny Galkovskiy   menu 2
7
8
9
10
11
12
      height: 62px;
      line-height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
13
  .navbar-brand{display: flex;justify-content: center;align-items: center;}
4a32dd4e   Eugeny Galkovskiy   main page
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
  .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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
  .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
61
  }
ddc3bbd6   Eugeny Galkovskiy   legal
62
  .static_logo_img{width:85px;}
f37b4f80   Eugeny Galkovskiy   menu 2
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
  .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
79
80
81
82
83
  }
  #top {
      background: #555555;
      color: #eeeeee;
      padding: 7px 0 6px;
9c740b71   Eugeny Galkovskiy   our objects
84
85
86
87
88
89
90
91
92
93
94
  }
  #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
95
96
  }
  
ddc3bbd6   Eugeny Galkovskiy   legal
97
  .blue-fon, .background-kben{
4a32dd4e   Eugeny Galkovskiy   main page
98
99
100
      background-image:url('/img/slide_two_fon.png');
      color:#fff;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
101
  .blue-fon .icon, .background-kben .icon{
4a32dd4e   Eugeny Galkovskiy   main page
102
103
104
105
106
      position: relative;
      width:120px;
      height:120px;
      border:none;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
107
  .blue-fon .icon img, .background-kben .icon img {
4a32dd4e   Eugeny Galkovskiy   main page
108
109
110
111
      width: 100%;
      margin: 0;
      padding: 0;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
112
  .blue-fon .box-simple h3, .background-kben .box-simple h3 {
4a32dd4e   Eugeny Galkovskiy   main page
113
114
115
      color: #ffd800;
      margin-bottom: 5px;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
116
  .blue-fon .box-simple p, .background-kben .box-simple p {color: #fff;}
4a32dd4e   Eugeny Galkovskiy   main page
117
118
119
120
121
122
  .why-us .line_why {
      position: absolute;
      top: 50px;
      right: -83px;
      opacity: 0.3;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
123
124
125
  .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
126
  }
ddc3bbd6   Eugeny Galkovskiy   legal
127
  
4a32dd4e   Eugeny Galkovskiy   main page
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
  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
149
  section.blue-fon {padding-top: 25px;}
4a32dd4e   Eugeny Galkovskiy   main page
150
151
152
153
154
155
  .objects-main-wr .image_link_wr {
      width: 100%;
      height: 0;
      padding-top: 58.829%;
      position: relative;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
156
  .objects-main-wr .img-title table {width: 100%;margin-top: 10px;}
4a32dd4e   Eugeny Galkovskiy   main page
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
  .objects-main-wr .image_link {
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
  }
  .objects-main-wr .img-title table td.buts {
      width: 95px;
      max-width: 100%;
      vertical-align: top;
      text-align: left;
  }
ddc3bbd6   Eugeny Galkovskiy   legal
173
174
175
  .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
176
177
178
179
180
181
182
183
184
  .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
185
  .img-title table .pr_title2 {margin: 0;padding: 0;}
4a32dd4e   Eugeny Galkovskiy   main page
186
187
188
189
190
191
192
193
  .pr_title2 a {
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      color: #555555;
  }
  .button1.more-projects {
ddc3bbd6   Eugeny Galkovskiy   legal
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
      padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
  .pr_title2 span{display:none!important;}
  .btn.icon_phone {background-image: url(../img/icon_phone.png);}
  .button1 span, .button2 span {
      display: block;font-weight: normal;font-size: 11px;}
  .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;
  }
  .get_station_center {
      text-align: center;margin-top: 30px;margin-bottom: -15px;}
  .border5 {border-radius: 5px;}
  .card1 .heading.text-left h2 {
      margin-top: 0px;
4a32dd4e   Eugeny Galkovskiy   main page
211
  }
ddc3bbd6   Eugeny Galkovskiy   legal
212
213
214
215
216
217
218
219
220
221
222
223
224
225
  .bigtext {
      display: table-caption;
  }
  
  @media (min-width: 501px){
      .bigtext#header3 h2 {
          width: 161%;
      }
  }
  @media (max-width: 500px){
      h2, .h2 {
          font-size: 6vw;
      }
  }