Blame view

frontend/web/css/new-style/new.css 12.3 KB
358c1824   Виталий   add compiled style
1
2
3
4
5
6
7
8
9
10
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
36
37
38
39
40
41
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
  .sidebar_checks, .radio_custom {
    width: 100%;
    float: left;
    margin-top: 0px; }
    .sidebar_checks input, .sidebar_checks .legal-form textarea, .legal-form .sidebar_checks textarea, .sidebar_checks .legal-form select, .legal-form .sidebar_checks select, .radio_custom input, .radio_custom .legal-form textarea, .legal-form .radio_custom textarea, .radio_custom .legal-form select, .legal-form .radio_custom select {
      display: none; }
      .sidebar_checks input + label, .sidebar_checks .legal-form textarea + label, .legal-form .sidebar_checks textarea + label, .sidebar_checks .legal-form select + label, .legal-form .sidebar_checks select + label, .radio_custom input + label, .radio_custom .legal-form textarea + label, .legal-form .radio_custom textarea + label, .radio_custom .legal-form select + label, .legal-form .radio_custom select + label {
        margin: 0;
        font-size: 17px;
        text-transform: none;
        position: relative;
        padding-left: 21px;
        cursor: pointer;
        line-height: 19px; }
        .sidebar_checks input + label:before, .sidebar_checks .legal-form textarea + label:before, .legal-form .sidebar_checks textarea + label:before, .sidebar_checks .legal-form select + label:before, .legal-form .sidebar_checks select + label:before, .radio_custom input + label:before, .radio_custom .legal-form textarea + label:before, .legal-form .radio_custom textarea + label:before, .radio_custom .legal-form select + label:before, .legal-form .radio_custom select + label:before {
          position: absolute;
          content: '';
          width: 12px;
          height: 12px;
          top: -1px;
          left: 0;
          background: #fff;
          border: 1px solid #dddddd;
          cursor: pointer; }
        .sidebar_checks input + label a, .sidebar_checks .legal-form textarea + label a, .legal-form .sidebar_checks textarea + label a, .sidebar_checks .legal-form select + label a, .legal-form .sidebar_checks select + label a, .radio_custom input + label a, .radio_custom .legal-form textarea + label a, .legal-form .radio_custom textarea + label a, .radio_custom .legal-form select + label a, .legal-form .radio_custom select + label a {
          text-decoration: none !important;
          padding-left: 0;
          float: none; }
          .sidebar_checks input + label a:before, .sidebar_checks .legal-form textarea + label a:before, .legal-form .sidebar_checks textarea + label a:before, .sidebar_checks .legal-form select + label a:before, .legal-form .sidebar_checks select + label a:before, .radio_custom input + label a:before, .radio_custom .legal-form textarea + label a:before, .legal-form .radio_custom textarea + label a:before, .radio_custom .legal-form select + label a:before, .legal-form .radio_custom select + label a:before {
            display: none; }
      .sidebar_checks input:checked + label:before, .sidebar_checks .legal-form textarea:checked + label:before, .legal-form .sidebar_checks textarea:checked + label:before, .sidebar_checks .legal-form select:checked + label:before, .legal-form .sidebar_checks select:checked + label:before, .radio_custom input:checked + label:before, .radio_custom .legal-form textarea:checked + label:before, .legal-form .radio_custom textarea:checked + label:before, .radio_custom .legal-form select:checked + label:before, .legal-form .radio_custom select:checked + label:before {
        content: "\e909";
        color: red;
        font-size: 6px;
        text-align: center;
        line-height: 15px;
        font-weight: 700;
        padding-left: 1px; }
      .sidebar_checks input[disabled="disabled"] + label:before, .sidebar_checks .legal-form textarea[disabled="disabled"] + label:before, .legal-form .sidebar_checks textarea[disabled="disabled"] + label:before, .sidebar_checks .legal-form select[disabled="disabled"] + label:before, .legal-form .sidebar_checks select[disabled="disabled"] + label:before, .radio_custom input[disabled="disabled"] + label:before, .radio_custom .legal-form textarea[disabled="disabled"] + label:before, .legal-form .radio_custom textarea[disabled="disabled"] + label:before, .radio_custom .legal-form select[disabled="disabled"] + label:before, .legal-form .radio_custom select[disabled="disabled"] + label:before {
        cursor: default;
        border-color: #ddd !important;
        background: #ddd !important; }
    .sidebar_checks a, .radio_custom a {
      line-height: 16px;
      font-size: 15px;
      color: red;
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      text-decoration: none !important;
      float: left; }
      .sidebar_checks a:before, .radio_custom a:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        top: -1px;
        left: 0;
        background: #fff;
        border: 1px solid #dddddd;
        cursor: pointer; }
      .sidebar_checks a p, .radio_custom a p {
        display: inline-block;
        font-size: 13px;
        color: #858585;
        margin-left: 5px; }
        .sidebar_checks a p.disabled, .radio_custom a p.disabled {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50); }
  
  .radio_custom input + label, .radio_custom .legal-form textarea + label, .legal-form .radio_custom textarea + label, .radio_custom .legal-form select + label, .legal-form .radio_custom select + label {
    color: #777777;
    padding-left: 21px; }
    .radio_custom input + label:before, .radio_custom .legal-form textarea + label:before, .legal-form .radio_custom textarea + label:before, .radio_custom .legal-form select + label:before, .legal-form .radio_custom select + label:before {
      top: 3px;
      border-radius: 100%;
      border-top: 1px solid #dddddd !important;
      border-bottom: 1px solid #dddddd !important;
      border-right: 1px solid #dddddd !important;
      border-left: 1px solid #dddddd !important; }
  .radio_custom input:checked + label:before, .radio_custom .legal-form textarea:checked + label:before, .legal-form .radio_custom textarea:checked + label:before, .radio_custom .legal-form select:checked + label:before, .legal-form .radio_custom select:checked + label:before {
    background: none;
    content: ''; }
  .radio_custom input:checked + label:after, .radio_custom .legal-form textarea:checked + label:after, .legal-form .radio_custom textarea:checked + label:after, .radio_custom .legal-form select:checked + label:after, .legal-form .radio_custom select:checked + label:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 6px;
    left: 3px;
d33ff9db   Виталий   new index header ...
92
    background: #0096d6;
358c1824   Виталий   add compiled style
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
    border-radius: 100%; }
  
  .checked a:before {
    content: "\e909";
    color: red;
    font-size: 6px;
    text-align: center;
    line-height: 15px;
    font-weight: 700;
    padding-left: 1px; }
  
  @media (max-width: 767px) {
    .sidebar_checks input + label, .sidebar_checks .legal-form textarea + label, .legal-form .sidebar_checks textarea + label, .sidebar_checks .legal-form select + label, .legal-form .sidebar_checks select + label, .radio_custom input + label, .radio_custom .legal-form textarea + label, .legal-form .radio_custom textarea + label, .radio_custom .legal-form select + label, .legal-form .radio_custom select + label {
      font-size: 16px; } }
  .legal-form input, .legal-form textarea, .legal-form select {
    width: 100%;
    float: left;
    outline: none !important;
    height: 42px;
    background: #fff;
    border: 1px solid #cccccc;
    padding-left: 8px;
    margin-top: 6px;
    resize: none;
    box-shadow: none; }
    .legal-form input:focus, .legal-form textarea:focus, .legal-form select:focus {
      box-shadow: 2px 3px 4px 0px rgba(238, 238, 238, 0.75) inset;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
  .legal-form textarea {
    padding-top: 8px;
    min-height: 82px;
    max-height: 82px;
    max-width: 100%; }
  .legal-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select-arrow.png) 98% 50% no-repeat !important; }
  .legal-form button {
    outline: none !important; }
  .legal-form label {
    margin: 19px 0 0 0;
    float: left;
    font-size: 17px;
    font-weight: 300;
    font-family: "Roboto"; }
  .legal-form .has-error input, .legal-form .has-error textarea, .legal-form .has-error select, .legal-form .has-error textarea, .legal-form .has-error select {
    border: 1px solid #f26522 !important; }
  .legal-form .required label {
    position: relative; }
    .legal-form .required label:before {
      display: block;
      content: "*";
      color: #f26522 !important;
      position: absolute;
      top: 5px;
      right: -7px;
      font-size: 14px; }
  .legal-form .help-block {
    display: none;
    width: 100%;
    float: left;
    font-size: 13px;
    color: #888;
    margin-top: 5px; }
  
7dd0885e   Виталий   add z index modal...
163
  .modal {
d33ff9db   Виталий   new index header ...
164
165
166
    margin-top: 0 !important;
    z-index: 999999;
    padding-top: 45px; }
7dd0885e   Виталий   add z index modal...
167
  
358c1824   Виталий   add compiled style
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
  @media (max-width: 767px) {
    .legal-form label {
      font-size: 16px; } }
  .legal-form-wrapp {
    box-shadow: 0px 0px 24px 0px rgba(233, 233, 233, 0.75);
    padding: 28px 0 32px 0;
    margin-bottom: 65px;
    text-align: center;
    margin-top: 41px; }
  
  .legal-form {
    width: 780px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .legal-form form {
      margin-top: 4px;
      display: inline-block;
      vertical-align: top;
      width: 100%; }
  
  .legal-input {
    float: left;
    width: 50%;
    padding: 0 15px; }
    .legal-input label {
d33ff9db   Виталий   new index header ...
195
      color: #0096d6; }
358c1824   Виталий   add compiled style
196
197
198
199
200
201
202
  
  .legal-area {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-top: 7px; }
    .legal-area label {
d33ff9db   Виталий   new index header ...
203
      color: #0096d6; }
358c1824   Виталий   add compiled style
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
  
  .legal-input-wrapp {
    width: 100%;
    float: left; }
  
  .legal-radio-wrapp {
    padding: 0 15px;
    margin-top: 17px;
    width: 100%;
    float: left; }
    .legal-radio-wrapp .radio_custom {
      margin-top: 12px; }
  
  .legal-button-wrapp {
    padding: 0 15px;
    margin-top: 32px;
    width: 100%;
    float: left;
    text-align: center; }
    .legal-button-wrapp button {
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
      width: 214px;
      height: 42px;
      background: #fff;
      line-height: 42px;
d33ff9db   Виталий   new index header ...
231
      border: 1px solid #0096d6;
358c1824   Виталий   add compiled style
232
233
234
235
236
      padding: 0 0 0 0;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer;
d33ff9db   Виталий   new index header ...
237
      color: #0096d6;
358c1824   Виталий   add compiled style
238
239
240
241
242
243
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
      .legal-button-wrapp button:hover {
d33ff9db   Виталий   new index header ...
244
        background: #0096d6;
358c1824   Виталий   add compiled style
245
246
247
248
249
250
251
252
253
        color: #fff; }
      .legal-button-wrapp button:active {
        background: #3f74ad;
        border: 1px solid #3f74ad;
        color: #fff; }
  
  .legal-form-contacts {
    width: 100%;
    float: left;
3287f30f   Виталий   change legal cont...
254
255
    padding: 0 15px;
    text-align: center; }
358c1824   Виталий   add compiled style
256
    .legal-form-contacts div {
3287f30f   Виталий   change legal cont...
257
258
259
      margin-top: 4px;
      display: inline-block;
      vertical-align: top; }
358c1824   Виталий   add compiled style
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
      .legal-form-contacts div span, .legal-form-contacts div a {
        position: relative;
        font-size: 17px;
        line-height: 24px;
        text-decoration: none !important;
        padding-left: 22px;
        color: #555555;
        display: block;
        font-family: "Helvetica"; }
        .legal-form-contacts div span:before, .legal-form-contacts div a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0; }
        .legal-form-contacts div span.phone:before, .legal-form-contacts div a.phone:before {
          width: 14px;
          height: 24px;
          background: url("../../img/phone-ico-form.svg");
          background-position: 50% 50%;
          background-size: 14px 24px;
          background-repeat: no-repeat; }
        .legal-form-contacts div span.mail, .legal-form-contacts div a.mail {
          padding-left: 31px; }
          .legal-form-contacts div span.mail:before, .legal-form-contacts div a.mail:before {
            width: 24px;
            height: 24px;
            background: url("../../img/mail-ico-form.svg");
            background-position: 50% 50%;
            background-size: 24px 20px;
            background-repeat: no-repeat; }
      .legal-form-contacts div:first-child {
        padding-right: 47px; }
  
  @media (max-width: 550px) {
3287f30f   Виталий   change legal cont...
294
295
296
297
298
    .legal-form-contacts {
      text-align: left; }
      .legal-form-contacts div {
        padding-right: 0;
        width: 100%; }
358c1824   Виталий   add compiled style
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
  
    .legal-input {
      width: 100%; } }
  .phones-ind a {
    padding-left: 8px; }
    .phones-ind a:first-child {
      padding-left: 0;
      padding-right: 8px; }
  
  .text-legal-phone {
    margin-top: 26px; }
  
  #contact .text-muted {
    margin-bottom: 9px; }
  
  @media (max-width: 767px) {
    .phones-ind a {
      padding: 0 !important; } }
  
  /*# sourceMappingURL=new.css.map */