ros.grant.common 2.0.1053 → 2.0.1057

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,8 +14,7 @@
14
14
 
15
15
  .page-header {
16
16
  background: #fff;
17
- box-shadow: 0px 4px 10px rgba(57, 52, 66, 0.15);
18
- border-bottom: 1px solid var(--Stroke);
17
+ border-bottom: 1px solid var(--Bg1);
19
18
  height: 72px;
20
19
  position: fixed;
21
20
  width: 100%;
@@ -130,7 +129,7 @@
130
129
  }
131
130
 
132
131
  .desktop-logo {
133
- max-height: 70px;
132
+ max-height: 64px;
134
133
  }
135
134
 
136
135
  img {
@@ -328,7 +327,7 @@
328
327
  margin-right: auto;
329
328
  }
330
329
 
331
- .page-container .card.info-baner{
330
+ .page-container .card.info-baner {
332
331
  padding-left: 0;
333
332
  padding-right: 0;
334
333
  justify-content: center;
@@ -204,7 +204,7 @@
204
204
 
205
205
  .sidebar-footer {
206
206
  background: #fff;
207
- border-top: 1px solid var(--Stroke);
207
+ border-top: 1px solid var(--Bg1);
208
208
  clear: both;
209
209
  bottom: 0;
210
210
  display: flex;
@@ -1,300 +1,306 @@
1
1
  .footer-wrapper {
2
- p {
3
- padding: 0 0 25px !important;
4
- margin: 0;
2
+ p {
3
+ padding: 0 0 25px !important;
4
+ margin: 0;
5
+ }
6
+
7
+ .footer {
8
+ background: var(--Main1);
9
+ padding: 24px 0;
10
+ padding-bottom: 12px;
11
+ line-height: 20px;
12
+ min-height: 210px;
13
+
14
+ .container {
15
+ display: flex;
16
+ flex-wrap: wrap;
17
+ justify-content: space-between;
5
18
  }
6
19
 
7
- .footer {
8
- background: var(--Main1);
9
- padding: 24px 0;
10
- padding-bottom: 12px;
11
- line-height: 20px;
12
- min-height: 210px;
20
+ &__logo {
21
+ display: inline-block;
22
+ vertical-align: top;
23
+ margin-right: 60px;
24
+ width: 200px;
13
25
 
14
- .container {
15
- display: flex;
16
- flex-wrap: wrap;
17
- justify-content: space-between;
26
+ @media (max-width: 659px) {
27
+ width: 100%;
28
+ text-align: center;
29
+ margin: 0;
30
+ }
31
+
32
+ &-img {
33
+ max-width: 196px;
34
+ max-height: 62px;
35
+ display: block;
36
+ }
37
+ }
38
+
39
+ &-top {
40
+ &-list {
41
+ display: flex;
42
+ max-width: 416px;
43
+ width: 100%;
44
+ padding: 0;
45
+ list-style-type: none;
46
+ margin: 0 -8px;
47
+
48
+ .social-link__top-item--visible-sm {
49
+ display: none !important;
18
50
  }
19
51
 
20
- &__logo {
21
- display: inline-block;
22
- vertical-align: top;
23
- margin-right: 60px;
24
- width: 200px;
25
-
26
- @media (max-width: 659px) {
27
- width: 100%;
28
- text-align: center;
29
- margin: 0;
30
- }
31
-
32
- &-img {
33
- max-width: 196px;
34
- max-height: 62px;
35
- display: block;
36
- }
52
+ @media (max-width: 659px) {
53
+ width: 100%;
54
+ min-width: 100%;
55
+ text-align: center;
56
+ padding: 24px 0 0;
57
+ order: 3;
37
58
  }
38
59
 
39
- &-top {
40
- &-list {
41
- display: flex;
42
- max-width: 400px;
43
- width: 100%;
44
- padding: 0;
45
- list-style-type: none;
46
-
47
- @media screen and (max-width: 900px) {
48
- .social-link__top-item--visible-sm {
49
- display: inline-block;
50
- }
51
- }
52
-
53
- @media (max-width: 659px) {
54
- width: 100%;
55
- min-width: 100%;
56
- text-align: center;
57
- padding: 24px 0 0;
58
- }
59
- }
60
-
61
- &_item {
62
- &-search {
63
- float: left;
64
- display: inline-block;
65
-
66
- @media(max-width:479px) {
67
- float: unset;
68
- display: flex;
69
- justify-content: center;
70
- }
71
- }
72
- }
60
+ .social-link__top-item {
61
+ display: inline-flex !important;
73
62
  }
63
+ }
64
+
65
+ &_item {
66
+ &-search {
67
+ float: left;
68
+ display: inline-block;
74
69
 
75
- &__top {
76
- width: 100%;
70
+ @media(max-width:479px) {
71
+ float: unset;
77
72
  display: flex;
78
- justify-content: space-between;
79
-
80
- @media (max-width: 659px) {
81
- flex-wrap: wrap;
82
- }
83
-
84
- &-item {
85
- display: inline-block;
86
- vertical-align: middle;
87
- margin: 0 13px 0 0;
88
-
89
- @media (max-width: 659px) {
90
- margin: 0 13px 10px 0;
91
- }
92
-
93
- @media (max-width: 479px) {
94
- margin: 0 5px 0 0;
95
- }
96
-
97
- &--hidden-sm {
98
- @media (max-width: 659px) {
99
- display: none;
100
- }
101
- }
102
-
103
- &--search {
104
- margin: 0 155px 0 0;
105
-
106
- @media (max-width: 1175px) {
107
- margin: 0 115px 0 0;
108
- }
109
-
110
- @media (max-width: 1059px) {
111
- margin: 0 30px 0 0;
112
- float: left;
113
- }
114
-
115
- @media (max-width: 659px) {
116
- margin: 0 13px 10px 0;
117
- float: none;
118
- }
119
-
120
- @media (max-width: 479px) {
121
- margin: 0 5px 0 0;
122
- }
123
-
124
- .btn-icon__img {
125
- -webkit-transform: scale(-1, 1) translateY(-50%);
126
- -ms-transform: scale(-1, 1) translateY(-50%);
127
- transform: scale(-1, 1) translateY(-50%);
128
- }
129
- }
130
-
131
- &--vision {
132
- margin: 0 145px 0 0;
133
- font-size: 16px;
134
-
135
- @media (max-width: 1175px) {
136
- margin: 0 115px 0 0;
137
- }
138
-
139
- @media (max-width: 1059px) {
140
- margin: 0 30px 0 0;
141
- float: left;
142
- }
143
-
144
- @media (max-width: 659px) {
145
- margin: 0 13px 10px 0;
146
- float: none;
147
- }
148
-
149
- @media (max-width: 479px) {
150
- margin: 0 5px 0 0;
151
- }
152
-
153
- .btn-icon {
154
- display: inline-block;
155
- vertical-align: middle;
156
- margin: 0 5px 0 0;
157
-
158
- @media (max-width: 659px) {
159
- margin: 0;
160
- }
161
- }
162
- }
163
-
164
- &:last-child {
165
- margin: 0;
166
-
167
- @media (max-width: 659px) {
168
- margin: 0 13px 10px 0;
169
- }
170
-
171
- @media (max-width: 479px) {
172
- margin: 0;
173
- }
174
- }
175
-
176
- &:hover {
177
- .footer__top-text-vision {
178
- text-decoration: underline;
179
- }
180
-
181
- .btn-icon__img {
182
- fill: #443d2b;
183
- stroke: #443d2b;
184
- }
185
- }
186
- }
187
-
188
- &-link {
189
- &-text {
190
- color: #fff;
191
- }
192
- }
73
+ justify-content: center;
74
+ }
193
75
  }
76
+ }
77
+ }
194
78
 
195
- &__contacts {
196
- order: 2;
197
- max-width: 400px;
198
- width: 100%;
199
-
200
- @media (max-width: 659px) {
201
- clear: both;
202
- margin-top: 24px;
203
- }
204
-
205
- &-link {
206
- color: #fff;
207
- display: block;
208
- font-size: 14px;
209
- line-height: 140%;
210
- text-decoration: none;
211
-
212
- &.bold {
213
- font-weight: bold;
214
- }
215
-
216
- &:hover {
217
- text-decoration: underline;
218
- }
219
- }
220
-
221
- &-link_not-decoration {
222
- color: #fff;
223
- display: block;
224
- font-size: 14px;
225
- line-height: 140%;
226
- text-decoration: none;
227
- }
79
+ // &__top {
80
+ // width: 100%;
81
+ // display: flex;
82
+ // justify-content: space-between;
83
+
84
+ // @media (max-width: 659px) {
85
+ // flex-wrap: wrap;
86
+ // }
87
+
88
+ // &-item {
89
+ // display: inline-block;
90
+ // vertical-align: middle;
91
+ // margin: 0 13px 0 0;
92
+
93
+ // @media (max-width: 659px) {
94
+ // margin: 0 13px 10px 0;
95
+ // }
96
+
97
+ // @media (max-width: 479px) {
98
+ // margin: 0 5px 0 0;
99
+ // }
100
+
101
+ // &--hidden-sm {
102
+ // @media (max-width: 659px) {
103
+ // display: none;
104
+ // }
105
+ // }
106
+
107
+ // &--search {
108
+ // margin: 0 155px 0 0;
109
+
110
+ // @media (max-width: 1175px) {
111
+ // margin: 0 115px 0 0;
112
+ // }
113
+
114
+ // @media (max-width: 1059px) {
115
+ // margin: 0 30px 0 0;
116
+ // float: left;
117
+ // }
118
+
119
+ // @media (max-width: 659px) {
120
+ // margin: 0 13px 10px 0;
121
+ // float: none;
122
+ // }
123
+
124
+ // @media (max-width: 479px) {
125
+ // margin: 0 5px 0 0;
126
+ // }
127
+
128
+ // .btn-icon__img {
129
+ // -webkit-transform: scale(-1, 1) translateY(-50%);
130
+ // -ms-transform: scale(-1, 1) translateY(-50%);
131
+ // transform: scale(-1, 1) translateY(-50%);
132
+ // }
133
+ // }
134
+
135
+ // &--vision {
136
+ // margin: 0 145px 0 0;
137
+ // font-size: 16px;
138
+
139
+ // @media (max-width: 1175px) {
140
+ // margin: 0 115px 0 0;
141
+ // }
142
+
143
+ // @media (max-width: 1059px) {
144
+ // margin: 0 30px 0 0;
145
+ // float: left;
146
+ // }
147
+
148
+ // @media (max-width: 659px) {
149
+ // margin: 0 13px 10px 0;
150
+ // float: none;
151
+ // }
152
+
153
+ // @media (max-width: 479px) {
154
+ // margin: 0 5px 0 0;
155
+ // }
156
+
157
+ // .btn-icon {
158
+ // display: inline-block;
159
+ // vertical-align: middle;
160
+ // margin: 0 5px 0 0;
161
+
162
+ // @media (max-width: 659px) {
163
+ // margin: 0;
164
+ // }
165
+ // }
166
+ // }
167
+
168
+ // &:last-child {
169
+ // margin: 0;
170
+
171
+ // @media (max-width: 659px) {
172
+ // margin: 0 13px 10px 0;
173
+ // }
174
+
175
+ // @media (max-width: 479px) {
176
+ // margin: 0;
177
+ // }
178
+ // }
179
+
180
+ // &:hover {
181
+ // .footer__top-text-vision {
182
+ // text-decoration: underline;
183
+ // }
184
+
185
+ // .btn-icon__img {
186
+ // fill: #443d2b;
187
+ // stroke: #443d2b;
188
+ // }
189
+ // }
190
+ // }
191
+
192
+ // &-link {
193
+ // &-text {
194
+ // color: #fff;
195
+ // }
196
+ // }
197
+ // }
198
+
199
+ &__contacts {
200
+ order: 2;
201
+ max-width: 400px;
202
+ width: 100%;
203
+
204
+ @media (max-width: 659px) {
205
+ clear: both;
206
+ margin-top: 24px;
207
+ }
208
+
209
+ &-link {
210
+ color: #fff;
211
+ display: block;
212
+ font-size: 14px;
213
+ line-height: 140%;
214
+ text-decoration: none;
215
+
216
+ &.bold {
217
+ font-weight: bold;
228
218
  }
229
219
 
230
- &__copyright {
231
- display: flex;
232
- flex-direction: column;
233
- width: 50%;
234
- margin-top: 24px;
235
-
236
- @media (max-width: 659px) {
237
- width: 100%;
238
- text-align: center;
239
- }
240
-
241
- &-text {
242
- font-size: 14px;
243
- color: #fff;
244
-
245
- a {
246
- color: #fff;
247
- text-decoration: underline;
248
-
249
- &:hover {
250
- text-decoration: none;
251
- }
252
- }
253
-
254
- &:last-of-type {
255
- padding: 0;
256
- }
257
- }
220
+ &:hover {
221
+ text-decoration: underline;
222
+ }
223
+ }
224
+
225
+ &-link_not-decoration {
226
+ color: #fff;
227
+ display: block;
228
+ font-size: 14px;
229
+ line-height: 140%;
230
+ text-decoration: none;
231
+ }
232
+ }
233
+
234
+ &__copyright {
235
+ display: flex;
236
+ flex-direction: column;
237
+ justify-content: flex-end;
238
+ width: 50%;
239
+ margin-top: 24px;
240
+
241
+ @media (max-width: 659px) {
242
+ width: 100%;
243
+ order: 4;
244
+ }
245
+
246
+ &-text {
247
+ font-size: 14px;
248
+ color: #fff;
249
+ padding: 0 !important;
250
+
251
+ a {
252
+ color: #fff;
253
+ text-decoration: underline;
254
+
255
+ &:hover {
256
+ text-decoration: none;
257
+ }
258
258
  }
259
259
 
260
- &_bottom {
261
- display: flex;
262
- align-items: center;
263
- justify-content: space-between;
264
- flex-wrap: wrap;
265
- border-top: 1px solid var(--Stroke);
266
- padding-top: 24px;
267
- margin-top: 24px;
268
- width: 100%;
269
- color: #fff;
270
- -webkit-box-ordinal-group: 4;
271
- -ms-flex-order: 2;
272
- order: 3;
273
-
274
- &__item {
275
- margin-bottom: 12px;
276
-
277
- a {
278
- color: #fff;
279
- }
280
- }
260
+ &:last-of-type {
261
+ padding: 0;
262
+ }
263
+ }
264
+ }
265
+
266
+ &_bottom {
267
+ display: flex;
268
+ align-items: center;
269
+ justify-content: space-between;
270
+ flex-wrap: wrap;
271
+ border-top: 1px solid var(--Stroke);
272
+ padding-top: 24px;
273
+ margin-top: 24px;
274
+ width: 100%;
275
+ color: #fff;
276
+ -webkit-box-ordinal-group: 4;
277
+ -ms-flex-order: 2;
278
+ order: 5;
279
+
280
+ &__item {
281
+ margin-bottom: 12px;
282
+
283
+ a {
284
+ color: #fff;
281
285
  }
286
+ }
282
287
  }
288
+ }
283
289
  }
284
290
 
285
291
 
286
292
  .footer__top-item--search .footer__top-item--vision .footer__top-item--visible-sm {
287
- display: none;
293
+ display: none;
288
294
  }
289
295
 
290
296
  @media (max-width: 659px) {
291
- .footer__top-item--visible-sm {
292
- display: inline-block;
293
- }
297
+ .footer__top-item--visible-sm {
298
+ display: inline-block;
299
+ }
294
300
  }
295
301
 
296
302
  @media (max-width: 899px) {
297
- .footer__top-text-vision {
298
- display: none;
299
- }
303
+ .footer__top-text-vision {
304
+ display: none;
305
+ }
300
306
  }